

#ajax-items .item{margin-bottom: 30px;}
#ajax-items .item .body .intro a{}
#ajax-items .item .body .intro a .image{}
#ajax-items .item .body .intro a .image img {
	width: 100%;
	height: auto;
}
#ajax-items .item .body .intro a .image .intro-text{}
#ajax-items .item .body .heading3 a{
	font-size:32px;
	font-family: 'Casus Pro';
}
#ajax-items .item .body .heading3 .types{font-style: italic;}

#selectDate {}

#kalendarModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 20%;
	z-index: 10000;	
}
#kalendarModal .dark_area{	
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
}
#kalendarModal #kalendar{
	position:relative;
}

.bx-filter.bx-filter_excurs{
	margin-bottom: 50px;
}
.filter_container{
	display: flex;
	justify-content: flex-end;
	gap: 50px;
}
.filter_list{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
}
.filter_list.active .list_title{
	border-radius: 20px;
	background: var(--gray, #F0F0F0);
	transition-duration: 0.3s;
}
.filter_container .list_title{
	display: flex;
	width: fit-content;
	padding: 9px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 20px 20px 0 0;
	background: white;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 25.2px */
	border-top: 1px solid var(--gray, #F0F0F0);
	border-left: 1px solid var(--gray, #F0F0F0);
	border-right: 1px solid var(--gray, #F0F0F0);
	z-index: 3;
}
.filter_container .list_wrap{
	padding: 20px;
	background: white;
	border: 1px solid var(--gray, #F0F0F0);
	border-radius: 20px 0 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: absolute;
	top: 42px;
	z-index: 2;
}
.list_wrap_inner{
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-height: 300px;
	max-width: 230px;
	min-width: 200px;
	overflow-y: auto;
}
.filter_container .filter_list_item_wrap{
	display: flex;
}
.bx-filter-parameters-box-container{
	padding-bottom: 0px!important;
}
.filter_container .list_wrap .input_btn{
	padding: 7px 20px 5px 20px;
	border-radius: 30px;
	border: 1px solid var(--black, #000);
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	background: transparent;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  cursor: pointer;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #000;
  border-radius: 0;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
  border-color: #000;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #000;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}
.filter_mobile_btn, .filter_mobile_header{
	display: none;
}
@media screen and (max-width: 1200px) {
	.filter_mobile_btn{
		display: flex;
		gap: 10px;
		align-items: center;
		border-radius: 30px;
		border: 1px solid var(--black, #000);
		padding: 7px 20px 5px 20px;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 24px */
		width: fit-content;
	}
	#top_filter{
		display: flex;
		align-items: flex-end;
    justify-content: flex-end;
	}
	.filter_mobile_btn:after{
		content: "";
		width: 20px;
		height: 20px;
		display: block;
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.5%201.83333C16.5%201.54602%2016.3859%201.27047%2016.1827%201.0673C15.9795%200.864137%2015.704%200.75%2015.4167%200.75C15.1293%200.75%2014.8538%200.864137%2014.6506%201.0673C14.4475%201.27047%2014.3333%201.54602%2014.3333%201.83333V2.91667H1.33333C1.04602%202.91667%200.770465%203.0308%200.567301%203.23397C0.364137%203.43713%200.25%203.71268%200.25%204C0.25%204.28732%200.364137%204.56287%200.567301%204.76603C0.770465%204.9692%201.04602%205.08333%201.33333%205.08333H14.3333V6.16667C14.3333%206.45398%2014.4475%206.72953%2014.6506%206.9327C14.8538%207.13586%2015.1293%207.25%2015.4167%207.25C15.704%207.25%2015.9795%207.13586%2016.1827%206.9327C16.3859%206.72953%2016.5%206.45398%2016.5%206.16667V5.08333H18.6667C18.954%205.08333%2019.2295%204.9692%2019.4327%204.76603C19.6359%204.56287%2019.75%204.28732%2019.75%204C19.75%203.71268%2019.6359%203.43713%2019.4327%203.23397C19.2295%203.0308%2018.954%202.91667%2018.6667%202.91667H16.5V1.83333ZM1.33333%209.41667C1.04602%209.41667%200.770465%209.5308%200.567301%209.73397C0.364137%209.93713%200.25%2010.2127%200.25%2010.5C0.25%2010.7873%200.364137%2011.0629%200.567301%2011.266C0.770465%2011.4692%201.04602%2011.5833%201.33333%2011.5833H3.5V12.6667C3.5%2012.954%203.61414%2013.2295%203.8173%2013.4327C4.02047%2013.6359%204.29602%2013.75%204.58333%2013.75C4.87065%2013.75%205.1462%2013.6359%205.34937%2013.4327C5.55253%2013.2295%205.66667%2012.954%205.66667%2012.6667V11.5833H18.6667C18.954%2011.5833%2019.2295%2011.4692%2019.4327%2011.266C19.6359%2011.0629%2019.75%2010.7873%2019.75%2010.5C19.75%2010.2127%2019.6359%209.93713%2019.4327%209.73397C19.2295%209.5308%2018.954%209.41667%2018.6667%209.41667H5.66667V8.33333C5.66667%208.04602%205.55253%207.77047%205.34937%207.5673C5.1462%207.36414%204.87065%207.25%204.58333%207.25C4.29602%207.25%204.02047%207.36414%203.8173%207.5673C3.61414%207.77047%203.5%208.04602%203.5%208.33333V9.41667H1.33333ZM0.25%2017C0.25%2016.7127%200.364137%2016.4371%200.567301%2016.234C0.770465%2016.0308%201.04602%2015.9167%201.33333%2015.9167H14.3333V14.8333C14.3333%2014.546%2014.4475%2014.2705%2014.6506%2014.0673C14.8538%2013.8641%2015.1293%2013.75%2015.4167%2013.75C15.704%2013.75%2015.9795%2013.8641%2016.1827%2014.0673C16.3859%2014.2705%2016.5%2014.546%2016.5%2014.8333V15.9167H18.6667C18.954%2015.9167%2019.2295%2016.0308%2019.4327%2016.234C19.6359%2016.4371%2019.75%2016.7127%2019.75%2017C19.75%2017.2873%2019.6359%2017.5629%2019.4327%2017.766C19.2295%2017.9692%2018.954%2018.0833%2018.6667%2018.0833H16.5V19.1667C16.5%2019.454%2016.3859%2019.7295%2016.1827%2019.9327C15.9795%2020.1359%2015.704%2020.25%2015.4167%2020.25C15.1293%2020.25%2014.8538%2020.1359%2014.6506%2019.9327C14.4475%2019.7295%2014.3333%2019.454%2014.3333%2019.1667V18.0833H1.33333C1.04602%2018.0833%200.770465%2017.9692%200.567301%2017.766C0.364137%2017.5629%200.25%2017.2873%200.25%2017Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
	}
	.filter_container{
		display: none;
	}
	.filter_container.active{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
		background: white;
		gap: 0;
	}
	.filter_container .filter_list{
		border: 0px solid transparent;
	}
	.filter_container .list_title{
		text-align: left;
		justify-content: space-between;
		padding: 20px!important;
		border-bottom: 0px solid var(--gray, #F0F0F0);
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
		width: 100%;
		background: transparent!important;
		border-radius: 0;
	}
	.filter_container .filter_list .list_title:after{
		content: "";
		bottom: 20px;
		width: 18px;
		height: 16px;
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M8.25%2014.5C8.25%2014.9142%208.58579%2015.25%209%2015.25C9.41421%2015.25%209.75%2014.9142%209.75%2014.5H8.25ZM9.53033%200.96967C9.23744%200.676777%208.76256%200.676777%208.46967%200.96967L3.6967%205.74264C3.40381%206.03553%203.40381%206.51041%203.6967%206.8033C3.98959%207.09619%204.46447%207.09619%204.75736%206.8033L9%202.56066L13.2426%206.8033C13.5355%207.09619%2014.0104%207.09619%2014.3033%206.8033C14.5962%206.51041%2014.5962%206.03553%2014.3033%205.74264L9.53033%200.96967ZM9.75%2014.5V1.5H8.25V14.5H9.75Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
	}
	.filter_container .filter_list.active .list_title:after{
		
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M8.25%201.5C8.25%201.08579%208.58579%200.75%209%200.75C9.41421%200.75%209.75%201.08579%209.75%201.5H8.25ZM9.53033%2015.0303C9.23744%2015.3232%208.76256%2015.3232%208.46967%2015.0303L3.6967%2010.2574C3.40381%209.96447%203.40381%209.48959%203.6967%209.1967C3.98959%208.90381%204.46447%208.90381%204.75736%209.1967L9%2013.4393L13.2426%209.1967C13.5355%208.90381%2014.0104%208.90381%2014.3033%209.1967C14.5962%209.48959%2014.5962%209.96447%2014.3033%2010.2574L9.53033%2015.0303ZM9.75%201.5V14.5H8.25V1.5H9.75Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
	}
	.filter_list.active .list_title{
		border-radius: 0px;
	}

	.filter_container .list_wrap{
		position: static;
		width: 100%;
		height: auto;
		border:0px solid transparent;
	}
	.list_wrap_inner{
		width: 100%;
		max-width: none;
	}
	.filter_mobile_header{
		display: flex;
		justify-content: space-between;
		padding: 20px;
		margin-bottom: 20px;
	}
	.bx-filter .bx-filter-section{
		padding-left: 0!important;
	}
}
@media screen and (max-width: 700px) {
	#top_filter{
		display: flex;
		align-items: flex-start;
    justify-content: flex-start;
	}
}