@charset "UTF-8";
.top__inner {
  background-image: url(/img/top.webp);
  background-position: top center;
  background-size: cover;
  padding: clamp(2.625rem, 0.9474rem + 6.7105vw, 9rem) clamp(0.9375rem, -0.2961rem + 4.9342vw, 5.625rem) clamp(2.8125rem, 1.1678rem + 6.5789vw, 9.0625rem);
  color: var(--white-text-color);
  gap: 24px;
  border-radius: clamp(1rem, 0.7697rem + 0.9211vw, 1.875rem);
  position: relative;
  overflow: hidden;
}
.top__inner::after {
  position: absolute;
  content: "";
  background-image: url(/img/kremlin.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(18.9375rem, 10.0433rem + 18.9744vw, 32.8125rem);
  height: clamp(18.9375rem, 9.2019rem + 20.7692vw, 34.125rem);
  right: -15px;
  bottom: 0;
}
.top__title {
  max-width: clamp(25.3125rem, 2.7965rem + 48.0342vw, 60.4375rem);
  width: 100%;
}
.top__title div {
  color: var(--accent-color);
  background-color: var(--white-text-color);
  border-radius: 16px;
  display: inline-block;
  padding: 0px 10px;
}
.top__text {
  max-width: clamp(21rem, 16.8553rem + 16.5789vw, 36.75rem);
  width: 100%;
}
.top__btn {
  max-width: clamp(11.25rem, 9.7533rem + 5.9868vw, 16.9375rem);
}

@media (max-width: 750px) {
  .top__inner::after {
    display: none;
  }
  .top__title, .top__text {
    width: 100%;
  }
  .top__title div, .top__text div {
    border-radius: clamp(0.5rem, -0.0714rem + 2.2857vw, 1rem);
  }
}
.desc__inner {
  padding: clamp(1.25rem, 0.5921rem + 2.6316vw, 3.75rem) clamp(0.625rem, -0.1974rem + 3.2895vw, 3.75rem) clamp(1.25rem, 0.5921rem + 2.6316vw, 3.75rem);
  border-radius: clamp(1rem, 0.6053rem + 1.5789vw, 2.5rem);
  background-color: var(--bg-white-color);
}
.desc__box {
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
  gap: 10px;
}

.invest__inner {
  padding: clamp(1.5rem, 0.0362rem + 5.8553vw, 7.0625rem) clamp(2.5625rem, 0.5724rem + 7.9605vw, 10.125rem);
  background-color: var(--accent-color);
  border-radius: clamp(0.625rem, 0.1316rem + 1.9737vw, 2.5rem);
  overflow: hidden;
  position: relative;
}
.invest__inner::after {
  position: absolute;
  content: "";
  background-image: url(/img/invest.webp);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 338px;
  height: 100%;
  right: 30px;
  top: 25px;
}
.invest__title {
  text-transform: uppercase;
  color: var(--white-text-color);
  max-width: clamp(18rem, 3.3125rem + 58.75vw, 73.8125rem);
  width: 100%;
}

@media (max-width: 1024px) {
  .invest__inner::after {
    display: none;
  }
  .invest__title {
    text-align: center;
    margin: 0 auto;
  }
}
.seminar__inner {
  gap: clamp(1.4375rem, 1.0921rem + 1.3816vw, 2.75rem);
  color: var(--text-color);
}
.seminar__title {
  text-align: center;
}
.seminar__content {
  gap: clamp(1.5rem, 1.1711rem + 1.3158vw, 2.75rem);
}
.seminar-card {
  padding: clamp(0.9375rem, 0.5263rem + 1.6447vw, 2.5rem);
  background-color: var(--bg-white-color);
  border-radius: clamp(1rem, 0.6053rem + 1.5789vw, 2.5rem);
  gap: clamp(1.25rem, -0.5128rem + 3.7607vw, 4rem);
}
.seminar-row.row {
  gap: 40px;
  align-items: flex-start;
}
.seminar-sidebar {
  max-width: 225px;
  width: 100%;
  display: flex;
}
.seminar-sidebar__text {
  color: var(--accent-color);
  margin: 0 auto;
  text-align: center;
}
.seminar-panel {
  gap: clamp(0.75rem, 0.2237rem + 2.1053vw, 2.75rem);
  display: flex;
  align-items: flex-start;
}
.seminar-panel__box {
  gap: 12px;
}
.seminar-panel__title, .seminar-panel__text {
  max-width: 895px;
  width: 100%;
}
.seminar-panel__title {
  color: var(--accent-color);
}
.seminar-panel__tags {
  text-align: center;
  display: flex;
  min-height: 94px;
  background-color: var(--bg-color);
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--tags-color);
}
.seminar-panel__btn-phone_mobile {
  display: none !important;
}
.seminar-panel__btn-phone_desktop {
  display: flex !important;
}
.seminar-date {
  color: var(--accent-color);
}
.seminar-tags {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.625rem, 0.2244rem + 0.8547vw, 1.25rem);
}
.seminar-list {
  gap: 15px;
  margin-left: 25px;
}
.seminar-list__item {
  list-style: disc;
}
.seminar__img {
  max-width: 373px;
  height: auto;
  border-radius: 50%;
}
.seminar__picture {
  width: 100%;
  height: 100%;
}
.seminar-speak {
  margin: auto 0;
  max-width: 361px;
  gap: 9px;
}
.seminar-speak__text {
  color: var(--tags-color);
}
.seminar-btns {
  width: 100%;
  gap: 16px;
}

