.product__block {
  background-color: var(--bs-white);
  border-radius: 10px;
  padding: 25px;
}
@media (max-width: 991.98px) {
  .product__block {
    margin-bottom: 20px;
  }
}
.product__label {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 3;
  background-color: var(--bs-primary);
  border-radius: 50px;
  color: var(--bs-white);
  padding: 8px 15px;
}
@media (max-width: 575.98px) {
  .product__label {
    top: unset;
    bottom: 30%;
    right: 12px;
  }
}
.product__heading {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.product__title {
  margin: 0;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .product__title {
    margin-right: auto;
  }
}
.product__prices {
  margin-bottom: 5px;
}
.product__prices .price {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .product__prices .price {
    margin-bottom: 12px;
  }
}
.product__prices .price__new {
  font-size: 20px;
  font-weight: 700;
  color: var(--bs-secondary);
}
@media (min-width: 768px) {
  .product__prices .price__new {
    font-size: 24px;
  }
}
.product__prices .price__old {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-font-color);
  text-decoration: line-through;
}
@media (max-width: 767.98px) {
  .product__prices .price__old {
    margin: 0 12px;
  }
}
@media (min-width: 768px) {
  .product__prices .price__old {
    margin-left: 12px;
  }
}
@media (max-width: 767.98px) {
  .product__prices .monthly {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .product__prices .monthly {
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  .product__favourite {
    display: inline-flex;
  }
}
@media (max-width: 991.98px) {
  .product__favourite {
    margin-left: 20px;
  }
}
.product__favourite button {
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
  padding: 9px;
  font-size: 16px;
  color: var(--bs-primary);
  transition: 0.25s ease-out;
}
.product__favourite button:hover, .product__favourite button:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.product__shop {
  margin: 32px -15px 0;
}
@media (min-width: 768px) {
  .product__shop {
    margin: 32px 0 0;
  }
}
@media (min-width: 1200px) {
  .product__shop {
    margin-top: 16px;
  }
}
.product-shop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
}
@media (min-width: 768px) {
  .product-shop {
    padding: 22px 20px;
  }
}
@media (max-width: 991.98px) {
  .product-shop__address {
    width: 100%;
  }
}
.product-shop__address .name {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .product-shop__address .address {
    margin-top: 4px;
  }
}
.product-shop__address .address .text {
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
}
.product-shop__address .address .text a {
  font-size: 14px;
  color: var(--bs-body-color);
  text-decoration: underline;
}
.product-shop__address .address .text a:hover, .product-shop__address .address .text a:focus {
  text-decoration: none;
}
.product-shop__contacts {
  margin-right: 16px;
}
@media (max-width: 991.98px) {
  .product-shop__contacts {
    margin-top: 16px;
  }
}
.product-shop__contacts .schedule {
  font-size: 14px;
  color: var(--gray-font-color);
}
.product-shop__contacts .phone {
  margin-top: 4px;
}
.product-shop__contacts .phone .contact-phone a {
  font-size: 16px;
  font-weight: 700;
  color: var(--bs-body-color);
  transition: color 0.25s ease-out;
}
.product-shop__contacts .phone .contact-phone a:hover, .product-shop__contacts .phone .contact-phone a:focus {
  color: var(--bs-primary);
}
@media (max-width: 991.98px) {
  .product-shop__rating {
    margin-top: 16px;
  }
}
@media (max-width: 1199.98px) {
  .product-shop__button {
    width: 100%;
    margin-top: 16px;
  }
}
.product__gallery {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .product__gallery {
    margin-bottom: 20px;
  }
}
.product__stickers {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  width: calc(100% - 56px);
}
.product-stickers__elem {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  margin-right: 12px;
  padding-right: 14px;
  border-radius: 50px;
  background-color: #fff;
  font-size: 16px;
  line-height: 2;
}
.product-stickers__elem svg {
  color: var(--bs-primary);
}
.product-stickers__icon {
  margin-right: 7px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  background-color: var(--bs-white);
}
@media (min-width: 1200px) {
  .product-slider__swiper .swiper-slide {
    min-height: 550px;
  }
}
.product-slider__item {
  cursor: zoom-in;
  display: flex;
  justify-content: center;
}
.product-slider__item img {
  width: 100%;
  object-fit: cover;
}
.product-slider .swiper-slide img {
  border-radius: 10px;
}
.product-slider .swiper-button-prev, .product-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product__thumbs {
  margin-top: 10px;
}
.product__thumbs .swiper-slide {
  border: 1px solid transparent;
  border-radius: 10px;
}
.product__thumbs .swiper-slide-thumb-active {
  border-color: var(--bs-primary);
}
.product__thumbs img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.product__video-report {
  position: absolute;
  z-index: 2;
  top: calc(100% - 17.5px);
  left: 5%;
  display: flex;
  align-items: center;
  padding: 6px 14px;
  width: 90%;
  border-radius: 35px;
  background: linear-gradient(136.81deg, var(--bs-primary) 9.74%, var(--tertiary) 85.22%);
  color: #fff;
}
@media (min-width: 576px) {
  .product__video-report {
    top: auto;
    bottom: 12px;
    left: 12px;
    width: 245px;
    padding: 10px 20px;
  }
}
.product__video-report svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
@media (min-width: 576px) {
  .product__video-report svg {
    width: 34px;
    height: 34px;
    margin-right: 12px;
  }
}
.product__video-report .text {
  width: calc(100% - 28px);
}
@media (min-width: 576px) {
  .product__video-report .text {
    text-align: left;
  }
}
.product__characteristic {
  margin: 25px 0;
  padding-top: 20px;
  border-top: 1px solid var(--bs-border-color);
}
.product__characteristic h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--bs-secondary);
  margin-bottom: 15px;
}
.product-characteristic {
  position: relative;
  width: 100%;
}
.product-characteristic__list {
  list-style: none;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .product-characteristic__list {
    margin: 0;
  }
}
.product-characteristic__item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .product-characteristic__item {
    padding: 8px 15px;
  }
}
@media (min-width: 992px) {
  .product-characteristic__item {
    padding: 8px 0;
  }
}
@media (min-width: 1200px) {
  .product-characteristic__item {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .product-characteristic__item {
    font-size: 18px;
  }
}
.product-characteristic__item-key {
  color: var(--tertiary);
  font-size: 14px;
  font-weight: 500;
}
.product-characteristic__item-value {
  color: var(--bs-secondary);
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .product-characteristic__fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96.6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-characteristic__toggle {
    margin-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .product-characteristic__toggle {
    margin-top: 15px;
  }
}
.product__buttons {
  display: flex;
  justify-content: space-between;
}
.product__buttons .btn {
  padding: 18px 20px;
  font-weight: 500;
  font-size: 14px;
  width: 49%;
}
@media (max-width: 1439.98px) {
  .product__buttons .btn {
    width: 100%;
  }
  .product__buttons .btn:first-of-type {
    margin-bottom: 10px;
  }
}
@media (max-width: 1439.98px) {
  .product__buttons {
    flex-direction: column;
  }
}
@media (max-width: 1439.98px) {
  .product__countdown {
    width: 100% !important;
    flex-direction: column;
  }
  .product__countdown .text {
    margin-bottom: 10px;
  }
  .product__countdown .text br {
    display: none;
  }
}
.product__monthpay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .product__monthpay {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product__monthpay .monthly {
  color: var(--tertiary);
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .product__monthpay .monthly {
    margin-bottom: 10px;
  }
}
.product__monthpay .monthly span {
  color: var(--bs-primary);
  font-size: 16px;
  font-weight: 600;
}
.product-monthpay__labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-monthpay__labels .product-monthpay__label:first-child {
  margin-right: 10px;
}
.product-monthpay__label {
  background-color: #F1CD64;
  padding: 4px 8px;
  color: var(--bs-secondary);
  border-radius: 50px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.product-monthpay__label.-primary {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.product__viewing {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-viewing__wrapper {
  position: relative;
  font-size: 12px;
  color: var(--tertiary);
}
.product-viewing__wrapper span {
  color: var(--bs-secondary);
}
.product-viewing__wrapper::after {
  content: "";
  display: block;
  background-color: var(--bs-primary);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -6%;
  transform: translateY(-50%);
}
.product__gifts {
  margin-top: 30px;
}
.product-gifts__item {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--bs-white);
  padding: 20px 25px;
}
.product-gifts__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.product-gifts__icon {
  margin-right: 15px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  max-width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.product-gifts__icon svg {
  color: var(--bs-primary);
}
.product-gifts__content {
  font-size: 16px;
  font-weight: 700;
  color: var(--bs-secondary);
}
.product-gifts__content span {
  color: var(--bs-primary);
}
.product__info {
  background-color: var(--bs-white);
  border-radius: 50px;
  padding: 50px;
}
@media (max-width: 575.98px) {
  .product__info {
    padding: 25px;
  }
}
.product-info__title {
  cursor: pointer;
}
.product-info__item {
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  padding: 25px 0;
}
.product-info__item:first-of-type {
  border-top: 0;
}
.product-info__item:last-of-type {
  border-bottom: 0;
}
.product-info__item ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 16px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.product-info__item li {
  color: var(--bs-secondary);
  font-size: 14px;
  font-weight: 500;
  width: 50%;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .product-info__item li {
    width: 100%;
  }
}
.product-info__item li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 6px;
}
.product-info__header {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
}
.product-info__button {
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-secondary);
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-info__button svg {
  transition: 0.2s linear;
  transform: rotate(180deg);
}
.product-info__button.collapsed svg {
  transform: rotate(0deg);
}
.product .no-photo-img {
  max-width: 50%;
}
.product__calc .calculator {
  border-radius: 50px;
}
