@import url('https://fonts.googleapis.com/css?family=PT+Serif&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,500&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,500,700&subset=cyrillic,cyrillic-ext');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
body {
  position: relative;
  min-height: 100vh;
  padding-bottom: 236px;
  overflow-x: hidden;
  font-family: 'Ubuntu', 'Trebuchet MS', 'Palatino', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
body.with-fixed-header {
  padding-top: 51px;
}
body.ios {
  padding-bottom: 355px;
}
.container-fluid {
  position: relative;
  max-width: 1200px;
}
input {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
input:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
.black-block {
  position: fixed;
  top: 51px;
  left: 0;
  width: 100%;
  height: calc(100vh - 51px);
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.black-block.show {
  display: block;
}
.loader {
  display: none;
  margin: 0 auto;
  background-image: url("img/loader.gif");
  background-position: center;
  width: 400px;
  max-width: 100%;
  height: 300px;
}
.page-up {
  position: fixed;
  top: 51px;
  left: 0;
  width: 20px;
  height: calc(100vh - 51px);
  display: none;
}
.page-up:before {
  content: '';
  position: absolute;
  top: calc(50% - 51px);
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 16px;
  height: 16px;
  background: url(icon/arrow-down.svg) center no-repeat;
}
.schema {
  display: none;
}
.all-city-events {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    padding-bottom: 339px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 28px;
  }
  h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-up {
    width: 30px;
  }
  .page-up:before {
    width: 24px;
    height: 24px;
    left: 3px;
  }
}
.btn {
  border: none;
  border-radius: 0;
}
.btn.blue {
  background: #3498db;
  color: #ffffff;
}
.twitter {
  background: url(icon/twitter-icon.svg);
}
.google-plus {
  background: url(icon/google-plus-icon.svg);
}
.vk {
  background: url(icon/vk-icon.svg);
}
.facebook {
  background: url(icon/facebook-icon.svg);
}
.rss {
  background: url(icon/rss.svg);
}
.fixed-header {
  width: 100%;
  height: 51px;
  padding: 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  border-bottom: 1px solid #8a8a8a;
  background: #ffffff;
}
.fixed-header .row {
  padding: 10px 0;
}
.fixed-header h3 {
  display: inline-block;
}
.fixed-header .information {
  font-size: 24px;
  color: #8f8f8f;
}
.fixed-header .logo {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
}
.fixed-header .logo:hover {
  text-decoration: none;
}
.fixed-header .city {
  color: #428aca;
}
.fixed-header .city:hover {
  text-decoration: none;
}
.fixed-header .search input {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  background: #fafafa;
  color: #8f8f8f;
}
.fixed-header .search input::-webkit-input-placeholder {
  color: #8f8f8f;
}
.fixed-header .search input:-moz-placeholder {
  color: #8f8f8f;
}
.fixed-header .search input::-webkit-input-placeholder {
  color: #8f8f8f;
}
.fixed-header .search input:-moz-placeholder {
  color: #8f8f8f;
}
.tiles-wrapper {
  padding: 0 50px;
}
.tiles-wrapper .tiles-list {
  overflow: hidden;
}
.tiles-wrapper h2 {
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
  font-weight: 300;
  color: #8f8f8f;
}
.tiles-wrapper h2 a {
  color: #428aca;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .tiles-wrapper {
    padding: 0 10px;
  }
  .tiles-wrapper .grid-sizer,
  .tiles-wrapper .grid-item {
    width: 48%;
  }
  .tiles-wrapper .grid-item {
    margin-bottom: 4%;
  }
  .tiles-wrapper .gutter-sizer {
    width: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tiles-wrapper .grid-sizer,
  .tiles-wrapper .grid-item {
    width: 22%;
  }
  .tiles-wrapper .grid-item {
    margin-bottom: 4%;
  }
  .tiles-wrapper .gutter-sizer {
    width: 4%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tiles-wrapper {
    padding: 0 100px;
  }
  .tiles-wrapper .grid-sizer,
  .tiles-wrapper .grid-item {
    width: 30%;
  }
  .tiles-wrapper .grid-item {
    margin-bottom: 5%;
  }
  .tiles-wrapper .gutter-sizer {
    width: 5%;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-wrapper .grid-sizer,
  .tiles-wrapper .grid-item {
    width: 22%;
  }
  .tiles-wrapper .grid-item {
    margin-bottom: 4%;
  }
  .tiles-wrapper .gutter-sizer {
    width: 4%;
  }
}
.tile {
  background: #f7f7f7;
  border-radius: 5px;
  word-wrap: break-word;
  font-size: 14px;
  color: #333333;
}
.tile a {
  display: inline-block;
  color: #428aca;
}
.tile .title {
  display: block;
  margin-bottom: 10px;
  line-height: 24px;
}
.tile .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  min-height: 15px;
}
.tile .date:before {
  content: url(icon/date-icon.svg);
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 100%;
  margin-right: 3px;
}
.tile .rating:before {
  content: url(icon/people.svg);
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 100%;
  margin-right: 3px;
}
.tile .poster-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.tile .poster-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.tile .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tile .description p {
  line-height: 1.5;
}
.tile .description p:not(:last-child) {
  margin-bottom: 10px;
}
.tile .place {
  min-height: 18px;
}
.tile .place:before {
  content: url(icon/location-icon-gray.svg);
}
.tile .read-more {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  min-height: 18px;
}
.tile .read-more:before {
  content: url(icon/read-more-arrow-icon.svg);
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .tile {
    padding: 5px;
    font-size: 12px;
  }
  .tile a {
    font-size: 11px;
  }
  .tile .date {
    font-size: 10px;
  }
  .tile .poster-wrapper {
    margin: 5px 0;
  }
  .tile .description {
    margin-bottom: 10px;
  }
  .tile .place:before {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 100%;
    margin-right: 3px;
  }
  .tile .read-more:before {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 100%;
    margin-right: 3px;
  }
}
@media only screen and (min-width: 992px) {
  .tile {
    padding: 10px;
  }
  .tile .poster-wrapper {
    margin: 10px 0;
  }
  .tile .description {
    margin-bottom: 10px;
  }
  .tile .place:before {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 100%;
    margin-right: 3px;
  }
  .tile .read-more:before {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 100%;
    margin-right: 3px;
  }
}
.page-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-footer .top-section {
  padding: 25px 45px;
  background: #ebebeb;
}
.page-footer .countries {
  padding: 0;
}
.page-footer .country-name {
  margin-bottom: 5px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-footer .cities a {
  color: #595858;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.page-footer .more a:before {
  content: url(icon/more-arrow-icon.svg);
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 100%;
  margin-right: 3px;
}
.page-footer .show-all {
  text-align: right;
}
.page-footer .show-all p {
  margin-bottom: 11px;
  color: #595858;
}
.page-footer .btn {
  padding: 5px 18px;
  font-size: 14px;
}
.page-footer .share-wrapper {
  display: inline-block;
  width: 154px;
  padding: 55px 0 0;
}
.page-footer .share-this {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 154px;
  margin: 0 auto;
}
.page-footer .share-this a {
  display: block;
  width: 25px;
  height: 25px;
}
.page-footer .bottom-section {
  padding: 15px 45px;
  background: #2e2d2d;
  color: #ffffff;
}
.page-footer .footer-menu {
  text-align: center;
}
.page-footer .footer-menu li {
  display: inline-block;
}
.page-footer .footer-menu li:not(:last-child) {
  margin-right: 10px;
}
.page-footer .footer-menu li:not(:last-child):after {
  content: "|";
  margin-left: 10px;
}
.page-footer .footer-menu a {
  color: #ffffff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-footer .top-section {
    padding: 25px 15px;
  }
  .page-footer .country:nth-child(3),
  .page-footer .country:nth-child(4),
  .page-footer .country:nth-child(5),
  .page-footer .country:nth-child(6) {
    display: none;
  }
  .page-footer .show-all {
    text-align: center;
  }
  .page-footer .btn {
    margin-top: 25px;
  }
  .page-footer .bottom-section {
    padding: 15px;
  }
  .page-footer .share-wrapper {
    display: block;
    width: 100%;
    padding: 25px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-footer .country:nth-child(5),
  .page-footer .country:nth-child(6) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .page-footer {
    padding-bottom: 0;
  }
}
@-webkit-keyframes up {
  0% {
    bottom: 32px;
    opacity: 1;
  }
  30% {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes up {
  0% {
    bottom: 32px;
    opacity: 1;
  }
  30% {
    bottom: 0;
    opacity: 0;
  }
}
@-webkit-keyframes down {
  0% {
    bottom: 32px;
    opacity: 0;
  }
  30% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes down {
  0% {
    bottom: 32px;
    opacity: 0;
  }
  30% {
    bottom: 0;
    opacity: 1;
  }
}
.hamburger {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  left: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 7px;
}
.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 14px;
}
.hamburger span:nth-child(4) {
  top: 21px;
}
.hamburger.open span:nth-child(1),
.hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-menu {
  width: 90%;
  height: calc(100vh - 51px);
  position: fixed;
  top: 51px;
  left: -100%;
  padding: 15px 20px;
  background: #f7f7f7;
  color: #333333;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10;
}
.mobile-menu.open {
  left: 0;
}
.mobile-menu a {
  color: #333333;
}
.mobile-menu .title {
  color: #8f8f8f;
  text-transform: uppercase;
  border-bottom: 1px solid #8f8f8f;
  margin-bottom: 10px;
}
.mobile-menu .title:not(:first-child) {
  margin-top: 20px;
}
.mobile-menu .city {
  color: #333333;
}
.mobile-menu .when {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu .when-item.active {
  font-weight: 500;
}
.mobile-menu .calendar {
  display: block;
  width: 20px;
  height: 20px;
  background: url(icon/calendar.svg);
}
.mobile-menu .category li:not(:last-child) {
  margin-bottom: 5px;
}
.mobile-menu .about,
.mobile-menu .home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
}
.mobile-menu .about:before,
.mobile-menu .home:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.mobile-menu .about:before {
  background: url(icon/mail-icon.svg);
}
.mobile-menu .home:before {
  background: url(icon/home.svg);
}
.search {
  position: relative;
}
.search-form {
  width: calc(100% - 10px);
  position: absolute;
  left: 5px;
  top: 52px;
  padding: 15px;
  background: #fafafa;
  z-index: 10;
  display: none;
}
.search-form:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fafafa;
}
.search-form.open {
  display: block;
}
.search-form a {
  color: #545352;
}
.search-form .search-val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  height: 22px;
}
.search-form .search-val:before {
  content: '';
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url(icon/search-icon.svg);
}
.search-form .search-val:focus {
  outline-offset: 0;
  outline: 3px solid rgba(52, 152, 219, 0.1);
  background-color: rgba(52, 152, 219, 0.1);
}
.search-form .title {
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #8a8a8a;
  text-transform: uppercase;
  min-height: 16px;
}
.search-form .title:not(:first-of-type) {
  padding-top: 20px;
}
.search-form .result-item:not(:last-child) {
  margin-bottom: 5px;
}
.search-form .result-item a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-form .result-item a:focus {
  outline-offset: 0;
  outline: 3px solid rgba(52, 152, 219, 0.1);
  background-color: rgba(52, 152, 219, 0.1);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .search-form {
    top: 41px;
  }
  .search-form:before {
    display: none;
  }
}
.venues-wrapper .country-venues:not(:last-child) {
  margin-bottom: 20px;
}
.venues-wrapper .country-name {
  padding: 0 0 5px 0;
  margin-bottom: 15px;
  color: #8a8a8a;
  border-bottom: 1px solid #d4d4d4;
}
.venues-list {
  padding: 0;
}
.venue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding: 0 20px 0 0;
  min-height: 135px;
  overflow: hidden;
}
.venue a {
  color: #428aca;
}
.venue .poster {
  width: 100px;
  max-height: 90px;
  border-radius: 5px;
  margin-right: 10px;
}
.venue .description {
  margin: 5px 0 10px;
  word-break: break-all;
}
.venue .description p {
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
}
.venue .description p:not(:last-child) {
  margin-bottom: 5px;
}
.venue .place {
  font-size: 16px;
}
.venue .place:before {
  content: url(icon/location-icon-gray.svg);
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 100%;
  margin-right: 3px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .venue {
    padding: 0;
    min-height: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .venue {
    min-height: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .venue {
    min-height: 150px;
  }
}
.calendar {
  position: relative;
}
.calendar input {
  width: 100%;
  opacity: 0;
  font-size: 16px;
  color: transparent;
}
.flatpickr-calendar {
  position: absolute;
  top: 47px !important;
  left: -276px !important;
  min-width: 300px !important;
  z-index: 9 !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  display: none !important;
}
.flatpickr-calendar .numInputWrapper {
  display: none !important;
}
.flatpickr-calendar .flatpickr-day {
  border-radius: 0 !important;
}
.flatpickr-calendar .flatpickr-prev-month svg:hover,
.flatpickr-calendar .flatpickr-next-month svg:hover {
  fill: #428aca !important;
}
.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.selected:focus,
.flatpickr-calendar .flatpickr-day.selected:hover,
.flatpickr-calendar .flatpickr-day.selected.prevMonthDay,
.flatpickr-calendar .flatpickr-day.selected.nextMonthDay {
  background: #428aca !important;
  border-color: #428aca !important;
}
.flatpickr-calendar .flatpickr-day.disabled:before,
.flatpickr-calendar .flatpickr-day.disabled:after {
  content: '';
  width: 45%;
  height: 1px;
  position: absolute;
  top: 47%;
  left: 28%;
  background: #c8c8c8;
}
.flatpickr-calendar .flatpickr-day.disabled:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.flatpickr-calendar .flatpickr-day.disabled:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.index-header {
  height: 100vh;
  text-align: center;
  background: url(img/index-1920.jpg) center bottom no-repeat;
  background-size: cover;
  color: #454545;
  position: relative;
}
.index-header h1 {
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
  font-weight: 500;
}
.index-header h3 {
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
  margin: 10px 0 35px;
}
.index-header .search {
  position: relative;
}
.index-header .search input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 44px 0 10px;
  border: 1px solid #c8c8c8;
  font-size: 18px;
  line-height: 18px;
  background: #fafafa;
  color: #6b6b6b;
}
.index-header .search input::-webkit-input-placeholder {
  color: #6b6b6b;
}
.index-header .search input:-moz-placeholder {
  color: #6b6b6b;
}
.index-header .search input::-webkit-input-placeholder {
  color: #6b6b6b;
}
.index-header .search input:-moz-placeholder {
  color: #6b6b6b;
}
.index-header .search .search-icon {
  background: url(icon/search-icon.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index-header .search-form {
  text-align: left;
  top: 55px;
}
.index-header .page-scroll-button {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
.index-header .page-scroll-button .arrow {
  position: relative;
  width: 32px;
  height: 32px;
  background: url(icon/arrow-down-icon.svg) center no-repeat;
}
.index-header .page-scroll-button .top {
  -webkit-animation: down 2s ease-in infinite;
          animation: down 2s ease-in infinite;
}
.index-header .page-scroll-button .down {
  -webkit-animation: up 2s ease-in infinite;
          animation: up 2s ease-in infinite;
}
.index-content {
  padding: 40px 5px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .index-header {
    background-image: url(img/index-320.jpg);
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .index-header {
    padding: 20px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-header h1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .index-header h3 {
    margin: 15px 0 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .index-header .search {
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .index-header .search:after {
    right: 11px;
  }
  .index-header .search input {
    padding-right: 34px;
    font-size: 16px;
    line-height: 16px;
  }
  .index-header .search-form {
    top: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .index-header {
    padding-top: 60px;
  }
  .index-header .search input {
    height: 35px;
  }
  .index-header .search-form {
    top: 47px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .index-header {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .index-header {
    padding-top: 80px;
  }
  .all-city-events {
    margin-top: 0;
  }
}
.categories-box {
  padding: 25px 0 10px;
}
.categories-box,
.categories-box a {
  font-size: 20px;
  color: #8f8f8f;
}
.categories-box .categories-list {
  overflow-y: hidden;
}
.categories-box .categories-list.hide-more {
  height: 25px;
}
.categories-box .categorie {
  display: inline-block;
  margin: 0 15px 10px;
}
.categories-box .more-categories {
  cursor: pointer;
  text-align: right;
  padding-right: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.categories-box .more-categories:after {
  content: url(icon/arrow-down.svg);
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 100%;
  margin-right: 3px;
  margin: 0 0 0 3px;
}
.categories-box .more-categories.close:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.choice-day {
  padding: 25px 0;
  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;
}
.choice-day .day {
  margin-right: 30px;
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
}
.choice-day .day a {
  color: #428aca;
}
.choice-day .day.active a {
  color: #f77a14;
}
.choice-day .calendar {
  width: 24px;
  height: 24px;
  background: url(icon/calendar.svg);
  cursor: pointer;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .choice-day .day {
    margin-right: 15px;
  }
  .choice-day .calendar {
    width: 20px;
    height: 20px;
  }
}
.about-top-img {
  text-align: center;
  color: #ffffff;
  background: url(img/about-main.jpg);
  background-size: 100% 100%;
  margin-top: 15px;
}
.about-top-img h1 {
  margin-bottom: 15px;
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
  font-weight: 500;
}
.about-content a {
  color: #428aca;
}
.about-content p {
  font-size: 16px;
  line-height: 22px;
}
.about-content p:not(:last-child) {
  margin-bottom: 20px;
}
.about-content img {
  width: 100%;
  max-width: 490px;
  height: 100%;
  max-height: 325px;
  border-radius: 30px;
}
.about-content .row {
  padding: 40px 45px;
  color: #333333;
}
.about-content .row-gray {
  background: #f7f7f7;
}
.about-content .row h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.about-content .row h3:before {
  content: "_";
  position: absolute;
  bottom: 0;
}
.about-content .section-img {
  text-align: left;
}
.about-content .section-img:nth-child(even) {
  text-align: right;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .about-content .row {
    padding: 20px 15px;
  }
  .about-content .row h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-top-img {
    padding-top: 80px;
    height: 325px;
  }
  .about-content img {
    max-width: 300px;
    max-height: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-top-img {
    padding-top: 100px;
    height: 435px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-top-img {
    padding-top: 100px;
    height: 510px;
  }
  .about-content .row {
    padding: 40px 35px;
  }
  .about-content .row-gray {
    border-radius: 30px;
  }
}
.error-content {
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
}
.error-content .left {
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
  font-weight: 500;
  font-size: 96px;
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
  margin-right: 50px;
}
.error-content .right {
  text-align: right;
}
.error-content h1 {
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
}
.error-content h4 {
  margin: 5px 0 20px;
}
.error-content .btn {
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .error-content {
    padding: 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .error-content .left {
    margin: auto;
  }
  .error-content .right {
    text-align: center;
  }
  .error-content h4 {
    margin: 15px 0 40px;
  }
}
.city-select-wrapper {
  padding: 40px 45px;
}
.city-select-wrapper .grid-sizer,
.city-select-wrapper .grid-item {
  width: 18%;
}
.city-select-wrapper .grid-item {
  margin-bottom: 2.5%;
}
.city-select-wrapper .gutter-sizer {
  width: 2.5%;
}
.city-select .country {
  padding-bottom: 5px;
  border-bottom: 1px solid #d4d4d4;
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
  font-size: 20px;
  color: #8f8f8f;
}
.city-select .cities {
  padding: 5px 0 0 20px;
}
.city-select .cities a {
  font-size: 16px;
  color: #428aca;
}
.city-select .city:not(:last-child) {
  margin-bottom: 3px;
}
.city-select .more:before {
  content: url(icon/read-more-arrow-icon.svg);
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 100%;
  margin-right: 3px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .city-select-wrapper {
    padding: 20px 15px;
  }
  .city-select-wrapper .grid-sizer,
  .city-select-wrapper .grid-item {
    width: 48%;
  }
  .city-select-wrapper .grid-item {
    margin-bottom: 4%;
  }
  .city-select-wrapper .gutter-sizer {
    width: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .city-select-wrapper .grid-sizer,
  .city-select-wrapper .grid-item {
    width: 22%;
  }
  .city-select-wrapper .grid-item {
    margin-bottom: 4%;
  }
  .city-select-wrapper .gutter-sizer {
    width: 4%;
  }
}
@media only screen and (min-width: 1200px) {
  .city-select-wrapper {
    padding: 40px 5px;
  }
}
.venue-content .all-city-events {
  margin-bottom: 25px;
}
.venue-full-view {
  padding: 40px 0;
}
.venue-full-view a {
  color: #428aca;
}
.venue-full-view h2 {
  text-align: center;
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
}
.venue-full-view .poster {
  width: 100%;
  margin: 40px 0 30px;
}
.venue-full-view .description {
  margin-bottom: 50px;
}
.venue-full-view .description p {
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
  font-size: 16px;
  line-height: 24px;
}
.venue-full-view .description p:not(:last-child) {
  margin-bottom: 20px;
}
.venue-full-view .place {
  padding: 15px;
  margin-bottom: 15px;
  background: #f7f7f7;
}
.venue-full-view .address:before {
  content: url(icon/location-icon-gray.svg);
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 100%;
  margin-right: 3px;
}
.venue-full-view .map {
  width: 100%;
  height: 400px;
  margin-top: 15px;
}
.venue-full-view .facebook-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.venue-full-view .facebook-page:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(icon/facebook-icon.svg);
  margin-right: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .venue-full-view {
    padding: 20px 0;
  }
  .venue-full-view .poster {
    margin: 15px 0;
  }
  .venue-full-view footer {
    padding: 0 10px;
  }
  .venue-full-view .place {
    padding: 15px 5px;
  }
  .venue-full-view .map {
    height: 250px;
  }
}
.event-page-content {
  padding: 40px 5px;
}
.event-page-content a {
  color: #428aca;
}
.event-page-content h2 {
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
}
.event-page-content .all-city-events {
  margin-top: 25px;
}
.event-full-view {
  padding: 20px 15px;
  background: #f7f7f7;
}
.event-full-view header {
  text-align: center;
  margin-bottom: 20px;
}
.event-full-view .date {
  margin: 10px 0;
}
.event-full-view .poster {
  width: 100%;
}
.event-full-view .description {
  margin-top: 20px;
}
.event-full-view .description p {
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
  font-size: 16px;
  line-height: 24px;
}
.event-full-view .description p:not(:last-child) {
  margin-bottom: 10px;
}
.event-place {
  background: #f7f7f7;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.event-place a {
  font-size: 16px;
}
.event-place .map {
  width: 100%;
  height: 260px;
  margin-top: 10px;
}
.social-networks {
  background: #f7f7f7;
  padding: 15px 10px;
  margin-bottom: 20px;
  text-align: center;
}
.social-networks .do-you-go {
  position: relative;
  font-size: 16px;
}
.social-networks .do-you-go:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #333333;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.social-networks .do-you-go a:first-child {
  margin-right: 40px;
}
.social-networks .networks-list {
  margin: 15px 0;
}
.social-networks .networks-list li {
  display: inline-block;
}
.social-networks .networks-list li:not(:last-child) {
  margin-right: 20px;
}
.social-networks .networks-list a {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.upcoming-events {
  background: #f7f7f7;
  padding: 15px 10px;
}
.upcoming-events .place {
  margin-bottom: 15px;
  font-size: 16px;
}
.upcoming-events .event:not(:last-child) {
  margin-bottom: 10px;
}
.upcoming-events .event a {
  display: block;
}
.all-upcoming-events {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
}
.flex-wrapper {
  padding: 0;
}
.column {
  padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .event-page-content {
    padding: 0 5px 25px;
  }
  .event-full-view {
    padding: 20px;
    margin-bottom: 20px;
  }
  .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column {
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .upcoming-events {
    padding: 15px 25px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-page-content {
    padding: 40px 75px;
  }
  .event-full-view {
    margin-bottom: 20px;
  }
  .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
  .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .upcoming-events {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .all-upcoming-events {
    padding: 0 10px 10px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-page-content {
    padding: 40px 25px;
  }
  aside {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .event-page-content {
    padding: 40px 25px;
  }
}
.search-results-header {
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 10;
}
.search-results-header input {
  border: none;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 32px;
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
}
.search-results-content {
  padding: 0 20px;
}
.tab-control {
  padding: 25px 0 35px;
}
.tab-item {
  display: inline-block;
  font-size: 24px;
  cursor: pointer;
  color: #8a8a8a;
  font-family: 'Roboto', 'Tahoma', 'Palatino', sans-serif, Tahoma;
}
.tab-item:not(:last-child) {
  margin-right: 30px;
}
.tab-item.active {
  color: #333333;
  font-weight: 500;
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .search-results-header input {
    font-size: 24px;
  }
  .tab-control {
    text-align: center;
  }
  .city-select-wrapper {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-results-header input {
    padding: 0;
  }
  .search-results-content {
    padding: 0 5px;
  }
}
.privat-content {
  padding: 40px 45px;
}
.privat-content h3 {
  margin-bottom: 10px;
}
.privat-content h3:not(:first-child) {
  margin-top: 40px;
}
.privat-content p {
  margin: 0 0 10px;
}
.privat-content ul {
  padding-left: 15px;
}
.privat-content li {
  list-style: circle;
}
.privat-content li:not(:last-child) {
  margin-bottom: 5px;
}