@font-face {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/OpenSans/OpenSans-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/OpenSans/OpenSans-SemiBold.woff2) format("woff2");
}

@font-face {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/OpenSans/OpenSans-Bold.woff2) format("woff2");
}

@font-face {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Roboto/roboto-bold.woff2) format("woff2");
}

@font-face {
  font-family: "HeliosCondC", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/HeliosCond/HeliosCondC.woff2) format("woff2");
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  /* background-color: #000; */
  /* color: #fff */
}

input,
textarea {
  outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}

input:required:valid,
textarea:required:valid {
  border-color: green;
}

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

body {
  color: #212121;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
  min-width: 320px;
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

p {
  margin: 0;
}

a:hover {
  text-decoration: none;
}

.container {
  margin: auto;
  max-width: 1360px;
  padding: 0 20px;
}

@media screen and (max-width: 599px) {
  .productCard_catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1025px) {
  .container {
    padding: 0 39px;
  }
}

@media (max-width: 670px) {
  .container {
    padding: 0 15px;
  }
}

@media (min-width: 1025px) {
  .header.sticky {
    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
  }
}

.header:after {
  background-color: #dcdee9;
  content: "";
  display: block;
  height: 4px;
  max-width: 100%;
  width: 100%;
}

.header__top {
  background-color: #f4f5f7;
  padding: 14px 0;
}

.header__top-wrapper {
  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__location {
  position: relative;
}

.header__location-icon {
  width: 22px;
}

.header__city {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  color: #000;
}

.header__city-button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  gap: 8px;
  padding: 0;
}

.header__arow-icon {
  width: 18px;
}

.header-select {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.122);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.122);
  position: absolute;
  top: 36px;
  width: 457px;
  z-index: 10;
}

.header-select__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #f4f5f7;
  justify-content: space-between;
}

.header-select__title {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}

.header-select__close {
  cursor: pointer;
  height: 30px;
  width: 30px;
}

.header-select__bottom {
  padding: 20px 24px 24px;
}

.header-select__city {
  color: #d70c17;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 0 8px;
}

.header-select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.header-select__item a {
  color: #212121;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
  width: 100%;
}

.header-select__item a:hover {
  color: #5e3c93;
  font-weight: 600;
  text-decoration: underline;
}

.header-select__element {
  margin: 0 0 20px;
}

.header-select__element:last-child {
  margin: 0;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.header__contacts-wrapper {
  position: relative;
}

.header__contacts-drop {
  display: none;
  max-width: 352px;
  position: absolute;
  right: 0;
  top: 40px;
  width: 352px;
  z-index: 10;
}

.header__contacts-drop--visible {
  display: block;
}

.header__contacts-drop:before {
  content: "";
  height: 12px;
  position: absolute;
  top: -12px;
  width: 100%;
}

.header__contacts-drop > .feedback {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.122);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.122);
  padding: 16px;
}

.header__contacts-drop > .feedback > .feedback__title {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 6px;
}

.header__contacts-drop > .feedback > .feedback__subtitle {
  margin: 0 0 6px;
}

.header__contacts-drop > .feedback > .feedback__phone {
  margin: 0 0 2px;
}

.header__contacts-drop > .feedback > .header-social {
  padding-top: 12px;
}

.header__contacts-drop
  > .feedback
  > .header-social
  > .header-social__evacuator
  img {
  height: 32px;
  width: 32px;
}

.header__contacts-drop
  > .feedback
  > .header-social
  > .header-social__evacuator {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}

.header__contacts-drop
  > .feedback
  > .header-social
  > .header-social__evacuator-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-left: 0;
}

.header__contacts-drop
  > .feedback
  > .header-social
  > .header-social__evacuator-link:hover {
  text-decoration: none;
}

.header__contacts-drop
  > .feedback
  > .header-social
  > .header-social__evacuator-link
  img {
  height: 32px;
  width: 32px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-right: 18px;
}

.header__menu-link {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header__menu-link:hover {
  color: #5e3c93;
  text-decoration: none;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212121;
  gap: 12px;
  text-decoration: none;
}

.header__phone:hover {
  color: #212121;
  text-decoration: none;
}

.header__number {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
}

.header__contacts-button {
  background-color: #5e3c93;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  outline: none;
  padding: 8px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.header__contacts-button:hover {
  background: #492f74;
}

.header__contacts-icon {
  width: 16px;
}

.header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.header__middle-wrapper {
  width: 100%;
}

.header__logo {
  max-width: 200px;
}

.header__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  width: 100%;
}

.header__services.active {
  width: 100% !important;
}

.header__services-button {
  background-color: #d70c17;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  outline: none;
  padding: 12px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-right: 24px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.header__services-button:hover {
  background-color: #c0040e;
  color: #fff;
  text-decoration: none;
}

.header__search {
  width: 100%;
  margin-right: 4vw;
}

.header__search-form {
  position: relative;
}

.header__search-input {
  width: 100%;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 14px 42px;
}

.header__search-input.active {
  border-color: #5e3c93 !important;
}

.header__search-button {
  pointer-events: none;
  left: 13px;
}
.header__clear-button {
  display: none;
}

.header__search-button.active img {
  -webkit-filter: grayscale(100%) brightness(150%);
  filter: grayscale(100%) brightness(150%);
}

.header__clear-button,
.header__search-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  top: 13px;
}

.header__clear-button {
  display: none;
  height: 24px;
  right: 13px;
  width: 24px;
}
.header__clear-button.active {
  display: block;
}

.header-result {
  display: none;
  width: 100%;
  position: absolute;
  max-height: 60vh;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow:
    0 8px 32px 0 rgba(17, 17, 26, 0.05),
    0 4px 16px 0 rgba(17, 17, 26, 0.1);
  box-shadow:
    0 8px 32px 0 rgba(17, 17, 26, 0.05),
    0 4px 16px 0 rgba(17, 17, 26, 0.1);
  left: 0;
  padding: 12px 0;
  top: calc(100% + 12px);
  z-index: 10;
  overflow: auto;
}

.header-result.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-result__item {
  font-size: 16px;
  line-height: 150%;
  padding: 12px 24px;
}

.header-result__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-text);
  text-decoration: none;
  padding: 12px 24px;
  margin: -12px -24px;
}

.header-result__item:hover {
  background-color: #edeef1;
}

.header-result__item-btn {
  text-align: right;
}

.header-result__item-btn span {
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  cursor: pointer;
  margin-right: 24px;
}

.header-result__item-btn span:hover {
  color: #5e3c93;
}

.header__user {
  gap: 24px;
}

.header__user,
.header__user-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__user-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 10px;
  justify-content: center;
  text-decoration: none;
}

.header__user-link:hover {
  text-decoration: none;
}

.header__user-link:hover .header__user-title {
  color: #4c4c4c;
}

.header__user-link:hover svg path {
  fill: #4c4c4c;
}

.header__user svg {
  width: 26px;
}

.header__user svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__user-title {
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header__bottom {
  padding: 20px 0;
}

.header__submenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px 36px;
}

.header__submenu.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px 60px;
}

.header__submenu-item {
  cursor: pointer;
  list-style-type: none;
  position: relative;
}

.header__submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  gap: 6px;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header__submenu-link:hover {
  color: #5e3c93;
  text-decoration: none;
}

.header__submenu-drop {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  left: -25px;
  line-height: 150%;
  max-width: 271px;
  opacity: 0;
  padding: 12px 0 20px;
  position: absolute;
  top: 32px;
  white-space: nowrap;
  z-index: 10;
}

