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

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

html.menu-open,
html.menu-open body {
  overflow: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #17224D;
  background: #fff;
  overflow-x: hidden;
}

h1, h2, h3 {
  color: #17224D;
  letter-spacing: 0;
}

h2 {
  font-size: 34px;
  line-height: 1.18;
  font-weight: 800;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 300;
  background: #062F89;
  box-shadow: 0 23px 33px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.header__logo,
.footer__logo {
  gap: 9px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header__logo img,
.footer__logo img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.header__logo-name,
.footer__logo-name {
  display: grid;
  gap: 3px;
  color: #F9BF0F;
  line-height: 1;
}

.header__logo-name span,
.footer__logo-name span {
  display: block;
  font-size: 21px;
  font-weight: 800;
}

.header__logo-name small,
.footer__logo-name small {
  display: block;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.header__menu {
  font-size: 14px;
  font-weight: 700;
}

.header__menu a {
  color: #fff;
  transition: color 0.2s ease;
}

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

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

.header__switch-button {
  display: none;
}

.header__phone,
.introduction__info-link,
.poster__info-phone,
.quote__inner-link,
.mobile-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  color: #17224D;
  text-align: center;
  border: 1px solid transparent;
  font-size: 17px;
  font-weight: 800;
  border-radius: 8px;
  background: #F9BF0F;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.header__phone:hover,
.introduction__info-link:hover,
.poster__info-phone:hover,
.quote__inner-link:hover {
  background: #EFBB20;
}

.introduction {
  position: relative;
  color: #fff;
  overflow: visible;
  background:
    linear-gradient(90deg, rgba(6, 47, 137, 0.98), rgba(23, 34, 77, 0.9)),
    #062F89;
  padding-bottom: 0;
}

.introduction__inner {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  gap: 44px;
  padding: 58px 0 32px;
}

.introduction__info {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.introduction__eyebrow,
.service__heading,
.about__info-heading,
.advantages__info-heading,
.process__heading,
.feedback__heading,
.faq__heading {
  color: #F9BF0F;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.introduction__eyebrow {
  display: inline-flex;
  color: #F9BF0F;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 9px 12px;
}

.introduction__location-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 14px;
  padding: 10px 13px;
  border: 1px solid rgba(249, 191, 15, 0.72);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(6, 47, 137, 0.78), rgba(23, 34, 77, 0.74));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.introduction__location-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #fff;
  fill: rgba(249, 191, 15, 0.18);
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.introduction__info-title {
  max-width: 700px;
  color: #fff;
  font-size: 58px;
  line-height: 1.02;
  font-weight: 800;
  margin-bottom: 20px;
}

.introduction__info-paragraph {
  max-width: 610px;
  color: #e7f3fb;
  font-size: 20px;
  margin-bottom: 24px;
}

.introduction__info-list {
  display: grid;
  gap: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 28px;
}

.introduction__info-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 30px;
  max-width: 100%;
  padding: 0;
  font-weight: 700;
  position: relative;
}

.intro-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  color: #17224D;
  background-color: #F9BF0F;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  position: relative;
}

.intro-list-icon--phone {
  background-image: url("../../assets/icons/hero-phone.svg");
}

.intro-list-icon--money {
  background-image: url("../../assets/icons/hero-money.svg");
}

.intro-list-icon--check {
  background-image: url("../../assets/icons/hero-check.svg");
}

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

.introduction__info-link {
  gap: 12px;
  min-height: 62px;
  padding: 12px 18px 12px 14px;
  box-shadow: 0 16px 34px rgba(249, 191, 15, 0.25);
}

.intro-cta-copy {
  display: grid;
  gap: 3px;
  text-align: left;
}

.intro-cta-copy span {
  color: #17224D;
  font-size: 15px;
  line-height: 1.2;
}

.intro-cta-copy strong {
  display: block;
  color: #17224D;
  font-size: 18px;
  line-height: 1.2;
}

.cta-phone-icon,
.mobile-call__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: #17224D;
  position: relative;
}

.cta-phone-icon::before,
.mobile-call__icon::before {
  content: "";
  width: 17px;
  height: 17px;
  background: #fff;
  -webkit-mask: url("../../assets/icons/ringing-phone.svg") center / contain no-repeat;
  mask: url("../../assets/icons/ringing-phone.svg") center / contain no-repeat;
}

.introduction__hint {
  color: #b8d7e7;
  font-size: 14px;
  font-weight: 700;
}

.introduction__visual {
  position: relative;
  min-height: 420px;
}

.introduction__inner-image {
  width: 100%;
  height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 30px 35px rgba(0, 0, 0, 0.32));
}

.introduction__badge {
  position: absolute;
  left: 0;
  bottom: 22px;
  width: min(270px, 100%);
  padding: 18px;
  border-radius: 8px;
  color: #17224D;
  background: #fff;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
}

.introduction__badge strong {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}

.introduction__badge span {
  color: #57708a;
  font-size: 14px;
  font-weight: 700;
}

.trustbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  transform: translateY(32px);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 42px rgba(9, 30, 50, 0.16);
}

.trustbar__item {
  background: #fff;
  padding: 22px;
}

.trustbar__item strong {
  display: block;
  color: #062F89;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 8px;
}

.trustbar__item span {
  color: #52657a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.service,
.about,
.advantages,
.process,
.feedback,
.faq {
  padding: 92px 0;
}

.urgent {
  padding: 118px 0 44px;
  background: #fff;
}

.urgent__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.urgent__heading {
  color: #F9BF0F;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.urgent__title {
  max-width: 470px;
}

.urgent__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.urgent__item {
  min-height: 94px;
  padding: 20px 20px 20px 48px;
  border-radius: 8px;
  border: 1px solid #e4edf5;
  background: #EDF1FC;
  color: #17224D;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
}

.urgent__item::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 25px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #F9BF0F;
}

.service {
  padding-top: 70px;
  background: #EDF1FC;
}

.service__title,
.process__title,
.feedback__title,
.faq__title {
  max-width: 820px;
  margin-bottom: 34px;
}

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

.service__list-item {
  min-height: 276px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e4edf5;
  box-shadow: 0 18px 42px rgba(11, 50, 82, 0.08);
}

.service__list-item:hover {
  border-color: #F9BF0F;
}

.service__list-item__icon {
  width: 68px;
  height: 68px;
  object-fit: contain;
  margin-bottom: 18px;
}

.service__list-item__name {
  color: #17224D;
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.service__list-item__description {
  color: #54687c;
  font-size: 15px;
}

.service__button-container {
  display: none;
  justify-content: center;
}

.service__button {
  border-radius: 8px;
  background: #F9BF0F;
  border: none;
  padding: 14px 24px;
  min-width: 190px;
  cursor: pointer;
  margin-top: 24px;
  color: #17224D;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}

.about__inner,
.advantages__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  overflow: visible;
}

.about__info-title,
.advantages__info-title {
  margin-bottom: 22px;
}

.about__info-text {
  color: #51667c;
  margin-bottom: 24px;
}

.about__info-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  color: #17224D;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.about__info-lists li {
  position: relative;
  padding-left: 24px;
}

.about__info-lists li + li {
  margin-top: 12px;
}

.about__info-lists li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #F9BF0F;
}

.about__image,
.advantages__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
}

.about .about__image--laptop_and_beyond,
.advantages .advantages__image--laptop_and_beyond {
  display: none;
}

.poster {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 47, 137, 0.98), rgba(23, 34, 77, 0.7)),
    #062F89;
}

.poster .container {
  min-height: 419px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  align-items: center;
  gap: 40px;
  position: relative;
}

.poster__info {
  max-width: 540px;
  padding: 77px 0;
  position: relative;
  z-index: 2;
}

.poster__info-title {
  color: #fff;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 15px;
}

.poster__info-text {
  max-width: 520px;
  color: #fff;
  margin-bottom: 20px;
}

.poster__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.poster__benefits span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 13px;
  font-weight: 800;
}

.poster__benefits span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F9BF0F;
}

.poster__image {
  justify-self: center;
  align-self: center;
  max-width: 500px;
  max-height: 360px;
  object-fit: contain;
}

.poster .poster__image--laptop_and_beyond {
  display: none;
}

.process {
  background: #fff;
}

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

.process__item {
  padding: 30px;
  border-radius: 8px;
  background: #EDF1FC;
  border: 1px solid #e3edf5;
}

.process__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: #17224D;
  background: #F9BF0F;
  font-weight: 800;
  margin-bottom: 18px;
}

