.banner-top {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 0;
  margin: 0 auto;
  max-width: 1780px;
}
.banner-top__wrap {
  height: 100%;
}
.banner-top__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.banner-top__wrap-mobile {
  display: none;
}
.banner-top img {
  border-radius: 20px;
}
@media (max-width: 1780px) {
.banner-top img {
    border-radius: 0px;
}
}
@media (max-width: 940px) {
.banner-top {
    padding-top: 0;
    margin-bottom: 0;
}
.banner-top .banner__wrap img {
    border-radius: 0px;
}
.banner-top .q-page-container-m {
    padding: 0;
}
}
@media (max-width: 768px) {
.grey-background .banner-top.section {
    background-color: #f2f2f2;
}
}
@media (max-width: 500px) {
.banner__wrap-mobile {
    display: block;
}
}
@media (min-width: 1024px) {
.banner-top .banner__slide-image.banner__slide-image_xs,
  .banner-top .banner__slide-image.banner__slide-image_md {
    display: none;
}
.banner-top .banner__slide-image.banner__slide-image_sm {
    display: block;
}
}
@media (min-width: 1780px) {
.banner-top .banner__slide-image.banner__slide-image_xs,
  .banner-top .banner__slide-image.banner__slide-image_sm {
    display: none;
}
.banner-top .banner__slide-image.banner__slide-image_md {
    display: block;
}
}.menu-dialog .dialog {
  justify-content: start;
  align-items: start;
}
.menu-dialog .dialog__wrapper {
  min-height: 100vh;
  min-width: 100vw;
  max-width: 100%;
  border-radius: 0;
}
.menu-dialog .dialog_fixed .dialog__content {
  min-height: 100vh;
}
.menu-dialog .dialog__header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.menu-dialog .q-header__logo {
  width: auto;
}
.menu-dialog__btn-space {
  width: 64px;
  opacity: 0;
  position: relative;
  z-index: -20;
}
.menu-dialog .dialog__container {
  justify-content: start;
  align-items: start;
}
.menu-dialog .dialog__footer {
  display: none;
}
.menu-dialog .dialog__close-btn-mobile {
  display: flex;
  position: absolute;
  top: 10px;
  right: 20px;
  border-radius: 20px;
  background-color: #f2f2f2;
  z-index: 10000;
  opacity: 1;
}
.menu-dialog .dialog__card {
  box-shadow: none;
  border-radius: 0px;
}
.menu-dialog .dialog__content-inner {
  padding: 20px;
  height: 100%;
}
.menu-dialog .q-item {
  margin-bottom: 1px;
  padding: 10px;
  min-height: unset;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  background: rgba(255, 82, 27, 0.07);
}
.menu-dialog .q-item a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.menu-dialog__icon {
  margin-left: auto;
}
.menu-dialog .q-item:hover {
  color: #0b1221;
}
.menu-dialog .q-separator {
  margin-bottom: 20px;
}
.menu-dialog .q-item svg {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-dialog .q-item.q-router-link--active svg path {
  fill: #ff521b;
}
.menu-dialog__icon {
  margin-left: auto;
}
.menu-dialog .q-item svg path {
  fill: #ddd;
}
.menu-dialog__btn {
  margin-bottom: 20px;
  width: 100%;
  justify-content: start;
}
.menu-dialog__exit-btn {
  margin-top: auto;
}
.menu-dialog__exit-btn .q-btn__content {
  gap: 20px;
}
.menu-dialog .btn-group {
  margin-top: 10px;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: start;
  gap: 0;
}
.menu-dialog .btn-group .q-btn {
  padding: 20px;
  height: 60px;
  line-height: normal;
  transition: all 0.3s linear;
}
.menu-dialog__hidden.q-item {
  margin-left: 52px;
  display: none;
}
@media (max-width: 768px) {
.menu-dialog .btn-group .q-btn {
    padding: 12px;
    height: 48px;
}
.menu-dialog__hidden.q-item {
    display: flex;
    background: transparent;
}
}.location {
  position: relative;
}
.location__dialog .q-card__section--vert {
  padding: 0;
}
.location .q-card__section:first-of-type {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
}
.location__top {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
}
.location__top .title {
  margin-bottom: 20px;
}
.location__wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
.location__wrap .field {
  width: 100%;
  margin-bottom: 0;
}
.location__wrap .q-field__control {
  height: 60px;
  border: 1px solid #ddd;
}
.location__wrap .field .q-field--standout .q-field__control {
  padding-left: 49px;
}
.location__wrap .q-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 12px;
  cursor: pointer;
  transition: all 0.32s linear;
  background: transparent;
  max-width: 24px;
  min-width: 24px;
  height: 24px;
}
.location__wrap .q-btn:hover {
  background-color: transparent;
}
.location__wrap .q-btn svg {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location__wrap .q-btn svg path {
  fill: #bebfc1;
}
.location .dialog__footer {
  padding: 0;
}
.q-dialog__inner--minimized > div.location__dialog {
  padding: 0 40px;
}
@media (max-width: 940px) {
.location__dialog .dialog__close-btn-mobile {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    background: #f2f2f2;
    z-index: 10000;
    opacity: 1;
}
}
@media (max-width: 768px) {
.location__dialog .title {
    margin-bottom: 33px;
}
.location__wrap {
    margin-bottom: 38px;
}
.location__dialog .q-item {
    min-height: 44px;
}
}
@media (max-width: 680px) {
.location__dialog .location__top .title {
    margin-top: 10px;
    margin-bottom: 20px;
}
.location__dialog .dialog {
    justify-content: start;
    align-items: start;
}
.location__dialog .dialog__wrapper {
    min-height: 100vh;
    min-width: 100vw;
    max-width: 100%;
    border-radius: 0;
}
.location__dialog .dialog_fixed .dialog__content {
    min-height: 100vh;
}
.location__dialog .dialog__container {
    justify-content: start;
    align-items: start;
    position: relative;
    bottom: unset;
}
}
@media (max-width: 680px) and (max-height: 720px) {
.location__dialog .dialog_fixed .dialog__content {
    max-height: 100vh;
}
}.q-header__wrap {
  display: flex;
  flex-direction: column;
  background: #fffcff;
}
.hide-bottom-header .q-header__platform .banner-top {
  padding-top: 67px;
}
.q-header {
  background: #fffcff;
  color: #0b1221;
}
.q-header .location__btn {
  padding: 0 16px;
  height: 50px;
}
.q-header__top {
  padding: 0 40px;
  height: 67px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.q-header__center {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  align-self: center;
}
.q-header__logo {
  width: calc((100vw - 1200px) / 2 - 90px);
  font-size: 18px;
}
.q-header__logo .q-img {
  width: 120px;
}
.q-header__search {
  margin-right: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 488px;
}
.q-header__search .field {
  width: 100%;
  margin-bottom: 0;
}
.q-header__search .q-field__control {
  height: 64px;
  border: 1px solid #ddd;
  position: relative;
}
.q-header__search .field .q-field--standout .q-field__control {
  border-radius: 20px;
  padding-left: 10px;
}
.q-header__search .field .q-field__marginal {
  height: 64px;
}
.q-header__search .field .q-field__prepend {
  padding-right: 0;
}
.q-header__search .q-header__search-btn {
  padding: 20px 10px;
  max-width: 44px;
  min-width: 44px;
  min-height: 100%;
}
.q-header__search .q-header__search-btn svg {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.q-header__search .q-header__search-btn svg path {
  fill: #0b1221;
}
.q-header__search-mobile-btn {
  display: none;
}
.q-header__menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.q-header__menu .q-item {
  min-height: unset;
}
.q-header__link {
  padding: 0 15px;
  height: 64px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  text-align: center;
  line-height: normal;
  transition: all 0.3s linear;
}
.q-header__link:hover {
  color: #ff521b;
  background: #ffffff;
}
.q-header__link_active {
  border: 1px solid #ff521b;
}
.q-header__link svg {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.q-header .q-btn-dropdown {
  margin-left: 31px;
}
.q-header .q-header__all-categories {
  margin-left: 0;
}
.q-header__more.q-menu {
  border-radius: 15px;
  border: 1px solid #ddd;
  box-shadow: 0px 24px 64px 0px rgba(22, 28, 45, 0.05);
}
.q-header__more .q-list {
  padding: 20px 25px;
}
.q-header__more .q-item {
  margin-bottom: 20px;
  min-height: unset;
}
.q-header__more .q-item:last-of-type {
  margin-bottom: 0;
}
.q-header__more .q-separator {
  margin-bottom: 20px;
}
.q-header__menu-mobile {
  display: none;
}
.q-header .btn-group {
  justify-content: flex-end;
  gap: 40px;
}
.q-header .btn-group .q-btn {
  color: #0b1221;
}
.q-header .btn-group .q-btn:hover {
  color: #ff521b;
}
.q-header__profile-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 20.5px;
}
.q-header__profile-label .q-img {
  height: 100%;
}
.q-header__profile.q-menu {
  border-radius: 15px;
  border: 1px solid #ddd;
  box-shadow: 0px 24px 64px 0px rgba(22, 28, 45, 0.05);
}
.q-header__profile .q-list {
  padding: 15px;
}
.q-header__profile .q-item {
  margin-bottom: 20px;
  min-height: unset;
}
.q-header__profile .q-item:last-of-type {
  margin-bottom: 0;
  margin-top: 20px;
}
.q-header__profile .q-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
}
.q-header__profile .q-item svg path {
  fill: #ff521b;
}
.q-header__platform {
  flex-direction: column;
}
.q-header__platform .location {
  margin-left: auto;
}
.q-header__platform .q-header__menu {
  justify-content: start;
}
.q-header__platform .q-header__bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.q-header__platform .q-header__bottom {
  width: 100%;
  background-color: #f2f2f2;
}
.q-header__platform .q-header__bottom-wrap {
  width: 100%;
  height: 80px;
}
.q-header__platform .q-header__bottom-wrap .q-header__first-content-btn {
  margin-left: auto;
}
.q-header__platform .banner-top {
  padding-top: 147px;
}
.q-header__platform .q-header__menu-mobile {
  display: none;
}
.q-header__platform .q-header__all-categories-mobile {
  display: none;
}
@media (max-width: 1600px) {
.q-header__logo {
    width: 170px;
}
}
@media (max-width: 1180px) {
.q-header__search-mobile-btn {
    margin-left: 20px;
    display: flex;
    order: 2;
}
.q-header__search-mobile-btn .q-header__search-btn {
    width: 32px;
    height: 32px;
}
.q-header__search-mobile-btn .q-header__search-btn svg {
    width: 32px;
    height: 32px;
}
.q-header__search-mobile-btn .q-header__search-btnsvg path {
    fill: #858790;
}
.q-header__top .q-header__search-mobile-btn {
    display: none;
}
.service-layout .q-header__top .q-header__search-mobile-btn {
    display: flex;
}
.q-header__search {
    display: none;
}
.q-header__bottom-news .q-header__search {
    display: flex;
}
.q-header .btn-group {
    gap: 20px;
}
.q-header__link {
    font-size: 16px;
    padding: 0 10px;
}
.q-header .btn-group .q-btn {
    font-size: 16px;
}
.q-header .q-btn-dropdown {
    margin-left: 0px;
}
.q-header__search-mobile-btn {
    margin-left: 0px;
}
.q-header__top {
    padding: 0 20px;
}
.q-header__logo {
    width: 135px;
}
}
@media (max-width: 940px) {
.q-header {
    position: static;
    z-index: 0;
}
.q-header__center {
    order: 2;
}
.q-header__menu {
    display: none;
}
.q-header__platform .q-header__center {
    order: 0;
}
.q-header__platform .banner-top {
    padding-top: 0px;
}
.q-header .btn-group .q-header__btn-login,
  .q-header .btn-group .q-header__btn-register {
    display: none;
}
.q-header .location__btn {
    display: none;
}
.hide-bottom-header .q-header__platform .banner-top {
    padding-top: 0px;
}
.q-header__platform .q-header__menu-mobile {
    display: flex;
    padding: 12px;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background-color: #ffffff;
}
.q-header__platform .q-header__menu-mobile svg {
    width: 32px;
    height: 32px;
}
.q-header__platform .q-header__menu-mobile svg path {
    fill: #0b1221;
}
.q-header__platform .q-header__menu-mobile:hover .q-btn__content:before,
  .q-header__platform .q-header__menu-mobile:hover .q-btn__content:after,
  .q-header__platform .q-header__menu-mobile:hover .q-btn__content span {
    background-color: #ddd;
}
.q-header__profile-btn.row.inline {
    display: none;
}
}
@media (max-width: 768px) {
.q-avatar {
    height: 40px;
    width: 40px;
}
.q-header__wrap {
    min-height: unset;
}
.q-header {
    padding: 15px 0px 10px 20px;
    min-height: 140px;
}
.q-header__logo .q-img {
    width: 100px;
}
.hide-bottom-header .q-header {
    min-height: 70px;
}
.q-header__top {
    padding: 0;
    flex-wrap: wrap;
}
.q-header__menu {
    justify-content: start;
    gap: 10px;
}
.q-header__link {
    background-color: #ffffff;
    padding: 15px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.q-header__menu-mobile {
    padding-bottom: 10px;
    overflow-x: auto;
    display: flex;
}
.q-header__center .q-btn-dropdown {
    display: none;
}
.btn-group {
    margin-right: 20px;
}
.grey-background .q-header {
    background-color: #f2f2f2;
}
.grey-background .q-header__link {
    border: none;
}
.q-header__profile-label svg {
    width: 32px;
    height: 32px;
}
.q-btn-dropdown .q-btn {
    padding: 4px;
}
.q-header__logo {
    width: 145px;
}
.q-header__platform .q-header__center {
    max-width: unset;
    width: fit-content;
}
.q-header__platform .q-header__bottom {
    width: 100%;
    background-color: transparent;
}
.q-header__platform .q-header__top {
    min-height: 48px;
    flex-wrap: nowrap;
}
.q-header__platform.q-header__wrap {
    min-height: 208px;
}
.q-header__platform .q-header__search .q-field__control {
    height: 60px;
}
.q-header__platform .q-header__search .field .q-field__marginal {
    height: 60px;
}
.q-header__platform .q-header {
    padding: 10px 0px 10px 20px;
}
.q-header__search-mobile-btn .q-header__search-btn {
    padding: 12px;
    width: 60px;
    height: 60px;
}
.q-header__platform .q-header__bottom-wrap .q-header__all-categories {
    padding: 20px;
}
.q-header__platform .q-header__bottom-wrap .q-header__all-categories svg {
    width: 32px;
    height: 32px;
}
.q-header__platform .q-header__bottom-wrap .q-header__all-categories .q-btn-dropdown__arrow {
    display: none;
}
.q-header__platform .q-header__bottom-wrap .btn-outline {
    display: none;
}
.q-header__platform .q-header__bottom .q-page-container-m {
    padding: 0;
}
.q-header__platform .q-header__center {
    margin-left: auto;
}
.q-header__platform .q-header__top .btn-group {
    gap: 10px;
}
.q-header__platform .q-header__bottom-services .q-header__all-categories.q-btn-dropdown {
    display: none;
}
.q-header__platform .q-header__all-categories-mobile {
    display: flex;
}
.q-header__bottom-services {
    display: none;
    height: 0;
}
.service-layout .q-header {
    min-height: unset;
    background-color: #f2f2f2;
}
.service-layout .q-header__platform.q-header__wrap {
    min-height: unset;
}
.q-header__bottom .q-header__search-mobile-btn {
    margin-right: 20px;
}
}
@media (max-width: 500px) {
.q-header__platform .q-header__bottom-wrap .q-header__all-categories {
    padding: 10px;
    height: 44px;
    border-radius: 10px;
}
.q-header__platform .q-header__bottom-wrap .q-header__all-categories svg {
    width: 24px;
    height: 24px;
}
.q-header__search-mobile-btn .q-header__search-btn {
    width: 44px;
    height: 44px;
}
.q-header__search-mobile-btn .q-header__search-btn svg {
    width: 24px;
    height: 24px;
}
.q-header__platform .q-header__bottom-wrap {
    height: 64px;
}
.events-list-layout .q-header__bottom {
    display: none;
}
.events-list-layout .q-header {
    min-height: unset;
}
.events-list-layout .q-header__platform.q-header__wrap {
    min-height: unset;
}
.events-list-layout .q-header__all-categories__label {
    display: none;
}
.events-list-layout .q-header__all-categories {
    text-transform: capitalize;
}
.organizers-layout .q-header__bottom {
    display: none;
}
.organizers-layout .q-header {
    min-height: unset;
}
.organizers-layout .q-header__platform.q-header__wrap {
    min-height: unset;
}
}.q-footer__social[data-v-313f7b04] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.q-footer__social .q-item[data-v-313f7b04] {
  min-height: unset;
}
.q-footer__social .q-item a[data-v-313f7b04] {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.q-footer__social .q-item a[data-v-313f7b04] {
  transition: all 0.3s linear;
}
.q-footer__social .q-item a[data-v-313f7b04]:hover {
  background-color: #858790;
}
.q-footer__social .q-item svg[data-v-313f7b04] {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.q-footer__social .q-item svg path[data-v-313f7b04] {
  fill: #0b1221;
}
@media (max-width: 500px) {
.q-footer__social[data-v-313f7b04] {
    justify-content: center;
}
}.q-footer[data-v-5a25472f] {
  position: unset;
  background-color: #0b1221;
  height: 485px;
}
.q-footer__top[data-v-5a25472f] {
  padding: 60px 0;
  min-height: 280px;
  position: relative;
}
.q-footer__top[data-v-5a25472f]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((1200px - 100vw) / 2);
  height: 1px;
  width: calc(100vw - 1200px + 1193px);
  background: rgba(255, 255, 255, 0.1);
}
.q-footer__subtitle[data-v-5a25472f] {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.q-footer__menu .q-item[data-v-5a25472f] {
  min-height: unset;
  font-weight: 500;
}
.q-footer .q-item a[data-v-5a25472f] {
  transition: all 0.3s linear;
}
.q-footer .q-item a[data-v-5a25472f]:hover {
  color: #858790;
}
.q-footer__bottom[data-v-5a25472f] {
  height: 205px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.q-footer__copyright[data-v-5a25472f] {
  color: #545964;
  font-size: 18px;
  font-weight: 500;
}
.q-footer__social-mobile[data-v-5a25472f] {
  display: none;
}
.q-footer__link-mobile[data-v-5a25472f] {
  display: none;
}
@media (max-width: 1050px) {
.q-footer__copyright[data-v-5a25472f] {
    font-size: 16px;
}
}
@media (max-width: 1200px) {
.q-footer__top[data-v-5a25472f]:after {
    left: -16px;
    width: calc(100% + 32px);
}
}
@media (max-width: 655px) {
.q-footer__link-mobile[data-v-5a25472f] {
    display: flex;
}
.q-footer[data-v-5a25472f] {
    height: auto;
}
.q-footer__social-mobile[data-v-5a25472f] {
    display: block;
}
.q-footer__social-desktop[data-v-5a25472f] {
    display: none;
}
.q-footer__top[data-v-5a25472f] {
    padding: 45px 0 30px 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.q-footer__subtitle[data-v-5a25472f] {
    margin-bottom: 16px;
}
.q-footer__menu[data-v-5a25472f] {
    margin-bottom: 30px;
}
.q-footer__top .q-footer__menu .q-item[data-v-5a25472f] {
    margin-bottom: 6px;
    justify-content: center;
}
.q-footer__bottom[data-v-5a25472f] {
    height: auto;
    padding: 10px 0;
    justify-content: center;
}
.q-footer__copyright[data-v-5a25472f] {
    text-align: center;
}
}
.q-footer__platform .q-footer__menu[data-v-5a25472f] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1080px) {
.q-footer__platform .q-footer__menu[data-v-5a25472f] {
    grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 768px) {
.q-footer__platform .q-footer__menu[data-v-5a25472f] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 500px) {
.q-footer__platform .q-footer__menu[data-v-5a25472f] {
    grid-template-columns: repeat(1, 1fr);
}
.q-footer__platform .q-footer__menu .q-item[data-v-5a25472f]:nth-of-type(3n) {
    margin-bottom: 20px;
}
}