.cta-section__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 372px;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cta-section__head {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}
.cta-subscribe__title {
  margin: 0 0 46px;
  font-family: "Geologica", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}
.cta-section__square {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 120%;
}
.cta-section__square-day {
  font-size: 48px;
}
.cta-section__square-month {
  text-transform: uppercase;
}
.cta-section__events {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cta-section__event-key {
  flex-shrink: 0;
  width: 35%;
}
.cta-section__text {
  width: 55%;
  padding-right: 38px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.cta-section__body {
  display: flex;
  align-items: flex-end;
}
.cta-section__event {
  display: flex;
  gap; 30px;
}
.cta-section__img {
  display: flex;
  width: 55%;
  padding-right: 38px;
}
.cta-section__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.cta-section__btns {
  width: 40%;
}
.cta-section__btn {
  width: 100%;
}
form .hs-button, 
form input[type=submit] {
  background: #6B00FF;
}
form .hs-button:hover, 
form input[type=submit]:hover {
  background: #0202b1;
}
@media screen and (max-width: 1679px) {
  .form-section__img {
    grid-column: span 4 / span 6;
    grid-column-start: 2;
  }
}
@media screen and (max-width: 1439px) {
  .cta-section__body{
    flex-direction: column;
  }
  .cta-section__text,
  .cta-section__img {
    width: 100%;
    padding-right: 0;
  }
  .cta-section__btns {
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .cta-subscribe__title {
    font-size: 37px;
  }
  .cta-section__head {
    font-size: 34px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cta-subscribe__title {
    font-size: 30px;
  }
  .cta-section__head {
    font-size: 28px;
    gap: 10px;
  }

}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 479px) {
  .cta-section__block {
    min-height: none;
  }
  .cta-section__btns {
    padding-top: 30px;
  }
  .cta-subscribe__title {
    margin-bottom: 25px;
  }
  .cta-section__square {
    font-size: 19px;
  }
  .cta-section__square-day {
    font-size: 35px;
  }
  .cta-section__block {
    padding: 20px;
  }
  .cta-section__head {
    font-size: 24px;
  }
  .cta-section__events {
    gap: 5px;
  }
  .cta-section__text {
    font-size: 18px;
  }
}