@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat/Montserrat-Light.ttf) format("ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat/Montserrat-Regular.ttf) format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat/Montserrat-SemiBold.ttf) format("ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat/Montserrat-Bold.ttf) format("ttf");
  font-weight: 700;
}

:root {
  --main-color: #382923;
  --color-on-dark: #f5f5f5;
  --lightcolor: #363d39;
  --second-color: #b7214b;
  --markered-color: #32b870;
  --third-color: #0689e2;
  --phone-color: #32b870;
  --main-gradient-color: linear-gradient(270deg, #32b870 0%, #268d56 95.45%);
  --second-gradient-color: linear-gradient(270deg, #b82f21 0%, #d82424 95.45%);
  --border-color: #363d39;
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  background: #ffffff;
  color: #040404;
}

a {
  text-decoration: none;
  color: #32b870;
}

.nofollow-disabled {
  pointer-events: none;
  cursor: default;
}

a:hover {
  text-decoration: none;
  color: #b5cfe4;
}

.container {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  padding: 30px 15px;
}

.container__title {
  padding: 15px;
  font-size: 2.2rem;
  text-align: center;
}

.wrap {
  padding-top: 35px;
  padding-bottom: 10px;
}
.btn {
  background: var(--main-gradient-color);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 13px 25px;
  border: 0;
  color: var(--color-on-dark);
  text-align: center;
  transition: 0.5s;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
}

.main__btn-desc {
  padding: 15px 0;
  font-size: 0.8rem;
  width: 100%;
  line-height: 1rem;
}
.btn_markered {
  background: var(--second-gradient-color);
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 57px 0px rgba(220, 34, 146, 0.6);
  -moz-box-shadow: 1px 1px 57px 0px rgba(220, 34, 146, 0.6);
  box-shadow: 1px 1px 57px 0px rgba(220, 34, 146, 0.6);
}

.btn_large {
  font-size: 1.5rem;
  padding: 15px 30px;
  font-weight: 700;
}

.btn-phone::before {
  display: inline-flex;
  content: "";
  height: 14px;
  width: 14px;
  margin-right: 5px;
  background-image: url(img/icon/svg/phone.svg);
  background-size: 14px 14px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
}

/* РўРѕР»СЊРєРѕ РєРѕРјРїСЊСЋС‚РµСЂС‹ */
@media (min-width: 1024px) {
  .header-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(
      to right,
      rgba(241, 241, 241, 0.92) 0%,
      rgba(241, 241, 241, 0.75) 45%,
      rgba(241, 241, 241, 0.35) 70%,
      rgba(241, 241, 241, 0) 100%
    );
  }
  .meta__title {
    max-width: 800px;
  }
}
.price__note {
  padding: 15px;
  text-align: center;
}
.fixed {
  position: fixed;
}

.header__logo {
  padding: 0 15px;
}

.header__logo img {
  width: 100%;
  max-width: 350px;
}

.header__time {
  padding: 0 15px;
}

.header__contacts {
  padding: 0 15px;
  min-width: 260px;
}

.header__consultation {
  padding: 5px 20px;
  text-align: center;
}

.header__btn {
  padding: 0 15px;
}

.phone {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.phone__number {
  font-size: 1.5rem;
}

.phone__number,
.phone__viber,
.phone__tg {
  margin: 0 5px;
}

.time__meta {
  padding: 5px 0;
  margin-right: 5px;
}

.time__number {
  padding: 5px 0;
}

.main {
  width: 100%;
  height: 80vh;
  background: url(img/carbg.jpg);
  background-size: auto 100%;
  background-position-x: 50%;
  background-repeat: no-repeat;
}

.main__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.main__meta {
  padding-top: 50px;
}

.meta {
  line-height: 4rem;
}

.meta__pre {
  font-size: 1.8rem;
  line-height: 4rem;
}

.meta__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

.meta__desc {
  padding: 15px 0;
  font-size: 1.4rem;
  line-height: 2rem;
  max-width: 600px;
  color: #a8a8a8;
}

.main__trigger {
  margin: 15px 0;
  border-radius: 15px;
  padding: 15px;
  background: rgba(241, 241, 241, 0.5);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(241, 241, 241, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(241, 241, 241, 0.05);
}

.trigger {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.trigger__single {
  width: 50%;
  padding: 5px 15px;
  text-align: left;
  line-height: 1.5rem;
}

.trigger__bold {
  font-weight: 600;
  line-height: 1;
  font-size: 2.5rem;
}

.trigger__line {
  padding: 7px 0;
}

.trigger__container {
  width: 50%;
}
.services {
  padding: 30px 15px;
}
.services__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.services__single {
  width: 33.33%;
  min-width: 350px;
  flex: 1;
  padding: 15px;
  margin: 15px 0;
  box-sizing: border-box;
}

.service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #202020;
  border-radius: 15px;
  padding-bottom: 15px;
  height: 100%;
}

.service__thmb {
  /* padding: 15px; */
}
.service__img {
  width: 100%;
  border-radius: 10px;
}

.service__title {
  padding: 30px 0 15px 0;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  width: 60%;
}

.service__title_short {
  width: 50%;
}

.service__desc {
  padding: 15px;
  color: #b5cfe4;
}

.service__desc-list {
  list-style-type: none;
  line-height: 1.5rem;
  text-align: center;
}

.service__price {
  flex: 1;
}

.service__btn {
  padding: 15px;
  text-align: center;
}

.why__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.why__single {
  width: 25%;
  flex-grow: 1;
  min-width: 250px;
  padding: 25px 35px;
  margin: 15px 0;
  box-sizing: border-box;
}

.why__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why__meta {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;

  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.comparison-table th,
.comparison-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--border-color);
}

.comparison-table th {
  font-weight: 600;
  position: sticky;
  top: 0;
  color: var(--second-color);
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  width: 45%;
  font-weight: bold;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: none;
}

/* Р‘Р»РѕРє вЂ” РїСЂРѕР±Р»РµРјР° */

/* Р­Р»РµРјРµРЅС‚ вЂ” РёР·РѕР±СЂР°Р¶РµРЅРёРµ */
.problem__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px 8px 0 0;
  padding: 30px;
}

/* Р­Р»РµРјРµРЅС‚ вЂ” СЃРїРёСЃРѕРє РїСѓРЅРєС‚РѕРІ */
.good-light {
  display: flex;
  flex-wrap: wrap;
}
.light-ex {
  width: 50%;
}

.light_title {
  text-align: center;
  padding: 15px;
}

.light_title-2 {
  text-align: center;
  padding: 15px;
  color: #f7c948;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}

.problem__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #faf6f7;
}

/* Р­Р»РµРјРµРЅС‚ вЂ” РѕС‚РґРµР»СЊРЅС‹Р№ РїСѓРЅРєС‚ */
.problem__item {
  flex: 1;
  padding: 24px 20px;
  text-align: center;
}

.problem__item:not(:last-child) {
  border-right: 1px solid #faf6f7;
}

.problem__number {
  font-size: 3rem;
  font-weight: bold;
  color: var(--markered-color);
  opacity: 1;
  line-height: 1;
  margin-bottom: 10px;
}

.problem__number-2 {
  font-size: 16px;
  font-weight: bold;
  color: var(--markered-color);
  opacity: 1;
  line-height: 1;
  margin-bottom: 10px;
}

.problem__text {
  margin: 0;

  line-height: 1.45;
}

.about__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.about__left {
  padding: 15px;
  width: 38%;
  flex-grow: 1;
}

.about__right {
  padding: 15px;
  width: 62%;
  flex-grow: 1;
}

.about__img {
  width: 100%;
}

.about p {
  line-height: 1.5rem;
  margin-bottom: 15px;
}

.works {
  padding: 30px 15px;
}
.works__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.works__single {
  width: 33.33%;
  flex-grow: 1;
  min-width: 250px;
  padding: 25px 35px;
  margin: 15px 0;
  box-sizing: border-box;
}

.work__item {
  display: flex;
}

.work__icon {
  padding-bottom: 15px;
}

.works .work__icon {
  padding-right: 15px;
}

.work__meta {
  display: flex;
  flex-direction: column;
}

.work__title {
  font-size: 1.2rem;
  padding-bottom: 15px;
  color: var(--border-color);
  font-weight: 700;
}

.work__desc {
  color: var(--lightcolor);
  line-height: 1.5rem;
}

.comparison-bottom {
  color: var(--lightcolor);
  line-height: 1.5rem;
  text-align: center;
  padding: 10px;
}

.reports {
}

.reports__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.reports__single {
  width: 33.33%;
  min-width: 350px;
  padding: 25px 35px;
  margin: 15px 0;
  box-sizing: border-box;
  flex-grow: 1;
}

.report__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  background: linear-gradient(270deg, #101010 0%, #040404 95.45%);
  overflow: hidden;
}
.report__icon {
  padding: 15px;
  z-index: 2;
}

.report__title {
  font-size: 1.2rem;
  padding-bottom: 15px;
  color: var(--markered-color);
  z-index: 2;
}

.reports__how {
  color: #e5e5e5;
  text-align: center;
  width: 100%;
  display: block;
  font-style: italic;
  text-decoration: underline;
}
.report__desc {
  color: #b5cfe4;
  padding: 15px;
  z-index: 2;
}

.report__rectangle {
  opacity: 0.1;
  position: absolute;
  height: 150%;
  left: 0;
  top: 0;
  margin-top: -50px;
}

.reviews {
  padding: 30px 15px;
}

.reviews__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.reviews__single {
  width: 25%;
  padding: 15px;
}

.review__wrapper {
  border: 0px solid var(--second-color);
  border-radius: 0px;
  padding: 5px;
}

.review__screen {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.price {
}

.price__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--markered-color);
  margin: 0 auto;
  max-width: 768px;
  padding: 25px 0;
}

