@media screen and (min-width: 900px) {
  .p-kv__image-pagination {
    position: absolute;
    left: -200px;
    top: 10px;
    z-index: 1;
  }
}

@media screen and (max-width: 899px) {
  .p-kv__image-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55px;
    z-index: 10;
  }
}


.p-kv__image-pagination-list {
  display: flex;
}

.p-kv__image-pagination-list-item {
  display: block;
  width: 64px !important;
  height: 64px !important;
  margin: 0 !important;
  background: transparent;
  border-radius: 0;
  opacity: 1 !important;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 899px) {
  .p-kv__image-pagination-list-item {
    width: 44px !important;
    height: 44px !important;
  }
}


.p-kv__image-pagination-list-item.swiper-pagination-bullet-active img {
  border-color: #11b682;
}

.p-kv__image-pagination-list-item img {
  display: block;
  border: 2px solid #000;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  margin: 0;
  width: 60px !important;
  height: 60px !important;
  left: 0;
  top: 0;
}

@media screen and (max-width: 899px) {
  .p-kv__image-pagination-list-item img {
    width: 40px !important;
    height: 40px !important;
  }
}


@media screen and (min-width: 900px) {

  .p-kv__image-pagination-list-item:hover img {
    border-color: #11b682;
  }
}


.swiper-slide {
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-header-layout__head {
  position: relative;
}

.p-header-layout__head {
  margin-bottom: 60px;
}