.items_table{
	display: table;
    width: 100%;
	border-bottom:1px solid #000;
	margin-bottom:15px;
}
.item_table{
	display:table-row;
}
.item_table .tb-text{
	display:table-cell;
	border:1px solid #000;
	border-right:0;
	border-bottom:0;
	padding:10px;
}
.item_table .tb-price{
	display:table-cell;
	border:1px solid #000;
	border-bottom:0;
	padding:10px;
	width: 200px;
}
.rules__inner .rules__title{
	margin-bottom:15px;
	color: #025ea1;
    font-size: 22px;
}
@media (max-width: 576px){
	.item_table .tb-text{
		/*display: block;
		border:0;*/
        width: 60%;
	}
	.item_table .tb-price{
		/*display: block;
		border:0;
		font-weight:600;*/
	}
	.item_table{
		display: block;
		border-bottom:1px solid #000;
	}
	

	
}
.new_expo .all__card{
	background-color: #025ea1 !important;
}
.new_expo .all__card-info{
	color:rgba(255,255,255,.6) !important;
}
.new_expo .all__card-text{
	color:rgba(255,255,255,.6) !important;
	
}
.contacts__form-text#res_form{
	color:green;
}
.all .rules__subtitle{
	margin-top: 20px;
	color: #000;
    border-color: #000;
}
.detailsCard__info-box iframe{
	width:100%;
} 
.detailsCard__aside-link{
	margin-bottom: 10px;
    display: block;
}
.rules__wrapper p{
	line-height: 26px;
	font-size: 20px;
}
.rules__italic{
	font-style:italic;
}
.rules__underline{
	text-decoration: underline;
}
.rules__strike{
	text-decoration: line-through;
}
.rules__link{
	color: #025ea1;
	cursor:pointer;
}
.rules__lector{
	color: #025ea1;
	text-align: right;
}
.rules__lecturer-box{
    display: flex;
    gap: 14px;
    padding: 20px;
    border-radius: 20px;
}
.rules__lecturer-text{
	font-size: 18px;
    margin-top: 20px;
}
.rules__lecturer-box img {
    width: 24px;
    height: 14px;
}

.rules__list-item-num {
	position: relative;
    font-size: 20px;
    padding-left: 18px;
}
.rules__gray{
	text-align: center;
    color: #868686;
    font-size: 14px;
	margin-top:20px;
}

.f-nav .head_pred{
	display:none;
}
.all__card-subtitle, .exposition__card-subtitle, .detailsCard__card-subtitle, .excursions__card-subtitle{
	text-transform: uppercase;
}
.head_pred{
	width: 100%;
    margin-bottom: 26px;
    background-color: #025ea1;
    padding: 14px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.rules__list-item{
	padding-bottom: 12px;
}
.pavilion_svg{
	text-align: center;width: 100%;max-width:800px;margin: auto;
}
.detailsCard__why a{
	padding-right: 5px;
    color: #025ea1;
}
.detailsCard__why.rules__accordion::before, .detailsCard__why.rules__accordion::after
{
top: 43% !important;	
}
.doc_list{
	/* display:flex; */
}
.doc_item{
	font-size:24px;
	color:#025ea1;
	margin: 20px 0;
}
.doc_title{
	border-bottom: 1px solid #025ea1;
    padding: 20px 0px;
}
.doc_file{
	font-weight: 600;
    position: relative;
    padding: 36px 70px;
	color:#025ea1;
}
.doc_file a{
	color:#025ea1;
}
.doc_file:before{
	content: '';
    background-image: url(../../images/pdf.png);
    width: 73px;
    height: 76px;
    display: block;
    position: absolute;
    background-size: contain;
    z-index: 10;
	left: -10px;
    top: 15px;
}



.form__errors{
	display: block;
    color: red;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
}
.rules__text{
	font-size:20px;
}
.detailsCard__info-box{
	font-size:20px;
}
.detailsCard__top .top__box{
	height:0;
	
}
.detailsCard__top .swiper-button-prev, .detailsCard__top .swiper-rtl .swiper-button-next{
	left: var(--swiper-navigation-sides-offset,60px) !important;
}
.detailsCard__top .swiper-button-next, .detailsCard__top .swiper-rtl .swiper-button-prev{
	right: var(--swiper-navigation-sides-offset,60px) !important;
}
.all__calendar input::placeholder{
	font-size:22px;
}
.search__result-text a{
    color: #868686;
}
a{
    color: #171717;
}
h3.title--white a, h4.title--white a, h5.title--white a{
	color: #fff;
}
h3.title--green a, h4.title--green a, h5.title--green a{
	color: #56c02b;
}
.detailsCard .detailsCard__aside .detailsCard__card-flex{
	margin-top: 10px;
	justify-content: start;
}
.lang_block{
	position:relative;
}
.none{
	display:none;
}
.langs{
	position:absolute;
}
.top__text{
	min-height:180px;
}
.top__title{
	min-height:100px;
}
.top .swiper-pagination{
	top: 8px !important;
}
.top__swiper .top__text{
	/* text-shadow: 1px 1px 19px #000;	 */
}
.all__calendar-text{
	margin-bottom: 20px;
}
.select-inner .all__calendar-text.filt{
	display:none;
}

.select-inner .all__calendar-text.filt{
	display:none;
}
.select-inner.open .all__calendar-text.filt::before{
    right: 15px;
    transform: rotate(-45deg);
}
.select-inner.open .all__calendar-text.filt::after{
    right: 10px;
    transform: rotate(45deg);
}
.events__slide-target .events__slide-box{
	display: block;
}
@media (min-width: 1200px){ 
	.header.f-nav{
		position: fixed;
		background: #f9f9f9;
		z-index: 100;
		margin-top: 0;
		padding: 10px 0;
		width: 100%;
		box-shadow:0px 2px 10px #c0c0c047;
	} 
	.header.f-nav .header__top{
		display:none;
	} 
	
	.main.fix_m{
		margin-top:158.66px;
	}
	.exposition__card-subtitle {
		font-size: calc(0.015 * 100vw + -11px) !important;
	}
	.events__slide-block{
		max-width: 706px;
	}
	.events__slide-bottom{
		min-width:706px;
	}
	/* .events__slide-title{
		max-width: 706px;
	} */
	
	
}
@media (min-width: 1300px){
.main.fix_m{
		margin-top:187.66px;
	}
}
@media (max-width: 1200px){
	 .detailsCard__top{
		min-height: 260px;
		max-height: 300px;
	 }
	 .preview_text_mob{
		 display:none;
	 }
}
@media (max-width: 992px){
	.detailsCard__top {
		min-height: 185px;
		max-height: 300px;
	}
	.detailsCard__card-top{
		margin-bottom: 6px;
	}
	.top .swiper .swiper-button-prev{
		top: var(--swiper-navigation-top-offset,87%);
	}
	.select-inner .all__calendar-text.filt{
		display:block;
	}
	.smartfilter{
		display:none;
	}
	.select-inner.open .smartfilter{
		display:block;
	}
}
@media (max-width: 960px){
	.top__wrapper_snippet_1 img, .top__wrapper_snippet_2 img, .top__wrapper_snippet_3 img{
		width: 100% !important; 
		min-height: 181px !important;
	}
	.top__wrapper_snippet_1 .slick-slide, .top__wrapper_snippet_2 .slick-slide, .top__wrapper_snippet_3 .slick-slide{
		/* width: 333px;
		margin-right: 12px; */
	}
	.top__wrapper_snippet_1 .top__box, .top__wrapper_snippet_2 .top__box, .top__wrapper_snippet_3 .top__box{
		justify-content: space-between;
	}
	.detailsCard .detailsCard__info{
	    display: flex !important;
	}
}

@media (max-width: 768px){
	.top__wrapper_snippet_1 img, .top__wrapper_snippet_2 img, .top__wrapper_snippet_3 img{
		width: 100% !important; 
		min-height: 181px !important;
	}
	.top__wrapper_snippet_1 .slick-slide, .top__wrapper_snippet_2 .slick-slide, .top__wrapper_snippet_3 .slick-slide{
		/* width: 333px;
		margin-right: 12px; */
	}
	.top__wrapper_snippet_1 .top__box, .top__wrapper_snippet_2 .top__box, .top__wrapper_snippet_3 .top__box{
		justify-content: space-between;
	}
	.detailsCard .detailsCard__info{
	    display: flex !important;
	}
	.detailsCard .detailsCard__grid{
		display: block;
	}
	.detailsCard__why.rules__accordion {
		font-size: 24px;
	}
	.detailsCard__top::after{
		background-color: #025ea1;
	}
	.detailsCard__top-img{
		position:inherit;
		border-radius: 15px;
		z-index:1;
	}
	.detailsCard__top{
		max-height: inherit;
		min-height: inherit;
	}
	.detailsCard__card{
		min-height:inherit;
	}
	.mobi-noflex{
		display:block !important;
	}
	.detailsCard__aside-flex{
		display:block !important;
		
	}
}


@media (max-width: 576px){
	.top .swiper .swiper-button-prev{
		top: 34px;
	}
	.top__title{
margin-top: 80px;
    margin-bottom: 10px;
    min-height: 120px;

	}
	.detailsCard__top-img {
		border-radius: 25px;
	}
	.header__link--accent{
		display:none;
	}
	.all__top-text{
		padding:15px;
	}
	.restoran .top__slide{
		padding: 0 !important;
		border-radius: 19px !important;
		    margin: 10px;
	}
	
}
.popup-window, .popup-window .basket__info{
	background: #f9f9f9;
    border-radius: 5px;
	color: #000;
}
.basket__info {
	display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 40px;
    /* background-color: #fff; */
    border-radius: 20px;
    color: #000;
}
.basket__info-title {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}
.basket__info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
	background: #00000012;
}
.exposition__card-img{
	filter: contrast(80%);
}
.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    /*background: #fff url('/images/ajax-loader.gif') center center no-repeat;*/
    color: transparent !important;
    min-height: .8rem;
    pointer-events: none;
    position: relative;
}