.price__name {
  display: table-cell;
}


.price__num {
  display: table-cell;
  padding: 0 15px;
  white-space: nowrap;
}

.steps__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.steps__left,
.steps__right {
  width: 50%;
}

.stages {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  position: relative;
}

/* Р’РµСЂС‚РёРєР°Р»СЊРЅР°СЏ Р»РёРЅРёСЏ С‡РµСЂРµР· С†РµРЅС‚СЂ РєСЂСѓР¶РєРѕРІ */
.stages::before {
  content: "";
  position: absolute;
  left: 24px; /* Р”РѕР»Р¶РЅРѕ СЃРѕРІРїР°РґР°С‚СЊ СЃ С†РµРЅС‚СЂРѕРј РєСЂСѓР¶РєР°: (48px / 2) = 24px */
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e0e0e0;
  z-index: 1;
}

.stage {
  display: flex;
  padding: 24px 0; /* Р’РµСЂС‚РёРєР°Р»СЊРЅС‹Р№ РѕС‚СЃС‚СѓРї РґР»СЏ СЂР°РІРЅРѕРјРµСЂРЅРѕРіРѕ СЂР°СЃСЃС‚РѕСЏРЅРёСЏ */
  position: relative;
  z-index: 2;
}

.stage-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--markered-color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}

