:root {
  --font-family: "Ubuntu", sans-serif;
  --content-width: 1312px;
  --container-offset: 26px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* html, body {
  overflow: inherit !important;
}

header, footer {
  overflow-x: hidden;
} */

.page {
  /* height: 100%; */
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-height: 100%;
  font-size: 16px;
}

.main {
  display: block !important;
  overflow-x: hidden !important;
}

body {
  padding-right: 0 !important;
}

html, body, section {
  /* overflow-x: hidden !important; */
  width: 100%;
}

/* html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
} */

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
  position: relative;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
  outline: none;
  margin-bottom: 0 !important;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}
.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__link {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  border-radius: 100px;
  background: linear-gradient(274deg, #9c22ff 5.22%, #2285ff 93.13%);
  height: 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding: 0 24px;
}
.btn1 span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn1 img {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .btn1 span {
    font-size: 16px;
  }
}
.btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5061ff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding: 0 24px;
  border-radius: 100px;
  border: 1px solid #9c22ff;
}

@media screen and (max-width: 768px) {
  .btn1 {
    font-size: 16px;
  }
}
.btn3 {
  color: #5061FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding: 0 12px;
  border-radius: 100px;
  border: 1px solid #9C22FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
.btn3 .text-less {
  display: none;
}
.btn3 .arrow-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../resources/images/img/arrows/arrow_drop_viol_down.svg);
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn3.active .arrow-img {
  background-image: url(../../resources/images/img/arrows/arrow_drop_viol_up.svg);
}

