html {
  scroll-behavior: smooth;
}

img {
  display: block;
  max-width: 100%;
}

#wrapper-fgiol .mySwiper2 {
  margin-bottom: 10px;
}

.mySwiper .swiper-slide {
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  top: 35%;
  border-radius: 50%;

  /* width: calc(var(--swiper-navigation-size)/ 44 * 27); */
  /* height: var(--swiper-navigation-size); */
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.6);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: -35px;
  justify-content: flex-start;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -35px;
  right: auto;
  justify-content: flex-end;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  padding-left: 15px;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  padding-right: 15px;
}

#wrapper-fgiol .swiper-horizontal > .swiper-pagination-bullets,
#wrapper-fgiol .swiper-pagination-bullets.swiper-pagination-horizontal,
#wrapper-fgiol .swiper-pagination-custom,
#wrapper-fgiol .swiper-pagination-fraction {
  left: unset;
  right: 5px;
  bottom: 5px;
  padding: 5px;
  width: auto;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.article {
  padding-bottom: 80px;
  box-sizing: border-box;
  font-size: 20px;
}

.article__image {
  margin-bottom: 20px;
}

.article > p {
  margin-bottom: 20px;
}

.article > p > strong {
  color: #b92f92;
}

.article__story {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  font-style: italic;
}

.article__story .article__image {
  margin: 0 auto 10px;
  max-width: 80%;
}

.flex {
  display: flex;
}

.highlight {
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 20px;
  color: #fff;
  background-color: #000;
}

.highlight--text {
  padding: 20px;
  color: #ccc;
}

.highlight--text strong {
  color: #fff;
}

.highlight--text span {
  font-weight: 700;
  color: rgb(185, 48, 146);
}

.highlight--text > p:not(:last-child) {
  margin-bottom: 20px;
}

.highlight__img-wrap {
  flex-grow: 1;
  width: 45%;
  min-width: 250px;
}

.highlight__img {
  display: block;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.highlight__wrapper {
  flex-grow: 1;
  align-self: center;
  padding: 20px;
  width: calc(55% - 20px);
  box-sizing: border-box;
}

.highlight__title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

.highlight__text {
  color: #ccc;
}

.order {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
  padding-top: 30px;
}

.order__left {
  position: relative;
}

.order__right {
  width: calc(50% - 15px);
}

.order__wrapper {
  position: absolute;
  right: calc(100% - 100px);
  bottom: calc(100% - 80px);
  width: 100px;
  height: 100px;
  transform: rotate(-20deg);
}

.order__discount {
  width: 100%;
  height: 100%;
  fill: rgb(185, 48, 146);
}

.order__content {
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 1;
  text-align: center;
  color: #fff;
  transform: translate(-50%,-50%);
}

.order__content > span {
  font-weight: 700;
  font-size: 30px;
}

.order__img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 480px;
}

.form {
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
}

.form__group {
  margin-bottom: 20px;
}

.form__field {
  display: block;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 15px 20px;
  width: 100%;
  line-height: 1;
  height: 58px;
}

/* .form__field:focus, */
.form__btn:focus {
  outline: rgb(185 48 146) solid 3px;
  outline-offset: 3px;
}

.form__btn {
  display: block;
  margin-bottom: 10px;
  border: 1px solid rgb(185, 48, 146);
  border-radius: 4px;
  padding: 18px 20px;
  width: 100%;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background-color: rgb(185, 48, 146);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
}

.form__btn:hover {
  color: rgb(185, 48, 146);
  background-color: transparent;
}

.form__btn:active {
  outline: none;
  color: #fff;
  background-color: rgb(120, 26, 94);
}

.form__annotation {
  display: block;
  font-size: 15px;
  text-align: center;
  color: #333;
}

.price {
  justify-content: center;
  margin-bottom: 20px;
  font-size: 42px;
}

.price__old {
  margin-right: 40px;
  font-size: 36px;
}

.price__old span {
  -webkit-text-decoration: line-through rgb(185, 48, 146);
  text-decoration: line-through rgb(185, 48, 146);
}

.price__new {
  font-weight: 700;
  color: rgb(185, 48, 146);
}

.comments {
  font-size: 18px;
}

.comments__title {
  margin: 0;
}

.comments__list {
  list-style: none;
  margin-bottom: 40px;
}

.comment {
  padding-top: 20px;
}

.comment:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.comment--answer {
  border-bottom: none;
  padding-top: 0;
  padding-left: 35px;
}

.comment__info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.comment__ava {
  margin-right: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.comment__time {
  font-size: 15px;
  color: #333;
}

.comment__content {
  margin-bottom: 20px;
  padding-left: 60px;
}

.comment__img {
  margin-bottom: 20px;
  padding-left: 60px;
  width: calc(100% - 60px);
  max-width: 280px;
  /* object-fit: contain; */
}

.comment__link {
  font-weight: 700;
  color: rgb(185, 48, 146);
}

.btn {
  margin: 0 auto 30px;
  border: 1px solid rgb(185, 48, 146);
  border-radius: 4px;
  padding: 18px 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: rgb(185, 48, 146);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
}

.btn--order {
  position: relative;
  left: 50%;
  display: inline-block;
  line-height: 1.3;
  transform: translateX(-50%);
}

.btn:hover {
  color: rgb(185, 48, 146);
  background-color: transparent;
}

.btn:active {
  outline: none;
  color: #fff;
  background-color: rgb(120, 26, 94);
}

@media screen and (max-width: 1023px) {
  .sidebar-container {
    display: none;
  }
}

.just-validate-error-label {
  margin-bottom: 3px;
}

.just-validate-error-field {
  border-color: #dc3545;
  background: url("../images/warning.svg") no-repeat center right 10px / 25px;
}

.just-validate-error-field:focus {
  border-color: #dc3545;
  box-shadow: inset 0 0 0 0.25rem rgb(220 53 69 / 25%);
}

.just-validate-success-field {
  border-color: #198754;
  background: url("../images/success.svg") no-repeat center right 10px / 25px;
}

.just-validate-success-field:focus {
  border-color: #198754;
  box-shadow: inset 0 0 0 0.25rem rgb(25 135 84 / 25%);
}