.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); */
  padding: 50px 0;
}

.seoBlock h2 {
  margin-bottom: 24px;
  text-align: center;
}

.seoBlock b {
  font-weight: 700;
}

.seo_one {}

.container {}

.seo_one_inner {
  display: none;
  align-items: center;
  gap: 20px;
  grid-template-columns: repeat(auto-fit,
      minmax(clamp(355px, calc(54.69vw - 187.5px), 600px), 1fr));
}

.seo_one_inner.open {
  display: grid;
}

.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 {
  margin: 0 auto;
  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 ul {
  display: none;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.seo_two_blocks.show ul {
  display: flex;
}

.seo_two_blocks ul li {
  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_two-open {
  display: none;
}

svg.openSeoTwoText {
  display: block;
  margin: 0 auto;
}

@media (max-width:992px) {
  .seo_two_blocks ul {
    display: flex;
  }

  .seo_two h2 {
    pointer-events: none;
  }

  svg.openSeoTwoText {
    display: none;
  }

  .seo_two-open {
    display: block;
    text-align: center;
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    margin: 0 auto;
    margin-top: 28px;
    background-color: transparent;
    box-shadow: none;
  }

  .seo_two_blocks ul li:nth-child(n+5) {
    display: none;
  }

  .seo_two_blocks.open ul li:nth-child(n+5) {
    display: flex;
  }

  .seoBlock h2 {
    text-align: center;
  }

  .seo_two_inner {
    padding: 20px;
  }

  .seo_two_blocks ul li {
    padding: 18px;
    line-height: 1.1;
  }
}

.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(121.65vw + -851.79px), 900px);
  text-align: left;
}

.seo_three-text p {
  margin-bottom: clamp(24px, calc(3.57vw + -11.43px), 40px);
  width: clamp(355px, calc(121.65vw + -851.79px), 900px);
}

.seo_three-text img {
  position: absolute;
  top: 0;
  right: 0;
}

.seo_three-text p a {
  text-decoration: underline;
  cursor: pointer;
  color: var(--color-primary);
  font-weight: 700;
}

.seo_three-text ul {
  padding: 0 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: black;
}

.seo_three-text ul strong {
  color: var(--color-primary);
  font-weight: 700;
}

.seo_three-text ul li {
  font-weight: 300;
  font-size: clamp(14px, calc(1.34vw + 0.71px), 20px);
}

.seo_three-attention ul li a {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}

.seo_three-text ul li strong 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;
  font-weight: 300;
}




@media (max-width: 1200px) {
  .seo_three-text ul {
    padding: 0 1rem;
  }

  .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: 95px;
  border-radius: 60px;
  padding: 11px 20px;
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

@media (max-width:922px) {
  .seo_four_inner {
    padding: 20px;
  }

  .seo_four_block-step {
    font-size: 12px;
    gap: 12px;
  }

  .seo_four_block-step span {
    width: 76px;
  }
}

.seo_five_titleBox {
  /* display: flex; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(355px, calc(54.69vw - 187.5px), 600px), 1fr));
  gap: 20px 24px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.seo_five_titleBox-one {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* max-width: 660px; */

}

.seo_five_titleBox-one h2 {
  margin-bottom: 0;
  text-align: left;
}

.seo_five_titleBox-one p {
  font-size: clamp(14px, calc(0.67vw + 7.36px), 17px);
}

.seo_five_titleBox-two {
  /* max-width: 660px; */
  background-color: var(--color-primary);
  border-radius: 50px;
  width: 100%;
  padding: 60px 40px;
  position: relative;
  color: white;
  font-size: clamp(16px, calc(0.89vw + 7.14px), 20px);
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  overflow: hidden;
}

.seo_five_titleBox-two p {
  max-width: 230px;
  font-size: 20px;
  font-weight: 700;
}

.seo_five_titleBox-two-back {
  position: absolute;
  top: 0;
  left: -40px;
  width: clamp(50px, calc(42.41vw + -370.71px), 240px);
}

.seo_five_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.seo_five_blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}

.seo_five_block {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 12px;
  font-size: clamp(14px, calc(0.67vw + 7.36px), 17px);
  flex: 1 0 20%;
}

.seo_five_block span {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
}

.seo_five-tags {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
  max-width: 1100px;
  justify-content: center;
}

.seo_five-tagTitle {
  flex: 1 0 100%;
  margin-bottom: 12px;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.seo_five-tag {
  font-size: clamp(12px, calc(0.89vw + 3.14px), 16px);
  padding: 12px 24px;
  background-color: #F6F7F8;
  border-radius: 130px;
  text-align: center;
  width: max-content;
}

@media (max-width:992px) {
  .seo_five-tag {
    width: 100%;
  }

  .seo_five_titleBox-two {
    padding: 20px;
    width: 100%;
  }

  .seo_five_titleBox-two p {
    font-size: 16px;
  }

  .seo_five_titleBox-two-back {
    display: none;
  }

  .seo_five_titleBox-two img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    object-fit: contain;
  }

  .seo_five_block span {
    font-size: 20px;
  }

  .seo_five_block {
    flex: 1 0 100%;
  }
}