.process__item h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.process__item p {
  color: #566c80;
  font-size: 15px;
}

.advantages {
  background: #EDF1FC;
  overflow: visible;
}

.advantages__inner {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
}

.advantages__info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.advantages__info-list__item {
  min-height: 170px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dceaf3;
}

.advantage__list-item__name {
  color: #17224D;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 10px;
}

.advantage__list-item__text {
  color: #587087;
  font-size: 15px;
}

.quote {
  display: flex;
  justify-content: center;
  padding: 96px 0;
  background-image: url(../../assets/images/quote-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.quote__inner {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}

.quote__inner-title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 18px;
}

.quote__inner-text {
  color: #edf6fb;
  margin-bottom: 30px;
}

.feedback {
  overflow: hidden;
  background: #fff;
}

.feedback__heading,
.feedback__title,
.faq__heading,
.faq__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.feedback .slick-track {
  display: flex !important;
  padding: 28px 0 40px;
  gap: 0;
}

.feedback .slick-slide {
  height: auto;
  margin: 0 10px;
}

.feedback .slick-list {
  overflow: hidden;
  margin: 0 -10px;
}

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

.feedback .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background-color: #aab8c5;
  border-radius: 50%;
  font-size: 0;
  opacity: 1;
}

.feedback .slick-dots li.slick-active button:before {
  background-color: #062F89;
}

.feedback__slider-item {
  position: relative;
  min-width: 0;
  height: 100%;
  min-height: 330px;
  padding: 28px 66px 28px 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dadce0;
  box-shadow: 0 8px 24px rgba(60, 64, 67, 0.12);
}

.feedback__google-icon {
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 1px #dadce0;
}

.feedback__google-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.feedback__date {
  color: #70757a;
  font-size: 13px;
  font-weight: 600;
}