.slick-loading .slick-list::after {
    animation: loading 500ms infinite linear;
    background: transparent;
    border: .1rem solid #2b478b;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: .8rem;
    left: 50%;
    margin-left: -.4rem;
    margin-top: -.4rem;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: .8rem;
    z-index: 1;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    z-index: 1;
}

.nav_prev,
.nav_next {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-top: -20px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    fill: #707b82;
    border: none;
    border-radius: 10px;
    outline: none;
    background: #fff;
    box-shadow: 0px 0 10px 0px rgba(43, 71, 139, 0.15);
    z-index: 1;
}

.slick-prev.icons svg.icon,
.slick-next.icons svg.icon {
    width: 1.3rem;
    height: 1.3rem;
}

.slick-prev .nav_prev:hover,
.slick-prev .nav_prev:focus,
.slick-next .nav_next:hover,
.slick-next .nav_next:focus {
    color: transparent;
    outline: none;
    fill: #2b478b;
}

.slick-prev {
    left: -20px;
}

[dir='rtl'] .slick-prev {
    right: -20px;
    left: auto;
}

.slick-next {
    right: -20px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -20px;
}

.slick-disabled {
    display: none !important;
}

/* Dots */
.slick-dotted.slick-slider {
    /*margin-bottom: 30px;*/
}

.slick-dots {
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dddfe5;
    border-radius: 10px;
    outline: none;
    transition: border .2s ease, color .2s ease, background .2s ease;
    -webkit-appearance: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: #fff;
    border: 1px solid #6592c3;
}

.slick-dots li.slick-active button {
    background: #fff;
    border: 1px solid #6592c3;
}

/* Slider Animation */
.top__swiper {
    width: 100%;
    height: 100%;
	    margin-bottom: -3px;
    /*opacity: 0;
  animation: hideImage .5s;
  animation: hideImage .5s, scaleBackImage .5s forwards; */
}

@media (max-width: 992px) {
.all__scheme-img {
    height: 100%;
    
}
}
.cookies_block{
	position: fixed;
	bottom:0;
    background: #f9f9f9;
    z-index: 100;
    margin-bottom: 0;
    padding: 10px 0;
    width: 100%;
    box-shadow: 0px 2px 10px #c0c0c047;
}
.cookies_text{ 
	display: flex;
    align-items: center;
    justify-content: space-around;
}
.cookies_text a{
	color:#025ea1;
}
.subscr_text{
	font-size: 15px;
    color: #fff;
    margin-top: -19px;
    margin-bottom: 20px;
}
.subscr_text a{
	text-decoration:underline;
	color:#fff;
}
.detailsCard__lecturer-block{
	margin-bottom: 20px;
}
.top__wrapper_snippet_1 .top__slide img, .top__wrapper_snippet_2 .top__slide img, .top__wrapper_snippet_3 .top__slide img{
	max-height:380px;
}
.detailsCard .detailsCard__info{
	    display: inline-block;
}

.slick-slide {
    /* height: 100%;
    min-height: 1px;
    height: 600px;
    padding: 70px 0px 70px 150px; */
}


@media (min-width: 1600px) {
    .top__box {
        bottom: 120px;
    }
}

@media (max-width: 576px) {
    .top__box {
        bottom: 100px;
    }
}