.header__submenu-drop--visible {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1s 0.3s;
  -o-transition: opacity 1s 0.3s;
  transition: opacity 1s 0.3s;
}

.header__submenu-drop:before {
  content: "";
  height: 12px;
  position: absolute;
  top: -12px;
  width: 100%;
}

.header__submenu-drop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.header__submenu-drop ul li {
  list-style-type: none;
}

.header__submenu-drop ul li:hover {
  background-color: #f4f5f7;
}

.header__submenu-drop ul li a {
  color: #212121;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  padding: 4px 24px;
  text-decoration: none;
  width: 100%;
}

.header__submenu-drop ul li a:hover {
  color: #5e3c93;
}

.d-header__main-service-search {
  border: none;
  height: auto;
  margin-right: 0;
  padding: 0;
}

.header__contacts-wrapper > .header__contacts-button img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.header__contacts-wrapper:hover > .header__contacts-button img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header__services.active .header__search-input {
  width: 100%;
  max-width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: auto;
  border-color: #a0a0a0;
  padding: 14px 42px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-select {
  -webkit-animation: fade-in 0.5s ease;
  animation: fade-in 0.5s ease;
  display: none;
}

.header__talk {
  display: none;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.header-select.closed {
  -webkit-animation: fade-out 0.5s ease forwards;
  animation: fade-out 0.5s ease forwards;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.burger {
  background-color: #5e3c93;
  border-radius: 4px;
  height: 48px;
  position: relative;
  width: 62px;
  z-index: 10;
}

.burger:hover {
  background-color: #492f74;
}

.burger span {
  left: 50%;
  margin-bottom: 9px;
  margin-left: -19px;
  margin-top: -1.5px;
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.burger span,
.burger span:after,
.burger span:before {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  height: 2px;
  outline: 1px solid transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property:
    background-color,
    -webkit-transform;
  transition-property:
    background-color,
    -webkit-transform;
  -o-transition-property: background-color, transform;
  -webkit-transition-property:
    background-color,
    -webkit-transform;
  transition-property:
    background-color,
    -webkit-transform;
  -webkit-transition-property:
    background-color,
    -webkit-transform;
  transition-property:
    background-color,
    -webkit-transform;
  transition-property: background-color, transform;
  transition-property:
    background-color,
    transform,
    -webkit-transform;
  transition-property:
    background-color,
    transform,
    -webkit-transform;
  transition-property:
    background-color,
    transform,
    -webkit-transform;
  width: 38px;
}

.burger span:after,
.burger span:before {
  content: "";
  position: absolute;
}

.burger span:before {
  top: -9px;
  width: 38px;
}

.burger span:after {
  top: 9px;
  width: 38px;
}

.burger.clicked span {
  background-color: transparent;
}

.burger.clicked span:before {
  top: -9px;
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.burger.clicked span:after {
  top: 9px;
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.mobile-menu {
  display: block;
}

.mobile-menu__body {
  background-color: #fff;
  height: 100%;
  left: 0;
  max-width: 490px;
  overflow-y: auto;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.55s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: -webkit-transform 0.55s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: -webkit-transform 0.55s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: -webkit-transform 0.55s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: -webkit-transform 0.55s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: -webkit-transform 0.55s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: -webkit-transform 0.55s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: -webkit-transform 0.55s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:
    transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:
    transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:
    transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:
    transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:
    transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:
    transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:
    transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:
    transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  z-index: 3000;
}

.mobile-menu__body.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu__close {
  position: absolute;
  right: 24px;
  top: 24px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.6);
  z-index: 2000;
}

.overlay.show {
  display: block;
}

.header-accordion {
  margin: 16px 0 0;
  width: 100%;
}

.header-accordion__item {
  border-bottom: 1px solid #bdbdbd;
  color: #212121;
  cursor: pointer;
  display: block;
  margin: 0 24px;
  padding: 16px 0;
  text-decoration: none;
}

.header-accordion__item:hover {
  color: #5e3c93;
  text-decoration: none;
}

.header-accordion__trigger {
  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;
  gap: 16px;
}

.header-accordion__body {
  display: none;
  padding-bottom: 4px;
  padding-top: 16px;
}

.header-accordion__paragraph {
  color: #444041;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 8px;
  width: 93%;
}

.header-accordion__paragraph:last-child {
  margin: 0;
}

.header-accordion__paragraph a {
  color: #212121;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}

.header-accordion__paragraph a:hover {
  color: #5e3c93;
  text-decoration: none;
}

.header-accordion__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
}

.header-accordion__title--active {
  color: #5e3c93;
}

.header-accordion__icon {
  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;
  height: 24px;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  width: 24px;
}

.header-accordion__icon--active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-accordion__icon--active svg path {
  fill: #5e3c93;
}

.header__location--mobile {
  background-color: #f4f5f7;
  padding: 30px 24px;
}

.header__location--mobile .header-select {
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
  width: 100%;
}

.header__location--toggle + .header-accordion {
  display: none;
}

.header__location--toggle + .header-accordion + .contacts-mobile {
  display: none;
}

.header__location--toggle
  + .header-accordion
  + .contacts-mobile
  + .feedback-mobile {
  display: none;
}

.header__location
  > .header__location-wrapper
  > .header__city-button
  > svg
  path {
  fill: #5e3c93;
}

.contacts-mobile {
  padding: 22px 24px;
}

.contacts-mobile__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.contacts-mobile__menu-link {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.contacts-mobile__menu-link:hover {
  color: #5e3c93;
}

.feedback {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #f4f5f7;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 24px 60px;
}

.feedback,
.feedback__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback__title {
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 8px;
}

.feedback__title img {
  width: 20px;
}

.feedback__subtitle {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 12px;
}

.feedback__phone {
  color: #5e3c93;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 0 4px;
  text-decoration: none;
}

.feedback__phone:hover {
  color: #5e3c93;
  text-decoration: none;
}

.feedback__phone-bottom {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: none;
}

.feedback__phone-bottom:hover {
  color: #212121;
  text-decoration: none;
}

.header-social {
  padding-top: 16px;
}

.header-social__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 0 0 12px;
}

.header-social__button {
  background-color: #d70c17;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
  padding: 7px 15px;
}

.header-social__link {
  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;
  background-color: #848d9f;
  border-radius: 4px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.header-social__link--telegram {
  background-color: #25a2df;
}

.header-social__link--whatsapp {
  background-color: #0dc143;
}

.header-social__link--viber {
  background-color: #665cac;
}

.header-social__schedule {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 12px;
}

.header-social__evacuator {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212121;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 2px;
}

.header-social__evacuator,
.header-social__evacuator-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 8px;
  letter-spacing: 0;
}

.header-social__evacuator-link {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #dcdee9;
  color: #4c4c4c;
  font-weight: 400;
  line-height: 22px;
  margin: 12px 0 0;
  padding: 8px 0 0;
  text-decoration: none;
}

.header-social__evacuator-link img {
  height: 22px;
  width: 22px;
}

.header-social__evacuator-link:hover {
  color: #4c4c4c;
  text-decoration: none;
}

.header-social__description {
  background-color: #e2e4eb;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin: 20px 0 0;
  padding: 12px 24px;
  text-align: center;
}

.mobile-menu {
  display: none;
}

.feedback-mobile > .feedback__subtitle {
  max-width: 320px;
}

@media (max-width: 1025px) {
  body {
    padding-top: 90px !important;
  }

  .header {
    background-color: #fff;
    -webkit-box-shadow:
      0 0 1px 0 rgba(96, 96, 96, 0.1),
      0 12px 24px -6px rgba(96, 96, 96, 0.15);
    box-shadow:
      0 0 1px 0 rgba(96, 96, 96, 0.1),
      0 12px 24px -6px rgba(96, 96, 96, 0.15);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }

  .header__bottom,
  .header__services-button,
  .header__top,
  .header__user {
    display: none;
  }

  .header__services {
    width: 36px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__search-form {
    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;
    height: 100%;
  }

  .header__talk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }

  .header__logo.header__logo--hide + .header__talk {
    display: none;
  }

  .header__search {
    margin-right: 0;
    height: 100%;
  }

  .header__search-input {
    width: 36px;
    height: 36px;
    border-color: transparent;
    padding: 0;
    font-size: 0;
  }

  .header__middle {
    padding: 17px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 32px;
    height: 86px;
    justify-content: space-between;
  }

  .header__middle-wrapper {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__middle-wrapper.active {
    width: 100%;
  }

  .header__logo {
    max-width: 156px;
  }

  .header__logo--hide {
    display: none;
  }

  .header-select__top {
    background-color: #fff;
    border-bottom: 1px solid #dcdee9;
  }

  .header__search-button {
    width: 36px;
    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;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }

  .header__search-button img {
    width: 36px;
    height: 36px;
    background-color: transparent;
    margin-right: 0;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .header-result {
    min-height: auto;
    overflow-y: scroll;
  }

  .header__clear-button img {
    background-color: transparent;
    height: auto !important;
    margin-right: 0;
    width: auto !important;
  }

  .d-header__main-service-search button img {
    background-color: transparent;
    height: 36px;
    margin-right: 0;
    width: 36px;
  }

  .d-header__main-service-search button {
    background-color: transparent;
  }

  .d-header__main-service-search-result {
    max-width: 100%;
    min-height: auto;
    overflow-y: scroll;
  }

  .header__logo.header__logo--hide + .header__talk {
    display: none;
  }
  .header__services.active > .header__search .header__search-button {
    width: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 10px;
  }
  .header__services.active > .header__search-input {
    padding: 14px 42px;
    font-size: 16px;
  }

  .header__services.active > .header__search .header__search-button img {
    height: 22px;
    width: 22px;
  }

  .header__location--mobile .header-select {
    top: 84px;
  }

  .mobile-menu {
    display: block;
  }
}

@media (max-width: 670px) {
  body {
    padding-top: 83px !important;
  }

  .mobile-menu__body {
    max-width: 100%;
  }

  .mobile-menu__close {
    right: 15px;
    top: 18px;
    width: 24px;
  }

  .burger {
    height: 34px;
    width: 42px;
  }

  .burger span,
  .burger span:after,
  .burger span:before {
    width: 20px;
  }

  .burger span {
    margin-left: -10px;
  }

  .burger span:before {
    top: -7px;
  }

  .burger span:after {
    top: 7px;
  }

  .header__city {
    font-size: 14px;
    line-height: 22px;
  }

  .header__location--mobile {
    gap: 5px;
    padding: 19px 15px;
  }

  .header__location-icon {
    width: 16px;
  }

  .header__middle {
    gap: 20px;
    height: 79px;
  }

  .header__middle-wrapper {
    gap: 20px;
  }
  .header__talk img,
  .header__search-input {
    width: 24px;
    height: 24px;
  }

  .header__search-input {
    opacity: 0;
    font-size: 14px;
  }
  .header__search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .header__search-input::-moz-placeholder {
    font-size: 14px;
  }
  .header__search-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .header__search-input::-ms-input-placeholder {
    font-size: 14px;
  }
  .header__search-input::placeholder {
    font-size: 14px;
  }

  .header__services.active .header__search-input {
    padding: 5px 40px;
    height: 100%;
    opacity: 1;
    font-size: 14px;
  }

  .header__logo {
    max-width: 124px;
  }

  .header-social__description {
    margin: 21px 0 0;
    padding: 12px 21px;
  }

  .header__services {
    width: 24px;
    height: 34px;
  }

  .header__search-button img {
    height: 24px;
    width: 24px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .header__clear-button {
    right: 10px;
    top: 5px;
  }

  .header-select__top {
    padding: 12px 15px;
  }

  .header-select__bottom {
    padding: 20px 15px;
  }

  .header-select__title {
    font-size: 16px;
    line-height: 24px;
  }

  .header-result {
    width: calc(100% + 62px);
  }

  .header-result__item {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    padding: 6px 15px;
  }

  .header-result__item a {
    font-size: 12px;
    padding: 6px 15px;
    margin: -6px -15px;
  }

  .header-result__item-btn {
    padding-left: 15px;
    text-align: left;
  }

  .header-result__item-btn span {
    color: #5e3c93;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
  }

  .d-header__main-service-search button img {
    height: 24px;
    width: 24px;
  }

  .d-header__main-service-search-result {
    top: 45px;
  }

  .d-header__main-service-search-result-item {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    padding: 6px 15px;
  }

  .d-header__main-service-search-result-buttons {
    text-align: left;
  }

  .d-header__main-service-search-result span {
    color: #5e3c93;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 0 15px;
  }

  .header__services--active .header__search-input {
    padding: 5px 40px;
    height: 100%;
    opacity: 1;
    font-size: 14px;
  }

  .header__location--mobile .header-select {
    top: 60px;
  }

  .header-accordion__title {
    font-size: 14px;
    line-height: 20px;
  }

  .header-accordion__item {
    margin: 0 15px;
    padding: 11px 0;
  }

  .header-accordion__body {
    padding: 14px 0 0;
  }

  .header-accordion__paragraph {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
  }

  .contacts-mobile {
    padding: 18px 15px;
  }

  .contacts-mobile__menu-link {
    font-size: 14px;
    line-height: 22px;
  }

  .contacts-mobile__menu {
    gap: 4px;
  }

  .feedback {
    padding: 20px 15px 60px;
  }

  .feedback__title img {
    width: 20px;
  }
}

.dnp_breadcrumbs {
  margin: 48px 0;
}

.dnp_breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
}

@media (max-width: 670px) {
  .dnp_breadcrumbs__list {
    padding: 18px 0;
  }
}

.dnp_breadcrumbs__item {
  color: #757575;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.dnp_breadcrumbs__link {
  text-decoration: none;
}

.dnp_breadcrumbs__link span {
  color: #212121;
}

@media (max-width: 1025px) {
  .dnp_breadcrumbs {
    /* padding: 126px 0 36px; */
    margin: 36px 0;
  }
}

@media (max-width: 670px) {
  .dnp_breadcrumbs {
    /* padding: 111px 0 32px; */
    margin: 10px 0;
  }
}

.services__title {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 65px;
  margin: 0 0 48px;
}

.services-brands {
  margin: 48px 0 0;
}

.services-brands.line-hide .services-tab__title {
  display: none;
}
.services-brands.line-hide .services-tab__item {
  margin-top: 0;
}
.services-brands.line-hide .services-tab__content {
  margin-top: 32px;
}

.services-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.services-nav__item {
  overflow: hidden;
  width: 25%;
}

.services-nav__item.services-tab--active .services-nav__title,
.services-nav__item.active .services-nav__title {
  display: block;
}

.services-nav__item.services-tab--active .services-nav__wrap-img,
.services-nav__item.active .services-nav__wrap-img {
  background-color: #f4f5f7;
  border-color: transparent;
  border-radius: 12px 12px 0 0;
}

.services-nav__wrap-img {
  border: 2px solid #dcdee9;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 166px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  cursor: pointer;
  justify-content: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.services-nav__wrap-img:hover {
  background-color: #f4f5f7;
}

.services-nav__wrap-img img {
  max-width: 50%;
}

.services-nav__wrap-img--cadillac img {
  max-width: 44%;
}

.services-nav__wrap-img--gmc img {
  max-width: 66%;
}

.services-nav__wrap-img--chevrolet img {
  max-width: 60%;
}

.services-nav__wrap-img--hammer img {
  max-width: 64%;
}

.services-nav__title {
  display: none;
  background-color: #5e3c93;
  border-radius: 0 0 12px 12px;
  color: #fff;
  font-family: "HeliosCondC", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
  padding: 14px 0;
  text-align: center;
}

.services-tab__item {
  display: none;
  margin-top: -13px;
}

.services-tab__item.services-tab--active,
.services-tab__item.active {
  display: block;
}

.services-tab__item-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-tab__title {
  position: relative;
  width: calc(100% - 24px);
  color: #5e3c93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-align: right;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 8px;
  justify-content: space-between;
}

.services-tab__title:hover {
  color: #5e3c93;
}

.services-tab__title:before {
  background-color: #5e3c93;
  content: "";
  display: block;
  height: 2px;
  margin-left: 12px;
  position: relative;
  width: 100%;
}

.services-tab__title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.services-tab__title span {
  white-space: nowrap;
}

.services-tab__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  gap: 29px;
  padding: 16px 14px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition:
    box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition:
    box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition:
    box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
}

a.services-tab__link {
  opacity: 1;
}

a.services-tab__link:hover {
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.078);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.078);
}

.services-tab__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 12px;
  font-size: 18px;
  color: #5e3c93;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.services-tab__btn:hover {
  color: #492f74;
}

a.services-tab__link:hover .services-tab__brand {
  color: #5e3c93;
}

.services-tab__img {
  width: 102px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a.services-tab__link .services-tab__img,
.services-tab__link.services-tab__link--gen .services-tab__img {
  opacity: 1;
}

.services-tab__brand {
  font-size: 18px;
  font-weight: 600;
  color: rgba(33, 33, 33, 0.5);
}

a.services-tab__link .services-tab__brand,
.services-tab__link.services-tab__link--gen .services-tab__brand {
  color: #212121;
}

.services-tab__generation {
  color: rgba(117, 117, 117, 0.7);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
}

a.services-tab__link .services-tab__generation,
.services-tab__link.services-tab__link--gen .services-tab__generation {
  color: #757575;
}

.services-head {
  margin: 120px 0;
}

.services-head__title {
  color: #212121;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 56px;
  margin: 0 0 24px;
}

.services-head__subtitle {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
  max-width: 984px;
}

.services-technical {
  margin: 0 0 120px;
}

.services-technical__title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 56px;
  margin: 0 0 48px;
}

.services-technical__body {
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-technical__body,
.services-technical__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-technical__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #e2e4eb;
  border-radius: 8px;
  color: #212121;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 300px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 312px;
}

.services-technical__link:hover {
  background-color: #5e3c93;
}

.services-technical__link:hover .services-technical__heading {
  color: #fff;
}

.services-technical__link:hover .services-technical__description {
  color: #fff;
}

.services-technical__link:hover .services-technical__button {
  background-color: #fff;
}

.services-technical__link:hover .services-technical__button svg path {
  fill: #5e3c93;
}

.services-technical__link:hover .services-technical__img-wrap {
  right: 0;
}

.services-technical__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 10px;
}

.services-technical__description,
.services-technical__heading {
  letter-spacing: 0;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.services-technical__description {
  font-family: HeliosCondC;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.services-technical__img-wrap {
  bottom: 0;
  max-width: 212px;
  position: absolute;
  right: -5px;
  -webkit-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}

.services-technical__button {
  border-radius: 50%;
  display: block;
  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;
  background-color: #5e3c93;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.078);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.078);
  height: 36px;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 36px;
  z-index: 2;
}

.services-tab-4 .services-tab__title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.services-tab-4 .services-tab__title:before {
  left: 0;
  margin-left: 0;
  margin-right: 12px;
}

.vehicle-diagnostic__title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 56px;
  margin: 0 0 24px;
}

.vehicle-diagnostic__title:last-child {
  margin-bottom: 0;
}

.vehicle-diagnostic__subtitle {
  border-left: 4px solid #d70c17;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 60px;
  padding-left: 25px;
}

.vehicle-diagnostic__subtitle:last-child {
  margin-bottom: 0;
}

.vehicle-diagnostic-info__title {
  color: #5e3c93;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 45px;
  margin: 24px 0;
}

.vehicle-diagnostic-info__subtitle {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 24px;
  max-width: 984px;
}

.vehicle-diagnostic-item__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 0 12px;
}

.vehicle-diagnostic-item__subtitle {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 20px;
}

.vehicle-diagnostic-more__title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0 0 24px;
}

.vehicle-diagnostic-more__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 80px;
  max-width: 984px;
}

.vehicle-diagnostic-more__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
  position: relative;
  width: 38%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
}

