.mySwiper--price .swiper-slide {height: auto;}
.price {
  min-height: -webkit-calc(100% - 80px);
  min-height: -moz-calc(100% - 80px);
  min-height: calc(100% - 80px);
  margin: 2.5rem 0;
  position: relative;
  padding: 2.5rem 1.5rem;
  background: #121633;
  border: 2px solid #3C406D;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .price {
    padding: 24px 12px;
  }
}
@media (max-width: 768px) {
  .mySwiper--price .swiper-slide {
    width: 100%;
    max-width: 300px;
  }
  .price-list .container{padding: 0;}
}
.price-mark {
  margin: 0;
  padding: 0.5625rem 0.75rem;
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #3C406D;
  background: #D5D9FF;
  color: #20275B;
  -webkit-border-radius: 2.5rem 2.5rem 0px 0px;
  -moz-border-radius: 2.5rem 2.5rem 0px 0px;
  border-radius: 2.5rem 2.5rem 0px 0px;
  width: 13.75rem;
  max-width: 80%;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.price h3, .price .h3 {
  margin: 0 0 1rem 0;
}
.price-total {
  position: relative;
  min-height: 4.25rem;
  padding: 4px 0;
  color: #F90079;
  font-weight: 700;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.price-total:before {
  content: "";
  position: absolute;
  right: -1.5rem;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #3C406D;
  -webkit-border-radius: 3.75rem 0px 0px 3.75rem;
  -moz-border-radius: 3.75rem 0px 0px 3.75rem;
  border-radius: 3.75rem 0px 0px 3.75rem;
}
.price-total h3, .price-total .h3,
.price-total h5, .price-total .h5 {
  margin: 0;
}
.price ul {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}
.price ul li {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 1.75rem 0 0;
}
.price ul li:before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../../../assets/img/icons/check.svg) no-repeat center;
  -webkit-background-size: 1.25rem 1.25rem;
  -moz-background-size: 1.25rem;
  background-size: 1.25rem;
  top: 4px;
  right: 0;
}
.price-note {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  color: #D7DBE4;
}
.price .btn-primary {
  width: 100%;
}
.price.price--rec {
  background: #20275B;
}
.price.price--rec .price-total {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.feedback {
  margin-top: 6.25rem;
  padding: 3.75rem 5rem;
  background: #20275B;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
}
@media (max-width: 1199px) {
  .feedback {
    padding-left: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
.feedback-info {
  width: 26.875rem;
  max-width: 100%;
  float: right;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .feedback-info {
    margin: 0 auto;
    float: none;
  }
}
.feedback-info__img {
  position: relative;
  height: 12.25rem;
}
.feedback-info__img img {
  /*width: 23.75rem;
  max-height: 23.75rem;*/
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
  max-width: 50%;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: drop-shadow(0px 15px 20px rgba(32, 39, 91, 0.08));
  filter: drop-shadow(0px 15px 20px rgba(32, 39, 91, 0.08));
}
.feedback-info__author {
  background: #20275B;
  border: 2px solid #BEC2EB;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
  padding: 1.75rem;
  text-align: center;
  position: relative;
}
@media (max-width: 992px) {
  .feedback-info__img {
    height: auto;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  .feedback-info__img img {bottom: -5%;}
  .feedback-info__author {
    padding: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 16px;
  }
}
.feedback-info__author_decor {
  position: absolute;
  top: -6.125rem;
  left: -1.75rem;
  z-index: 1;
  width: 7.25rem;
}
@media (max-width: 1199px) {
  .feedback-info__author_decor {
    width: 95px;
  }
}
.feedback-info__author h3, .feedback-info__author .h3 {
  margin-bottom: 0.5rem;
}
.feedback-info__author h5, .feedback-info__author .h5 {
  color: #848BBF;
}
.feedback-info__circle {
  position: absolute;
  pointer-events: none;
  top: -9rem;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .feedback-info__circle {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    top: -191px;
  }
}
@media (max-width: 992px) {
  .feedback-info__circle {
    -webkit-transform: scale(0.38);
    -moz-transform: scale(0.38);
    -ms-transform: scale(0.38);
    -o-transform: scale(0.38);
    transform: scale(0.38);
    top: -10rem;
  }
}
.feedback-info__circle_i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.feedback-info__circle_i:nth-child(1) {
  width: 31.25rem;
  height: 31.25rem;
  background: rgba(249, 0, 121, 0.2);
}
.feedback-info__circle_i:nth-child(2) {
  width: 28.75rem;
  height: 28.75rem;
  background: rgba(249, 0, 121, 0.6);
}
.feedback-info__circle_i:nth-child(3) {
  width: 26.25rem;
  height: 26.25rem;
  background: #F90079;
}

