.swiper {
	overflow: hidden;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.swiper-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-button-prev:active,
.swiper-button-prev:focus,
.swiper-button-next:active,
.swiper-button-next:focus {
	outline: none !important;
}

.swiper-button-prev::-moz-focus-inner,
.swiper-button-next::-moz-focus-inner {
	border: 0 !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 0px;
}

.swiper-pagination-bullet:active,
.swiper-pagination-bullet:focus {
	outline: none !important;
}

.swiper-pagination-bullet::-moz-focus-inner {
	border: 0 !important;
}

.swiper-button-lock {
	display: none !important;
}

.swiper-pagination-lock {
	display: none !important;
}

.swiper-button-disabled {
	opacity: 0.3;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
	left: 0;
	width: auto;
}

.swiper-pagination {
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

@media (max-width: 1920px) {

	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 calc(2px + 2 * (100vw - 320px) / 1600);
	}
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	background: #e1e4eb;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (max-width: 1920px) {
	.swiper-pagination-bullet {
		width: calc(6px + 6 * (100vw - 320px) / 1600);
		height: calc(6px + 6 * (100vw - 320px) / 1600);
	}
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #264796;
	-webkit-transform: scale(1.33);
	-ms-transform: scale(1.33);
	transform: scale(1.33);
}

[class*=source-sans-pro--] {
	font-family: "Source Sans Pro" !important;
}

.date-title {
	display: inline-block;
	color: #264796;
}

.source-sans-pro--semibold-21 {
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 26px;
}

@media (max-width: 1920px) {
	.source-sans-pro--semibold-21 {
		font-size: calc(12.5px + 8.5 * (100vw - 320px) / 1600);
		line-height: calc(15.5px + 10.5 * (100vw - 320px) / 1600);
	}
}

.source-sans-pro--semibold-18 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
}

@media (max-width: 1920px) {
	.source-sans-pro--semibold-18 {
		font-size: calc(14px + 4 * (100vw - 320px) / 1600);
		line-height: calc(18px + 5 * (100vw - 320px) / 1600);
	}
}

.source-sans-pro--semibold-17 {
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
}

@media (max-width: 1920px) {
	.source-sans-pro--semibold-17 {
		font-size: calc(14px + 3 * (100vw - 320px) / 1600);
		line-height: calc(18px + 3 * (100vw - 320px) / 1600);
	}
}

.source-sans-pro--regular-35 {
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	line-height: 44px;
}

@media (max-width: 1920px) {
	.source-sans-pro--regular-35 {
		font-size: calc(17.5px + 17.5 * (100vw - 320px) / 1600);
		line-height: calc(22.5px + 21.5 * (100vw - 320px) / 1600);
	}
}

.source-sans-pro--regular-32 {
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 48px;
}

@media (max-width: 1920px) {
	.source-sans-pro--regular-32 {
		font-size: calc(17.5px + 14.5 * (100vw - 320px) / 1600);
		line-height: calc(21.5px + 26.5 * (100vw - 320px) / 1600);
	}
}

.source-sans-pro--regular-28 {
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 31px;
}

@media (max-width: 1920px) {
	.source-sans-pro--regular-28 {
		font-size: calc(18px + 10 * (100vw - 320px) / 1600);
		line-height: calc(20px + 11 * (100vw - 320px) / 1600);
	}
}

.source-sans-pro--regular-24 {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
}

@media (max-width: 1920px) {
	.source-sans-pro--regular-24 {
		font-size: calc(14px + 10 * (100vw - 320px) / 1600);
		line-height: calc(17px + 14 * (100vw - 320px) / 1600);
	}
}

.source-sans-pro--regular-22 {
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
}

@media (max-width: 1920px) {
	.source-sans-pro--regular-22 {
		font-size: calc(16px + 6 * (100vw - 320px) / 1600);
		line-height: calc(20px + 8 * (100vw - 320px) / 1600);
	}
}

.source-sans-pro--regular-21 {
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 30px;
}

@media (max-width: 1920px) {
	.source-sans-pro--regular-21 {
		font-size: calc(13.5px + 7.5 * (100vw - 320px) / 1600);
		line-height: calc(19.5px + 10.5 * (100vw - 320px) / 1600);
	}
}

.source-sans-pro--regular-18 {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
}

@media (max-width: 1920px) {
	.source-sans-pro--regular-18 {
		font-size: calc(14px + 4 * (100vw - 320px) / 1600);
		line-height: calc(18px + 5 * (100vw - 320px) / 1600);
	}
}

.source-sans-pro--regular-16 {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
}

@media (max-width: 1920px) {
	.source-sans-pro--regular-16 {
		font-size: calc(13px + 3 * (100vw - 320px) / 1600);
		line-height: calc(16px + 5 * (100vw - 320px) / 1600);
	}
}

.rs-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	padding: 16px 37px;
	border-radius: 50px;
	z-index: 1;
}

@media (max-width: 1920px) {
	.rs-btn {
		font-size: calc(13px + 3 * (100vw - 320px) / 1600);
		line-height: calc(16px + 4 * (100vw - 320px) / 1600);
		padding: calc(13px + 3 * (100vw - 320px) / 1600) calc(20px + 17 * (100vw - 320px) / 1600);
	}
}

