/* @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/********************* archive events ******************************/

b, strong {
	font-weight: 700;
}

body.post-type-archive-events {
	overflow: initial !important;
}

body.post-type-archive-events main header.page-header {
	display: none !important;
}

body.post-type-archive-events .flatpickr-calendar .flatpickr-days {
	width: 100% !important;
}

body.post-type-archive-events .flatpickr-calendar .dayContainer {
	max-width: none !important;
	width: 100% !important;
}

.ar-ev-top-section {
	position: relative;
	height: 660px;
	background: url(../img/ar-ev-top-sect.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
}

.ar-ev-top-section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(180deg, #00000026 0%, #00000091 100%);
	z-index: 1;
}

.ar-ev-top-section .container {
	position: relative;
	z-index: 2;
	padding: 254px 0 20px;
}

.ar-ev-top-section__title {
	font-family: "Assistant";
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2;
	color: #fff;
	padding: 0 18px;
	border-right: 9px solid #C23D90;
}

.ar-ev-filter-section {
	background: #F5F6FA;
	border-radius: 45px 45px 0 0;
	margin-top: -40px;
	position: relative;
	z-index: 1;
	padding-top: 1px;
}

.ar-ev-filter__form {
	display: flex;
	align-items: center;
	gap: 20px 50px;
	margin-top: -78px;
	box-shadow: 0px 3px 12px #34194F33;
	border-radius: 26px;
	background: linear-gradient(85deg, #4B0932 0%, #242565 100%);
	padding: 55px 55px 48px;
	position: relative;
}

.ar-ev-filter__form__mob-head {
	display: none;
}

.ar-ev-filter__form label {
	width: 100%;
	margin: 0;
}

.ar-ev-filter__form label span {
	font-family: 'Assistant';
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #FFFFFF;
	display: block;
	margin-bottom: 3px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    transition: background 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

.ar-ev-filter__form label input[type="search"]:-webkit-autofill {
	background: none !important;
}

.ar-ev-filter__form label input[type="search"] {
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #fff;
	font-family: 'Assistant';
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	padding: 0 0 0px 30px;
	height: 40px;
	background: url(../img/icon-search.svg) no-repeat;
  	background-size: 24px 24px;
    background-position: 0% 34%;
}

.ar-ev-filter__form label input[type="search"]::placeholder {
	font-family: 'Assistant';
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #fff;
}

.ar-ev-filter__form label input[type="text"][name="date-range"] {
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #fff;
	font-family: 'Assistant';
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	padding: 0 0 0px 30px;
	height: 40px;
	background: url(../img/icon-calendar.svg) no-repeat;
  	background-size: 22px 24px;
    background-position: 0% 34%;
}

.ar-ev-filter__form label input[type="text"][name="date-range"]::placeholder {
	font-family: 'Assistant';
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #fff;
}

.ar-ev-filter__form label select {
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #fff;
	font-family: 'Assistant';
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	padding: 0 0 10px 30px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/select-arrow-bottom.svg) no-repeat;
  background-size: 35px 35px;
  background-position: 0% 50%;
  height: 40px;
}

.ar-ev-filter__form label select option {
	color: #000;
	padding: 10px;
}

.ar-ev-filter__form__custom-select {
	width: 100%;
	position: relative;
}

.ar-ev-filter__form__custom-select__trigger {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #fff;
  font-family: 'Assistant';
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #fff;
	padding: 0 0 0px 30px;
  height: 40px;
  cursor: pointer;
  text-wrap-mode: nowrap;
  overflow: hidden;
  position: relative;
}

.ar-ev-filter__form__custom-select__trigger.active:after {
	transform: rotate(180deg);
}

.ar-ev-filter__form__custom-select__trigger:after {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: url(../img/select-arrow-bottom.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
}

.ar-ev-filter__form__custom-select__popup {
	position: absolute;
	top: calc(100% + 2px);
	right: 0px;
	width: 100%;
	display: none;
	transition-duration: transform 1100ms, 1000ms, 1000ms, 0s;
}
.ar-ev-filter__form__custom-select__popup.open {
	display: inline-block !important;
	-webkit-animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1) !important;
  animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1) !important;
}

.ar-ev-filter__form__custom-select-list {
	width: 100%;
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 6px;
	padding: 18px 10px;
	max-height: 200px;
  overflow: auto;
}

.ar-ev-filter__form__custom-select-list__item {
	width: 100%;
	background: #fff;
	font-family: "Rubik";
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #000000;
	transition: .3s;
	cursor: pointer;
	padding: 5px;
}

.ar-ev-filter__form__custom-select-list__item:hover {
	color: #0D537C;
}

.ar-ev-filter__form__custom-select-list__item.active {
	background: #0D537C;
	color: #fff;
}

.ar-ev-filter__form__custom-select-list__item-icon {
	min-height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ar-ev-filter__form__custom-select-list__item-icon img {
	display: block;
	max-width: 55px;
	width: auto;
	max-height: 55px;
	height: auto;
}

.ar-ev-filter__form__custom-select.audience .ar-ev-filter__form__custom-select__popup {
	position: absolute;
	top: calc(100% + 0px);
	right: -20px;
	min-width: 366px;
	display: none;
}

.ar-ev-filter__form__custom-select.audience .ar-ev-filter__form__custom-select-list {
	width: 100%;
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
	padding: 18px 15px;
	max-height: none;
}

.ar-ev-filter__form__custom-select.audience .ar-ev-filter__form__custom-select-list__item {
	width: 100%;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 6px;
	background: #fff;
	border: 1px solid #DDDDDD;
	border-radius: 7px;
	font-family: "Rubik";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	transition: .3s;
	cursor: pointer;
}

.ar-ev-filter__form__custom-select.audience .ar-ev-filter__form__custom-select-list__item:hover {
	border-color: #0D537C;
	color: #000000;
}

.ar-ev-filter__form__custom-select.audience .ar-ev-filter__form__custom-select-list__item.active {
	background: #0D537C;
	color: #fff;
}

.ar-ev-filter__form__custom-select.audience .ar-ev-filter__form__custom-select-list__item-icon {
	min-height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ar-ev-filter__form__custom-select.audience .ar-ev-filter__form__custom-select-list__item-icon img {
	display: block;
	max-width: 55px;
	width: auto;
	max-height: 55px;
	height: auto;
}

.form__custom-select {
	width: 100%;
	position: relative;
}

.form__custom-select__trigger {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #fff;
  font-family: 'Assistant';
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #fff;
	padding: 0 0 0px 30px;
  height: 40px;
  cursor: pointer;
  text-wrap-mode: nowrap;
  overflow: hidden;
  position: relative;
}

.form__custom-select__trigger.active:after {
	transform: rotate(180deg);
}

.form__custom-select__trigger:after {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: url(../img/select-arrow-bottom.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
}

.form__custom-select__popup {
	position: absolute;
	top: calc(100% + 2px);
	right: 0px;
	width: 100%;
	display: none;
	transition-duration: transform 1100ms, 1000ms, 1000ms, 0s;
}
.form__custom-select__popup.open {
	display: inline-block !important;
	-webkit-animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1) !important;
  animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1) !important;
}

.form__custom-select-list {
	width: 100%;
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 6px;
	padding: 18px 10px;
	max-height: 200px;
  overflow: auto;
}

.form__custom-select-list__item {
	width: 100%;
	background: #fff;
	font-family: "Rubik";
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #000000;
	transition: .3s;
	cursor: pointer;
	padding: 5px;
}

.form__custom-select-list__item:hover {
	color: #0D537C;
}

.form__custom-select-list__item.active {
	background: #0D537C;
	color: #fff;
}

.form__custom-select-list__item-icon {
	min-height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form__custom-select-list__item-icon img {
	display: block;
	max-width: 55px;
	width: auto;
	max-height: 55px;
	height: auto;
}

.form__custom-select.audience .form__custom-select__popup {
	position: absolute;
	top: calc(100% + 0px);
	right: -20px;
	min-width: 366px;
	display: none;
}

.form__custom-select.audience .form__custom-select-list {
	width: 100%;
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
	padding: 18px 15px;
	max-height: none;
}

.form__custom-select.audience .form__custom-select-list__item {
	width: 100%;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 6px;
	background: #fff;
	border: 1px solid #DDDDDD;
	border-radius: 7px;
	font-family: "Rubik";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	transition: .3s;
	cursor: pointer;
}

.form__custom-select.audience .form__custom-select-list__item:hover {
	border-color: #0D537C;
	color: #000000;
}

.form__custom-select.audience .form__custom-select-list__item.active {
	background: #0D537C;
	color: #fff;
}

.form__custom-select.audience .form__custom-select-list__item-icon {
	min-height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form__custom-select.audience .form__custom-select-list__item-icon img {
	display: block;
	max-width: 55px;
	width: auto;
	max-height: 55px;
	height: auto;
}

.ar-ev__active-filters {
	display: flex;
	align-items: center;
	text-wrap: wrap;
	gap: 16px;
	margin-bottom: 20px;
	position: absolute;
	top: -50px;
	right: 0;
}

.ar-ev__active-filters__title {
	font-family: 'Assistant';
	font-weight: 400 !important;
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
}

.ar-ev__active-filters__list {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.ar-ev__active-filters__list div {
	font-family: 'Assistant';
  font-weight: 500;
  font-size: 13px;
  line-height: 1.1;
  color: #000000;
  padding: 5px 10px 5px 5px;
  border: 1px solid #D3D4D8;
  border-radius: 7px;
  background: #F5F6FA;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.ar-ev__active-filters__list div svg {
	width: 20px;
	height: 20px;
	transition: .3s;
}

.ar-ev__active-filters__list div:hover svg {
	color: red;
}

.ar-ev__active-filters__reset {
	font-family: 'Assistant';
	min-width: 80px;
	padding: 7px 10px;
	background: #BBECEC;
	border: 1px solid #BBECEC;
	font-weight: 400 !important;
	font-size: 16px;
	line-height: 1;
	color: #000000;
	cursor: pointer;
	transition: .3s;
	text-wrap: nowrap;
	border-radius: 10px;
	text-align: center;
}

.ar-ev__active-filters__reset:hover {
	background: none;
	color: #fff;
}

.ar-ev-content {
	padding: 35px 0 100px;
	background: #F5F6FA;
}

.ar-ev-content__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 24px;
}

.breads {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.breads li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.breads li:not(:last-child):after {
	content: '';
	display: block;
	width: 9px;
	min-width: 9px;
	height: 12px;
	background: url('data:image/svg+xml,<svg fill="%230D3856" height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512.006 512.006" xml:space="preserve"><g><g><path d="M388.419,475.59L168.834,256.005L388.418,36.421c8.341-8.341,8.341-21.824,0-30.165s-21.824-8.341-30.165,0L123.586,240.923c-8.341,8.341-8.341,21.824,0,30.165l234.667,234.667c4.16,4.16,9.621,6.251,15.083,6.251c5.461,0,10.923-2.091,15.083-6.251C396.76,497.414,396.76,483.931,388.419,475.59z"/></g></g></svg>') no-repeat;
	background-size: cover;
}

.breads li a svg {
	display: block;
	width: 14px;
	height: 15px;
}

.breads li a {
	font-family: 'Assistant';
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	color: #0D3856;
	transition: .3s;
}

.breads li a:hover {
	color: #707070;
}

.ar-ev__mob-filter-btn {
	display: none;
	min-width: 97px;
	align-items: center;
	justify-content: center;
	gap: 20px;
	background: linear-gradient(74deg, #4B0932 0%, #242565 100%);
	box-shadow: 0px 3px 12px #34194F33;
	border-radius: 26px;
	padding: 7px 10px;
	cursor: pointer;
	transition: .3s;
	font-family: "Assistant";
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #fff;
}

.ar-ev__mob-filter-btn:hover {
	opacity: 0.8;
}

.ar-ev__mob-filter-btn svg {
	width: 20px;
	height: 13px;
}

.ar-ev-view-switch {
	display: none;
	align-items: center;
	border: 1px solid #DDDDDD;
	border-radius: 7px;
	background: #fff;
}

.ar-ev-view-switch__item {
	padding: 10px;
	color: #ABABAB;
	cursor: pointer;
}

.ar-ev-view-switch__item.active {
	color: #0D537C;
}

.ar-ev-view-switch__item svg {
	width: 18px;
	height: 18px;
	display: block;
}

.ar-ev-view-switch__item.row svg {
	width: 22px;
}

.ar-ev-content__result {
	width: 100%;
	position: relative;
}

.ar-ev-content__result .loader {
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  right: 0;
  padding: 100px 0;
  z-index: 91;
  position: absolute;
}

.ar-ev-content__result .loader:after {
  content: "";
  box-sizing: border-box;
  position: sticky;
  left: 0;
  right: 0;
  top: 220px;
  margin: auto;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border-bottom: 6px solid #0E4360;
  border-left: 6px solid transparent;
  animation: rotation 1s linear infinite;
}

.ar-ev-content__result .loader:before {
  display: none !important;
}

.ar-ev-content__result.loading .loader {
  display: inline-block;
}

.ar-ev-content__result.loading:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5882352941);
    z-index: 9;
}

.ar-ev-content__result.loading-btn .ar-ev-content__result__more-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5882352941);
  z-index: 9;
}

.ar-ev-content__result.loading-btn .ar-ev-content__result__more-btn:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-bottom: 5px solid #0E4360;
  border-left: 5px solid transparent;
  animation: rotation 1s linear infinite;
  z-index: 9;
}


.ar-ev-content__result__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 36px;
}

