.sect-cat {
  margin-bottom: 100px;
}

.box-cat {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}

.card-cat {
  display: flex;
  width: 100%;
  background: #f8f8f8;
  border: 1px solid #bfbfbf;
  padding: 20px;
  border-radius: 14px;
  gap: 20px;
}

.card-cat .bl1 {
  display: flex;
  flex-direction: column;
  width: 24%;
  justify-content: center;
  align-items: center;
}

.card-cat .bl1 img {
  height: 200px;
  width: 200px;
  object-fit: contain;
}

.card-cat .bl1 .name {
  font-size: 18px;
  color: var(--gray);
  position: relative;
  margin-top: 22px;
  max-width: 190px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
}

.card-cat .bl1 .name:hover {
  color: var(--red);
}

.card-cat .bl2 {
  width: 38%;
  display: flex;
  flex-direction: column;
}

.card-cat .bl3 {
  width: 38%;
  display: flex;
  flex-direction: column;
}

.card-cat .usluga {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}

.card-cat .usluga a {
  display: block;
  color: var(--gray);
}

.card-cat .usluga a:hover {
  color: var(--red);
}

.modal .service {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.card-cat-modal {
  display: block;
}

.card-cat-modal.modal {
  height: 160px;
}

.card-cat-modal.price {
  height: 80px;
}

.card-cat-modal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-cat {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.modal-cat.hide-modal {
  display: none;
}

.modal-cat .bgModal {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgb(0 0 0 /40%);
}

.modal-cat .service {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  height: fit-content;
  max-height: 900px;
}

.modal-cat .service .content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow-y: auto;
  background-color: white;
  border: 2px solid var(--red);
  border-radius: 4px;
  padding: 12px;
  width: 100%;
  max-width: 1200px;
  height: fit-content;
  max-height: 900px;
  gap: 10px;
}

.modal-cat .service .content img {
  height: calc(80% - 10px);
  width: 75%;
  margin-bottom: 10px;
}

.modal-cat .service .content span {
  height: 20%;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: var(--gray);
}

.card-cat-modal a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  padding: 5px;
}

.card-cat-modal a:hover {
  background-color: #f8f8f8;
}

.card-cat-modal.price a {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--gray);
}

@media (max-width: 1050px) and (min-width: 830px) {
  .card-cat {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .header__inner .header__bottom .header__bottom-menu .menu-link {
    font-size: 12px;
  }

  .box-cat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .card-cat .bl1 {
    width: 100%;
  }

  .card-cat .bl2,
  .card-cat .bl3 {
    width: 45%;
  }

  .card-cat .usluga a {
    font-size: 14px;
  }
}

@media (max-width: 829px) {
  .card-cat {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .card-cat .bl1 {
    width: 100%;
  }

  .card-cat .bl2,
  .card-cat .bl3 {
    width: 45%;
  }

  .card-cat .usluga a {
    font-size: 14px;
  }

  .modal-cat .service .content {
    grid-template-columns: repeat(2, 1fr);
  }

  .modal-cat .service .content,
  .modal-cat .service {
    max-height: 500px;
  }

  .phone-cards .phone-card {
    min-height: 165px;
    max-height: 250px;
  }

  .card-cat-modal.price a {
    font-size: 14px;
    line-height: 16px;
  }

  .modal-cat .service .content img {
    height: calc(70% - 10px);
  }

  .modal-cat .service .content span {
    height: 30%;
  }
}

.modal-cat .service .close {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  top: -40px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  font-size: 28px;
  padding: 0 0px 6px 0px;
  opacity: 0.5;
}

.modal-cat .service .close:hover {
  opacity: 1;
  cursor: pointer;
}

.bl2 a.name {
  position: relative;
  font-family: "Roboto", sans-serif;
  line-height: 1.22;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin-bottom: 16px;
  width: fit-content;
}

.bl2 a.name::after {
  content: "›";
  font-size: 30px;
  position: absolute;
  right: -15px;
  top: -5px;
  opacity: 0.5;
}

.bl2 a.name:hover {
  color: var(--red);
}

.bl2 a.name:hover::after {
  opacity: 1;
}

.card-cat .usluga {
  justify-content: space-between;
}

.card-cat .bl3 {
  margin-top: 45px;
}

.card-cat .bl3 div.time {
  font-weight: 700;
  white-space: pre;
}

.card-cat .bl3 div.line-tire {
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  margin: 3px 20px 0;
  opacity: 0.3;
}

@media (min-width: 1051px) {
  .card-cat .bl1 a.name.mobile {
    display: none;
  }
}

@media (max-width: 1050px) {
  .card-cat .bl2 a.name.pc {
    display: none;
  }

  .card-cat .bl1 .name {
    width: 100%;
    max-width: inherit;
  }

  .card-cat .bl3 {
    margin-top: 0;
  }

  .card-cat .usluga {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
}

.footnote-block.centered {
  gap: 0;
}

.style-text .container {
  border-left: 2px solid var(--red);
  padding-left: 20px;
}

.style-text h2,
.style-text h3 {
  text-align: left;
  font-size: 18px;
  margin: 22px 0 6px !important;
  color: black;
}

.style-text p,
.style-text li {
  font-size: 14px;
  color: black;
  margin-bottom: 6px !important;
}

.style-text br {
  display: none;
}

.style-text ul {
  margin-bottom: 0;
}

.page-price .footnote-block {
  border-left: 2px solid var(--red);
  padding-left: 20px;
  flex-direction: column;
}

.page-price .item-text {
  margin-bottom: 18px;
  color: black;
  font-size: 14px;
}

.page-model .item-text {
  margin-bottom: 18px;
  color: black;
  font-size: 14px;
}

.dop-model-text h2 {
  margin-top: 0 !important;
}

.link-p {
  color: var(--red);
  text-decoration: underline;
}

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

.footnote-block.centered .footnote-block-item.full .item-text {
  color: black;
  font-size: 14px;
}

.card--model .model__phone-card-info .product-title {
  font-size: 15px;
  margin: 0 auto;
  margin-top: 0;
  padding: 0;
  max-width: 210px;
  word-wrap: break-word;
  margin-top: 14px;
}

.card--model .phone-card-crop {
  padding: 16px;
}

.bl3 a.name {
  position: relative;
  font-family: "Roboto", sans-serif;
  line-height: 1.22;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin-bottom: 16px;
  width: fit-content;
}

.load-btn-card-type {
  display: flex;
  margin: 20px auto 0;
}

.load-btn-card-type button {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  gap: 8px;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 100px;
  line-height: 1.42;
  transition: all ease 0.3s;
  height: fit-content;
  width: fit-content;
  color: var(--white);
  background-color: var(--red);
  padding: 10px 24px 10px 16px;
  transition: all ease 0.3s;
}

.four-card .card-cat:nth-child(n + 5) {
  display: none;
}

.reviews_block {
  display: flex;
  align-items: stretch;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.reviews_block .swiper-slide {
  flex: 1 0 45%;
  box-shadow: 0px 0px 64px 0px rgba(17, 17, 17, 0.04);
  height: auto;
  border-radius: 20px;
}

.reviews_block .swiper-slide .slider-item {
  padding: 28px 36px;
  background-color: var(--white);
  transition: 200ms;
  border-radius: 20px;
  line-height: 1.25;
}

.reviews_block .swiper-slide .slider-item.grayBG {
  background-color: var(--graylight);
}

.reviews_block .swiper-slide .slider-item-profile {
  display: flex;
}

.reviews_block .swiper-slide .slider-item-profile .profile-name {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 60%;
}

.reviews_block .swiper-slide .slider-item-profile .profile-name .profile-name-crop {
  height: 68px;
  width: 68px;
  margin-right: 20px;
}

.reviews_block .swiper-slide .slider-item-profile .profile-name .profile-name-crop .crop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.reviews_block .swiper-slide .slider-item-profile .profile-name-item .title {
  margin-bottom: 4px;
}

.reviews_block .swiper-slide .slider-item-profile .profile-star {
  margin-left: auto;
  text-align: end;
}

.reviews_block .swiper-slide .slider-item-profile .profile-star .star-text {
  margin-bottom: 3px;
}

.reviews_block .swiper-slide .slider-item-profile .profile-star ul {
  display: flex;
  gap: 3px;
}

.reviews_block .swiper-slide .slider-item-profile .profile-star ul li {
  flex: 1 0 20%;
}

.reviews_block .swiper-slide .slider-item-profile .profile-star ul li svg path {
  fill: var(--red);
}

.reviews_block .swiper-slide .slider-item-text {
  margin-top: 24px;
  font-weight: 400;
  max-height: 145px;
  overflow: auto;
}

.reviews .questions_inner {
  padding: 20px;
}

.reviews .questions_block {
  max-width: 100%;
}

.reviews .questions_block .form {
  max-width: 100%;
  box-shadow: none;
  padding: 20px;
  gap: 20px;
  display: grid;
  grid-template-areas:
    "n n n p p p t t t"
    "b b b r r r t t t";
  background-color: transparent;
}

.input-block-name {
  grid-area: n;
}

.reviews .questions_block .form .white-inp {
  background-color: var(--lightgray);
}

.reviews .questions_block .form textarea {
  background-color: var(--lightgray);
  /* border: none; */
  outline: none;
  border-radius: 16px;
  padding: 18px 24px;
  resize: none;
  line-height: 1.4;
  /* font-family: "Poppins", sans-serif; */
  font-size: 16px;
  /* color: var(--darkgray); */
  font-weight: 400;
  letter-spacing: 0.75px;
}


.reviews .questions_block .form .button-block-text {
  color: var(--darkgray);
}

.reviews .questions_block .form .button-block-text a {
  color: var(--darkgray);
}

.reviews .questions_block .form .input-block-name .white-inp {
  max-width: 100%;
  width: 100%;
  padding: 12px 44px 12px 24px;
  min-height: 64px;
}

.reviews .questions_block .form .input-block-phone {
  grid-area: p;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.reviews .questions_block .form .input-block-phone span {
  padding-left: 24px;
  padding-bottom: 12px;
}

.reviews .questions_block .form .form__input {
  max-width: 100%;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
  background-color: white;
}

.input-block-area {
  grid-area: t;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.input-block-area span {
  padding-left: 24px;
}

.input-block-device span {
  padding-left: 24px;
}

.input-block-device .price_data-switch {
  min-height: 64px;
}

.input-block-device .price_data-switch-arr {
  width: 12px;
  height: 6px;
  position: absolute;
  bottom: 24px;
  right: 29px;
}

.input-block-rate {
  grid-area: r;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.button-block {
  grid-area: b;
}

.source span {
  text-decoration: underline;
}

.stars {
  display: flex;
  margin-left: auto;
}

.button-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 0 100%;
  line-height: 1.42;
}

.rate {
  float: left;
  /* height: 64px; */
  /* padding: 11px 20px; */
  background-color: var(--lightgray);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-direction: row-reverse;
}

.rate:not(:checked)>input {
  position: absolute;
  left: -9999px;
}

.rate:not(:checked)>label {
  float: right;
  width: 1em;
  padding: 12px 0;
  height: 35px;
  border: none;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 36px;
  background-color: #00000030;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rate:not(:checked)>label:before {
  content: "★ ";
}

.rate>input:checked~label {
  background: linear-gradient(114deg, #ff6b6b 0%, #ffe66d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  background: linear-gradient(114deg, #ff6b6b 0%, #ffe66d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  background: linear-gradient(114deg, #ff6b6b 0%, #ffe66d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width:1050px) {
  .reviews .questions_block .form {
    padding: 0px;
    gap: 12px;
    grid-template-areas:
      "n n n  "
      "p p p"
      "t t t"
      "r r r"
      "b b b";
  }
}

@media (max-width: 992px) {
  .sect-cat .title-submain {
    font-family: Arial, sans-serif;
    line-height: 1.1;
  }
}







footer .footer__inner .footer__nav .footer__nav-card ul.menu-city-link {
  overflow-y: auto;
  max-height: 350px;
  padding-right: 10px;
  width: 100%;
  max-width: 600px;
}

.theme_city_color {
  color: var(--red);
}







.box_partners {
  padding: 50px 0;
  margin: 50px 0;
  position: relative;
}

.box_partners .container {
  position: relative;
}

.slider_partners .swiper-wrapper {
  padding-bottom: 50px;
}

.arrow-partners {
  width: 90px;
  height: 50px;
  position: absolute;
  right: 14px;
  top: -10px;
  gap: 15px;
  display: flex;
}

.slide-partner div {
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

.slide-partner {
  padding: 10px;
}

.slide-partner .img-partner {
  height: 90px;
  display: block;
  padding: 10px;
  box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
  transition: all .3s;
  border-radius: 6px;
  margin-bottom: 10px;
}

.slide-partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.box_partners .swiper-wrapper .swiper-slide {
  opacity: 1;
  cursor: pointer;
}

.box_partners .swiper {
  padding: 30px 0 0 0;
}

.box_partners .swiper-wrapper .swiper-slide .title {
  color: #666;
}

.box_partners .swiper-wrapper .swiper-slide:hover .title {
  text-decoration: underline;
}



.box_partners .swiper-button-prev,
.box_partners .swiper-button-next {
  opacity: .5;
}

.box_partners .swiper-button-prev:hover,
.box_partners .swiper-button-next:hover {
  opacity: 1;
}

.box_partners .swiper-button-next::after {
  content: "►";
  color: white;
  font-size: 20px;
  transform: rotate(180deg);
}

.box_partners .swiper-button-prev::after {
  content: "◄";
  color: white;
  font-size: 26px;
  position: relative;
  top: -2px;
}

.box_partners .swiper-slide-blank {
  display: none;
}

/* .links-colored1 {
  margin-right: 12px;
} */

/* @media (max-width: 1300px) {
  .links-colored {
      justify-content: center;
      gap: 8px 12px;
    }

}

@media (max-width: 1050px) {
  .links-colored {
    gap: 8px 21px;
  }

  .links-colored1 {
    margin-right: 0px;
  }
} */






.flex-row-dc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 33px;
  margin: 19px 0 0 0;
  z-index: 6;
}

.service-center-xiaomi {
  flex-shrink: 0;
  position: relative;
  height: 22px;
  color: #3b3b3b;

  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
}

.image {
  flex-shrink: 0;
  position: relative;
  width: 131.316px;
  height: 33px;
  background-size: cover;
  z-index: 6;
}

.flex-row-dcc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  /* width: 948px; */
  /* height: 64px; */
  margin: 8px 0 0 0;
  z-index: 7;
  justify-content: space-between;
}

.flex-row-dcc .ellipse {
  height: 70px;
  width: 100%;
  max-width: 90px;
  min-width: 90px;
}

.rating {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 64px;
  top: 0;
  left: 0;
  color: #3b3b3b;

  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  text-align: left;
  white-space: nowrap;
  z-index: 1;
}

.frame {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  width: 110px;
  height: 22px;
  top: 9px;
  left: 106px;
  background-size: cover;
  z-index: 2;
}

.frame-1 {
  /* position: absolute; */
  margin-left: auto;
  width: 385px;
  height: 46px;
  /* top: 9px; */
  /* left: 563px; */
  background: #f5f5f5;
  z-index: 7;
  /* overflow: hidden; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 16px;
}

.frame-2 {
  /* position: absolute; */
  width: 142px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* top: 6px; */
  /* left: 219px; */
  background: #3a7ef7;
  z-index: 9;
  overflow: hidden;
  border-radius: 8px;
}

.leave-review {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /* position: absolute; */
  height: 20px;
  /* top: 7px; */
  /* left: 23px; */
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 10;
}

.rate-us {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /* position: absolute; */
  height: 22px;
  /* top: 12px; */
  /* left: 24px; */
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
  z-index: 8;
}

.frame-3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  justify-content: space-between;
  width: 190px;
  height: 20px;
  top: 35px;
  left: 108px;
  opacity: 0.5;
  z-index: 3;
}

.reviews {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 20px;
  color: #3b3b3b;

  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 4;
}

.ratings {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 20px;
  color: #3b3b3b;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 5;
}

.rev-block {
  margin: 32px 0 0 0;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  flex-wrap: wrap;
  /* overflow-x: auto; */
}

.flex-row-bac {
  position: relative;
  min-width: 300px;
  flex: 1 0 45%;
  padding: 20px;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 4px 6px 0px #6060600D;
}

/* .flex-row-bac:nth-child(n+3) {
    display: none;
  }
  
  .rev-block.open .flex-row-bac:nth-child(n+3) {
    display: block;
  } */

.flex-row-bac .frame-5 {
  margin-bottom: 12px;

}

.ellipse {
  /* position: absolute; */
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  background-size: cover;
  border-radius: 50%;
}

.ellipse img {
  width: 100%;
  height: 48px;
  max-width: 48px;
  border-radius: 100%;
}

.frame-5 {
  display: flex;
  /* flex-direction: column; */
  gap: 16px;
  align-items: center;
  /* margin-bottom: 12px; */
}

.alexander-ivanov {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 22px;
  color: #3b3b3b;

  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
  z-index: 16;
}

.frame-6 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  width: 86px;
  z-index: 17;
}

.frame-b {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
  position: absolute;
  width: 152px;
  height: 40px;
  top: 4px;
  left: 565px;
  z-index: 23;
}

.alexander-ivanov-c {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 22px;
  color: #3b3b3b;

  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
  z-index: 24;
}

.frame-d {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  width: 86px;
  z-index: 25;
}

.flex-row-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 948px;
  height: 110px;
  margin: 12px 0 0 26px;
  z-index: 32;
}

.phone-repair {
  position: relative;
  max-width: 447px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.phone-repair-13 {
  position: relative;
  color: #3b3b3b;

  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.read-more {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration: underline;
}

.phone-repair-visit {
  flex-shrink: 0;
  position: relative;
  width: 447px;
  height: 110px;

  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 32;
}

.phone-repair-consultation {
  position: relative;
  color: #3b3b3b;

  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.read-more-14 {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration: underline;
}

.frame-15 {
  position: relative;
  width: 142px;
  height: 34px;
  margin: 20px 0 0 429px;
  background: #f4f6f9;
  z-index: 11;
  overflow: hidden;
  border-radius: 8px;
}

.more-reviews {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 47px);
  color: #4a95f9;

  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 12;
}

.map-info {
  /* width: 77%; */
  background-color: #ffffff;
  /* background-image: url('/public/img/hands.png'); */
  /* background-size: 292px; */
  /* background-repeat: no-repeat; */
  /* background-position: 9.5% 80%; */
  border-radius: 10px;
  /* margin-top: -50px; */
  margin-left: 0;
  /* overflow: hidden; */
  /* border: 1px solid #0000000d; */
  /* box-shadow: 0 17px 23px #a3aef32e; */
  height: fit-content;
  /* padding: 26px; */
  position: relative;
}

.get-pull {
  height: 54px;
  border: none;
  background-color: var(--Orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 24px;
  font-size: 16px;
  margin: 0 auto;
}

.swiper-device {
  max-width: 1200px;
  padding: 0 20px;
}

.how-work .how-work_inner {
  gap: 52px 12px;
}

.how-work .how-work_inner .inner-item {
  flex: 1 0 27%;
}

@media (max-width:1050px) {
  .flex-row-dc {
    flex-wrap: wrap;
    height: auto;
    gap: 12px;
    justify-content: center;
  }

  .how-work .how-work_inner .inner-item {
    flex: 1 0 100%;
  }

  .map-container {
    flex-wrap: wrap;
  }

  .map-container .mapper {
    width: 100%;
    height: 350px;
  }

  .frame-1 {
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: auto;
    padding: 10px;
  }

}

@media (max-width:830px) {
  .how-work .how-work_inner .inner-item {
    flex: 1 0 100%;
  }

  .how-work .how-work_inner {
    gap: 12px;
  }
}


.type__switcher-colorBtn-red.colorBtn-red.text-14.all-service {
  display: none !important;
}