.seo_six p {
  font-size: clamp(14px, calc(0.67vw + 7.36px), 17px);
  font-weight: 300;
}

.seo_six_inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 42px 0;
  list-style: none;
  padding: 0;
}

.seo_six_inner ul li {
  flex: 1 0 45%;
  text-align: center;
  padding: 28px 20px;
  background-color: #F6F7F8;
  border-radius: 50px;
  font-size: clamp(12px, calc(0.45vw + 7.57px), 14px);
  font-weight: 700;
}

@media (max-width:992px) {
  .seo_six_inner ul {
    margin: 32px 0;
  }

  .seo_six_inner ul li {
    flex: 1 0 100%;
    padding: 12px;
  }
}


.seo_map p {
  font-size: clamp(14px, calc(0.67vw + 7.36px), 17px);
  font-weight: 300;
}

.seo_map_box {
  position: relative;
  margin: 42px 0;
}

.seo_map_box .seo_map-contacts {
  position: absolute;
  padding: 28px;
  background-color: white;
  display: flex;
  top: 95px;
  font-weight: 700;
  z-index: 5;
  flex-direction: column;
  border-radius: 35px;
  gap: 16px;
  font-size: clamp(12px, calc(0.89vw + 3.14px), 16px);
  max-width: 415px;
}

.seo_map_box .seo_map-contacts a {
  font-weight: 700;
  font-size: clamp(12px, calc(0.89vw + 3.14px), 16px);
  color: #000000;
}

@media (max-width:992px) {
  .seo_map_box .seo_map-contacts {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    background-color: #F6F7F8;
    border-radius: 40px;
    padding: 28px;
  }

  .seo_map_box {
    margin: 20px 0;
  }

  .bform__wrapper {
    justify-content: center;

  }

  .bform__img img {
    height: 264px;
  }
}

.colorGarant_inner {
  display: flex;
  align-items: center;
  padding: 25px 42px 25px 120px;
  width: 100%;
  position: relative;
  border-radius: 50px;
  background-color: var(--color-primary);
  color: white;
}

