@media (max-width: 1370px) {
  .container {
    max-width: 992px;
  }
  .header__item {
    text-align: center;
  }
  .header__item:not(:last-child) {
    margin-right: 5px;
  }
  .main__content {
    width: 70%;
  }
  .offer__product-image {
    width: 100%;
  }
}
@media (max-width: 1140px) {
  .main__content {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 380px;
  }
  .hide {
    display: none;
  }
  .main {
    background-color: inherit;
  }
  .main__container {
    flex-direction: column;
    padding-top: 0;
  }
  .main__left {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 42px;
  }
  .main__left_container {
    padding-top: 0;
  }
  .main__left_menu {
    margin-top: 10px;
  }
  .main__left_item {
    display: flex;
  }
  .main__left_item:not(:last-child) {
    margin-bottom: 5px;
  }
  .main__left_icon {
    margin-right: 5px;
    cursor: pointer;
  }
  .main__left_icon img {
    width: 12px;
    height: 11px;
  }
  .main__left_text {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
  }
  .main__content {
    flex: 1 1 100%;
    margin: 0 auto;
    width: 100%;
  }
  .main__content_container {
    margin-right: 36px;
  }
  .main__content_container-sec {
    margin-right: 0;
  }
  .main__content_title {
    padding: 10px;
    font-family: Lora;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
  }
  .main__content_picture {
    display: none;
  }
  .main__content_text {
    padding: 10px;
    margin-bottom: 10px;
    font-family: Lora;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
  }
  .main__content_question {
    padding: 10px;
    margin-bottom: 10px;
    font-family: Lora;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
  }
  .main__content_link {
    color: #0047FF;
  }
  .main__right {
    margin-top: 25px;
    flex: 1 1 100%;
  }
  .main__right_container {
    width: 100%;
  }
  .main__right_title {
    padding: 10px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }
  .main__right_list {
    margin-top: 10px;
  }
  .main__right_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main__right_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .main__right_icon {
    padding: 10px;
  }
  .main__right_text {
    padding: 5px 10px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  .header {
    position: relative;
  }
  .header__container {
    height: 80px;
  }
  .header__logo {
    width: 129px;
    height: 29px;
  }
  .header__menu_image {
    height: 25px;
  }
  .header__list {
    width: 100%;
    margin-right: 0px;
    position: absolute;
    top: -290px;
    left: 0;
    z-index: 101;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
  }
  .header__item {
    text-align: center;
  }
  .header__item:not(:last-child) {
    margin-right: 0;
  }
  .header__item_icons {
    margin: 43px 0 39px 0;
  }
  .header__item_image:first-child {
    margin-right: 28px;
  }
  .offer {
    margin: 20px auto 0;
  }
  .offer__title {
    font-family: Lora;
    font-size: 32px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
  }
  .offer__text {
    font-family: Lora;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;
  }
  .offer__text_red {
    color: #FF0000 !important;
  }
  .offer__text_bold {
    font-size: 32px;
    font-weight: 700;
  }
  .offer__text_bold-red {
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    color: #FF0000 !important;
  }
  .offer__text_bold-red-mobile {
    font-size: 32px;
  }
  .offer__order-button {
    padding: 8px 15px;
    background-image: url("../img/button-black-active.svg");
  }
  .offer__order-button_text {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .offer__product-image {
    width: 100%;
  }
  .tags {
    margin-bottom: 30px;
  }
  .tags__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .tags__item {
    position: relative;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #0047FF;
    padding-left: 19px;
  }
  .tags__item::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #A5A5A5;
    border-radius: 50%;
    top: 10px;
    left: 0;
  }
  .tags__item:not(:last-child) {
    padding-right: 25px;
  }
  ._mobile {
    display: block;
  }
  ._pc {
    display: none;
  }
  .comments__title {
    text-align: center;
  }
  .comments__user {
    justify-content: center;
  }
  .comments__text {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .spin-img {
    max-width: 287px!important;
    margin: auto!important;
  }

.spin-img img {
  width: 300px;
}}