.vehicle-diagnostic-more__list li:before {
  background: red;
  border-radius: 100px;
  content: "";
  display: block;
  height: 8px;
  margin-right: 15px;
  width: 8px;
}

.service-select__title {
  color: #5e3c93;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 45px;
  margin: 80px 0 24px;
  max-width: 984px;
}

.service-select__subtitle {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 20px;
  max-width: 984px;
}

.service-complex__title {
  color: #5e3c93;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 45px;
  margin: 80px 0 24px;
  max-width: 872px;
}

.service-complex__subtitle {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
  margin: 24px 0;
  max-width: 872px;
}

.service-complex__list {
  list-style-type: none;
  max-width: 872px;
}

.service-complex__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 20px;
}

.service-complex__list-number {
  background-color: #edeef1;
  border-radius: 50%;
  color: #d70c17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  height: 36px;
  letter-spacing: 0.02em;
  line-height: 24px;
  min-height: 36px;
  min-width: 36px;
  text-align: center;
  width: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-complex__list-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 12px;
}

.service-complex__list-subtitle {
  color: #757575;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
}

.service_process {
  margin: 64px 0 45px;
  max-width: 1064px;
}

.service_process__title {
  color: #5e3c93;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 45px;
  margin: 0 0 24px;
}

.service_process__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.service_process__item {
  background-color: #dcdee9;
  border-radius: 12px;
  padding: 24px 32px;
}

