section {
  margin-bottom: 48px;
}

section p {
  max-width: 1021px;
  margin-bottom: 8px;
}

@media screen and (min-width: 320px) {
  .photo-carousel.m-t-32.m-b-64 .swiper-container .products-slider__btn {
    display: none !important;
  }
  .products-slider__header {
    display: none;
  }

  .fs--title {
    font-size: var(--fontSizeBig);
  }

  .fs--big {
    font-size: 20px;
  }

  .fs--big-title {
    font-size: 24px;
  }

  .imgs-container {
    overflow: scroll;
    scrollbar-color: white white;
    gap: 8px;
    padding: 24px 0;
    margin: 0 0 40px 0;
  }

  .imgs-container__item {
    width: 200px;
  }

  .imgs-container::-webkit-scrollbar,
  .imgs-container::-webkit-scrollbar-track,
  .imgs-container::-webkit-scrollbar-thumb {
    visibility: hidden;
  }

  .imgs-container::-webkit-scrollbar:win .colors__container {
    gap: 24px;
    justify-content: center;
  }

  .list-item,
  .information-note__item {
    line-height: 16px;
  }

  .how-to-order__contacts {
    margin: 24px 0;
    gap: 16px;
  }

  .how-to-order__contacts-item {
    max-height: 96px;
    padding: 16px 0;
    position: relative;
    flex: 0 0 355px;
    gap: 16px;
  }

  .how-to-order__contacts-item.bordered {
    border: 2px solid #3a91ce80;
    border-radius: 16px;
    padding: 24px;
    flex: 0 0 342px;
  }

  .how-to-order__contacts-item p {
    margin: 0;
  }

  .how-to-order__contacts-item p.fs--average {
    font-weight: bold;
  }

  .how-to-order__contacts-item div {
    gap: 2px;
  }

  .how-to-order__contacts-item-img {
    width: 30px;
    height: 30px;
    margin-top: 5px;
  }

  #box__page {
    display: none;
  }

  .container--slider {
    max-width: 500px;
  }

  #box__page2 .social-block {
    justify-content: start;
  }
}

@media screen and (min-width: 600px) {
  .imgs-container {
    gap: 16px;
  }

  .imgs-container__item {
    width: 300px;
  }

  .information-note__item,
  .list-item {
    line-height: 24px;
  }

  .how-to-order__contacts {
    gap: 17px;
  }

  .phone {
    flex: 0 0 373px;
  }

  .e-mail {
    flex: 0 0 342px;
  }

  .shop {
    flex: 0 0 379px;
  }

  .container--slider {
    max-width: 760px;
  }
}

@media screen and (min-width: 1025px) {
  .photo-carousel.m-t-32.m-b-64 .swiper-container .products-slider__btn {
    display: block !important;
  }
  .fs--title {
    font-size: var(--fontSizeTitle);
  }

  .fs--big {
    font-size: var(--fontSizeBig);
  }

  .fs--big-title {
    font-size: var(--fontSizeBigTitle);
  }

  .imgs-container {
    gap: 35px;
    overflow: hidden;
  }

  .list-item,
  .information-note__item {
    line-height: 30px;
  }

  .container--slider {
    max-width: 680px;
  }

  #box__page {
    display: block;
  }

  .how-to-order__contacts {
    max-width: 1021px;
    justify-content: space-between;
  }

  .phone {
    flex: 0 0 220px;
  }

  .shop {
    flex: 0 0 340px;
  }

  .e-mail {
    flex: 0 0 278px;
  }

  .share {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }

  .social-block--position {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .photo-carousel.m-t-32.m-b-64 .swiper-container .products-slider__btn {
    display: block !important;
  }
  .information-note__item {
    margin-left: 5px;
  }

  .container--slider {
    max-width: 950px;
  }
  .how-to-order__contacts {
    max-width: 1021px;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1800px) {
  .container--slider {
    max-width: 1300px;
  }
}

#wait-order {
  align-items: flex-start;
  gap: 16px;

  img {
    margin-top: 5px;
  }

  div {
    gap: 2px;
  }

  .fs--average a {
    font-weight: bold;
  }

  p {
    margin: 0;
  }
}

.catalog-grid-item {
  justify-content: flex-start;
}

.hidden {
  display: none;
}

.products-slider-content {
  width: 100%;
}
