@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;
  }
  .why__devider {
    display: none;
  }
}
@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;
  }
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero {
    background-size: cover !important;
  }
  .how__img {
    position: static;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .how__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .how__text {
    max-width: 100%;
  }
  .calculator__image img {
    position: static;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    width: 100%;
  }
  .calculator__content,
  .choose__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator__text {
    max-width: 100%;
  }
  .calculator__text {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .popup__content {
    min-width: 1px;
    width: 100%;
  }
  .accordion__content {
    padding: 20px;
  }
  .container {
    max-width: 576px;
  }
  .hero {
    padding-top: 150px;
  }
  .hero .container {
    max-width: 100%;
  }
  .hero__img {
    display: block;
    width: calc(100% + 30px);
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    height: auto;
  }
  .hero__content {
    max-width: 100%;
  }
  .hero__content h1 {
    font-size: 24px;
  }
  .hero__content h1 b {
    font-size: 28px;
  }
  .hero__content h1 br {
    display: none;
  }
  .hero__content p {
    margin-top: 40px;
    display: none;
  }
  .hero .container {
    display: block;
  }
  .hero__content .main-btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 18px;
  }
  .slick-slide {
    margin: 0 10px;
  }
  .title h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .title p {
    font-size: 16px;
  }
  .about__img {
    content: url(../img/about-mob.png);
  }
  .how__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    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;
  }
  .why .main-btn {
    padding: 22px 90px;
  }
  .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;
  }
  .quiz__bg {
    background: #EBEEED url(../img/quiz-bg.png) no-repeat bottom right/181px auto;
    border-radius: 0 0 20px 20px;
  }
  .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: 16px;
    font-weight: 600;
  }
  .accordion__content {
    font-size: 14px;
    line-height: 1.4;
  }
  .accordion__content p {
    font-size: 14px;
  }
  .accordion__header:after {
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
  }
  .contacts__form {
    padding: 32px 20px 16px;
  }
  .footer__top {
    gap: 30px;
  }
  .hidden-mob {
    display: none;
  }
  .visible-mob {
    display: block;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__left img {
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 385px;
  }
}/*# sourceMappingURL=media.css.map */