@media (max-width: 1320px) {
  .container {
    max-width: 992px;
  }
  .main__content_banner {
    width: 100%;
    min-height: 98px;
  }
  .main__content_banner-title {
    font-size: 56px;
    line-height: 1;
    width: 50%;
  }
  .main__content_banner-image {
    width: 50%;
  }
}
@media (max-width: 992px) {
  ._mobile {
    display: block;
  }
  ._mobile-flex {
    display: flex;
  }
  ._pc {
    display: none;
  }
  .container {
    max-width: 380px;
  }
  .header {
    top: 37px;
  }
  .header__logo {
    height: 37px;
  }
  .header__menu {
    justify-content: flex-end;
  }
  .header__menu_icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .header__menu_icon::before, .header__menu_icon::after, .header__menu_icon span {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #fff;
  }
  .header__menu_icon::before, .header__menu_icon::after {
    content: "";
  }
  .header__menu_icon::before {
    top: 0;
  }
  .header__menu_icon::after {
    bottom: 0;
  }
  .header__menu_icon span {
    top: 50%;
    transform: scale(1) translate(0, -50%);
  }
  .header__menu_icon._active span {
    transform: scale(0) translate(0, -50%);
  }
  .header__menu_icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
  }
  .header__menu_icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
  }
  .header__menu_body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 100px 30px 30px 30px;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .header__menu_body._active {
    left: 0;
  }
  .header__menu_body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .header__list {
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }
  .header__item {
    flex-wrap: wrap;
    margin: 0 0 30px 0;
  }
  .header__item_image:not(:last-child) {
    margin-right: 15px;
  }
  .header__item:not(:last-child) {
    margin-right: 0;
  }
  .header__item:last-child {
    margin-bottom: 0;
  }
  .main__container {
    padding-top: 118px;
  }
  .main__content_banner {
    margin: 12px 0;
    position: relative;
    background: url("../img/background.jpg") no-repeat right center/cover;
  }
  .main__content_banner-title {
    font-size: 28px;
    line-height: 1;
  }
  .main__content_banner-image {
    position: absolute;
    right: 0;
    width: auto;
  }
  .main__content_title {
    margin: 0;
    font-family: "Lora";
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 29px;
    color: #000000;
  }
  .main__content_text {
    margin-bottom: 10px;
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
  }
  .main__content_question {
    margin-bottom: 20px;
    font-family: "Lora";
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
  }
  .main__content_img {
    width: 100%;
  }
  .offer {
    margin: 20px 0;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
  }
  .offer__left-block {
    flex: 0 1 100%;
    margin-right: 0;
  }
  .offer__right-block {
    flex: 0 1 100%;
  }
  .offer__title {
    margin-bottom: 20px;
    font-family: "Lora";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
  }
  .offer__text {
    font-family: "Lora";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
  }
  .offer__text_bold {
    font-family: "Lora";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
  }
  .offer__text_bold-red-mobile {
    font-size: 30px;
    line-height: 38px;
  }
  .offer__text_two {
    font-family: "Lora";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
  }
  .offer__order-button {
    padding: 8px 10px;
    background-image: url("../img/button-black-active.svg");
  }
  .comments__title {
    font-family: "Lora";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
  }
  .comments__list {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .comments__item {
    margin: 0 0 70px 0;
  }
  .comments__info {
    margin-top: 10px;
  }
  .comments__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .comments__username {
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
  }
  .comments__comment-block {
    padding: 20px;
  }
  .comments__text {
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
  }
  .comments__comment-block {
    margin-left: 0;
  }
}
@media (max-width: 370px) {
  .main__content_banner-title {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .spin-img {
    max-width: 287px!important;
    margin: auto!important;
  }}

