body {
  font-family: Arial, Helvetica, sans-serif;
}

* {
  outline: none !important;
}

button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

label.error {
  display: none !important;
}

.error {
  border-color: red !important;
}

.valid {
  border-color: green !important;
}

.nomob {
  display: block;
}

.onlymob {
  display: none;
}

.nopadl {
  padding-left: 0;
}

.nopadr {
  padding-right: 0;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

body {
  padding-right: 0 !important;
}

body.modal-open {
  padding-right: 17px !important;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.flex::before,
.row.flex::after {
  display: none;
}

.flex.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.onlyxs {
  display: none;
}

.container {
  width: 100%;
  max-width: 1170px;
}

.logo_part {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 15px;
}

.logo_divider {
  height: 64px;
  width: 2px;
  background: #e6e6e6;
  display: block;
  flex: none;
}

.web_title {
  margin: 0;
  text-transform: uppercase;
  color: #2c2c2cb3;
  font-weight: bold;
  font-size: 17px;
  flex: none;
  line-height: 1.2;
}
.web_title b {
  color: inherit;
  font-weight: inherit;
}

header {
  padding-top: 10px;
  position: relative;
  background-image: url(../img/bg_header.png);
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 111px;
  border-bottom: 1px solid #e2e2e2;
}

.logo_part img {
  max-width: 90%;
  max-height: 60px;
  margin: 22px 0;
}

.menu_top {
  background: #3c71ac;
  display: flex;
  border-radius: 60px;
  overflow: hidden;
}

.menu_top a {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
  transition: 0.3s;
  border-right: 1px solid #6491c0;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 100;
}

.menu_top li {
  flex: auto;
  position: relative;
  overflow: hidden;
}

.menu_top li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  transition: 0.3s;
  /* background: #3c71ac; */
  background-image: url(../img/menu-bg.png);
  width: 100%;
}

.menu_top li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: 0.4s ease;
  background: #6493c5;
  z-index: 2;
  width: 0%;
  pointer-events: none;
}

/* .menu_top li:hover::before {
      height: calc(100% + 6px);
  }
  
  .menu_top li:hover a {
      padding-bottom: 6px;
  } */

.nav_wrp {
  position: absolute;
  bottom: 29px;
  width: 100%;
  z-index: 100;
}

.web_title span {
  display: block;
  background: #3c71ac;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  margin-top: 3px;
}

.box {
  margin-bottom: -25px;
}

.box > div {
  margin-bottom: 25px;
}

section {
  padding: 50px 0;
  border-bottom: 1px solid #bfbfbf;
}

.intro_img {
  height: 360px;
  background-position: center;
  background-size: cover;
}

.content {
  font-size: 15px;
  line-height: 1.4;
}

h2 {
  margin: 0;
  margin-bottom: 30px;
  font-family: Georgia, times new roman, Times, serif;
  color: #3c71ac;
}

.content img {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

.content p,
.content ul {
  margin-bottom: 25px;
}

h2::after {
  content: "";
  width: 30px;
  height: 1px;
  background: black;
  display: block;
  margin-top: 10px;
}

.fact_item {
  text-align: center;
}

.fact_item p {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
  font-family: Georgia, times new roman, Times, serif;
  line-height: 1.2;
}

.content ul li {
  position: relative;
  padding-left: 20px;
}

.content ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 7px;
  background: black;
}

.content a {
  text-decoration: underline;
}

.content a:hover {
  text-decoration: none;
}

/* section:nth-child(even) {
      background-image: url(../img/bg_header.png);
      background-repeat: no-repeat;
      background-position: calc(50% + 320px) 0;
  } */

.person_item {
  margin-bottom: 15px;
}

.person_img {
  width: 120px;
  height: 160px;
  margin-bottom: 15px;
  position: relative;
}

.person_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}

.person_name {
  font-family: Georgia, times new roman, Times, serif;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
}

.person_desc {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 14px;
}

.person_img a img {
  border-radius: 0;
  width: 40px;
  height: 40px;
  object-fit: inherit;
  background: #fff;
  border-radius: 50%;
}