.btn4 {
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding: 0 12px;
  border-radius: 100px;
  border: 1px solid #9C22FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
.btn4 span {
  color: #5061FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn4 img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form__row {
  width: 100%;
  display: block;
  position: relative;
}
.form__row:not(:last-child) {
  margin-bottom: 24px;
}
.form__row::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.form__row.input-email::before {
  background-image: url(../../resources/images/img/icons/mail.svg);
}
.form__row.input-event-name::before {
  background-image: url(../../resources/images/img/icons/id_card.svg);
}
.form__row.input-event-date::before {
  background-image: url(../../resources/images/img/icons/calendar_today_dark.svg);
}
.form__row.input-event-website::before {
  background-image: url(../../resources/images/img/icons/language.svg);
}
.form__row.input-promocode::before {
  background-image: url(../../resources/images/img/icons/confirmation_number.svg);
}
.form__row.input-event-category::before {
  background-image: url(../../resources/images/img/icons/widgets.svg);
}
.form__row.input-event-info::before {
  background-image: url(../../resources/images/img/icons/info.svg);
}
.form__row.input-media::before {
  background-image: url(../../resources/images/img/icons/handshake.svg);
}
.form__row-textarea::before {
  left: 24px;
  top: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 24px;
  height: 24px;
}
.form__row-textarea .form__textarea {
  border-radius: 32px;
}
.form__row-textarea.input-event-info .form__textarea {
  height: 130px;
}
.form__row-textarea.input-media .form__textarea {
  height: 86px;
}
.form__label {
  position: absolute;
  left: 58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: text;
  -webkit-transition: top 0.2s ease-in-out, left 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, left 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.form__input:not(:-moz-placeholder-shown).form__input:not(:focus) ~ .form__label {
  top: 4px;
  transform: none;
  font-size: 14px;
}
.form__input:not(:-ms-input-placeholder).form__input:not(:focus) ~ .form__label {
  top: 4px;
  -ms-transform: none;
  transform: none;
  font-size: 14px;
}
.form__input:focus ~ .form__label, .form__input:not(:placeholder-shown).form__input:not(:focus) ~ .form__label {
  top: 4px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 14px;
}
.form__input::placeholder {
  color: #000;
}
label.error {
  position: absolute;
  left: 0;
  bottom: -40px;
}
.form__input {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 24px 58px;
  width: 100%;
  background-color: transparent;
  border-radius: 100px;
  background-color: #fff;
  -webkit-box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  height: 64px;
}
.form__input.wpcf7-not-valid {
  border-bottom: 1px solid #b20d35;
}
.form__textarea {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 24px 58px;
  width: 100%;
  background-color: transparent;
  border-radius: 100px;
  background-color: #fff;
  -webkit-box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  height: 64px;
  resize: none;
  overflow: hidden;
}
.form__textarea.wpcf7-not-valid {
  border-bottom: 1px solid #b20d35;
}
.form__submit {
  margin-top: 32px;
}
.form .new-select {
  height: 64px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  border: none;
}
.form .new-select:after {
  background-image: url(../../resources/images/img/arrows/keyboard_arrow_down.svg);
}
.form .new-select.on:after {
  background-image: url(../../resources/images/img/arrows/keyboard_arrow_up.svg);
}
.form .new-select__list {
  top: 70px;
}

.modal {
  max-width: 1312px;
  width: 100%;
  padding: 50px;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2efff), to(#faf7fc));
  background: linear-gradient(180deg, #e2efff 0%, #faf7fc 100%);
}
.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.modal__form .form {
  width: 100%;
}
.modal__top {
  width: 100%;
  margin-bottom: 20px;
}
.modal__subtitle {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal__title {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(274deg, #9c22ff 5.22%, #2285ff 93.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.modal__text {
  color: #000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.modal__text p:not(:last-child) {
  margin-bottom: 14px;
}
.modal__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal__image-check {
  width: 150px;
  height: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 200px;
  overflow: hidden;
  -webkit-box-shadow: -14.089px 11.271px 47.34px 0px rgba(34, 133, 255, 0.25);
  box-shadow: -14.089px 11.271px 47.34px 0px rgba(34, 133, 255, 0.25);
}
.modal .graph-modal__close {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../resources/images/img/icons/close.svg);
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  right: -18px;
  top: -18px;
}
.modal__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 613px;
  grid-template-columns: auto 613px;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
}
.modal__image {
  border-radius: 14px;
  overflow: hidden;
}
.modal__categories {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  width: 100%;
}
.modal__category {
  border-radius: 16px;
  opacity: 0.1;
  background: linear-gradient(274deg, #9c22ff 5.22%, #2285ff 93.13%);
  -webkit-box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  height: 10px;
  width: 100%;
}
.modal__category.active {
  opacity: 1;
  background: linear-gradient(274deg, #9c22ff 5.22%, #2285ff 93.13%);
  -webkit-box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
}

.wpcf7-not-valid-tip,
div.wpcf7 .ajax-loader,
.wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .modal {
    width: 90%;
  }
  .modal__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .modal__image {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 40px 16px;
    border-radius: 16px;
  }
  .modal__subtitle {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .modal__title {
    font-size: 40px;
  }
  .modal__categories {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.h1 {
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 0 !important;
}

.h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
.h2 span {
  background: linear-gradient(274deg, #9c22ff 5.22%, #2285ff 93.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1, h2 {
  font-family: "Ubuntu", sans-serif;
}

@media screen and (max-width: 768px) {
  .h2 {
    font-size: 40px;
  }
}
.select {
  position: relative;
}
.select__wrapper {
  position: relative;
}
.select__wrapper::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.select__wrapper.select-filter::before {
  background-image: url(../../resources/images/img/icons/filter_alt.svg);
}
.select__wrapper.select-category::before {
  background-image: url(../../resources/images/img/icons/widgets.svg);
}
.select__wrapper.select-location::before {
  background-image: url(../../resources/images/img/icons/location_on.svg);
}
.select__wrapper.select-promocode::before {
  background-image: url(../../resources/images/img/icons/confirmation_number.svg);
}
.select__wrapper.select-partner::before {
  background-image: url(../../resources/images/img/icons/person.svg);
}

.new-select {
  position: relative;
  border-radius: 100px;
  border: 1px solid #000;
  padding: 16px 58px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.new-select__list {
  position: absolute;
  top: 60px;
  left: 0;
  border: 1px solid #ced4da;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 16px;
  background: var(--Page-BG, #F8F8F8);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  padding: 12px;
  max-height: 200px;
    overflow-y: scroll;
  min-height: 50px; /* Set a minimum height to ensure scrollbar appears */
  overflow-x: hidden;
  padding-right: 5px; /* Offset content from the scrollbar */
}

.new-select__list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px !important; /* Ensure width is applied */
  margin-top: 6px;
  margin-bottom: 6px;
}

.new-select__list::-webkit-scrollbar-thumb {
  border-radius: 8px !important; /* Ensure rounded corners */
  border: 2px solid #f8f8f8 !important; /* Ensure border matches background */
  background-color: rgba(0, 0, 0, 0.5) !important; /* Ensure thumb color is applied */
  margin-top: 6px;
  margin-bottom: 6px;
}

.new-select__list::-webkit-scrollbar-track {
  border-radius: 8px !important; /* Ensure track corners are rounded */
  background: #f8f8f8 !important; /* Match the background color */
  margin-top: 6px;
  margin-bottom: 6px;
}



.new-select__list.on {
  display: block;
}

.new-select__item {
	text-align: left;
}

.new-select__item span {
  display: block;
  padding: 10px 15px;
}
.new-select__item span:hover {
  color: #9C22FF;
}
.new-select:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  background-image: url(../../resources/images/img/arrows/arrow-select.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.new-select.on:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #000;
  border-radius: 2px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
  cursor: pointer;
}
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #000;
}
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #000;
  border-color: #000;
}
.custom-checkbox:focus:focus:not(:checked) + label::before {
  border-color: #000;
}
.custom-checkbox:checked + label::before {
  border-color: #0b76ef;
  border-radius: 2px;
  background: linear-gradient(274deg, #9c22ff 5.22%, #2285ff 93.13%);
  background-image: url(../../resources/images/img/icons/state-layer-cropped.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-checkbox:checked:disabled + label::before {
  background-color: #000;
}
.past-events-checkbox,
.main-media-partner-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.past-events-checkbox + label,
.main-media-partner-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.past-events-checkbox + label::before,
.main-media-partner-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #000;
  border-radius: 2px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
  cursor: pointer;
}
.past-events-checkbox:not(:disabled):not(:checked) + label:hover::before,
.main-media-partner-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #000;
}
.past-events-checkbox:not(:disabled):active + label::before,
.main-media-partner-checkbox:not(:disabled):active + label::before {
  background-color: #000;
  border-color: #000;
}
.past-events-checkbox:focus:focus:not(:checked) + label::before,
.main-media-partner-checkbox:focus:focus:not(:checked) + label::before, {
  border-color: #000;
}
.past-events-checkbox:checked + label::before,
.main-media-partner-checkbox:checked + label::before {
  border-color: #0b76ef;
  border-radius: 2px;
  background: linear-gradient(274deg, #9c22ff 5.22%, #2285ff 93.13%);
  background-image: url(../../resources/images/img/icons/state-layer-cropped.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.past-events-checkbox:checked:disabled + label::before,
.main-media-partner-checkbox:checked:disabled + label::before {
  background-color: #000;
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 26px;
}
.header__container {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: radial-gradient(322.26% 131.62% at 100% 93.43%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-backdrop-filter: blur(8.5px);
  backdrop-filter: blur(8.5px);
  padding: 16px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  width: 95px;
  height: 54px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__logo img {
  width: 100%;
  height: 100%;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 40px 40px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(274deg, #9c22ff 5.22%, #2285ff 93.13%);
  -webkit-backdrop-filter: blur(8.5px);
  backdrop-filter: blur(8.5px);
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__button {
  background: none;
  background-color: #fff;
}
.footer__button span {
  background: linear-gradient(274deg, #9c22ff 5.22%, #2285ff 93.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer .nav__link {
  color: #fff;
}

.hero {
  padding-top: 180px;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero__content {
  max-width: 752px;
  margin: 0 auto;
  margin-bottom: 46px;
}
.hero__subtext {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero__title {
  background: linear-gradient(274deg, #9c22ff 5.22%, #2285ff 93.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.hero__text {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.hero__items {
  max-width: 1114px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  gap: 80px;
  margin-bottom: 46px;
}
.hero__item {
  width: 100%;
  height: 295px;
  border-radius: 24px;
  background-color: #d3d3d3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}
.hero__item-label {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 8px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 21.5px;
  top: 21px;
}
.hero__item-arrow {
  position: absolute;
  right: 21.5px;
  top: 21px;
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .hero {
    padding-top: 128px;
    padding-bottom: 50px;
  }
  .hero__content {
    margin-bottom: 32px;
  }
  .hero__subtext {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .hero__title {
    font-size: 40px;
  }
  .hero__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 32px;
  }
  .hero__item {
    max-width: 318px;
    margin: 0 auto;
  }
  .hero__item:not(:nth-child(1)) {
    display: none;
  }
  .hero__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 16px;
  }
  .hero__button-contact {
    height: 50px;
  }
}
.events {
  text-align: center;
  padding-top: 24px;
  margin-bottom: 100px;
}
.events__subtext {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.events__title {
  margin-bottom: 60px;
}
.events__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.events__category {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid #000;
  padding: 16px 58px;
  outline: none;
}

@media screen and (min-width: 768px) {
	.events__category {
		margin-left: auto;
	}
}
  
  
.events__category.checkbox {
  padding: 16px 24px;
}
.events__items {
  margin-bottom: 60px;
}
.events-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 186px auto;
  grid-template-columns: 186px auto;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  gap: 24px;
  background-color: #fff;
}
.events-item:not(:last-child) {
  margin-bottom: 40px;
}
.events-item__date {
  background: linear-gradient(274deg, #9c22ff 5.22%, #2285ff 93.13%);
  width: 186px;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.events-item__date-number {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.events-item__date-month {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.events-item__content {
  padding: 24px;
}
.events-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 24px;
}
.events-item__info {
  text-align: left;
}
.events-item__info-name {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.events-item__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.events-item__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
.events-item__info-item img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.events-item__info-item span {
  color: #999;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.events-item__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-left: auto;
}
.events-item__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  border-radius: 100px;
  border: 1px solid #000;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 8px 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.events-item__text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: left;
}
.events-item__text-full {
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.events-item__buttons .btn3.active + .events-item__text-full {
  display: block;
  -webkit-line-clamp: unset;
}
.events-item__text-full p:not(:last-child) {
  margin-bottom: 20px;
}
.events-item__buttons {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.events__button {
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .events__subtext {
    font-size: 16px;
    letter-spacing: inherit;
    margin-bottom: 8px;
  }
  .events__title {
    margin-bottom: 32px;
  }
  .events__categories {
    flex-direction: column;
    row-gap: 16px;
  }
  .events-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0;
  }
  .events-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .events-item__date {
    width: 100%;
    height: 122px;
  }
  .events-item__date-number {
    font-size: 40px;
  }
  .events-item__date-month {
    font-size: 24px;
  }
  .events-item__content {
    padding: 16px;
  }
  .events-item__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 16px;
  }
  .events-item__info-name {
    font-size: 24px;
  }
  .events-item__info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 8px;
  }
  .events-item__info-item span {
    font-size: 16px;
    letter-spacing: inherit;
  }
  .events__button {
    margin-top: 8px;
  }
}
.submit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px;
  border-radius: 24px;
  overflow: hidden;
}
.submit__wrapper {
  margin-bottom: 100px;
}
.submit__subtext {
  color: #400074;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: #fff;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 24px;
}
.submit__title {
  color: #400074;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
.submit__text {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.submit__advans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.submit__advan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.submit__advan-icon {
  width: 56px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.submit__advan-icon img {
  width: 100%;
  height: auto;
}
.submit__form {
  max-width: 480px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100px;
  background-color: #fff;
  -webkit-box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  position: relative;
}
.submit__form .form__input {
  height: 72px;
}
.submit .form__row {
  position: relative;
}
.submit .form__row::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(../../resources/images/img/icons/mail.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.submit__button {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(../../resources/images/img/icons/submit.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .submit {
    padding: 40px 16px;
  }
  .submit__subtext {
    font-size: 16px;
  }
  .submit__title {
    font-size: 40px;
  }
  .submit__text {
    margin-bottom: 32px;
  }
  .submit__advans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 16px;
    margin-bottom: 32px;
  }
}
.section-events {
  margin-bottom: 100px;
  text-align: center;
}
.section-events__subtext {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-events__title {
  margin-bottom: 60px;
}
.section-events__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
  text-align: left;
}
.section-events__item {
  border-radius: 24px;
  border: 2px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: -5px 4px 16.8px 0px rgba(156, 34, 255, 0.16);
  box-shadow: -5px 4px 16.8px 0px rgba(156, 34, 255, 0.16);
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 24px;
}
.section-events__item:hover {
  border: 2px solid #9C22FF;
}
.section-events__item-name {
  color: #400074;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section-events__item-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.section-events__item:nth-child(2) {
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
}
.section-events__item:nth-child(4) {
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
}
.section-events__item:nth-child(5) {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
}
.section-events__item:nth-child(6) {
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}
.section-events__item:nth-child(7) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

@media screen and (max-width: 768px) {
  .section-events__subtext {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .section-events__title {
    margin-bottom: 32px;
  }
  .section-events__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .section-events__item:nth-child(2) {
    grid-row: inherit;
  }
  .section-events__item:nth-child(4) {
    grid-row: inherit;
  }
  .section-events__item:nth-child(5) {
    grid-row: inherit;
    grid-column: inherit;
  }
  .section-events__item:nth-child(6) {
    grid-row: inherit;
    -ms-grid-column: inherit;
    grid-column-start: inherit;
    -ms-grid-row: inherit;
    grid-row-start: inherit;
  }
  .section-events__item:nth-child(7) {
    grid-column: inherit;
  }
  .section-events__item-name {
    font-size: 20px;
  }
}
.section-info {
  margin-bottom: 100px;
}
.section-info__title {
  margin-bottom: 60px;
}
.section-info__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 273px;
  grid-template-columns: 1fr 1fr 273px;
  gap: 32px;
  height: 480px;
}
.section-info__image {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
}
.section-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-info__info {
  border-radius: 24px;
  -webkit-box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-info__info-name {
  color: var(--Dark-Purple, #400074);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section-info__info-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.section-info__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  row-gap: 32px;
}
.section-info__block-item {
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5px 4px 16.8px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-info__block-label {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
}
.section-info__block-label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 134px;
  height: 2px;
  background: linear-gradient(274deg, #9c22ff 5.22%, #2285ff 93.13%);
}
.section-info__block-count {
  color: #000;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-info__block-name {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(274deg, #9c22ff 5.22%, #2285ff 93.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .section-info {
    margin-bottom: 50px;
  }
  .section-info__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: inherit;
  }
  .section-info__image {
    height: 300px;
  }
  .section-info__info {
    padding: 16px;
  }
  .section-info__info-name {
    margin-bottom: 40px;
  }
  .section-info__info-text {
    margin-bottom: 40px;
  }
  .section-info__block {
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .section-info__block-item {
    padding: 16px;
    row-gap: 24px;
  }
  .section-info__block-label {
    font-size: 16px;
  }
  .section-info__block-count {
    font-size: 40px;
  }
  .section-info__block-name {
    font-size: 20px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

/*# sourceMappingURL=main.css.map */

footer {
  padding: 20px;
  background-color: black;
  color: white;
  font-size: 12px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden {
  display: none;
}

.preloader {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid #400074;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 


/* General styles for the custom select */
.select__wrapper {
  position: relative;
}

.custom-select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.select-placeholder {
  color: #666;
  font-size: 14px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.custom-select.active .dropdown-menu {
  display: block;
}

.checkbox-item {
  padding: 8px;
  display: flex;
  align-items: center;
}

.custom-checkbox {
  margin-right: 8px;
}

/* Style checked labels */
.checkbox-item input[type="checkbox"]:checked + label {
  font-weight: bold;
  color: #0073e6;
}

.page-template-events-page-new .nav-primary ul {
    margin-bottom: 16px;
}