.discount-svg svg {
  width: 35px;
  height: 35px;
}

.open-text {
  display: none;
  margin-top: 4px;
  color: #fe6a08;
  cursor: pointer;
}

.open-text::after {
  content: "Показать весь текст";
}

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

.scroll_text {
  height: 110px;
  overflow-y: hidden;
}

.scroll_down {
  height: auto;
}

.open-text.active::after {
  content: "Скрыть текст" !important;
}

.lines_brand {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 0 20px;
}

.lines_brand .card_line {
  margin-right: 14px;
  margin-bottom: 14px;
}

.lines_brand .card_line .link_line {
  display: inline-block;
  padding: 6px 28px;
  color: var(--color-primary);
  transition: all 0.3s;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid var(--color-primary);
  cursor: pointer;
}

.lines_brand .card_line .link_line:hover {
  color: white;
  background-color: var(--color-primary);
}

.js-modal-city {
  cursor: pointer;
}

.screen-select-city {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 12px;
}

.show_city {
  display: block;
}

.screen-select-city .background {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
  position: absolute;
  left: 0;
  top: 0;
}

.modal_select-city {
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  max-width: 300px;
  max-height: 400px;
  border: 1px solid #fe6a08;
  border-radius: 12px;
  margin: auto;
  padding: 14px;
}

.title_city {
  font-size: 24px;
  text-align: center;
  margin-bottom: 14px;
}

.window_select_city {
  border: 1px solid #d6d6d6;
  height: calc(100% - 51px);
  border-radius: 8px;
  overflow-y: hidden;
  /* padding: 0 14px 0 14px; */
}

.window_select_city ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 100%;
  overflow-y: auto;
  padding: 14px 0;
}

