.b-discars__content {
  width: 88.2vw;
  margin: auto 5.2%;
  display: flex;
  flex-direction: row;
  gap: 5vh;
  margin-bottom: 96px;
  max-height: 750px;
}
@media (min-width: 1920px) {
  .b-discars__content {
    width: 1706px;
    margin: auto;
  }
}
@media (max-width: 1200px) {
  .b-discars__content {
    flex-direction: column;
    width: 100%;
    margin: 0;
    max-height: unset;
  }
}
.b-discars__gallery {
  max-width: 1200px;
  max-height: 796px;
  height: fit-content;
  border-radius: 5px;
}
.b-discars__gallery .swiper-wrapper {
  height: 796px;
}
@media (max-width: 1200px) {
  .b-discars__gallery .swiper-wrapper {
    height: auto;
  }
}
.b-discars__gallery .swiper-slide {
  aspect-ratio: 1.7777777778;
}
@media (max-width: 830px) and (orientation: vertical) {
  .b-discars__gallery .swiper-slide {
    max-height: 30vh;
  }
}
.b-discars__gallery-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: max-content;
  padding: 1rem;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.5);
  backdrop-filter: blur(30px);
  position: absolute;
  z-index: 1000;
  top: var(--swiper-navigation-top-offset, 86%) !important;
  left: 2.4vw;
  transition: 0.3s all;
  border: none;
}
.b-discars__gallery-more-text {
  color: var(--dark, #343A3D);
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  margin-left: 1rem;
}
.b-discars__gallery-more:hover {
  background: rgba(250, 250, 250, 0.7);
}
@media (max-width: 1600px) {
  .b-discars__gallery-more {
    top: var(--swiper-navigation-top-offset, 86%) !important;
  }
}
@media (max-width: 1200px) {
  .b-discars__gallery-more {
    display: none;
  }
}
@media (min-width: 1920px) {
  .b-discars__gallery {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .b-discars__gallery {
    width: 88vw !important;
    margin: auto !important;
    max-height: 650px;
  }
}
@media (max-width: 830px) {
  .b-discars__gallery {
    width: 100vw;
    margin: 0;
    height: auto;
  }
}
.b-discars__info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .b-discars__info-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1200px) {
  .b-discars__info {
    width: 88%;
    margin: auto;
  }
}
.b-discars__title {
  color: var(--dark, #343A3D);
  font-family: Geologica;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 1.5rem;
  margin-top: -5px;
}
@media (max-width: 1600px) {
  .b-discars__title {
    font-size: 30px;
  }
}
@media (max-width: 830px) {
  .b-discars__title {
    font-size: 24px;
    margin-top: -2vh;
  }
}
.b-discars__buttons {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}
.b-discars__buttons .b-discars__button {
  margin-right: 1rem;
}
.b-discars__buttons-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .b-discars__buttons-row #button-call-us {
    display: none;
  }
}
@media (max-width: 1600px) {
  .b-discars__buttons {
    margin-bottom: 1rem;
  }
}
.b-discars__price {
  color: #343A3D;
  font-family: Geologica;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.1rem;
}
@media (max-width: 1600px) {
  .b-discars__price {
    font-size: 20px;
  }
}
.b-discars__stats {
  overflow: auto;
  max-height: 380px;
}
.b-discars__stats::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background: #e3e3e3;
}
.b-discars__stats::-webkit-scrollbar-thumb {
  background: #343A3D;
  border-radius: 1ex;
}
.b-discars__stats::-webkit-scrollbar-corner {
  background: #343A3D;
  border-radius: 1ex;
}
.b-discars__stats-title {
  color: var(--dark, #343A3D);
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.2rem;
}
@media (max-width: 1600px) {
  .b-discars__stats-title {
    font-size: 16px;
  }
}
.b-discars__stats-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #343A3D;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 1.1rem;
}
.b-discars__stats-row-name {
  font-weight: 200;
  margin-right: 14px;
}
.b-discars__stats-row-value {
  font-weight: 400;
  padding-right: 3px;
}
@media (max-width: 1600px) {
  .b-discars__stats-row {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media (max-width: 830px) {
  .b-discars__stats-row {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .b-discars__stats {
    max-height: 430px;
  }
}
@media (max-width: 1200px) {
  .b-discars__stats {
    margin-bottom: 2.5rem;
    overflow: hidden;
    height: max-content;
    max-height: unset;
  }
}
.swiper.b-discars__gallery {
  margin: 0;
}
.swiper-slide {
  border-radius: 5px;
  user-select: none;
  object-fit: cover;
}
.swiper-button-prev {
  rotate: 180deg;
}
.swiper-button-prev, .swiper-button-next {
  width: 4rem !important;
  transition: 0.3s all;
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: none !important;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.6;
}
@media (min-width: 1920px) {
  .swiper-button-prev, .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%) !important;
  }
}
@media (max-width: 1200px) {
  .swiper-button-prev, .swiper-button-next {
    display: none !important;
  }
}
.swiper-pagination {
  display: none;
}
@media (max-width: 1200px) {
  .swiper-pagination {
    display: block;
    bottom: 2vh !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #BBBCBC;
    width: 8px;
    height: 8px;
    opacity: 0.5;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0.8;
  }
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .tablet-small-font-size div {
    font-size: 14px;
  }
}
