*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  transition: all .3s;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Inter", sans-serif;
}

ul {
  list-style: none;
}

a {
  color: #000;
  cursor: pointer;
  text-decoration: unset;
}

.container {
  margin: 0 auto;
  padding: 0 18px;
  max-width: 1176px;
  display: flex;
  justify-content: center;
}

.header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.header__logo {
  gap: 10px;
  display: flex;
  align-items: center;
}
.header__logo-icon {
  width: 76px;
  height: 36px;
}
.header__logo-icon--mobile {
  display: none;
}
.header__logo-name {
  color: #2C5181;
  font-weight: 600;
  font-size: 22px;
}
.header__navigation {
  gap: 30px;
  display: flex;
  align-items: center;
}
.header__navigation-list {
  gap: 30px;
  display: flex;
  align-items: center;
}
.header__navigation-list a {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
.header__navigation-phone {
  background: #FA8E06;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 69px;
  border: 2px solid #FA8E06;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  width: fit-content;
  border-radius: 20px;
  box-shadow: 0 16px 5px 0 rgba(250, 142, 6, 0), 0 10px 4px 0 rgba(250, 142, 6, 0.01), 0 6px 3px 0 rgba(250, 142, 6, 0.05), 0 3px 3px 0 rgba(250, 142, 6, 0.09), 0 1px 1px 0 rgba(250, 142, 6, 0.1);
  padding: 17px 30px;
}
@media (max-width: 480px) {
  .header__navigation-phone {
    width: 100%;
    justify-content: center;
  }
}
@media (hover: hover) {
  .header__navigation-phone:hover {
    background-color: transparent;
    color: #FA8E06;
  }
  .header__navigation-phone:hover svg path {
    fill: #FA8E06;
  }
}
@media (hover: none) {
  .header__navigation-phone:active {
    background-color: #fff;
    color: #FA8E06;
  }
  .header__navigation-phone:active svg path {
    fill: #FA8E06;
  }
}
.header__navigation-close {
  display: none;
}
.header__toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header__toggle span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #FFFFFF;
  left: 5px;
  transition: transform .5s, opacity .5s, background-color .5s;
}
.header__toggle span:nth-child(1) {
  transform: translateY(-10px);
}
.header__toggle span:nth-child(3) {
  transform: translateY(10px);
}
.header.opened .header__navigation-close {
  display: block;
  background-color: transparent;
  position: absolute;
  bottom: -60px;
  max-width: 43px;
  width: 100%;
  height: 43px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.header.opened .header__inner {
  z-index: 11;
}
.header.opened .header__toggle span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.header.opened .header__toggle span:nth-child(2) {
  opacity: 0;
}
.header.opened .header__toggle span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}
.header.opened ~ main::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 111px;
  left: 0;
}
.header.opened ~ body {
  overflow-y: hidden;
}