.person_img a {
  display: block;
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  z-index: 100;
  transition: 0.3s;
}

.person_img a:hover {
  transform: translateY(-50%) scale(1.15);
}

section:nth-child(2) {
  background-image: none;
}

.plan_day {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}

.play_date {
  font-family: Georgia, times new roman, Times, serif;
  font-weight: bold;
  font-size: 19px;
}

.plan_list > li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 7px;
}

.plan_list > li p {
  margin: 0;
}

.plan_list > li > p:nth-child(1) {
  flex: none;
  width: 150px;
}

.plan_list > li div ul {
  font-size: 90%;
  background: #ffffff;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 11px;
}

.answer {
  display: none;
}

.accordion-question:after {
  content: "";
  transition: 0.3s;
  background-image: url(../img/arrow.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  filter: brightness(0);
  z-index: 100;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 20px;
  margin: 0;
}

.accordion-question.open:after {
  transform: rotate(180deg);
}

.hidden {
  display: none;
}

.accordion-question {
  font-size: 18px;
  cursor: pointer;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
  color: #333;
}

.accordion-question:after {
  color: #cc333f;
  float: right;
}

.accordion-question.open:after {
  float: right;
}

.accordion-answer {
  margin-bottom: 1em;
  color: #2f2f2f;
}

.accordion-container {
  margin-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
}

.plan_day:last-child {
  margin: 0;
  border: none;
  padding: 0;
}

.sticky_content .content {
  position: sticky;
  top: 50px;
}

.news_list li {
  margin-bottom: 11px;
  font-size: 16px;
  position: relative;
  padding-left: 28px;
}

.news_list {
  background: #f2f2f2;
  padding: 20px;
}

.news_list li:last-child {
  margin: 0;
}

.news_list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 2px;
  background: #3c71ac;
  z-index: 100;
  left: 0;
  top: 10px;
}

.news_list li a {
  text-decoration: underline;
}

.news_list li a:hover {
  text-decoration: none;
}

.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1000;
  bottom: inherit;
  top: 0;
}

.contact_img img {
  max-width: 100%;
  max-height: 100%;
}

.contact_img {
  width: 100%;
  max-width: 140px;
  margin-bottom: 20px;
}

.contact_name {
  font-family: Georgia, times new roman, Times, serif;
  font-size: 21px;
}

.contact_desc {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.contact_info {
  font-size: 15px;
}

.top_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3c71ac;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  z-index: 100;
}

.top_button.vis {
  display: flex;
}

.top_button img {
  transform: rotate(180deg);
  width: 14px;
  filter: brightness(0) invert(1);
}

footer {
  background: #f8f8f8;
  border-top: 1px solid #d7d7d7;
  margin-top: -1px;
  position: relative;
  z-index: 100;
  padding: 22px 0;
}

.footer_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.foott {
  margin: 0;
  font-size: 12px;
}

.foott b {
  display: block;
}

.foot_soc {
  display: flex;
  gap: 20px;
}

.footer_divider {
  height: 40px;
  width: 1px;
  background: #d7d7d7;
  display: block;
}

.arrow_item {
  display: none;
}

.post_item {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 9%);
  display: flex;
  position: relative;
  transition: 0.3s;
  color: #333;
  height: 100%;
  min-height: 130px;
}

.post_img {
  flex: none;
  width: 130px;
  background-position: center;
  background-size: 80%;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
}

div.post_description {
  flex: 1;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f2f2f2;
}

.post_date {
  line-height: 1.2;
  font-size: 12px;
  opacity: 0.6;
  display: none;
}

.post_title {
  font-family: Georgia, times new roman, Times, serif;
  font-size: 30px;
  margin: 0;
  color: #3c71ac;
}

p.post_description {
  padding: 0;
  font-size: 13px;
  flex: none;
  margin-bottom: 0;
  margin-top: 2px;
}

.show_label {
  margin: 0;
  font-size: 13px;
  text-decoration: underline;
  color: #3c71ac;
}

