body {
  font-family: "Montserrat", sans-serif;
  background-color: #f8f8f8;
}

html {
  font-size: 1.5625vw;
}
@media screen and (min-width: 968px) {
  html {
    font-size: 0.521vw;
  }
}

/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

.container {
  max-width: 172rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.hero {
  background-image: url("./../images/bg-hero.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 77rem;
  width: 100%;
  padding: 16rem 0;
}
.hero__label {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  border: 1px solid #dbdbdb;
  padding: 2.8rem 2.4rem;
  border-radius: 1.2rem;
  background-color: #ffffff;
}
.hero__title {
  font-weight: 700;
  font-size: 4.8rem;
  letter-spacing: 0%;
}
.hero__block {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.hero__block-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero__block-text {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0%;
}
.hero__block-stars {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.button {
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  max-width: 55rem;
  width: 100%;
  padding: 2.8rem 0;
  background-color: #173650;
  border: 1px solid #a1b4c5;
  border-radius: 1.2rem;
  color: #fff;
}

.topic__calendar {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 2rem;
  padding: 1.6rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.calendar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.2rem;
  padding: 0 1rem;
}

.calendar__month {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2d2d2d;
}

.calendar__year {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2d2d2d;
}

.calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.calendar__weekday {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
}

.calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
}

.calendar__day {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #adadad;
  transition: background-color 0.2s;
  padding: 1.3rem 0;
}

.calendar__day--empty {
  color: #d0d0d0;
}

.calendar__day--selected {
  background-color: #007aff;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.calendar__day--selected.center::before {
  content: "";
  position: absolute;
  width: 200%;
  left: -40%;
  top: 0;
  height: 100%;
  background-color: #007aff;
  z-index: -1;
}

.calendar__day--range-start {
  border-radius: 12px 0 0 12px;
}

.calendar__day--range-end {
  border-radius: 0 12px 12px 0;
}

.calendar__day--range-single-start {
  border-radius: 12px;
}

.calendar__day--range-single-end {
  border-radius: 12px;
}

.topic__content {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  position: relative;
}
.topic__left {
  position: sticky;
  top: 2rem;
  max-width: 53.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.topic__left-info {
  display: flex;
  flex-direction: column;
}
.topic__left-title {
  font-weight: 700;
  font-size: 3.2rem;
  color: #474747;
}
.topic__left-text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  color: #474747;
  margin: 2.4rem 0 1.2rem;
}
.topic__left-descr {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 100%;
  color: #474747;
}
.topic__right {
  display: flex;
  flex-direction: column;
  gap: 5.4rem;
}
.topic__right-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.topic__right-day {
  color: #fd3b31;
  padding: 1.2rem 2rem;
  background-color: #ffffff;
  border-radius: 1.2rem;
  border: 1px solid #dbdbdb;
  font-size: 1.8rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.topic__right-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  color: #474747;
}
.topic__right-text {
  font-size: 1.6rem;
  line-height: 100%;
}
.topic__right-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 1.6rem;
  border-radius: 1.2rem;
  background-color: #ffffff;
}
.topic__right-item {
  position: relative;
  padding: 2.4rem 3rem;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.topic__right-item:nth-child(1) {
  background-color: #fef7ec;
  color: #73531e;
}
.topic__right-item:nth-child(1)::before {
  content: "";
  background-color: #f4b855;
}
.topic__right-item:nth-child(2) {
  color: #2d6a1b;
  background-color: #e9f8e0;
}
.topic__right-item:nth-child(2)::before {
  content: "";
  background-color: #82d754;
}
.topic__right-item:nth-child(3) {
  color: #173650;
  background-color: #eff8fe;
}
.topic__right-item:nth-child(3)::before {
  content: "";
  background-color: #4fa7f5;
}
.topic__right-item:nth-child(4) {
  color: #414b57;
  background-color: #f2f3f7;
}
.topic__right-item:nth-child(4)::before {
  content: "";
  background-color: #8195ae;
}
.topic__right-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.2rem;
  height: 80%;
  width: 0.5rem;
  border-radius: 1.2rem;
}
.topic__right-item-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 100%;
}
.topic__right-item-list {
  display: flex;
  flex-direction: column;
}
.topic__right-item-list-item {
  font-size: 1.8rem;
  line-height: 100%;
}
.topic__right-block-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.topic__right-vip {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 100%;
  color: #fff;
  background-color: #007aff;
  padding: 1.2rem 2rem;
  border-radius: 1.2rem;
}
.topic-container-new {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.topic__right-span {
  padding: 1.2rem 2rem;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 100%;
  color: #474747;
  max-width: fit-content;
  width: 100%;
  border-radius: 1.2rem;
}

.speaker__content {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  padding: 5rem 0;
}
.speaker__title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
  color: #474747;
}
.speaker__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.speaker__info-block {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.speaker__info-block-inner {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
.speaker__info-photo {
  max-width: 17rem;
  width: 100%;
  aspect-ratio: 1;
}
.speaker__info-content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.speaker__info-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
}
.speaker__info-list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.speaker__info-item {
  padding-left: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.speaker__info-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 0.5rem;
  border-radius: 1.2rem;
  background-color: #ffc91d;
}
.speaker__info-item-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 100%;
  color: #474747;
}
.speaker__info-item-text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  color: #474747;
}
.speaker__info-block-end {
  padding: 2rem;
  background-color: #fef7ec;
  border-radius: 1.2rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #73531e;
}
.speaker__info-block-end sapn {
  font-weight: 500;
}

