/*==========	Desktop First Method	==========*/
@media (max-width: 1219px) {
  .container {
    width: 970px;
  }
  body, html {
    font-size: 16px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  .close-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .bann-box {
    max-width: 540px;
    padding: 40px;
  }
  .bann-box__action {
    margin-top: 30px;
  }
  .bann-bottom__info {
    width: 100%;
  }
  .popup {
    padding: 40px;
    max-width: 940px;
  }
  .quiz__options._4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .container {
    width: 750px;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 36px;
  }
  .popup {
    max-width: 720px;
  }
  .result-products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .product-pop__img {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  .header {
    padding: 15px 0;
  }
  .header__grid {
    gap: 20px;
  }
  .header__logo img {
    max-height: 45px;
  }
  .header__lang {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__lang li:nth-child(n+2) {
    margin-left: 5px;
    padding-left: 15px;
  }
  .header__lang li:nth-child(n+2):after {
    width: 10px;
  }
  .bann-box {
    max-width: 70%;
  }
  .bann__img {
    left: auto;
    right: -250px;
  }
  .bann__img img {
    max-height: 80%;
  }
  .popup {
    max-width: 100%;
  }
  .result-product__img {
    height: auto;
  }
  .result-product__img:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .quiz__options {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .quiz__options._4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .product-pop {
    max-width: 460px;
  }
  .product-pop__grid {
    display: block;
  }
  .product-pop__img {
    margin: 0 0 20px;
    width: auto;
  }
  .product-pop__content {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  .header__logo img {
    max-height: 35px;
  }
  .social._top .social__head {
    display: none;
  }
  .social._top .social__grid {
    gap: 5px;
  }
  .social._top .social-item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .bann {
    padding-bottom: 30px;
  }
  .bann .header {
    margin-bottom: 265px;
  }
  .bann-box {
    padding: 30px;
    max-width: none;
  }
  .bann-box__descr {
    line-height: 1.45;
  }
  .bann-box__action .btn {
    min-width: 100%;
  }
  .bann__img {
    top: 75px;
    right: 50%;
    margin-right: -150px;
    bottom: auto;
    width: 300px;
    height: auto;
  }
  .bann__img img {
    width: 100%;
    max-height: none;
  }
  .bann-box__descr {
    display: none;
  }
  .bann-box__descr._accent {
    display: block;
  }
  .bann-bottom {
    margin-top: 30px;
  }
  .popup {
    padding: 40px 25px;
  }
  .result-products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .quiz__options {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .quiz__options._4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .quiz__options._auto .quiz-option {
    width: 100%;
  }
}
/*==========	Mobile First Method	==========*/