.post_item:hover .show_label {
  text-decoration: none;
}

.post_item:hover {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 22%);
}

.date_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.date_flex .accordion-container {
  width: calc(50% - 16px);
  background: #f2f2f2;
  border: none;
}

.date_flex .accordion-container .accordion-question {
  padding: 13px 30px 13px 20px;
}

.date_flex .accordion-container .accordion-question::after {
  top: 13px;
  right: 17px;
}

.date_flex .accordion-container .accordion-answer {
  padding: 20px;
}
.detail_post_section h1 {
  font-family: Georgia, times new roman, Times, serif;
  color: #3c71ac;
  margin: 0;
  margin-bottom: 40px;
}

.content h3,
.content h4 {
  font-family: Georgia, times new roman, Times, serif;
  color: #3c71ac;
  margin-bottom: 20px;
}

.content_gallery_wrp {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.gallery_item {
  background-position: center;
  background-size: cover;
  display: block;
  flex: auto;
  max-width: 200px;
  transition: 0.3s;
}
.gallery_item:hover {
  opacity: 0.8;
}

.gallery_item::before {
  content: "";
  display: block;
  padding-top: 90%;
}
.button {
  background: #3c71ac;
  border: none;
  color: #fff;
  padding: 8px 0;
  margin-top: 31px;
  width: 130px;
}

.button:hover {
  opacity: 0.7;
}
.delegace_top {
  display: flex;
  align-items: center;
}

.delegace_img img {
  max-width: 100%;
  height: auto;
}

.delegace_img {
  flex: none;
  width: 35%;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delegace_desc {
  flex: 1;
  padding-left: 20px;
}

.delegace_desc p {
  font-weight: bold;
  font-family: Georgia, times new roman, Times, serif;
  margin-bottom: 8px;
}

.delegace_desc span {
  font-size: 13px;
  display: block;
}

.delegace_text {
  margin: 0;
  margin-top: 16px;
  background: #f2f2f2;
  padding: 16px;
  font-size: 13px;
  position: relative;
}

.delegace_text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f2f2f2;
  position: absolute;
  top: -7px;
  left: 20px;
}

.section:nth-child(odd) {
  background: #f8f8f8;
}
.info_facts_wrp .accordion-question {
  background: #f8f8f8;
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 44px;
  line-height: 1.3;
}

.info_facts_wrp .accordion-question .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 40px;
  padding: 6px;
  background: #3c71ac;
  flex: none;
}

.info_facts_wrp .accordion-question .icon img {
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) invert(1);
}

.info_facts_wrp {
  margin-top: 50px;
}

.info_facts_wrp .accordion-answer {
  margin: 0;
  padding: 20px;
  padding-bottom: 0;
}

