<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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)&gt;input {
  position: absolute;
  left: -9999px;
}

.rate:not(:checked)&gt;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)&gt;label:before {
  content: "в… ";
}

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

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

.rate&gt;input:checked+label:hover,
.rate&gt;input:checked+label:hover~label,
.rate&gt;input:checked~label:hover,
.rate&gt;input:checked~label:hover~label,
.rate&gt;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;
  }
} */</pre></body></html>