.glide__bullets {
  bottom: 18px;
  column-gap: 10px;
}
.glide__bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background-color: #D6D6D6;
  border: none;
}
.glide__bullet:hover, .glide__bullet--active {
  background-color: #819DB9;
  border: none;
}

.glide__slide img {
  max-width: 100%;
  max-height: 100%;
}

.glide__simple {
  position: relative;
  height: 197px;
  padding: 25px 0 50px;
  border: 1px solid #D3DEE1;
  border-radius: 4px;
  box-shadow: 0 4px 10px 2px rgba(18, 18, 18, .052);
}
.glide__simple .glide__main--block {
  position: absolute;
  display: flex;
  width: 100%;
  height: 120px;
  align-items: center;
}
.glide__simple .glide__arrow--single {
  flex: 90px 1 1.3;
  text-align: center;
}
.glide__simple .glide__arrow--single button {
  width: 30px;
  height: 40px;
  left: 0;
  right: 0;
  cursor: pointer;
}
.glide__simple .glide__arrow--left {
  background: url('/i/arrow-prev.svg') no-repeat center;
}
.glide__simple .glide__arrow--right {
  background: url('/i/arrow-next.svg') no-repeat center;
}
.glide__simple .glide__track { flex: 680px 50 1; }
.glide__simple .glide__slide {
  display: flex;
  height: 120px;
  justify-content: center;
  align-items: center;
  border: 1px solid #CBCBCD;
  cursor: pointer;
}


.glide__modal .glide__slide {
  display: flex;
  gap: 20px 40px;
  justify-content: space-between;
  align-items: flex-start;
}
.glide__modal .slide__image {
  flex: 600px 1 1;
  display: flex;
  height: 370px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid #E0E1DD;
}
.glide__modal .slide__image img {
}
.glide__modal .slide__caption {
  flex: 340px 1 1;
}
.glide__modal .glide__arrow {
  padding: 10px 15px;
  top: auto;
  bottom: -60px;
  font: 500 1.4rem/2rem 'Roboto', sans-serif;
  color: rgba(82, 82, 88, .5);
  border: none;
  box-shadow: none;
  transform: translateY(0);
}
.glide__modal .glide__arrow:hover { color: #819DB9; }
.glide__modal .glide__arrow--left { left: -15px; }
.glide__modal .glide__arrow--right { right: -15px; }
.glide__modal .glide__bullets { bottom: -44px; }

@media (max-width: 1023px) {
  .glide__modal .glide__arrow { bottom: -50px; }
  .glide__modal .glide__bullets { bottom: -34px; }
}


@media (max-width: 767px) {
  .glide__modal .glide__slide { flex-wrap: wrap; }
  .glide__modal .slide__image { height: 300px; }
  .glide__modal .glide__arrows { display: none; }
  .glide__modal .glide__bullets { top: 310px; }
}