*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: #2A3F51;
  background: #f7faf9;
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

p {
  color: #60737d;
  font-size: 18px;
  line-height: 1.6;
}

h1,
h2,
h3 {
  color: #2A3F51;
  letter-spacing: 0;
}

h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.14;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 22px;
}

.logo-anchor {
  display: flex !important;
  align-items: center !important;
  min-width: 0;
}

.logo-anchor:hover {
  opacity: .78;
}

.logo-anchor img {
  width: 68px !important;
  height: 48px !important;
  flex: 0 0 auto;
  margin-right: 5px !important;
  object-fit: contain;
}

.logo-anchor__text {
  min-width: 0;
  color: #2A3F51 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: left !important;
}

.logo-anchor__text-title {
  overflow-wrap: anywhere;
  color: inherit;
  font-size: 23px !important;
  line-height: 1 !important;
  text-align: left !important;
}

.logo-anchor.logo-anchor--light .logo-anchor__text {
  color: #fff !important;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(42, 63, 81, .12);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}

.header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.header__menu {
  margin-left: auto;
  font-size: 15px;
  font-weight: 700;
}

.header__menu ul {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__menu a {
  color: #2A3F51;
}

.header__menu a:hover {
  color: #E74C3C;
}

.header__phone,
.introduction__main-info__phone,
.poster__info-phone,
.service__list-item__link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #E74C3C;
  border-radius: 0;
  background: #E74C3C;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 14px 34px rgba(231, 76, 60, .24);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.header__phone {
  padding: 0 18px;
  white-space: nowrap;
}

.header__phone:hover,
.introduction__main-info__phone:hover,
.poster__info-phone:hover,
.service__list-item__link:hover {
  background: #c93d2f;
  box-shadow: 0 18px 38px rgba(231, 76, 60, .32);
}

.header__switch-button {
  display: none;
}

.introduction {
  position: relative;
  overflow: hidden;
  padding: 86px 0 82px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .42) 48%, rgba(0, 0, 0, .18)),
    url("../../assets/images/introduction/introduction-bg.webp") center right / cover no-repeat;
}

.introduction::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 80px solid rgba(255, 255, 255, .08);
  border-radius: 0;
  content: "";
}

.introduction__layout {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.introduction__main-info {
  max-width: 780px;
}

.introduction__eyebrow,
.section-heading span,
.poster__info span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  border-radius: 0;
  background: rgba(231, 76, 60, .1);
  color: #E74C3C;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.introduction__eyebrow {
  padding: 9px 13px;
  background: rgba(255, 255, 255, .14);
  color: #d8fffb;
}

.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(231, 76, 60, .85);
  border-radius: 999px;
  background: rgba(0, 0, 0, .58);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  box-shadow: 0 10px 24px rgba(42, 63, 81, .24);
  backdrop-filter: blur(4px);
}

.introduction__location-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.introduction__main-info__title {
  max-width: 780px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 800;
  line-height: .98;
}

.introduction__main-info__text {
  max-width: 680px;
  margin-bottom: 26px;
  color: #d8e8e8;
  font-size: 20px;
}

.introduction__main-info__list {
  display: grid;
  gap: 12px;
  max-width: 650px;
  margin-bottom: 34px;
}

.introduction__main-info__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #eef9f7;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.introduction__main-info__list img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 2px;
}

.introduction__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.introduction__main-info__phone,
.poster__info-phone {
  min-width: 190px;
  padding: 0 24px;
}

.introduction__secondary-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 0;
  padding: 0 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.introduction__secondary-link:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .12);
}

.introduction__panel-card,
.advantages__step,
.service__list-item,
.feedback__list-item,
.faq__list-elem {
  border: 1px solid rgba(42, 63, 81, .1);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 22px 60px rgba(42, 63, 81, .08);
}

.introduction__panel-card {
  padding: 28px;
}

.introduction__panel-card span {
  display: block;
  margin-bottom: 12px;
  color: #E74C3C;
  font-size: 14px;
  font-weight: 800;
}

.introduction__panel-card strong {
  display: block;
  margin-bottom: 14px;
  color: #2A3F51;
  font-size: 26px;
  line-height: 1.16;
}

.introduction__panel-card p {
  font-size: 16px;
}

.introduction__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.introduction__stats div {
  min-height: 122px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  padding: 18px;
  background: rgba(255, 255, 255, .92);
}

.introduction__stats strong {
  color: #E74C3C;
  font-size: 36px;
  line-height: 1;
}