@media (min-width: 1239px) {
	.ar-ev-view-switch {
		display: flex;
	}
	.ar-ev-content__result__list.view-row {
		grid-template-columns: 1fr;
	}

	.ar-ev-content__result__list.view-row .ar-ev-content__result__item {
		flex-direction: row;
	}

	.ar-ev-content__result__list.view-row .ar-ev-content__result__item__head {
		max-width: 360px;
	}

	.ar-ev-content__result__list.view-row .ar-ev-content__result__item__head img {
		max-width: 360px;
		height: 100%;
	}

	.ar-ev-content__result__list.view-row .ar-ev-content__result__item__body {
		border-top: none;
		border-right: 7px solid #BD1563;
		padding: 25px 60px;
		align-items: flex-start;
		position: relative;
	}

	.ar-ev-content__result__list.view-row .ar-ev-content__result__item__body:after {
		content: '';
		width: 20px;
		height: 34px;
		display: block;
		opacity: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 60px;
		margin: auto;
		background: url(../img/arrow-left.svg) no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		transition: .3s;
		pointer-events: none;
	}

	.ar-ev-content__result__list.view-row .ar-ev-content__result__item:hover .ar-ev-content__result__item__body:after {
		opacity: 1;
	}

	.ar-ev-content__result__list.view-row .ar-ev-content__result__item__foot {
		width: auto;
		min-width: 50%;
	}

	.ar-ev-content__result__list.view-row .ar-ev-content__result__item__name {
		font-size: 32px !important;
	}

	.ar-ev-content__result__list.view-row .ar-ev-content__result__item__audience {
		display: flex;
		align-items: center;
		gap: 9px;
		flex-wrap: wrap;
	}

	.ar-ev-content__result__list.view-row .ar-ev-content__result__item__audience span {
		font-family: 'Assistant';
		font-weight: 500;
		font-size: 13px;
		line-height: 1.1;
		color: #000000;
		padding: 5px 10px;
		border: 1px solid #D3D4D8;
		border-radius: 7px;
		background: #F5F6FA;
	}
}

.ar-ev-content__result__list .no-result {
	font-family: 'Assistant';
	font-size: 21px;
	line-height: 1;
}

.ar-ev-content__result__item {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 3px 10px #00000012;
	transition: .3s;
	display: flex;
	flex-direction: column;
}

.ar-ev-content__result__item:hover {
	background: #EEFCFC;
	box-shadow: 0px 3px 30px #0000001A;
}

.ar-ev-content__result__item:hover .ar-ev-content__result__item__name {
	color: #0D537C;
}

.ar-ev-content__result__item:hover .ar-ev-content__result__item__head img {
	transform: scale(1.05);
}

.ar-ev-content__result__item:hover .ar-ev-content__result__item__foot:after {
	opacity: 1;
}

.ar-ev-content__result__item__head {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.ar-ev-content__result__item__head img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 1.6;
	transition: .3s;
}

.ar-ev-content__result__item__subjects {
	position: absolute;
	top: 13px;
	right: 22px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.ar-ev-content__result__item__subjects span {
	font-family: "Assistant";
	font-weight: 500;
	font-size: 13px;
	line-height: 1.1;
	color: #000000;
	background: #fff;
	border-radius: 7px;
	padding: 5px 11px;
}

.ar-ev-content__result__item__price {
	position: absolute;
	right: 20px;
	bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1px;
	background: #BBECEC;
	border-radius: 7px;
	padding: 7px 9px;
}

.ar-ev-content__result__item__price-name {
	font-family: "Rubik";
	font-size: 12px;
	line-height: 1.1;
	color: #000;
}

.ar-ev-content__result__item__price-val {
	font-family: "Rubik";
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
	color: #000;
}

.ar-ev-content__result__item__price-val span {
	font-family: "Rubik";
	font-size: 12px;
	line-height: 1.1;
	color: #000;
}

.ar-ev-content__result__item__body {
	width: 100%;
	border-top: 7px solid #BD1563;
	padding: 12px 20px 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.ar-ev-content__result__item__name {
	font-family: "Assistant";
	font-weight: 700 !important;
	font-size: 22px !important;
	line-height: 1.25;
	color: #3D3D3D;
	margin-bottom: 16px;
	min-height: 55px;
	transition: .3s;
}

.ar-ev-content__result__item__audience {
	display: none;
}

.ar-ev-content__result__item__foot {
	width: 100%;
	border-top: 1px solid #D5D5D5;
	padding-top: 18px;
	display: flex;
	align-items: flex-start;
	gap: 17px;
	margin-top: auto;
	position: relative;
}

.ar-ev-content__result__list.view-row .ar-ev-content__result__item__foot:after {
	display: none;
}

.ar-ev-content__result__item__foot {
	padding-left: 30px;
}

.ar-ev-content__result__item__foot:after {
	content: '';
	width: 20px;
	height: 34px;
	display: block;
	opacity: 0;
	position: absolute;
	top: 18px;
	bottom: 0;
	left: 0px;
	margin: auto;
	background: url(../img/arrow-left.svg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	transition: .3s;
	pointer-events: none;
}

.ar-ev-content__result__item__foot__date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1px;
	background: #fff;
	border: 1px solid #D4D4D4;
	border-radius: 7px;
	padding: 5px;
	min-width: 53px;
	width: 53px;
	height: 53px;
	font-family: "Rubik";
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}

.ar-ev-content__result__item__foot__date span {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.1;
	color: #000000;
}

.ar-ev-content__result__item__foot__col {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-top: 3px;
}

.ar-ev-content__result__item__foot__time {
	font-family: "Rubik";
	font-size: 16px;
	line-height: 1.2;
	color: #5E5E5E;
	display: flex;
	align-items: center;
	gap: 7px;
}

.ar-ev-content__result__item__foot__time:before {
	content: '';
	display: block;
	width: 15px;
	min-width: 15px;
	height: 15px;
	background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" width="800px" height="800px" viewBox="0 0 24 24" fill="none"><path d="M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM3.00683 12C3.00683 16.9668 7.03321 20.9932 12 20.9932C16.9668 20.9932 20.9932 16.9668 20.9932 12C20.9932 7.03321 16.9668 3.00683 12 3.00683C7.03321 3.00683 3.00683 7.03321 3.00683 12Z" fill="%239FA0A5"></path><path d="M12 5C11.4477 5 11 5.44771 11 6V12.4667C11 12.4667 11 12.7274 11.1267 12.9235C11.2115 13.0898 11.3437 13.2343 11.5174 13.3346L16.1372 16.0019C16.6155 16.278 17.2271 16.1141 17.5032 15.6358C17.7793 15.1575 17.6155 14.5459 17.1372 14.2698L13 11.8812V6C13 5.44772 12.5523 5 12 5Z" fill="%239FA0A5"></path></svg>') no-repeat;
	background-size: cover;
	align-self: flex-start;
}

.ar-ev-content__result__item__foot__location {
	font-family: "Rubik";
	font-size: 16px;
	line-height: 1.2;
	color: #5E5E5E;
	display: flex;
	align-items: center;
	gap: 7px;
}
.ar-ev-content__result__item__foot__location:before {
	content: '';
	display: block;
	width: 18px;
	min-width: 18px;
	height: 18px;
	margin-right: -2px;
	background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" width="800px" height="800px" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.3442 5.39811C12.9087 3.13396 8.93592 3.13396 6.50035 5.39811C4.42306 7.3292 4.11365 10.3235 5.72875 12.5757L10.9223 19.8177L16.1158 12.5757C17.7309 10.3235 17.4215 7.3292 15.3442 5.39811ZM5.34288 4.15302C8.43091 1.28233 13.4137 1.28233 16.5017 4.15302C19.1919 6.65385 19.6221 10.6035 17.4973 13.5664L11.7508 21.5795L11.0601 21.0841L11.7508 21.5795C11.3462 22.1437 10.4984 22.1437 10.0937 21.5795L10.5987 21.2174L10.0937 21.5795L4.34727 13.5664C2.22248 10.6035 2.65271 6.65385 5.34288 4.15302Z" fill="%239FA0A5"></path><circle cx="11" cy="9" r="2" fill="%239FA0A5"></circle></svg>') no-repeat;
	background-size: cover;
	align-self: flex-start;
}

.ar-ev-content__result__more-btn {
	max-width: 200px;
    width: 100%;
    margin: 50px auto 0;
    background: #BBECEC !important;
    border: 1px solid #BBECEC;
    border-radius: 30px;
    padding: 14px 10px;
    font-weight: 500 !important;
    font-size: 21px;
    line-height: 1;
    color: #000 !important;
    text-align: center;
    cursor: pointer;
    display: block;
    transition: .3s;
    position: relative;
    overflow: hidden;
}

.ar-ev-content__result__more-btn:hover {
	background: none !important;
}

@media (max-width: 1500px) {
	.ar-ev-filter__form {
		gap: 20px 30px;
	}
}

@media (max-width: 1240px) {
	.ar-ev-content__result__list {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
	.ar-ev-filter-section {
		position: fixed;
		margin: 0;
		border-radius: 0;
		z-index: 9999999999;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		background: #00000030;
		opacity: 0;
		pointer-events: none;
		transition: all .15s;
	}
	.ar-ev-filter-section.active {
		opacity: 1;
		pointer-events: initial;
	}
	.ar-ev-filter-section.active .ar-ev-filter__form {
		transform: translateX(0);
	}
	.flatpickr-calendar.open {
		z-index: 99999999999 !important;
	}
	.ar-ev-filter-section .container {
		max-width: none;
		height: 100%;
	}
	.ar-ev-filter__content {
		width: 100%;
		height: 100%;
	}
	.ar-ev-filter__form {
		max-width: 313px;
		width: 100%;
		height: 100vh;
		background: #fff;
		box-shadow: 0px 3px 12px #00000029;
		margin: 0;
		border-radius: 0;
		flex-direction: column;
		padding: 15px 36px;
		overflow: auto;
		gap: 40px;
		transform: translateX(500px);
		transition: .4s;
	}
	.ar-ev-filter__form__mob-head {
		width: 100%;
		display: flex;
		justify-content: center;
		position: relative;
	}
	.ar-ev-filter__form__mob-head__title {
		font-family: "Assistant";
		font-weight: 700;
		font-size: 24px;
		line-height: 1;
		color: #0D537C;
		text-align: center;
	}
	.ar-ev-filter__form__mob-head__close {
		color: #C23D90;
		position: absolute;
		right: -10px;
		top: 0;
		bottom: 0;
		margin: auto;
		cursor: pointer;
		width: 38px;
		height: 38px;
		overflow: hidden;
	}
	.ar-ev-filter__form__mob-head__close svg {
		display: block;
		width: 38px;
    	height: 54px;
	}
	.ar-ev-filter__form label span {
		color: #6B6B6B;
	}
	.ar-ev-filter__form label input[type="search"] {
		border-color: #E4E4E4;
		color: #000000;
		background: url(../img/icon-search-black.svg) no-repeat; 
    background-size: 24px 24px;
    background-position: 0% 34%;
    font-size: 16px;
	}
	.ar-ev-filter__form label input[type="search"]::placeholder {
		color: #000000;
	}
	.ar-ev-filter__form label input[type="text"][name="date-range"] {
		border-color: #E4E4E4;
		color: #000000;
		background: url(../img/icon-calendar-black.svg) no-repeat;
    background-size: 22px 24px;
    background-position: 0% 34%;
    font-size: 16px;
	}
	.ar-ev-filter__form label input[type="text"][name="date-range"]::placeholder {
		color: #000000;
	}
	.ar-ev-filter__form label select {
		/* background: url(../img/select-arrow-bottom-black.svg) no-repeat; */
    	background-size: 35px 35px;
    	background-position: 0% 50%;
	}
   .ar-ev-filter__form .form__custom-select__trigger {
    	font-size: 16px;
	}
	.ar-ev-filter__form .form__custom-select__trigger:after {
		/* background: url(../img/select-arrow-bottom-black.svg) no-repeat;
    	background-size: cover; */
	}
	.ar-ev-filter__form .form__custom-select__popup {
		position: relative;
		top: 0;
		right: 0;
		min-width: auto;
	}
	.ar-ev-filter__form .form__custom-select-list {
		grid-template-columns: 1fr;
		box-shadow: none;
		padding: 20px 10px 0;
		max-height: none;
	}
	.ar-ev-filter__form .form__custom-select-list__item {
		font-size: 14px;
	}
	.ar-ev-filter__form .form__custom-select.audience .ar-ev-filter__form .form__custom-select__popup {
		position: relative;
		top: 0;
		right: 0;
		min-width: auto;
	}
	.ar-ev-filter__form .form__custom-select.audience .ar-ev-filter__form .form__custom-select-list {
		grid-template-columns: repeat(2, 1fr);
		box-shadow: none;
		padding: 20px 10px 0;
	}
	.search-form-col label {
		display: flex;
		flex-direction: column;
	}
	.form__custom-select__trigger {
    	font-size: 16px;
		height: 35px;
	}
	.form__custom-select__trigger:after {
			/* background: url(../img/select-arrow-bottom-black.svg) no-repeat;
		background-size: cover; */
	}
	.form__custom-select__popup {
		position: relative;
		top: 0;
		right: 0;
		min-width: auto;
	}
	.form__custom-select-list {
		grid-template-columns: 1fr;
		box-shadow: none;
		padding: 10px;
		max-height: none;
	}
	.form__custom-select-list__item {
		font-size: 14px;
	}
	.form__custom-select.audience .form__custom-select__popup {
		position: relative;
		top: 0;
		right: 0;
		min-width: auto;
	}
	.form__custom-select.audience .form__custom-select-list {
		grid-template-columns: repeat(2, 1fr);
		box-shadow: none;
		padding: 20px 10px 0;
	}
	.ar-ev-top-section {
		height: 550px;
	}
	.ar-ev__mob-filter-btn {
		display: flex;
	}
	.ar-ev-content {
		margin-top: -30px;
		border-radius: 25px 25px 0 0;
		position: relative;
		z-index: 2;
	}
	.ar-ev__active-filters {
		position: relative;
		top: 0;
		display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
	}
	.ar-ev__active-filters__title {
		color: #000;
		font-size: 20px;
	}
	.ar-ev__active-filters__list {
		gap: 10px;
	}
}

@media (max-width: 1024px) {
	.ar-ev-content__result__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.ar-ev-top-section {
    height: 460px;
    background-attachment: scroll;
  }
  .ar-ev-top-section__title {
  	font-size: 36px;
  }.ar-ev-top-section .container {
	padding: 204px 0 20px;
  }
}

@media (max-width: 550px) {
	.ar-ev-top-section {
    height: 380px;
  }
  .ar-ev-top-section__title {
  	font-size: 28px;
  	border-width: 6px;
  	padding: 0 14px;
  }
  .ar-ev-top-section .container {
  	height: 100%;
  	display: flex;
  	flex-direction: column;
  	justify-content: flex-end;
  	padding: 205px 0 45px;
  }
	.ar-ev-content__result__list {
		grid-template-columns: 1fr;
	}
}

/********************** END archive events ********************************/


/********************* single events ******************************/

body.single-events {
	overflow: initial !important;
}

body.single-events main header.page-header {
	display: none !important;
}

.single-ev-top-section {
	position: relative;
	min-height: 440px;
	background: url(../img/ar-ev-top-sect.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.single-ev-top-section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(180deg, #00000026 0%, #00000091 100%);
	z-index: 1;
}

.single-ev-top-section .container {
	position: relative;
	z-index: 2;
	padding: 254px 0 20px;
}

.single-ev-top-section__title {
	font-family: "Assistant";
	font-weight: 700 !important;
	font-size: 42px !important;
	line-height: 1.2;
	color: #fff;
	padding: 0 18px;
	border-right: 9px solid #C23D90;
}

.single-ev-content {
	background: #F5F6FA;
  border-radius: 45px 45px 0 0;
  padding: 64px 0 120px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
}

.single-ev-content__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 70px;
}

.single-ev-content__col {
	max-width: 813px;
	width: calc(50% - 25px);
}

.single-ev-content__col:first-child {
	max-width: 706px;
	position: sticky;
	top: 20px;
	display: flex;
  flex-direction: column;
}

.single-ev-content__col .slider-events-section .container {
	width: 100%;
	max-width: none;
}

.slider-events-title__mini {
	font-family: "Assistant";
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.single-ev-content__title {
	font-family: "Assistant";
	font-weight: 700;
	font-size: 42px;
	line-height: 1.1;
	color: #0D537C;
	padding: 0 20px;
	border-right: 9px solid #C23D90;
	margin: 45px 0 32px;
}

.single-ev-content__audience {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.single-ev-content__audience span {
	font-family: "Assistant";
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #000000;
	padding: 6px 13px;
	border: 1px solid #D3D4D8;
	border-radius: 7px;
	background: #DCF5F5;
}

.single-ev-content__info {
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	padding: 30px 0;
	display: flex;
	gap: 25px;
}

.single-ev-content__info__col {
	min-width: 170px;
	display: flex;
	flex-direction: column;
}

.single-ev-content__info__col:not(:first-child) {
	padding-right: 25px;
	border-right: 1px solid #CFCFCF;
}

.single-ev-content__info__title {
	font-family: "Assistant";
	font-weight: 700;
	font-size: 28px;
	line-height: 1.1;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.single-ev-content__info__title svg {
	display: block;
	max-width: 21px;
	width: auto;
	max-height: 21px;
	height: auto;
	margin-top: 7px;
	align-self: flex-start;
	color: #C23D90;
}

.single-ev-content__info__price {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.single-ev-content__info__price-label {
	font-family: "Rubik";
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #5E5E5E;
}

.single-ev-content__info__price-value {
	font-family: "Rubik";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.1;
	color: #000000;
}

.single-ev-content__info__price-value span {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
}

.single-ev-content__info__dates {
	display: flex;
	gap: 15px;
}

.single-ev-content__info__dates>span {
	font-size: 26px;
  line-height: 1;
  align-self: center;
}

.single-ev-content__info__dates__item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.single-ev-content__info__dates__item-date {
	min-width: 56px;
	min-height: 56px;
	font-family: "Rubik";
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	color: #5E5E5E;
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
	border-radius: 7px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 1px;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

.single-ev-content__info__dates__item-date span {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.1;
	color: #000000;
}

.single-ev-content__info__dates__item-time {
	font-family: "Rubik";
	font-weight: 400;
	font-size: 20px;
	line-height: 1.1;
	color: #5E5E5E;
	text-align: center;
}

.single-ev-content__info__location {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.single-ev-content__info__location span {
	font-family: "Rubik";
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #5E5E5E;
}

.single-ev-content__short-desc {
	font-family: "Assistant";
	font-weight: 400;
	font-size: 20px;
	line-height: 1.15;
	color: #000000;
	margin-top: 34px;
}

.single-ev-content__short-desc p:last-child {
	margin-bottom: 0;
}

.single-ev-content__buy-ticket-wrap {
	margin-top: 38px;
}

.single-ev-content__buy-ticket-btn {
	display: inline-block;
	max-width: 305px;
	width: 100%;
	border-radius: 43px;
	background: linear-gradient(78deg, #C23D90 0%, #242565 100%);
	text-align: center;
	padding: 22px 10px;
	font-family: "Assistant";
	font-weight: 700;
	font-size: 28px;
	line-height: 1.1;
	color: #fff;
	transition: .3s;
}

.single-ev-content__buy-ticket-btn:hover {
	opacity: 0.8;
	color: #fff;
}

.single-ev-content__phone {
	font-family: "Rubik";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #5E5E5E;
  margin-top: 34px;
	display: flex;
	align-items: center;
	align-self: flex-start;
	gap: 10px;
}

.single-ev-content__phone svg {
	display: block;
  max-width: 21px;
  width: auto;
  max-height: 21px;
  height: auto;
  color: #C23D90;
}

.single-ev-content__desc.mob {
	display: none;
}

.single-ev-content__desc {
	width: 100%;
	box-shadow: 0px 3px 12px #34194F33;
	border-radius: 26px;
	background: #fff;
	padding: 40px 50px;
}

.single-ev-content__desc-title {
	font-family: "Assistant";
	font-weight: 700;
	font-size: 28px;
	line-height: 1.1;
	color: #0D537C;
	margin-bottom: 14px;
}

.single-ev-content__desc-content {
	font-family: "Assistant";
	font-weight: 400;
	font-size: 20px;
	line-height: 1.15;
	color: #000000;
}

.single-ev-content__desc-content p:not(:last-child) {
	margin-bottom: 15px;
}

.single-ev-content__desc-content div:not(:last-child) {
	margin-bottom: 15px;
}

.single-ev-content__desc-content ul,
.single-ev-content__desc-content ol {
	padding-right: 20px;
}

.single-ev-content__gallery-swiper {
	width: 100%;
	overflow: hidden;
	margin-bottom: 42px;
}

.single-ev-content__gallery-swiper__item {
	width: 100%;
	aspect-ratio: 1.36986;
	border-radius: 26px;
	box-shadow: 0px 3px 12px #34194F33;
	overflow: hidden;
}

.single-ev-content__gallery-swiper__item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}

.single-ev-content__gallery-swiper__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 28px;
}

.single-ev-content__gallery-swiper__pagination .swiper-pagination-bullet {
	margin: 0 !important;
	display: block;
	width: 14px;
	min-width: 14px;
	height: 14px;
	border: 1px solid #707070;
	background: #E4E4E4;
	opacity: 1 !important;
	transition: .3s;
}

.single-ev-content__gallery-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #1EB6BA;
}

@media (max-width: 1500px) {
	.single-ev-content__title {
		font-size: 38px;
	}

	.single-ev-content__info__title {
		font-size: 25px;
	}

	.single-ev-content__info__location span {
		font-size: 18px;
	}
	.single-ev-content__info__col {
		min-width: 150px;
	}
}

@media (max-width: 1200px) {
	.single-ev-content__row {
		flex-direction: column-reverse;
		gap: 10px;
	}
	.single-ev-content__col {
		max-width: none;
		width: 100%;
	}
	.single-ev-content__col:first-child {
		position: initial;
		max-width: none;
	}
	.single-ev-content__desc:not(.mob) {
		display: none;
	}
	.single-ev-content__desc.mob {
		display: block;
		margin-top: 38px;
	}
	.single-ev-content__gallery-swiper {
		margin-bottom: 30px;
	}
	.single-ev-content__col .slider-events-section {
		padding: 30px 0;
	}
	.slider-events-title__mini {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.single-ev-top-section__title {
		font-size: 38px !important;
	}
	.single-ev-content__title {
    font-size: 30px;
    margin: 12px 0 20px;
  }
  .single-ev-content__info__location span {
    font-size: 16px;
  }
  .single-ev-content__desc {
  	padding: 20px 30px;
  }
  .single-ev-content__buy-ticket-wrap {
  	position: fixed;
  	width: 100vw;
    z-index: 999;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .single-ev-content__buy-ticket-wrap:after {
  	content: '';
  	display: block;
  	width: 100vw;
  	height: 100%;
  	position: absolute;
  	background: #fff;
  	top: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0px 3px 12px #34194F33;
  }
  .single-ev-content__buy-ticket-btn {
  	max-width: 260px;
  	font-size: 24px;
  	padding: 16px 10px;
  }
  .single-ev-content__desc-content {
  	font-size: 18px;
  }
  .single-ev-content__gallery-swiper {
  	margin-bottom: 0;
  }
  .single-ev-content__gallery-swiper__pagination {
  	margin-top: 20px;
  }
  body.single-events #glassix-widget-launcher-container {
  	bottom: 17px !important;
  }
  body.single-events {
   	padding-bottom: 60px;
  }
  body.single-events #glassix-client #greeting-message-container {
  	display: none !important;
  }
  .single-ev-top-section {
	min-height: 370px;
  }
  .single-ev-top-section .container {
	padding: 220px 0 20px;
  }
}

@media (max-width: 550px) {
	.single-ev-content__info {
		flex-direction: column;
	}
	.single-ev-top-section__title {
    font-size: 32px !important;
  }
  .single-ev-content__title {
    font-size: 26px;
    padding: 0 14px;
    border-width: 4px;
  } 
  .single-ev-content__info__col:not(:first-child) {
  	border-right: none;
  	border-top: 1px solid #CFCFCF;
  	padding-right: 0;
  	padding-top: 25px;
  }
  .single-ev-content__short-desc {
  	font-size: 18px;
  }
  .single-ev-content__desc-title {
  	font-size: 24px;
  }
  .single-ev-content {
  	padding: 40px 0 60px;
  	border-radius: 25px 25px 0 0;
  }
  .single-ev-content__buy-ticket-btn {
  	max-width: 240px;
  	font-size: 22px;
  	padding: 14px 10px;
  }
}

/********************* slider events ******************************/

.slider-events-section {
	padding: 60px 0;
}

.slider-events-section .container {
	position: relative;
}

.slider-events-swiper {
	width: 100%;
  overflow: hidden;
}

.slider-events-swiper__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 60px;
}

.slider-events-swiper__pagination .swiper-pagination-bullet {
	margin: 0 !important;
	display: block;
	width: 14px;
	min-width: 14px;
	height: 14px;
	border: 1px solid #707070;
	background: #ffffff;
	opacity: 1 !important;
	transition: .3s;
}

.slider-events-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #1EB6BA;
}

.slider-events-swiper__navigation {
	width: calc(100% + 120px);
	display: none;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 41px;
	bottom: 0;
	right: -60px;
	z-index: 9;
	margin: auto;
	pointer-events: none;
}

.slider-events-swiper__prev,
.slider-events-swiper__next {
	width: 40px;
	height: 40px;
	border: 1px solid #808080;
	border-radius: 6px;
	pointer-events: initial;
	cursor: pointer;
	opacity: 0.7;
	transition: .3s;
	background: #fff url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 12H4M4 12L10 6M4 12L10 18" stroke="%23808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
	background-size: 70%;
	background-position: 50% 50%;
}

.slider-events-swiper__prev {
	transform: rotate(180deg);
}

.slider-events-swiper__prev:hover,
.slider-events-swiper__next:hover {
	opacity: 1;
}

.slider-events-swiper__prev.swiper-button-disabled,
.slider-events-swiper__next.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 1400px) {
	.slider-events-swiper__navigation {
		top: -60px;
	}
}

@media (max-width: 768px) {
	.slider-events-swiper__navigation {
		width: 100%;
		right: 0;
		top: auto;
		bottom: -12px;
	}
}

/**********************************************
* general
***********************************************/
/* body main {
	padding-top: 180px;
}

body.home main,
body.page-template-elementor_header_footer main,
body.post-type-archive-events main,
body.single-events main {
	padding-top: 0;
} */

.vertical-widget {
	position: fixed;
	z-index: 999;
	top: 320px;
	left: 32px;
	width: 54px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	background: #0D3957;
	border-radius: 37px;
	padding: 20px 5px;
}

.vertical-widget__link {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 4px;
}

.vertical-widget__link img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.vertical-widget__link span {
	font-family: "Assistant";
	font-weight: 400;
	font-size: 11px;
	line-height: 1.2;
	color: #fff;
	transition: .3s;
}

.vertical-widget__link:hover span {
	color: #1ab6ba;
}

.hidden {
	display: none !important;
}

body.acwp-fromtop #acwp-toolbar-btn-wrap {
    top: 200px !important;
    left: 32px !important;
}

body.acwp-fromtop #acwp-toolbar-btn-wrap #acwp-toolbar-btn {
    display: block;
	box-shadow: 0 0 0 1px #1E7AB9;
}

@media (max-width: 1500px) {
	.vertical-widget {
		left: 12px;
	}
	body.acwp-fromtop #acwp-toolbar-btn-wrap {
		left: 12px !important;
	}
}

@media (max-width: 1100px) {
	.vertical-widget {
		top: auto;
		bottom: 25px;
	}
}

@media (max-width: 991px) {
	
}

@media (max-width: 767px) {
	.vertical-widget {
		bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 10px);
        border-radius: 12px 12px 0 0;
        flex-direction: row;
        padding: 7px;
	}
	.vertical-widget__link span {
		font-size: 11px;
	}
	/*body main {
		padding-top: 160px;
	}*/
}

@media (max-width: 550px) {
	
}

@media (max-width: 420px) {

}
	

/*************************************************************
* header
**************************************************************/

header.header {
    width: calc(100% - 20px);
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 9999;
	display: flex !important;
	flex-direction: column;
	align-items: center;
}

body.admin-bar header.header {
	top: 30px;
}

.header-main {
	width: 100%;
	min-height: 88px;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	padding: 0 12px;
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #7ED8DA !important;
	border-radius: 10px;
	position: relative;
}

.header__logo {
	max-width: 298px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.header__logo img {
	display: block;
	max-width: 298px;
	width: auto;
	height: auto;
}

.header__row {
	width: calc(50% - 149px);
	display: flex;
	gap: 40px;
}

.header__row:last-child {
	justify-content: flex-end;
}

.header__btn-menu {
	width: 77px;
	min-width: 77px;
	height: 61px;
	cursor: pointer;
	color: #0d537c;
	transition: .3s;
	margin: auto 0;
}

.header__btn-menu:hover {
	color: #1ab6ba;	
}

.header__btn-menu svg {
	display: block;
	width: 100%;
	height: 100%;
}

.header__tel {
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: "Assistant";
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	color: #0D3957;
	transition: .3s;
}

.header__tel:hover {
	color: #1ab6ba;	
}

.header__tel svg {
	display: block;
	width: 20px;
	height: 20px;
}

.header__panel {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header__panel__item {
	min-width: 62px;
	width: 62px;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	gap: 3px;
	padding: 5px;
	background: #F5F5F5;
	border-radius: 10px;
	font-family: "Assistant";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #0D3957;
	cursor: pointer;
	transition: .3s;
	position: relative;
}

.header__panel__item:hover {
	color: #1ab6ba;
}

.header__panel__item svg {
	display: block;
	max-width: 26px;
	width: auto;
	max-height: 26px;
	height: auto;
}

.header__panel__item-dropdown {
	visibility: hidden;
    opacity: 0;
	min-width: 220px;
	position: absolute;
	top: calc(100% + 15px);
	left: -12px;
	background: #F5F7FF;
	box-shadow: 0px 3px 12px #00000029;
	border: 1px solid #DDDDDD;
	border-radius: 14px;
	padding: 25px;
	transition: .3s;
	cursor: initial;
}

.header__panel__item-dropdown:before {
	content: '';
    width: 30px;
    height: 26px;
    background: url('data:image/svg+xml,<svg height="200" width="800" xmlns="http://www.w3.org/2000/svg"><polygon points="130,10 205,160 50,160" style="fill:%23f5f7ff;stroke:%23DDDDDD;stroke-width:2" /></svg>') no-repeat;
    background-size: cover;
    position: absolute;
    top: -20px;
    left: 25px;
    z-index: 0;
}

/* .header__panel__item-dropdown .triangle-top {
	position: absolute;
    top: -18px;
    left: 32px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 18px solid #DDDDDD;
}

.header__panel__item-dropdown .inner-triangle {
	position: relative;
    right: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #f5f7ff;
} */

/* .header__panel__item-dropdown:before {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
	position: absolute;
	top: -5px;
	left: 20px;
} */

.header__panel__item:hover .header__panel__item-dropdown {
	visibility: visible;
    opacity: 1;
}

.header__panel__item-dropdown .menu {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header__panel__item-dropdown .menu li {
	width: 100%;
}

.header__panel__item-dropdown .menu li a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 37px;
	border-radius: 19px;
	border: 1px solid #11567E;
	background: transparent;
	transition: .3s;
	text-align: center;
	font-family: "Assistant";
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #0D3957;
}

.header__panel__item-dropdown .menu li a:hover {
	background: #11567E;
	color: #fff;
}

.header__panel__item.header-search-btn .header__panel__item-dropdown {
	min-width: 500px;
}

.form-search {
	position: relative;
	width: 100%;
}

.form-search input[type="search"] {
	padding-left: 50px;
}

.form-search button[type="submit"] {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: #0D3957;
    padding: 0;
    border: 0;
    background: none;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: .3s;
}

.form-search button[type="submit"]:hover {
	background: #0b7cac;
    color: #fff;
}

.header__row-menu {
	display: flex;
	align-items: center;
}

.header__row-menu .menu-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 30px;
	height: 100%;
}

.header__row-menu .menu-list>li {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.header__row-menu .menu-list>li>a {
	font-family: "Assistant";
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	color: #0D3957;
	position: relative;
	transition: .3s;
	display: flex;
	align-items: center;
	gap: 5px;
}

.header__row-menu .menu-list>li.menu-item-has-children>a:after {
	content: '';
	display: block;
	border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #0D3957;
	transition: .3s;
}

.header__row-menu .menu-list>li.menu-item-has-children:hover>a:after {
	transform: rotate(180deg);
}

.header__row-menu .menu-list a {
	transition: .3s;
}

.header__row-menu .menu-list a:hover {
	color: #1AB6BA;
}

.header__row-menu .menu-list>li>a:before {
	content: '';
	display: block;
	min-width: 51px;
	height: 2px;
	background: #1AB6BA;
	position: absolute;
	right: 0;
	top: auto;
	bottom: -1px;
}

.header__row-menu .menu-list>li:nth-child(2)>a:before {
	background: #11567E;
}

.header__row-menu .menu-list>li:nth-child(3)>a:before {
	background: #CBD742;
}

.header__row-menu .menu-list>li:nth-child(4)>a:before {
	background: #C23D90;
}

.header__row-menu .menu-list>li.menu-item-has-children .sub-menu {
	visibility: hidden;
    opacity: 0;
	position: absolute;
	list-style-type: none;
	margin: 0;				
	padding: 0;
	transition: .3s;
	min-width: 270px;
    position: absolute;
    top: calc(100% + 3px);
    right: -20px;
    background: #F5F7FF;
    box-shadow: 0px 3px 12px #00000029;
    border: 1px solid #DDDDDD;
    border-radius: 14px;
    padding: 25px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.header__row-menu .menu-list>li.menu-item-has-children .sub-menu:before {
	content: '';
    width: 30px;
    height: 26px;
    background: url('data:image/svg+xml,<svg height="200" width="800" xmlns="http://www.w3.org/2000/svg"><polygon points="130,10 205,160 50,160" style="fill:%23f5f7ff;stroke:%23DDDDDD;stroke-width:2" /></svg>') no-repeat;
    background-size: cover;
    position: absolute;
    top: -20px;
    right: 30px;
    z-index: 0;
}

.header__row-menu .menu-list>li.menu-item-has-children:last-child .sub-menu {
	visibility: hidden;
    opacity: 0;
	position: absolute;
	list-style-type: none;
	margin: 0;				
	padding: 0;
	transition: .3s;
	min-width: 220px;
    position: absolute;
    top: calc(100% + 3px);
    right: -20px;
    background: #F5F7FF url('../img/menu-bg.png') no-repeat;
	background-size: 266px 100%;
	background-position: 0% 100%;
    box-shadow: 0px 3px 12px #00000029;
    border: 1px solid #DDDDDD;
    border-radius: 14px;
    padding: 40px 40px 40px 266px;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-gap: 17px 60px;
}

.header__row-menu .menu-list>li.menu-item-has-children:last-child .sub-menu:after {
	content: '';
	width: 168px;
	height: fit-content;
    aspect-ratio: 1.826;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 49px;
	margin: auto;
	background: url('../img/menu-logo.png') no-repeat;
	background-size: cover;
}

.header__row-menu .menu-list>li.menu-item-has-children:last-child .sub-menu li {
	min-width: 180px;
}

.header__row-menu .menu-list>li.menu-item-has-children .sub-menu li a {
	font-family: "Assistant";
	font-weight: 600;
	font-size: 20px;
	line-height: 1.1;
	color: #11567E;
	transition: .3s;
	border-bottom: 1px solid transparent;
	padding: 0 !important;
}

.header__row-menu .menu-list>li.menu-item-has-children .sub-menu li a:hover {
	color: #1AB6BA;
	border-color: #C23D90;
}

.header__row-menu .menu-list>li.menu-item-has-children:hover .sub-menu {
	visibility: visible;
    opacity: 1;
}

.header-feed {
	width: calc(100% - 44px);
	background: #0D3957;
	border-radius: 0 0 20px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 11px;
	padding: 10px 15px;
	transition: .3s;
	z-index: -9;
}

.header-feed.hide-top {
	transform: translateY(-64px);
}

.header-feed__list-slider {
	width: 100%;
	overflow: hidden;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(50%);
	}
}

.header-feed__list-slider-track {
	display: flex;
	width: fit-content;
	transform: translateX(0);
	will-change: transform;
	/* animation: scroll 40s linear infinite; */
}

.header-feed__list-slider-track.stop {
	animation: none;
}

.header-feed__list-slider__item {
	width: auto !important;
	min-height: 38px;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 15px;
}

.header-feed__list-slider__item:not(:last-child) {
	border-left: 1px solid #0A7CBE;
}

.header-feed__list__item-date {
	font-family: "Assistant";
	font-size: 16px;
	font-weight: 300;
	line-height: 1.1;
	color: #D7E593;
	display: flex;
	align-items: center;
	gap: 6px;
}

.header-feed__list__item-date:after {
	content: '';
	display: block;
	width: 5px;
	min-width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #1578B1;
}

.header-feed__list__item-title {
	font-family: "Assistant";
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
	color: #fff;
	transition: .3s;
	text-wrap-mode: nowrap;
}

.header-feed__list-slider__item:hover .header-feed__list__item-title {
	color: #1ab6ba;
}

.header-feed__icon {
	width: 40px;
	min-width: 40px;
}

.header-feed__icon svg {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 38px;
}

.header-feed__controls {
	width: 30px;
	min-width: 30px;
}

.header-feed__controls-btn {
	display: none;
	cursor: pointer;
	color: #1ab6ba;
	transition: .3s;
	background: none;
	padding: 0;
	border: none;
	outline: none;
}

.header-feed__controls-btn:hover {
	color: #fff;
}

.header-feed__controls-btn.active {
	display: block;
}

.header-feed__controls-btn svg {
	display: block;
	width: 100%;
	aspect-ratio: 1;
}

.menu-sidebar {
	position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #00000033;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}

.menu-sidebar.show {
	opacity: 1;
	visibility: visible;
}

.menu-sidebar__close {
	position: absolute;
	top: 23px;
	right: 23px;
	cursor: pointer;
	width: 77px;
    min-width: 77px;
    height: 62px;
	transition: .3s;
	background: url("../img/close-wrap.svg") no-repeat;
	background-size: cover;
	z-index: 9;
}

.menu-sidebar__close span {
	width: 27px;
	height: 27px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	margin: auto;
	background: url("../img/close-icon.svg") no-repeat;
	background-size: cover;
	transition: transform .4s ease-in-out;
}

.menu-sidebar__close:hover span {
	transform: rotate(360deg);
}

.menu-sidebar__main {
	max-width: 348px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 25px #0000000F;
	padding: 138px 0 40px;
	display: flex;
	flex-direction: column;
	gap: 46px;
	overflow: auto;
	z-index: 1;
	transform: translateX(1000px);
	transition: .4s;
}

.menu-sidebar.show .menu-sidebar__main {
	transform: translateX(0);
}

.menu-sidebar__main .form-search button svg {
    display: block;
    max-width: 26px;
    width: auto;
    max-height: 26px;
    height: auto;
}

.menu-sidebar__main .menu {
	padding: 0 74px 0 40px;
	margin: 0;
	list-style-type: none;
}

.menu-sidebar__main .menu:not(:nth-child(2)) {
	border-top: 1px solid #DDDDDD;
	padding-top: 46px;
}

.menu-sidebar__main .menu>li {
	padding: 10px 0 0 !important;
	border-bottom: 1px solid #E4E4E4;
}

.menu-sidebar__main .menu>li.current-menu-parent>a:before,
.menu-sidebar__main .menu>li.current-menu-item>a:before {
	content: '';
	display: block;
	width: 5px;
	height: 130%;
	background: #0D537C;
	position: absolute;
	right: -17px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.menu-sidebar__main .menu>li>a {
	display: inline-block;
	margin-bottom: 10px;
	font-family: "Assistant";
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	transition: .3s;
	max-width: calc(100% - 20px);
	position: relative;
}

.menu-sidebar__main .menu>li>a:hover {
	color: #1AB6BA;
}

.menu-sidebar__main .menu>li.menu-item-has-children {
	position: relative;
	cursor: pointer;
}

.menu-sidebar__main .menu>li.menu-item-has-children:after {
    content: '';
    display: block;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #0D3957;
    transition: .3s;
	position: absolute;
	left: 0;
	top: 22px;
	transition: .3s;
}

.menu-sidebar__main .menu>li.menu-item-has-children.open:after {
	transform: rotate(180deg);
}

.menu-sidebar__main .menu .sub-menu {
	width: 100%;
	display: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 10px 0;
	border-top: 1px solid #E4E4E4;
}

.menu-sidebar__main .menu .sub-menu li a {
	display: block;
	padding: 0 !important;
	border: none;
	font-family: "Assistant";
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #5C5C5C;
	transition: .3s;
	padding: 6px 20px !important;
}

.menu-sidebar__main .menu .sub-menu li a:hover {
	color: #1AB6BA;
}

.menu-sidebar__main .menu .sub-menu li.current-menu-item a {
	background: #E8FFFF;
}

.menu-sidebar__service {
	max-width: 450px;
	width: 100%;
	padding: 50px 40px;
	background: #F5F7FF;
	box-shadow: 0px 3px 12px #00000029;
	overflow: auto;
	transform: translateX(1000px);
	transition: .8s;
}

.menu-sidebar.show .menu-sidebar__service {
	transform: translateX(0);
}

.menu-sidebar__service__title {
	font-family: "Rubik";
	font-weight: 600;
	font-size: 24px;
	line-height: 1.1;
	color: #000000;
	margin-bottom: 36px;
	text-align: center;
}

.menu-sidebar__service__list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}

.menu-sidebar__service__list__item {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 18px #05143E17;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: .3s;
	border-bottom: 10px solid #fff;
}

.menu-sidebar__service__list__item:hover {
	border-color: #11567E;
	background: linear-gradient(180deg, #C7F9FB 0%, #FFFFFF 100%);
	box-shadow: 0px 3px 30px #05143E33;
}

.menu-sidebar__service__list__item__img {
	width: 82px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-sidebar__service__list__item__img img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

body h3.menu-sidebar__service__list__item__name {
	font-family: "Rubik";
	font-weight: 600;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	color: #000000;
	margin-bottom: 0;
}

@media (max-width: 1500px) {
	.header__logo {
		max-width: 220px;
	}
	.header__logo img {
		max-width: 220px;
	}
	.header-feed {
		padding: 5px 10px;
		border-radius: 0 0 14px 14px;
	}
	.header-feed__list__item-date {
		font-size: 14px;
	}
	.header-feed__list__item-title {
		font-size: 14px;
	}
	.header-feed__list-slider__item {
		min-height: 32px;
	}
	.header__row {
		width: calc(50% - 110px);
		gap: 30px;
	}
	.header__row-menu .menu-list {
		gap: 30px;
	}
	.header__btn-menu {
		width: 68px;
		min-width: 68px;
		height: 56px;
	}
	.header__row-menu .menu-list>li>a {
		font-size: 18px;
	}
	.header__row-menu .menu-list>li.menu-item-has-children .sub-menu li a {
		font-size: 18px;
	}
	.header__row-menu .menu-list>li.menu-item-has-children:last-child .sub-menu li {
		min-width: 164px;
	}
	.header__row-menu .menu-list>li.menu-item-has-children:last-child .sub-menu {
		grid-gap: 15px 40px;
		padding: 40px 40px 40px 220px;
		background-size: 220px 100%;
	}
	.header__row-menu .menu-list>li.menu-item-has-children:last-child .sub-menu:after {
		width: 150px;
	}
	.menu-sidebar__close {
        width: 70px;
        min-width: 70px;
        height: 56px;
    }
	.menu-sidebar__close span {
		width: 23px;
		height: 23px;
	}
}

@media (max-width: 1280px) {
	.header__row-menu {
		display: none;
	}
}

@media (max-width: 1100px) {
	.header__tel {
		display: none;
	}
}

@media (max-width: 991px) {
	.menu-sidebar__main .menu {
		padding: 0 30px;
	}
	.menu-sidebar__main {
		max-width: 300px;
	}
	.menu-sidebar__service {
		max-width: 360px;
		padding: 40px 20px;
	}
	.menu-sidebar__service__list {
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.header__logo {
		max-width: 178px;
	}
	.header__logo img {
		max-width: 178px;
	}
	.header-feed {
		width: 95%;
	}
	.header-feed.hide-top {
		transform: translateY(-51px);
	}
	.header__panel__item.header-contacts-link {
		display: none;
	}
	.header-main {
		min-height: 82px;
	}
	.header__btn-menu {
        width: 57px;
        min-width: 57px;
        height: 45px;
    }
	.menu-sidebar__main {
		padding: 90px 0 40px;
		gap: 20px;
	}
	.menu-sidebar__main {
		max-width: 460px;
		width: 60%;
	}
	.menu-sidebar__service {
		max-width: 260px;
		width: calc(40% - 25px);
		min-width: 140px;
		padding: 30px 10px;
	}
	.menu-sidebar__main .menu:not(:nth-child(2)) {
		padding-top: 20px;
	}
	.menu-sidebar__service__list {
		grid-template-columns: 1fr;
	}
	.menu-sidebar__main .menu {
		padding: 0 24px;
	}
	.menu-sidebar__service__list__item {
		gap: 5px;
		padding: 5px 6px;
	}
	.menu-sidebar__service__list {
		gap: 15px;
	}
}

@media (min-width: 550px) {
	.menu-sidebar__main .form-search {
		display: none !important;
	}
}

@media (max-width: 550px) {
	.menu-sidebar__main .form-search {
		margin: 0 24px;
        width: calc(100% - 48px);
	}
	.menu-sidebar__main .form-search input[type="search"] {
		font-size: 20px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.header__panel__item.header-search-btn {
		display: none;
	}
	.header-main {
		min-height: 78px;
	}
	.header__panel__item {
		min-width: 50px;
		width: auto;
		background: none;
	}
	.menu-sidebar__close {
		width: 55px;
        min-width: 55px;
        height: 44px;
		top: 27px;
    	right: 24px;
	}
	.menu-sidebar__close span {
        width: 20px;
        height: 20px;
		right: 12px;
    }
	.menu-sidebar__main .menu>li>a {
		font-size: 18px;
	}
	.menu-sidebar__main .menu .sub-menu li a {
		font-size: 18px;
	}
	body h3.menu-sidebar__service__list__item__name {
		font-size: 15px;
	}
	.menu-sidebar__service__title {
		font-size: 21px;
		margin-bottom: 28px;
	}
	.menu-sidebar__main .menu .sub-menu li a {
		padding: 5px 14px !important;
	}
	.menu-sidebar__service__list__item__img {
		width: 76px;
    	height: 76px;
	}
}

@media (max-width: 420px) {
	
}

/***********************************************
* home
************************************************/
.home__main-section__swiper-slide {
	width: 100%;
	aspect-ratio: 2.53;
}

.home__main-section__swiper-slide a {
	display: block !important;
	width: 100%;
	height: 100%;
}

.home__main-section__swiper-slide a.mob-slide {
	display: none !important;
}

/* .home__main-section__swiper-slide:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #00233B;
	opacity: 0.2;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
} */

.home__main-section__swiper-slide__content {
	min-height: 776px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 200px 0 150px;
	position: relative;
	z-index: 1;
}

.home__main-section__swiper-slide__title {
	font-family: "Assistant";
	max-width: 750px;
	font-weight: 900;
	font-size: 75px;
	line-height: 1.16;
	text-align: center;
	color: #fff;
	text-shadow: 0px 3px 12px #00000029;
}

.home__main-section__swiper-slide__btn {
	font-family: "Assistant";
    margin-top: 35px;
    padding: 11.5px 32px;
    border-radius: 26px;
    background: #C23D90;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.1;
    color: #fff;
	border: 1px solid #C23D90;
	transition: .3s;
}

.home__main-section__swiper-slide__btn:hover {
	background: #fff;
	color: #C23D90;
}

.home__nav-menu {
	margin-top: -100px;
	position: relative;
	z-index: 2;
}

.home__nav-menu__content {
	width: 100%;
	padding: 60px;
	border-radius: 32px;
	background: #ffffff82;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	display: flex;
	gap: 37px;
}

.home__nav-menu__general-services {
	max-width: 199px;
	width: 100%;
	background: #005b8012;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

body h2.home__nav-menu__general-services__title {
	font-family: "Assistant";
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
	color: #033B59;
	margin: 0;
}

.home__nav-menu__general-services__list {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.home__nav-menu__general-services__list__item {
	width: 100%;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #DDDDDD;
	padding: 10px;
	display: flex;
	gap: 10px;
	transition: .3s;
}

.home__nav-menu__general-services__list__item:hover {
	background: #E8FFFF;
    border-color: #1AB6BA;
}

body h3.home__nav-menu__general-services__list__item__name {
	font-family: "Assistant";
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	color: #000000;
	margin: 0;
}

.home__nav-menu__general-services__list__item__icon {
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home__nav-menu__general-services__list__item__icon img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.home__nav-menu__list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 37px;
}

.home__nav-menu__list__item {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 18px #05143E17;
	border-radius: 10px;
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: .3s;
	border-bottom: 10px solid #fff;
}

.home__nav-menu__list__item:hover {
	border-color: #11567E;
	background: linear-gradient(180deg, #C7F9FB 0%, #FFFFFF 100%);
	box-shadow: 0px 3px 30px #05143E33;
}

.home__nav-menu__list__item__img {
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home__nav-menu__list__item__img img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

body h3.home__nav-menu__list__item__name {
	font-family: "Rubik";
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #000000;
	margin-bottom: 0;
}

.home__events {
	margin-bottom: 90px;
}

.home__events .slider-events-swiper {
	width: calc(100% + 60px);
}

.home__events__content {
	overflow: hidden;
	/* background: linear-gradient(253deg, #F5F7FF 0%, #F5F6FAA8 100%) no-repeat; */
	background: url('../img/bg-home-events.jpg') no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	border-radius: 24px;
	padding: 70px 60px;
}

.home__events__head {
	display: flex;
	gap: 30px;
	margin-bottom: 60px;
}

body h2.home__events__head__title {
	min-width: 30%;
	font-family: "Assistant";
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
	color: #0D3957;
	margin-bottom: 0;
}

.home__events__head__links {
	margin-right: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px;
}

.home__events__head__links a {
	font-family: "Rubik";
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	background: #fff;
	border-radius: 27px;
	padding: 12px 23px;
	color: #000000;
	border: 1px solid #DDDDDD;
	transition: .3s;
}

.home__events__head__links a:hover {
	background: #E8FFFF;
	border-color: #1AB6BA;
	color: #000000;
}

body h3.search-hugim-title {
	font-family: "Assistant";
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
	color: #0D537C;
	margin-bottom: 10px;
	text-align: center;
}

.search-hugim-logo {
	margin: 0 auto -32px;
    position: relative;
    z-index: 1;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: flex-end;
}

.search-hugim-logo img {
	display: block;
	width: 77px;
	height: auto;
}

.home__search-hugim {
	margin-bottom: 25px;
}

@media (max-width: 1500px) {
	.home__nav-menu {
		margin-top: -50px;
	}
	.home__nav-menu__content {
		padding: 40px;
	}
	.home__nav-menu__list {
		grid-gap: 15px;
	}
	.home__nav-menu__content {
		gap: 15px;
	}
	body h2.home__nav-menu__general-services__title {
		font-size: 36px;
	}
	.home__nav-menu__general-services {
		max-width: 180px;
		padding: 20px 10px;
	}
	.home__nav-menu__list__item__img {
		width: 94px;
		height: 94px;
	}
	body h3.home__nav-menu__list__item__name {
		font-size: 16px;
	}
	.home__events__content {
		padding: 40px 30px;
	}
	.home__events .slider-events-swiper {
		width: calc(100% + 30px);
	}
	body h2.home__events__head__title {
		font-size: 30px;
	}
	.home__events__head__links {
		gap: 10px;
	}
	.home__events__head__links a {
		font-size: 16px;
		padding: 10px 18px;
	}
}

@media (max-width: 1100px) {
	.home__main-section__swiper-slide {
		aspect-ratio: 1.53;
	}
	.home__nav-menu {
		margin-bottom: 30px;
	}
	.home__nav-menu__content {
		padding: 20px 30px;
		flex-direction: column;
		align-items: center;
	}
	.home__nav-menu__general-services {
		background: none;
		max-width: none;
		padding: 0;
	}
	.home__nav-menu__general-services__list {
		display: none;
	}
	.home__nav-menu__list {
		grid-template-columns: repeat(4, 1fr);
	}
	body h2.home__nav-menu__general-services__title {
		text-align: center;
		font-size: 32px;
		color: #11567E;
	}
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.home__main-section__swiper-slide a.mob-slide {
		display: block !important;
	}
	.home__main-section__swiper-slide a.desk-slide {
		display: none !important;
	}
	.home__main-section__swiper-slide {
		aspect-ratio: 0.7;
	}
	.home__nav-menu__list {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 14px;
	}
	.home__nav-menu__content {
		padding: 20px 10px;
		gap: 20px;
	}
	.home__events__content {
		padding: 20px;
	}
	.home__events .slider-events-swiper {
		width: calc(100% + 20px);
	}
	.home__events__head {
		flex-direction: column;
		margin-bottom: 40px;
		gap: 15px;
	}
	body h2.home__events__head__title {
		text-align: center;
	}
	.home__events__head__links a {
        font-size: 14px;
        padding: 8px 14px;
    }
	.home__events__head__links {
		margin-left: auto
	}
	.slider-events-swiper__pagination {
		margin-top: 40px;
	}
}

@media (max-width: 550px) {
	body h3.home__nav-menu__list__item__name {
        font-size: 14px;
    }
	.home__nav-menu__list__item__img {
        width: 80px;
        height: 80px;
    }
	.home__nav-menu__list__item {
		padding: 10px;
	}
}

@media (max-width: 420px) {
	
}

/*************************************************************
* footer
**************************************************************/
.footer-form-section-wrap {
	background: linear-gradient(90deg, #11567E 0%, #092B3F 100%);
	border-radius: 32px 32px 0 0;
}

.footer-form-wrap__content {
	padding: 50px 10px 30px;
	border-bottom: 1px solid #2677A5;
}

.footer-form-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px 40px;
	padding: 10px 0;
	direction: rtl;
}

.footer-form-wrap__info {
	display: flex;
	align-items: center;
	gap: 14px;
}

.footer-form-wrap__info-img img {
	display: block;
	max-width: 64px;
	width: auto;
	height: auto;
	max-height: 50px;
}

.footer-form-wrap__info-title {
	font-family: "Assistant";
	font-weight: 400;
	font-size: 26px;
	line-height: 1;
	color: #14B9B8;
}

.footer-form-wrap__row {
	display: flex;
	align-items: center;
	gap: 44px;
	padding-left: 30px;
}

.footer-form-wrap__input {
	max-width: 240px;
	width: 100%;
}

.footer-form-wrap__input label {
	width: 100%;
    margin: 0;
    font-family: "Assistant";
    font-size: 14px;
    line-height: 1;
    color: #ffffffa6;
	display: flex;
	flex-direction: column;
}

form .footer-form-wrap__input input[type="text"],
form .footer-form-wrap__input input[type="tel"],
form .footer-form-wrap__input input[type="email"] {
	width: 100%;
	color: #fff;
    border-radius: 0;
    font-family: "Assistant";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    min-height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 2px solid #fff;
    padding: 6px 2px 8px;
}

form .footer-form-wrap__submit input[type="submit"] {
	min-width: 131px;
	background: #C23D90;
    border: 1px solid #C23D90;
    border-radius: 10px;
    padding: 12px 22px;
    font-family: "Assistant";
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    transition: .3s;
}

form .footer-form-wrap__submit input[type="submit"]:hover {
	background: transparent;
}

form .footer-form-wrap__submit .wpcf7-spinner {
	position: absolute;
}

.footer-form-wrap__content .wpcf7-response-output {
	color: #fff;
}

.footer-main {
	background: linear-gradient(90deg, #11567E 0%, #092B3F 100%);
	padding: 65px 0 56px;
}

.footer-main__content {
	display: flex;
	justify-content: space-between;
	gap: 30px 40px;
}

.footer-main__info {
	max-width: 350px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer__logo {
	width: 100%;
}

.footer__logo img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.footer-main__row {
	max-width: 1160px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.footer-main__col {
	min-width: 120px;
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.footer-main__col__title {
	font-family: "Assistant";
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
	color: #fff;
	pointer-events: none;
}

.footer-main__col__title:after {
	content: '';
	display: block;
	max-width: 118px;
	width: 100%;
	height: 3px;
	background: #14B9B8;
	margin-top: 8px;
}

.footer-main__col:nth-child(2) .footer-main__col__title:after {
	background: #BBD555;
}

.footer-main__col:nth-child(3) .footer-main__col__title:after {
	background: #F4B841;
}

.footer-main__col:nth-child(4) .footer-main__col__title:after {
	background: #B94798;
}

.footer-main__col__contact {
	font-family: "Rubik";
	font-weight: 300;
	font-size: 16px;
	line-height: 1.1;
	color: #AEAEAE;
	display: flex;
	align-items: center;
	gap: 14px;
	transition: .3s;
}

.footer-main__col__contact:not(:last-child) {
	margin-bottom: 15px;
}

.footer-main__col__contact:hover {
	color: #fff;
}

.footer-main__col__contact svg {
	display: block;
	max-width: 16px;
	width: auto;
	height: auto;
	max-height: 18px;
	transition: .3s;
}

.footer-main__col .footer-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.footer-main__col .footer-menu li a {
	font-family: "Rubik";
	font-weight: 300 !important;
	font-size: 16px;
	line-height: 1.1;
	color: #AEAEAE;
	display: block;
	transition: .3s;
	border: none;
	padding: 0 !important;
}

.footer-main__col .footer-menu li a:not(:last-child) {
	margin-bottom: 5px;
}

.footer-main__col .footer-menu li a:hover {
	color: #fff;
}

.footer-main__col .footer-menu ul {
	padding: 0 15px 0 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.footer__soc {
	display: flex;
	align-items: center;
	gap: 28px;
}

.footer__soc span {
	font-family: "Assistant";
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: #fff;
}

.footer__soc-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 23px;
}

.footer__soc-list a {
	display: block;
	color: #fff;
	transition: .3s;
}

.footer__soc-list a:hover {
	color: #00E3E2;
}

.footer__soc-list a svg {
	display: block;
	max-width: 24px;
	width: auto;
	max-height: 24px;
	height: auto;
}

.footer-bot {
	background: #0D537C;
}

.footer-bot__row {
	padding: 11px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.footer-bot__copy {
	font-family: "Assistant";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.25;
	color: #fff;
}

.footer-bot__built {
	display: flex;
    align-items: center;
	font-family: "Assistant";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.25;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.footer-bot__built a {
	font-family: "Assistant";
	color: #00E3E2;
	transition: .3s;
	padding-right: 4px;
}

.footer-bot__built a:hover {
	color: #fff;
}

@media (max-width: 1500px) {
	form .footer-form-wrap__submit input[type="submit"] {
		min-width: 100px;
		font-size: 20px;
		padding: 10px;
	}
	.footer-form-wrap__row {
		gap: 24px;
		padding-left: 0;
	}
	.footer-form-wrap {
		gap: 20px 24px;
	}
	.footer-form-wrap__info {
		min-width: 220px;
		gap: 12px;
	}
	.footer-form-wrap__info-img img {
		max-width: 50px;
	}
	.footer-form-wrap__info-title {
		font-size: 18px;
	}
	form .footer-form-wrap__input input[type="text"], form .footer-form-wrap__input input[type="tel"], form .footer-form-wrap__input input[type="email"] {
		min-height: 35px;
		max-height: 35px;
		font-size: 16px;
	}
	.footer-main__info {
		max-width: 260px;
	}
	.footer-main__col__title {
		font-size: 20px;
	}
	.footer-main__col {
		min-width: 110px;
	}
	.footer-main__row {
		max-width: 800px;
	}
}

@media (max-width: 1100px) {
	.footer-form-wrap__info {
		align-self: flex-start;
	}
	.footer-form-wrap {
		flex-direction: column;
	}
	.footer-main__content {
		flex-direction: column;
	}
	.footer-main__row {
		max-width: none;
		flex-direction: column;
	}
	.footer-main__col {
		width: 100%;
	}
	.footer-main__col__body {
		display: none;
	}
	.footer-main__col__title {
		width: 100%;
		border-bottom: 1px solid #1B6E9E;
		font-size: 24px;
		position: relative;
		padding-left: 40px;
		cursor: pointer;
		pointer-events: initial;
	}
	.footer-main__col__title:before {
		content: '';
		display: block;
		background: url('../img/footer-arrow-bottom.svg') no-repeat;
		background-size: cover;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto;
		transition: .3s;
	}
	.footer-main__col__title.open:before {
		transform: rotate(180deg);
	}
	.footer-form-wrap__row {
		gap: 20px;
	}
	.footer-form-wrap__input {
		max-width: calc(50% - 10px);
	}
	.footer-main__info {
		max-width: 320px;
	}
}

@media (max-width: 991px) {
	.footer-form-wrap__row {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.footer-bot__built {
		position: relative;
		margin: 0;
	}
	.footer-main {
		/* padding: 40px 0 64px; */
		padding: 64px 0;
		border-radius: 32px 32px 0 0;
	}
	.footer-bot__row {
		flex-direction: column;
		gap: 10px;
	}
	.footer-form-section-wrap {
		display: none;
	}
	.footer-bot {
		padding-bottom: 62px;
	}
	#glassix-widget-launcher-container {
		bottom: 62px !important;
		right: 14px !important;
	}
}

@media (max-width: 550px) {
	.footer-form-wrap__content {
		padding: 30px 10px;
	}
	.footer-form-wrap__content {
		max-width: 100%;
	}
}	

@media (max-width: 420px) {
	.footer-main__col__title {
		font-size: 20px;
	}
}