.stage-content {
  flex: 1;
}

.stage-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
  color: var(--markered-color);
}

.stage-desc {
  font-size: 15px;
  color: var(--lightcolor);
  line-height: 1.5;
}

.question {
  border-bottom: 1px solid #cdd4e1;
  padding: 30px 0 25px;
}

.question__text {
  position: relative;
  display: block;
  font-weight: 700;
  padding-left: 70px;
  cursor: pointer;
}

.question__text_upper {
  text-transform: uppercase;
}
.question__text::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 28px;
  height: 28px;
  /* background-image: url("img/plus.svg"); */
  background-image: url("img/plus.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  border-radius: 50%;
  transition: 0.2s ease-out;
}
.question__text:hover::before {
  transform: rotate(45deg);
  background-color: #f0f2f4;
}

.question__checkbox {
  top: -9999px;
  display: none;
}

.question__checkbox:checked ~ .question__text::before {
  transform: rotate(45deg);
}

.question__answer {
  display: none;
  font-size: 14px;
  line-height: 150%;
  color: var(--lightcolor);
  margin-top: 20px;
  padding-left: 70px;
}

.question__checkbox:checked ~ .question__answer {
  display: block;
}

.consultation {
}

.consultation__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 15px;
}

.consultation__img {
  padding: 15px;
  width: 25%;
  box-sizing: border-box;
  min-width: 200px;
}

.consultation__pic {
  width: 100%;
}

.consultation__meta {
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: 100%;
}

.consultation__title {
  font-size: 2rem;
}

.consultation__desc {
  padding: 2rem 0;
  line-height: 1.5rem;
}

.consultation__action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.consultation__social {
  display: flex;
  flex-direction: row;
  padding: 5px;
  line-height: 0;
}

.consultation__desc-highlight {
  font-weight: 700;
}

.consultation__btn {
  display: flex;
  align-items: center;
}

.consultation__phone {
  font-weight: bold;
  font-size: 2rem;
  padding: 0 15px;
  color: var(--phone-color);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 15px;
}

.footer__lofo {
  width: 100%;
}

.footer__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__contacts {
  display: flex;
  padding-bottom: 15px;
  flex-wrap: wrap;
}

.footer__phone {
  font-size: 2.2rem;

  font-size: 1.5rem;
  align-items: center;
  display: flex;
}

.footer__social {
  display: flex;
  text-align: center;
  align-items: center;
}

.footer__credits {
  color: var(--second-color);
  flex-wrap: wrap;
  line-height: 1.5;
}

.footer__donwload {
  font-style: italic;
  text-decoration: underline;
  padding: 15px 0;
  margin: 0 5px;
}

.footer__call {
  padding: 10px 0;
}

.footer__icon {
  margin-left: 15px;
}

.footer__coll_logo {
  width: 50%;
  display: flex;
  align-items: center;
}

.footer__logo {
  width: 100%;
  max-width: 350px;
}

.footer .phone__viber {
  height: 32px;
}
.copyright {
  padding: 15px;
  text-align: center;
}

.copyright a {
  color: color var(--second-color);
}