.introduction__stats span {
  margin-top: 8px;
  color: #48616b;
  font-size: 14px;
  font-weight: 800;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading span,
.poster__info span {
  padding: 8px 12px;
}

.section-heading h2 {
  margin-bottom: 16px;
}

.section-heading--center span {
  margin-right: auto;
  margin-left: auto;
}

.advantages {
  padding: 92px 0;
  background: #fff;
}

.advantages__inner {
  display: grid;
  grid-template-columns: minmax(280px, 460px) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.advantages__image {
  position: relative;
}

.advantages__image img {
  width: 100%;
  min-height: 440px;
  border-radius: 0;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(42, 63, 81, .14);
}

.advantages__image-experience {
  position: absolute;
  right: -20px;
  bottom: 26px;
  width: 164px;
  border-radius: 0;
  padding: 18px;
  background: #fff;
  color: #48616b;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 18px 45px rgba(42, 63, 81, .18);
}

.advantages__image-experience span {
  display: block;
  color: #E74C3C;
  font-size: 46px;
  line-height: 1;
}

.advantages__steps {
  display: grid;
  gap: 18px;
}

.advantages__step {
  position: relative;
  padding: 26px 28px 26px 82px;
}

.advantages__step span {
  position: absolute;
  top: 28px;
  left: 26px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: rgba(231, 76, 60, .1);
  color: #E74C3C;
  font-size: 14px;
  font-weight: 800;
}

.advantages__step h3,
.service__list-item__name {
  margin-bottom: 10px;
  color: #2A3F51;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

.advantages__step p {
  font-size: 16px;
}

.service {
  padding: 86px 0 92px;
  background: #F4F4F4;
}

.service__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service__list-item {
  min-height: 312px;
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.service__list-item__icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 0;
  background: #f7fbfa;
}

.service__list-item__icon img {
  width: 32px;
  height: 32px;
}

.service__list-item__description {
  flex: 1;
  margin-bottom: 20px;
  font-size: 16px;
}

.service__list-item__link {
  width: 100%;
  min-height: 42px;
  box-shadow: none;
}

.poster {
  overflow: hidden;
  background: #2A3F51;
  color: #fff;
}

.poster__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.poster__inner .container {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
}

.poster__info {
  position: relative;
  z-index: 1;
  max-width: 650px;
  padding: 58px 0;
}

.poster__info span {
  background: rgba(255, 255, 255, .12);
  color: #d8fffb;
}

.poster__info-title {
  margin-bottom: 16px;
  color: #fff;
}

.poster__info-text {
  max-width: 560px;
  margin-bottom: 28px;
  color: #d8e8e8;
}

.poster__image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 520px;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.faq {
  padding: 86px 0 72px;
  background: #fff;
}

.faq__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.faq__list-column {
  display: grid;
  gap: 18px;
  align-content: start;
}

.faq__list-elem {
  overflow: hidden;
  box-shadow: none;
}

.faq__list-elem__question {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  color: #2A3F51;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.faq__list-elem__question button {
  position: relative;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border: 0;
  border-radius: 0;
  background: rgba(231, 76, 60, .1);
  cursor: pointer;
}

.faq__list-elem__question button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 0;
  background: #E74C3C;
  transform: translate(-50%, -50%);
}

.faq__list-elem__question button .first-line {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__list-elem.opened .first-line {
  transform: translate(-50%, -50%) rotate(0);
}

.faq__list-elem__answer {
  height: 0;
  overflow: hidden;
  padding: 14px 22px 0;
  color: #60737d;
  font-size: 16px;
  line-height: 1.6;
}

.faq__list-elem.opened .faq__list-elem__answer {
  border-top: 1px solid rgba(42, 63, 81, .1);
}

.feedback {
  overflow: hidden;
  padding: 86px 0 104px;
  background: #f7faf9;
}

.feedback__list {
  display: flex;
  gap: 20px;
}

.feedback .slick-track {
  display: flex !important;
  gap: 20px !important;
}

.feedback .slick-slide {
  height: auto !important;
}

.feedback .slick-dots {
  bottom: -42px;
}

.feedback .slick-dots li button:before {
  color: #E74C3C;
  font-size: 9px;
}

.feedback__list-item {
  min-height: 286px;
  display: flex !important;
  flex-direction: column;
  margin: 0 1px;
  padding: 28px;
}

.feedback__list-item__text {
  flex: 1;
  margin-bottom: 24px;
  color: #48616b;
  font-size: 16px;
  line-height: 1.6;
}

.feedback__list-item__user {
  display: flex;
  align-items: center;
  gap: 14px;
}

.feedback__list-item__user img {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 0;
  object-fit: cover;
}

.feedback__user-info__name {
  color: #2A3F51;
  font-size: 17px;
  font-weight: 800;
}

.feedback__user-info__position {
  margin-top: 4px;
  color: #E74C3C;
  font-size: 14px;
  font-weight: 700;
}

.footer__main {
  padding: 44px 0;
  background: #2A3F51;
}

.footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(170px, .65fr) minmax(240px, .8fr);
  gap: 36px;
}

.footer__inner-logo,
.footer__inner-menu,
.footer__inner-contacts {
  min-width: 0;
}

.footer__inner-logo__text,
.footer__inner-menu__list a,
.footer__inner-contacts,
.footer__inner-contacts a {
  color: #d8e8e8;
}

.footer__inner-logo__text {
  max-width: 480px;
  margin-top: 16px;
  font-size: 16px;
}

.footer__inner-menu__heading,
.footer__inner-contacts__heading {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.footer__inner-menu__list {
  display: grid;
  gap: 12px;
}

.footer__inner-menu__list a {
  font-size: 16px;
}

.footer__inner-menu__list a:hover,
.footer__inner-contacts a:hover {
  color: #8be3dc;
}

.footer__inner-contacts__phone,
.footer__inner-contacts__email,
.footer__inner-contacts__location {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.footer__inner-contacts img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.footer__copyright {
  padding: 10px 0;
  background: #203342;
  color: #c2d1d4;
  font-size: 14px;
  text-align: center;
}

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

@media (max-width: 1080px) {
  .header__inner {
    gap: 16px;
  }

  .header__menu ul {
    gap: 14px;
  }

  .header__phone {
    padding: 0 14px;
    font-size: 15px;
  }

  .service__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .poster__image {
    width: 430px;
    opacity: .45;
  }
}

@media (max-width: 860px) {
  h2 {
    font-size: 34px;
  }

  .header__menu ul {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100vw;
    padding: 20px 22px 24px;
    border-top: 1px solid rgba(34, 72, 87, .1);
    background: #fff;
    box-shadow: 0 24px 45px rgba(42, 63, 81, .14);
  }

  .header__menu.opened ul {
    display: grid;
    gap: 6px;
  }

  .header__menu.opened a {
    display: block;
    padding: 12px 0;
  }

  .header__switch-button {
    width: 42px;
    height: 42px;
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(42, 63, 81, .16);
    border-radius: 0;
    background: #fff;
    cursor: pointer;
  }

  .header__switch-button span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 0;
    background: #2A3F51;
    transition: transform .2s ease, opacity .2s ease;
  }

  .header__switch-button.opened .line1 {
    transform: translateY(7px) rotate(45deg);
  }

  .header__switch-button.opened .line2 {
    opacity: 0;
  }

  .header__switch-button.opened .line3 {
    transform: translateY(-7px) rotate(-45deg);
  }

  .header__phone {
    display: none;
  }

  .footer__copyright {
    padding-bottom: 84px;
  }

  .mobile-fixed-call {
    position: fixed;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 30;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E74C3C;
    background: #E74C3C;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    box-shadow: 0 14px 34px rgba(42, 63, 81, .28);
  }

  .advantages__inner,
  .faq__list,
  .footer__inner {
    grid-template-columns: 1fr;
  }

  .advantages__image {
    max-width: 560px;
  }

  .advantages__image img {
    min-height: 340px;
  }
}

@media (max-width: 640px) {
  p {
    font-size: 16px;
  }

  .container {
    padding: 0 16px;
  }

  .logo-anchor img {
    width: 54px !important;
    height: 40px !important;
  }

  .logo-anchor__text-title {
    font-size: 18px !important;
  }

  .introduction {
    padding: 58px 0 64px;
  }

  .introduction__main-info__title {
    font-size: 40px;
  }

  .introduction__main-info__text {
    font-size: 17px;
  }

  .introduction__actions,
  .introduction__main-info__phone,
  .introduction__secondary-link {
    width: 100%;
  }

  .introduction__stats,
  .service__list {
    grid-template-columns: 1fr;
  }

  .introduction__panel-card {
    padding: 22px;
  }

  .introduction__panel-card strong {
    font-size: 22px;
  }

  .advantages,
  .service,
  .faq,
  .feedback {
    padding: 58px 0;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2,
  h2 {
    font-size: 28px;
  }

  .advantages__image-experience {
    right: 14px;
    bottom: 14px;
    width: 140px;
  }

  .advantages__step {
    padding: 72px 20px 22px;
  }

  .advantages__step span {
    top: 22px;
    left: 20px;
  }

  .service__list-item {
    min-height: auto;
    padding: 22px;
  }

  .poster__inner .container {
    min-height: auto;
  }

  .poster__info {
    padding: 50px 0;
  }

  .poster__image {
    display: none;
  }

  .faq__list-elem__question {
    min-height: 0;
    padding: 18px;
    font-size: 16px;
  }

  .faq__list-elem__answer {
    padding: 14px 18px 0;
  }

  .feedback__list-item {
    min-height: auto;
    padding: 22px;
  }

  .footer__main {
    padding: 34px 0;
  }

}

@media (max-width: 480px) {
  .introduction__location {
    justify-content: center;
    width: fit-content;
    margin: 0 auto 24px;
    padding: 10px 18px;
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .introduction__main-info__title {
    font-size: 34px;
  }

  .logo-anchor__text-title {
    font-size: 16px !important;
  }
}

/* Targeted HM-12 updates. The original section grid and palette stay unchanged. */
.introduction {
  padding: 46px 0 50px;
}

.introduction__location {
  margin-bottom: 20px;
}

.introduction__main-info__title {
  margin-bottom: 16px;
  font-size: clamp(42px, 4.5vw, 58px);
  line-height: 1;
}

.introduction__main-info__text {
  margin-bottom: 18px;
  font-size: 18px;
}

.introduction__main-info__list {
  gap: 8px;
  margin-bottom: 18px;
}

.logo-anchor__text-subtitle {
  margin-top: 5px;
  color: #60737d;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}

.logo-anchor--light .logo-anchor__text-subtitle {
  color: #d8e8e8;
}

.advantages > .container > .section-heading {
  max-width: none;
}

.introduction__main-info__list li {
  align-items: center;
}

.introduction__main-info__list li > span {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
}

.introduction__main-info__list li > span img {
  width: 21px;
  height: 21px;
  margin: 0;
  filter: brightness(0) invert(1);
}

.introduction__main-info__phone,
.poster__info-phone {
  gap: 13px;
  justify-content: flex-start;
  min-width: 330px;
  padding: 10px 22px;
}

.introduction__main-info__phone > img,
.poster__info-phone > img {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  filter: brightness(0) invert(1);
}

.introduction__main-info__phone > span,
.poster__info-phone > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.introduction__main-info__phone small,
.poster__info-phone small {
  font-size: 12px;
  font-weight: 700;
}

.introduction__main-info__phone strong,
.poster__info-phone strong {
  margin-top: 4px;
  font-family: Arial, sans-serif;
  font-size: 21px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.service__list-item__icon img {
  filter: invert(41%) sepia(82%) saturate(1060%) hue-rotate(328deg) brightness(94%) contrast(94%);
}

.poster__info-phone {
  width: fit-content;
  min-width: 0;
  min-height: 68px;
  gap: 14px;
  padding: 10px 18px 10px 14px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-left: 4px solid #E74C3C;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 31, 43, .22);
}

.poster__info-phone:hover,
.poster__info-phone:focus-visible {
  background: #f7faf9;
  box-shadow: 0 18px 36px rgba(15, 31, 43, .28);
  transform: translateY(-2px);
}

.poster__info-phone > img {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  filter: invert(41%) sepia(82%) saturate(1060%) hue-rotate(328deg) brightness(94%) contrast(94%);
}

.poster__info-phone strong {
  color: #2A3F51;
  font-size: 20px;
}

.poster__info-phone small {
  color: #E74C3C;
  font-size: 11px;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.poster__info .poster__info-phone > span {
  padding: 0;
  background: transparent;
  color: #2A3F51;
}

.footer__inner-contacts img {
  filter: brightness(0) invert(1);
  opacity: .9;
}

.feedback__list-item {
  border-color: #dadce0;
  box-shadow: 0 3px 12px rgba(60, 64, 67, .12);
}

.feedback__review-head {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
}

.feedback__review-head h3 {
  margin: 0 0 3px;
  color: #202124;
  font-family: "Inter", sans-serif;
  font-size: 17px;
}

.feedback__review-head small {
  color: #70757a;
  font-size: 12px;
}

.feedback__avatar {
  width: 52px;
  height: 52px;
  display: grid;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .03em;
}

.feedback__avatar--blue { background: #e7effc; color: #356fc4; }
.feedback__avatar--green { background: #e4f4ed; color: #237a59; }
.feedback__avatar--gold { background: #fff1d8; color: #a96500; }

.feedback__google {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  color: #5f6368;
  font-size: 12px;
}

.feedback__google img {
  width: 19px;
  height: 19px;
}

.feedback__stars {
  margin-bottom: 14px;
  color: #fbbc04;
  font-family: Arial, sans-serif;
  font-size: 21px;
  letter-spacing: 1px;
}

.feedback__list-item__text {
  color: #3c4043;
}

.feedback .slick-prev,
.feedback .slick-next {
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #E74C3C;
  box-shadow: 0 8px 20px rgba(42, 63, 81, .18);
}

.feedback .slick-prev { left: -12px; }
.feedback .slick-next { right: -12px; }
.feedback .slick-prev:hover,
.feedback .slick-next:hover,
.feedback .slick-prev:focus,
.feedback .slick-next:focus { background: #c93d2f; }

@media (max-width: 860px) {
  html.menu-open,
  html.menu-open body {
    overflow: hidden;
    overscroll-behavior: none;
  }

  .header {
    background: #fff;
    backdrop-filter: none;
  }

  .header__menu {
    position: fixed;
    z-index: 19;
    inset: 76px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: clamp(24px, 7vh, 58px) 18px calc(28px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #f7faf9;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  }

  .header__menu.opened {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .header__menu ul {
    display: grid;
    position: static;
    width: min(100%, 460px);
    align-content: start;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .header__menu.opened ul {
    display: grid;
    gap: 10px;
  }

  .header__menu.opened a {
    display: flex;
    min-height: 52px;
    align-items: center;
    padding: 11px 16px;
    border: 1px solid rgba(42, 63, 81, .12);
    border-radius: 8px;
    background: #fff;
  }

  .header__switch-button {
    position: relative;
    z-index: 21;
    gap: 0;
    overflow: hidden;
    border-radius: 10px;
  }

  .header__switch-button span {
    position: absolute;
    width: 22px;
    transition: transform .24s ease, opacity .18s ease;
  }

  .header__switch-button .line1 { transform: translateY(-7px); }
  .header__switch-button .line3 { transform: translateY(7px); }
  .header__switch-button.opened .line1 { transform: rotate(45deg); }
  .header__switch-button.opened .line3 { transform: rotate(-45deg); }

  html.menu-open .mobile-fixed-call {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-fixed-call {
    right: 18px;
    bottom: max(18px, env(safe-area-inset-bottom));
    left: auto;
    width: 78px;
    height: 78px;
    min-height: 0;
    display: grid;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(42, 63, 81, .28);
  }

  .mobile-fixed-call > img {
    position: relative;
    z-index: 2;
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
    animation: mobile-phone-ring 4s ease-in-out infinite;
  }

  .mobile-fixed-call::before,
  .mobile-fixed-call::after,
  .mobile-fixed-call__wave {
    position: absolute;
    inset: -7px;
    border: 2px solid rgba(231, 76, 60, .55);
    border-radius: 50%;
    content: "";
    opacity: 0;
    animation: mobile-phone-wave 4s ease-out infinite;
  }

  .mobile-fixed-call::after { animation-delay: .35s; }
  .mobile-fixed-call__wave { animation-delay: .7s; }
}

@media (max-width: 640px) {
  .logo-anchor img {
    margin-right: 5px !important;
  }

  .logo-anchor__text-subtitle {
    max-width: 180px;
    font-size: 7px;
    white-space: normal;
  }

  .introduction__main-info__phone,
  .poster__info-phone {
    width: 100%;
    min-width: 0;
  }

  .poster__info-phone {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: center;
    gap: 14px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .poster__info-phone > span {
    width: auto;
    align-items: center;
    text-align: center;
  }

  .poster__info-phone > img {
    position: static;
    margin: 0;
    transform: none;
  }

  .feedback__review-head {
    flex-wrap: wrap;
  }
}

@keyframes mobile-phone-ring {
  0%, 8%, 16%, 100% { transform: rotate(0); }
  4%, 12% { transform: rotate(-12deg); }
  6%, 14% { transform: rotate(12deg); }
}

@keyframes mobile-phone-wave {
  0%, 6% { opacity: 0; transform: scale(.9); }
  12% { opacity: .65; }
  30%, 100% { opacity: 0; transform: scale(1.28); }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-fixed-call > img,
  .mobile-fixed-call::before,
  .mobile-fixed-call::after,
  .mobile-fixed-call__wave {
    animation: none;
  }
}
