@media (max-width: 1230px) {
  .container {
    max-width: 1100px;
  }
  .header__nav {
    gap: 14px;
  }
  .contacts__img {
    max-width: 470px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 991px;
  }
  .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .benefit__content,
  .how__content,
  .exp__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .header .header__nav {
    display: none;
  }
  .burger {
    display: block;
  }
  .burger__menu a.main-btn {
    text-align: center;
    max-width: 220px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__nav a {
    display: none;
  }
  .footer__nav a.main-btn {
    display: block;
  }
  .footer__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .footer__top {
    margin-bottom: 40px;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .footer .header {
    padding: 0;
  }
  .footer .header .container {
    background: transparent;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
  .container {
    max-width: 576px;
  }
  .hero {
    padding-top: 50px;
    background: none;
  }
  .hero__img {
    display: block;
    width: 100%;
    height: auto;
  }
  .hero__content h1 {
    font-size: 28px;
  }
  .hero__content p {
    margin-top: 40px;
  }
  .title h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .title p {
    font-size: 16px;
  }
  .how__content,
  .facts__content,
  .reviews__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    width: 100%;
  }
  .how__devider {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .important__content {
    border-radius: 40px;
    padding: 20px;
  }
  .work__item img {
    height: 120px;
  }
  .quiz__txt h4,
  .quiz__txt li {
    font-size: 18px;
  }
  .quiz__txt li + li {
    margin-top: 16px;
  }
  .title p {
    margin-bottom: 30px;
  }
  .quiz__question {
    padding: 16px;
    font-size: 18px;
    border-radius: 20px 20px 0 0;
  }
  .quiz__bg {
    padding: 20px;
  }
  .how__item.transform {
    -webkit-transform: none;
            transform: none;
  }
  .how__item {
    width: 100%;
  }
  .quiz__answers__label {
    gap: 12px;
  }
  .contacts__form .form-input {
    padding: 16px;
  }
  .quiz .contacts__form {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-btn {
    padding: 16px 24px;
  }
  .testimonials__photo {
    height: 80px;
    width: 80px;
  }
  .testimonials__text {
    font-size: 14px;
  }
  .testimonials__item h3 {
    font-size: 18px;
  }
  .accordion__header {
    font-size: 18px;
  }
  .accordion__content p {
    font-size: 14px;
  }
  .accordion__header:after {
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
  }
  .contacts__form {
    max-width: 100%;
  }
  .footer__top {
    gap: 30px;
  }
  .slick-next, .slick-prev {
    height: 19px;
    width: auto;
  }
  .testimonials__item {
    padding: 30px 20px;
    min-height: 428px;
  }
  .thanks .container {
    padding-top: 120px;
  }
  .contacts {
    background: none;
  }
  .contacts .title h3 {
    font-size: 20px;
  }
  section {
    padding: 50px 0 70px !important;
  }
  .conf .container {
    padding: 0 15px;
    background: none;
  }
  .faq {
    background: none;
  }
  .how {
    margin-top: 0;
    background: none;
  }
  .benefit__item p {
    max-width: 100%;
  }
  .faq__item__text__head {
    font-size: 18px;
  }
  .faq__item,
  .contacts__form {
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 420px;
  }
  .hero {
    display: block;
    background: url(../img/intro-bg-mob.png) no-repeat center top -30px/100% auto;
    padding: 110px 0 430px !important;
  }
  .hero__content h1 {
    text-align: center;
  }
  .hero__content h1 span {
    text-align: center;
  }
  .hero__content p {
    font-size: 14px;
  }
  .how__content {
    margin-bottom: 0;
  }
  .why {
    background: url(../img/why-bg-mob.png) no-repeat left -100px bottom/auto 80%;
    padding-bottom: 0;
  }
  .why .main-btn {
    padding: 18px;
  }
  .why__content {
    padding-left: 80px;
  }
  .slick-dots {
    left: -5px;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .hero__content {
    padding-top: 120px;
  }
  .about {
    margin-top: -400px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .about .container {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .benefit__content {
    margin-top: 40px;
  }
  .how__item,
  .benefit__item {
    max-width: 100%;
  }
  .thanks {
    background: #0F0F0F url(../img/thanks-bg-mob.png) no-repeat center top/cover;
  }
}/*# sourceMappingURL=media.css.map */