.search {
  position: relative;
}

.search button {
  position: absolute;
  top: 1px;
  right: 2px;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.section-select__product .section-select__img img {
  min-height: 120px;
}

.mb16 {
  margin-bottom: 16px;
}

h2.color-black {
  color: #000;
}

.static-page__col ul {
  list-style-type: none;
  padding-left: 0;
}

.static-page__col ul li::before {
  content: "- ";
  margin-right: 5px;
}

.payment-delivery h3 {
  margin-bottom: 16px;
  font-weight: 500;
}

.payment-delivery img {
  margin-bottom: 10px;
  max-height: 200px;
  min-height: 200px;
}

.static-page__grid {
  display: grid;
  grid-template-rows: repeat(3, minmax(450px, 1fr));
  gap: 16px;
}

.static-page {
  margin-bottom: 30px;
  color: #4d4d4d;
  font-weight: 300;
  line-height: 1.3;
}

.static-page__col.-half,
.static-page__col.-third,
.static-page__col.-two-third {
  padding-right: 120px;
}

.static-page__col.-half {
  width: 50%;
}

.static-page__col {
  width: 100%;
  margin-bottom: 50px;
}

.static-page__title {
  margin: 20px 0 35px;
}

.static-page__col.-no-margin {
  margin: 0;
}

.static-page__cols {
  display: flex;
  flex-wrap: wrap;
}

.swiper-container-main,
.swiper-container-thumbnails {
  overflow: hidden;
  position: relative;
}

.swiper-container-main .swiper-wrapper {
  margin-bottom: 32px;
}

.swiper-container-main {
  height: 500px;
  margin-bottom: 16px;
}

.services-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: scale-down;
}

.services-container .swiper-container-thumbnails .swiper-slide img {
  opacity: 0.5;
  height: 200px;
  object-fit: cover;
}

.swiper-container-thumbnails .swiper-slide img:hover {
  opacity: 0.7;
  cursor: pointer;
}

.swiper-container-thumbnails .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.contacts__item__info {
  word-break: break-word;
}

@media (min-width: 768px) {
  .section-select__product .section-select__items {
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  .static-page__col.-half,
  .static-page__col.-third,
  .static-page__col.-two-third {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 860px) {
  .static-page__grid {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .swiper-container-thumbnails.swiper-container-thumbnails {
    display: none;
  }

  .static-page__col .swiper-container-main {
    height: auto;
  }

  .static-page__col .swiper-slide img {
    height: 100%;
    max-height: 400px;
  }

  .static-page__col .swiper-container-main {
    margin-bottom: 0;
  }

  .static-page__col {
    margin-bottom: 10px;
  }
}

@media (max-width: 425px) {
  .static-page__col .swiper-slide img {
    max-height: 250px;
  }
}

@media (max-width: 376px) {
  .static-page__col .swiper-slide img {
    max-height: 180px;
  }
}
.personal-pages-items .product__inner{
  color: #1f2937;
}