.format__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 5rem 0;
}
.format__title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
  color: #474747;
}
.format__inner {
  display: flex;
  align-items: start;
  gap: 4rem;
}
.format__block {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
  border: 1px solid #dbdbdb;
}
.format__block-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #dbdbdb;
}
.format__block-name {
  color: #007aff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
}
.format__block-price {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  color: #007aff;
}
.format__block-price::before {
  content: "$ 150";
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  color: #c7d3e0;
  text-decoration: line-through;
}
.format__block-price.vip::before {
  content: "$ 600";
}
.format__block-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.format__block-item {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  color: #474747;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.format__block-item::before {
  content: "";
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  background-image: url("./../images/icons/check.svg");
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  background-repeat: no-repeat;
}
.format__block-item.disable {
  color: #b7b7b7;
}
.format__block-item.disable::before {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  background-image: url("./../images/icons/disabled.svg");
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  background-repeat: no-repeat;
}
.format__bottom-text {
  max-width: 96rem;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  text-align: center;
  color: #474747;
}
.format button {
  margin: 0 auto;
}

.footer {
  border-top: 1px solid #464646;
}

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

.footer__top {
  display: flex;
  justify-content: space-between;
  padding: 9.5rem 0;
}

.footer__top-wrapper {
  border-bottom: 1px solid #464646;
}