.rs-btn span {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	z-index: -1;
	padding-bottom: 100%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.rs-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	-o-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

@media (any-hover: hover) {
	.rs-btn:hover {
		-webkit-transition: all 0.3s ease 0s, background-color 0.3s ease 0.3s;
		-o-transition: all 0.3s ease 0s, background-color 0.3s ease 0.3s;
		transition: all 0.3s ease 0s, background-color 0.3s ease 0.3s;
	}

	.rs-btn:hover span {
		-webkit-transform: translateY(-50%) rotate(0);
		-ms-transform: translateY(-50%) rotate(0);
		transform: translateY(-50%) rotate(0);
	}

	.rs-btn:hover span::after {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.rs-btn._btn-border {
	background-color: transparent;
	border: 1px solid #b0b0b0;
}

.rs-btn._btn-border span::after {
	background-color: #264796;
}

@media (any-hover: hover) {
	.rs-btn._btn-border:hover {
		color: #fff;
		border-color: #264796;
		background-color: #264796;
	}
}

.rs-btn._btn-blue {
	color: #fff;
	background-color: #264796;
}

.rs-btn._btn-blue span::after {
	background-color: #35549d;
}

@media (any-hover: hover) {
	.rs-btn._btn-blue:hover {
		color: #fff;
		background-color: #35549d;
	}
}

.rs-btn._btn-download::after {
	content: "\e90f";
	font-family: "icons" !important;
	display: block;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 13px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-left: 10px;
}

@media (max-width: 1920px) {
	.rs-btn._btn-download::after {
		font-size: calc(10px + 3 * (100vw - 320px) / 1600);
	}
}

.rs-btn._btn-border-blue {
	background-color: transparent;
	border: 1px solid rgba(38, 71, 150, 0.5);
	color: #264796;
}

.rs-btn._btn-border-blue span::after {
	background-color: #264796;
}

@media (any-hover: hover) {
	.rs-btn._btn-border-blue:hover {
		color: #fff;
		background-color: #35549d;
		border-color: #fff;
	}
}

.rs-btn._btn-arrow::after {
	content: "\e909";
	font-family: "icons" !important;
	display: block;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	margin-left: 10px;
}

@media (max-width: 1920px) {
	.rs-btn._btn-arrow::after {
		font-size: calc(8px + 2 * (100vw - 320px) / 1600);
	}
}

.rs-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #264796;
	margin-left: -10px;
	max-width: 210px;
	overflow: hidden;
}

@media (max-width: 1920px) {
	.rs-link {
		font-size: calc(13px + 3 * (100vw - 320px) / 1600);
		line-height: calc(16px + 4 * (100vw - 320px) / 1600);
	}
}

.rs-link span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.rs-link._link-arrow::before {
	margin-right: 6px;
}

.rs-link._link-arrow::after {
	margin-left: 6px;
}

.rs-link._link-arrow::before,
.rs-link._link-arrow::after {
	content: "\e909";
	font-family: "icons" !important;
	display: block;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: 2px;
}

@media (max-width: 1920px) {

	.rs-link._link-arrow::before,
	.rs-link._link-arrow::after {
		font-size: calc(8px + 3 * (100vw - 320px) / 1600);
	}
}

.rs-link._link-arrow::before {
	opacity: 0;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}

@media (any-hover: hover) {
	.rs-link:hover {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	.rs-link:hover {
		margin-left: -10px;
	}

	.rs-link:hover::after {
		opacity: 0;
	}

	.rs-link:hover::before {
		opacity: 1;
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
}

.rs-input {
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	padding: 16px 24px;
	background-color: #f0f2f7;
	border-radius: 50px;
}

@media (max-width: 1920px) {
	.rs-input {
		font-size: calc(13px + 3 * (100vw - 320px) / 1600);
		line-height: calc(16px + 2 * (100vw - 320px) / 1600);
		padding: calc(12px + 4 * (100vw - 320px) / 1600) calc(16px + 8 * (100vw - 320px) / 1600);
	}
}

.rs-input::-webkit-input-placeholder {
	color: #415674;
	-webkit-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.rs-input::-moz-placeholder {
	color: #415674;
	-moz-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.rs-input:-ms-input-placeholder {
	color: #415674;
	-ms-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.rs-input::-ms-input-placeholder {
	color: #415674;
	-ms-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.rs-input::placeholder {
	color: #415674;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.rs-input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.rs-input:focus::-moz-placeholder {
	opacity: 0;
}

.rs-input:focus:-ms-input-placeholder {
	opacity: 0;
}

.rs-input:focus::-ms-input-placeholder {
	opacity: 0;
}

.rs-input:focus::placeholder {
	opacity: 0;
}

textarea.rs-input {
	resize: none;
	min-height: 110px;
	border-radius: 20px;
}

/* pagination 20/06/23 */
.pagination {
	margin-top: 18px
}

.pagination a,
.pagination {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	color: #415674;
}

.pagination span,
.pagination a {
	margin-left: 10px;
	white-space: nowrap;
}

.pagination a:hover {
	text-decoration-line: underline;
	color: #2965B0;
}

.pagination .pagination_elem {
	margin-left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	gap: 10px;
	width: 35px;
	height: 38px;
	border: 0.664966px solid #EDEDED;
	border-radius: 3.9898px
}

.pagination .pagination_firstelem {
	margin-left: 10px
}

.pagination .pagination_elem.active {
	background: #264796;
	border: 0.664966px solid #185BC3;
	color: #FFFFFF;
}