*, *::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: #0F0F0F;
}

h2 {
  font-size: 24px;
  font-weight: 500;
  color: #0B0B0B;
}

h3 {
  font-size: 18px;
  font-weight: 500;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

a {
  text-decoration: none;
  color: #0F0F0F;
}

ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}

.logo-anchor {
  display: flex !important;
  align-items: center !important;
}
.logo-anchor:hover {
  opacity: 0.5;
}
.logo-anchor img {
  width: 48px !important;
  height: 48px !important;
}
.logo-anchor__text {
  color: #000 !important;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 22px !important;
  text-align: left !important;
  line-height: 100% !important;
}
.logo-anchor__text-title {
  text-align: left !important;
  line-height: 100% !important;
}

.logo-anchor.logo-anchor--footer {
  margin-bottom: 24px;
}

@media (max-width: 780px) {
  .logo-anchor img {
    width: 40px !important;
    height: 40px !important;
  }
}
@media (max-width: 380px) {
  .logo-anchor__text {
    font-size: 18px !important;
  }
}
.header {
  background-color: #fff;
  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 a {
  color: #000;
}
.header__menu a:hover {
  color: #EFBB20;
}
.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: #EFBB20 linear-gradient(89deg, rgba(255, 255, 255, 0.2) 22.96%, rgba(0, 0, 0, 0) 69.84%, #EFBB20);
  box-shadow: 6px 4px 17px 0 rgba(0, 0, 0, 0.19);
}
.header__phone:hover {
  background: transparent;
  border-color: #EFBB20;
  color: #EFBB20;
}

.introduction {
  background-color: #fff;
}
.introduction__inner {
  padding: 60px 0;
  position: relative;
}
.introduction__inner-image {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 1;
}
.introduction__info {
  padding: 53px 0 70px;
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.introduction__info-title {
  color: #EFBB20;
  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: 0px;
}
.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: #EFBB20 linear-gradient(89deg, rgba(255, 255, 255, 0.2) 22.96%, rgba(0, 0, 0, 0) 69.84%, #EFBB20);
  box-shadow: 6px 4px 17px 0 rgba(0, 0, 0, 0.19);
}
.introduction__info-link:hover {
  background: transparent;
  border-color: #EFBB20;
  color: #EFBB20;
}

.advantages {
  background-color: #F8F8F8;
  padding: 39px 0;
}
.advantages__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.advantages__list-item {
  text-align: center;
  background: #fff;
  max-width: 255px;
  border-radius: 5px;
  padding: 23px 21px 24px 21px;
  box-shadow: 2px 4px 17px 0 rgba(0, 0, 0, 0.1);
}
.advantages__list-item__icon {
  margin-bottom: 15px;
}
.advantages__list-item__name {
  margin-bottom: 10px;
}

.about {
  padding: 60px 0;
  overflow-x: hidden;
}
.about__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.about__info {
  max-width: 635px;
}
.about__info-heading {
  color: #EFBB20;
  margin-bottom: 10px;
}
.about__info-title {
  max-width: 488px;
  margin-bottom: 10px;
}
.about__image {
  width: 445px;
  height: 385px;
}
.about__image--mobile {
  display: none;
}

.poster {
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
  background: linear-gradient(89deg, rgba(255, 255, 255, 0.2) 22.96%, rgba(0, 0, 0, 0) 69.84%), #EFBB20;
  height: 419px;
}
.poster__info {
  max-width: 540px;
  padding: 77px 0;
  position: relative;
  z-index: 5;
}
.poster__info-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
.poster__info-text {
  margin-bottom: 35px;
}
.poster__info-phone {
  padding: 11px 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 20px;
  background: #0F0F0F;
  border: 1px solid transparent;
  box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.poster__info-phone:hover {
  color: #0F0F0F;
  border-color: #0F0F0F;
  background: transparent;
}
.poster__image {
  position: absolute;
  right: 0;
  top: 0;
}
.poster .poster__image--laptop_and_beyond {
  display: none;
}

.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;
  margin-bottom: 30px;
}
.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: 30px;
  width: 39px;
  height: 40px;
}
.faq__list-elem__question button {
  border: 1px solid #AEBCD1;
  border-radius: 50%;
  background-color: transparent;
  min-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);
  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: linear-gradient(89deg, rgba(255, 255, 255, 0.2) 22.96%, rgba(0, 0, 0, 0) 69.84%), #EFBB20;
  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 a:hover {
  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: 1080px) {
  .header__logo {
    font-size: 45px;
    line-height: 54px;
  }
  .header__menu ul li + li {
    margin-left: 15px;
  }
  .header__phone {
    padding: 8px 17px;
  }

  .faq .faq__list-elem__question h3 {
    max-width: 570px;
  }

  .poster {
    height: unset;
  }
  .poster__image {
    display: none;
  }
  .poster__info {
    max-width: unset;
  }
}
@media (max-width: 950px) {
  .header__phone {
    display: none;
  }

  .about__image {
    display: none;
  }
  .about__image--mobile {
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
  }

  .introduction__inner {
    padding: 40px 0 50px;
  }
  .introduction__inner-image {
    z-index: 1;
    opacity: .2;
  }
}
@media (max-width: 780px) {
  .header__menu ul {
    display: none;
    position: absolute;
    padding: 50px 0 63px;
    background-color: #fff;
    top: 74px;
    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;
  }
  .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;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 16px;
  }

  .header__logo {
    font-size: 42px;
  }

  .introduction__inner {
    padding: 40px 0 50px;
  }
  .introduction__inner-image {
    width: 320px;
    right: -15px;
  }
  .introduction__info {
    padding: 0;
  }
  .introduction__info-title {
    position: relative;
    font-size: 32px;
  }
  .introduction__info-parahraph {
    position: relative;
    font-size: 16px;
  }
  .introduction__info-list {
    position: relative;
    font-size: 16px;
    font-weight: 300;
  }

  .advantages {
    padding: 30px 0;
  }
  .advantages__list {
    gap: 15px;
  }
  .advantages__list-item {
    max-width: unset;
  }

  .about {
    padding: 50px 0;
  }
  .about__title {
    margin-bottom: 15px;
  }
  .about__image--mobile {
    right: -162px;
  }

  .poster {
    padding: 20px 0 40px;
  }
  .poster__info {
    padding: 0;
  }
  .poster__info-title {
    font-size: 24px;
  }
  .poster__info-text {
    margin-bottom: 41px;
  }
  .poster .poster__image--laptop_and_beyond {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }

  .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-menu {
    width: 100%;
  }
  .footer__inner-menu__heading {
    margin-bottom: 20px;
  }
  .footer__inner-menu__list li + li {
    margin-top: 15px;
  }
}