.window_select_city ul li {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.window_select_city ul li a {
  font-size: 16px;
  font-weight: 400;
}

.window_select_city ul li a:hover {
  text-decoration: underline;
}

.modeal_close {
  width: 20px;
  height: 20px;
  font-size: 25px;
  font-weight: 500;
  position: absolute;
  right: 14px;
  top: 14px;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
  border: 1px solid #888;
  border-radius: 100%;
  opacity: 0.5;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0 0 5px 0;
}

.modeal_close:hover {
  opacity: 1;
  color: #fe6a08;
  border-color: #fe6a08;
}

/* CUSTOM-sTYLE  */
.services-center {
  padding-top: 64px;
  padding-bottom: 64px;
}

.box-service {
  padding-top: 63px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.card-serv {
  padding-right: 36px;
  border-right: 1px solid #dfdfdf;
}

.card-serv:nth-child(n + 2) {
  padding-left: 36px;
}

.card-serv:last-child {
  border: none;
  padding-right: 0;
}

.head-serv {
  display: flex;
}

.icon-serv {
  width: 80px;
  height: 80px;
  border: 2px solid var(--color-primary);
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}

.title-serv {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  display: flex;
  align-items: center;
  max-width: 135px;
}

.descrip-serv {
  padding-top: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

@media (max-width: 1000px) {
  .box-service {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-serv {
    margin-bottom: 36px;
  }

  .card-serv:nth-child(2n + 1) {
    padding-left: 0;
  }

  .card-serv:nth-child(2n) {
    border: none;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .box-service {
    grid-template-columns: repeat(1, 1fr);
  }

  .card-serv {
    margin-bottom: 36px;
  }

  .card-serv:nth-child(2n + 1) {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #dfdfdf;
  }

  .card-serv:nth-child(2n) {
    border: none;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #dfdfdf;
  }
}

.box_lv {
  display: flex;
  padding-top: 32px;
}

.box_lv .center {
  width: 56px;
  position: relative;
}

.box_lv .center div {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  border: 2px solid var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 45px;
  position: relative;
  background-color: white;
  position: relative;
  z-index: 2;
}

.box_lv .center::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 45px);
  background-color: #dfdfdf;
  margin: 0 auto;
}

.box_lv .center div:last-child::after {
  content: "";
  position: absolute;
  top: calc(100% - -2px);
  width: 0;
  height: 0;
  background-color: #dfdfdf;
}

.box_lv .left {
  width: 100%;
}

.box_lv .left div {
  height: 56px;
  margin-bottom: 45px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  margin-left: auto;
  width: fit-content;
}

.box_lv .right {
  width: 100%;
}

.box_lv .right div {
  height: 56px;
  margin-bottom: 45px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  margin-right: auto;
  width: fit-content;
}

@media (min-width: 769px) {
  .mob_ver {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc_ver {
    display: none;
  }

  .box_lv .center {
    width: 100%;
  }

  .box_lv .center .card-num {
    width: 100%;
    border: none;
    background-color: rgb(0 0 0 / 0);
    height: auto;
  }

  .box_lv .center .card-num div:first-child {
    width: 56px;
    min-width: 56px;
    background-color: white;
  }

  .box_lv .center .card-num div:last-child {
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    justify-content: flex-start;
    text-align: left;
    padding-left: 16px;
  }

  .box_lv .center .card-num div:last-child br {
    display: none;
  }

  .box_lv .center div:last-child::after {
    display: none;
  }

  .box_lv .center::after {
    left: 25px;
    height: calc(100% - 80px);
    background-color: #dfdfdf;
    margin: 0 auto 0 0;
  }

  .box_lv .center div div {
    margin-bottom: 0;
  }

  .box_lv .center .card-num div:last-child {
    height: auto;
  }

  .box_lv .center .card-num {
    margin-bottom: 30px;
  }
}

.lv_work {
  padding-top: 74px;
}

.review_type {
  padding-top: 74px;
}

.slider-review {
  position: relative;
  height: 400px;
  padding-bottom: 100px;
}

.slider-review .swiper-slide {
  background-color: #f6f7f8;
  border-radius: 20px;
}

.slide-head {
  display: flex;
  margin-bottom: 20px;
}

.slide-head .icon-img {
  margin-right: 18px;
  border-radius: 100%;
}

.slide-head .icon-img img {
  border-radius: 100%;
}

.slide-head .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-head .data .fio {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
}

.card-rev {
  padding: 16px;
}

.slide-body {
  max-height: 168px;
  overflow-y: auto;
  padding-right: 12px;
}

.slide-body p {
  font-size: 16px;
  line-height: 24px;
}

.slide-body::-webkit-scrollbar {
  width: 4px;
}

.slide-body::-webkit-scrollbar-track {
  background: #d9d9d9;
}

.slide-body::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 20px;
  border: 3px solid var(--color-primary);
}

.block-setting {
  position: absolute;
  bottom: 18px;
  right: 0;
  width: 160px;
  height: 60px;
}

.block-setting .swiper-button-prev,
.block-setting .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #f6f7f8;
  color: rgb(0 0 0 / 100%);
  border-radius: 4px;
  transition: all 0.3s;
}

.block-setting .swiper-button-prev:after,
.block-setting .swiper-button-next:after {
  font-size: 16px;
}

.block-setting .swiper-button-prev:hover,
.block-setting .swiper-button-next:hover {
  box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
}

@media (max-width: 992px) {
  .block-setting {
    left: 0;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .lv_work {
    padding-top: 0px;
  }

  .review_type {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .lines_brand .card_line .link_line {
    white-space: pre;
  }

  .lines_brand {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0;
    margin-bottom: 12px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}
.phone_block {
  z-index: 6;
  right: 80px;
  display: none;
  position: fixed;
  bottom: 90px;
}
.phone_block.visible {
  display: block;
}
.overlay_phone {
  /* transform: translateX(54px); */
  position: relative;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* right: -100%; */
  background-color: var(--color-primary);
}
.overlay_phone svg {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.overlay_phone::after,
.overlay_phone::before {
  content: "";
  position: absolute;
  border: 2px solid var(--color-primary);
  left: -15px;
  opacity: 0;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}
.overlay_phone::after {
  animation-delay: 1.25s;
}
@media (max-width: 992px) {
  .phone_block {
    right: 5px;
    bottom: 60px;
  }
}

.header__top > .container {
  height: auto;
}

.metro-service {
  padding: 50px 0;
  /* background-color: #f9f9f9; */
}
.metro-service_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
.metro-service_tabs .metro-service-tab {
  padding: 10px 16px;
  border-radius: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #f9f9f9;
  box-shadow: 0px 4px 12px 0px #00000005;
}
.metro-service_tabs .metro-tab-icon {
  transition: all 0.3s ease;
  background-color: transparent;
  width: 36px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
}
.metro-service_tabs .metro-tab-text {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: #3b3b3b;
  transition: all 0.3s ease;
  line-height: 1.375;
}
.metro-service_tabs .metro-service-tab.active {
  background-color: var(--color-primary);
}
.metro-service_tabs .metro-service-tab.active .metro-tab-icon {
  background-color: white;
}
.metro-service_tabs .metro-service-tab.active .metro-tab-text {
  color: white;
  text-decoration: none;
}
.metro-service_tabs .metro-service-tab:hover {
  background-color: var(--color-primary);
}
.metro-service_tabs .metro-service-tab:hover .metro-tab-icon {
  background-color: white;
}
.metro-service_tabs .metro-service-tab:hover .metro-tab-text {
  color: white;
  text-decoration: none;
}

.metro-service-content {
  display: none;
}
.metro-service-content.active {
  display: flex;
  gap: 16px 24px;
  flex-wrap: wrap;
  align-items: center;
}

.metro-content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #3b3b3b;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.metro-content-text {
  text-decoration: underline;
  color: #3b3b3b;
  transition: all 0.3s ease;
}

.metro-content-item:hover .metro-content-text {
  text-decoration: none;
}

.more-metro {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  display: none;
  margin-top: 16px;
  margin-bottom: 28px;
}

@media (max-width: 992px) {
  .more-metro {
    display: block;
  }
  .metro-service_tabs {
    gap: 8px;
    margin-bottom: 0px;
  }
  .metro-service_tabs .metro-service-tab {
    padding: 8px 10px;
    gap: 8px;
  }
  .metro-service_tabs .metro-service-tab:nth-child(n + 5) {
    display: none;
  }
  .metro-service_tabs.open .metro-service-tab:nth-child(n + 5) {
    display: flex;
  }
  .metro-service_tabs .metro-tab-text {
    font-size: 14px;
  }
}

.regions .regions_inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.regions .regions_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.regions .regions_tab {
  padding: 10px 16px;
  border-radius: 80px;
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
  background-color: white;
  gap: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: underline;
  box-shadow: 0px 4px 12px 0px #00000005;
  text-decoration: underline;
}
.regions .regions_tab svg {
  pointer-events: none;
}
.regions .regions_tab:hover {
  color: white;
  background: var(--color-primary);
}
.regions .regions_tab:hover svg path {
  fill: white;
}
.regions .regions_tab.active {
  color: white;
  background: var(--color-primary);
  text-decoration: none;
}
.regions .regions_tab.active svg path {
  fill: white;
}
.regions .regions_body {
  grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
  gap: 16px 60px;
  display: none;
}
.regions .regions_body.active {
  display: grid;
}
.regions .regions-item {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  color: #3b3b3b;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.regions .regions-item svg path {
  fill: var(--color-primary);
}
.regions .regions-item:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  .regions .regions_tab {
    font-size: 12px;
  }
}

.newHero .newHero_inner {
  padding: 52px;
  border-radius: 50px;
  background-color: #f6f7f8;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 -50px;
  overflow: hidden;
}
.newHero .newHero_text {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  position: relative;
  z-index: 2;
}
.newHero .newHero-title {
  font-size: clamp(28px, calc(3.86vw + -7.6px), 48px);
  font-weight: 700;
  margin-bottom: 16px;
}
.newHero .newHero-par {
  font-size: clamp(14px, calc(0.39vw + 10.44px), 16px);
  margin-bottom: 20px;
}
.newHero .newHero-city {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  font-size: clamp(10px, calc(1.16vw + -0.68px), 16px);
  margin-bottom: 12px;
  background-color: white;
  border-radius: 35px;
  width: fit-content;
}
.newHero .newHero-city svg {
  min-width: 27px;
}
.newHero .newHero-utps {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 32px;
  padding: 24px;
  border-radius: 35px;
  background-color: white;
  margin-bottom: 20px;
}
.newHero .newHero-utp {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-weight: 300;
  flex: 1 0 45%;
}
.newHero .newHero-utp-title {
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
}
.newHero .newHero-utp-text {
}
.newHero .newHero-btns {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 300;
}
.newHero .btn {
  font-size: 16px;
  font-weight: 700;
}
.newHero .newHero-tels {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  font-weight: 300;
}
.newHero .newHero-tels a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  color: #000000;
  opacity: 0.6;
}
.newHero .newHero-tels a:hover {
  text-decoration: none;
}
.newHero .newHero-back {
  position: absolute;
  right: -40px;
  bottom: 6px;
  width: clamp(97px, calc(114.67vw + -960.27px), 691px);
  height: clamp(73px, calc(86.29vw + -722.63px), 520px);
  z-index: 1;
}

@media (max-width: 992px) {
  .newHero .newHero_inner {
    padding: 20px 16px;
    margin: 0;
    border-radius: 28px;
  }
  .newHero .newHero-title {
    max-width: 330px;
    margin-bottom: 12px;
  }
  .newHero .newHero-par {
    max-width: 222px;
    margin-bottom: 16px;
  }
  .newHero .newHero-back {
    bottom: inherit;
    top: 115px;
    right: 18px;
  }
  .newHero .newHero-city {
    width: 100%;
    padding: 10px 23px;
    justify-content: center;
    gap: 6px;
  }
  .newHero .newHero-city svg {
    width: 20px;
    min-width: 20px;
    height: 22px;
  }
  .newHero .newHero-utps {
    padding: 18px;
    margin-bottom: 16px;
    border-radius: 28px;
  }
  .newHero .newHero-utp {
    flex: 1 0 100%;
    gap: 4px;
    font-size: 12px;
  }
  .newHero .newHero-utp-title {
    font-size: 16px;
    gap: 6px;
  }
  .newHero .newHero-btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .newHero .btn {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }
}

.seoBlock {
  padding-top: clamp(50px, calc(4.91vw + 1.29px), 72px);
  padding-bottom: clamp(50px, calc(4.91vw + 1.29px), 72px);
}
.seoBlock h2 {
  margin-bottom: 24px;
}
.seoBlock b {
  font-weight: 700;
}
.seo_one {
}
.container {
}
.seo_one_inner {
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: repeat(
    auto-fit,
    minmax(clamp(355px, calc(54.69vw - 187.5px), 600px), 1fr)
  );
}
.seo_one_left {
  font-size: clamp(14px, calc(0.67vw + 7.36px), 17px);
  font-weight: 300;
  line-height: 1.5;
}

.seo_one_right {
  border-radius: 50px;
  background-color: #f6f7f8;
  display: flex;
  flex-direction: column;
  padding: 28px 20px;
  text-align: center;
  font-size: clamp(14px, calc(0.45vw + 9.57px), 16px);
}
.seo_one_right p {
  font-size: clamp(14px, calc(0.45vw + 9.57px), 16px);
}
.seo_one_right p:nth-child(2) {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d9d9d9;
}

.seo_two_inner {
  padding: 46px;
  background-color: #f6f7f8;
  border-radius: 50px;
}
.seo_two_inner p {
  font-size: clamp(14px, calc(0.67vw + 7.36px), 17px);
  text-align: center;
  max-width: 990px;
  margin-bottom: clamp(24px, calc(4.02vw - 15.86px), 42px);
}
.seo_two_blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.seo_two_block {
  background-color: white;
  border-radius: 35px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: clamp(12px, calc(0.89vw + 3.14px), 16px);
  flex: 1 0 40%;
  min-width: 300px;
}
.seo_two_block svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.seo_three .seo_three-attention {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px 20px;
  flex-wrap: wrap;
  padding: 11px;
  justify-content: center;
  background-color: #f6f7f8;
  border-radius: 50px;
  font-size: clamp(14px, calc(0.45vw + 9.57px), 16px);
  font-weight: 300;
  text-align: center;
}
.seo_three .seo_three-attention a {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  min-width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fe6a08;
}
.seo_three .seo_three-attention svg {
}
.seo_three-text {
  position: relative;
}
.seo_three-text img {
}
.seo_three-text h2 {
  width: clamp(355px, calc(126.12vw + -896.07px), 920px);
}
.seo_three-text p {
  margin-bottom: clamp(24px, calc(3.57vw + -11.43px), 40px);
  width: clamp(355px, calc(126.12vw + -896.07px), 920px);
}
.seo_three-text img {
  position: absolute;
  top: 0;
  right: 0;
}
.seo_three-text p a {
  text-decoration: underline;
  cursor: pointer;
  color: var(--color-primary);
}
.seo_three-text ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: var(--color-primary);
}
.seo_three-text ul li {
  font-weight: 700;
  font-size: clamp(14px, calc(1.34vw + 0.71px), 20px);
}
.seo_three-text ul li a {
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: underline;
  cursor: pointer;
  font-size: clamp(14px, calc(1.34vw + 0.71px), 20px);
}
.seo_three-text ul li span {
  color: #000000;
}
.seo_three-attention ul li span a {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 1200px){
  .seo_three-text img {
    display: none;
  }
  .seo_three-text h2 {
    width: 100%;
  }
  .seo_three-text p {
    width: 100%;
  }  
}

.seo_four_inner {
    padding: 46px;
    border-radius: 50px;
    background-color: #F6F7F8;
}
.seo_four_blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}
.seo_four_block {
    flex: 1 0 45%;
    padding: 20px;
    min-width: 300px;
    border-radius: 35px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: clamp(14px, calc(0.45vw + 9.57px), 16px);
    color: #000000;
}
.seo_four_block-step {
    font-size: 16px;
    font-weight: 700;
    display: flex;align-items: center;
    gap:14px ;
}
.seo_four_block-step span{
    min-width: 87px;
    border-radius: 60px;
    padding: 11px 20px;
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}   