.colorGarant-back {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.colorGarant_inner .colorGarant-1 {
  padding: 22px 0;
  font-size: 42px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
}

.colorGarant_inner .colorGarant-2 {
  padding: 22px 0;
  padding-left: clamp(20px, calc(20.54vw + -183.71px), 112px);
  padding-right: clamp(20px, calc(8.04vw + -59.71px), 56px);
  margin-right: clamp(20px, calc(8.04vw + -59.71px), 56px);
  border-right: 1px solid #FFFFFF;
  font-size: 17px;
  font-weight: 700;
}

.colorGarant_inner .colorGarant-3 {
  font-size: 17px;
  font-weight: 700;
  padding: 22px 0;
}

@media (max-width:1050px) {
  .colorGarant_inner {
    padding: 20px;
    flex-direction: column;
  }

  .colorGarant-back {
    left: -40px;
  }

  .colorGarant_inner .colorGarant-1 {
    font-size: 24px;
    padding: 12px 0;
  }

  .colorGarant_inner .colorGarant-2 {
    font-size: 13px;
    padding: 12px 0;
    border: none;
    margin: 0;
  }

  .colorGarant_inner .colorGarant-3 {
    font-size: 13px;
    padding: 12px 0;
  }
}

.dopGarant_inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.dopGarant_inner .dopGarant-1 {
  flex: 1 0 45%;
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.dopGarant_inner .dopGarant-1 h2 {
  margin: 0;
}

.dopGarant_inner .dopGarant-1 ul {
  display: flex;
  padding-left: 1rem;
  margin: 0;
  flex-direction: column;
  gap: 2px;
  font-weight: 300;
  font-size: 17px;
}

.dopGarant_inner .dopGarant-2 {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  max-width: 640px;
  flex: 1 0 45%;
  min-width: 250px;
  border-radius: 50px;
  background-color: #F6F7F8;
}





.page-type.seo-text .container {
  /* background-color: #fff; */
  /* color: #333; */
  /* margin-top: 24px; */
  max-height: 260px;
  overflow: hidden;
  /* padding: 30px; */
  position: relative;
  transition: height .2s ease-out 0ms;
  /* width: 100%; */
  /* box-shadow: 0 1px 2px 0 #0000001a; */
  /* border-radius: 16px; */
}

.page-type.seo-text .container a {
  background-image: linear-gradient(0deg, #fff 40px, hsla(0, 0%, 100%, 0));
  bottom: 0;
  height: 150px;
  left: 0;
  padding-top: 110px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-type.seo-text .container a::before {
  content: "Развернуть ↓";
  border-bottom: 1px dotted;
  font-size: 18px;
  color: #0d61af;
}

.page-type.seo-text .container.active a {
  padding-top: 30px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-type.seo-text .container.active a::before {
  content: "Свернуть ↑";
}

.page-type.seo-text .container.active {
  max-height: inherit;
  padding-bottom: 60px;
}

/* block SAlES  */
#sales {
  padding-top: 72px;
  padding-bottom: 72px;
}

.sales h2 {
  margin-bottom: 20px;
}

.catalog__heading.content-field p {
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 32px;
}

.cards-sales-items {
  background-color: #F6F7F8;
  padding: 28px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.box-sales {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr)
}

.cards-sales-items .stock {
  width: 255px;
  height: 40px;
  background-color: var(--color-primary);
  color: white;
  font-family: Onest;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Onest", sans-serif, Arial, Helvetica, sans-serif;
  position: absolute;
  transform: rotate(45deg);
  right: -90px;
  top: 20px;
}

.cards-sales-items .sale-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  max-width: 284px;
  margin-bottom: 24px;
}

.cards-sales-items .sale-title span {
  color: var(--color-primary);
}

.cards-sales-items .sale-text {
  font-family: "Onest", sans-serif, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 24px;
}

.cards-sales-items .sale-btn {
  transition: all .3s;
  width: 170px;
  height: 50px;
  border-radius: 35px;
  background-color: var(--color-primary);
  color: white;
  font-family: "Onest", sans-serif, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}

.cards-sales-items .sale-btn:hover {
  opacity: .75;
}

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

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

/* block SAlES the end */


/* FAQ */
.faq__group .faq__item:nth-child(n + 5) {
  display: none;
}

.faq__group.active .faq__item:nth-child(n + 5) {
  display: block;
}

.btn-faq {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: var(--color-primary);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  line-height: 1em;
  border-radius: 35px;
  padding: 18px 28px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid var(--color-primary);
}

.btn-faq:hover {
  background-color: white;
  color: black;
  border: 1px solid var(--color-primary);
}

.box-btn-faq {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* faq the end  */

@media (max-width: 550px) {
  .devices__item-link {
    height: 227px;
  }

  .seo_four_block-step {
    flex-direction: column;
  }

  .seo_four_block-step span {
    width: 100%;
  }

  .seoBlock.seo_four {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}




/* пПодвал новый start */
.footer__flex-none-map {
  display: grid;
  grid-template-areas:
    "box1 box2 box3 box5 box6"
    "box1 box2 box4 box5 box6";
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}

.col-grid-1 {
  grid-area: box1;
}

.col-grid-2 {
  grid-area: box2;
}

.col-grid-3 {
  grid-area: box3;
}

.col-grid-4 {
  grid-area: box4;
}

.col-grid-5 {
  grid-area: box5;
}

.col-grid-6 {
  grid-area: box6;
}

@media (max-width: 1200px) {
  .footer__flex-none-map {
    display: grid;
    grid-template-areas:
      "box1 box2 box3"
      "box1 box2 box4"
      "box5 box6 box7";
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }

  .col-grid-5 {
    margin-top: 30px;
  }

  .col-grid-6 {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer__flex-none-map {
    display: grid;
    grid-template-areas:
      "box1 box2"
      "box3 box4"
      "box5 box6";
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }

  .col-grid-3 {
    margin-top: 30px;
  }

  .col-grid-4 {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer__flex-none-map {
    display: grid;
    grid-template-areas:
      "box1 box1"
      "box2 box3"
      "box2 box4"
      "box5 box6";
    grid-column-gap: 10px;
    grid-template-columns: auto;
  }

  .col-grid-2 {
    margin-top: 30px;
  }
}

.col-grid-6 .sub-menu {
  max-height: 425px;
  overflow-y: auto;
}

/* пПодвал новый the end */

.text-company-desc {
  font-size: 12px;
}

.sertificate {
  padding-top: 72px;
  padding-bottom: 72px;
}

.sertificate-box {
  background-color: #F6F7F8;
  border-radius: 50px;
  padding: 46px;
}

.title-h2 {
  text-align: center;
}

.sert-content {
  display: flex;
  gap: 24px;
}

.sert-content .left {
  width: 100%;
  max-width: 398px;
}

.sert-content .left img {
  border-radius: 35px;
}

.sert-content .right {
  background-color: white;
  border-radius: 35px;
  padding: 32px;
}

.sert-content .right .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.iteams-ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.iteams-ul .item-li {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.sert-content .right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 992px) {

  .sertificate {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .sertificate-box {
    padding: 20px;
  }

  .sert-content {
    flex-direction: column;
  }

  .sert-content .left {
    margin: auto;
  }
}