*, *::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: #333; }

h2 {
  font-size: 24px;
  font-weight: 500; }

p {
  font-size: 18px;
  font-weight: 400; }

a {
  text-decoration: none;
  color: #333; }

ul {
  list-style: none; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px; }

.logo-anchor {
  display: flex;
  align-items: center; }
  .logo-anchor.logo-anchor--dark {
    margin-bottom: 24px; }
    .logo-anchor.logo-anchor--dark .logo-anchor__text {
      color: #333333; }
  .logo-anchor img {
    width: 58px;
    height: 58px; }
  .logo-anchor__text {
    color: #F9BF0F;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-align: left;
    line-height: 70%; }
    .logo-anchor__text-title {
      text-align: left;
      font-size: 32px;
      line-height: 100%; }

.header {
  padding: 18px 0;
  position: relative;
  z-index: 5;
  box-shadow: 0 4px 33px 0 rgba(0, 0, 0, 0.15); }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    width: 165px; }
  .header__menu {
    font-size: 16px;
    font-weight: 500; }
    .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: 20px;
    background: #F9BF0F;
    box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1); }
    .header__phone:hover {
      background: transparent;
      border-color: #EFBB20;
      color: #EFBB20; }

.introduction {
  background-image: url(../../assets/images/introduction-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 277px 0 90px;
  max-width: 1440px;
  margin: 0 auto; }
  .introduction__info {
    padding: 30px 30px 46px 30px;
    max-width: 600px;
    background: #fff;
    box-shadow: -7px 4px 34px 0px rgba(0, 0, 0, 0.15); }
    .introduction__info-title {
      color: #F9BF0F;
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 15px; }
    .introduction__info-paragraph {
      margin-bottom: 15px; }
    .introduction__info-list {
      font-size: 18px;
      line-height: 135.9%;
      margin-bottom: 25px; }
      .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: 600;
      border-radius: 20px;
      background: #F9BF0F;
      box-shadow: 6px 4px 17px 0 rgba(0, 0, 0, 0.19); }
      .introduction__info-link:hover {
        background: transparent;
        border-color: #EFBB20;
        color: #EFBB20; }

/*ABOUT*/
.about {
  padding: 90px 0; }
  .about__inner {
    display: flex;
    justify-content: space-between; }
  .about__info {
    max-width: 475px; }
    .about__info-heading {
      color: #EA8616;
      margin-bottom: 10px; }
    .about__info-title {
      margin-bottom: 10px; }
  .about__image {
    width: 577px;
    height: 417px; }
  .about .about__image--laptop_and_beyond {
    display: none; }

.advantages {
  background-color: transparent;
  padding-top: 90px;
  max-width: 1440px;
  margin: 0 auto; }
  .advantages__heading {
    color: #FFB400;
    text-align: center;
    margin-bottom: 10px; }
  .advantages__title {
    text-align: center;
    margin-bottom: 50px; }
  .advantages__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; }
    .advantages__list-item {
      max-width: 350px;
      padding: 30px 32px 23px 32px;
      border-radius: 2px;
      background: #fff;
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); }
      .advantages__list-item__icon {
        margin-bottom: 20px;
        width: 48px;
        height: 48px; }
      .advantages__list-item__name {
        margin-bottom: 10px; }
  .advantages__background-filling {
    background-color: #292D33;
    min-height: 196px;
    width: 100%;
    margin-top: -126px; }

/*QUOTE*/
.quote {
  display: flex;
  justify-content: center;
  padding: 45px 0;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #FFB400; }
  .quote__inner {
    text-align: center; }
    .quote__inner-title {
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 15px; }
    .quote__inner-text {
      margin-bottom: 41px; }
    .quote__inner-link {
      padding: 11px 22px;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      border-radius: 20px;
      background-color: #333;
      border: 1px solid transparent;
      box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1); }
      .quote__inner-link:hover {
        color: #333;
        border-color: #333;
        background: transparent; }