/* Медиа-запросы */
@media (max-width: 1280px) {
  .seminar-sidebar__text {
    text-align: left;
    margin: 0;
    white-space: nowrap;
  }
  .seminar-panel {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .seminar-tags {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 996px) {
  .seminar-row.row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .seminar-sidebar {
    max-width: none;
  }
  .seminar-sidebar__text {
    margin: 0 auto;
    text-align: center;
  }
  .seminar-panel.seminar-btns {
    flex-direction: column;
    width: 100%;
  }
  .seminar-panel__btn-phone_mobile {
    display: flex !important;
  }
  .seminar-panel__btn-phone_desktop {
    display: none !important;
  }
}
@media (max-width: 890px) {
  .seminar__img {
    max-width: 200px;
  }
}
.price {
  padding: clamp(1.875rem, 0.0658rem + 7.2368vw, 8.75rem) 0 clamp(1.875rem, -0.2632rem + 8.5526vw, 10rem) 0;
  background: linear-gradient(180deg, #09418B 0%, #7BFFE8 100%);
}
.price__inner {
  gap: 40px;
}
.price__title {
  color: var(--white-text-color);
  text-align: center;
}
.price-content {
  gap: 24px;
}
.price-card {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: clamp(0.9375rem, 0.5263rem + 1.6447vw, 2.5rem);
  background-color: var(--bg-white-color);
  border-radius: clamp(1rem, 0.9342rem + 0.2632vw, 1.25rem);
}
.price-card__box {
  display: flex;
  gap: 40px;
  max-width: 700px;
  width: 100%;
}
.price-card__btn {
  height: 48px;
  max-width: 271px;
  margin: auto 0;
}
.price-card__num {
  margin-left: auto;
  max-width: clamp(15.625rem, 14.0132rem + 6.4474vw, 21.75rem);
}
.price-card__num.p1-bold {
  text-align: center;
  max-width: 348px;
}
.price-card--first {
  position: relative;
}
.price-card--first::after {
  position: absolute;
  content: "";
  background-image: url(/img/triangle1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(6.0625rem, 4.8783rem + 4.7368vw, 10.5625rem);
  height: clamp(4.6875rem, 3.7664rem + 3.6842vw, 8.1875rem);
  left: clamp(8.4375rem, 5.0321rem + 7.265vw, 13.75rem);
  transform: translateY(-25%);
  opacity: 0.2;
}
.price-card--second {
  position: relative;
}
.price-card--second::after {
  position: absolute;
  opacity: 0.2;
  content: "";
  background-image: url(/img/triangle2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(7.3125rem, 5.1579rem + 8.6184vw, 15.5rem);
  height: clamp(4rem, 2.8158rem + 4.7368vw, 8.5rem);
  left: clamp(8.4375rem, 5.0321rem + 7.265vw, 13.75rem);
  transform: translateY(-25%);
}
.price-card--third {
  position: relative;
}
.price-card--third::after {
  position: absolute;
  opacity: 0.2;
  content: "";
  background-image: url(/img/triangle3.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(6.5rem, 3.3914rem + 12.4342vw, 18.3125rem);
  height: clamp(3.9375rem, 2.0461rem + 7.5658vw, 11.125rem);
  left: clamp(8.4375rem, 5.0321rem + 7.265vw, 13.75rem);
  transform: translateY(-33%);
}

@media (max-width: 1124px) {
  .price-card__box {
    flex-direction: column;
    align-items: center;
    max-width: 200px;
    gap: 3px;
  }
}
@media (max-width: 556px) {
  .price-content {
    width: 100%;
  }
  .price-card {
    width: 100%;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .price-card__box, .price-card__btn {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }
  .price-card__num {
    margin: 0;
  }
  .price-card__num.p1-bold {
    max-width: 260px;
    text-align: left;
  }
  .price-card--first::after {
    width: 97px;
    height: 75px;
    left: clamp(10.9375rem, -17.1074rem + 112.1795vw, 21.875rem);
    top: 25px;
  }
  .price-card--second::after {
    width: 117px;
    height: 64px;
    left: clamp(10.9375rem, -17.1074rem + 112.1795vw, 21.875rem);
    top: 30px;
  }
  .price-card--third::after {
    width: 104px;
    height: 63px;
    top: 30px;
    left: clamp(10.9375rem, -17.1074rem + 112.1795vw, 21.875rem);
  }
  .price-content {
    margin: 0 auto;
  }
}
.price-details__inner {
  gap: clamp(1.5rem, 1.2368rem + 1.0526vw, 2.5rem);
}
.price-details__title {
  text-align: center;
}
.price-details__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.price-details__card {
  background-color: var(--bg-white-color);
  border-radius: 24px;
  padding: 86px 20px;
  width: 288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.price-details__card-text {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #656E72;
  line-height: 100%;
}
.price-details__card-text_small {
  font-size: 16px;
}
.price-details__card span {
  width: 30px;
  height: 30px;
}

@media (max-width: 1280px) {
  .price-details__content {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 612px) {
  .price-details__card {
    width: 100%;
    padding: 40px 20px;
  }
}
@keyframes pulseSmooth {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.02);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.03);
    opacity: 0.8;
  }
  75% {
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.reasons__inner {
  gap: 54px;
}
.reasons__title {
  text-align: center;
}
.reasons__title span {
  display: inline-block;
  background-color: var(--accent-color);
  color: var(--white-text-color);
  padding: 3px 6px 3px 18px;
  border-radius: 12px;
}
.reasons__content {
  margin: 0 auto;
  position: relative;
}
.reasons-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reasons-img {
  max-width: 524px;
  width: 100%;
  height: auto;
}
.reasons-img__one, .reasons-img__two, .reasons-img__three, .reasons-img__four, .reasons-img__five {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  animation: pulseSmooth 4s ease-in-out infinite;
}
.reasons-img__caption {
  position: absolute;
  left: 50%;
  top: 57%;
  max-width: 205px;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 2;
}
.reasons-img__one {
  left: -48%;
  top: -2%;
  max-width: 297px;
  animation-delay: 0s;
}
.reasons-img__five {
  max-width: 279px;
  left: 75%;
  top: 55%;
  animation-delay: 0.8s;
}
.reasons-img__two {
  max-width: 215px;
  left: -60%;
  top: 38%;
  animation-delay: 1.6s;
}
.reasons-img__four {
  max-width: 305px;
  left: 90%;
  top: -2%;
  animation-delay: 2.4s;
}
.reasons-img__three {
  max-width: 267px;
  left: -30%;
  top: 60%;
  animation-delay: 3.2s;
}
.reasons-picture {
  width: 100%;
  height: auto;
  display: block;
}
.reasons-picture__one, .reasons-picture__two, .reasons-picture__three, .reasons-picture__four, .reasons-picture__five {
  width: 100%;
  height: auto;
  display: block;
}
.reasons__btn {
  max-width: 234px;
  margin: 0 auto;
}
.reasons-media {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.reasons-media__text {
  text-align: center;
  color: var(--accent-color);
}
.reasons-media__img {
  max-width: 24px;
  height: auto;
}
.reasons-media__picture {
  width: 100%;
  height: auto;
}

@media (max-width: 1190px) {
  .reasons__inner {
    gap: 24px;
  }
  .reasons-box {
    display: none;
  }
  .reasons-media {
    display: flex;
  }
}
.quest__inner {
  gap: 44px;
}
.quest__title {
  text-align: center;
}
.quest__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quest__box {
  width: 100%;
}
.quest__tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.quest-btn {
  width: 100%;
  padding: 27px 20px;
  background-color: var(--bg-white-color);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-radius 0.1s ease;
}
.quest-btn__num {
  color: var(--accent-color);
  transition: color 0.7s ease;
}
.quest-btn__text {
  padding-left: clamp(0.625rem, -2.5987rem + 12.8947vw, 12.875rem);
  color: var(--tags-color);
  transition: color 0.2s ease;
}
.quest-btn__circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--accent-color);
  margin-left: auto;
  transition: transform 0.7s ease, background-color 0.7s ease;
}
.quest-pane {
  width: 100%;
  display: none;
  background-color: var(--bg-white-color);
  color: var(--tags-color);
  margin-top: -10px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  padding-bottom: 20px;
}
.quest-pane__text {
  padding-left: clamp(3.75rem, 0.3947rem + 13.4211vw, 16.5rem);
  padding-right: 10px;
  max-width: 996px;
}
.quest-pane.active {
  display: block;
}
.quest-btn.active {
  background-color: var(--bg-white-color);
  color: var(--tags-color);
  border-radius: 20px 20px 0 0;
}
.quest-btn.active .quest-btn__text {
  color: var(--tags-color);
}
.quest-btn.active .quest-btn__num {
  color: var(--accent-color);
}
.quest-btn.active .quest-btn__circle {
  transform: rotate(45deg);
  background-color: var(--bg-white-color);
}
.quest-btn.active .quest-btn__circle svg path {
  fill: var(--accent-color);
}

@media (max-width: 650px) {
  .quest-btn__circle.icon {
    display: none;
  }
}
.gallery {
  overflow: hidden;
}
.gallery__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gallery .swiper {
  overflow: visible;
}
.gallery .swiper .swiper-slide {
  width: fit-content;
}

.swiper-box__block {
  width: 100%;
  min-width: 0;
}

.gallery-item {
  max-width: clamp(10.625rem, 7.4671rem + 12.6316vw, 22.625rem);
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--accent-color);
  color: var(--bg-white-color);
  overflow: hidden;
}
.gallery-item__img {
  width: 100%;
  height: 100%;
}
.gallery-item__img img,
.gallery-item__img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: clamp(0.4375rem, -0.2039rem + 2.5658vw, 2.875rem);
  text-align: center;
}

.modal-promo {
  position: fixed;
  inset: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-promo__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.modal-promo__block {
  margin: auto;
  max-width: 864px;
  width: 100%;
  color: var(--text-color);
  gap: 24px;
  background-color: var(--bg-white-color);
  padding: 50px clamp(1.25rem, 0.5921rem + 2.6316vw, 3.75rem) clamp(1.25rem, 0.5921rem + 2.6316vw, 3.75rem);
  border-radius: clamp(1rem, 0.8684rem + 0.5263vw, 1.5rem);
  position: relative;
}
.modal-promo__icon {
  cursor: pointer;
  position: absolute;
  right: clamp(1rem, 0.5066rem + 1.9737vw, 2.875rem);
  top: clamp(1rem, 0.5066rem + 1.9737vw, 2.875rem);
}
.modal-promo__icon path {
  fill: var(--tags-color);
}
.modal-promo__icon:hover path {
  fill: var(--text-color);
}
.modal-promo__title, .modal-promo__text {
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}
.modal-promo__box {
  align-items: center;
  max-width: 864px;
  width: 100%;
  color: var(--text-color);
  background-color: var(--bg-white-color);
  padding: clamp(1.25rem, 0.5921rem + 2.6316vw, 3.75rem);
  border-radius: 24px;
  gap: 24px;
  margin-top: 260px;
  position: relative;
}
.modal-promo__text-choice {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 10px;
  background-color: var(--light-color);
  border-radius: 16px;
}
.modal-choice__details {
  margin: 0 auto;
  background-color: var(--light-color);
  padding-right: 12px;
  border-radius: 16px;
  white-space: nowrap;
}
.modal-choice__details-btn {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  color: var(--accent-color);
  cursor: pointer;
}
.modal-choice__item {
  padding: 20px;
  border-radius: 20px;
  background-color: var(--light-color);
  gap: 4px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.modal-choice__item-text {
  color: var(--accent-color);
}
.modal-choice__item-subtext {
  color: var(--tags-color);
}
.modal-choice__item-close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0;
}
.modal-agrees__text {
  text-align: left;
  color: rgba(97, 97, 97, 0.5);
}
.modal-agrees__text span {
  color: rgba(97, 97, 97, 0.8);
}

.modal-promo__exit {
  cursor: pointer;
  position: absolute;
  top: clamp(0.6875rem, 0.1118rem + 2.3026vw, 2.875rem);
  gap: 10px;
}
.modal-promo__exit-text {
  background-color: transparent;
  border: none;
  color: var(--tags-color);
}
.modal-promo__exit:hover .modal-promo__exit-text {
  color: var(--text-color);
}
.modal-promo__exit:hover path {
  fill: var(--text-color);
}
.modal-promo__text-anderror {
  position: relative;
}
.modal-promo__text-anderror span {
  position: absolute;
  width: 100%;
  text-align: center;
  color: var(--error-color);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: block !important;
}
.modal-promo__text-anderror span.active {
  opacity: 1;
}

@media (max-width: 500px) {
  .modal-choice__details {
    padding-right: 7px;
  }
  .modal-promo__text-choice {
    padding: 10px 7px;
  }
}
.modal-choice__item.active {
  background-color: var(--accent-color);
}
.modal-choice__item.active .modal-choice__item-text {
  color: var(--white-text-color);
}
.modal-choice__item.active .modal-choice__item-subtext {
  color: var(--light-color);
}
.modal-choice__item.active .modal-choice__item-close {
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */
