*,
*::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: #17224D; }

h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px; }

h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; }

p {
  color: #686A6F;
  font-size: 18px;
  line-height: 24px; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px; }

.header {
  padding: 18px 0;
  position: relative;
  z-index: 5;
  background: #fff;
  box-shadow: 0 9px 33px 0 rgba(0, 0, 0, 0.15);
  color: #333; }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    gap: 10px;
    display: flex;
    align-items: center; }
    .header__logo-icon {
      width: 52px;
      max-width: 52px; }
    .header__logo-copy {
      display: flex;
      flex-direction: column;
      gap: 4px; }
    .header__logo-name {
      color: #00C170;
      font-size: 23px;
      line-height: 1;
      font-weight: bold; }
    .header__logo-copy small {
      color: #686A6F;
      font-size: 11px;
      font-weight: 600;
      line-height: 1; }
  .header__menu {
    font-size: 16px;
    font-weight: 500; }
    .header__menu a {
      color: #333; }
    .header__menu ul {
      display: flex; }
      .header__menu ul li + li {
        margin-left: 30px; }
  .header__switch-button {
    display: none; }
  .header__phone {
    padding: 11px 22px;
    color: #FFF;
    text-align: center;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    background: #00C170;
    box-shadow: 6px 4px 17px 0 rgba(0, 0, 0, 0.19); }
    .header__phone:hover {
      background: transparent;
      border-color: #00C170;
      color: #00C170; }

/*INTRODUCTION*/
.introduction {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  color: #fff;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.52) 45%, rgba(0, 0, 0, 0.18) 75%, rgba(0, 0, 0, 0.04) 100%), url(../../assets/images/introduction-bg.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover; }
  .introduction__inner {
    padding: 120px 0 205px; }
    .introduction__inner-image {
      position: absolute;
      right: 0;
      top: 0;
      z-index: -5; }
  .introduction__info {
    padding: 38px 34px 35px 34px;
    width: 100%;
    max-width: 730px;
    background: rgba(0, 0, 0, 0.56);
    border-left: 5px solid #00C170; }
    .introduction__info-title {
      color: #00C170;
      font-size: 40px;
      line-height: 1.12;
      font-weight: 600;
      overflow-wrap: normal;
      word-break: normal;
      hyphens: none;
      margin-bottom: 14px; }
      .introduction__info-title .no-break {
        white-space: nowrap; }
    .introduction__info-paragraph {
      margin-bottom: 18px;
      color: #fff; }
    .introduction__info-list {
      font-size: 18px;
      line-height: 135.9%;
      margin-bottom: 30px; }
      .introduction__info-list li {
        display: flex;
        align-items: center;
        gap: 12px;
        padding-left: 30px;
        position: relative; }
        .introduction__info-list li + li {
          margin-top: 10px; }
        .introduction__info-list li img {
          width: 20px;
          height: 20px;
          flex: 0 0 20px;
          margin-left: -30px;
          filter: brightness(0) invert(1); }
    .introduction__info-link {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      padding: 15px 28px;
      color: #fff;
      text-align: center;
      border: 1px solid transparent;
      font-size: 18px;
      font-weight: 700;
      border-radius: 10px;
      background: #00C170;
      box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1); }
      .introduction__info-link img {
        width: 30px;
        height: 30px;
        filter: brightness(0) invert(1); }
      .introduction__info-link span {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        line-height: 1.15; }
      .introduction__info-link small {
        margin-top: 3px;
        font-size: 16px;
        font-weight: 600; }
      .introduction__info-link:hover {
        background: transparent;
        border-color: #00C170;
        color: #00C170; }
        .introduction__info-link:hover img {
          filter: invert(51%) sepia(89%) saturate(1652%) hue-rotate(123deg) brightness(95%) contrast(101%); }

.advantages {
  margin-top: -114px;
  position: relative;
  z-index: 5;
  padding-bottom: 90px; }
  .advantages__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; }
    .advantages__list-item {
      text-align: center;
      background-color: #fff;
      max-width: 350px;
      padding: 42px 21px 25px 21px;
      border-radius: 5px;
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
      height: 334px; }
      .advantages__list-item.second-advantage {
        background-color: #00C170;
        color: #fff;
        height: 369px;
        margin-top: -35px; }
        .advantages__list-item.second-advantage .advantages__list-item__title,
        .advantages__list-item.second-advantage .advantages__list-item__description {
          color: #fff; }
      .advantages__list-item__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 20px;
        filter: invert(51%) sepia(89%) saturate(1652%) hue-rotate(123deg) brightness(95%) contrast(101%); }
      .advantages__list-item.second-advantage .advantages__list-item__icon {
        filter: brightness(0) invert(1); }
      .advantages__list-item__title {
        margin-bottom: 15px;
        color: #0F0F0F; }
      .advantages__list-item__description {
        color: #686A6F;
        font-size: 18px;
        line-height: 26px; }

/*ABOUT*/
.about {
  padding: 70px 0;
  background-color: #F8F8F8; }
  .about__inner {
    display: flex;
    justify-content: space-between;
    gap: 30px; }
  .about__info {
    max-width: 539px; }
    .about__info-heading {
      color: #00C170;
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 500;
      line-height: 135.9%; }
    .about__info-title {
      margin-bottom: 15px; }
  .about__image-img {
    max-height: 381px;
    display: block; }
  .about__image-stats {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 42px;
    margin-top: 32px;
    flex-wrap: wrap; }
    .about__image-stats__elem {
      display: flex;
      align-items: center;
      gap: 15px; }
      .about__image-stats__elem img {
        width: 44px;
        height: 44px;
        filter: invert(51%) sepia(89%) saturate(1652%) hue-rotate(123deg) brightness(95%) contrast(101%); }
      .about__image-stats__elem h3 {
        color: #000; }
      .about__image-stats__elem p {
        max-width: 210px;
        width: 100%;
        color: #686A6F;
        font-size: 18px;
        line-height: 24px; }
  .about .about__image--laptop_and_beyond {
    display: none; }

.contact-us {
  color: #fff;
  background: #00C170;
  padding: 65px 0; }
  .contact-us__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap; }
  .contact-us__info-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: normal; }
  .contact-us__info-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff; }
  .contact-us__list {
    display: grid;
    gap: 8px;
    margin-top: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45; }
    .contact-us__list li {
      position: relative;
      padding-left: 24px; }
      .contact-us__list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 8px;
        height: 8px;
        background: #fff; }
  .contact-us__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 22px;
    min-width: 220px;
    color: #000;
    text-align: center;
    border: 1px solid transparent;
    font-size: 18px;
    border-radius: 10px;
    background: #fff;
    font-weight: 400;
    box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1); }
    .contact-us__phone img {
      width: 24px;
      height: 24px; }
    .contact-us__phone:hover {
      background: transparent;
      border-color: #fff;
      color: #fff; }
      .contact-us__phone:hover img {
        filter: brightness(0) invert(1); }

.service {
  padding: 60px 0 120px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative; }
  .service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; }
    .service__list-first {
      max-width: 350px; }
      .service__list-first__heading {
        margin-bottom: 10px;
        color: #00C170; }
      .service__list-first__name {
        margin-bottom: 15px; }
      .service__list-first__text {
        color: #686A6F;
        font-size: 18px;
        line-height: 24px; }
    .service__list-item {
      text-align: center;
      max-width: 350px;
      width: 100%;
      padding: 25px 21px 15px 21px;
      border-radius: 5px;
      background-color: #fff;
      box-shadow: 5px 4px 14px 0 rgba(0, 0, 0, 0.15);
      border-bottom: 5px solid #00C170; }
      .service__list-item__icon {
        display: block;
        width: 88px;
        height: 88px;
        margin: 0 auto 18px; }
      .service__list-item__name {
        color: #0F0F0F;
        margin-bottom: 10px; }
      .service__list-item__description {
        color: #686A6F;
        font-size: 18px;
        line-height: 26px; }
  .service__button-container {
    display: none;
    justify-content: center; }
  .service__button {
    background: #00C170;
    width: 190px;
    border: none;
    padding: 11px 15px;
    color: #fff;
    display: block;
    margin-top: 30px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600; }

.why-us {
  padding: 75px 0 85px; }
  .why-us__inner {
    display: flex;
    gap: 30px;
    justify-content: center; }
  .why-us__info {
    max-width: 538px; }
    .why-us__info-heading {
      color: #00C170;
      margin-bottom: 10px; }
    .why-us__info-title {
      color: #0F0F0F;
      margin-bottom: 10px; }
    .why-us__info-text {
      color: #686A6F;
      margin-bottom: 20px; }
    .why-us__info-list li {
      display: flex;
      gap: 10px;
      align-items: center;
      color: #686A6F;
      font-size: 18px;
      line-height: 135.9%; }
      .why-us__info-list li img {
        width: 24px;
        height: 24px;
        filter: invert(51%) sepia(89%) saturate(1652%) hue-rotate(123deg) brightness(95%) contrast(101%); }
      .why-us__info-list li + li {
        margin-top: 15px; }
  .why-us__image {
    position: relative;
    flex-shrink: 0; }
    .why-us__image img {
      display: block;
      width: 540px;
      max-width: 100%;
      height: auto; }
    .why-us__image-text {
      position: absolute;
      background-color: #fff;
      border-left: 10px solid #00C170;
      color: #686A6F;
      padding: 22px 20px 22px 10px;
      max-width: 410px;
      bottom: 40px;
      left: -86px;
      box-shadow: 5px 4px 14px 0 rgba(0, 0, 0, 0.15); }

.feedback {
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden;
  background: #F8F8F8; }
  .feedback .slick-track {
    display: flex !important;
    justify-content: space-between !important;
    padding: 30px 0;
    gap: 24px; }
  .feedback .slick-slide {
    width: 570px !important; }
  .feedback .slick-dots {
    position: absolute;
    top: -10px;
    right: 0;
    width: unset; }
  .feedback .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: #797979;
    border-radius: 50%;
    border: 2px solid transparent;
    font-size: 0; }
  .feedback .slick-dots li.slick-active button:before {
    background-color: #E2E2E2;
    border-radius: 50%;
    border-color: #00C170;
    font-size: 0; }
  .feedback__slider-item {
    max-width: 570px;
    width: 100%;
    padding: 24px 24px 28px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #E6E8EB;
    box-shadow: 0 2px 8px 0 rgba(60, 64, 67, 0.12);
    position: relative; }
    .feedback__slider-item::before {
      content: none; }
    .feedback__review-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 12px; }
    .feedback__slider-item__user {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0; }
      .feedback__slider-item__user .feedback__user-info__name {
        margin-bottom: 3px;
        color: #202124;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25; }
      .feedback__slider-item__user .feedback__user-info__position {
        color: #70757A;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.25; }
    .feedback__slider-item__text {
      color: #3C4043;
      font-size: 15px;
      line-height: 1.55; }

.feedback__title {
  margin-bottom: 8px; }
.feedback__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  color: #fff;
  border-radius: 50%;
  font-size: 19px;
  font-weight: 700; }
.feedback__avatar--blue {
  background: #1A73E8; }
.feedback__avatar--red {
  background: #C5221F; }
.feedback__avatar--green {
  background: #188038; }
.feedback__avatar--purple {
  background: #8E24AA; }
.feedback__avatar--orange {
  background: #F29900; }
.feedback__avatar--slate {
  background: #455A64; }
.feedback__google-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  border: 1px solid #E6E8EB;
  color: transparent;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.12);
  position: relative; }
  .feedback__google-icon::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%234285F4' d='M17.64 9.2c0-.64-.06-1.25-.16-1.84H9v3.48h4.84a4.14 4.14 0 0 1-1.8 2.72v2.26h2.91c1.7-1.57 2.69-3.88 2.69-6.62z'/%3E%3Cpath fill='%2334A853' d='M9 18c2.43 0 4.47-.8 5.96-2.18l-2.91-2.26c-.81.54-1.84.86-3.05.86-2.35 0-4.34-1.58-5.05-3.72H.94v2.33A9 9 0 0 0 9 18z'/%3E%3Cpath fill='%23FBBC05' d='M3.95 10.7A5.41 5.41 0 0 1 3.66 9c0-.59.1-1.16.29-1.7V4.97H.94A9 9 0 0 0 0 9c0 1.45.35 2.82.94 4.03l3.01-2.33z'/%3E%3Cpath fill='%23EA4335' d='M9 3.58c1.32 0 2.51.45 3.44 1.35l2.58-2.58C13.46.9 11.43 0 9 0A9 9 0 0 0 .94 4.97L3.95 7.3C4.66 5.16 6.65 3.58 9 3.58z'/%3E%3C/svg%3E") center / contain no-repeat; }

.how-it-works {
  padding: 75px 0;
  background: #F8F8F8; }
  .how-it-works__heading {
    color: #00C170;
    margin-bottom: 10px;
    text-align: center; }
  .how-it-works__title {
    margin-bottom: 32px;
    text-align: center; }
  .how-it-works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; }
  .how-it-works__item {
    position: relative;
    min-height: 265px;
    padding: 32px 24px 28px;
    background: #fff;
    border-radius: 0;
    border-bottom: 5px solid #00C170;
    box-shadow: 5px 4px 14px 0 rgba(0, 0, 0, 0.15); }
    .how-it-works__item img {
      width: 52px;
      height: 52px;
      margin-bottom: 22px;
      filter: invert(51%) sepia(89%) saturate(1652%) hue-rotate(123deg) brightness(95%) contrast(101%); }
    .how-it-works__item span {
      position: absolute;
      right: 22px;
      top: 22px;
      color: #E2E2E2;
      font-size: 42px;
      font-weight: 800;
      line-height: 1; }
    .how-it-works__item h3 {
      margin-bottom: 12px;
      color: #0F0F0F; }
    .how-it-works__item p {
      font-size: 17px;
      line-height: 25px; }

.faq {
  padding: 50px 0 100px; }
  .faq__title {
    margin-bottom: 30px;
    text-align: center; }
  .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 {
        font-size: 20px;
        font-weight: 500; }
      .faq__list-elem__question:hover h3 {
        color: #00C170; }
      .faq__list-elem__question:hover button {
        border-color: #00C170; }
        .faq__list-elem__question:hover button span {
          background-color: #00C170; }
      .faq__list-elem__question::before {
        content: url("../../assets/icons/question-mark.svg");
        background-color: #00C170;
        border-radius: 50%;
        position: absolute;
        left: 30px;
        top: 30px;
        height: 40px;
        width: 40px; }
      .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-left: 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: #00C170; }
        .faq__list-elem.opened button span {
          background-color: #00C170; }
      .faq__list-elem.opened .faq__list-elem__question {
        color: #00C170; }
      .faq__list-elem.opened .faq__list-elem__answer {
        height: unset; }

.footer__main {
  background: #00C170;
  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__anchor {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
    .footer__inner-logo__anchor-icon {
      width: 52px;
      max-width: 52px; }
    .footer__inner-logo__anchor-name {
      color: #fff;
      font-size: 24px;
      line-height: 1;
      font-weight: bold; }
    .footer__inner-logo__anchor-copy {
      display: flex;
      flex-direction: column;
      gap: 4px; }
      .footer__inner-logo__anchor-copy small {
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        line-height: 1; }
  .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 {
    color: #fff;
    display: block;
    max-width: 475px; }
.footer__copyright {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 4px 0; }

@media (max-width: 1080px) {
  .header__menu ul li + li {
    margin-left: 15px; }
  .header__phone {
    padding: 8px 17px; }

  .faq .faq__list-elem__question h3 {
    max-width: 570px; } }
@media (max-width: 950px) {
  .header__phone {
    display: none; }

  .about__image-img {
    width: 100%; }

  .why-us__inner {
    display: block; }
  .why-us__info {
    max-width: unset; }
  .why-us__image {
    display: none; } }
@media (max-width: 900px) {
  .how-it-works__list {
    grid-template-columns: 1fr; }
  .how-it-works__item {
    min-height: unset; } }
@media (max-width: 780px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 300; }
  .header__menu ul {
    display: grid;
    align-content: start;
    gap: 0;
    position: absolute;
    padding: 12px 18px 18px;
    background: #fff;
    top: 76px;
    left: 0;
    right: 0;
    width: 100vw;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    z-index: 280;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
    transform: translateY(-14px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease; }
  .header__menu.opened {
    z-index: 280; }
    .header__menu.opened ul {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
      .header__menu.opened ul li {
        margin: 0;
        padding: 0; }
        .header__menu.opened ul li a {
          display: flex;
          align-items: center;
          min-height: 46px;
          padding: 0 6px;
          color: #333;
          border-bottom: 1px solid #EFEFEF; }
          .header__menu.opened ul li a:hover {
            color: #00A862; }
  .header__switch-button {
    position: relative;
    z-index: 310;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    padding: 0;
    cursor: pointer; }
    .header__switch-button span {
      display: block;
      position: absolute;
      left: 10px;
      top: 19px;
      background-color: #000;
      border-radius: 4px;
      height: 2px;
      width: 20px; }
    .header__switch-button .line1 {
      transition: transform 0.4s ease-in-out;
      transform: translateY(-7px); }
    .header__switch-button .line2 {
      transition: transform 0.2s ease-in-out;
      transform: translateY(0); }
    .header__switch-button .line3 {
      transition: transform 0.4s ease-in-out;
      transform: translateY(7px); }
    .header__switch-button.opened {
      background-color: #fff; }
      .header__switch-button.opened span {
        background-color: #000; }
      .header__switch-button.opened .line1 {
        transform: translateY(0) rotate(45deg); }
      .header__switch-button.opened .line2 {
        transform: scaleX(0); }
      .header__switch-button.opened .line3 {
        transform: translateY(0) rotate(-45deg); }

  .introduction__info-title {
    font-size: clamp(28px, 7vw, 36px); }

  .advantages__list-item.second-advantage {
    margin-top: 0; }

  .about__info {
    max-width: unset; }
  .about__image {
    display: none; }
  .about .about__image--laptop_and_beyond {
    display: block;
    margin-bottom: 15px;
    width: 100%; }

  .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: 480px) {
  .introduction {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.54) 45%, rgba(0, 0, 0, 0.66) 100%), url(../../assets/images/introduction-mobile-bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 48px 0 92px; }
    .introduction__info {
      background: rgba(0, 0, 0, 0.6);
      border-left: 4px solid #00C170;
      padding: 22px 18px; }
      .introduction__info-title {
        font-size: clamp(21px, 6.2vw, 30px);
        margin-bottom: 15px; }
      .introduction__info-paragraph {
        margin-bottom: 20px; }
      .introduction__info-link {
        width: 100%;
        justify-content: center;
        padding: 14px 18px; }
    .introduction__inner {
      padding: 0; }

  .advantages {
    margin-top: -50px;
    padding-bottom: 25px; }
    .advantages__list {
      gap: 15px; }
      .advantages__list-item {
        padding: 33px 21px 18px 21px;
        height: unset; }

  .about {
    padding: 50px 0; }
    .about__info-heading {
      display: none; }
    .about__info-title {
      margin-bottom: 20px; }

  .contact-us {
    padding: 36px 0; }
    .contact-us__info-title {
      font-size: 24px;
      margin-bottom: 15px; }
    .contact-us__info-text {
      font-size: 16px;
      font-weight: 400; }
    .contact-us__phone {
      width: 100%;
      font-size: 16px; }

  .service {
    padding: 50px 0 55px; }
    .service__list {
      gap: 15px; }
      .service__list-first__heading {
        display: none; }
      .service__list-item {
        display: none;
        max-width: unset; }
        .service__list-item.opened {
          display: block; }
    .service__button-container {
      display: flex; }

  .why-us {
    padding: 45px 0; }
    .why-us__info-heading {
      display: none; }
    .why-us__image {
      display: block;
      margin-top: 20px; }
      .why-us__image img {
        width: 100%; }
      .why-us__image-text {
        display: none; }

  .feedback {
    position: static;
    padding: 45px 0 60px; }
    .feedback__title {
      margin-bottom: 0; }
    .feedback .slick-dots {
      bottom: -20px;
      top: unset;
      right: unset;
      width: 100%; }
    .feedback .slick-track {
      padding: 30px 0;
      gap: 10px; }
    .feedback .slick-slide {
      height: unset !important; }
    .feedback__slider-item {
      padding: 20px 16px 23px; }
      .feedback__slider-item__user {
        margin-bottom: 0; }
    .feedback__slider-item__text {
      font-size: 14px; }

  .faq {
    padding: 55px 0 60px; }
    .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; } }

/*LOCATION BADGE (CALL BAND)*/
.contact-us__info-location {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #007A47;
  border-radius: 999px;
  background: rgba(255, 255, 255, 1); }

/*REVIEW STARS*/
.feedback__user-info__rating {
  margin: 0 0 12px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #FABB05;
  line-height: 1; }

/*STICKY CALL BUTTON*/
.sticky-call {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  width: 58px;
  height: 58px;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
  background: #00C170;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease; }
  .sticky-call.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .sticky-call:hover {
    background: #00a660; }
  .sticky-call__icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    filter: brightness(0) invert(1); }

@media (max-width: 768px) {
  .sticky-call {
    display: flex;
    left: auto;
    right: 18px;
    bottom: 18px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: transform 0.25s ease;
    animation: sticky-call-pulse 2.4s ease-in-out infinite; }
    .sticky-call.visible {
      transform: translateY(0); }
    .sticky-call__icon {
      animation: sticky-call-ring 2.4s ease-in-out infinite; }

  .footer__copyright {
    padding-bottom: 20px; } }

@keyframes sticky-call-pulse {
  0%, 100% {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(0, 193, 112, 0.42); }
  55% {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.25), 0 0 0 13px rgba(0, 193, 112, 0); } }

@keyframes sticky-call-ring {
  0%, 42%, 100% {
    transform: rotate(0); }
  48% {
    transform: rotate(-12deg); }
  54% {
    transform: rotate(12deg); }
  60% {
    transform: rotate(-8deg); }
  66% {
    transform: rotate(8deg); }
  72% {
    transform: rotate(0); } }

@media (prefers-reduced-motion: reduce) {
  .sticky-call,
  .sticky-call__icon {
    animation: none; } }