.strengths {
  background: linear-gradient(90deg, #2E5383 0%, #2A4F7F 100%);
}
.strengths__inner {
  width: 100%;
  padding: 30px 0;
}
.strengths__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strengths__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.introduction {
  background: url("../../assets/images/introduction/bg.webp") no-repeat center;
  background-size: cover;
  padding: 140px 0 150px 0;
}

/* HM-10 conversion-focused refresh */
main {
  display: flex;
  flex-direction: column;
}
.introduction { order: 1; }
.services { order: 2; }
.testimonials { order: 3; }
.advantages { order: 4; }
.about { order: 5; }
.problems { order: 6; }
.contacts { order: 7; }
.faq { order: 8; }

.header__logo-icon,
.header__logo-icon--mobile,
.footer__bottom-logo__icon {
  object-fit: contain;
}
.introduction__title {
  max-width: 850px;
}
.introduction__call-label {
  margin: 28px 0 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.introduction__phone {
  margin-top: 0;
}
.services__location {
  margin: 10px 0 0;
  color: #fa8e06;
  font-weight: 700;
}

.advantages__block-card::after {
  display: none !important;
}
.advantages__block-card {
  padding-top: 30px;
}

.about__media {
  flex: 0 1 50%;
  min-width: 0;
}
.about__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 18px;
}

.testimonials__card {
  position: relative;
  min-height: 250px;
  padding: 76px 28px 28px;
  border: 1px solid #e7ebf0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(23, 47, 78, .08);
}
.testimonials__card::before {
  content: "A";
  position: absolute;
  top: 22px;
  left: 28px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #2c5181;
  color: #fff;
  font-weight: 800;
}
.testimonials__card:nth-child(2)::before { content: "S"; background: #fa8e06; }
.testimonials__card:nth-child(3)::before { content: "H"; background: #377a5c; }
.testimonials__card:nth-child(4)::before { content: "T"; background: #7557a8; }
.testimonials__card:nth-child(5)::before { content: "M"; background: #b35b45; }
.testimonials__card::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 26px;
  width: 34px;
  height: 34px;
  background: url("../../assets/images/testimonials/google-review.webp") center/contain no-repeat;
}
.testimonials__card-assessment {
  width: 104px;
  height: 20px;
  object-fit: contain;
  filter: sepia(1) saturate(8);
  position: absolute;
  top: 33px;
  left: 82px;
  margin: 0;
}
.testimonials__card-name {
  color: #172f4e;
  font-weight: 800;
}
.testimonials__buttons-prev,
.testimonials__buttons-next {
  border: 0;
  cursor: pointer;
}

.problems {
  padding: 96px 0;
  background: #f4f7fa;
}
.problems__head {
  max-width: 760px;
  margin-bottom: 34px;
}
.problems__head h2 {
  margin: 0 0 14px;
  color: #172f4e;
  font-size: 42px;
  line-height: 1.15;
}
.problems__head p,
.problems__grid p { color: #536273; }
.problems__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.problems__grid article {
  padding: 24px 20px;
  border: 1px solid #e3e9ef;
  border-radius: 14px;
  background: #fff;
}
.problems__grid span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 12px;
  background: #fff0dd;
  color: #d97000;
  font-weight: 800;
}
.problems__grid h3 { margin: 0 0 10px; color: #172f4e; font-size: 18px; }
.problems__grid p { margin: 0; font-size: 14px; line-height: 1.55; }

.contacts__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  padding: 0;
  overflow: hidden;
}
.contacts__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.contacts__info { align-self: center; padding: 54px; }
.contacts__eyebrow { margin: 0 0 12px; color: #fa8e06; font-weight: 800; }
.footer__company-info {
  max-width: 760px;
  margin: 32px auto 18px;
  padding: 16px 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.5;
}

.mobile-call { display: none !important; }
body.menu-opened .mobile-call { display: none !important; }

@media (max-width: 1024px) {
  .problems__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .header__navigation.opened .header__navigation-list { gap: 20px; }
  .header__navigation.opened .header__navigation-list__item a { font-size: 19px; line-height: 1.3; }
  .about__inner { gap: 30px; }
  .about__media { width: 100%; }
  .problems { padding: 68px 0; }
  .problems__head h2 { font-size: 34px; }
  .problems__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contacts__inner { grid-template-columns: 1fr; }
  .contacts__media img { min-height: 280px; max-height: 340px; }
  .contacts__info { padding: 36px 24px; }
  .mobile-call {
    position: fixed;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    left: auto;
    z-index: 900;
    display: inline-flex !important;
    width: auto;
    min-height: 52px;
    padding: 0 18px;
    gap: 9px;
    border-radius: 999px;
    background: #fa8e06;
    box-shadow: 0 10px 28px rgba(23,47,78,.28);
  }
  body.menu-opened .mobile-call { display: none !important; }
}
@media (max-width: 480px) {
  .introduction__title { font-size: 36px; }
  .problems__grid { grid-template-columns: 1fr; }
  .footer__bottom { justify-content: center; }
  .footer__bottom-logo { margin-inline: auto; }
}
.introduction__inner {
  width: 100%;
  color: #fff;
}
.introduction__location {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 24px;
  margin-bottom: 34px;
  border: 1px solid rgba(250, 142, 6, 0.85);
  border-radius: 999px;
  background: rgba(44, 81, 129, 0.82);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  box-shadow: 0 10px 24px rgba(44, 81, 129, 0.24);
  backdrop-filter: blur(4px);
}
.introduction__location-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.introduction__title {
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 24px;
}
.introduction__text {
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 28px;
  max-width: 535px;
}
.introduction__strengths {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 40px;
}
.introduction__strengths-item {
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  min-width: 280px;
  border-radius: 18px;
  background: rgba(43, 80, 128, 0.82);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  backdrop-filter: blur(2px);
}
.introduction__phone {
  background: #FA8E06;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 69px;
  border: 2px solid #FA8E06;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  width: fit-content;
  border-radius: 20px;
  box-shadow: 0 16px 5px 0 rgba(250, 142, 6, 0), 0 10px 4px 0 rgba(250, 142, 6, 0.01), 0 6px 3px 0 rgba(250, 142, 6, 0.05), 0 3px 3px 0 rgba(250, 142, 6, 0.09), 0 1px 1px 0 rgba(250, 142, 6, 0.1);
  font-size: 18px;
}
@media (max-width: 480px) {
  .introduction__phone {
    width: 100%;
    justify-content: center;
  }
}
@media (hover: hover) {
  .introduction__phone:hover {
    background-color: transparent;
    color: #FA8E06;
  }
  .introduction__phone:hover svg path {
    fill: #FA8E06;
  }
}
@media (hover: none) {
  .introduction__phone:active {
    background-color: #fff;
    color: #FA8E06;
  }
  .introduction__phone:active svg path {
    fill: #FA8E06;
  }
}

.advantages {
  padding: 110px 0;
  background: #F5F8FC;
}
.advantages__inner {
  width: 100%;
}
.advantages__head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}
.advantages__title {
  color: #2C5181;
  font-size: 52px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}
.advantages__text {
  color: #2C5181;
  font-size: 18px;
  line-height: 160%;
}
.advantages__block {
  display: contents;
}
.advantages__block:first-child {
  margin-bottom: 0;
}
.advantages__block-image {
  display: none;
}
.advantages__block-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.advantages__block-card {
  position: relative;
  color: #2C5181;
  background: #fff;
  text-align: left;
  box-shadow: 0 12px 30px rgba(44, 81, 129, 0.10);
  width: 100%;
  min-height: 230px;
  height: auto;
  padding: 32px 28px 30px;
  border: 1px solid rgba(44, 81, 129, 0.10);
  border-radius: 8px;
  overflow: hidden;
}
.advantages__block-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FA8E06;
}
.advantages__block-card::after {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(44, 81, 129, 0.12);
  font-size: 54px;
  font-weight: 800;
  line-height: 100%;
}
.advantages__block-card:nth-of-type(1)::after {
  content: "01";
}
.advantages__block-card:nth-of-type(2)::after {
  content: "02";
}
.advantages__block:last-child .advantages__block-card:nth-of-type(1)::after {
  content: "03";
}
.advantages__block:last-child .advantages__block-card:nth-of-type(2)::after {
  content: "04";
}
.advantages__block-card__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}
.advantages__block-card__title {
  position: relative;
  z-index: 1;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 14px;
}
.advantages__block-card__text {
  position: relative;
  z-index: 1;
  max-width: 440px;
  font-size: 16px;
  line-height: 155%;
}

.about {
  background: #2C5181;
  position: relative;
}
.about::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.about__inner {
  width: 100%;
  display: flex;
  align-items: center;
}
.about__column:first-child {
  padding-right: 20px;
}
.about__column:last-child {
  padding-left: 20px;
}
.about__column:nth-child(2) {
  background-color: #fff;
  text-align: center;
  color: #4174C3;
  padding: 0 15px;
  height: 100%;
  position: relative;
  z-index: 10;
}
.about__column-services {
  max-width: 325px;
  width: 100%;
}
.about__column-service:first-child {
  padding-bottom: 40px;
}
.about__column-service:last-child {
  padding-top: 40px;
}
.about__column-service__name {
  color: #E8AE5D;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.32px;
  margin-bottom: 18px;
}
.about__column-service__description {
  color: #FFF;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}
.about__column-service__phone {
  background: #FA8E06;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 69px;
  border: 2px solid #FA8E06;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  width: fit-content;
  border-radius: 20px;
  box-shadow: 0 16px 5px 0 rgba(250, 142, 6, 0), 0 10px 4px 0 rgba(250, 142, 6, 0.01), 0 6px 3px 0 rgba(250, 142, 6, 0.05), 0 3px 3px 0 rgba(250, 142, 6, 0.09), 0 1px 1px 0 rgba(250, 142, 6, 0.1);
  padding: 18px 19px;
}
@media (max-width: 480px) {
  .about__column-service__phone {
    width: 100%;
    justify-content: center;
  }
}
@media (hover: hover) {
  .about__column-service__phone:hover {
    background-color: transparent;
    color: #FA8E06;
  }
  .about__column-service__phone:hover svg path {
    fill: #FA8E06;
  }
}
@media (hover: none) {
  .about__column-service__phone:active {
    background-color: #fff;
    color: #FA8E06;
  }
  .about__column-service__phone:active svg path {
    fill: #FA8E06;
  }
}
.about__column-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
  color: #2C5181;
}
.about__column-text {
  font-size: 18px;
  line-height: 150%;
  max-width: 380px;
  margin-bottom: 34px;
}

.services {
  padding: 140px 0;
}
.services__inner {
  width: 100%;
}
.services__title {
  color: #2C5181;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .services__title {
    font-size: 32px;
  }
}
.services__text {
  text-align: center;
  max-width: 726px;
  color: #2C5181;
  font-size: 18px;
  line-height: 150%;
  margin: 0 auto 49px;
}
.services__block {
  display: flex;
  justify-content: space-between;
  gap: 13px;
}
.services__block-column {
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  padding: 18px 12px 21px 18px;
  max-width: 370px;
  width: 100%;
  height: fit-content;
}
.services__block-column:nth-child(2) {
  margin-top: 40px;
}
.services__block-column:nth-child(3) {
  margin-top: 80px;
}
.services__block-column .services__elem + .services__elem {
  margin-top: 24px;
}
.services__block-column .services__elem {
  display: flex;
  align-items: center;
  gap: 10px;
}
.services__block-column .services__elem + .services__block-column .services__elem {
  margin-top: 24px;
}
.services__block-column .services__elem-icon {
  width: 80px;
  height: 80px;
}
.services__block-column .services__elem-info__name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 6px;
}
.services__block-column .services__elem-info__description {
  color: #000;
  font-size: 14px;
  line-height: 140%;
}

.testimonials {
  background: #2C5181;
  padding: 70px 0;
}
.testimonials__inner {
  width: 100%;
  position: relative;
}
.testimonials__title {
  color: #2C5181;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .testimonials__title {
    font-size: 32px;
  }
}
.testimonials__text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  margin: 0 auto 50px;
  max-width: 607px;
}
.testimonials__cards {
  margin: 40px;
  justify-content: center;
  max-width: 1023px !important;
}
.testimonials__cards .swiper-wrapper {
  align-items: stretch;
}
.testimonials .swiper-slide {
  max-width: 331px !important;
  height: auto;
}
.testimonials__card {
  background: #fff;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 23px 34px 23px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
}
.testimonials__card-assessment {
  margin-bottom: 27px;
}
.testimonials__card-text {
  color: #2D2C2C;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 22px;
}
.testimonials__card-name {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-top: auto;
}
.testimonials__buttons-prev, .testimonials__buttons-next {
  background: #FA8E06;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.15);
  border: 2px solid #FA8E06;
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  bottom: 155px;
  cursor: pointer;
  border-radius: 10px;
}
.testimonials__buttons-prev {
  left: 0;
}
.testimonials__buttons-next {
  right: 6px;
}
.testimonials__pagination {
  display: flex;
  justify-content: center;
}
.testimonials__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #FA8E06;
}
.testimonials__pagination .swiper-pagination-bullet-active {
  background-color: #FA8E06;
}

