*,
*::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 {
    display: flex;
    align-items: center; }
    .header__logo-icon {
      max-width: 40px; }
    .header__logo-name {
      color: #00C170;
      font-size: 24px;
      line-height: 70%;
      font-weight: bold; }
      .header__logo-name small {
        font-size: 19px; }
  .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: url(../../assets/images/introduction-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .introduction__inner {
    padding: 125px 0 214px; }
    .introduction__inner-image {
      position: absolute;
      right: 0;
      top: 0;
      z-index: -5; }
  .introduction__info {
    padding: 34px 30px 31px 30px;
    max-width: 730px;
    background: rgba(77, 77, 77, 0.28); }
    .introduction__info-title {
      color: #00C170;
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 10px; }
    .introduction__info-paragraph {
      margin-bottom: 10px;
      color: #fff; }
    .introduction__info-list {
      font-size: 18px;
      line-height: 135.9%;
      margin-bottom: 35px; }
      .introduction__info-list li {
        padding-left: 30px;
        position: relative; }
        .introduction__info-list li + li {
          margin-top: 10px; }
        .introduction__info-list li::before {
          content: url("../../assets/icons/check-mark.svg");
          position: absolute;
          left: 0;
          bottom: 6px; }
    .introduction__info-link {
      padding: 11px 22px;
      color: #fff;
      text-align: center;
      border: 1px solid transparent;
      font-size: 18px;
      font-weight: 400;
      border-radius: 10px;
      background: #00C170;
      box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1); }
      .introduction__info-link:hover {
        background: transparent;
        border-color: #00C170;
        color: #00C170; }

.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 {
        margin-bottom: 20px; }
      .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;
    margin-bottom: 44px; }
  .about__image-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px; }
    .about__image-stats__elem {
      display: flex;
      align-items: center;
      gap: 15px; }
      .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__phone {
    padding: 11px 0;
    width: 190px;
    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);
    display: block; }
    .contact-us__phone:hover {
      background: transparent;
      border-color: #fff;
      color: #fff; }

.service {
  padding: 50px 0 100px;
  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;
        margin: 0 auto 15px; }
      .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: 0 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 + li {
        margin-top: 15px; }
  .why-us__image {
    position: relative; }
    .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: 50px 0;
  position: relative;
  overflow: hidden; }
  .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: 36px 30px 54px 30px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    position: relative; }
    .feedback__slider-item::before {
      content: url("../../assets/images/feedback/feedback-icon.png");
      position: absolute;
      top: 26px;
      right: 48px; }
    .feedback__slider-item__user {
      display: flex;
      align-items: center;
      gap: 30px;
      margin-bottom: 35px; }
      .feedback__slider-item__user .feedback__user-info__name {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 600;
        line-height: 133.333%; }
      .feedback__slider-item__user .feedback__user-info__position {
        color: #00C170;
        font-size: 18px;
        font-weight: 400;
        line-height: 133.333%; }

.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 {
    margin-bottom: 24px;
    display: flex;
    align-items: center; }
    .footer__inner-logo__anchor-icon {
      max-width: 40px; }
    .footer__inner-logo__anchor-name {
      color: #fff;
      font-size: 24px;
      line-height: 70%;
      font-weight: bold; }
      .footer__inner-logo__anchor-name small {
        font-size: 19px; }
  .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; }

  .feedback__slider-item::before {
    content: ""; } }
@media (max-width: 780px) {
  .header__menu ul {
    display: none;
    position: absolute;
    padding: 50px 0 63px;
    background-color: #fff;
    top: 76px;
    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: #00C170; }
      .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: #fff;
    border: none;
    border-radius: 50%;
    padding: 12px 10px;
    cursor: pointer; }
    .header__switch-button span {
      display: block;
      background-color: #000;
      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); }

  .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: url(../../assets/images/introduction-mobile-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 88px 0 95px; }
    .introduction__info {
      background-color: transparent;
      padding: 0; }
      .introduction__info-title {
        font-size: 32px;
        margin-bottom: 15px; }
      .introduction__info-paragraph {
        margin-bottom: 35px; }
      .introduction__info-list li::before {
        bottom: 4px; }
    .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: 20px 0; }
    .contact-us__info-title {
      font-size: 24px;
      margin-bottom: 15px; }
    .contact-us__info-text {
      font-size: 16px;
      font-weight: 400; }
    .contact-us__phone {
      font-size: 16px; }

  .service {
    padding: 50px 0 25px; }
    .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: 25px 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; }
    .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 10px 23px 10px; }
      .feedback__slider-item__user {
        margin-bottom: 20px; }

  .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; } }
