.center {
  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;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery--violet .gallery__title {
  color: #2d1b4b;
  text-transform: initial;
}

.gallery__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.gallery__slide {
  max-height: 400px;
  width: auto;
  border-radius: 20px;
  overflow: hidden;
  max-width: 680px;
}

.gallery__slide_small {
  max-width: 150px;
}

.gallery__slide a {
  height: 100%;
  width: 100%;
  display: block;
}

.gallery__slide img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

@media (min-width: 834px) {
  .gallery__slide_small {
    max-width: 318px;
  }
}

@media (max-width: 833px) {
  .gallery__arrows {
    display: none;
  }

  .gallery__slide {
    max-width: calc(100% - 20px);
    height: 50vw;
  }

  .gallery__slide img {
    height: 50vw;
  }
}
@supports (appearance:none){

}

 @media (min-width: 834px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