.feedback__slider-item__user {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.feedback__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.feedback__avatar--blue {
  background: #1a73e8;
}

.feedback__avatar--green {
  background: #188038;
}

.feedback__avatar--yellow {
  background: #f9ab00;
  color: #17224D;
}

.feedback__avatar--red {
  background: #d93025;
}

.feedback__user-info__name {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.feedback__slider-item__stars {
  color: #fbbc04;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.feedback__slider-item__text {
  color: #51677c;
  font-size: 15px;
}

.faq {
  background: #EDF1FC;
}

.faq__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 16px;
}

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

.faq__list-elem {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dfe9f1;
  background-color: #fff;
}

.faq__list-elem__question {
  min-height: 104px;
  padding: 24px 24px 24px 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  position: relative;
}

.faq__list-elem__question h3 {
  color: #17224D;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 800;
  max-width: 360px;
}

.faq__list-elem__question:hover h3 {
  color: #062F89;
}

.faq__list-elem__question::before {
  content: url("../../assets/icons/question-mark.svg");
  background-color: #F9BF0F;
  border-radius: 50%;
  position: absolute;
  left: 24px;
  top: 50%;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__list-elem__question button {
  border: 1px solid #aac0d2;
  border-radius: 50%;
  background-color: transparent;
  width: 34px;
  height: 34px;
  min-width: 34px;
  cursor: pointer;
  position: relative;
}

.faq__list-elem__question button span {
  background-color: #8ca4b9;
  display: block;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 15px;
}

.faq__list-elem__question button span.first-line {
  left: 9px;
}

.faq__list-elem__question button span.second-line {
  transform: rotate(90deg);
  left: 9px;
}

.faq__list-elem__answer {
  color: #51677c;
  overflow: hidden;
  height: 0;
  padding: 0 24px 0 76px;
  font-size: 15px;
  line-height: 1.65;
}

.faq__list-elem.opened {
  box-shadow: 0 15px 35px rgba(11, 50, 82, 0.1);
  padding-bottom: 24px;
}

.faq__list-elem.opened button {
  transform: rotate(-45deg);
  border-color: #062F89;
}

.faq__list-elem.opened button span {
  background-color: #062F89;
}

.faq__list-elem.opened .faq__list-elem__answer {
  height: unset;
}

.footer__main {
  background: #062F89;
  color: #fff;
  padding: 42px 0;
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__logo-name,
.footer__logo-name small {
  color: #fff;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1fr 220px 1fr;
  gap: 34px;
  justify-content: space-between;
}

.footer__inner-logo__phone,
.footer__inner-logo__email {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.footer__inner-logo__phone img,
.footer__inner-logo__email img {
  width: 22px;
}

.footer__inner-logo__phone a,
.footer__inner-logo__email a,
.footer__inner-menu__list a {
  color: #fff;
  overflow-wrap: anywhere;
}

.footer__inner-menu__heading {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 800;
}

.footer__inner-menu__list a {
  font-size: 15px;
  color: #d8e7f0;
}

.footer__inner-menu__list li + li {
  margin-top: 9px;
}

.footer__inner-text {
  display: block;
  color: #d8e7f0;
  font-size: 15px;
}

.footer__copyright {
  background-color: #fff;
  color: #17224D;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
}

@keyframes floatingCallPulse {
  0%, 100% {
    box-shadow: 0 14px 28px rgba(6, 47, 137, 0.34), 0 0 0 0 rgba(249, 191, 15, 0.75);
  }
  45% {
    box-shadow: 0 18px 40px rgba(6, 47, 137, 0.4), 0 0 0 16px rgba(249, 191, 15, 0);
  }
}

.mobile-call {
  display: none;
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 220;
  gap: 10px;
  min-height: 58px;
  padding: 10px 16px 10px 10px;
  color: #fff;
  background: #062F89;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 34px rgba(6, 47, 137, 0.26);
  animation: floatingCallPulse 1.45s ease-out infinite;
}

.mobile-call:hover {
  background: #17224D;
}

.mobile-call__icon {
  background: #F9BF0F;
}

.mobile-call__icon::before {
  background: #17224D;
}

.mobile-call__text {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
}

.mobile-call strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
}

@media (max-width: 1080px) {
  .header__menu ul {
    gap: 14px;
  }

  .header__phone {
    padding: 11px 16px;
    font-size: 15px;
  }

  .introduction__inner {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

}

@media (max-width: 950px) {
  h2 {
    font-size: 30px;
  }

  .header__phone {
    display: none;
  }

  .introduction {
    background:
      linear-gradient(90deg, rgba(6, 47, 137, 0.88), rgba(23, 34, 77, 0.76)),
      url("../../assets/images/introduction-mobile.webp") center / cover no-repeat,
      #062F89;
  }

  .introduction__inner {
    min-height: unset;
    grid-template-columns: 1fr;
  }

  .introduction__visual {
    display: none;
  }

  .trustbar,
  .urgent__inner,
  .service__list,
  .process__list,
  .advantages__info-list,
  .faq__list,
  .footer__inner {
    grid-template-columns: 1fr 1fr;
  }

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

  .about__image,
  .advantages__image {
    display: none;
  }

  .about .about__image--laptop_and_beyond,
  .advantages .advantages__image--laptop_and_beyond {
    display: block;
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    margin-bottom: 22px;
  }

  .poster .container {
    min-height: unset;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .poster__info {
    max-width: unset;
  }

  .poster .poster__image--laptop_and_beyond {
    display: block;
    width: 100%;
    max-height: 280px;
    object-fit: contain;
    margin-bottom: 20px;
  }

  .poster__image {
    display: none;
  }

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

  .footer__inner-text {
    grid-column: 1 / -1;
  }

  .feedback .slick-slide {
    width: 340px !important;
  }
}

@media (max-width: 780px) {
  .header__menu.opened::before {
    content: "";
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 170;
    background: #17224D;
  }

  .header__menu ul {
    display: grid;
    gap: 8px;
    position: fixed;
    padding: 24px 16px 30px;
    background: #17224D;
    top: 70px;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100dvh - 70px);
    align-content: start;
    font-size: 18px;
    line-height: 1.2;
    z-index: 180;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.24s ease, transform 0.24s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .header__menu.opened {
    z-index: 180;
  }

  .header__menu.opened ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    background: #17224D;
  }

  .header__menu.opened ul li {
    margin: 0;
    padding: 0;
  }

  .header__menu.opened a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    color: #fff;
    background: #243F88;
    border: 1px solid #4564B4;
  }

  .header__menu.opened a:hover {
    color: #17224D;
    background: #F9BF0F;
  }

  .header__switch-button {
    display: block;
    width: 42px;
    height: 42px;
    background-color: #F9BF0F;
    border: none;
    border-radius: 8px;
    padding: 0;
    cursor: pointer;
    position: relative;
  }

  .header__switch-button span {
    display: block;
    background-color: #17224D;
    border-radius: 4px;
    height: 2px;
    width: 20px;
    position: absolute;
    left: 11px;
    transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease, width 0.25s ease;
  }

  .header__switch-button .line1 {
    top: 13px;
  }

  .header__switch-button .line2 {
    top: 20px;
  }

  .header__switch-button .line3 {
    top: 27px;
  }

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

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

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

@media (max-width: 630px) {
  h2 {
    font-size: 26px;
  }

  p {
    font-size: 16px;
  }

  .container {
    padding: 0 16px;
  }

  .introduction {
    background:
      linear-gradient(180deg, rgba(6, 47, 137, 0.82), rgba(23, 34, 77, 0.74)),
      url("../../assets/images/introduction-mobile.webp") center / cover no-repeat,
      #062F89;
    padding-bottom: 20px;
  }

  .introduction__inner {
    padding: 44px 0 30px;
  }

  .introduction__info-title {
    font-size: 40px;
  }

  .introduction__info-paragraph {
    font-size: 17px;
  }

  .introduction__info-link,
  .poster__info-phone,
  .quote__inner-link {
    width: 100%;
  }

  .introduction__info-link {
    justify-content: flex-start;
  }

  .introduction__hint {
    width: 100%;
    text-align: center;
  }

  .trustbar,
  .urgent__inner,
  .urgent__list,
  .service__list,
  .process__list,
  .advantages__info-list,
  .faq__list,
  .footer__inner,
  .about__info-lists {
    grid-template-columns: 1fr;
  }

  .trustbar {
    transform: none;
    margin-bottom: 0;
  }

  .trustbar__item {
    padding: 18px;
  }

  .service,
  .urgent,
  .about,
  .advantages,
  .process,
  .feedback,
  .faq {
    padding: 54px 0;
  }

  .service {
    padding-top: 54px;
  }

  .urgent {
    padding: 54px 0 28px;
  }

  .urgent__item {
    min-height: unset;
    padding: 18px 18px 18px 44px;
  }

  .urgent__item::before {
    left: 18px;
    top: 24px;
  }

  .service__list {
    gap: 14px;
  }

  .service__list-item {
    display: none;
    min-height: unset;
    padding: 22px;
  }

  .service__list-item.opened {
    display: block;
  }

  .service__button-container {
    display: flex;
  }

  .poster__info-title,
  .quote__inner-title {
    font-size: 28px;
  }

  .poster {
    padding: 31px 0 51px;
  }

  .poster__info {
    padding: 0;
  }

  .poster__info-text {
    margin-bottom: 18px;
  }

  .poster__benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .process__item,
  .advantages__info-list__item {
    min-height: unset;
    padding: 22px;
  }

  .feedback {
    padding-bottom: 74px;
  }

  .feedback .slick-track {
    gap: 0;
  }

  .feedback .slick-list {
    margin: 0;
  }

  .feedback .slick-slide {
    margin: 0;
  }

  .feedback__slider-item {
    min-width: unset;
    min-height: 300px;
    padding: 22px;
  }

  .feedback__google-icon {
    top: 18px;
    right: 18px;
  }

  .faq__list-elem__question {
    min-height: 92px;
    padding: 20px 16px;
  }

  .faq__list-elem__question h3 {
    max-width: 260px;
    font-size: 16px;
  }

  .faq__list-elem__question::before {
    display: none;
  }

  .faq__list-elem__answer {
    padding: 0 16px;
  }

  .footer__inner-text {
    grid-column: auto;
  }

  .mobile-call {
    display: flex;
    right: 14px;
    bottom: 14px;
    width: 62px;
    height: 62px;
    min-height: 62px;
    padding: 0;
    border-radius: 8px;
  }

  .mobile-call__icon {
    margin: 0 auto;
  }

  .mobile-call__text,
  .mobile-call strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

}

@media (max-width: 380px) {
  .header__logo-name span,
  .footer__logo-name span {
    font-size: 17px;
  }

  .header__logo-name small,
  .footer__logo-name small {
    font-size: 9px;
  }

  .header__logo img,
  .footer__logo img {
    width: 36px;
    height: 36px;
  }

  .introduction__info-title {
    font-size: 34px;
  }
}