.footer__social {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer__lable {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
}

.footer__social-list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.footer__social-link {
  width: 5.9rem;
  height: 5.9rem;
  border-radius: 50%;
  border: 1px solid #474747;
  padding: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease 0s;
}

.footer__social-link:hover {
  opacity: 0.7;
}

.footer__social-link.last {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  width: auto;
  padding: 2rem 7rem 2rem 1rem;
  gap: 1rem;
  border-radius: 1rem;
  max-width: 31.7rem;
  width: 100%;
  color: #474747;
}

.footer__support {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 75rem;
  width: 100%;
  flex-shrink: 0;
}

.footer__support-list {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.footer__support-item {
  width: 100%;
  max-width: 36.8rem;
}

.footer__support-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem 1.2rem;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 100%;
  color: #474747;
  width: 100%;
  border: 1px solid #909090;
  border-radius: 1.2rem;
  transition: opacity 0.3s ease 0s;
}

.footer__support-link:hover {
  opacity: 0.7;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 3.8rem 0 5.4rem;
}

.footer__offer {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #474747;
}

.footer__copyright {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  text-align: right;
}

.for-pc {
  display: block;
}

.for-mob {
  display: none;
}

.speaker__info-item.no-border::before {
  content: "";
  display: none;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.4274509804);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.form__subtitle {
  font-size: 2.4rem;
  text-align: center;
}

.modal.active {
  display: flex;
}

.form {
  max-width: 81.5rem;
  width: 100%;
  background-color: #ffffff;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  position: relative;
}

.form__title {
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  line-height: 100%;
  text-align: center;
  margin-bottom: 2rem;
  color: #2a2a2a;
}

.form__text {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  color: #141414;
  opacity: 0.6;
}

.form__inputs {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 4rem;
  width: 100%;
}

.modal-close {
  position: absolute;
  top: 0rem;
  right: -5rem;
  width: 4.6rem;
  height: 4.6rem;
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.6rem;
  height: 0.4rem;
  background-color: #fff;
  transform-origin: center;
  transition: background-color 0.3s;
}

.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.form-control {
  position: relative;
  width: 100%;
}

.form-input {
  width: 100%;
  padding: 2rem 1.2rem;
  font-size: 1.6rem;
  color: #000;
  border-bottom: 1px solid #aeaeae;
}

.form-input::-moz-placeholder {
  color: #aeaeae;
}

.form-input::placeholder {
  color: #aeaeae;
}

.form-input.err + .error {
  display: block;
}

.error {
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  font-size: 1.2rem;
  display: none;
}

.form-btn {
  width: 100%;
  margin-top: 2rem;
}

.form-info {
  margin-top: 2rem;
  text-align: center;
  color: #474747;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: center;
}

.additional-info {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  color: #474747;
}

@media (max-width: 768px) {
  .for-pc {
    display: none !important;
  }
  .for-mob {
    display: block !important;
  }
  .modal {
    padding: 5rem;
  }
  .button {
    max-width: 100%;
  }
  .form__title {
    font-size: 3rem;
  }
  .form__subtitle {
    font-size: 1.8rem;
  }
  .hero {
    background-image: url("./../images/bg-hero-mobile.png");
    background-position: bottom;
  }
  .hero__content {
    padding: 5rem 0;
  }
  .hero__content button {
    margin-top: 45rem;
  }
  .hero__label {
    font-size: 1.8rem;
  }
  .hero__title {
    font-size: 3.8rem;
  }
  .hero__block > img {
    max-width: 22rem;
    width: 100%;
  }
  .topic__content {
    flex-direction: column;
  }
  .topic__left {
    max-width: 100%;
  }
  .calendar__day {
    font-size: 2.4rem;
  }
  .topic__left-text {
    font-size: 2.2rem;
  }
  .topic__left-descr {
    font-size: 2.2rem;
  }
  .topic__right-block {
    background-color: #ffffff;
    padding: 2rem;
    margin-top: 2rem;
    border-radius: 1.2rem;
  }
  .topic__left {
    position: relative;
  }
  .speaker__content {
    flex-direction: column;
  }
  .speaker__info-block-inner {
    flex-direction: column;
  }
  .speaker__info-photo {
    max-width: 30rem;
  }
  .speaker__info-title {
    font-size: 3.4rem;
  }
  .speaker__info-item-text {
    font-size: 2.5rem;
  }
  .speaker__info-item-title {
    font-size: 2.5rem;
  }
  .speaker__info-block-end {
    font-size: 2.4rem;
  }
  .additional-info {
    font-size: 2.6rem;
  }
  .format__block-item {
    align-items: flex-start;
  }
  .format__inner {
    flex-direction: column;
  }
  .format__bottom-text {
    font-size: 2.6rem;
  }
  .open-list-btn.for-mob {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 100%;
    text-align: center;
    background-color: #f2f3f7;
    padding: 2rem 0;
    border-radius: 1.2rem;
    gap: 2rem;
    color: #474747;
  }
  .open-list-btn.for-mob.active img {
    rotate: 180deg;
  }
  .open-list-btn.for-mob img {
    width: 5rem;
    height: 5rem;
  }
  .footer__top {
    flex-direction: column;
    gap: 8rem;
    padding: 5rem 0;
  }
  .topic__right {
    gap: 2rem;
  }
  .topic__right-day {
    border: none;
    font-weight: 600;
    font-size: 2.2rem;
  }
  .topic__right-list {
    transition: max-height 0.3s ease 0s;
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
  .topic__right-list.active {
    max-height: 200rem;
  }
  .topic__right-text {
    font-size: 2.2rem;
  }
  .topic__right-item-list-item {
    font-size: 2.2rem;
  }
  .topic__right-item-list {
    gap: 1rem;
  }
  .topic__right-block-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .topic__right-span {
    border: none;
    font-size: 2.2rem;
    padding: 0;
  }
  .footer {
    padding: 4rem;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 3rem;
  }
  .footer__copyright {
    text-align: left;
  }
  .footer__offer {
    text-decoration: underline !important;
  }
  .topic-container-new {
    flex-direction: column;
    align-items: flex-start;
  }
} /*# sourceMappingURL=main.css.map */