@media (max-width:900px) {
.slick-slide {
/*     height: 100%;
    min-height: 1px;
    height: 600px;
    padding: 30px 0px 30px 50px; */
}

}
.all__label.active span{
	background-color:#025ea1;
	color:#fff;
}

.all--green .all__label.active span{
	background-color:#56c02b;
}
.forms-individual{
	width: 1194px;
}
.forms-individual .form__wrapper {
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 20px 16px 24px;
}
.forms-individual .form__header {
    color: #025ea1;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 8px;
    text-align: center;
}
@media (min-width: 992px){
.forms-individual .form__header {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
	max-width: 850px;
}
}
.forms-individual .form__header-info {
    font-size: 16px;
    margin: 0 0 8px;
    text-align: center;
}

@media (min-width: 992px){
.forms-individual .form__header-info {
	font-size: 18px;
    margin-bottom: 20px;
    max-width: 800px;
}
.forms-individual .form__body {
    max-width: 500px;
}
}
.aunth__error{
    color: red;
    font-size: 15px;
    line-height: 21px;
}

.forms-individual .form__input-wrapper {
    margin-bottom: 20px;
    width: 100%;
}
.forms-individual .form__label {
    color: #868686;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 10px 16px;
}
.forms-individual .form__input {
    background-color: #f9f9f9;
    border: none;
    font-size: 18px;
    min-height: 52px;
    padding: 14px 0 14px 16px;
    width: 100%;
}
.forms-individual .form__required-star {
    color: red;
}
.forms-individual .select2-container--default .select2-selection--single {
	background-color: #f9f9f9;
}
.forms-individual .select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#000;
}
.forms-individual .form__checkbox-wrapper {
    align-items: baseline;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}
.forms-individual .form__checkbox-label, .forms-individual .form__checkbox-label2 {
    cursor: pointer;
    display: flex;
    font-size: 16px;
    gap: 10px;
}
.forms-individual .form__checkbox {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
.forms-individual .form__custom-checkbox, .forms-individual .form__custom-checkbox2 {
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    color: #025ea1;
    cursor: pointer;
    display: flex;
    height: 20px;
    justify-content: center;
    min-width: 20px;
    transition: border-color .3s ease-in-out;
    width: 20px;
}
.forms-individual .form__custom-checkbox-icon, .forms-individual .form__custom-checkbox-icon2 {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.forms-individual .form__checkbox-link {
    color: #025ea1;
}
.forms-individual .form__checkbox-label ul {
  /*  list-style: disc; */
}
.forms-individual .form__custom-checkbox_checked {
    border-color: #025ea1;
}
.forms-individual .form__custom-checkbox-icon_visible {
    opacity: 1;
}
.forms-individual .select2-selection__arrow::before,.forms-individual  .select2-selection__arrow::after{
	background-color: #000;
}
.forms-individual .form__button {
    background-color: #025ea1;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 14px 0;
    width: 100%;
}

@media (min-width: 992px){
.forms-individual .form__button {
    cursor: pointer;
    padding: 10px 32px;
    width: -moz-fit-content;
    width: fit-content;
}
}
.forms-individual .form__button_disabled {
    background-color: #868686;
    pointer-events: none;
}
.forms-individual .select2-results {
	background:#ebf0f2;
}
.forms-individual .select2-results__option{
	color:#000;
}

.forms-individual .modal__label{
	background: #025ea1;
    color: #fff;
    padding: 25px 50px;
    border-radius: 15px;
    width: 100%;
    display: block;
}
.forms-individual .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	color:#025ea1;
}
.schedule{
	margin-left: auto;
}
.schedule .schedule_title{
	color: #025ea1;
	font-size: 19px;
}
.schedule p{
	font-size: 16px;
}
@media (max-width: 992px){
	.schedule {
		display:none;
	}
}
.schedule-m .schedule_title{
	color:#fff;
	font-size: 19px;
	margin-bottom: 15px;
}
.schedule-m p{
	font-size: 16px;
	line-height: 20px;
	color:#fff;
}
.schedule-contacts .contacts__info-title{
	margin-top: -39px;
    font-size: calc(0.025 * 100vw + 20px);
}
.schedule-contacts p{
	margin-bottom: 20px;
}
@media (max-width: 992px){
	.shop__box-link {
		display: block !important;
	}
}
.top{
	margin-bottom: 15px !important;
}
@media (min-width: 1200px){
	.exposition{
		margin-top: calc(0.125 * 100vw + -150px) !important;
	}
	.top {
		margin-bottom: calc(0.125 * 100vw + -160px) !important;
	}
}
.entry__link-block{
	display: flex;
    justify-content: center;
}


