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;
}

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

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

.menu_top li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    transition: 0.3s;
    background: #3c71ac;
    width: 100%;
}

.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%;
}

.post_img {
    flex: none;
    width: 130px;
    background-position: center;
    background-size: cover;
}

div.post_description {
    flex: 1;
    padding: 10px 20px 10px 20px;
    display: flex;
    flex-direction: column;
}

.post_date {
    line-height: 1.2;
    font-size: 12px;
    opacity: .6;
}

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

p.post_description {
    padding: 0;
    font-size: 13px;
    flex: 1;
}

.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: .3s;
}
.gallery_item:hover {
    opacity: .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: .7;
}
.delegace_top {
    display: flex;
    align-items: center;
}

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

.delegace_img {
    flex: none;
    width: 35%;
}

.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;
}

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

.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;
}
section#section4 {
    overflow: hidden;
}