.map_block #map, .subscribe_section .backdrop_title, .event_block .poster_image > img, .main_slider .poster_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

html, body, * {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y, pan-x;
        touch-action: pan-y, pan-x;
}

.event_block .poster_image > img, .main_slider .poster_image > img {
  object-fit: cover;
}

.events_list li {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.event_block .favorite_btn,
.event_block .video_btn, .event_block .event_status {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contacts_col .closed_info, .event_block .event_name {
  font-size: 180%;
  line-height: 22px;
}

.event_block .event_date, .main_slider .event_time,
.main_slider .event_location, .main_slider .event_date, .main_slider .event_description {
  font-size: 160%;
  line-height: 21px;
}

.event_block .event_status {
  font-size: 140%;
  line-height: 18px;
}

.subscribe_section, .bnners_section, .slogan_section, .events_section, .main_section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main_slider .event_title {
  font-family: "DMSans-bold", "arian-amu-bold";
  font-size: 480%;
  line-height: 1.17em;
  margin: 0;
  color: inherit;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .main_slider .event_title {
    font-size: 420%;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .main_slider .event_title {
    font-size: 360%;
    line-height: 1.22em;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .main_slider .event_title {
    font-size: 300%;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .event_title {
    font-size: 240%;
    line-height: 1.3em;
  }
}

.web .primary_dark:before,
.web .primary_btn:before {
  -o-transition: text-indent 0.3s;
  -ms-transition: text-indent 0.3s;
  -moz-transition: text-indent 0.3s;
  -webkit-transition: text-indent 0.3s;
  transition: text-indent 0.3s;
}
.web .primary_dark:hover:before,
.web .primary_btn:hover:before {
  text-indent: 16px;
}
.web .primary_light:hover {
  background: #161616;
}

.touch .primary_light:active {
  background: #161616;
}

@media screen and (max-width: 1024px) {
  .main_section {
    padding-top: 24px;
  }
}

.main_slider {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  position: relative;
}
.main_slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.main_slider:not(.slick-slider) > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.main_slider .poster_block {
  position: relative;
  overflow: hidden;
}
.main_slider .poster_image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.main_slider .poster_image:before {
  display: block;
  content: "";
  padding-bottom: 40.68%;
}
.main_slider .poster_info {
  padding: 60px;
  display: flex;
  flex-direction: column;
  font-family: "DMSans-medium";
}
.main_slider .event_title {
  max-width: 545px;
}
.main_slider a.event_title {
  align-self: flex-start;
  display: block;
  color: inherit;
}
.main_slider .event_description {
  margin-top: 16px;
  max-width: 545px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main_slider .event_date {
  margin-top: 20px;
}
.main_slider .event_time,
.main_slider .event_location {
  margin-top: 8px;
}
.main_slider .event_actions {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.main_slider .event_actions > * {
  margin: 20px 10px 0;
}
.main_slider.slick-slider {
  margin-bottom: 44px;
}
@media screen and (min-width: 1025px) {
  .main_slider .poster_info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(22, 22, 22, 0.7) 0%, rgba(22, 22, 22, 0) 98.96%);
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .main_slider .poster_info {
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .main_slider {
    box-shadow: none;
  }
  .main_slider .poster_info {
    padding: 20px 0 0;
  }
  .main_slider .poster_image {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .main_slider .event_description,
.main_slider .event_date,
.main_slider .event_location,
.main_slider .event_time {
    font-size: 140%;
    line-height: 18px;
  }
  .main_slider .event_description,
.main_slider .event_date {
    margin-top: 12px;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .poster_image:before {
    padding-bottom: 120%;
  }
  .main_slider .event_description,
.main_slider .event_date,
.main_slider .event_location,
.main_slider .event_time {
    font-size: 120%;
    line-height: 15px;
  }
  .main_slider .event_description,
.main_slider .event_date {
    margin-top: 8px;
  }
}

.category_filter {
  margin: -12px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  position: relative;
  z-index: 3;
}
.category_filter li {
  margin: 12px;
  cursor: pointer;
  padding: 8px 24px;
  border-radius: 20px;
  background: #161616;
  font-size: 200%;
  line-height: 1.2em;
}
.category_filter li.selected {
  color: #E5A800;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .category_filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 8px;
    padding-right: 8px;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
  }
  .category_filter::-webkit-scrollbar {
    width: 0;
    height: 0;
    border-radius: 0;
    background: transparent;
  }
  .category_filter::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: transparent;
  }
}

.touch .category_filter {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

.events_list {
  margin: -32px -10px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  -o-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.events_list.reposition {
  display: block;
}
.events_list.reposition li {
  position: absolute;
  width: 16.66%;
  max-width: none;
  flex: none;
}
.events_list li {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  -o-transition: all 0.75s, width 0s;
  -ms-transition: all 0.75s, width 0s;
  -moz-transition: all 0.75s, width 0s;
  -webkit-transition: all 0.75s, width 0s;
  transition: all 0.75s, width 0s;
  position: relative;
  overflow: hidden;
}
.events_list li.filtered {
  opacity: 0;
  pointer-events: none;
}
.events_list .event_block {
  padding: 60px 10px 0;
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  .events_list li {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .events_list.reposition li {
    width: 20%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .events_list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .events_list.reposition li {
    width: 25%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .events_list li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .events_list.reposition li {
    width: 33.333%;
  }
}
@media screen and (max-width: 1024px) {
  .events_list {
    margin-top: -12px;
  }
  .events_list .event_block {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .events_list {
    margin-left: -4px;
    margin-right: -4px;
  }
  .events_list .event_block {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 575px) {
  .events_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .events_list.reposition li {
    width: 50%;
  }
}

.event_block {
  position: relative;
  overflow: hidden;
}
.event_block .poster_image {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  margin-bottom: 14px;
}
.event_block .poster_image:before {
  display: block;
  content: "";
  padding-bottom: 147.4%;
}
.event_block .event_date {
  display: flex;
  align-items: center;
  color: #BDBDBD;
  font-family: "DMSans-medium";
  padding-bottom: 3px;
}
.event_block .event_date span {
  display: flex;
  align-items: center;
}
.event_block .event_date span:not(:first-child):before {
  display: block;
  content: "";
  margin: 0 8px;
  height: 7px;
  border-left: 1px solid;
}
.event_block .event_name {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 66px;
  margin-bottom: 8px;
}
.event_block .event_actions {
  display: flex;
}
.event_block .event_status,
.event_block .primary_dark {
  white-space: nowrap;
}
.event_block .event_status {
  flex: 1;
  max-width: 143px;
  border-radius: 20px;
  height: 36px;
  font-family: "DMSans-bold", "arian-amu-bold";
  padding: 0 10px;
}
.event_block .postponed,
.event_block .canceled,
.event_block .sold_out {
  background: #BE0619;
  color: #ffffff;
}
.event_block .coming_soon {
  background: #161616;
  color: #E5A800;
}
.event_block .favorite_btn,
.event_block .video_btn {
  font-size: 0;
  line-height: 0;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #161616;
  color: #E5A800;
  margin-left: 7px;
}
.event_block .favorite_btn:before,
.event_block .video_btn:before {
  display: block;
}
.event_block .favorite_btn:before {
  font-size: 2.8rem;
}
.event_block .favorite_btn:not(.selected):not(.active):before {
  font-size: 2.6rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px;
}
.event_block .video_btn:before {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .event_block .poster_image {
    margin-bottom: 8px;
  }
  .event_block .event_actions {
    max-width: 180px;
    flex-wrap: wrap;
  }
  .event_block .favorite_btn,
.event_block .video_btn {
    margin-left: 0;
    margin-right: 8px;
    margin-top: 8px;
  }
  .event_block .event_status {
    flex: none;
    min-width: 143px;
  }
  .event_block .event_date {
    font-size: 120%;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .event_block .event_name {
    font-size: 140%;
    line-height: 17px;
    height: 51px;
    margin-bottom: 19px;
  }
}

.slogan_section text {
  stroke: #E5A800;
  stroke-width: 1px;
  font-size: 560%;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  font-family: "DMSans-bold", "arian-amu-bold";
  animation: textAnimate 10s infinite alternate;
  fill: transparent;
}
@media screen and (min-width: 1025px) {
  .slogan_section .tablet_slogan {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .slogan_section .web_slogan {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .slogan_section {
    margin: 20px 0;
  }
  .slogan_section svg {
    height: 120px;
  }
  .slogan_section text {
    animation-duration: 5s;
  }
}
@media screen and (min-width: 576px) {
  .slogan_section .mobile_slogan {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .slogan_section {
    margin: 40px 0;
  }
  .slogan_section .tablet_slogan {
    display: none;
  }
  .slogan_section svg {
    height: 180px;
  }
  .slogan_section text {
    font-size: 500%;
    animation-duration: 3s;
  }
}

@keyframes textAnimate {
  0% {
    stroke-dasharray: 0 50%;
    stroke-dashoffset: 20%;
  }
  100% {
    stroke-dasharray: 50% 0;
    stroke-dashoffset: -20%;
  }
}
.bnners_slider {
  position: relative;
  height: 27.7vw;
  max-height: 410px;
}
.bnners_slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.bnners_slider:not(.slick-slider) > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.bnners_slider .bnner_image {
  display: flex;
  align-items: center;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  max-height: 410px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.bnners_slider .slick-track,
.bnners_slider .slick-list {
  height: inherit;
  max-height: inherit;
}
.bnners_slider img {
  display: block;
  width: 100%;
  height: 27.7vw;
  max-height: 410px;
  object-fit: cover;
}
.bnners_slider .bnner_block {
  border-radius: 24px;
}
.bnners_slider .slick-slide {
  left: 0 !important;
  opacity: 1 !important;
  z-index: 1;
  position: absolute !important;
}
.bnners_slider .slick-slide .bnner_image {
  height: 0;
  opacity: 0;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -o-transition: all 0s 1s, opacity 1s 0s;
  -ms-transition: all 0s 1s, opacity 1s 0s;
  -moz-transition: all 0s 1s, opacity 1s 0s;
  -webkit-transition: all 0s 1s, opacity 1s 0s;
  transition: all 0s 1s, opacity 1s 0s;
}
.bnners_slider .slick-slide.slick-current {
  z-index: 2;
}
.bnners_slider .slick-slide.slick-current .bnner_image {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -o-transition: all 1s 0s, opacity 0s 0s;
  -ms-transition: all 1s 0s, opacity 0s 0s;
  -moz-transition: all 1s 0s, opacity 0s 0s;
  -webkit-transition: all 1s 0s, opacity 0s 0s;
  transition: all 1s 0s, opacity 0s 0s;
}
.bnners_slider.slick-slider {
  margin-bottom: 44px;
}
@media screen and (min-width: 1500px) {
  .bnners_slider .slick-slide.slick-current .bnner_image {
    height: 410px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1499px) {
  .bnners_slider .slick-slide.slick-current .bnner_image {
    height: 27.7vw;
  }
}
@media screen and (max-width: 575px) {
  .bnners_slider {
    height: 64.53vw;
    max-height: none;
  }
  .bnners_slider img {
    height: 64.53vw;
    max-height: none;
  }
  .bnners_slider .slick-slide.slick-current .bnner_image {
    height: 64.53vw;
  }
}

.subscribe_section {
  position: relative;
  overflow: hidden;
}
.subscribe_section .page_container {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 686px;
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .subscribe_section .page_container {
    min-height: 600px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .subscribe_section .page_container {
    min-height: 520px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .subscribe_section .page_container {
    min-height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .subscribe_section .page_container {
    min-height: 0;
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.subscribe_section .backdrop_title {
  padding-left: inherit;
  padding-right: inherit;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
}

.subscribe_form {
  width: 100%;
  text-align: center;
}
.subscribe_form .normal_text,
.subscribe_form .ticker_text,
.subscribe_form .stroke_text {
  font-size: 360%;
  line-height: 1.43em;
  display: inline-block;
  vertical-align: top;
  padding: 10px 8px;
  font-family: "Lato-black";
}
.subscribe_form .stroke_text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  letter-spacing: 0.1em;
}
.subscribe_form .normal_text {
  letter-spacing: 0.02em;
}
.subscribe_form .ticker_text {
  color: #E5A800;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
}
.subscribe_form .ticker_text span {
  display: block;
  position: relative;
  margin: 0 -8px;
  padding-left: inherit;
  padding-right: inherit;
  animation: tickerText 7s infinite linear;
}
.subscribe_form .ticker_text span:before, .subscribe_form .ticker_text span:after {
  display: block;
  position: absolute;
  top: 0;
  content: attr(data-text);
  width: 100%;
  text-align: center;
}
.subscribe_form .ticker_text span:before {
  left: 100%;
}
.subscribe_form .ticker_text span:after {
  left: 200%;
}
.subscribe_form .form_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.subscribe_form .field_block {
  flex: 1;
  max-width: 260px;
  min-width: 260px;
  margin: 10px;
}
.subscribe_form .and_symbol {
  margin: 10px;
  color: #E5A800;
  font-size: 300%;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  height: 36px;
  font-family: "Lato-black";
}
.subscribe_form .primary_btn {
  margin: 10px 0;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .subscribe_form .normal_text,
.subscribe_form .ticker_text,
.subscribe_form .stroke_text {
    font-size: 320%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .subscribe_form .normal_text,
.subscribe_form .ticker_text,
.subscribe_form .stroke_text {
    font-size: 280%;
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .subscribe_form .normal_text,
.subscribe_form .ticker_text,
.subscribe_form .stroke_text {
    font-size: 240%;
    padding: 6px 10px;
  }
}

@keyframes tickerText {
  to {
    transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
  }
}
.contacts_section {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.contacts_section .page_container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contacts_section .backdrop_title {
  margin-top: -100px;
  z-index: -1;
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .contacts_section .backdrop_title {
    margin-top: -80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contacts_section .backdrop_title {
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .contacts_section .backdrop_title {
    margin-top: -20px;
  }
}

.contacts_col {
  flex: 0 0 50%;
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contacts_col .contact_block {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
  font-size: 200%;
  line-height: 1.2em;
}
.contacts_col .contact_block:before {
  display: block;
  font-size: 1.6rem;
  line-height: inherit;
  margin-right: 8px;
}
.contacts_col a.contact_block {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}
.contacts_col .closed_info {
  margin-top: 16px;
  color: #E5A800;
}
.contacts_col .form_fields {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.contacts_col .field_block {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  margin-top: 20px;
}
.contacts_col .field_block:nth-child(-n+2) {
  flex: 0 0 50%;
  max-width: 50%;
}
.contacts_col .field_block:before, .contacts_col .field_block:after {
  padding: inherit;
}
.contacts_col .primary_btn {
  margin-top: 20px;
}
.contacts_col textarea {
  height: 144px;
}
@media screen and (max-width: 1280px) {
  .contacts_col {
    margin-left: 0;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .contacts_col .contact_block {
    font-size: 180%;
    line-height: 22px;
  }
  .contacts_col .closed_info {
    font-size: 160%;
    line-height: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contacts_col .contact_block {
    font-size: 160%;
    line-height: 21px;
  }
  .contacts_col .closed_info {
    font-size: 140%;
    line-height: 18px;
  }
  .contacts_col .field_block:nth-child(-n+2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .contacts_col .contact_block {
    font-size: 140%;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contacts_col {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    align-items: center;
    padding-right: 0;
  }
  .contacts_col .closed_info {
    font-size: 120%;
    line-height: 15px;
  }
  .contacts_col .contact_block {
    text-align: left;
    width: 100%;
    max-width: 360px;
    margin-top: 20px;
  }
  .contacts_col .closed_info {
    margin-top: 20px;
  }
  .contacts_col a.contact_block {
    max-width: 360px;
  }
}
@media screen and (max-width: 575px) {
  .contacts_col .contact_block {
    font-size: 120%;
    line-height: 16px;
  }
  .contacts_col .field_block:nth-child(-n+2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.contact_form {
  padding-top: 20px;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact_form {
    padding-top: 80px;
  }
}

.map_block {
  position: relative;
  align-self: flex-start;
  overflow: hidden;
  flex: 0 0 50%;
  max-width: 480px;
  margin: 0 auto;
}
.map_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .map_block {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .map_block {
    flex: 0 0 100%;
    margin-top: 80px;
  }
}

.web .main_slider a.event_title, .main_slider .web a.event_title, .web .category_filter li, .category_filter .web li, .web .contacts_col a.contact_block, .contacts_col .web a.contact_block {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .primary_light {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .event_block .favorite_btn, .event_block .web .favorite_btn,
.web .event_block .video_btn,
.event_block .web .video_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .main_slider a.event_title, .main_slider .touch a.event_title, .touch .category_filter li, .category_filter .touch li, .touch .contacts_col a.contact_block, .contacts_col .touch a.contact_block {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .primary_light {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .event_block .favorite_btn, .event_block .touch .favorite_btn,
.touch .event_block .video_btn,
.event_block .touch .video_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.category_filter li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.web .main_slider a.event_title:hover, .main_slider .web a.event_title:hover, .web .category_filter li:hover, .category_filter .web li:hover, .web .contacts_col a.contact_block:hover, .contacts_col .web a.contact_block:hover {
  color: #E5A800;
}
.web .event_block .favorite_btn:hover, .event_block .web .favorite_btn:hover,
.web .event_block .video_btn:hover,
.event_block .web .video_btn:hover {
  background: #E5A800;
  color: #161616;
  border-color: transparent;
}
.touch .main_slider a.event_title:active, .main_slider .touch a.event_title:active, .touch .category_filter li:active, .category_filter .touch li:active, .touch .contacts_col a.contact_block:active, .contacts_col .touch a.contact_block:active {
  color: #E5A800;
}
.touch .event_block .favorite_btn:active, .event_block .touch .favorite_btn:active,
.touch .event_block .video_btn:active,
.event_block .touch .video_btn:active {
  background: #E5A800;
  color: #161616;
  border-color: transparent;
}

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