.gallery_img {
  position: relative;
  /*border-radius: 10px;*/
}

.gallery_img img {
  width: 100% !important;
  border-radius: 10px;
  margin: 0;
  height: 250px;
  border: 4px solid #f97316;
  object-fit: cover;
}

.play_btn {
  position: absolute;
  top: 32%;
  left: 39%;
}

.modal-dialog {
  max-width: 900px;
}

.gallery_desc {
  display: flex;
  justify-content: center;
  font-size: 24px;
}

.css-1cu9y7g {
  height: 15px;
  width: 24px;
  /*margin-right: 4px;*/
  color: rgb(0, 47, 52);
}

.css-vszxq1 {
  border-radius: 0px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0px 22px 0px 0px;
  position: relative;
  text-decoration: none;
  line-height: 18px;
  background: transparent;
  border: 0px;
  letter-spacing: 0.8px;
  padding: 0px;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-transform: none;
  font-weight: 500;
  color: rgb(0, 47, 52);
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 23px;
  padding: 20px;
  /*border: 1px solid #000;*/
  border-radius: 50%;
  background: white;
  color: var(--orange-600);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.swiperBrand,
.swiperHome {
  padding: 30px;
}
.offcanvas-backdrop.show {
  opacity: 0 !important;
}

.swiper-backface-hidden .swiper-slide {
  /*width: 450px !important;*/
}

.simple-rating i {
  color: #f5ba00;
  display: inline-block;
  padding: 1px 2px;
  cursor: pointer;
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}

.telegram-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 9999;
  background-color: #ff6800;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23FFF' d='M23.91 3.79L20.3 20.84c-.25 1.21-.98 1.5-2 .94l-5.5-4.07-2.66 2.57c-.3.3-.55.56-1.1.56-.72 0-.6-.27-.84-.95L6.3 13.7l-5.45-1.7c-1.18-.35-1.19-1.16.26-1.75l21.26-8.2c.97-.43 1.9.24 1.53 1.73z'/%3e%3c/svg%3e");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.telegram-button:before,
.telegram-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #ff6800;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: border-animate 1.5s linear infinite;
  opacity: 0;
}
.telegram-button:after {
  animation-delay: 0.5s;
}
@keyframes border-animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.side-menu-item img {
  max-width: 49px;
}

#truck_numb {
  position: absolute;
  left: 17px;
  top: -7px;
  font-size: 22px;
  font-weight: 700;
  color: var(--orange-500);
  transition: 0s !important;
}

@media (max-width: 570px) {
  .side-menu-item img {
    max-width: 40px;
    height: auto;
  }

  .side-menu-item {
    width: 60px;
    height: 60px;
  }

  #truck_numb {
    font-size: 16px;
    left: 15px;
    top: -8px;
  }
}

.price-button .side-menu-item-icon {
  position: relative;
  z-index: 5;
}

.price-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #ff6800;
  background-color: #cc56082a;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  animation: border-animate 2.5s linear infinite;
  opacity: 0;
}

.price-button:after {
  animation-delay: 0.5s;
}

@keyframes border-animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
