@media only screen and (max-width: 1279px) {
   .call-us__link {
      display: none;
   }

   .reviews__container {
      padding-inline: 7px;
   }
}

@media only screen and (max-width: 991px) {
   .header__social,
   .big-section::after,
   .assortments::before {
      display: none;
   }

   .assortments{
      background: none;
   }

   .bs-mob-bg{
      background: #F5F5F5 url("/img/assortment-bg1.png") no-repeat right bottom;
      background-size: cover;
   }

   .big-section::before{
      opacity: 1;
      top: 40%;
      left: -10%;
      height: 78%;      
   }

   .assortments__container,
   .footer__row {
      grid-template-columns: 1fr;
   }

   .map {
      display: none;
   }

   .as-category {
      padding-top: 40px;
      padding-bottom: 60px;
   }

   .as-bottom {
      justify-content: center;
      gap: 40px;
   }

   .action__wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      justify-items: center;
      gap: 26px;
   }

   .item-action {
      width: 100%;
      max-width: 300px;
   }
}

@media only screen and (max-width: 767px) {
   .menu__item--pc,
   .reviews__container::before,
   .reviews__container::after,
   .advice__bg,
   .call-us__icon,
   .big-social-item__text,
   .big-social-item__button {
      display: none;
   }

   .menu__item--mob,
   .advice,
   .big-social__title,
   header .header__logo--mob {
      display: block;
   }

   .header-telephone{
      display: flex;
   }

   .big-social-title {
      display: block;
      text-align: center;
      font-weight: 700;
      margin-bottom: 40px;
      color: #6D6969;
   }

   .advice__form {
      padding-right: 45px;
   }

   .big-social-item {
      justify-content: center;
      padding-left: 10px;
   }

   .statistics__container {
      flex-wrap: wrap;
      justify-content: center;
      gap: 60px;

   }

   .statistic-item {
      width: calc(50% - 30px);
   }

   .call-back {
      border-width: 1px;
   }

   .call-us {
      margin-right: auto;
   }

   #mob-menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 25px;
      position: fixed;
      top: 0;
      bottom: 0;
      right: -101%;
      height: 100dvh;
      width: 100%;
      max-width: 485px;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      z-index: 110;
      flex-direction: column;
      overflow-y: auto;
      background: #fff;
      padding: 15px;
   }

   #mob-menu .logo {
      width: 50px;
      margin-right: 0;
   }

   .menu__list {
      flex-direction: column;
      align-items: center;
   }

   .menu__link {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      color: #000;
      text-shadow: none;
   }

   header {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
   }

   #content {
      padding-top: 53px;
   }

   /*bars*/
   .bars {
      display: none; /*flex*/
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      width: 25px;
      height: 19px;
      cursor: pointer;
      margin-right: 15px;
      z-index: 120;
   }

   .bars span {
      display: inline-block;
      width: 100%;
      height: 2px;
      background: #000;
      margin-bottom: 6px;
      transition: all 0.3s;
   }

   .bars span:nth-child(3) {
      margin-bottom: 0;
   }

   .first {
      transform: translate(4px, -0.5px) rotate(45deg);
      transform-origin: left top;
   }

   .middle {
      transform: scale(0);
   }

   .last {
      transform: translate(-3px, -17px) rotate(-45deg);
      transform-origin: right bottom;
   }
}

@media only screen and (max-width: 575px) {
   .item-action__icon{
      margin-right: 0;
   }

   .item-action__title,
   .item-action__text{
      text-align: center;
   }

   .big-section::before{
      top: inherit;
      left: 0;
      bottom: 0;
      height: 70%;
      background-position: bottom -200px right 15%;      
   }

   .faq {
      margin-bottom: 60px;
   }

   .big-social-item__title {
      font-weight: 500;
   }

   .statistic-item {
      width: 290px;
   }

   .reviews__container {
      padding-top: 40px;
      padding-bottom: 60px;
   }

   .advice__form,
   .footer__content {
      padding: 40px 10px 60px;
   }

   .footer__container {
      display: grid;
      grid-template-columns: 1fr auto;
   }

   .footer-menu {
      order: 1;
   }

   .call-back {
      grid-column: span 2;
      order: 2;
      margin-bottom: 10px;
   }

   .footer__social {
      order: 3;
      align-items: flex-end;
      justify-content: flex-start;
   }

   .footer__logo {
      width: 50px;
      order: 4;
      margin-bottom: 0;
   }

   .swiper-button-next,
   .swiper-rtl .swiper-button-prev {
      right: 0;
   }

   .swiper-button-prev,
   .swiper-rtl .swiper-button-next {
      left: 0;
   }

   .action__wrapper {
      grid-template-columns: 1fr;
      width: 89%;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 50px;
   }
}

@media only screen and (max-width: 430px) {
   .as-category {
      grid-template-columns: 1fr;
      gap: 60px;
   }   
}

@media only screen and (max-width: 374px) {
   .container,
   .container-inner {
      padding-inline: 7px;
   }
}

@media only screen and (min-width: 767px) {
   .advice__container {
      max-width: 665px;
      margin-left: 0;
   }
}