*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all .3s; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  font-family: "Montserrat", sans-serif;
  color: #3C424F; }

h2 {
  font-size: 36px;
  font-weight: 600; }

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px; }

.header a {
  color: #fff; }
.header__contacts-wrapper {
  background-color: #3464E0;
  color: #fff; }
.header__main-wrapper {
  background: #F3F5FF;
  padding: 18px 0; }
.header__contacts {
  display: flex;
  padding: 16px 0;
  gap: 53px; }
  .header__contacts-elem {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px; }
    .header__contacts-elem span {
      font-weight: 600; }
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.header__logo {
  gap: 0;
  display: flex;
  align-items: center; }
  .header__logo img {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    object-fit: contain; }
.logo-brand__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0; }
.logo-brand__name {
  color: #17224D;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
  white-space: nowrap; }
.logo-brand__tagline {
  margin-top: 7px;
  color: #686B77;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap; }
.header__menu {
  font-size: 16px;
  font-weight: 500; }
  .header__menu a {
    color: #333; }
  .header__menu ul {
    display: flex;
    gap: 30px; }
.header__switch-button {
  display: none; }
.header__menu {
  margin-left: auto; }
.header__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 154px;
  min-height: 46px;
  margin-left: 22px;
  padding: 10px 16px;
  border: 1px solid #3464E0;
  background: #3464E0;
  color: #fff; }
.header__phone img {
  width: 21px;
  height: 21px;
  filter: brightness(0) invert(1); }
.header__phone span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap; }
.header__phone:hover {
  background: #17224D;
  border-color: #17224D; }

.introduction {
  padding: 144px 0 136px;
  background-image: url(../../assets/images/introduction-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .introduction__info {
    max-width: 565px; }
    .introduction__info-title {
      font-size: 48px;
      font-weight: 700;
      line-height: 72px;
      margin-bottom: 20px; }
    .introduction__info-text {
      margin-bottom: 50px;
      font-size: 20px;
      line-height: 32px; }
      .introduction__info-text span {
        color: #3464E0;
        font-size: 24px;
        font-weight: 600;
        display: block;
        margin-bottom: 15px; }
    .introduction__info-phone {
      padding: 11px 0;
      text-align-last: center;
      border: 1px solid transparent;
      background: #3464E0;
      font-size: 27px;
      color: #fff;
      width: 270px;
      height: 57px;
      display: block; }
      .introduction__info-phone:hover {
        background-color: transparent;
        border-color: #3464E0;
        color: #3464E0; }

.advantages {
  background-color: #F3F5FF;
  padding: 50px 0; }
  .advantages__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center; }
    .advantages__list-item {
      display: flex;
      align-items: center;
      gap: 20px; }
      .advantages__list-item__icon {
        width: 60px;
        height: 60px; }
      .advantages__list-item__info {
        max-width: 274px; }
        .advantages__list-item__info h3 {
          color: #3C424F;
          font-size: 20px;
          font-weight: 600;
          line-height: 28px;
          margin-bottom: 10px; }
        .advantages__list-item__info p {
          font-size: 16px;
          font-weight: 400;
          line-height: 25px;
          color: #686B77; }

.about {
  padding: 100px 0; }
  .about__title {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600; }
  .about__text {
    color: #696E7B;
    margin-bottom: 100px; }
  .about__bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .about__bottom-group {
      max-width: 459px; }
      .about__bottom-group__heading {
        color: #3464E0;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px; }
      .about__bottom-group__title {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 20px; }
  .about .about__bottom-group__image {
    display: none; }

.contact-us {
  color: #fff;
  background: #3464E0;
  padding: 81px 0; }
  .contact-us.with-bg-img {
    padding: 60px 0 55px;
    background-image: url(../../assets/images/contact-us-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .contact-us.with-bg-img .contact-us__info-title {
      margin-bottom: 0;
      max-width: 635px; }
  .contact-us__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px; }
  .contact-us__info-title {
    margin-bottom: 20px; }
  .contact-us__info-text {
    font-size: 20px;
    font-weight: 400; }
  .contact-us__phone {
    display: block;
    padding: 15px 0;
    width: 191px;
    color: #3C424F;
    text-align: center;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 600;
    background: #fff; }
    .contact-us__phone:hover {
      background: transparent;
      border-color: #fff;
      color: #fff; }

.team {
  padding: 100px 0 0; }
  .team__title {
    color: #3C424F;
    text-align: center;
    margin-bottom: 20px; }
  .team__text {
    color: #696E7B;
    text-align: center;
    margin-bottom: 40px; }
  .team__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px; }
    .team__list-member {
      background-color: rgba(243, 245, 255, 0.9);
      position: relative; }
      .team__list-member__info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 27px 0;
        background: rgba(243, 245, 255, 0.9); }
      .team__list-member__name {
        color: #3C424F;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 5px; }
      .team__list-member__position {
        color: #696E7B;
        text-align: center;
        font-size: 16px;
        line-height: 25px; }

.feedback {
  padding: 100px 10px 0 10px;
  overflow: hidden; }
  .feedback .slick-track {
    display: flex !important;
    justify-content: space-between !important;
    gap: 90px; }
  .feedback .slick-slide {
    width: 569px !important;
    text-align: center; }
  .feedback .slick-dots {
    bottom: -40px; }
  .feedback .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: #E2E2E2;
    border-radius: 50%;
    font-size: 0; }
  .feedback .slick-dots li.slick-active button:before {
    background-color: #3464E0;
    border-radius: 50%;
    font-size: 0; }
  .feedback__title {
    margin-bottom: 20px;
    text-align: center; }
  .feedback__text {
    max-width: 565px;
    margin: 0 auto 60px;
    text-align: center;
    color: #686B77; }
  .feedback__slider-item {
    max-width: 569px;
    width: 100%;
    text-align-last: center; }
    .feedback__slider-item__image {
      display: block;
      margin: 0 auto 40px; }
    .feedback__slider-item__text {
      margin-bottom: 20px;
      color: #686B77; }
    .feedback__slider-item__user {
      text-align-last: center; }
      .feedback__slider-item__user h3 {
        font-size: 14px;
        font-weight: 600;
        line-height: 24px; }
      .feedback__slider-item__user p {
        color: #A7A7A7;
        font-size: 12px;
        font-weight: 600;
        line-height: 24px; }

.service {
  padding: 100px 0 0; }
  .service__title {
    margin-bottom: 40px;
    text-align: center; }
  .service__list {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .service__list-item {
      text-align: center;
      max-width: 350px;
      width: 100%;
      padding: 40px 23px 62px;
      background: #F3F5FF; }
      .service__list-item__icon {
        margin-bottom: 60px; }
      .service__list-item__name {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 16px; }
      .service__list-item__description {
        color: #686B77;
        font-size: 16px;
        line-height: 25px; }
  .service__button-container {
    display: none;
    justify-content: center; }
  .service__button {
    background: #3464E0;
    border: none;
    padding: 11px 20px;
    cursor: pointer;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    width: 125px; }

.price {
  padding: 45px 0 50px; }
  .price__title {
    margin-bottom: 20px;
    text-align: center;
    color: #17224D;
    font-size: 24px;
    font-weight: 600; }
  .price__text {
    color: #5A5A5A;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 30px; }
  .price__list-item {
    display: flex;
    justify-content: space-between;
    padding: 18px 30px;
    color: #0B0B0B;
    font-size: 20px; }
    .price__list-item__price {
      font-weight: 500; }
    .price__list-item.odd {
      background-color: #F5F7F9; }

.faq {
  padding: 50px 0 100px; }
  .faq__title {
    margin-bottom: 30px;
    text-align: center;
    color: #17224D;
    font-size: 24px;
    font-weight: 600; }
  .faq__list {
    display: flex;
    gap: 30px; }
    .faq__list-column {
      max-width: 540px;
      width: 100%; }
    .faq__list-elem {
      width: 100%;
      border-radius: 15px;
      border: 1px solid #EFEFEF;
      background-color: #F8F9FB; }
      .faq__list-elem + .faq__list-elem {
        margin-top: 10px; }
      .faq__list-elem__question {
        padding: 35px 30px 35px 84px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        position: relative;
        transition: all .3s; }
        .faq__list-elem__question h3 {
          color: #010F32;
          font-size: 20px;
          font-weight: 500;
          max-width: 293px; }
        .faq__list-elem__question:hover h3 {
          color: #062F89; }
        .faq__list-elem__question:hover button {
          border-color: #062F89; }
          .faq__list-elem__question:hover button span {
            background-color: #062F89; }
        .faq__list-elem__question::before {
          content: url("../../assets/icons/question-mark.svg");
          border-radius: 50%;
          position: absolute;
          left: 30px;
          top: 30px; }
        .faq__list-elem__question button {
          border: 1px solid #AEBCD1;
          border-radius: 50%;
          background-color: transparent;
          width: 34px;
          height: 34px;
          cursor: pointer;
          position: relative; }
          .faq__list-elem__question button span {
            background-color: #AEBCD1;
            display: block;
            width: 15px;
            height: 1px;
            position: absolute; }
            .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: #010F32;
        overflow: hidden;
        height: 0;
        padding: 0 15px 0 84px; }
      .faq__list-elem.opened {
        border-radius: 15px;
        border: 1px solid #EFEFEF;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
        padding-bottom: 35px;
        background-color: #fff; }
        .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-color: #062F89;
  background-image: url(../../assets/images/footer-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 30px 0 43px; }
.footer a {
  color: #fff; }
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between; }
  .footer__inner-logo {
    max-width: 416px; }
    .footer__inner-logo .footer__logo-anchor {
      gap: 0;
      display: flex;
      align-items: center;
      margin-bottom: 24px; }
      .footer__inner-logo .footer__logo-anchor img {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        object-fit: contain;
        filter: brightness(0) invert(1); }
      .footer__inner-logo .logo-brand__name {
        color: #fff; }
      .footer__inner-logo .logo-brand__tagline {
        color: #dbe3f7; }
    .footer__inner-logo__phone {
      margin-bottom: 15px; }
    .footer__inner-logo__phone, .footer__inner-logo__email {
      display: flex;
      align-items: center;
      gap: 10px; }
  .footer__inner-menu__heading {
    margin-bottom: 15px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 142.9%; }
  .footer__inner-menu__list a {
    font-size: 18px;
    color: #fff; }
  .footer__inner-menu__list li + li {
    margin-top: 10px; }
  .footer__inner-text {
    display: block;
    max-width: 475px; }
.footer__copyright {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 4px 0; }

@media (max-width: 1600px) {
  .introduction {
    background-size: cover; } }
@media (max-width: 1080px) {
  .header__inner {
    gap: 15px; }
  .header__menu ul {
    gap: 15px; }
  .header__phone {
    padding: 8px 17px; }

  .introduction {
    background-position: -377px; }

  .faq__list {
    gap: 10px;
    flex-direction: column; }
    .faq__list-column {
      max-width: unset; }
  .faq .faq__list-elem__question h3 {
    max-width: 570px; } }
@media (max-width: 950px) {
  .header__phone {
    display: none; }

  .about__text {
    margin-bottom: 50px; }
  .about__bottom-image {
    margin-bottom: 20px; }
  .about__bottom-group {
    max-width: unset; } }
@media (max-width: 900px) {
  .header__menu ul {
    display: none;
    position: absolute;
    padding: 50px 0 63px;
    background-color: #fff;
    top: 125px;
    left: 0;
    width: 100vw;
    text-align: center;
    font-size: 20px;
    line-height: 17px;
    z-index: 3; }
  .header__menu.opened {
    z-index: 10; }
    .header__menu.opened ul {
      display: block;
      background-color: #3464E0; }
      .header__menu.opened ul li {
        margin: 0 0 10px 0;
        padding: 10px 0; }
        .header__menu.opened ul li a {
          color: #fff; }
  .header__switch-button {
    display: block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    padding: 12px 10px;
    cursor: pointer; }
    .header__switch-button span {
      display: block;
      background-color: #3464E0;
      border-radius: 4px;
      height: 2px;
      width: 20px; }
    .header__switch-button .line1 {
      transform-origin: 0 0;
      transition: transform 0.4s ease-in-out;
      margin-bottom: 5px; }
    .header__switch-button .line2 {
      transition: transform 0.2s ease-in-out;
      margin-bottom: 5px; }
    .header__switch-button .line3 {
      transform-origin: 0 100%;
      transition: transform 0.4s ease-in-out; }
    .header__switch-button.opened {
      background-color: transparent; }
      .header__switch-button.opened .line1 {
        transform: rotate(46deg); }
      .header__switch-button.opened .line2 {
        transform: scaleY(0); }
      .header__switch-button.opened .line3 {
        transform: rotate(-47deg); } }
@media (max-width: 780px) {
  .header__contacts {
    gap: 10px; }

  .introduction {
    background-position: -545px;
    background-image: url(../../assets/images/introduction-filled-bg.webp); }

  .contact-us.with-bg-img .contact-us__inner {
    display: block; }
    .contact-us.with-bg-img .contact-us__inner .contact-us__info-title {
      margin-bottom: 28px; }

  .faq .faq__list-elem__question {
    padding-left: 15px;
    padding-right: 15px; }
    .faq .faq__list-elem__question h3 {
      max-width: 350px; }
    .faq .faq__list-elem__question::before {
      display: none; }
  .faq .faq__list-elem__answer {
    padding-left: 15px; } }
@media (max-width: 600px) {
  .header__contacts {
    display: none; }
    .header__contacts.opened {
      display: flex;
      flex-wrap: wrap;
      background-color: #3464E0;
      top: 313px;
      position: absolute;
      left: 0;
      right: 0;
      justify-content: center;
      gap: 30px; }
  .header__menu ul {
    top: 76px;
    padding: 30px 0 10px; }

  .about__bottom-image {
    display: none; }
  .about__bottom-group__image {
    display: block;
    width: 100%;
    margin-top: 20px; }

  .feedback .slick-track {
    gap: 10px; }
  .feedback__slider-item {
    text-align: center; } }
@media (max-width: 480px) {
  h2 {
    font-size: 24px; }

  p {
    font-size: 16px; }

  .header__contacts.opened {
    gap: 15px; }

  .introduction {
    background-image: url(../../assets/images/introduciton-mobile-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 84px 0; }
    .introduction__info-title {
      color: #3464E0;
      font-size: 32px;
      margin-bottom: 15px;
      line-height: normal; }
    .introduction__info-text {
      font-size: 16px;
      margin-bottom: 30px; }
      .introduction__info-text span {
        font-size: 16px; }
    .introduction__info-phone {
      font-size: 16px;
      height: unset;
      width: 157px; }

  .advantages {
    padding: 23px 0 28px; }

  .about {
    padding: 50px 0; }
    .about__title {
      font-size: 24px; }
    .about__bottom-group__title {
      font-size: 24px; }
    .about .about__bottom-group__image {
      display: block; }

  .service {
    padding: 50px 0 25px; }
    .service__title {
      margin-bottom: 20px; }
    .service__list {
      gap: 15px; }
      .service__list-item {
        max-width: unset;
        padding: 30px 17px 19px 17px;
        display: none; }
        .service__list-item.opened {
          display: block; }
        .service__list-item__icon {
          margin-bottom: 30px; }
        .service__list-item__name {
          margin-bottom: 15px; }
    .service__button-container {
      display: flex; }

  .price {
    padding: 25px 0; }
    .price__list-item {
      padding: 15px;
      font-size: 16px; }

  .contact-us {
    padding: 25px 0 16px; }
    .contact-us__info-title {
      font-size: 24px;
      margin-bottom: 15px; }
    .contact-us__info-text {
      font-size: 16px; }
    .contact-us.with-bg-img {
      padding: 20px 0; }

  .team {
    overflow: hidden; }
    .team .slick-slide {
      height: 400px; }
    .team .slick-dots {
      bottom: -40px; }
    .team .slick-dots li button:before {
      width: 10px;
      height: 10px;
      background-color: #797979;
      border-radius: 50%;
      font-size: 0; }
    .team .slick-dots li.slick-active button:before {
      background-color: #3464E0;
      border: none;
      border-radius: 50%;
      font-size: 0; }
    .team__list-member__avatar {
      margin: 0 auto; }

  .feedback__text {
    margin-bottom: 32px; }

  .faq {
    padding: 25px 0 50px; }
    .faq .faq__list-elem__question h3 {
      font-size: 18px;
      font-weight: 500;
      max-width: 204px; }

  .footer__main {
    padding: 20px 0 63px; }
  .footer__inner-menu {
    width: 100%; }
  .footer__inner-menu__heading {
    margin-bottom: 20px; }
  .footer__inner-menu__list li + li {
    margin-top: 15px; } }
@media (max-width: 360px) {
  .header__logo {
    gap: 0; }
    .header__logo img {
      flex-basis: 40px;
      width: 40px;
      height: 40px; }
  .header__logo .logo-brand__name {
    font-size: 18px; }
  .header__logo .logo-brand__tagline {
    margin-top: 6px;
    font-size: 7px;
    letter-spacing: 0.08em; }
  .team .slick-slide {
    height: 350px; }
  .team__list-member__avatar {
    margin-left: 0;
    width: 300px; } }

.sticky-call { display: none; }
@media (max-width: 768px) {
  .sticky-call {
    position: fixed;
    z-index: 1000;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: #3464E0;
    box-shadow: 0 10px 28px rgba(23, 34, 77, .34);
    color: #fff;
    text-decoration: none;
    isolation: isolate; }
    .sticky-call__wave {
      position: absolute;
      z-index: -1;
      inset: -2px;
      border: 2px solid rgba(52, 100, 224, .72);
      border-radius: 50%;
      opacity: 0;
      pointer-events: none;
      animation: sticky-call-wave 2.4s ease-out infinite; }
    .sticky-call__wave--2 {
      animation-delay: -.8s; }
    .sticky-call__wave--3 {
      animation-delay: -1.6s; }
    .sticky-call svg {
      width: 30px;
      height: 30px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round; }
    .sticky-call:active {
      background: #234fbe;
      transform: scale(.96); }
}

@keyframes sticky-call-wave {
  0% { opacity: 0; transform: scale(.92); }
  12% { opacity: .72; }
  100% { opacity: 0; transform: scale(1.62); } }
@media (prefers-reduced-motion: reduce) {
  .sticky-call__wave { animation: none; opacity: 0; } }

/* Project-specific technical presentation */
.introduction { background-image: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 39%, rgba(255,255,255,.12) 68%), url(../../assets/images/introduction-bg.webp); background-size: cover; background-position: center; }
.pest-benefit-icon { flex: 0 0 60px; display: grid; place-items: center; border: 1px solid rgba(52,100,224,.2); border-radius: 50%; background: #fff; }
.service__list-item { border-top: 4px solid #3464E0; position: relative; }
.service__list-item__icon img { display: none; }
.service__list-item__icon::before { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto; border-radius: 14px; background: #3464E0; color: #fff; font-size: 30px; font-weight: 700; }
.service__list-item:nth-child(1) .service__list-item__icon::before { content: "↻"; }
.service__list-item:nth-child(2) .service__list-item__icon::before { content: "◫"; }
.service__list-item:nth-child(3) .service__list-item__icon::before { content: "⌁"; }
.service__list-item:nth-child(4) .service__list-item__icon::before { content: "≈"; }
.service__list-item:nth-child(5) .service__list-item__icon::before { content: "⌖"; }
.service__list-item:nth-child(6) .service__list-item__icon::before { content: "◎"; }
.drain-process { padding: 100px 0; background: #17224D; color: #fff; }
.drain-process__heading { max-width: 760px; margin-bottom: 48px; }
.drain-process__heading > span { display: block; margin-bottom: 12px; color: #8eb0ff; font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.drain-process__heading h2 { margin-bottom: 18px; }
.drain-process__heading p { color: #dbe3f7; line-height: 1.6; }
.drain-process__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.drain-process__step { min-height: 285px; padding: 28px 24px; background: #202d5a; }
.drain-process__number { color: #8eb0ff; font-size: 13px; font-weight: 700; }
.drain-process__symbol { display: grid; place-items: center; width: 54px; height: 54px; margin: 24px 0; border: 1px solid #5d79c0; border-radius: 50%; color: #fff; font-size: 25px; }
.drain-process__step h3 { margin-bottom: 12px; font-size: 19px; }
.drain-process__step p { color: #c7d1e9; font-size: 15px; line-height: 1.55; }
.drain-process__cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 36px; padding: 25px 28px; background: #fff; color: #17224D; }
.drain-process__cta p { line-height: 1.5; }
.drain-process__cta a { flex: 0 0 auto; padding: 14px 22px; background: #3464E0; color: #fff; font-weight: 600; }
@media (max-width: 800px) { .drain-process__steps { grid-template-columns: repeat(2, 1fr); } .drain-process__cta { align-items: flex-start; flex-direction: column; } }
@media (max-width: 480px) {
  .introduction { background-image: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.82)), url(../../assets/images/introduciton-mobile-bg.webp); background-position: 62% center; }
  .drain-process { padding: 55px 0; }
  .drain-process__heading { margin-bottom: 28px; }
  .drain-process__heading h2 { font-size: 27px; }
  .drain-process__steps { grid-template-columns: 1fr; }
  .drain-process__step { min-height: auto; }
  .drain-process__cta a { width: 100%; text-align: center; }
}

/* Clear service pictograms and a softer single-colour palette */
.service__list-item__icon::before { content: none !important; display: none; }
.service__list-item__icon svg {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 16px;
  background: #e5edff;
  fill: none;
  stroke: #2f61d8;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round; }
.drain-process { background: #e9efff; color: #273755; }
.drain-process__heading > span { color: #2f61d8; }
.drain-process__heading p { color: #566681; }
.drain-process__steps { gap: 16px; background: transparent; }
.drain-process__step { background: #fff; border: 1px solid #cfdbf7; border-radius: 14px; box-shadow: 0 10px 28px rgba(47,97,216,.08); }
.drain-process__number { color: #2f61d8; }
.drain-process__symbol { border-color: #b9caf2; background: #eff4ff; color: #2f61d8; }
.drain-process__symbol svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.drain-process__step p { color: #63708a; }
.drain-process__cta { border: 1px solid #cfdbf7; border-radius: 14px; color: #273755; }
@media (max-width: 480px) { .service__list-item__icon svg { width: 66px; height: 66px; } }

/* Hero presentation for the pest-control landing page */
.introduction {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  max-width: 1440px;
  min-height: 610px;
  margin: 0 auto;
  padding: 96px 0 108px;
  background-image: url(../../assets/images/introduction-pest-control.webp);
  background-position: center;
  background-size: cover; }
.introduction::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 27, 62, .94) 0%, rgba(16, 27, 62, .8) 43%, rgba(16, 27, 62, .12) 74%);
  pointer-events: none; }
.introduction > .container {
  width: 100%; }
.introduction__info {
  max-width: 650px;
  color: #fff; }
.introduction__info-eyebrow {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  padding: 8px 12px 8px 34px;
  border: 1px solid rgba(142, 176, 255, .72);
  background: rgba(16, 27, 62, .52);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4; }
.introduction__info-eyebrow::before {
  content: "⌖";
  position: absolute;
  top: 50%;
  left: 12px;
  color: #8eb0ff;
  font-size: 16px;
  line-height: 1;
  transform: translateY(-50%); }
.introduction__info-title {
  max-width: 620px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(42px, 4.7vw, 58px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.04em; }
.introduction__info-title span {
  color: #8eb0ff; }
.introduction__info-text {
  max-width: 590px;
  margin-bottom: 27px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65; }
.introduction__info-phone {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  min-width: 0;
  height: auto;
  min-height: 62px;
  padding: 10px 28px;
  border: 1px solid #3464E0;
  border-radius: 0;
  background: #3464E0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  text-align-last: auto; }
.introduction__info-phone span {
  font-weight: 600; }
.introduction__info-phone strong {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 700; }
.introduction__info-phone:hover {
  border-color: #fff;
  background: #fff;
  color: #17224D; }
.introduction__benefits {
  display: grid;
  gap: 13px;
  max-width: 520px;
  margin: 0 0 30px; }
.introduction__benefits li {
  position: relative;
  padding-left: 29px;
  color: rgba(255, 255, 255, .94);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4; }
.introduction__benefits li::before {
  content: "✓";
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid #8eb0ff;
  border-radius: 0;
  background: rgba(52, 100, 224, .2);
  color: #fff;
  font-size: 12px;
  font-weight: 800; }
.introduction__info-note {
  width: min(100%, 360px);
  margin-top: 11px;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center; }

@media (max-width: 768px) {
  .introduction {
    min-height: 570px;
    padding: 82px 0 92px; }
  .introduction::after {
    background: linear-gradient(90deg, rgba(16, 27, 62, .94) 0%, rgba(16, 27, 62, .76) 72%, rgba(16, 27, 62, .3) 100%); }
  .introduction__info-title {
    font-size: clamp(36px, 9vw, 50px); } }

@media (max-width: 480px) {
  .introduction {
    min-height: 0;
    padding: 68px 0 76px;
    background-image: url(../../assets/images/introduction-pest-control-mobile.webp);
    background-position: center; }
  .introduction::after {
    background: linear-gradient(90deg, rgba(16, 27, 62, .96) 0%, rgba(16, 27, 62, .82) 68%, rgba(16, 27, 62, .48) 100%); }
  .introduction__info-eyebrow {
    margin-bottom: 18px;
    padding: 7px 10px 7px 31px;
    font-size: 13px; }
  .introduction__info-eyebrow::before {
    left: 10px;
    font-size: 15px; }
  .introduction__info-title {
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 1.08; }
  .introduction__info-text {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 1.6; }
  .introduction__info-phone {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    border-radius: 0; }
  .introduction__benefits {
    gap: 12px;
    margin-bottom: 27px; }
  .introduction__benefits li {
    padding-left: 27px;
    font-size: 14px; }
  .introduction__info-note {
    width: 100%; } }

/* Modern mobile navigation */
.header__menu-heading,
.header__menu-backdrop {
  display: none; }

@media (max-width: 900px) {
  .header {
    position: relative;
    z-index: 1002; }
  .header__main-wrapper {
    position: relative;
    z-index: 1004;
    background: #fff; }
  .header__menu {
    position: fixed;
    z-index: 1003;
    top: 80px;
    right: 16px;
    left: auto;
    display: block;
    width: min(380px, calc(100vw - 32px));
    max-height: calc(100vh - 96px);
    padding: 22px;
    overflow-y: auto;
    border: 1px solid #cfdbf7;
    border-top: 4px solid #3464E0;
    background: #fff;
    box-shadow: 0 22px 55px rgba(23, 34, 77, .24);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .header__menu.opened {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto; }
  .header__menu-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 0 4px 14px;
    border-bottom: 1px solid #dce4f5; }
  .header__menu-heading span {
    color: #17224D;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase; }
  .header__menu-heading small {
    color: #686B77;
    font-size: 11px;
    font-weight: 600; }
  .header__menu ul,
  .header__menu.opened ul {
    position: static;
    display: grid;
    width: auto;
    padding: 0;
    background: transparent;
    font-size: 18px;
    line-height: 1.2;
    text-align: left; }
  .header__menu.opened ul li,
  .header__menu ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e4e9f4; }
  .header__menu.opened ul li a,
  .header__menu ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 10px 4px;
    color: #17224D;
    font-weight: 600; }
  .header__switch-button {
    position: relative;
    z-index: 1005;
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #cfdbf7;
    border-radius: 0;
    background: #f3f6ff;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease; }
  .header__switch-button span {
    position: absolute;
    left: 10px;
    display: block;
    width: 22px;
    height: 2px;
    margin: 0;
    border-radius: 0;
    background: #3464E0;
    transform-origin: center;
    transition: transform .25s ease, background .25s ease; }
  .header__switch-button .line1 {
    top: 16px;
    margin: 0;
    transform: none;
    transform-origin: center; }
  .header__switch-button .line2 {
    top: 25px;
    margin: 0;
    transform: none;
    transform-origin: center; }
  .header__switch-button.opened {
    border-color: #17224D;
    background: #17224D; }
  .header__switch-button.opened span {
    background: #fff; }
  .header__switch-button.opened .line1 {
    top: 20px;
    transform: rotate(45deg); }
  .header__switch-button.opened .line2 {
    top: 20px;
    transform: rotate(-45deg); }
  .header__menu-backdrop {
    position: fixed;
    z-index: 1001;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(16, 27, 62, .62);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease; }
  .header__menu-backdrop.opened {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

@media (max-width: 480px) {
  .header__menu {
    top: 76px;
    right: 12px;
    width: calc(100vw - 24px);
    max-height: calc(100vh - 88px);
    padding: 18px; }
  .header__menu.opened ul li a,
  .header__menu ul li a {
    min-height: 51px;
    font-size: 17px; } }

@media (prefers-reduced-motion: reduce) {
  .header__menu,
  .header__menu-backdrop,
  .header__switch-button span {
    transition: none; } }

/* Unified Lucide icon system and revised content sections */
.introduction__info-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-left: 12px; }
.introduction__info-eyebrow::before,
.introduction__benefits li::before {
  content: none; }
.introduction__info-eyebrow img {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1); }
.introduction__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding-left: 0; }
.introduction__benefits li img {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  filter: brightness(0) invert(1); }

.advantages__list {
  align-items: stretch; }
.advantages__list-item {
  flex: 1 1 300px;
  max-width: 350px;
  align-items: flex-start; }
.pest-benefit-icon {
  border-radius: 0;
  background: #fff; }
.pest-benefit-icon img {
  width: 28px;
  height: 28px; }

.about {
  padding: 100px 0;
  background: #fff; }
.about__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 72px; }
.about__media {
  position: relative;
  align-self: stretch;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #e9efff; }
.about__media > picture {
  display: block;
  width: 100%;
  height: 100%; }
.about__media > picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }
.about__media-label {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  min-width: 220px;
  padding: 20px 24px;
  background: #3464E0;
  color: #fff; }
.about__media-label strong {
  font-size: 18px; }
.about__media-label span {
  margin-top: 3px;
  color: rgba(255,255,255,.8);
  font-size: 13px; }
.about__content {
  align-self: center; }
.about__eyebrow {
  margin-bottom: 14px;
  color: #3464E0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase; }
.about .about__title {
  margin-bottom: 22px;
  color: #17224D;
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.16; }
.about__lead {
  margin-bottom: 32px;
  color: #686B77;
  font-size: 17px;
  line-height: 1.7; }
.about__features {
  display: grid;
  gap: 1px;
  background: #dce4f5; }
.about__features li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 17px;
  align-items: center;
  padding: 18px 20px;
  background: #f6f8ff; }
.about__features img {
  width: 28px;
  height: 28px;
  margin: 0 auto; }
.about__features span {
  color: #686B77;
  font-size: 14px;
  line-height: 1.45; }
.about__features strong {
  display: block;
  margin-bottom: 3px;
  color: #17224D;
  font-size: 16px; }

.service {
  padding: 100px 0 96px; }
.service__list-item {
  border-radius: 0; }
.service__list-item__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 34px;
  background: #e5edff; }
.service__list-item__icon img {
  display: block;
  width: 34px;
  height: 34px; }
.service__list-item__icon svg {
  display: none; }

.feedback {
  padding: 96px 0 112px;
  overflow: hidden;
  background: #f6f8ff; }
.feedback__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 46px; }
.feedback__eyebrow {
  margin-bottom: 10px;
  color: #3464E0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase; }
.feedback .feedback__title {
  margin-bottom: 12px;
  color: #17224D;
  text-align: left; }
.feedback .feedback__text {
  max-width: none;
  margin: 0;
  text-align: left; }
.feedback__summary {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 12px;
  min-width: 210px;
  padding: 18px 22px;
  border: 1px solid #d7e0f4;
  background: #fff; }
.feedback__summary strong {
  grid-row: span 2;
  color: #17224D;
  font-size: 35px;
  line-height: 1; }
.feedback__summary small {
  color: #686B77;
  font-size: 11px; }
.feedback__stars {
  color: #f6b500;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1; }
.feedback .slick-track {
  gap: 24px; }
.feedback .slick-slide {
  text-align: left; }
.feedback .feedback__slider-item {
  min-height: 250px;
  max-width: none;
  margin: 0;
  padding: 26px;
  border: 1px solid #d7e0f4;
  background: #fff;
  text-align: left;
  text-align-last: left; }
.feedback__card-header {
  display: grid;
  grid-template-columns: 46px 1fr 22px;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px; }
.feedback__avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #3464E0;
  color: #fff;
  font-size: 14px;
  font-weight: 700; }
.feedback__avatar--blue {
  background: #3464E0; }
.feedback__avatar--green {
  background: #27866F; }
.feedback__avatar--violet {
  background: #7557B7; }
.feedback__avatar--orange {
  background: #D86A32; }
.feedback__card-header h3 {
  margin-bottom: 3px;
  color: #17224D;
  font-size: 15px; }
.feedback__card-header small {
  color: #8b91a0;
  font-size: 12px; }
.feedback__google {
  width: 22px;
  height: 22px; }
.feedback .feedback__slider-item__text {
  margin: 17px 0 0;
  color: #5d6678;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
  text-align-last: left; }
.feedback .slick-dots {
  bottom: -48px; }

.contact-us.with-bg-img {
  position: relative;
  padding: 86px 0;
  background-image: linear-gradient(90deg, rgba(16,27,62,.96), rgba(16,27,62,.72)), url(../../assets/images/contact-us-bg.webp);
  background-position: center;
  background-size: cover; }
.contact-us.with-bg-img.contact-us--compact {
  padding: 64px 0;
  background-position: center 58%; }
.contact-us.with-bg-img.contact-us--compact .contact-us__inner {
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 54px; }
.contact-us.with-bg-img.contact-us--compact .contact-us__info-title {
  font-size: clamp(30px, 3vw, 40px); }
.contact-us.with-bg-img.contact-us--compact .contact-us__action {
  padding: 24px; }
.contact-us.with-bg-img .contact-us__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 72px;
  align-items: center; }
.contact-us.with-bg-img .contact-us__info-title {
  max-width: 680px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.13; }
.contact-us.with-bg-img .contact-us__info-text {
  max-width: 680px;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.65; }
.contact-us__eyebrow {
  margin-bottom: 13px;
  color: #8eb0ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase; }
.contact-us__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 24px; }
.contact-us__points li {
  position: relative;
  padding-left: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 600; }
.contact-us__points li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #8eb0ff; }
.contact-us__action {
  padding: 30px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(16,27,62,.72); }
.contact-us__action > span {
  display: block;
  margin-bottom: 13px;
  color: #8eb0ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase; }
.contact-us.with-bg-img .contact-us__phone {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 20px;
  background: #3464E0;
  color: #fff; }
.contact-us.with-bg-img .contact-us__phone small {
  font-size: 13px;
  font-weight: 600; }
.contact-us.with-bg-img .contact-us__phone strong {
  margin-top: 3px;
  font-size: 19px; }
.contact-us__action > p {
  margin-top: 12px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  text-align: center; }

.how-it-works {
  padding: 100px 0;
  background: #e9efff;
  color: #273755; }
.how-it-works__heading {
  max-width: 760px;
  margin-bottom: 44px; }
.how-it-works__heading > span {
  display: block;
  margin-bottom: 12px;
  color: #3464E0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase; }
.how-it-works__heading h2 {
  margin-bottom: 16px;
  color: #17224D; }
.how-it-works__heading p {
  color: #566681;
  line-height: 1.6; }
.how-it-works__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; }
.how-it-works__step {
  min-height: 285px;
  padding: 28px 26px;
  border: 1px solid #cfdbf7;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 10px 28px rgba(47,97,216,.08); }
.how-it-works__number {
  color: #3464E0;
  font-size: 13px;
  font-weight: 700; }
.how-it-works__symbol {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 24px 0;
  border: 1px solid #b9caf2;
  border-radius: 0;
  background: #eff4ff; }
.how-it-works__symbol img {
  width: 29px;
  height: 29px; }
.how-it-works__step h3 {
  margin-bottom: 12px;
  color: #17224D;
  font-size: 20px; }
.how-it-works__step p {
  color: #63708a;
  font-size: 15px;
  line-height: 1.55; }
.how-it-works__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 32px;
  padding: 25px 28px;
  border: 1px solid #cfdbf7;
  border-radius: 0;
  background: #fff; }
.how-it-works__cta p {
  line-height: 1.5; }
.how-it-works__cta a {
  flex: 0 0 auto;
  padding: 14px 22px;
  border-radius: 0;
  background: #3464E0;
  color: #fff;
  font-weight: 600; }

.faq {
  padding-top: 90px; }

@media (max-width: 900px) {
  .about__layout {
    grid-template-columns: 1fr;
    gap: 42px; }
  .about__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 570 / 281; }
  .contact-us.with-bg-img .contact-us__inner {
    grid-template-columns: 1fr;
    gap: 36px; }
  .contact-us__action {
    max-width: 440px; }
  .how-it-works__steps {
    grid-template-columns: 1fr; }
  .how-it-works__step {
    min-height: 0; } }

@media (max-width: 600px) {
  .about,
  .service,
  .feedback,
  .how-it-works {
    padding-top: 64px;
    padding-bottom: 64px; }
  .advantages__list-item {
    max-width: none; }
  .about__media {
    min-height: 0; }
  .about__layout {
    gap: 34px; }
  .about__media-label {
    min-width: 190px;
    padding: 16px 18px; }
  .about__features li {
    grid-template-columns: 38px 1fr;
    padding: 16px 14px; }
  .feedback {
    padding-bottom: 94px; }
  .feedback__heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 32px; }
  .feedback__summary {
    width: 100%; }
  .feedback .feedback__slider-item {
    min-height: 0;
    padding: 22px; }
  .feedback .slick-track {
    gap: 0; }
  .feedback .slick-slide {
    margin: 0; }
  .contact-us.with-bg-img {
    padding: 64px 0; }
  .contact-us.with-bg-img .contact-us__info-title {
    font-size: 31px; }
  .contact-us__points {
    display: grid; }
  .contact-us__action {
    padding: 22px 18px; }
  .how-it-works__heading {
    margin-bottom: 30px; }
  .how-it-works__heading h2 {
    font-size: 29px; }
  .how-it-works__cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px; }
  .how-it-works__cta a {
    width: 100%;
    text-align: center; }
  .faq {
    padding-top: 72px; } }

@media (max-width: 900px) {
  .contact-us.with-bg-img.contact-us--compact .contact-us__inner {
    grid-template-columns: 1fr;
    gap: 32px; }
  .contact-us.with-bg-img.contact-us--compact .contact-us__action {
    width: 100%;
    max-width: 440px; } }

@media (max-width: 600px) {
  .contact-us.with-bg-img.contact-us--compact {
    padding: 56px 0; }
  .contact-us.with-bg-img.contact-us--compact .contact-us__info-title {
    font-size: 30px; }
  .contact-us.with-bg-img.contact-us--compact .contact-us__action {
    padding: 22px 18px; } }

@media (max-width: 480px) {
  .about__media {
    aspect-ratio: 3 / 2; } }