.service {
  padding: 100px 0 50px; }
  .service__title {
    margin-bottom: 15px;
    text-align: center; }
  .service__text {
    text-align: center;
    max-width: 847px;
    margin: 0 auto 35px;
    color: #5A5A5A; }
  .service__list {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .service__list-item {
      text-align: center;
      max-width: 255px;
      width: 100%;
      padding: 30px 15px;
      position: relative;
      border-radius: 5px;
      background: #FFF;
      box-shadow: 5px 4px 27px 0 rgba(0, 0, 0, 0.1); }
      .service__list-item__icon {
        margin-bottom: 15px; }
      .service__list-item__name {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 500;
        color: #000; }
      .service__list-item__description {
        color: #5A5A5A; }
  .service__button-container {
    display: none;
    justify-content: center; }
  .service__button {
    border-radius: 20px;
    background: #FFA812;
    border: none;
    padding: 11px 21px;
    cursor: pointer;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px; }

.price {
  padding: 45px 0 50px; }
  .price__title {
    color: #000;
    text-align: center;
    margin-bottom: 20px; }
  .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; }

.feedback {
  padding: 50px 0 0;
  overflow: hidden; }
  .feedback .slick-track {
    display: flex !important;
    justify-content: space-between !important;
    padding: 30px 0;
    gap: 24px; }
  .feedback .slick-slide {
    width: 350px !important; }
  .feedback .slick-dots {
    bottom: -40px; }
  .feedback .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: #797979;
    border-radius: 50%;
    font-size: 0; }
  .feedback .slick-dots li.slick-active button:before {
    background-color: #FFA812;
    border: none;
    border-radius: 50%;
    font-size: 0; }
  .feedback__heading {
    color: #EFBB20;
    margin-bottom: 10px;
    text-align: center; }
  .feedback__title {
    margin-bottom: 50px;
    text-align: center; }
  .feedback__slider-item {
    min-width: 350px;
    padding: 30px 30px 60px 30px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); }
    .feedback__slider-item__user {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 15px; }
      .feedback__slider-item__user .feedback__user-info__name {
        font-size: 14px;
        font-weight: 600;
        line-height: 24px; }
      .feedback__slider-item__user .feedback__user-info__position {
        color: #A7A7A7;
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        /* 200% */ }
    .feedback__slider-item__stars {
      margin-bottom: 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: 24px;
        font-weight: 500; }
      .faq__list-elem__question:hover h3 {
        color: #FFD500; }
      .faq__list-elem__question:hover button {
        border-color: #FFD500; }
        .faq__list-elem__question:hover button span {
          background-color: #FFD500; }
      .faq__list-elem__question::before {
        content: url("../../assets/icons/question-mark.svg");
        background-color: #FFD500;
        border-radius: 50%;
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        max-width: 39px;
        max-height: 39px; }
      .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: #FFD500; }
        .faq__list-elem.opened button span {
          background-color: #FFD500; }
      .faq__list-elem.opened .faq__list-elem__answer {
        height: unset; }

.footer__main {
  background-color: #FFB400;
  color: #333;
  padding: 30px 0 43px; }
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between; }
  .footer__inner-logo {
    max-width: 416px; }
    .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; }
  .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: 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 {
    padding-bottom: 0; }
    .about__info {
      max-width: unset; }
    .about__image {
      display: none; }

  .feedback .slick-slide {
    width: unset !important; } }
@media (max-width: 780px) {
  .header__menu ul {
    display: none;
    position: absolute;
    padding: 50px 0 63px;
    background-color: #fff;
    top: 94px;
    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: #FFB400; }
      .header__menu.opened ul li {
        margin: 0 0 10px 0;
        padding: 10px 0; }
  .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); }

  .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;
    padding-right: 15px; } }
@media (max-width: 640px) {
  .feedback .slick-slide {
    width: 100% !important; } }
@media (max-width: 480px) {
  p {
    font-size: 16px; }

  .header__logo {
    width: 220px; }

  .introduction {
    background-image: url(../../assets/images/introduction-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 113px 0 75px; }
    .introduction__info {
      padding: 0;
      color: #fff;
      background-color: transparent; }
      .introduction__info-title {
        font-size: 32px; }
      .introduction__info-paragraph {
        margin-bottom: 20px; }
      .introduction__info-list {
        font-size: 16px;
        margin-bottom: 41px; }
        .introduction__info-list li::before {
          bottom: 2px; }

  .about__info-title {
    margin-bottom: 15px; }
  .about .about__image--laptop_and_beyond {
    display: block;
    width: 100%;
    margin-bottom: 20px; }

  .advantages {
    padding-top: 40px; }
    .advantages__title {
      margin-bottom: 20px; }
    .advantages__list {
      gap: 15px; }
      .advantages__list-item {
        max-width: unset;
        padding: 26px 15px; }
    .advantages__background-filling {
      height: 639px;
      margin-top: -611px; }

  .quote {
    padding: 27px 0 40px; }
    .quote__inner-title {
      font-size: 24px; }

  .service {
    padding: 25px 0; }
    .service__title {
      margin-bottom: 20px; }
    .service__text {
      margin-bottom: 20px; }
    .service__list {
      gap: 15px; }
      .service__list-item {
        max-width: unset;
        padding: 23px 15px;
        display: none; }
        .service__list-item.opened {
          display: block; }
    .service__button-container {
      display: flex; }

  .price {
    padding: 25px 0; }
    .price__list-item {
      padding: 15px;
      font-size: 16px; }

  .feedback {
    padding: 25px 0; }
    .feedback__title {
      margin-bottom: 0; }
    .feedback .slick-track {
      gap: 0; }
    .feedback .slick-slide {
      margin-right: 10px; }
    .feedback__slider-item {
      min-width: unset;
      padding: 21px 27px 24px 15px; }

  .faq {
    padding: 25px 0 50px; }
    .faq .faq__list-elem__question h3 {
      font-size: 18px;
      font-weight: 500;
      max-width: 260px; }

  .footer__main {
    padding: 20px 0 63px; }
  .footer__inner-logo__image {
    width: 300px; }
  .footer__inner-menu {
    width: 100%; }
  .footer__inner-menu__heading {
    margin-bottom: 20px; }
  .footer__inner-menu__list li + li {
    margin-top: 15px; } }
