.vr__info {
  margin-top: 40px;
  width: 50%;
}

.vr-filter {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;

}

.vr-filter__item {
  height: 60px;
  width: 24%;
  min-width: 220px;
}

.vr-filter__item-big {
  height: 60px;
  width: 33%;
  min-width: 220px;
}


.vr-filter .reset {
  margin-left: auto;
  color: #E41D15;
  font-weight: bold;
}

.vr .mshow {
  display: none;
}

.select {
  position: relative;
  display: block;
  min-width: 220px;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

.select__head {
  width: 100%;
  max-width: 100%;
  padding: 15px 24px;
  cursor: pointer;
}

.select__head::after {
  width: 10px;
  height: 6px;
  background: #FFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23666666'/%3E%3C/svg%3E%0A") no-repeat center / cover;
  position: absolute;
  right: 24px;
  bottom: 50%;
  transform: translateY(50%);
  content: '';
  display: block;
  transition: .3s ease-in;
}

.select .select__mob {
  width: 100%;
  max-width: 100%;
  padding: 15px 24px 15px 48px;
  cursor: pointer;
  color: #273895;
  font-weight: bold;
}

.vr-filter__mob {
  display: none;
}

.vr-filter__sup {
  display: none;
}

.vr-filter__back {
  display: none;
  margin-top: 10px;
  margin-bottom: 25px;
}

.vr-filter__title {
  display: none;
}

.select__mob::after {
  width: 10px;
  height: 6px;
  background: #FFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23666666'/%3E%3C/svg%3E%0A") no-repeat center / cover;
  position: absolute;
  right: 24px;
  bottom: 50%;
  transform: translateY(50%) rotate(-90deg);
  content: '';
  display: block;
  transition: .3s ease-in;
}

.select__mob::before {
  width: 20px;
  height: 20px;
  /* background: #FFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23666666'/%3E%3C/svg%3E%0A") no-repeat center / cover; */
  background: url(/local/templates/optimed-val_copy/css/../images/icons/filter.svg) no-repeat center / cover;
  position: absolute;
  left: 20px;
  bottom: 50%;
  transform: translateY(50%);
  content: '';
  display: block;
}


.select__head.open::after {
  transform: translateY(50%) rotate(180deg);
}

.select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-top: 5px;
  /* max-height: 205px; */
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9;
  margin: 0;
  padding: 0;
  font-size: 14px;
  /* scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain; */
}

.select__list::-webkit-scrollbar {
  width: 7px;
  background-color: #DDDDDD;
  padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #DDDDDD;
}

.select__list .select__item {
  position: relative;
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  padding: 10px 25px;
  cursor: pointer;
}

.select__list .select__item:hover {
  background-color: rgba(221, 221, 221, 0.5);
}


.vr__title {
  margin-top: 24px;
  margin-bottom: 6px;
}

.vr__img {
  background-color: #DDDDDD;
  border-radius: 10px;
  object-fit: cover;
  object-position: top;
  width: 100%;
  max-height: 400px;
}


@media (max-width: 1440px) {
  .vr__img {
    height: 25vw;
  }
}

@media (max-width: 1023px) {
  .vr__img {
    height: 33vw;
  }
}

@media (max-width: 767px) {
  .vr__img {
    height: 50vw;
  }
}

@media (max-width: 375px) {
  .vr__img {
    height: 100vw;
  }
}


.vr-slider {
  margin-bottom: 50px;
  height: 1120px;

}

.vr-wrapper {
  margin-bottom: 50px;

}

.vr-slider .swiper-slide {
  height: calc((100% - 60px) / 2);
}

.vr-slide {
  width: 100%;
  margin-bottom: 20px;
  transition: 0.3s;
}

.vr-slide:hover {
  opacity: 0.5;
}

.vr-detail {
  display: flex;
  justify-content: space-between;
}

.vr-detail__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* justify-content: space-between; */
  width: 48%;
}

.vr-detail__info {
  margin-top: 40px;
  margin-bottom: 40px;
}

.vr-detail__img {
  width: 42%;
  object-fit: cover;
  object-position: top center;
  background-color: #DDDDDD;
  border-radius: 10px;
  max-height: 500px;
}

.card-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}


@media (max-width: 992px) {
  .vr-detail__info {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {


  .vr-slider {
    height: unset;

  }

  .vr__info {
    width: 100%;

  }

  .vr-detail {
    flex-direction: column-reverse;
  }

  .vr-detail__content {
    margin-top: 40px;
  }

  .vr-detail__content,
  .vr-detail__img {
    width: 100%;
  }
}


@media (max-width: 425px) {
  .select {
    width: 100%;
  }

  .vr .mshow {
    display: flex;
  }

  .vr .vr-filter__back {
    display: block;
    color: #273895;
  }

  .vr-filter__title {
    display: block;
    margin-bottom: 20px;
  }

  .vr .mhide {
    display: none;
  }

  .vr-filter {
    transform: translateX(-100vh);
    transition: 0.7s;
    position: fixed;
    background: #fff;
    overflow-y: scroll;
  }

  .vr-filter__btn {
    margin-top: 58px;
  }

  .vr .vr-filter__sup-first {
    margin-top: 10px;
  }

  .vr-filter__visible {
    transform: translateX(0);
    left: 0;
    right: 0;
    z-index: 11;
    top: 64px;
    bottom: 0;
    transition: 0.7s;
    /* overflow-y: auto; */
    /* overflow-x: visible; */
    width: 100vw;
    margin: 0;
    padding: 15px;
  }

  .vr .optimed-title {
    font-size: 24px;
  }

  .vr-filter .reset {
    display: block;
    width: min-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .vr-detail__info {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .vr-detail__content {
    margin-top: 20px;
  }

  .card-btn {
    margin-top: 20px;
  }

  .vr-filter {
    display: block;
  }

  .vr-filter__sup {
    display: block;
    margin-bottom: 10px;
    margin-top: 40px;
  }

  .vr-filter__mob {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .vr-filter__item,
  .vr-filter__item-big {
    width: 100%;
  }
}