.info_facts_wrp .accordion-question:after {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.info_facts_wrp .accordion-question.open:after {
  transform: translateY(-50%) rotate(180deg);
}
.vanilla-calendar-year {
  pointer-events: none;
}
.vanilla-calendar {
  width: 100%;
}

.vanilla-calendar-day__btn {
  font-size: 14px;
}

.vanilla-calendar-header {
  background: #f2f2f2;
  padding: 8px 10px;
  margin-bottom: 8px;
}
.vanilla-calendar-day__btn.color2 {
  background: #3c71ac !important;
  color: #fff !important;
  text-decoration: none;
}

.vanilla-calendar-day__btn_today {
  background: transparent;
  color: inherit;
  font-weight: normal;
  text-decoration: underline;
}

.vanilla-calendar-day__btn.color1 {
  background: #b5cbe5 !important;
  color: #535353 !important;
  text-decoration: none;
}

.vanilla-calendar-day__btn_today {
  text-decoration: none !important;
}
.vanilla-calendar-day__btn_selected {
  background: transparent;
  color: inherit;
}
.content_element {
  display: none;
}
.content_element.default {
  display: block;
}
.content_info {
  padding-left: 20px;
}
.vanilla-calendar-day__btn_selected:hover {
  background-color: transparent;
  color: inherit;
}
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected {
  background: none;
  color: inherit;
}

.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected {
  background: none;
  color: inherit;
}

.vanilla-calendar-day__btn_weekend,
.vanilla-calendar-day__btn_holiday {
  color: inherit;
  background: none;
}

.vanilla-calendar-week__day_weekend {
  color: inherit;
}

.vanilla-calendar-week__day {
  color: #3c71ac;
}
.vanilla-calendar-day__btn_weekend:hover,
.vanilla-calendar-day__btn_holiday:hover {
  background: none;
}

.alignleft {
  float: left;
}
.vanilla-calendar-month {
  pointer-events: none;
}
.logo_part > div {
  flex: none;
}

.logo_part img.logo_psp {
  max-width: 240px;
  max-height: 130px;
}

h1.main_title {
  margin: 0;
  font-family: Georgia, times new roman, Times, serif;
  color: #3c71ac;
  font-size: 26px;
  max-width: 100%;
}
.open_nav {
  display: none;
}
.fancybox-iframe {
  height: 100%;
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 1583px;
  background: transparent;
}
.header_new_wrp .logo_psp {
  height: auto;
  max-width: 210px;
  width: 100%;
}

.event_logo {
  height: auto;
  max-width: 210px;
  margin-top: 20px;
  width: 100%;
}
.video_top {
  width: auto;
  height: 185px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.event_title_area {
  height: 100%;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  padding: 0 30px;
}

.event_date {
  font-size: 15px;
  padding-top: 32px;
}

.event_place {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  gap: 0 7px;
}

.event_title {
  margin: 0;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 20px;
}

.en_flag img {
  width: 25px;
}
.event_place img {
  width: 16px;
}
.h5vp_player video {
  max-width: 100%;
  height: auto;
}
.location {
  background-image: url(../img/location.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  opacity: 0.7;
}
.menu_top li ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
}

.menu_top li:hover ul {
  display: block;
}
.stream_content iframe {
  width: 100%;
  height: auto;
  min-height: 350px;
}
.delegace_flex {
  margin-bottom: 50px;
}

.delegace_text a {
  color: #333;
  text-decoration: underline;
}

.delegace_text a:hover {
  text-decoration: none;
}

.menu_top li:hover::after {
  width: 100%;
}
.lng_wrp .current-lang {
  display: none;
}

.lng_wrp {
  position: absolute;
  right: 18px;
  top: 10px;
}

.event_title_area {
  position: relative;
}
.language-switcher img {
  width: 38px;
}
.foott a {
  color: inherit;
  text-decoration: underline;
}

.foott a:hover {
  text-decoration: none;
}

.contact_info a {
  color: inherit;
  text-decoration: underline;
}

.contact_info a:hover {
  text-decoration: none;
}

.event_place a {
  color: inherit;
  text-decoration: underline;
}

.event_place a:hover {
  text-decoration: none;
}
.protected-post-form {
  margin-bottom: 30px;
}

.protected-post-form p {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0;
}

.protected-post-form input.button {
  margin: 0;
}

.protected-post-form label.pass-label {
  margin: 0;
}

.protected-post-form input {
  height: 37px;
  margin-left: 15px;
}
.g-recaptcha {
  margin-bottom: 20px;
}
.gallery_other_photos {
  width: 1px;
  height: 1px;
  position: absolute;
}

.gallery_card_item {
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
}

.gallery_card_item::before {
  content: '';
  display: block;
  padding-top: 100%;
  background: rgba(0,0,0,.5);
  transition: .3s;
}

.gallery_card_item p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  margin: 0;
  color: #fff;
  font-family: Georgia, times new roman, Times, serif;
  width: 100%;
  font-size: 20px;
}

.gallery_card_item:hover::before {
  opacity: .4;
}
.col-md-12 .stream_content iframe {
  min-height: 650px;
}
.video_grid > div {
  display: flex;
  flex-direction: column;
}

.video_grid > div h3, .video_grid > div h2 {
  flex: 1;
}