@charset "UTF-8";
.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  width: 85px !important;
  height: 85px !important;
  border-radius: 85px !important;
  -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #000;
}

body {
  padding-top: 100px !important;
}

h2 {
  font-size: 36px !important;
}

.main {
  background: #f3f7f9;
  padding: 50px 0 80px;
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
  background-size: contain;
}
.main h1 {
  line-height: 100%;
  width: 70%;
}
.main p {
  width: 65%;
  line-height: 130%;
}

.new-container {
  width: 100%;
  max-width: 1258px;
  margin-inline: auto;
  padding-inline: 20px;
}

.buttons-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.buttons-group .more-info {
  font-family: "Normalidad Wide", sans-serif;
  background-color: #14c1de;
  color: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.buttons-group .more-info:hover {
  background-color: #12adc7;
}
.buttons-group .phone-number-button {
  font-family: "Normalidad Wide", sans-serif;
  background-color: #fff;
  color: #000;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.buttons-group .phone-number-button:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.list-of-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px 36px;
}

.brands {
  padding: 80px 0 50px;
}

.brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaf0f3;
  padding: 0 40px;
  height: 52px;
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.brand-item svg {
  fill: #0f0f0f;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  pointer-events: none;
}
.brand-item:hover {
  background: #fff;
}

.brand-item:nth-child(1):hover svg {
  fill: #c32127;
}

.brand-item:nth-child(2):hover svg {
  fill: #3874ba;
}

.brand-item:nth-child(3):hover svg {
  fill: #045ed8;
}

.brand-item:nth-child(4):hover svg {
  fill: #fe0002;
}

.brand-item:nth-child(5):hover svg {
  fill: #039b9c;
}

.brand-item:nth-child(6):hover svg {
  fill: #144b9e;
}

.brand-item:nth-child(7):hover svg {
  fill: #ee120c;
}

.brand-item:nth-child(8):hover svg {
  fill: #0061f0;
}

.brand-item:nth-child(9):hover svg {
  fill: #159fa9;
}

.brand-item:nth-child(10):hover svg {
  fill: #cb2026;
}

.brand-item:nth-child(11):hover svg {
  fill: #8c2539;
}

.brand-item:nth-child(12):hover svg {
  fill: #0070b7;
}

.callback-form-section {
  padding: 60px 0;
  background-color: #f3f7f9;
}
.callback-form-section h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 32px;
}
.callback-form-section .phone-number_center {
  text-align: center;
  display: block;
  font-size: 24px;
  color: #000;
  margin-top: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.callback-form-section .phone-number_center:hover {
  color: #14c1de;
}

#connect-form {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}
#connect-form input {
  background-color: #fff;
  border-radius: 12px;
  font-size: 18px;
  color: #0f0f0f;
  border: none;
  text-align: center;
  margin-bottom: 16px;
}
#connect-form input[type=submit] {
  font-family: "Normalidad Wide", sans-serif;
  display: block;
  background-color: #14c1de;
  padding: 12px 70px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  margin-top: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#connect-form input[type=submit]:hover {
  background-color: #12adc7;
}
#connect-form input::-webkit-input-placeholder {
  color: #a7b4be;
}
#connect-form input::-moz-placeholder {
  color: #a7b4be;
}
#connect-form input:-ms-input-placeholder {
  color: #a7b4be;
}
#connect-form input::-ms-input-placeholder {
  color: #a7b4be;
}
#connect-form input::placeholder {
  color: #a7b4be;
}

.we-repaired {
  padding: 50px 0;
}

.repair-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 колонки */
  grid-template-rows: repeat(2, auto);
  /* 2 строки */
  gap: 32px 16px;
}
.repair-grid .repair-block {
  min-height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f3f7f9;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 20px;
  padding: 28px 20px;
}
.repair-grid .repair-block_link {
  padding: 16px 20px;
  display: block;
  font-family: "Normalidad Wide", sans-serif;
  border-radius: 12px;
  font-size: 24px;
  background-color: #14c1de;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.repair-grid .repair-block_link:hover {
  background-color: #12adc7;
}
.repair-grid .repair-block .repair-block_header h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px;
  text-align: center;
}
.repair-grid .repair-block .repair-block_header p {
  font-size: 16px;
  line-height: 18px;
}
.repair-grid .repair-block .repair-block_footer {
  padding: 0 24px;
}
.repair-grid button {
  font-family: "Normalidad Wide", sans-serif;
  background: #14c1de;
  color: #fff;
  font-size: 24px;
  padding: 20px 0;
  width: 100%;
  border-radius: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.repair-grid button:hover {
  background-color: #12adc7;
}

.awards-and-license {
  padding: 50px 0;
}
.awards-and-license .awards-swiper .awards-wrapper {
  max-height: 475px;
}
.awards-and-license .awards-swiper .awards-wrapper .card {
  background-color: #f3f7f9;
  border-radius: 20px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.awards-and-license .awards-swiper .awards-wrapper .card img {
  width: 100%;
}
.awards-and-license .awards-swiper .awards-wrapper .card.text-card {
  padding: 16px 32px;
}
.awards-and-license .awards-swiper .awards-wrapper .card.text-card img {
  text-align: center;
}
.awards-and-license .awards-swiper .awards-wrapper .card.text-card p {
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  margin-top: 12px;
}

span.blue-text {
  color: #14c1de;
}

.what-we-doing {
  padding: 50px 0;
}
.what-we-doing .what-we-doing-wrapper {
  height: auto !important;
}
.what-we-doing .what-we-doing-wrapper .text-card {
  border-radius: 20px;
  background: #f3f7f9;
  overflow: hidden;
}
.what-we-doing .what-we-doing-wrapper .text-card img {
  width: 100%;
}
.what-we-doing .what-we-doing-wrapper .text-card .content {
  padding: 24px 28px;
}
.what-we-doing .what-we-doing-wrapper .text-card .content .text {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 24px;
}
.what-we-doing .what-we-doing-wrapper .text-card .content .date {
  font-size: 14px;
  color: #898989;
}

.reviews {
  padding: 50px 0 80px;
}
.reviews__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.reviews__tab {
  padding: 10px 16px;
  color: #333333;
  border-radius: 8px;
  font-size: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 32px;
}
.reviews__tab:hover {
  background-color: #14c1de;
}
.reviews__tab.is-active {
  background-color: #000;
  color: #fff;
}
.reviews .reviews__swiper-wrap {
  display: none;
}
.reviews .reviews__swiper-wrap.is-active {
  gap: 30px;
}
.reviews .reviews__swiper-wrap .screen-review img {
  border-radius: 20px;
}
.reviews .video-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.reviews .video-reviews .video-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 20px;
  overflow: hidden;
  height: 510px;
  background-size: cover;
  background-repeat: no-repeat;
}
.reviews .video-reviews .video-review::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  opacity: 0;
  background: no-repeat center center/21.88% url(https://medford.pro/wp-content/themes/medford/css/school/../../images/school/btn_play.svg);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.reviews .video-reviews .video-review:hover::before {
  opacity: 1;
}
.reviews .video-reviews .video-review p {
  color: #fff;
  font-size: 24px;
  padding: 30px;
  z-index: 1;
}
.reviews .video-reviews .video-review::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background: bottom center/100% -webkit-gradient(linear, left bottom, left top, from(#232323), color-stop(44.31%, rgba(255, 255, 255, 0)));
  background: bottom center/100% linear-gradient(to top, #232323 0%, rgba(255, 255, 255, 0) 44.31%);
}
.reviews .video-reviews .video-review#video-review-1 {
  background-image: url("https://medford.pro/wp-content/themes/medford/images/service/service-2025/video-review-1.png");
}
.reviews .video-reviews .video-review#video-review-2 {
  background-image: url("https://medford.pro/wp-content/themes/medford/images/service/service-2025/video-review-2.png");
}
.reviews .video-reviews .video-review#video-review-3 {
  background-image: url("https://medford.pro/wp-content/themes/medford/images/service/service-2025/video-review-3.png");
}
.reviews .text-review {
  background-color: #f3f7fa;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 46px 30px 34px;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.reviews .text-review:hover {
  color: #14c1de;
}
.reviews .text-review .reviews-textswiper__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
  text-align: left;
}
.reviews .text-review .reviews-textswiper__preview {
  overflow: hidden;
  margin-block: 0;
  padding-inline: 36px;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  text-align: left;
}
.reviews .text-review .reviews-textswiper__quote {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 350;
  font-size: 44px;
  line-height: 110%;
}
.reviews .text-review .reviews-textswiper__quote_close {
  margin-bottom: 15px;
  margin-left: auto;
}
.reviews .text-review .reviews-textswiper__author {
  display: grid;
  margin-top: auto;
  text-align: left;
}
.reviews .text-review .reviews-textswiper__author-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}
.reviews .text-review .reviews-textswiper__author-post {
  font-weight: 350;
  font-size: 20px;
  line-height: 24px;
}