.contacts {
  padding: 140px 0;
}
.contacts__inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.contacts__image {
  max-width: 500px;
}
.contacts__info-title {
  color: #2C5181;
  font-size: 32px;
  font-weight: 700;
  line-height: 53px;
  margin-bottom: 16px;
}
.contacts__info-text {
  color: #2C5181;
  font-size: 16px;
  line-height: 181%;
  margin-bottom: 34px;
  max-width: 605px;
}
.contacts__info-links {
  display: flex;
  align-items: center;
  gap: 56px;
  margin-bottom: 44px;
}
.contacts__info-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contacts__info-link-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2C5181;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts__info-link__group {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 24px;
}
.contacts__info-link__group strong {
  margin-top: 2px;
  color: #2C5181;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.contacts__info-phone {
  background: #FA8E06;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 69px;
  border: 2px solid #FA8E06;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  width: fit-content;
  border-radius: 20px;
  box-shadow: 0 16px 5px 0 rgba(250, 142, 6, 0), 0 10px 4px 0 rgba(250, 142, 6, 0.01), 0 6px 3px 0 rgba(250, 142, 6, 0.05), 0 3px 3px 0 rgba(250, 142, 6, 0.09), 0 1px 1px 0 rgba(250, 142, 6, 0.1);
}
@media (max-width: 480px) {
  .contacts__info-phone {
    width: 100%;
    justify-content: center;
  }
}
@media (hover: hover) {
  .contacts__info-phone:hover {
    background-color: transparent;
    color: #FA8E06;
  }
  .contacts__info-phone:hover svg path {
    fill: #FA8E06;
  }
}
@media (hover: none) {
  .contacts__info-phone:active {
    background-color: #fff;
    color: #FA8E06;
  }
  .contacts__info-phone:active svg path {
    fill: #FA8E06;
  }
}

