body {
  background-color: #7dd6da;
  font-family: Montserrat, sans-serif;
  color: #151c30;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.header {
  padding-top: 3rem;
  padding-bottom: 2rem;
  color: #fff;
}

.white-text {
 color: #fff;
}

.from-insomnia-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.from-insomnia-text {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
}

.brought-to-you-by {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.angel-img {
  position: relative;
  bottom: -50px;
  width: 115px;
}

.school-logo-img {
  width: 592px;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.first {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  text-align: center;
}

.vk-link {
  position: relative;
  top: -30px;
}

.buy-ticket-top {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}

.einstein-section {
  padding-top: 3rem;
}

.einstein-text {
  position: relative;
  z-index: 1;
  width: 540px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

.black {
  color: #151c30;
}

.einstein {
  position: relative;
  top: -80px;
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.mission-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading {
  margin-bottom: 3rem;
  font-family: Montserrat, sans-serif;
  color: #bf5ad1;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.eggs {
  position: relative;
  background-image: url('../images/egg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.eggs-text {
  z-index: 2;
  padding-right: 30%;
  padding-left: 30%;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
}

.mayak-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

.mayak-img {
  width: 60px;
}

.eggs-img-mobile {
  display: none;
}

.zador-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.zador-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.zador-item {
  text-align: center;
}

.zador-head {
  margin-bottom: 1.5rem;
  color: #bf5ad1;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.zador-img {
  height: 70px;
  margin-top: 4rem;
}

.zador-img.chain {
  height: 55px;
}

.zador-img.rupor {
  height: 50px;
}

.numbers-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.numbers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.number-block {
  position: relative;
}

.number {
  color: #fff;
  font-size: 11rem;
  line-height: 10rem;
  font-weight: 600;
}

.number-text {
  position: absolute;
  display: inline-block;
  padding: 0.3rem 0.5rem;
  background-color: #bf5ad1;
  color: #fff;
  font-weight: 500;
}

.number-text.first {
  top: 4rem;
  right: -3rem;
}

.number-text.third {
  left: -1.5rem;
  top: 4rem;
}

.number-text.second {
  top: 4rem;
  right: -3rem;
}

.buy-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buybutton-button {
  padding: 0.8rem;
  border-radius: 20px;
  background-color: #bf5ad1;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.28);
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.nlo-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.nlo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nlo-img {
  width: 292px;
  -webkit-transform: translate(-30px, -50px);
  -ms-transform: translate(-30px, -50px);
  transform: translate(-30px, -50px);
}

.people-number {
  margin-top: 3rem;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.dvesti-number {
  width: 643px;
}

.timetable-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.timetable-heading {
  color: #bf5ad1;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

.day-block {
  padding-top: 3rem;
}

.date {
  color: #bf5ad1;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  margin-top: 3rem;
}

.lecture {
  display: -ms-grid;
  display: grid;
  margin-top: 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.time {
  color: #000;
  font-size: 1.2rem;
  text-align: center;
}

.topic {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

.speaker-name {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.speaker-titles {
  color: #000;
  font-size: 0.85rem;
  font-weight: 500;
}

.coffee-text {
  display: inline-block;
  margin-left: 0.5rem;
  color: #000;
  font-size: 0.9rem;
  line-height: 1;
}

.coffee-break {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.price-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: 3rem;
}

.where {
  padding-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.where a, .timetable-section a {
  color: #bf5ad1;
  text-decoration: underline;
}

.price {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}

.where-heading {
  color: #bf5ad1;
  font-size: 1.5rem;
  font-weight: 600;
}

.purple {
  color: #bf5ad1;
}

.price-subtext {
  margin-top: 2rem;
}

.price-subtext.purple.bold {
  margin-top: 3rem;
  font-weight: 700;
}

.text-block-2 {
  margin-top: 4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.buy-button-container2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bashka-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.bashka-container {
  text-align: center;
}

.contacts-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.contacts-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contacts-head {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}

.contacts-text {
  margin-bottom: 0.3rem;
}

.contacts-link {
  color: #bf5ad1;
  font-weight: 500;
}

.footer-section {
  padding-top: 7rem;
}

.girls-block {
  text-align: center;
}

.girls {
  position: relative;
  z-index: 3;
  width: 338px;
  -webkit-transform: translate(2rem, 3.5rem);
  -ms-transform: translate(2rem, 3.5rem);
  transform: translate(2rem, 3.5rem);
}

.halfcircle-img {
  width: 500px;
}

.footer-halfcircle {
  position: relative;
  text-align: center;
}

.footer-created {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-bottom: 1rem;
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
}

.buy-button-container-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#testimonials {
  margin-top: 7rem;
}

.splide__list {
  align-items: center;
}

.splide__slide>div {
  width: 60%;
  color: #000;
  line-height: 2;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.splide__slide>div.testimonials-author {
  color: #fff;
  margin-top: 0.2em;
}

.splide__arrow {
  background: none !important;
}

.splide__slide {
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 991px) {
  .angel-img {
    width: 105px;
  }

  .school-logo-img {
    width: 500px;
  }

  .einstein-text {
    width: 500px;
  }

  .einstein {
    width: 400px;
  }

  .nlo-img {
    width: 220px;
    -webkit-transform: translate(-10px, -50px);
    -ms-transform: translate(-10px, -50px);
    transform: translate(-10px, -50px);
  }

  .dvesti-number {
    width: 600px;
  }

  .splide__slide>div {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .angel-img {
    width: 90px;
  }

  .school-logo-img {
    width: 400px;
  }

  .einstein-text {
    width: 450px;
  }

  .mission-section {
    padding-bottom: 0rem;
  }

  .eggs {
    background-image: none;
  }

  .eggs-text {
    padding-right: 0%;
    padding-left: 0%;
  }

  .mayak-img {
    display: none;
  }

  .eggs-img-mobile {
    display: inline-block;
  }

  .zador-section {
    padding-top: 0rem;
  }

  .zador-container {
    display: block;
  }

  .zador-item {
    padding-bottom: 2rem;
  }

  .zador-head {
    font-size: 2rem;
  }

  .zador-img {
    display: none;
  }

  .number-block {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .number {
    font-size: 7rem;
  }

  .number-text {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 0.8rem;
  }

  .number-text.first {
    top: 4.5rem;
    right: -2rem;
  }

  .number-text.third {
    left: -1rem;
    top: 6rem;
  }

  .number-text.second {
    top: 2rem;
    right: -2rem;
  }

  .nlo-img {
    width: 150px;
  }

  .dvesti-number {
    width: 400px;
  }

  .timetable-heading {
    font-size: 2rem;
  }

  .lecture {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .time {
    text-align: left;
  }

  .speaker-name {
    margin-bottom: 0rem;
  }

  .price-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .where {
    text-align: center;
  }

  .price {
    text-align: center;
  }

  .price-subtext {
    text-align: center;
  }

  .contacts-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contacts-head {
    text-align: center;
  }

  #testimonials {
    margin-top: 2rem;
  }

  .splide__slide>div {
    width: 80%;
    font-size: 0.9em;
    line-height: 1.3;
  }

  .splide__arrow--next {
    right: 0;
  }

  .splide__arrow--prev {
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  .from-insomnia-flex {
    margin-bottom: 2rem;
  }

  .from-insomnia-text {
    font-size: 1rem;
  }

  .brought-to-you-by {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .angel-img {
    bottom: auto;
    width: 40px;
  }

  .school-logo-img {
    width: 90%;
  }

  .social {
    text-align: right;
  }

  .first {
    display: none;
  }

  .vk-link {
    top: auto;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .buy-ticket-top {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .einstein-text {
    width: auto;
    font-size: 1.1rem;
  }

  .einstein {
    top: -50px;
    width: 85%;
  }

  .mission-section {
    padding-top: 2rem;
  }

  .heading {
    font-size: 1.8rem;
  }

  .eggs {
    background-image: none;
  }

  .eggs-text {
    padding-right: 0%;
    padding-left: 0%;
  }

  .mayak-img {
    display: none;
  }

  .insomnia-logo {
    width: 30px;
    height: 30px;
  }

  .vk-logo {
    width: 40px;
  }

  .zador-head {
    font-size: 1.5rem;
  }

  .numbers-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .numbers-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .number {
    position: relative;
    font-size: 3rem;
  }

  .number.fnum {
    top: -6rem;
  }

  .number.tnum {
    top: -12rem;
  }

  .number-text {
    position: relative;
  }

  .number-text.first {
    top: 0rem;
    right: 0rem;
    display: block;
  }

  .number-text.third {
    position: relative;
    left: 0rem;
    top: -3rem;
  }

  .number-text.second {
    top: 0rem;
    right: 0rem;
  }

  .buy-button-container {
    margin-top: 4rem;
  }

  .nlo-section {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .nlo-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nlo-img {
    position: relative;
    width: 120px;
    -webkit-transform: translate(0px, -70px);
    -ms-transform: translate(0px, -70px);
    transform: translate(0px, -70px);
  }

  .people-number {
    font-size: 1.1rem;
  }

  .nlo-block {
    position: relative;
  }

  .dvesti-number {
    width: 200px;
  }

  .timetable-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .timetable-heading {
    font-size: 1.5rem;
  }

  .day-block {
    padding-top: 2rem;
  }

  .lecture {
    margin-top: 1rem;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .time {
    font-size: 1rem;
  }

  .speaker-name {
    margin-bottom: 0rem;
    font-size: 1rem;
  }

  .price-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .price {
    font-size: 1.2rem;
  }

  .where-heading {
    font-size: 1.3rem;
  }

  .bashka-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .contacts-section {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .contacts-text {
    font-weight: 600;
  }

  .body {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .footer-section {
    padding-top: 0rem;
  }

  .girls {
    width: 200px;
    -webkit-transform: translate(1rem, 2rem);
    -ms-transform: translate(1rem, 2rem);
    transform: translate(1rem, 2rem);
  }

  .footer-created {
    font-size: 0.7rem;
  }

  .time {
    order: -1;
    margin-top: 1rem;
  }

  .date {
    margin-top: 1rem;
  }

  .coffee-break {
    margin-bottom: 1rem;
  }
  
  .price-container {
    margin-top: 1rem;
  }

}