.service_process__item-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 0 12px;
}

.service_process__item-title span {
  color: #d70c17;
}

.service_process__item-description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
}

.service-rules {
  background-color: #dcdee9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0;
  padding: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  max-width: 984px;
}

.service-rules__img {
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  width: 45px;
}

.service-rules__img-text {
  display: none;
}

.service-rules__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 0 2px;
}

.service-rules__subtitle {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
}

.service-protect {
  margin: 80px 0;
}

.service-protect__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 12px;
}

.service-protect__list {
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-left: 9px;
}

.service-protect__list,
.service-protect__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-protect__list-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  gap: 16px;
  letter-spacing: 0;
  line-height: 27px;
}

.service-protect__list-item img {
  height: 24px;
  width: 24px;
}

@media (max-width: 1025px) {
  .services__title {
    font-size: 42px;
    line-height: 56px;
    margin: 0 0 36px;
  }

  .services-brands {
    margin: 36px 0 0;
  }

  .services-nav__wrap-img {
    height: 120px;
  }

  .services-nav__title {
    padding: 10px 20px;
  }

  .services-nav__title,
  .services-tab__title {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
  }

  .services-head {
    margin: 80px 0;
  }

  .services-head__title {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 45px;
    margin: 0 0 20px;
  }

  .services-head__subtitle {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
  }

  .services-technical {
    margin: 0 0 80px;
  }

  .services-technical__title {
    font-size: 32px;
    line-height: 45px;
    margin: 0 0 36px;
  }

  .services-technical__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-technical__link {
    height: 200px;
    width: calc(50% - 12px);
  }

  .services-technical__heading {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 10px;
  }

  .services-technical__description {
    font-size: 20px;
    line-height: 23px;
  }

  .services-technical__img-wrap {
    bottom: -20px;
    max-width: 186px;
  }

  .services-tab-3 .services-tab__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .services-tab-3 .services-tab__title:before {
    left: 0;
    margin-left: 0;
    margin-right: 12px;
  }

  .vehicle-diagnostic__title {
    font-size: 32px;
    line-height: 45px;
    margin: 80px 0 24px;
  }

  .vehicle-diagnostic__title:last-child {
    margin-bottom: 0;
  }

  .vehicle-diagnostic__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
  }

  .vehicle-diagnostic-info {
    padding: 0 0 24px;
  }

  .vehicle-diagnostic-info__title {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 12px;
  }

  .vehicle-diagnostic-info__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .vehicle-diagnostic-item__title {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 8px;
  }

  .vehicle-diagnostic-item__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .vehicle-diagnostic-more__title {
    margin: 48px 0 16px;
  }

  .vehicle-diagnostic-more__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .vehicle-diagnostic-more__list li {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px;
    width: 48%;
  }

  .service-select__title {
    font-size: 24px;
    line-height: 36px;
    margin: 48px 0 24px;
  }

  .service-select__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .service-complex__title {
    font-size: 24px;
    line-height: 36px;
    margin: 48px 0 24px;
  }

  .service-complex__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
  }

  .service-complex__list-item {
    gap: 16px;
    margin: 0 0 20px;
  }

  .service-complex__list-number {
    font-size: 18px;
    height: 36px;
    letter-spacing: 0.02em;
    line-height: 24px;
    min-height: 36px;
    min-width: 36px;
    width: 36px;
  }

  .service-complex__list-title {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 12px;
  }

  .service-complex__list-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .service_process {
    margin: 48px 0;
  }

  .service_process__title {
    font-size: 24px;
    line-height: 36px;
  }

  .service_process__item {
    padding: 20px 24px;
  }

  .service_process__item-title {
    font-size: 18px;
    line-height: 26px;
  }

  .service_process__item-description {
    font-size: 16px;
    line-height: 24px;
  }

  .service-rules {
    margin: 60px 0;
  }

  .service-rules__title {
    font-size: 18px;
    line-height: 26px;
  }

  .service-rules__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .service-protect {
    margin: 60px 0;
  }
}

@media (max-width: 880px) {
  .services-nav {
    gap: 12px;
  }

  .services-nav__wrap-img {
    border-radius: 8px;
    height: 86px;
  }

  .services-tab__item-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .services-nav__title {
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 10px 20px;
  }

  .services-nav__item.services-tab--active .services-nav__wrap-img {
    background-color: #f4f5f7;
    border-radius: 8px 8px 0 0;
  }

  .services-tab__title {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
  }
}

@media (max-width: 670px) {
  .services-head {
    margin: 60px 0;
  }
  .services-brands {
    margin-top: 32px;
  }

  .services-tab__item-wrap {
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-tab__link {
    padding: 8px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 22px;
    justify-content: center;
  }
  .services-tab__brand {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .services-tab__generation {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .services-head__title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 35.04px;
    margin: 0 0 16px;
  }

  .services__title {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 32px;
    max-width: 280px;
  }

  .services-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }

  .services-nav__item {
    width: calc(50% - 5px);
  }

  .services-nav__wrap-img {
    border-radius: 6px;
    border-width: 1px;
    height: 24.5vw;
  }

  .services-nav__title {
    border-radius: 0 0 6px 6px;
    padding: 4px 0;
  }

  .services-nav__title span {
    display: none;
  }

  .services-nav__item.services-tab--active .services-nav__wrap-img {
    background-color: #f4f5f7;
    border-radius: 6px 6px 0 0;
  }

  .services-tab__content {
    margin-top: 12px;
  }

  .services-tab__link--gen .services-tab__brand,
  .services-tab__link--gen .services-tab__generation {
    text-align: left;
  }

  .services-tab__description {
    width: auto;
  }

  .services-tab__title {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
  }

  .services-tab__title:before {
    margin-left: 0;
  }

  .services-tab__item {
    margin-top: 0;
  }

  .services-heading {
    padding: 60px 0;
  }

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

  .services-heading__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .services-technical {
    margin: 0 0 60px;
  }

  .services-technical__title {
    font-size: 24px;
    line-height: 35.04px;
    margin: 0 0 32px;
  }

  .services-technical__body {
    gap: 20px;
  }

  .services-technical__link {
    height: 162px;
    padding: 20px;
    width: 100%;
  }

  .services-technical__heading {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px;
  }

  .services-technical__description {
    font-size: 15px;
    line-height: 17px;
  }

  .services-technical__img-wrap {
    bottom: -16px;
    max-width: 180px;
    right: -7px;
  }

  .services-technical__button {
    height: 32px;
    width: 32px;
  }

  .services-tab-3 .services-tab__title,
  .services-tab-4 .services-tab__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .vehicle-diagnostic__title {
    font-size: 20px;
    line-height: 30px;
    margin: 70px 0 24px;
  }

  .vehicle-diagnostic__title:last-child {
    margin-bottom: 0;
  }

  .vehicle-diagnostic__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 36px;
    padding-left: 16px;
  }

  .vehicle-diagnostic__subtitle:last-child {
    margin-bottom: 0;
  }

  .vehicle-diagnostic-info {
    padding: 0 0 24px;
  }

  .vehicle-diagnostic-info__title {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 12px;
  }

  .vehicle-diagnostic-info__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .vehicle-diagnostic-item {
    padding: 0 0 16px;
  }

  .vehicle-diagnostic-item__title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px;
  }

  .vehicle-diagnostic-item__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .vehicle-diagnostic-more__title {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0;
  }

  .vehicle-diagnostic-more__list {
    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: 60px;
  }

  .vehicle-diagnostic-more__list li {
    margin: 0 0 8px;
    width: 100%;
  }

  .service-select__title {
    font-size: 18px;
    line-height: 26px;
    margin: 36px 0 24px;
  }

  .service-select__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .service-complex__title {
    font-size: 18px;
    line-height: 26px;
    margin: 36px 0 24px;
  }

  .service-complex__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .service-complex__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }

  .service-complex__list-number {
    font-size: 16px;
    height: 28px;
    line-height: 24px;
    min-height: 28px;
    min-width: 28px;
    width: 28px;
  }

  .service-complex__list-title {
    margin: 0 0 8px;
  }

  .service-complex__list-subtitle,
  .service-complex__list-title {
    font-size: 16px;
    line-height: 24px;
  }

  .service_process {
    margin: 36px 0;
  }

  .service_process__title {
    font-size: 18px;
    line-height: 26px;
  }

  .service_process__item {
    padding: 20px 16px;
  }

  .service_process__item-title {
    font-size: 16px;
    line-height: 24px;
  }

  .service_process__item-description {
    font-size: 14px;
    line-height: 22px;
  }

  .service-rules {
    gap: 0;
    margin: 36px 0;
    padding: 20px 16px;
  }

  .service-rules__img {
    display: none;
  }

  .service-rules__img-text {
    display: block;
    height: 36px;
    min-height: 36px;
    min-width: 36px;
    width: 36px;
  }

  .service-rules__title {
    font-size: 16px;
    gap: 12px;
    line-height: 24px;
    margin: 0 0 16px;
  }

  .service-rules__subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .service-protect {
    margin: 36px 0;
  }

  .service-protect__title {
    font-size: 18px;
    line-height: 26px;
  }

  .service-protect__list {
    gap: 12px;
    padding-left: 0;
  }

  .service-protect__list-item {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 481px) {
  .services-nav__title {
    padding: 4px 0;
  }
}

.search-service__form {
  background: #212121;
  border-radius: 12px;
  overflow: hidden;
  padding: 32px 36px 36px;
  position: relative;
}

.search-service__form img {
  max-width: 255px;
  position: absolute;
  right: -45px;
  top: 36px;
  z-index: 1;
}

.search-service__title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-service__title:before {
  background: url(https://dev.cheviplus.ru/images/form-find-service-search.png)
    50% no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 26px;
  margin-right: 17px;
  width: 26px;
}

.search-service__list {
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 2;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  gap: 16px 12px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
  max-width: 1077px;
}

.search-service__field {
  background: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.search-service__field:nth-of-type(4n) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  display: none;
  grid-column: 1/3;
}

.search-service__submit {
  background-color: #d70c17;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  max-width: 180px;
  padding: 10px 24px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.search-service__submit:hover {
  background-color: #c0040e;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  width: 1px;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 24px;
  padding: 12px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url(https://dev.cheviplus.ru/images/form-find-service-field-arrow.png);
  display: block;
  height: 24px;
}

.select2-container {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container,
.select2-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-dropdown {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  left: -100000px;
  margin-top: 8px;
  position: absolute;
  width: 100%;
  z-index: 1051;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-results__option {
  padding: 10px 12px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--default .select2-results__option--selected {
  background-color: #5e3c93;
  color: #fff;
}

.select2-results__option .option-title {
  color: #212121;
  font-size: 14px;
}

.select2-results__option .option-text {
  color: #757575;
  font-family: HeliosCondC;
  font-size: 11px;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.select2-results__option--selected .option-title {
  color: #fff;
}

.select2-search--dropdown {
  display: block;
  padding: 6px;
  position: relative;
}

.select2-search--dropdown .select2-search__field {
  background-color: rgba(244, 245, 247, 0.5);
  border: 1px solid #dcdee9;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  padding: 10px 12px 10px 38px;
  width: 100%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-search--dropdown:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAM/SURBVHgB7VfNUhNBEO7pHe7xASiXF5B4oyiQcNSTXi2BeFaEPAHh5i0R8EyClle9WZ5IWRRyI/gChtK76zm7M/YskNoZZoZNdosTX9XW7s7fftvdM/01wB38YDAB6vOtKt2qAjG8akMm+pDAoHPc6EMB5CZUn2uFMeebCLBGrxXnQAkDCawXJMPtzkljAGUTqtdalXjI28hSImNBStYZl5iXUH2hVROM79NfhzApyGKxxGefjl/lcqWT0OqjvTUQsuP4SqTcQpPPAUREEVSRALMMJMUWs7sTWf3g++suTEJIBa1Afmrp6guAxsej9R44sDK/U2cBbIFkodlHc5d9c62EVPCKKX5ocdO7g6P1TciJ1YXdJt22tEZyH07FDzu9RuSah2ZDHPCmSYaCszEOGQUa35RSNrRGBmEynGr55mkWSq3D+S9jzLZaHCYEWapNt41sG8bxjGvnaRZKrZOFlIMiZBQuLavtMMHRaW2NECIsab0BNqEEqI1gfNZ5po1cZtlZEf3dPSgJ5Lq/kDnhUVBwW9LMyELkrjDbIQ0zFwWt18u+JxBUbeNGhFAKbQADcQYlgtY7195RhuAjZEEE5SLXej5CFSgXudYbEZKCDbQey9FfBBJwVmtgwamXUACJHsSMLUGJoO2sxSgmw3PwEbrcglk/V14s7NagBKiEC1mX0YHrUpZGDImu0enNO3nBAqYlWQbYc43VT+pYtI3+6sriXiFSdCBumcmakYp0jQ+yL/0/36LZ6Scz9Asjf5Pv5x5MP/738/fXExifjEqqbzUyJGu7PzacQu3atie9skmzBtoijLXSPx0Da4s7yrK6xSl2fNZJv2VrVMFMTA+vdZDAgoA1fVI01eGgNI+0poabpKxTU6dSFNm+oztSuY6uMyRNLUhT00L36apBngPQQ8pbdTyff1/lQfK52CEpI6vwd5DypQ5QpQsOk2Vy1Y3Vgg0qgJEnM1LIl9c6qaJJKxtzDuREKm+VokS55LdYapEuydR2VqY6Q8Cw1ES1vXIlBiLMShaVC0nj9H0FoYtUtjyaiFAR2EkJKiQ2muoJ4Zbx4fhNx4ypWPAvV8+3bqErXGh4fEpHRu+mavYOWfwHRExQOPNCCrMAAAAASUVORK5CYII=);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 18px;
  left: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
}

.select2-results {
  display: block;
  padding-bottom: 8px;
  padding-right: 6px;
  padding-top: 8px;
}

.select2-results__option--highlighted:not(
    .select2-results__option--selected
  ):after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFqSURBVHgB7ZgxTsMwFIZfQ4sYcwKuQOaKIWyIIzCg7oiBE1BO0AFxAQZWxMRYkBAzXIETMKPUxb8UJKuqHTuxXyJ4n1SldRP1+6Q6iUMkCIIgCILw95hNF8XZ4c1V0347NEAgr7LxUr89Ptg/oY/PpxfbvoMLMOTzeqh0RWQ0ILbI/zKyHWP9ghuH/PXd68XcdtwgAtrKg94DusiDXgO6yoPeAmLIg14CYskD9oCY8oA1ILY8YAtIIQ8aA2blIl9Vk4eVGl3ev52/UwtSyQNnAORVNdE/vC70x69KZUehESnlgfNeyJAH+ThTy9PpbUGepJYHDTdz68eNAe8IDnnQOAf0omKuN5sLC+ffiUseeJ2FQiI45YH3adQnglseBF0HXBG79E3c8iD4QmaLqLes8iB4TazXps96jYrw0hjeq18myeVBq0W9JcKERR60firhiGCTB50eq2yJYJWPBiZ2PbkFQRAEQfhX/ADrb9xmlJHUEQAAAABJRU5ErkJggg==);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
}

@media (max-width: 1025px) {
  .search-service__title:before {
    margin-right: 12px;
  }

  .search-service__list {
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
  }

  .search-service__field:nth-of-type(4n) {
    display: block;
  }

  .search-service__submit {
    max-width: 100%;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
  }
}

@media (max-width: 670px) {
  .search-service__form {
    border-radius: 0;
    margin-left: -15px;
    padding: 32px 16px;
    width: calc(100% + 30px);
  }

  .search-service__title {
    font-size: 18px;
    line-height: 26px;
  }

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

  .search-service__field {
    width: 100%;
  }

  .search-service__submit {
    padding: 13px 24px;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 10px;
  }
}

.form-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #edeef1;
  border-radius: 6px;
  justify-content: space-between;
  margin: 120px 0;
  padding: 60px 110px;
  position: relative;
}

.form-order__section {
  width: 45.5%;
}

.form-order__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 45px;
  margin-bottom: 24px;
}

.form-order__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 12px;
  max-width: 90%;
}

.form-order__sign {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
}

.social-links {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.social-links,
.social-links__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-links__social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #848d9f;
  border-radius: 4px;
  height: 32px;
  justify-content: center;
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  transition:
    box-shadow 0.1s ease-in-out,
    -webkit-box-shadow 0.1s ease-in-out;
  transition:
    box-shadow 0.1s ease-in-out,
    -webkit-box-shadow 0.1s ease-in-out;
  transition:
    box-shadow 0.1s ease-in-out,
    -webkit-box-shadow 0.1s ease-in-out;
  width: 32px;
}

.social-links__social:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.form-order__social-links {
  margin: 36px 0 0;
}

.social-links__social_telegram {
  background-color: #25a2df;
}

.social-links__social_whatsapp {
  background-color: #0dc143;
}

.social-links__social_viber {
  background-color: #665cac;
}

.social-links__social_vk {
  background-color: #07f;
}

.form__element_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_block .form__element_name {
  margin-right: 8px;
  width: 42.4%;
}

.form_block .form__element_stretch {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.customSelect {
  display: inline-block;
  max-width: 100%;
  position: relative;
  z-index: 4;
}

.customSelect:hover {
  z-index: 6;
}

.customSelect__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #edeef1;
  border-radius: 6px;
  color: #212121;
  cursor: pointer;
  outline: none;
  padding: 13px 14px;
  position: relative;
  -webkit-transition:
    border 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
  -o-transition:
    border 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
  transition:
    border 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}

.customSelect__button:hover {
  border-color: #5e3c93;
}

.customSelect__value {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
}

.customSelect__value_button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: calc(100% - 32px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customSelect._opened .customSelect__button,
.customSelect._opening .customSelect__button {
  border-color: #5e3c93;
}

.customSelect__button svg {
  color: #757575;
  margin-left: 8px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition:
    color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition:
    color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  -o-transition:
    transform 0.2s ease-in-out,
    color 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    color 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
}

.customSelect._opened .customSelect__button svg,
.customSelect._opening .customSelect__button svg {
  color: #5e3c93;
  fill: red;
  -webkit-transform: rotate(180deg) scaleX(-1);
  -ms-transform: rotate(180deg) scaleX(-1);
  transform: rotate(180deg) scaleX(-1);
}

.customSelect._opened .customSelect__button svg path,
.customSelect._opening .customSelect__button svg path {
  fill: #5e3c93;
}

svg:not(:root) {
  overflow: hidden;
}

.customSelect__inside {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  margin-top: 4px;
  min-width: 240px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transition:
    visibility 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
  -o-transition:
    visibility 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
  transition:
    visibility 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
  z-index: 1;
}

.customSelect__simplebar {
  max-height: 280px;
  position: relative;
}

[data-simplebar] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  overflow: hidden;
  width: inherit;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  float: left;
  height: 100%;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: -1;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  height: 1000%;
  left: 0;
  min-height: 1px;
  min-width: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1000%;
  z-index: -1;
}

.simplebar-mask {
  direction: inherit;
  height: auto !important;
  overflow: hidden;
  width: auto !important;
  z-index: 0;
}

.simplebar-mask,
.simplebar-offset {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.simplebar-offset {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  direction: inherit !important;
  resize: none !important;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  direction: inherit;
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  position: relative;
  scrollbar-width: none;
  width: auto;
  -ms-overflow-style: none;
}

.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}

.customSelect__list {
  list-style: none;
  margin: 0;
  max-height: 280px;
  overflow: auto;
  padding: 0;
  position: relative;
}

.customSelect__simplebar .customSelect__list {
  max-height: none;
  overflow: visible;
}

.customSelect__option {
  display: block;
  margin: 0;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.customSelect__value {
  color: #212121;
  display: block;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-align: left;
  -webkit-transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -o-transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
}

.customSelect__value_button._default:before {
  content: attr(data-default-value);
}

.customSelect__value_button._default {
  color: #757575;
}

.customSelect__value_option {
  cursor: pointer;
  padding: 12px 25px;
}

.customSelect__value_main {
  padding-left: 15px;
}

.customSelect__input:not(:disabled):not(:checked)
  ~ .customSelect__value_option:hover {
  background-color: #dcdee9;
}

.customSelect__value_option b {
  color: inherit;
  display: block;
  font-weight: 600;
}

.customSelect__value_separator {
  background: #f4f5f7;
  color: #757575;
  font-weight: 600;
  padding: 8px 25px 8px 15px;
}

.customSelect__value_option span {
  color: #212121;
  display: block;
  margin-top: 2px;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  width: 100%;
}

.simplebar-track {
  background: #bdbdbd;
  border-radius: 5px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.simplebar-track.simplebar-horizontal {
  bottom: 4px;
  height: 6px;
  left: 8px;
  right: 8px;
}

.simplebar-scrollbar {
  left: 0;
  min-height: 6px;
  position: absolute;
  right: 0;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  bottom: 0;
  left: 0;
  min-height: 0;
  min-width: 6px;
  right: auto;
  top: 0;
  width: auto;
}

.simplebar-track.simplebar-vertical {
  bottom: 8px;
  right: 4px;
  top: 8px;
  width: 6px;
}

.simplebar-scrollbar:before {
  background: #5e3c93;
  border-radius: 3px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.2s linear 0.5s;
  -o-transition: opacity 0.2s linear 0.5s;
  transition: opacity 0.2s linear 0.5s;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.form__input_textarea {
  height: 88px;
  resize: none;
}

.form_block .form__input_textarea {
  height: 132px;
}

.form_block .form__element_social-links {
  display: none;
}

.social-links__social svg {
  color: #fff;
  display: block;
}

.form__recaptcha {
  overflow: hidden;
  width: 100%;
}

.form__recaptcha > div {
  margin-bottom: 20px;
}

.form-order__button {
  background-color: #d70c17;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 24px;
  position: relative;
  text-align: center;
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  -o-transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out;
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.form-order__button:hover {
  background-color: #c0040e;
}

.form_block .form__button {
  font-size: 18px;
  margin: 0;
  padding: 15px 24px;
  width: 180px;
}

.form_block .form__politic {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 0 0 20px;
}

.form-order__error {
  color: #d70c17;
  margin-top: 24px;
}

.form-order__error:not(.active) {
  display: none;
}

@media (max-width: 1025px) {
  .form-order {
    margin-left: -39px;
    padding: 80px 93px;
    width: calc(100% + 78px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .form-order__section {
    width: 100%;
  }

  .form-order__title {
    margin-bottom: 16px;
  }

  .form-order__text {
    font-weight: 400;
    max-width: 100%;
  }

  .form-order__sign,
  .form-order__text {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }

  .form-order__sign + .form-order__social-links {
    display: none;
  }

  .form_block .form__element_name {
    width: 50%;
  }

  .form_block .form__element_social-links {
    display: block;
  }

  .social-links {
    gap: 24px;
  }

  .form_block .form__button {
    width: 100%;
  }

  .form_block .form__politic {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 670px) {
  .form-order {
    gap: 24px;
    margin-left: -15px;
    padding: 60px 15px;
    width: calc(100% + 30px);
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .form__input {
    height: 48px;
    padding: 12px 14px;
  }

  .form-order__title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 35.04px;
    text-align: center;
  }

  .form-order__sign,
  .form-order__text {
    text-align: center;
  }

  .form_block .form__element_name {
    margin: 0 0 16px;
    width: 100%;
  }

  .customSelect__button {
    padding: 11px 14px;
  }

  .social-links {
    gap: 12px;
  }

  .form_block .form__button {
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 10px 24px;
  }

  .form_block .form__input_textarea {
    height: 120px;
  }

  .form_block .form__politic {
    margin: 12px 0 0;
  }
}

.footer {
  background: #212121;
  color: #fff;
  padding: 60px 0;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 88px;
}
.footer__bottom {
  margin-top: 24px;
}

@media screen and (max-width: 670px) {
  .footer__bottom {
    margin-top: 12px;
  }
}

.footer__column {
  width: auto;
}

.footer__column:last-child {
  min-width: 370px;
  margin-left: 20px;
}

.footer-accordion__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 16px;
  justify-content: space-between;
  pointer-events: none;
}

.footer-accordion__title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-accordion__icon {
  display: none;
}

.footer-accordion__icon svg path {
  fill: grey;
}

.footer-accordion__body {
  padding-top: 10px;
}

.footer-accordion__paragraph {
  margin: 0 0 8px;
}

.footer-accordion__paragraph,
.footer-accordion__paragraph a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
}

.footer-accordion__paragraph a {
  color: #fff;
  text-decoration: none;
}

.footer-accordion__paragraph a:hover {
  text-decoration: underline;
}

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

.footer-contacts__title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.footer-contacts__phone {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 45px;
  text-decoration: none;
}

.footer-contacts__phone:hover {
  color: #fff;
  text-decoration: none;
}

.footer-contacts__phone-small {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
  text-decoration: none;
}

.footer-contacts__phone-small:hover {
  color: #fff;
  text-decoration: none;
}

.footer-chat {
  padding-top: 24px;
}

.footer-chat__title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 12px;
}

.footer-chat__list {
  gap: 20px;
  list-style-type: none;
  margin: 0 0 24px;
}

.footer-chat__link,
.footer-chat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-chat__link {
  background-color: #fff;
  border-radius: 4px;
  height: 32px;
  width: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-address {
  max-width: 310px;
}

.footer-address__title {
  font-size: 16px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.footer-address__title,
.footer__callback {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

.footer__callback {
  background-color: #5e3c93;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  margin: 24px 0 0;
  outline: none;
  padding: 12px 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
}

.footer__callback:hover {
  background-color: #492f74;
}

.footer-social__title {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0 0 24px;
  text-align: left;
  text-transform: uppercase;
}

.footer-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  list-style-type: none;
}

.footer-social__item {
  height: 36px;
  width: 36px;
}

.footer-social__item--director {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #c03;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 20px;
  padding: 0 12px;
}

.footer-social__item--team {
  height: 36px;
  width: 128px;
}

.footer-social__link {
  color: #fff;
  text-decoration: none;
}

.footer-social__link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-top: 48px;
  font-size: 14px;
}

.footer-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.footer-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-info__link:hover {
  text-decoration: underline;
}
.footer-info__link:hover .footer-info__icon {
  opacity: 1;
}

.footer-info__icon {
  width: 24px;
  height: 24px;
  fill: #fff;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 769px) {
  .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

@media (max-width: 481px) {
  .footer-info {
    margin-top: 0;
  }
}

.footer-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 0 0 12px;
}

.footer-tabs-nav__item {
  color: #757575;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footer-tabs-nav__item.footer-tab--active,
.footer-tabs-nav__item:hover {
  color: #fff;
}

.footer-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.footer-tab.footer-tab--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-tab a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.footer-tab a:hover {
  text-decoration: underline;
}

.nav-bar {
  display: none;
}

.nav-bar__button {
  position: absolute;
  top: -57px;
  width: 90%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24.32px;
  text-align: center;
  background: var(--color-main);
  color: var(--color-white);
  outline: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  -o-transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out;
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
  transition:
    filter 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    border 0.2s ease-in-out,
    -webkit-filter 0.2s ease-in-out;
}

.nav-bar__button:hover {
  color: var(--color-white);
  background: var(--color-main-hover);
}

@media (max-width: 1400px) {
  .footer__top {
    gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-contacts__phone {
    font-size: 27px;
    line-height: 38px;
  }
}

@media (max-width: 1025px) {
  .footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 120px);
    padding-top: 0;
  }

  .footer .container {
    max-width: 100%;
    padding: 0;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .footer__column {
    width: 100%;
  }

  .footer__column:last-child {
    min-width: auto;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-accordion__item {
    border-bottom: 1px solid #bdbdbd;
    cursor: pointer;
    padding: 20px 39px;
  }

  .footer-accordion__trigger {
    pointer-events: all;
  }

  .footer-accordion__title {
    letter-spacing: 0.8px;
  }

  .footer-accordion__icon {
    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;
    height: 24px;
    justify-content: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
      transform 0.3s ease,
      -webkit-transform 0.3s ease;
    transition:
      transform 0.3s ease,
      -webkit-transform 0.3s ease;
    transition:
      transform 0.3s ease,
      -webkit-transform 0.3s ease;
    width: 24px;
  }

  .footer-accordion__icon--active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .footer-accordion__icon--active svg path {
    fill: #fff;
  }

  .footer-accordion__body {
    display: none;
    padding-top: 20px;
  }

  .footer-accordion__paragraph:last-child {
    margin: 0;
  }

  .footer-contacts {
    margin: 0 0 33px;
    padding: 20px 39px 0;
  }

  .footer-contacts__title {
    margin: 0 0 40px;
  }

  .footer-address {
    max-width: 390px;
    padding: 84px 39px 0;
  }

  .footer-chat {
    padding-top: 32px;
  }

  .footer__callback {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    padding: 10px 0;
  }

  .footer-social {
    padding: 32px 39px;
  }

  .footer-group {
    border-top: 1px solid #f4f5f7;
    padding: 32px 39px 0;
  }

  .nav-bar {
    background: #fff;
    bottom: 0;
    -webkit-box-shadow: inset 0 1px 0 0 hsla(0, 0%, 73%, 0.2);
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 73%, 0.2);
    color: #bababa;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .nav-bar,
  .nav-bar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-bar__link {
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: transparent;
    border: none;
    color: #757575;
    height: 59px;
    justify-content: space-between;
    min-width: 50px;
    outline: none;
    text-decoration: none;
    width: 18%;
  }

  .nav-bar__link:hover {
    color: #757575;
    text-decoration: none;
  }

  .nav-bar__link--active {
    border-bottom: 2px solid #5e3c93;
    color: #5e3c93;
  }

  .nav-bar__link--active svg path {
    fill: #5e3c93;
  }

  .nav-bar__text {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
  }
}

@media (max-width: 670px) {
  .footer-accordion__item {
    padding: 20px 15px;
  }

  .footer-accordion__title {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-contacts {
    margin: 0;
    padding: 20px 15px 0;
  }

  .footer-contacts__title {
    margin: 0 0 16px;
  }

  .footer-contacts__phone {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 2px;
  }

  .footer-contacts__phone-small {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-chat {
    padding-top: 24px;
  }

  .footer-chat__list {
    margin: 0;
  }

  .footer__column:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-address {
    max-width: unset;
    padding: 24px 15px 0;
  }

  .footer-address__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .footer-social {
    padding: 24px 15px;
  }

  .footer-social__title {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 32px;
  }

  .footer-social__list {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 24px;
  }

  .footer-group {
    padding: 24px 15px 0;
  }

  .footer-tab p {
    font-size: 13px;
  }

  .nav-bar {
    gap: 2px;
  }
}

.block-description {
  max-width: 948px;
  margin-top: 24px;
}
@media (max-width: 1025px) {
  .block-description {
    margin-top: 20px;
  }
}
@media (max-width: 481px) {
  .block-description {
    margin-top: 16px;
  }
}

@media (max-width: 340px) {
  .footer-tab a {
    letter-spacing: -0.5px;
  }
}
