/* ------------------- Course-Block Section ------------------- */

.course-block {
  padding: 216px 0 100px;
}

.course-block__subtitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 32px;
}

.course-block__description {
  margin-bottom: 40px;
}

.course-block__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 115px;
}

.course-block__info {
  max-width: 705px;
  margin-right: 20px;
}

.sale .course-block__title {
  display: inline-block;
  position: relative;
}

.sale .course-block__title:before {
  content: '';
  position: absolute;
  right: -90px;
  top: -35px;
  width: 123px;
  height: 123px;
  background: url('../fonts/sale.svg')center center/ contain no-repeat;
}

.course-block__btns {
  display: flex;
}

.course-block__start {
  background-color: #1c1c1c;
  color: #ffffff;
  width: 250px;
}

.course-block__btn {
  background-color: #E9624F;
  color: #ffffff;
  width: 250px;
}

.course-block__table {
  display: flex;
  border: 1.5px solid #000000;
}

.course-block__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 31px 25px;
  width: 25%;
  position: relative;
}

.course-block__details:not(:last-child) {
  border-right: 1.5px solid #000000;
}

.course-block__right {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  position: relative;
}

.old-price:before {
  content: '';
  position: absolute;
  top: 18px;
  left: -2px;
  width: 122px;
  height: 2px;
  background: #E9624F;
  transform: rotate(13deg);
  display: none;
}

.course-block__right-sale {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  background-color: #ffffff;
  color: #E9624F;
  border: 2px solid #E9624F;
  padding: 8px 10px;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: 0px;
  display: none;
  width: 120px;
  text-align: center;
}

.sale .course-block__right-sale,
.sale .old-price:before {
  display: block;
}

/* ------------------- Acquaintance Section ------------------- */

.acquaintance {
  padding-bottom: 211px;
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  max-width: 1720px;
}

.acquaintance__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.acquaintance__picture {
  position: relative;
  width: 50%;
  height: max-content;
  margin-right: 80px;
  z-index: 2;
}

.acquaintance__img {
  width: 100%;
  height: 100%;
}

.acquaintance__picture:before {
  content: '';
  position: absolute;
  bottom: -300px;
  right: -292px;
  width: 791px;
  height: 791px;
  z-index: -1;
  background: url("../fonts/acquaintance-gradient.svg")center center/ cover no-repeat;
}

.acquaintance__info {
  width: 50%;
}

.acquaintance__word {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #E9624F;
  margin-bottom: 16px;
}

.acquaintance__title {
  margin-top: 16px;
}

.acquaintance__about {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 60px;
}

.acquaintance__achievements {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.acquaintance__achievements-text {
  max-width: 231px;
  margin-bottom: 24px;
  position: relative;
  margin-left: 25px;
}

.acquaintance__achievements-text:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: -20px;
  background-color: #E9624F;
}

.acquaintance__description {
  width: 65%;
  position: absolute;
  right: 0;
  bottom: 30px;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  background-color: #fff;
  padding: 44px 105px 44px 113px;
  z-index: 2;
}

.acquaintance__description:before {
  content: '';
  position: absolute;
  top: 44px;
  left: 44px;
  width: 37px;
  height: 33px;
  background: url("../fonts/quotes.svg")center center/cover no-repeat;
}

/* ------------------- Program Section ------------------- */

.program {
  padding-top: 0;
  padding-bottom: 100px;
}

.program__text {
  margin-bottom: 60px;
}

.program__list {
  display: flex;
  flex-direction: column;
}

.program__day {
  padding: 40px 0px;
  border-bottom: 1px solid #1c1c1c;
  display: flex;
}

.hide {
  display: none;
}

.program__date {
  width: 230px;
}

.program__lesson {
  display: flex;
}

.program__date-week {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #E9624F;
  margin-bottom: 9px;
}

.program__lesson-title {
  margin-bottom: 9px;
}

.program__see-more {
  text-align: center;
  margin-top: 41px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  cursor: pointer;
}

.program__more-img {
  margin-left: 16px;
}

.program__see-more.active .program__more-img {
  transform: rotate(180deg);
}

/* ------------------- Gift Section ------------------- */

.gift__wrapper {
  display: flex;
  justify-content: space-between;
}

.gift__picture {
  background-color: #E9624F;
  padding: 27px 110px;
  height: 411px; 
  display: flex;
  justify-content: center;
  align-items: center
}

.gift__picture img{
  object-fit: contain;
  width: 100%;
}

.gift__content {
  width: 500px;
  margin-right: 150px;
}

.gift__info-text {
  margin-bottom: 60px;
}

.gift__info-text span {
  background: url('../fonts/gift-text.svg') center center/ cover no-repeat;
}

.gift__info-btn {
  background-color: #1c1c1c;
  color: #ffffff;
  border: 1px solid #1c1c1c;
  transition: 0.3s all;
}

.gift__info-btn:hover {
  background-color: #ffffff;
  color: #1c1c1c;
}

/* ------------------- Gift Modal ------------------- */

.gift-modal,
.promocode-modal,
.success-modal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.4);
  display: none;
}

.gift-modal.open,
.promocode-modal.open,
.success-modal.open {
  display: block;
}

.success-modal__image img {
  width: 100%;
}

.gift-modal__wrapper,
.promocode-modal__wrapper,
.success-modal__wrapper {
  border: 1px solid #000000;
  position: fixed;
  top: 124px;
  left: 50%;
  width: 100%;
  max-width: 630px;
  padding: 32px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.gift-modal__close,
.promocode-modal__close,
.success-modal__close {
  position: absolute;
  top: 0;
  right: -74px;
  cursor: pointer;
}

.gift-modal__content,
.promocode-modal__content,
.success-modal__content {
  width: 100%;
}

.gift-modal__close-btn,
.promocode-modal__close-btn {
  pointer-events: none;
}

.gift-modal__title,
.promocode-modal__title,
.success-modal__title {
  margin-bottom: 20px;
}

.gift-modal__text,
.promocode-modal__text {
  width: 440px;
}

.gift-modal__btn-close,
.promocode-modal__btn-close {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}

.gift-modal__btn,
.promocode-modal__btn {
  background-color: #1c1c1c;
  color: #ffffff;
  border: 1px solid #1c1c1c;
  transition: 0.3s all;
}

.gift-modal__btn:hover,
.promocode-modal__btn:hover {
  background-color: #ffffff;
  color: #1c1c1c;
}

.gift__form,
.promocode__form {
  margin-top: 36px;
}

