@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .header-bottom-nav__link {
    margin-right: 15px;
  }
  .header-bottom__link {
    margin-left: 5px;
  }
  .menu-button {
    font-size: 12px;
  }
  .home .services p br {
    display: none;
  }
  .questions__title {
    font-size: 21px;
    line-height: 25px;
  }
  .h1 {
    font-size: 25px;
    line-height: 29px;
  }
  .accent {
    font-size: 18px;
    line-height: 21px;
  }
  .h3 {
    font-size: 22px;
    line-height: 23px;
  }
  .small {
    font-size: 15px;
    line-height: 19px;
  }
  .small-bold {
    font-size: 16px;
    line-height: 19px;
  }
  .button-medium {
    padding: 20px 28px;
  }
  .header .header-top-nav,
  .header .header-top-contacts,
  .header .header-bottom {
    display: none;
  }
  .header .header-top .header-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-top-logo__img {
    height: 26px;
  }
  .first-wrap {
    margin: 0 10px;
    padding-bottom: 60px;
    height: auto;
    width: calc(100% - 20px);
  }
  .caption {
    font-size: 12px;
    line-height: 14px;
  }
  .first-rating__desc br {
    display: none;
  }
  .first-rating__desc {
    width: 220px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .first-rating__number {
    width: 37px;
    height: 60px;
    background-size: cover;
    border-radius: 2px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 16px;
  }
  .first__title {
    margin-top: 25px;
  }
  .questions {
    padding-top: 60px;
  }
  .questions-card {
    overflow: hidden;
    margin: 0 10px;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: calc(100% - 20px);
  }
  .services {
    padding-top: 60px;
  }
  .questions-card-list {
    padding: 0;
    border: none;
    background: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .questions-card-list__btn {
    padding: 10px 20px;
    border: 1px solid #D8E7FF;
    background: #FFFFFF;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 19px;
  }
  .questions-card-list__btn.active {
    border-color: #3C456C;
  }
  .button-medium {
    width: 100%;
    max-width: 320px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about {
    padding-top: 60px;
  }
  .about__title {
    margin-bottom: 30px;
  }
  .about__img {
    width: calc(100% - 20px);
    margin: 0 10px;
    height: auto;
  }
  .button-large {
    padding: 20px 18px;
  }
  .about__link {
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
  }
  .numbers {
    padding-top: 60px;
    margin: 0;
    padding-bottom: 0;
  }
  .h2 {
    font-size: 33px;
    line-height: 39px;
  }
  .numbers-result {
    margin-bottom: 10px;
  }
  .process {
    padding-top: 60px;
  }
  .questions-card__title,
  .questions-card__subtitle,
  .questions-card__desc,
  .questions-card__link {
    position: relative;
    z-index: 2;
  }
  .questions-card__img {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shield {
    padding-top: 60px;
  }
  .regular {
    font-size: 18px;
    line-height: 22px;
  }
  .shield-card {
    margin-top: 30px;
  }
  .garanty {
    padding-top: 60px;
  }
  .garanty .row > div:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .garanty-item__desc {
    width: 100%;
    margin-top: 10px;
  }
  .garanty-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .garanty-item-icon-wrap {
    width: 50px;
  }
  .garanty-item__title {
    margin: 0;
    margin-left: 13px;
    width: calc(100% - 65px);
  }
  .garanty-card {
    margin-top: 10px;
    padding-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 320px;
  }
  .garanty-card__img {
    position: absolute;
    top: -36px;
    height: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .garanty-card__desc br {
    display: none;
  }
  .reviews {
    padding-top: 60px;
  }
  .reviews-card {
    width: calc(100% - 20px);
    margin: 0 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .reviews-card__title {
    font-size: 33px;
    line-height: 39px;
  }
  .reviews-block__review {
    margin-top: 20px;
  }
  .reviews-block__name {
    margin-bottom: 10px;
  }
  .reviews-block {
    margin-bottom: 30px;
  }
  .consult {
    padding-top: 60px;
  }
  .faq {
    padding-top: 60px;
  }
  .faq__title {
    margin-bottom: 20px;
  }
  .simple-button {
    font-size: 14px;
    line-height: 16px;
  }
  .faq .garanty-card {
    margin-top: 40px;
    padding-top: 60px;
  }
  .faq .garanty-card__img {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    margin-bottom: 20px;
    height: 80px;
    margin-top: 0;
  }
  .contacts-section {
    padding-top: 80px;
    margin-top: 0;
  }
  .contacts-section .contacts-map {
    height: 270px;
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .contacts-section .contacts-card {
    width: 100%;
    padding: 20px 0px;
  }
  .contacts-section .contacts-wrap {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    margin: 0 10px;
    margin-top: -20px;
    top: 0;
    width: calc(100% - 20px);
    background: #FFFFFF;
    border-radius: 20px;
  }
  .contacts-section .contacts-card {
    display: none;
  }
  .contacts-section .contacts-card__link {
    margin-top: 0;
  }
  .footer {
    padding-top: 20px;
    width: calc(100% - 20px);
    margin: 0 10px;
    margin-top: -20px;
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
  }
  .footer-social {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .footer-right .header-bottom__link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    margin-top: 10px;
  }
  .footer-right .header-top-contacts__tel {
    margin-top: 0;
  }
  .header-top-contacts__tel {
    color: #3F5199;
    margin-bottom: 5px;
    position: relative;
  }
  .header-top-contacts__tel::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #D8E7FF;
    border-radius: 50%;
    background-color: #E9F2FF;
    background-image: url(../img/phone.svg);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
  }
  .header-top-contacts__regim {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #3F5199;
  }
  .footer__title {
    margin-bottom: 5px;
  }
  .footer-contacts {
    margin-bottom: 0;
  }
  .footer-bottom .footer__title {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .footer-bottom .footer__subtitle {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .footer__link[href] {
    margin-bottom: 10px;
  }
  .footer-bottom .separator {
    margin: 0;
    margin-top: 5px;
    display: block;
    width: 100%;
  }
  .consult .questions-card::before {
    display: none;
  }
  .consult .questions-card-array {
    margin-bottom: 30px;
  }
  .consult .questions-card__link {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
  }
  .about .btn-wrap {
    margin: 0 10px;
  }
  .button-large {
    font-size: 16px;
    line-height: 19px;
  }
  .first__title br,
  .questions-card__title br,
  .questions-card__desc br,
  .shield__subtitle br,
  .garanty-item__desc br,
  .about__title br {
    display: none;
  }
  .questions .questions-card__link {
    text-align: left;
  }
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    width: 100%;
  }
  .main {
    margin-top: 200px;
  }
  .menu-burger {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 25px;
    height: 17px;
    background: url(../img/burger.svg) no-repeat center;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100vh;
    overflow-y: scroll;
    z-index: 10;
    display: none;
    background: #FFFFFF;
    padding: 30px 25px;
    padding-top: 50px;
  }
  .header-bottom-nav,
  .header-top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .mobile-menu .header-top-contacts {
    margin-bottom: 20px;
    text-align: left;
    text-align-width: 100%;
  }
  .header-top-contacts__tel {
    width: 100%;
    display: block;
  }
  .mobile-menu .header-bottom__link {
    font-size: 14px;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .header-bottom-nav__link,
  .header-top-nav__link {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    opacity: 1;
    color: #18181A;
    margin-bottom: 10px;
  }
  .header-bottom-nav__link--parent::after {
    left: 70px;
    top: 11px;
    margin-left: 0;
    width: 10px;
    height: 5px;
  }
  .header-bottom-nav-subnav {
    position: static;
    background: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 10px;
    margin: 0;
  }
  .mobile-menu__close {
    background: url(../img/menu-close.svg) no-repeat center;
    width: 37px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 25px;
  }
  .voice-wrap {
    padding: 10px;
  }
  .shield-card__play {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    min-width: 50px;
    background-size: 20px 20px;
	background-position: center;
  }
  .shield-card__time {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 21px;
    width: 50px;
    min-width: 65px;
  }
  .questions-card__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .questions-card__btn-desc {
    margin: 0;
    margin-top: 10px;
  }
  .numbers-result__desc br,
  .garanty-card__title br,
  .garanty-item__title br,
  .shield__title br,
  .services__title br,
  .questions__title br,
  .first__subtitle br {
    display: none;
  }
  .garanty-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .garanty-card {
    max-width: unset;
  }
  .garanty-card__img {
    left: 20px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .questions-card__btn-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about .button-large {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .process .questions-card__desc br {
    display: none;
  }
  .process .questions-card__desc br:nth-of-type(2),
  .process .questions-card__desc br:nth-of-type(3) {
    display: block;
  }
}

@media (max-width: 576px) {
  .button-medium,
  .menu-button,
  .button-medium,
  .simple-button,
  .button-large,
  .garanty-card {
    max-width: unset;
  }
  .garanty-card__img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .questions-card__btn-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .questions-card__img {
    opacity: 0.5;
  }
  .consult .questions-card__link {
    text-align: left;
  }
  .reviews-card__subtitle br {
    display: none;
  }
}

@media (max-width: 1200px) {
  .testimonials .simple {
    padding-top: 30px;
  }
  .testimonials .simple__subtitle br {
    display: none;
  }
  .testimonials .video-card {
    margin-bottom: 30px;
  }
  .testimonials .reviews__link {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .testimonials .stories {
    padding-top: 60px;
  }
  .testimonials .stories .reviews-card {
    margin-bottom: 0;
  }
  .testimonials .stories-slider {
    padding-bottom: 30px;
  }
  .testimonials .stories-slider .swiper-pagination-bullet {
    width: 52px;
  }
  .testimonials .stories-slider-slide {
    padding: 30px 15px;
  }
  .testimonials .stories-slider .swiper-button-next,
  .testimonials .stories-slider .swiper-button-prev {
    display: none;
  }
  .testimonials .audio .reviews__link {
    margin-top: 30px;
  }
  .action .question-form {
    margin-top: 10px;
  }
  .form__submit {
    width: 100%;
    text-align: center;
    display: block;
    max-width: unset;
  }
  .form__input {
    padding: 15px 20px;
  }
  .form-input-wrap.tel::before {
    left: 30px;
  }
  .form-input-wrap.tel::after {
    left: 58px;
    font-size: 15px;
    line-height: 19px;
  }
  .form-input-wrap.tel .form__input {
    padding-left: 74px;
  }
  .testimonials .text .reviews__link,
  .main .reviews .reviews__link {
    margin-top: 40px;
  }
  .testimonials .audio .simple__title {
    margin-bottom: 0;
  }
  .numbers-video::after,
  .numbers-card {
    display: none;
  }
  .numbers-video {
    margin-top: 30px;
  }
  .numbers-video-wrap {
    height: 350px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}

@media (max-width: 576px) {
  .testimonials .video-card-video {
    height: 200px;
  }
  .testimonials .stories .reviews-card__link {
    width: 100%;
    display: inline-block;
  }
  .testimonials .stories-slider-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonials .stories-slider-slide-wrap {
    margin: 0;
    margin-top: 30px;
  }
  .testimonials .stories-slider-slide__img {
    height: 200px;
    width: 100%;
  }
  .testimonials .reviews__link {
    width: 100%;
  }
  .testimonials .stories-slider {
    margin: 0 -15px;
    margin-top: 60px;
  }
  .form__desc {
    text-align: center;
  }
  .form__desc br {
    display: none;
  }
  .testimonials .stories .reviews-card__link {
    text-align: left;
  }
  .testimonials .stories-slider-slide__link {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .footer-social-card {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
  .footer-social-card__icon {
    width: 100%;
    height: 100%;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .breadcrumbs .separator {
    width: 10px;
    height: 1px;
  }
}

@media (max-width: 576px) {
  .numbers-result,
  .about .btn-wrap,
  .about__title,
  .services__title,
  .questions__title,
  .garanty-item,
  .more-insert-block,
  .faq__title,
  .faq-card,
  .testimonials .simple__title,
  .testimonials .simple__subtitle,
  .breadcrumbs,
  .faq .simple,
  .simple__subtitle {
    padding-right: 12px;
    padding-left: 12px;
  }
  .numbers__link,
  .reviews .reviews__link,
  .testimonials .reviews__link,
  .footer {
    margin-right: 12px;
    margin-left: 12px;
    width: calc(100% - 24px);
  }
  .shield {
    margin-left: 12px;
    margin-right: 12px;
  }
  .search-form__submit {
    display: none;
  }
  .search-form__input {
    padding: 15px 20px;
    padding-right: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
  .search-form__delete {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../img/delete.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 18px;
    right: 12px;
  }
  .faq .list,
  .faq .faq-list {
    padding-top: 60px;
  }
  .faq .list .reviews-card,
  .faq .faq-list .reviews-card {
    margin-bottom: 30px;
  }
  .search-wrap {
    padding: 10px 0;
    margin-top: 10px;
  }
  .search-card {
    width: calc(100% + 10px);
    margin: 0 -15px;
  }
}

@media (max-width: 1200px) {
  .histories .simple__subtitle::after {
    width: 117px;
    height: 80px;
    top: 52px;
    right: 100px;
  }
}

@media (max-width: 576px) {
  .histories .simple {
    margin-top: 30px;
  }
  .histories .list {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .histories .simple__subtitle::after {
    display: none;
  }
  .histories .list-card {
    padding: 30px 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .histories .list-card.text-center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .histories .list-card.text-center .list-card__title {
    text-align: left;
  }
  .histories .list-card .list-card__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
  }
  .histories .list .row > * {
    padding-right: 10px;
    padding-left: 10px;
  }
  .histories .category .reviews-block__name:nth-child(3) {
    margin-bottom: 5px;
  }
  .histories .category .reviews-block__name:nth-child(3),
  .histories .category .reviews-block__name:nth-child(4) {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .histories .category .reviews-block__name:nth-child(4) {
    margin-bottom: 5px;
  }
  .histories .reviews-block__date {
    opacity: 0.3;
  }
  .histories .reviews-block__name {
    margin-bottom: 0;
  }
  .histories .reviews-card .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 576px) {
  .post-card {
    padding: 20px 15px 30px 15px;
  }
  .post-card .post-card__date {
    display: block;
    margin: 0;
    margin-bottom: 10px;
  }
  .post-card .post-card__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
  }
  .post-card.small-img .post-card__img {
    display: none;
  }
  .post .post__date {
    font-size: 18px;
    line-height: 21px;
  }
  .post .post__author {
    font-size: 23px;
    line-height: 27px;
  }
  .post .content,
  .post .post__author,
  .post .post__date {
    padding-right: 12px;
    padding-left: 12px;
  }
  .post .content h1,
  .post .post__author h1,
  .post .post__date h1 {
    font-size: 28px;
    line-height: 33px;
  }
  .post .content p,
  .post .post__author p,
  .post .post__date p {
    font-size: 16px;
    line-height: 27px;
  }
  .post .content h2,
  .post .content h3,
  .post .content h4,
  .post .content h5 {
    font-size: 23px;
    line-height: 27px;
  }
  .single .consult .questions-card__subtitle br {
    display: none;
  }
  .footer.margin {
    margin-top: 80px;
  }
}

@media (max-width: 990px) {
  .popups {
    padding-right: 15px;
    padding-left: 15px;
  }
  .popup {
    max-height: 90vh;
    overflow-y: scroll;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05), 0px 4px 112px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05), 0px 4px 112px rgba(0, 0, 0, 0.07);
  }
  .popups .team-popup {
    width: calc(100% - 30px);
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popups .team-popup__img {
    width: 270px;
    height: 310px;
    margin-bottom: 30px;
  }
  .popups .team-popup-right {
    margin-left: 0;
  }
  .popups .team-popup__title {
    margin-bottom: 10px;
  }
  .popups .team-popup__result {
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 20px 15px;
    text-align: center;
  }
  .popups .popup__close {
    top: 10px;
    right: 25px;
  }
}

@media (max-width: 576px) {
  .popups .team-popup__img {
    width: 100%;
  }
}

@media (max-width: 990px) {
  .blog .simple {
    padding-top: 0;
  }
  .blog .simple .reviews-card {
    background-position: 600px;
  }
  .blog .list-nav,
  .blog .list-shorts {
    display: none;
  }
  .blog .blog-card {
    padding: 30px 15px;
    padding-bottom: 40px;
  }
  .blog .blog-card__desc br {
    display: none;
  }
  .blog .blog-card__desc {
    margin-bottom: 20px;
  }
  .blog .blog-card__link {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .blog .blog-card::after {
    bottom: -180px;
    right: unset;
    top: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .blog .list-card__img {
    height: 220px;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .blog .list-card {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .blog .list-card__date {
    display: block;
    margin-bottom: 10px;
  }
  .blog .list-card__term {
    margin: 0;
    font-size: 12px;
  }
  .blog .list-card__title {
    font-size: 18px;
    line-height: 21px;
  }
  .blog .shorts {
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog .shorts-list {
    margin-top: 20px;
  }
  .blog .shorts .list-shorts {
    display: block;
  }
  .blog .list-shorts__title {
    font-size: 18px;
    line-height: 21px;
  }
  .blog .list-shorts__title::after {
    top: 0;
  }
  .footer .menu-button {
    width: 100%;
  }
  .thanks.blog .shorts {
    margin-top: 60px;
  }
  .thanks .questions-card__desc br {
    display: block;
  }
  .thanks .questions-card__img {
    opacity: 0.2;
  }
  .thanks .question {
    padding-top: 60px;
  }
  .thanks .question .reviews-card {
    padding-bottom: 260px;
  }
  .thanks .question .reviews-card__img {
    width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .thanks .garanty .garanty-card__img {
    position: absolute;
    top: -36px;
    height: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .quiz__title br {
    display: none;
  }
  .quiz-area {
    height: auto !important;
  }
  .quiz {
    padding-top: 0 !important;
  }
  .quiz__question.center {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .quiz__question.center br {
    display: none;
  }
  .quiz-area.quiz-final .final-left {
    width: 100%;
    padding: 0;
  }
  .quiz-area.quiz-final {
    border: 1px solid #F4D4AE;
    background: #FFF4E7;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .quiz-area.quiz-final .final .questions-card .questions-card__bg {
    display: none;
  }
  .quiz-area.quiz-final .final {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quiz-area.quiz-final .final__title {
    margin-bottom: 20px;
  }
  .quiz-area.quiz-final .final-right {
    width: 100%;
  }
  .quiz-area.quiz-final .final .questions-card {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }
  .popups .popup__close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 1200px) {
  .faq .questions-card {
    padding: 30px 0;
    margin: 0;
    width: 100%;
  }
  .faq .consult .questions-card__title {
    font-size: 22px;
    line-height: 23px;
  }
  .faq .consult .questions-card-array__item {
    font-size: 15px;
  }
  .faq .consult .questions-card__link {
    font-size: 14px;
    padding: 15px;
  }
}
@media (max-width: 992px){
	.main{
		margin-top: 160px
	}
}
/*# sourceMappingURL=adaptive.css.map */