.custom-swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.contacts-map-wrap .bx-yandex-view-layout,
.contacts-map-wrap .bx-yandex-view-map {
  width: 100%;
  height: 100%;
}

.product-list-item-slider-pagination .swiper-pagination-bullet:before {
  content: none;
  display: none;
}

.card-list-item__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.info-block-image {
  position: relative;
  overflow: hidden;
}

.info-block-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 109px;
  height: 109px;
  background-color: #0977C4;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-animation: pulse-mobile 1.5s infinite;
  animation: pulse-mobile 1.5s infinite;
}

.info-block-video svg {
  margin: 1px 0 0 1px;
}

@media screen and (min-width: 768px) {
  .card-list-item .card-list-item-description {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .info-block-video:hover {
    background-color: #085C97;
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes pulse-mobile {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(9, 119, 196, .4);
    box-shadow: 0 0 0 0 rgba(9, 119, 196, .4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 35px rgba(9, 119, 196, 0);
    box-shadow: 0 0 0 35px rgba(9, 119, 196, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(9, 119, 196, 0);
    box-shadow: 0 0 0 0 rgba(9, 119, 196, 0);
  }
}

@keyframes pulse-mobile {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(9, 119, 196, .4);
    box-shadow: 0 0 0 0 rgba(9, 119, 196, .4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 35px rgba(9, 119, 196, 0);
    box-shadow: 0 0 0 35px rgba(9, 119, 196, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(9, 119, 196, 0);
    box-shadow: 0 0 0 0 rgba(9, 119, 196, 0);
  }
}