.footer {
  background: #2C5181;
  padding: 90px 0 0 0;
}
.footer__inner {
  width: 100%;
  color: #fff;
  text-align: center;
}
.footer__supertitle {
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 6px;
  opacity: 0.6;
}
.footer__title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 19px;
}
.footer__text {
  max-width: 782px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 33px;
  opacity: 0.8;
}
.footer__phone {
  background: #FA8E06;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 69px;
  border: 2px solid #FA8E06;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  width: fit-content;
  border-radius: 20px;
  box-shadow: 0 16px 5px 0 rgba(250, 142, 6, 0), 0 10px 4px 0 rgba(250, 142, 6, 0.01), 0 6px 3px 0 rgba(250, 142, 6, 0.05), 0 3px 3px 0 rgba(250, 142, 6, 0.09), 0 1px 1px 0 rgba(250, 142, 6, 0.1);
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .footer__phone {
    width: 100%;
    justify-content: center;
  }
}
@media (hover: hover) {
  .footer__phone:hover {
    background-color: transparent;
    color: #FA8E06;
  }
  .footer__phone:hover svg path {
    fill: #FA8E06;
  }
}
@media (hover: none) {
  .footer__phone:active {
    background-color: #fff;
    color: #FA8E06;
  }
  .footer__phone:active svg path {
    fill: #FA8E06;
  }
}
.footer__copyright {
  opacity: .8;
  font-size: 14px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__copyright-links {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__copyright-links a {
  color: #fff;
}
.footer__divider {
  opacity: .2;
}
.footer__bottom {
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__bottom-logo__icon {
  width: 76px;
  height: 36px;
}
.footer__bottom-logo__name {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}
.footer__bottom-navigation__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer__bottom-navigation__list li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
.footer__bottom-social {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer__bottom-social a {
  width: 45px;
  height: 45px;
  border: 2px solid #FFFFFF33;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .advantages__block-card {
    padding: 17px;
  }

  .testimonials__buttons-prev, .testimonials__buttons-next {
    display: none;
  }
}
@media (max-width: 1100px) {
  .header__navigation-phone {
    display: none;
  }

  .advantages__block-image {
    display: none;
  }
  .advantages__block-cards {
    width: 100%;
  }
  .advantages__block-card {
    max-width: unset;
    width: 49%;
  }
  .advantages__block-card__text {
    margin: 0 auto;
  }

  .services__block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .services__block-column {
    max-width: 359px;
  }
  .services__block-column:nth-child(2) {
    margin-top: unset;
  }
  .services__block-column:nth-child(3) {
    margin-top: unset;
  }

  .contacts__image {
    max-width: 400px;
  }

  .footer__bottom-navigation__list {
    gap: 15px;
  }
  .footer__bottom-social {
    display: none;
  }
}
@media (max-width: 1000px) {
  .strengths {
    display: none;
  }

  .about__column:first-child {
    padding: 20px 20px 20px 0;
  }
  .about__column:last-child {
    padding: 20px 0 20px 20px;
  }
  .about__column:nth-child(2) .about__column-image {
    width: 100%;
  }
  .about__column-service__phone {
    display: none;
  }
}
@media (max-width: 920px) {
  .contacts__image {
    display: none;
  }
  .contacts__info-text {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  main.menu-opened::before {
    top: 0;
    left: 0;
    content: '';
    z-index: 10;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: #393939B2;
  }

  .header {
    z-index: 100;
    position: relative;
    background-color: #2D5282;
  }
  .header__inner {
    padding: 20px 0;
  }
  .header__logo-icon {
    display: none;
  }
  .header__logo-icon--mobile {
    width: 60px;
    height: 35px;
    display: block;
  }
  .header__logo-name {
    color: #fff;
    font-size: 20px;
  }
  .header__navigation {
    display: none;
    padding: 60px 18px 46px 18px;
  }
  .header__navigation.opened {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .header__navigation.opened .header__navigation-list {
    gap: 74px;
    align-items: unset;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(44, 81, 129, 0.2);
    margin-bottom: 45px;
  }
  .header__navigation.opened .header__navigation-list__item a {
    font-size: 32px;
    font-weight: 700;
  }
  .header__navigation-phone {
    display: flex;
  }
  .header__toggle {
    display: block;
  }

  .introduction__title {
    font-size: 51px;
  }
  .introduction__text {
    font-size: 21px;
  }

  .advantages {
    padding: 40px 0;
  }
  .advantages__block {
    flex-wrap: wrap;
  }
  .advantages__block:last-child {
    flex-direction: column-reverse;
  }
  .advantages__block-image {
    width: 100%;
    object-fit: cover;
    display: block;
    height: unset;
  }
  .advantages__block-cards {
    align-items: unset;
  }
  .advantages__block-card {
    height: unset;
  }

  .about {
    padding: 40px 0;
    position: unset;
  }
  .about::before {
    content: unset;
  }
  .about__inner {
    gap: 40px;
    flex-direction: column;
  }
  .about__column-services {
    max-width: unset;
  }
  .about__column:first-child {
    padding: unset;
    width: 100%;
  }
  .about__column:first-child .about__column-services {
    gap: 20px;
    display: flex;
    justify-content: space-between;
  }
  .about__column:last-child {
    padding: unset;
    width: 100%;
  }
  .about__column:last-child .about__column-services {
    gap: 20px;
    display: flex;
    justify-content: space-between;
  }
  .about__column:nth-child(2) {
    order: -1;
    background-color: transparent;
    padding: unset;
  }
  .about__column:nth-child(2) .about__column-title {
    color: #E8AE5D;
  }
  .about__column:nth-child(2) .about__column-text {
    color: #fff;
    max-width: unset;
    margin-bottom: unset;
  }
  .about__column:nth-child(2) .about__column-image {
    display: none;
  }
  .about__column-service {
    max-width: 320px;
  }
  .about__column-service:first-child {
    padding: unset;
  }
  .about__column-service:last-child {
    padding: unset;
  }
  .about__column-service__phone {
    display: flex;
  }

  .services {
    padding: 40px 0;
  }
  .services__block-column {
    max-width: unset;
  }

  .testimonials {
    padding: 40px 0;
  }

  .contacts {
    padding: 40px 0;
  }

  .footer {
    padding-top: 40px;
  }
  .footer__divider {
    display: none;
  }
  .footer__bottom {
    display: none;
  }
}
@media (max-width: 700px) {
  .about__column-services {
    flex-direction: column;
  }
  .about__column:first-child .about__column-services {
    gap: 40px;
  }
  .about__column:first-child .about__column-service:last-child {
    margin-left: auto;
  }
  .about__column:last-child .about__column-services {
    gap: 40px;
  }
  .about__column:last-child .about__column-services .about__column-service:last-child {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .introduction {
    padding: 40px 0;
  }
  .introduction__location {
    justify-content: center;
    width: fit-content;
    margin: 0 auto 24px;
    padding: 10px 18px;
    font-size: 16px;
    text-align: center;
  }
  .introduction__title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 18px;
  }
  .introduction__text {
    font-size: 18px;
    text-align: center;
  }
  .introduction__strengths {
    gap: 12px;
    display: flex;
    margin-bottom: 32px;
  }
  .introduction__strengths-item {
    gap: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 17px 20px;
    border-radius: 20px;
    background: rgba(43, 80, 128, 0.8);
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
  }

  .advantages__block-image {
    height: 357px;
  }
  .advantages__block-card {
    padding: 10px;
    text-align: unset;
  }
  .advantages__block-card__icon {
    width: 79px;
    height: 79px;
    margin-bottom: 13px;
  }
  .advantages__block-card__title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .advantages__block-card__text {
    font-size: 12px;
    max-width: unset;
  }

  .about__column:last-child .about__column-service:last-child .about__column-service__phone {
    display: flex;
    margin-top: 24px;
  }
  .about__column:nth-child(2) .about__column-title {
    font-size: 32px;
  }
  .about__column:nth-child(2) .about__column-text {
    line-height: 160%;
    margin-bottom: 18px;
  }
  .about__column:nth-child(2) .about__column-image {
    width: 100%;
    display: block;
  }
  .about__column-service__description {
    margin-bottom: unset;
  }
  .about__column-service__phone {
    display: none;
  }

  .services__title {
    margin-bottom: 18px;
  }
  .services__text {
    margin-bottom: 40px;
  }
  .services__block-column .services__elem {
    gap: 6px;
  }

  .testimonials__text {
    margin-bottom: 40px;
  }

  .contacts__inner {
    flex-wrap: wrap;
  }
  .contacts__image {
    width: 100%;
    display: block;
    max-width: unset;
  }
  .contacts__info-title {
    line-height: 40px;
    text-align: center;
    margin-bottom: 24px;
  }
  .contacts__info-text {
    text-align: center;
  }
  .contacts__info-links {
    margin: 0 auto;
    max-width: 338px;
    justify-content: space-between;
  }
  .contacts__info-link {
    gap: 15px;
    text-align: center;
    flex-direction: column;
  }
  .contacts__info-link__group {
    gap: 7px;
    display: flex;
    flex-direction: column;
  }
  .contacts__info-phone {
    display: none;
  }

  .footer__supertitle {
    font-size: 10px;
    margin-bottom: 12px;
    letter-spacing: 0;
  }
  .footer__title {
    font-size: 28px;
    letter-spacing: 0;
  }
  .footer__text {
    font-size: 14px;
    line-height: 28px;
  }
  .footer__phone {
    padding: 16.5px 0;
  }
  .footer__divider {
    display: block;
  }
  .footer__bottom {
    gap: 50px;
    display: flex;
    flex-direction: column;
  }
  .footer__bottom-logo__name {
    font-size: 34px;
  }
  .footer__bottom-navigation__list {
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__bottom-social {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 375px) {
  .introduction__phone{
    padding: 24px 0px;
  }
  .introduction__strengths-item {
    font-size: 13px;
  }

  .advantages__block-image {
    height: unset;
  }
  .advantages__block-cards {
    flex-wrap: wrap;
  }
  .advantages__block-card {
    width: 100%;
    text-align: center;
  }

  .services__block-column .services__elem-icon {
    width: 60px;
    height: 60px;
  }
  .services__block-column .services__elem-info__name {
    font-size: 14px;
  }
  .services__block-column .services__elem-info__description {
    font-size: 12px;
  }

  .contacts__inner {
    gap: 20px;
  }
  .contacts__info-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .contacts__info-text {
    font-size: 14px;
  }
  .contacts__info-links {
    justify-content: center;
  }
  .contacts__info-link__group {
    display: none;
  }

  .footer__title {
    font-size: 21px;
  }
  .footer__bottom {
    gap: 40px;
  }
  .footer__bottom-logo__name {
    font-size: 26px;
  }
  .footer__bottom-navigation__list {
    gap: 30px;
  }
  .footer__bottom-navigation__list li {
    width: 100%;
  }
}
@media (hover: hover) {
  .header__logo:hover {
    opacity: .6;
  }
  .header__navigation-list li a:hover {
    color: #FA8E06;
  }

  .testimonials__buttons-prev:hover, .testimonials__buttons-next:hover {
    background-color: #2C5181;
  }
  .testimonials__buttons-prev:hover svg path, .testimonials__buttons-next:hover svg path {
    fill: #FA8E06;
  }

  .contacts__info-link:hover {
    opacity: .6;
  }

  .footer__copyright-links a:hover {
    color: #FA8E06;
  }
  .footer__bottom-logo:hover {
    opacity: .6;
  }
  .footer__bottom-navigation__list li a:hover {
    color: #FA8E06;
  }
  .footer__bottom-social a:hover {
    opacity: .4;
  }
}
@media (hover: none) {
  .header__logo:active {
    opacity: .6;
  }
  .header__navigation-list li a:active {
    color: #FA8E06;
  }

  .testimonials__buttons-prev:active, .testimonials__buttons-next:active {
    background-color: #fff;
  }
  .testimonials__buttons-prev:active svg path, .testimonials__buttons-next:active svg path {
    fill: #FA8E06;
  }

  .contacts__info-link:active {
    opacity: .6;
  }

  .footer__copyright-links a:active {
    color: #FA8E06;
  }
  .footer__bottom-logo:active {
    opacity: .6;
  }
  .footer__bottom-navigation__list li a:active {
    color: #FA8E06;
  }
  .footer__bottom-social a:active {
    opacity: .4;
  }
}

.header__navigation-phone,
.introduction__phone,
.about__column-service__phone,
.contacts__info-phone,
.footer__phone,
.faq__phone {
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  max-width: 100%;
}

.introduction__text {
  letter-spacing: 0;
  max-width: 720px;
}

.advantages__block-card__title,
.about__column-service__name,
.footer__supertitle,
.footer__title {
  letter-spacing: 0;
}

.faq {
  padding: 110px 0;
  background: #F5F8FC;
}
.faq__inner {
  width: 100%;
}
.faq__title {
  color: #2C5181;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 34px;
}
.faq__list {
  max-width: 860px;
  margin: 0 auto 34px;
  display: grid;
  gap: 14px;
}
.faq__item {
  background: #fff;
  border: 1px solid rgba(44, 81, 129, 0.14);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(44, 81, 129, 0.08);
  overflow: hidden;
}
.faq__item summary {
  cursor: pointer;
  color: #2C5181;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  padding: 22px 24px;
}
.faq__item p {
  color: #3A3A3A;
  font-size: 16px;
  line-height: 160%;
  padding: 0 24px 24px;
}
.faq__phone {
  background: #FA8E06;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 69px;
  border: 2px solid #FA8E06;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  width: fit-content;
  border-radius: 20px;
  box-shadow: 0 16px 5px 0 rgba(250, 142, 6, 0), 0 10px 4px 0 rgba(250, 142, 6, 0.01), 0 6px 3px 0 rgba(250, 142, 6, 0.05), 0 3px 3px 0 rgba(250, 142, 6, 0.09), 0 1px 1px 0 rgba(250, 142, 6, 0.1);
  margin: 0 auto;
}

.mobile-call {
  display: none;
}

@media (max-width: 768px) {
  .faq {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .faq__title {
    font-size: 32px;
  }
  .faq__item summary {
    font-size: 16px;
    padding: 18px;
  }
  .faq__item p {
    font-size: 14px;
    padding: 0 18px 18px;
  }
  .faq__phone {
    width: 100%;
    padding: 18px;
  }
  .mobile-call {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: 14px;
    z-index: 120;
    min-height: 58px;
    border-radius: 18px;
    background: #FA8E06;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  }
  .footer__supertitle,
  .footer__title {
    letter-spacing: 0;
  }
}

.advantages__block:first-of-type .advantages__block-cards {
  margin-bottom: 18px;
}
.advantages__block:last-of-type .advantages__block-cards {
  margin-top: 18px;
}
.advantages__block-image {
  display: none;
}

@media (max-width: 1100px) {
  .advantages__block-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .advantages__block-card {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .advantages {
    padding: 56px 0;
  }
  .advantages__head {
    margin-bottom: 30px;
  }
  .advantages__title {
    font-size: 38px;
  }
}

@media (max-width: 560px) {
  .advantages__block-cards {
    grid-template-columns: 1fr;
  }
  .advantages__block-card {
    min-height: unset;
    padding: 28px 22px 24px;
    text-align: left;
  }
  .advantages__block-card__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
  }
  .advantages__block-card__title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .advantages__block-card__text {
    font-size: 15px;
  }
}

.about {
  padding: 110px 0;
  background: #2C5181;
}
.about::before {
  content: none;
}
.about__inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: stretch;
}
.about__content {
  min-height: 100%;
  padding: 42px 38px;
  border-radius: 8px;
  background: #fff;
  color: #2C5181;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}
.about__column-title {
  color: #2C5181;
  font-size: 52px;
  line-height: 120%;
  margin-bottom: 20px;
}
.about__column-text {
  max-width: none;
  color: #2C5181;
  font-size: 18px;
  line-height: 165%;
  margin-bottom: 32px;
}
.about__main-phone {
  background: #FA8E06;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 28px;
  border: 2px solid #FA8E06;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  width: fit-content;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 16px 5px 0 rgba(250, 142, 6, 0), 0 10px 4px 0 rgba(250, 142, 6, 0.01), 0 6px 3px 0 rgba(250, 142, 6, 0.05), 0 3px 3px 0 rgba(250, 142, 6, 0.09), 0 1px 1px 0 rgba(250, 142, 6, 0.1);
}
.about__column-services {
  max-width: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.about__column-service {
  position: relative;
  min-height: 190px;
  padding: 30px 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}
.about__column-service:first-child,
.about__column-service:last-child {
  padding: 30px 26px;
}
.about__column-service::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 26px;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: #FA8E06;
}
.about__column-service__name {
  color: #fff;
  font-size: 26px;
  line-height: 120%;
  margin: 24px 0 14px;
  letter-spacing: 0;
}
.about__column-service__description {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 155%;
  margin-bottom: 0;
}
.about__column-service__phone {
  display: none;
}

@media (hover: hover) {
  .about__main-phone:hover {
    background-color: transparent;
    color: #FA8E06;
  }
}

@media (max-width: 900px) {
  .about {
    padding: 64px 0;
  }
  .about__inner {
    grid-template-columns: 1fr;
  }
  .about__content {
    padding: 34px 28px;
  }
}

@media (max-width: 560px) {
  .about {
    padding: 48px 0;
  }
  .about__content {
    padding: 28px 22px;
  }
  .about__column-title {
    font-size: 34px;
  }
  .about__column-text {
    font-size: 16px;
  }
  .about__main-phone {
    width: 100%;
  }
  .about__column-services {
    grid-template-columns: 1fr;
  }
  .about__column-service {
    min-height: unset;
    padding: 28px 22px;
  }
  .about__column-service:first-child,
  .about__column-service:last-child {
    padding: 28px 22px;
  }
  .about__column-service::before {
    top: 28px;
    left: 22px;
  }
  .about__column-service__name {
    font-size: 22px;
  }
}

.faq {
  padding: 110px 0;
  background: #F5F8FC;
}
.faq__inner {
  width: 100%;
}
.faq__title {
  color: #2C5181;
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 38px;
}
.faq__list {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
.faq__item {
  border-radius: 8px;
  border: 1px solid rgba(44, 81, 129, 0.12);
  box-shadow: 0 10px 26px rgba(44, 81, 129, 0.08);
}
.faq__item summary {
  position: relative;
  list-style: none;
  padding: 24px 58px 24px 24px;
}
.faq__item summary::-webkit-details-marker {
  display: none;
}
.faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  color: #FA8E06;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}
.faq__item[open] summary::after {
  content: "-";
}

@media (max-width: 900px) {
  .faq {
    padding: 64px 0;
  }
}

@media (max-width: 560px) {
  .faq {
    padding: 48px 0;
  }
  .faq__title {
    font-size: 34px;
    margin-bottom: 28px;
  }
  .faq__item summary {
    padding: 20px 50px 20px 18px;
  }
  .faq__item summary::after {
    right: 18px;
  }
}

.contacts {
  padding: 110px 0;
  background: #F5F8FC;
}
.contacts__inner {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contacts__image {
  display: none;
}
.contacts__info {
  width: 100%;
  max-width: 860px;
  padding: 44px 38px;
  border-radius: 8px;
  background: #fff;
  color: #2C5181;
  text-align: center;
  box-shadow: 0 12px 30px rgba(44, 81, 129, 0.10);
}
.contacts__info-title {
  color: #2C5181;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 18px;
}
.contacts__info-text {
  color: #2C5181;
  max-width: 680px;
  font-size: 18px;
  line-height: 165%;
  margin: 0 auto 32px;
}
.contacts__info-phone {
  padding: 24px 34px;
  font-size: 18px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .contacts {
    padding: 64px 0;
  }
}

@media (max-width: 560px) {
  .contacts {
    padding: 48px 0;
  }
  .contacts__info {
    padding: 30px 22px;
  }
  .contacts__info-title {
    font-size: 34px;
    text-align: center;
  }
  .contacts__info-text {
    font-size: 16px;
    text-align: center;
  }
  .contacts__info-phone {
    width: 100%;
    padding: 20px;
  }
  .footer {
    padding-bottom: 60px;
  }
}

/* HM-10 final cascade overrides */
.advantages__block-card::after { display: none !important; }
.header__navigation-close { border: 0; padding: 0; cursor: pointer; }
.header__navigation-close img { display: block; }
.testimonials__card-assessment { position: absolute; top: 33px; left: 82px; width: 104px; height: 20px; margin: 0; object-fit: contain; }
.testimonials__card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 270px !important;
  padding: 92px 24px 28px !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}
.testimonials__card::before { top: 24px !important; left: 24px !important; }
.testimonials__card::after { top: 28px !important; right: 24px !important; }
.testimonials__card-assessment {
  position: absolute !important;
  top: 35px !important;
  left: 78px !important;
  width: 104px !important;
  height: 18px !important;
  margin: 0 !important;
  object-fit: contain !important;
}
.testimonials__card-text { margin: 0 0 24px !important; }
.testimonials__card-name { margin-top: auto !important; }
.services__location {
  display: flex !important;
  width: fit-content !important;
  margin: 18px auto 20px !important;
  padding: 8px 14px !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff2e2;
  color: #d96f00 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center;
}
.about__media { flex: 0 1 50%; min-width: 0; }
.about__media img { display: block; width: 100%; height: 100%; max-height: 520px; object-fit: cover; border-radius: 18px; }
.contacts__inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); padding: 0; overflow: hidden; }
.contacts__media img { display: block; width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.contacts__info { align-self: center; padding: 54px; }
.footer__company-info { max-width: 760px; margin: 32px auto 18px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.5; }
.mobile-call { display: none !important; }
@media (max-width:768px) {
  .header__navigation.opened .header__navigation-list { gap: 20px; }
  .header__navigation.opened .header__navigation-list__item a { font-size: 19px; line-height: 1.3; }
  .contacts__inner { grid-template-columns: 1fr; }
  .contacts__media img { min-height: 280px; max-height: 340px; }
  .contacts__info { padding: 36px 24px; }
  .mobile-call {
    position: fixed !important;
    right: max(20px,env(safe-area-inset-right)) !important;
    bottom: max(24px,env(safe-area-inset-bottom)) !important;
    left: auto !important;
    top: auto !important;
    z-index: 900 !important;
    display: inline-flex !important;
    width: max-content !important;
    max-width: calc(100vw - 40px) !important;
    height: 54px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 20px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fa8e06 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    box-shadow: 0 10px 28px rgba(23,47,78,.28) !important;
  }
  .mobile-call svg { width: 18px !important; height: 18px !important; flex: 0 0 18px; }
  .mobile-call span { color: #fff !important; white-space: nowrap; }
  body.menu-opened .mobile-call { display: none !important; }
}
@media (max-width:480px) {
  .footer__bottom { justify-content: center; }
  .footer__bottom-logo { margin-inline: auto; }
}

/* HM-10 manager revisions: branded lockup and readable review hierarchy */
.header__logo-name,
.footer__bottom-logo__name {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  line-height: 1;
  text-transform: none;
}
.header__logo-name strong,
.footer__bottom-logo__name strong {
  color: inherit;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .01em;
}
.header__logo-name small,
.footer__bottom-logo__name small {
  color: #fa8e06;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}
.testimonials__card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 270px !important;
  padding: 26px 24px 28px !important;
  overflow: hidden !important;
}
.testimonials__card::before,
.testimonials__card::after { display: none !important; content: none !important; }
.testimonials__card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.testimonials__avatar {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #fa8e06;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.testimonials__identity { min-width: 0; }
.testimonials__card-name {
  margin: 0 !important;
  color: #172f4e;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.testimonials__identity time {
  display: block;
  margin-top: 4px;
  color: #7a8490;
  font-size: 12px;
  line-height: 1;
}
.testimonials__google {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  margin-left: auto;
  object-fit: contain;
}
.testimonials__stars {
  margin: 18px 0 14px;
  color: #f5a400;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1;
}
.testimonials__card-text { margin: 0 !important; }
.testimonials__card-assessment { display: none !important; }
@media (max-width: 480px) {
  .header__logo-name strong,
  .footer__bottom-logo__name strong { font-size: 17px; }
  .header__logo-name small,
  .footer__bottom-logo__name small { font-size: 7px; }
}

/* HM-10: one compact brand lockup in header and footer on every viewport */
.header__logo-icon,
.footer__bottom-logo__icon {
  display: block;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.header__logo-icon--mobile { display: none !important; }
.footer__bottom-logo { color: #fff; }

@media (max-width: 768px) {
  .header__inner { padding-block: 12px; }
  .header__logo { gap: 9px; }
  .header__logo-icon {
    display: block !important;
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
  .header__logo-name { color: #fff; gap: 3px; }
  .header__logo-name strong { font-size: 17px; white-space: nowrap; }
  .header__logo-name small { font-size: 6.5px; letter-spacing: .055em; }

  .footer__divider { display: block !important; }
  .footer__bottom {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    padding: 28px 0 16px;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .footer__bottom-logo {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-inline: auto;
  }
  .footer__bottom-logo__icon {
    display: block !important;
    flex-basis: 54px;
    width: 54px;
    height: 54px;
  }
  .footer__bottom-logo__name { display: flex !important; color: #fff; gap: 3px; }
  .footer__bottom-logo__name strong { font-size: 18px; white-space: nowrap; }
  .footer__bottom-logo__name small { font-size: 7px; letter-spacing: .055em; }
  .footer__bottom-navigation { display: none; }
}

.problems__grid .problems__icon{overflow:hidden;padding:3px}
.problems__grid .problems__icon img{display:block;width:36px;height:36px;object-fit:contain}


/* HM ultrawide hero guard: keep the 1536px source from being enlarged across 2K/4K screens. */
@media (min-width: 1800px) {
  .introduction {
    background-color: #0a2441;
    background-position: right center;
    background-size: 1700px auto;
  }
}