@media screen and (max-width: 1140px) {
  .header {
    justify-content: space-evenly;
  }
  .header__logo {
    flex-grow: 1;
    width: 100%;
    text-align: center;
  }
  .meta__title {
    font-size: 3.5rem;
  }
  .meta__desc {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 1040px) {
  .header__logo {
    width: 100%;
    text-align: center;
  }
  .click-to-call {
    display: none;
  }

  .steps__wrapper {
    flex-direction: column;
  }
  .steps__left,
  .steps__right {
    width: 100%;
    padding: 30px;
  }
  .steps__right {
    order: 1;
  }
  .steps__left {
    order: 2;
  }
  .header {
    justify-content: center;
  }
}

@media screen and (max-width: 960px) {
  .footer {
    justify-content: center;
  }
  .footer__meta {
    align-items: center;
  }
  .footer__credits {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .trigger__single {
    flex: 1;
    text-transform: none;
    font-weight: 400;
    min-width: 240px;
  }
  .trigger__container {
    width: 100%;
  }

  .main__btn {
    padding: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .main {
    height: auto;
  }
  .main__meta {
    padding-top: 50px;
    text-align: center;
  }
  .meta__desc {
    max-width: 100%;
  }
  .about__wrapper {
    flex-direction: column;
  }

  .about__left,
  .about__right {
    width: 100%;
  }
  .consultation__phone {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .footer__contacts {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .seo-list {
    text-align: center;
  }
}

/* РњРѕР±РёР»СЊРЅР°СЏ Р°РґР°РїС‚Р°С†РёСЏ */
@media (max-width: 768px) {
  .problem__list {
    flex-direction: column;
  }

  .problem__item {
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
  }
  .problem__image {

  padding: 0;
}

  .problem__item:last-child {
    border-bottom: none;
  }

  .problem__number {
    font-size: 2.8rem;
    opacity: 0.7;
  }

  .problem__text {
    font-size: 1rem;
  }
  .light-ex {
    width: 100%;
    padding-top: 30px;
  }
  .consultation__phone {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .trigger__bold {
    font-size: 2rem;
  }
  th:first-child, .comparison-table td:first-child {
    width: 50%;
    font-weight: bold;
}
}

/* РђРґР°РїС‚Р°С†РёСЏ РґР»СЏ РјРѕР±РёР»СЊРЅС‹С… СѓСЃС‚СЂРѕР№СЃС‚РІ */
@media (max-width: 768px) {
  .comparison-table,
  .comparison-table thead,
  .comparison-table tbody,
  .comparison-table th,
  .comparison-table td,
  .comparison-table tr {
    display: block;
  }

  .comparison-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .comparison-table tr {
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;

    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  }

  .comparison-table td {
    padding: 10px 0;
    border: none;
    position: relative;
    text-align: right;
    padding-left: 50%;
  }

  .comparison-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 48%;
    font-weight: bold;
    text-align: left;
  }

  .comparison-table td:first-child {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 12px;
    padding-left: 0;
    text-align: left;
  }

  .comparison-table td:first-child::before {
    display: none;
  }
  .consultation__wrapper {
    flex-wrap: wrap;
  }
  .consultation__img {
    width: 100%;
    max-width: 450px;
    text-align: 0;
    margin: 0 auto;
    min-width: auto;
  }
  .consultation__title {
    font-size: 2rem;
  }
  .consultation__meta {
    text-align: center;
  }

  .main {
    /* background: #f5f5f5; */
  }
  .meta__desc {
 
    color: #434343;
}
}

@media screen and (max-width: 640px) {
  .main {
    position: relative;
    z-index: 1;
  }
  .main__wrapper {
    position: relative;
    z-index: 10;
  }
  .main::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
     background: #ffffff; 
    opacity: 0.6;
    top: 0;
  }
  .header__time {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 14px;
  }

  .header__btn,
  .header__contacts {
    padding: 15px 15px;
  }

  .header__btn {
    display: none;
  }

  .meta__pre {
    font-size: 1.2rem;
    line-height: 3rem;
  }

  .main__meta {
    text-align: center;
  }
  .meta__title {
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
  }
  .meta__desc {
    font-size: 1rem;
    line-height: 2rem;
  }
  .trigger__single {
    padding: 8px 0;
    line-height: 1.3rem;
    max-width: 80%;
    text-align: center;
    font-size: 1.3rem;
  }
  .footer__phone {
    padding: 15px 0;
  }
  .footer__icon {
    margin: 15px;
  }
  .footer__credits {
    text-align: center;
  }

  .phone {
    justify-content: center;
  }
  .trigger {
    padding: 25px 0;
  }

  .footer__contacts {
    align-items: center;
    flex-wrap: nowrap;
  }
  .consultation__action {
    flex-wrap: wrap;
    justify-content: center;
  }

  .consultation__btn {
    margin: 15px 0;
  }

  .main__trigger {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .trigger__single {
    width: 100%;
    padding: 8px;
  }
  .trigger__bold {
    font-size: 3rem;
    line-height: 1;
  }
}
.footer__phone {
  font-size: 1.5rem;
}
@media screen and (max-width: 540px) {
  .works__single {
    padding: 10px 35px;
  }

  .header {
    flex-direction: column;
  }
  .trigger {
    justify-content: center;
  }
  .problem__number {
    font-size: 2.4rem;
  }

  .problem__item {
    padding: 20px 16px;
  }

  .stages::before {
    left: 20px;
  }

  .stage-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .stage {
    padding: 20px 0;
  }

  .stage-title {
    font-size: 16px;
  }

  .stage-desc {
    font-size: 14px;
  }
  .trigger__bold {
    font-size: 2.4rem !important;
    line-height: 1 !important;
  }
  .trigger__single {
    line-height: 1.3rem;
    max-width: 100%;

    font-size: 1rem;
  }
}

.mobile-fixed-cta {
  display: none;
}

@media (max-width: 767px) {
  .mobile-fixed-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 8px 10px;
    background: transparent;
    pointer-events: none;
  }

  .mobile-fixed-cta__inner {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    gap: 8px;
    pointer-events: auto;
  }

  .mobile-cta-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 10px;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-cta-btn__icon {
    font-size: 18px;
    line-height: 1;
  }

  .mobile-cta-btn__text {
    white-space: nowrap;
  }

  .mobile-cta-btn--request {
    background: #0088cc;
  }

  .mobile-cta-btn--call {
    background: #00a83b;
  }

  .mobile-cta-btn--request:active,
  .mobile-cta-btn--call:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  }

  body {
    padding-bottom: 70px;
  }
}

.table_blur {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 18px;
  font-size: 15px;

  background: rgba(241, 241, 241, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;

  box-shadow: 0 14px 14px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.table_blur thead th {
  padding: 14px 16px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: var(--border-color);
  background: rgb(182 182 182 / 21%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table_blur th:first-child {
  border-top-left-radius: 14px;
}
.table_blur th:last-child {
  border-top-right-radius: 14px;
}

.table_blur td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;

  color: var(--lightcolor);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.table_blur tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.03);
}

.table_blur tbody tr:hover td {
  background: rgba(54, 180, 37, 0.1);
}

.table_blur tbody tr:last-child td {
  border-bottom: 0;
}

.table_blur a {
  color: var(--second-color);
  text-decoration: none;
  border-bottom: 1px dotted var(--second-color);
}

.table_blur a:hover {
  border-bottom-color: rgba(201, 162, 77, 1);
}

@media (max-width: 700px) {
  .table_blur {
    font-size: 14px;
    border-radius: 14px;
  }

  .table_blur thead {
    display: none;
  }

  .table_blur,
  .table_blur tbody,
  .table_blur tr,
  .table_blur td {
    display: block;
    width: 100%;
  }

  .table_blur tr {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .table_blur tr:last-child {
    border-bottom: 0;
  }

  .table_blur td {
    border: 0;
    padding: 12px 14px;
    background: transparent;
  }

  .table_blur td + td {
    padding-top: 0;
  }

  .table_blur td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.62);
  }
}

.map-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.map-block__desc {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.map-block__wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.map-block__wrapper iframe {
  display: block;
  width: 100%;
  border: 0;
}

.map-block__label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  max-width: 280px;
  font-size: 14px;
  line-height: 1.4;
}

.map-block__label-title {
  font-weight: 700;
  margin-bottom: 4px;
}

.map-block__label-text a {
  color: #ffd15c;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .map-block__wrapper {
    border-radius: 10px;
  }

  .map-block__label {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-width: none;
    font-size: 13px;
  }
}

.services-menu {
  padding: 28px 0;
}

.services-menu__inner {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.services-menu__card {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 16px;
  text-align: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.services-menu__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.65);
  border-color: rgb(20 30 38);
}

.services-menu__card--primary {
  border-color: rgb(20 30 38);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
}

.services-menu__icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgb(24 133 220 / 9%);
  color: #22a6dc;
  border: 1px solid rgb(24 133 220 / 35%);
}

.services-menu__title {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 8px;
}

.services-menu__desc {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 14px;
  min-height: 36px;
}

.services-menu__btn {
  width: 100%;
}

.services-menu__btn--more {
  display: inline-block;
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #22a6dc;
  border: 1px solid rgb(36 135 176);
  background: transparent;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.services-menu__btn--more:hover {
  background: #22a6dc;
  color: #0b0b0b;
  border-color: #22a6dc;
}

.services-menu__btn--cta {
  border-radius: 10px;
}

@media (max-width: 980px) {
  .services-menu__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .services-menu__inner {
    grid-template-columns: 1fr;
  }
  .services-menu__desc {
    min-height: 0;
  }
}

.mheader {
  display: none;
}

@media (max-width: 1023px) {
  .mheader {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(6px);
    transform: translateY(-110%);
    transition: transform 0.25s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mheader.is-visible {
    transform: translateY(0);
  }

  .mheader__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
  }

  .mheader__logo img {
    display: block;
    height: 28px;
    width: auto;
  }

  .mheader__phone {
    justify-self: center;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
  }

  .mheader__menuBtn {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
  }

  .mheader__menuIcon {
    width: 18px;
    height: 2px;
    background: #fff;
    position: relative;
    display: inline-block;
  }
  .mheader__menuIcon::before,
  .mheader__menuIcon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition:
      transform 0.2s ease,
      top 0.2s ease,
      opacity 0.2s ease;
  }
  .mheader__menuIcon::before {
    top: -6px;
  }
  .mheader__menuIcon::after {
    top: 6px;
  }

  /* Overlay menu */
  .mmenu {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }

  .mmenu__panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #000;
    transform: translateY(-12px);
    transition: transform 0.25s ease;
    padding: 18px 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mmenu.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .mmenu.is-open .mmenu__panel {
    transform: translateY(0);
  }

  .mmenu__nav {
    display: grid;
    gap: 10px;
    text-align: center;
    padding: 8px 0 14px;
  }

  .mmenu__link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 8px;
    border-radius: 10px;
    background: rgb(255 255 255 / 13%);
  }
  .mmenu__link:active {
    background: rgba(255, 255, 255, 0.08);
  }

  .mmenu__bottom {
    display: grid;
    gap: 10px;
    text-align: center;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mmenu__phone {
    color: #22a6dc;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 8px;
    border-radius: 10px;
    background: rgb(0 136 204 / 15%);
  }

  .mmenu__cta {
    width: 100%;
    justify-content: center;
  }

  .mheader.is-menu-open .mheader__menuIcon {
    background: transparent;
  }
  .mheader.is-menu-open .mheader__menuIcon::before {
    top: 0;
    transform: rotate(45deg);
  }
  .mheader.is-menu-open .mheader__menuIcon::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

@media (max-width: 1024px) {
  .mheader__inner {
    padding: 8px 10px;
    gap: 8px;

    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .mheader__logo img {
    height: 22px;
    width: auto;
    max-width: 92px;
  }

  .mheader__phone {
    font-size: 13px;
    line-height: 1.1;
    justify-self: center;

    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mheader__menuBtn {
    padding: 7px 8px;
    gap: 6px;
    border-radius: 10px;
  }

  .mheader__menuText {
    font-size: 12px;
  }

  .mheader__menuIcon,
  .mheader__menuIcon::before,
  .mheader__menuIcon::after {
    width: 16px;
  }
  .mheader__menuIcon {
    height: 2px;
  }
  .mheader__menuIcon::before {
    top: -5px;
    height: 2px;
  }
  .mheader__menuIcon::after {
    top: 5px;
    height: 2px;
  }

  @media (max-width: 360px) {
    .mheader__logo img {
      height: 20px;
      max-width: 78px;
    }
    .mheader__phone {
      font-size: 12px;
    }
    .mheader__menuText {
      display: none;
    }
  }
}
@media (max-width: 1024px) {
  .mmenu__close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
  }
  .mmenu__nav {
    margin-top: 24px;
  }

  .mmenu__address {
    margin-top: 8px;
    text-align: center;
    line-height: 1.3;
    color: #22a6dc;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 8px;
    border-radius: 10px;
    background: rgb(0 136 204 / 15%);
  }
}
@media (max-width: 1024px) {
  .mheader__inner {
    grid-template-columns: auto 1fr auto;
    padding: 8px 10px;
    gap: 8px;
  }

  .mheader__logo img {
    height: 22px;
    max-width: 90px;
    width: auto;
    flex-shrink: 0;
  }

  .mheader__phone {
    font-size: 14px;
    font-weight: 700;
    padding: 7px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;

    display: block;
    text-align: center;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
  }

  .mheader__menuBtn {
    padding: 7px 9px;
    gap: 6px;
    border-radius: 10px;
    font-size: 13px;
    flex-shrink: 0;
  }

  .mheader__menuText {
    font-size: 13px;
    font-weight: 600;
  }

  .mheader__menuIcon,
  .mheader__menuIcon::before,
  .mheader__menuIcon::after {
    width: 16px;
  }

  .mheader__menuIcon {
    height: 2px;
  }
  .mheader__menuIcon::before {
    top: -5px;
  }
  .mheader__menuIcon::after {
    top: 5px;
  }

  @media (max-width: 360px) {
    .mheader__logo img {
      height: 20px;
      max-width: 70px;
    }

    .mheader__phone {
      font-size: 13px;
      padding: 6px 8px;
    }

    .mheader__menuText {
      display: none;
    }
  }
}

.seo-list--check li {
  display: flex;

  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 16px;
  /* color: var(--markered-color); */
  line-height: 1.6;
}

.seo-list--check li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--main-gradient-color);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(112, 189, 13, 0.5);
}

.seo-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  padding: 15px;
  background: linear-gradient(
    to right,
    rgba(241, 241, 241, 0.92) 0%,
    rgba(241, 241, 241, 0.75) 45%,
    rgba(241, 241, 241, 0.35) 70%,
    rgba(241, 241, 241, 0) 100%
  );
      /* border: 1px solid #e7e7e7; */
}

.seo-list--number {
  counter-reset: seo-num;
}

.seo-list--number li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  margin-bottom: 14px;
  font-size: 16px;
  color: #dadada;
  line-height: 1.6;

  counter-increment: seo-num;
}

.seo-list--number li::before {
  content: counter(seo-num);
  width: 26px;
  height: 26px;
  color: #4da3ff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(10, 124, 255, 0.45);
  flex-shrink: 0;
}

.ba-price-table {
  --ba-cyan: #18b7ff;
  --ba-text: #fff;
  --ba-muted: rgba(255, 255, 255, 0.75);
  --ba-line: rgba(24, 183, 255, 0.35);

  max-width: 980px;
  margin: 34px auto 0;
  width: 100%;
  border-collapse: collapse;
}

.ba-price-table th,
.ba-price-table td {
  padding: 18px 0;
  border: 1px solid var(--ba-line);
  vertical-align: middle;
}

.ba-price-table tr:first-child td,
.ba-price-table tr:first-child th {
  border: 1px solid var(--ba-line);
}

.ba-price-table th {
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: var(--ba-muted);
  padding-bottom: 12px;
  border-top: 0;
}

.ba-price-table td:first-child,
.ba-price-table th:first-child {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.35;
  color: var(--ba-text);
}

.ba-price-table td:last-child,
.ba-price-table th:last-child {
  padding-right: 20px;
  text-align: right;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  color: var(--ba-text);
}

@media (max-width: 991px) {
  .ba-price-table {
    max-width: 880px;
  }
  .ba-price-table td:first-child,
  .ba-price-table td:last-child {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .ba-price-table {
    margin-top: 22px;
  }
  .ba-price-table td {
    padding: 14px 0;
  }
  .ba-price-table td:first-child {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }
  .ba-price-table td:last-child {
    padding-right: 14px;
    font-size: 14px;
    padding-left: 14px;
  }
}

.ba-svc {
  padding: 28px 0;
}

.ba-svc__inner {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.ba-svc__card {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
}

.ba-svc__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.65);
  border-color: rgba(24, 183, 255, 0.35);
}

.ba-svc__card--primary {
  border-color: rgba(24, 183, 255, 0.35);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.62);
}

.ba-svc__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #0f0f0f;
}

.ba-svc__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ba-svc__body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.ba-svc__content {
  flex: 1 1 auto;
}

.ba-svc__title {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 8px;
}

.ba-svc__desc {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 0;
  min-height: 36px;
}

.ba-svc__cta {
  margin-top: auto;
  padding-top: 14px;
}

.ba-svc__order {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(24, 183, 255, 0.55);
  background: transparent;
  color: #18b7ff;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.ba-svc__order svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ba-svc__order:hover {
  background: #18b7ff;
  color: #0b0b0b;
  border-color: #18b7ff;
}

.ba-svc__order:active {
  transform: translateY(1px);
}

@media (max-width: 980px) {
  .ba-svc__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .ba-svc__inner {
    grid-template-columns: 1fr;
  }
  .ba-svc__desc {
    min-height: 0;
  }
  .ba-svc__order {
    height: 46px;
    font-size: 14px;
    border-radius: 10px;
  }
}

.ba-works {
  padding: 40px 0;
}

.ba-works__desc {
  max-width: 980px;
  margin: 14px auto 32px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.ba-works__grid {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ba-works__item {
  background: #111;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.ba-works__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.6);
}

.ba-works__item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.ba-works__caption {
  padding: 14px 14px 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 980px) {
  .ba-works__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-list--check li {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .ba-works__desc {
    font-size: 14px;
  }

  .ba-works__item img {
    height: 180px;
  }
}

.ba-reviews {
  padding: 10px 0;
}

.ba-reviews__wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
}

.ba-reviews__card {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}

.ba-reviews__head {
  padding: 18px 18px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ba-reviews__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 6px;
}

.ba-reviews__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(24, 183, 255, 0.14);
  border: 1px solid rgba(24, 183, 255, 0.35);
}

.ba-reviews__badge svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #18b7ff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ba-reviews__sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.ba-reviews__summary {
  padding: 14px 18px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.ba-reviews__score {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.ba-reviews__score-num {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.ba-reviews__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
}

.ba-reviews__star {
  width: 18px;
  height: 18px;
  fill: #f7c948;
}

.ba-reviews__count {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin-top: 2px;
}

.ba-reviews__chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ba-chip {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px 12px;
  min-width: 190px;
}

.ba-chip__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.ba-chip__label {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

.ba-chip__val {
  color: #7cff9b;
  font-weight: 800;
  font-size: 12px;
  white-space: nowrap;
}

.ba-chip__meta {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

/* list */
.ba-reviews__list {
  padding: 6px 0 0;
}

.ba-review {
  padding: 14px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 12px;
}

.ba-review__ava {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #0b0b0b;
  background: #18b7ff;
  flex: 0 0 36px;
}

.ba-review__body {
  min-width: 0;
  flex: 1 1 auto;
}

.ba-review__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ba-review__name {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.ba-review__date {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  white-space: nowrap;
}

.ba-review__stars {
  display: flex;
  gap: 3px;
  margin: 6px 0 8px;
}

.ba-review__stars svg {
  width: 16px;
  height: 16px;
  fill: #f7c948;
}

.ba-review__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.ba-reviews__more {
  display: none;
}
.ba-reviews.is-open .ba-reviews__more {
  display: block;
}

.ba-reviews__footer {
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: center;
}

.ba-reviews__morebtn {
  width: 100%;
  max-width: 420px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(24, 183, 255, 0.55);
  background: transparent;
  color: #18b7ff;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.ba-reviews__morebtn:hover {
  background: #18b7ff;
  color: #0b0b0b;
  border-color: #18b7ff;
}
.ba-reviews__morebtn:active {
  transform: translateY(1px);
}

@media (max-width: 991px) {
  .ba-chip {
    min-width: 160px;
  }
  .ba-reviews__score-num {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .ba-reviews__head {
    padding: 16px 14px 12px;
  }
  .ba-reviews__summary {
    padding: 12px 14px 14px;
  }
  .ba-review {
    padding: 12px 14px;
  }
  .ba-chip {
    width: 100%;
  }
  .ba-reviews__morebtn {
    max-width: none;
  }
}

.ba-advantages {
  padding: 44px 0;
}

.ba-advantages__desc {
  max-width: 1040px;
  margin: 14px auto 34px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.ba-advantages__phone {
  color: #18b7ff;
  text-decoration: none;
  border-bottom: 1px dotted rgba(24, 183, 255, 0.55);
}
.ba-advantages__phone:hover {
  border-bottom-color: transparent;
}

.ba-advantages__grid {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ba-adv {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 16px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.ba-adv:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.6);
  border-color: rgba(24, 183, 255, 0.22);
}

.ba-adv__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.ba-adv__icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(24, 183, 255, 0.1);
  border: 1px solid rgba(24, 183, 255, 0.28);
  color: #18b7ff;
}

.ba-adv__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.ba-adv__title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}

.ba-adv__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .ba-advantages__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 820px) {
  .ba-advantages__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .ba-advantages__grid {
    grid-template-columns: 1fr;
  }
  .ba-advantages__desc {
    font-size: 14px;
  }
}

.ba-brands {
  padding: 44px 0;
}

.ba-brands__desc {
  max-width: 1040px;
  margin: 14px auto 26px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.ba-brands__grid {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.ba-brand {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  display: flex;
  flex-direction: column;
}

.ba-brand:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.6);
  border-color: rgba(24, 183, 255, 0.22);
}

.ba-brand__media {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 14px 12px;
}

.ba-brand__img {
  width: 100%;
  height: 84px;
  object-fit: contain;
  display: block;
}

.ba-brand__body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}

.ba-brand__title {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
}

.ba-brand__meta {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
  margin: 0;
}

.ba-brand__cta {
  margin-top: auto;
}

.ba-brand__btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(24, 183, 255, 0.35);
  background: rgba(24, 183, 255, 0.1);
  color: #18b7ff;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.ba-brand__btn:hover {
  background: #18b7ff;
  color: #0b0b0b;
  border-color: #18b7ff;
  transform: translateY(-1px);
}

.ba-brand__btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ba-brands__footer {
  max-width: 1410px;
  margin: 18px auto 0;
  padding: 0 16px;
  text-align: center;
}

.ba-brands__morebtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
  border: 3px solid rgba(24, 183, 255, 0.55);
  background: transparent;
  color: #18b7ff;
}

.ba-brands__morebtn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(24, 183, 255, 0.25);
  transform: translateY(-1px);
}

.ba-brands__more {
  display: none;
}

@media (max-width: 1200px) {
  .ba-brands__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 980px) {
  .ba-brands__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .ba-brands__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ba-brand__img {
    height: 76px;
  }
}

.ba-brands.is-open .ba-brands__more {
  display: contents;
}

.ba-brands__footer {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.ba-brands__morebtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #18b7ff, #0f8fd1);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 10px 28px rgba(24, 183, 255, 0.35);
}

/* hover */
.ba-brands__morebtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(24, 183, 255, 0.55);
}

/* icon */
.ba-brands__moreicon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
}

.ba-brands__moreicon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  animation: baArrowPulse 1.8s infinite;
}

/* text */
.ba-brands__moretext {
  position: relative;
  z-index: 1;
  color: #fff;
}

/* subtle glow animation */
.ba-brands__morebtn::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.35),
    transparent 60%
  );
  opacity: 0.4;
  animation: baGlow 3.5s infinite;
}

/* animations */
@keyframes baArrowPulse {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes baGlow {
  0% {
    transform: translateX(-40%);
  }
  50% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(-40%);
  }
}

/* mobile */
@media (max-width: 520px) {
  .ba-brands__morebtn {
    width: 100%;
    justify-content: center;
  }
}

.ba-svc[data-svc-collapse]:not(.is-open)
  .ba-svc__inner
  > .ba-svc__card:nth-child(n + 9) {
  display: none;
}

.ba-svc__more {
  text-align: center;
  margin-top: 32px;
}

.ba-svc__toggle {
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
}