.frequent-breakdowns {
  padding: 50px 0;
}
.frequent-breakdowns .frequent-breakdowns-wrapper {
  height: auto;
}
.frequent-breakdowns-swiper .text-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.frequent-breakdowns-swiper .text-cards .text-card {
  padding: 40px 30px 32px;
  border-radius: 20px;
  background-color: #f3f7f9;
}
.frequent-breakdowns-swiper .text-cards .text-card-title {
  font-family: "Normalidad Wide", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
.frequent-breakdowns-swiper .text-cards .text-card-text {
  font-size: 18px;
  line-height: 140%;
}
.frequent-breakdowns-link {
  color: #000;
}

.two-column-text {
  padding: 50px 0;
}
.two-column-text .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.two-column-text .text-block .text-side {
  font-size: 16px;
}

.list-of-repair-models {
  padding: 50px 0;
}
.list-of-repair-models .list-models {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.list-of-repair-models .list-models .model-name-link {
  font-size: 24px;
  color: #232323;
  background: #f3f7f9;
  border-radius: 20px;
  padding: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.list-of-repair-models .list-models .model-name-link:hover {
  color: #14c1de;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
  background-color: #fff;
  padding: 48px 56px;
  border-radius: 20px;
  max-width: 740px;
  width: 90%;
  text-align: center;
  position: relative;
}
.popup-content img {
  max-width: 290px;
  height: auto;
  border-radius: 20px;
}
.popup #popup-text {
  text-align: left;
  font-size: 18px;
}

.service-popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-popup__item {
  display: none;
}
.service-popup .videos {
  height: 100%;
  max-width: 400px;
}
.service-popup .videos iframe {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.service-popup .awards {
  max-width: 740px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-column-gap: 54px;
  -webkit-column-gap: 54px;
          column-gap: 54px;
}
.service-popup__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 54px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.service-popup__content img {
  max-width: 290px;
  height: auto;
  border-radius: 20px;
}
.service-popup__content #popup-text {
  text-align: left;
  font-size: 18px;
}
.service-popup__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 120%;
}
.service-popup__subtitle p {
  margin: 0;
}
.service-popup__subtitle svg {
  fill: #0f0f0f;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  pointer-events: none;
}
.service-popup__subtitle-gray {
  margin-bottom: 14px;
  color: #767676;
}
.service-popup__subtitle-product {
  color: #000;
  line-height: 140%;
}
.service-popup__subtitle-name {
  font-size: 32px;
  font-weight: bold;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 50px;
  color: #a7b4be;
  cursor: pointer;
  z-index: 1000;
}

.is-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.stop-scroll {
  overflow-y: hidden;
}

.video-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-popup-content {
  position: relative;
  background: #fff;
  padding: 20px;
  max-width: 400px;
  width: 90%;
  border-radius: 20px;
}
.video-popup-content iframe {
  height: 70%;
  width: 100%;
  border-radius: 12px;
}

.close-video {
  position: absolute;
  top: -40px;
  right: -40px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  body {
    padding-top: 50px !important;
  }
  .main {
    padding: 40px 0 300px;
    background-size: 360px;
    background-position: bottom -92px center;
  }
  .main h1 {
    font-size: 26px;
    width: 100%;
  }
  .main p {
    font-size: 12px;
    width: 100%;
  }
  .main .buttons-group {
    gap: 20px;
  }
  .main .buttons-group .more-info {
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
  }
  .main .buttons-group .phone-number-button {
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
  }
  h2 {
    font-size: 24px !important;
  }
  .brands {
    padding: 50px 0 24px;
  }
  .brands .brands-scroll-wrapper {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .brands .brands-scroll-wrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .brands .list-of-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    overflow-x: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-animation: scroll-x 12s linear infinite alternate;
    animation: scroll-x 12s linear infinite alternate;
    gap: 8px;
    width: 340%;
    max-height: 160px;
    padding-bottom: 10px;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }
  .brands .list-of-brands .brand-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 16px;
    background: #f0f3f7;
    border-radius: 12px;
    font-weight: bold;
    white-space: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .brands .list-of-brands .brand-item svg {
    width: 60%;
  }
  @-webkit-keyframes scroll-x {
    0% {
      -webkit-transform: translateX(-4%);
              transform: translateX(-4%);
    }
    100% {
      -webkit-transform: translateX(-68%);
              transform: translateX(-68%);
      /* или подбери вручную насколько уезжать */
    }
  }
  @keyframes scroll-x {
    0% {
      -webkit-transform: translateX(-4%);
              transform: translateX(-4%);
    }
    100% {
      -webkit-transform: translateX(-68%);
              transform: translateX(-68%);
      /* или подбери вручную насколько уезжать */
    }
  }
  .we-repaired {
    padding: 25px 0;
  }
  .we-repaired .repair-wrapper {
    overflow: scroll;
  }
  .we-repaired .repair-wrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .we-repaired .repair-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .we-repaired .repair-grid .repair-block {
    padding: 12px 8px;
    background-size: 140px;
    min-height: 300px;
    min-width: 160px;
  }
  .we-repaired .repair-grid .repair-block-header h4 {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 100%;
  }
  .we-repaired .repair-grid .repair-block-header p {
    font-size: 10px;
    line-height: 100%;
  }
  .we-repaired .repair-grid .repair-block_link {
    padding: 8px 0;
    font-size: 12px;
    border-radius: 8px;
    text-align: center;
  }
  .we-repaired .repair-grid .repair-block .repair-block_footer {
    padding: 0 16px;
  }
  .we-repaired .repair-grid .repair-block .repair-block_footer button {
    font-size: 12px;
    padding: 8px 0;
    border-radius: 8px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .swiper-wrapper {
    row-gap: 8px;
  }
  .awards-and-license {
    padding: 24px 0;
  }
  .awards-and-license .awards-swiper .awards-wrapper {
    max-height: 256px;
  }
  .awards-and-license .awards-swiper .awards-wrapper .card {
    border-radius: 8px;
  }
  .awards-and-license .awards-swiper .awards-wrapper .card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .awards-and-license .awards-swiper .awards-wrapper .card.text-card {
    padding: 12px;
  }
  .awards-and-license .awards-swiper .awards-wrapper .card.text-card img {
    height: 160px;
    width: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .awards-and-license .awards-swiper .awards-wrapper .card.text-card p {
    font-size: 11px;
    margin-top: 8px;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .what-we-doing {
    padding: 24px 0;
  }
  .what-we-doing .what-we-doing-wrapper {
    height: auto !important;
  }
  .what-we-doing .what-we-doing-wrapper .text-card {
    border-radius: 12px;
    background: #f3f7f9;
    overflow: hidden;
  }
  .what-we-doing .what-we-doing-wrapper .text-card img {
    width: 100%;
  }
  .what-we-doing .what-we-doing-wrapper .text-card .content {
    padding: 12px;
  }
  .what-we-doing .what-we-doing-wrapper .text-card .content .text {
    margin-bottom: 12px;
    max-height: 6.1em;
    font-size: 11px;
    line-height: 120%;
  }
  .what-we-doing .what-we-doing-wrapper .text-card .content .date {
    font-size: 11px;
    color: #898989;
  }
  .reviews {
    padding: 24px 0 48px;
  }
  .reviews__tabs {
    gap: 4px;
  }
  .reviews__tab {
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 11px;
    margin-bottom: 24px;
  }
  .reviews .video-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    overflow-x: scroll;
  }
  .reviews .video-reviews::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .reviews .video-reviews .video-review {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 140px;
    border-radius: 8px;
    overflow: hidden;
    height: 180px;
    width: 140px;
  }
  .reviews .video-reviews .video-review p {
    color: #fff;
    font-size: 10px;
    padding: 12px;
    line-height: 120%;
    z-index: 1;
  }
  .reviews .reviews__swiper-wrap {
    overflow-x: scroll;
  }
  .reviews .reviews__swiper-wrap::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .reviews .reviews__swiper-wrap.is-active {
    gap: 8px;
  }
  .reviews .reviews__swiper-wrap .screen-review img {
    border-radius: 8px;
    min-width: 140px;
  }
  .reviews .text-review {
    border-radius: 8px;
    padding: 12px;
  }
  .reviews .text-review .reviews-textswiper__title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .reviews .text-review .reviews-textswiper__preview {
    overflow: hidden;
    padding-inline: 0;
    font-size: 10px;
    line-height: 130%;
    text-align: left;
  }
  .reviews .text-review .reviews-textswiper__quote {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 350;
    font-size: 24px;
    line-height: 110%;
  }
  .reviews .text-review .reviews-textswiper__quote_close {
    margin-bottom: 15px;
    margin-left: auto;
  }
  .reviews .text-review .reviews-textswiper__author-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }
  .reviews .text-review .reviews-textswiper__author-post {
    font-weight: 350;
    font-size: 10px;
    line-height: 14px;
  }
  .reviews .reviews__swiper-wrap .screen-review {
    width: 140px;
  }
  .callback-form-section {
    padding: 36px 0 24px;
  }
  .callback-form-section h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .callback-form-section .phone-number_center {
    font-size: 16px;
    margin-top: 20px;
  }
  .callback-form-section .phone-number_center:hover {
    color: #14c1de;
  }
  #connect-form {
    max-width: 280px;
    width: 100%;
  }
  #connect-form input {
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #connect-form input[type=submit] {
    padding: 12px 40px;
    font-size: 16px;
    margin-top: 20px;
  }
  #connect-form input::-webkit-input-placeholder {
    color: #a7b4be;
  }
  #connect-form input::-moz-placeholder {
    color: #a7b4be;
  }
  #connect-form input:-ms-input-placeholder {
    color: #a7b4be;
  }
  #connect-form input::-ms-input-placeholder {
    color: #a7b4be;
  }
  #connect-form input::placeholder {
    color: #a7b4be;
  }
  .service-popup {
    left: 0;
    top: 0;
  }
  .service-popup .videos iframe {
    width: 92%;
  }
  .service-popup .awards {
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
  }
  .service-popup__content {
    width: 95%;
    gap: 32px;
    padding: 16px;
    border-radius: 20px;
  }
  .service-popup__content img {
    max-width: 250px;
    height: auto;
    border-radius: 20px;
  }
  .service-popup__content #popup-text {
    font-size: 12px;
  }
  .service-popup__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 12px;
    line-height: 120%;
  }
  .service-popup__subtitle-name {
    font-size: 24px;
    font-weight: bold;
  }
  .close-btn {
    top: 16px;
    right: 20px;
    font-size: 32px;
  }
  .popup #popup-text {
    font-size: 14px;
    line-height: 120%;
  }
  .popup-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: auto;
    gap: 20px;
    padding: 20px;
    overflow-y: scroll;
  }
  .popup-content img {
    max-width: 200px;
  }
  .video-popup-content {
    position: relative;
    background: #fff;
    padding: 20px;
    max-width: 280px;
    width: 80%;
  }
  .video-popup-content iframe {
    max-height: 500px;
  }
  .two-column-text {
    padding: 24px 0;
  }
  .two-column-text .text-block {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .list-of-repair-models {
    padding: 24px 0;
  }
  .list-of-repair-models .list-models {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8px;
  }
  .list-of-repair-models .list-models .model-name-link {
    font-size: 16px;
    border-radius: 12px;
    padding: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .frequent-breakdowns {
    padding: 24px 0;
  }
  .frequent-breakdowns .text-cards {
    gap: 8px;
  }
  .frequent-breakdowns .text-cards .text-card {
    padding: 24px 16px 20px;
  }
  .frequent-breakdowns .text-cards .text-card-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .frequent-breakdowns .text-cards .text-card-text {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */