.rs-main-info {
	margin-top: 70px;
	margin-bottom: 70px;
	position: relative;
}

@media (max-width: 1920px) {
	.rs-main-info {
		margin-top: calc(20px + 50 * (100vw - 320px) / 1600);
		margin-bottom: calc(30px + 40 * (100vw - 320px) / 1600);
	}
}

.rs-main-info__tabs_navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rs-main-info__tabs_title {
	padding: 15px 37px;
	background-color: #ffffff;
	border-radius: 50px;
	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-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	z-index: 1;
	margin-bottom: 33px;
}

@media (max-width: 1920px) {
	.rs-main-info__tabs_title {
		padding: 15px calc(14px + 23 * (100vw - 320px) / 1600);
		font-size: calc(13px + 7 * (100vw - 320px) / 1600);
		line-height: calc(16px + 9 * (100vw - 320px) / 1600);
		margin-bottom: calc(8px + 25 * (100vw - 320px) / 1600);
	}
}

.rs-main-info__tabs_title 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-main-info__tabs_title span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #264796;
	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-main-info__tabs_title:hover {
		color: #fff;
		background-color: #264796;
		-webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0.3s;
		-o-transition: color 0.3s ease 0s, background-color 0.3s ease 0.3s;
		transition: color 0.3s ease 0s, background-color 0.3s ease 0.3s;
	}

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

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

.rs-main-info__tabs_title:not(:last-child) {
	margin-right: 39px;
}

@media (max-width: 1920px) {
	.rs-main-info__tabs_title:not(:last-child) {
		margin-right: calc(5px + 34 * (100vw - 320px) / 1600);
	}
}

.rs-main-info__tabs_title._tab-active {
	background-color: #264796;
	color: #fff;
	-webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0.3s;
	-o-transition: color 0.3s ease 0s, background-color 0.3s ease 0.3s;
	transition: color 0.3s ease 0s, background-color 0.3s ease 0.3s;
}

.rs-main-info__tabs_title._tab-active span {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.rs-main-info__tabs_title._tab-active span::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@media (min-width: 993px) {
	.rs-event__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.rs-event__main {
	width: 100%;
	padding: 57px 78px 59px 70px;
	background: #ffffff;
	border-radius: 10px;
}

@media (max-width: 1920px) {
	.rs-event__main {
		padding: calc(17px + 40 * (100vw - 320px) / 1600) calc(19px + 59 * (100vw - 320px) / 1600) calc(20px + 39 * (100vw - 320px) / 1600) calc(19px + 51 * (100vw - 320px) / 1600);
	}
}

@media (min-width: 993px) {
	.rs-event__main {
		max-width: 1012px;
		margin-right: 30px;
	}
}

@media (min-width: 993px) and (max-width: 1920px) {
	.rs-event__main {
		max-width: calc(550px + 462 * (100vw - 992px) / 928);
	}
}

@media (max-width: 992px) {
	.rs-event__main {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) and (max-width: 1920px) {
	.rs-event__main {
		margin-bottom: calc(15px + 15 * (100vw - 320px) / 672);
	}
}

.rs-event__slide {
	width: 100%;
	height: 100%;
	opacity: 0 !important;
	visibility: hidden !important;
}

.rs-event__slide.swiper-slide-active {
	opacity: 1 !important;
	visibility: visible !important;
}

.rs-event__item {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.rs-event__description h5 {
	margin-bottom: 8px;
}

@media (max-width: 1920px) {
	.rs-event__description h5 {
		margin-bottom: calc(6px + 2 * (100vw - 320px) / 1600);
	}
}

.rs-event__description h2 {
	margin-bottom: 7px;
}

@media (max-width: 1920px) {
	.rs-event__description h2 {
		margin-bottom: calc(3px + 4 * (100vw - 320px) / 1600);
	}
}

.rs-event__description a {
	margin-top: 26px;
}

@media (max-width: 1920px) {
	.rs-event__description a {
		margin-top: calc(15px + 11 * (100vw - 320px) / 1600);
	}
}

.rs-event__img {
	margin-top: 26px;
	border-radius: 10px;
	width: 100%;
	height: 279px;
	overflow: hidden;
}

@media (max-width: 1920px) {
	.rs-event__img {
		height: calc(158px + 121 * (100vw - 320px) / 1600);
		margin-top: calc(20px + 6 * (100vw - 320px) / 1600);
	}
}

.rs-event__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.rs-event__footer {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1920px) {
	.rs-event__footer {
		margin-top: calc(15px + 25 * (100vw - 320px) / 1600);
	}
}

.rs-event__news {
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
}

.rs-event__news_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 37px 40px 23px;
	border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

@media (max-width: 1920px) {
	.rs-event__news_header {
		padding: calc(23px + 14 * (100vw - 320px) / 1600) calc(15px + 25 * (100vw - 320px) / 1600) calc(20px + 3 * (100vw - 320px) / 1600) calc(20px + 20 * (100vw - 320px) / 1600);
	}
}

@media (min-width: 993px) {
	.rs-event__news_header {
		margin-bottom: 10px;
	}
}

.rs-event__news_list ul li:not(:last-child) {
	border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

.rs-event__news_list ul li a {
	display: block;
	padding: 30px 42.5px 31px;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

@media (max-width: 1920px) {
	.rs-event__news_list ul li a {
		padding: calc(15px + 15 * (100vw - 320px) / 1600) calc(20px + 22.5 * (100vw - 320px) / 1600) calc(13px + 18 * (100vw - 320px) / 1600);
	}
}

.rs-event__news_list ul li a p {
	font-weight: 500;
}

.rs-event__news_list ul li a span {
	margin-top: 8px;
}

@media (max-width: 1920px) {
	.rs-event__news_list ul li a span {
		margin-top: calc(3px + 5 * (100vw - 320px) / 1600);
	}
}

@media (any-hover: hover) {
	.rs-event__news_list ul li a:hover {
		color: #264796;
	}
}

.rs-news__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.rs-news__item {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 35px 30px 30px;
	position: relative;
}

@media (max-width: 1920px) {
	.rs-news__item {
		padding: calc(20px + 10 * (100vw - 320px) / 1600) calc(20px + 15 * (100vw - 320px) / 1600) calc(20px + 10 * (100vw - 320px) / 1600) calc(20px + 10 * (100vw - 320px) / 1600);
	}
}

@media (max-width: 768px) {
	.rs-news__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.rs-news__item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: inherit;
	background: #ffffff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
	.rs-news__item:hover .rs-news__img img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.rs-news__item:hover::after {
		top: -5px;
		left: -5px;
		right: -5px;
		bottom: -5px;
		width: calc(100% + 10px);
		height: calc(100% + 10px);
	}
}

.rs-news__item:not(:last-child) {
	margin-bottom: 22px;
}

@media (max-width: 1920px) {
	.rs-news__item:not(:last-child) {
		margin-bottom: calc(8px + 14 * (100vw - 320px) / 1600);
	}
}

.rs-news__img {
	width: 100%;
	height: 118px;
	background: transparent;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 769px) {
	.rs-news__img {
		max-width: 260px;
	}
}

@media (min-width: 769px) and (max-width: 1920px) {
	.rs-news__img {
		max-width: calc(200px + 60 * (100vw - 768px) / 1152);
	}
}

.rs-news__img img {
	max-width: 100%;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.rs-news__description {
	width: 100%;
	height: 100%;
}

@media (min-width: 769px) {
	.rs-news__description {
		margin-left: 30px;
	}
}

@media (min-width: 769px) and (max-width: 1920px) {
	.rs-news__description {
		margin-left: calc(15px + 15 * (100vw - 768px) / 1152);
	}
}

@media (max-width: 768px) {
	.rs-news__description {
		margin-top: 30px;
	}
}

@media (max-width: 768px) and (max-width: 1920px) {
	.rs-news__description {
		margin-top: calc(10px + 10 * (100vw - 320px) / 448);
	}
}

.rs-news__description h5.date-title {
	margin-bottom: 5px;
}

.rs-news__description p {
	margin-top: 3px;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 27px;
}

@media (max-width: 1920px) {
	.rs-news__description p {
		font-size: calc(14px + 7 * (100vw - 320px) / 1600);
		line-height: calc(17.5px + 9.5 * (100vw - 320px) / 1600);
	}
}

.rs-news__description p a {
	font-size: 21px;
	line-height: 27px;
}

@media (max-width: 1920px) {
	.rs-news__description p a {
		font-size: calc(14px + 7 * (100vw - 320px) / 1600);
		line-height: calc(17.5px + 9.5 * (100vw - 320px) / 1600);
	}
}

@media (max-width: 768px) {
	.rs-news__description p a {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 7px;
	}
}

.rs-photogallery__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px;
}

@media (max-width: 1920px) {
	.rs-photogallery__list {
		margin: calc(-4px + -11 * (100vw - 320px) / 1600);
	}
}

.rs-photogallery__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	padding: 15px;
}

@media (max-width: 1920px) {
	.rs-photogallery__item {
		padding: calc(4px + 11 * (100vw - 320px) / 1600);
	}
}

@media (max-width: 992px) {
	.rs-photogallery__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (max-width: 540px) {
	.rs-photogallery__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.rs-photogallery__link {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px;
	border-radius: 10px;
	position: relative;
}

@media (max-width: 1920px) {
	.rs-photogallery__link {
		padding: calc(20px + 10 * (100vw - 320px) / 1600);
	}
}

.rs-photogallery__link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: inherit;
	background: #ffffff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
	.rs-photogallery__link:hover .rs-photogallery__img img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.rs-photogallery__link:hover::after {
		top: -5px;
		left: -5px;
		right: -5px;
		bottom: -5px;
		width: calc(100% + 10px);
		height: calc(100% + 10px);
	}
}

.rs-photogallery__img {
	width: 100%;
	height: 230px;
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width: 1920px) {
	.rs-photogallery__img {
		height: calc(162px + 68 * (100vw - 320px) / 1600);
	}
}

.rs-photogallery__img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 1s ease 0s;
	transition: -webkit-transform 1s ease 0s;
	-o-transition: transform 1s ease 0s;
	transition: transform 1s ease 0s;
	transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

.rs-photogallery__description {
	margin-top: 15px;
}

@media (max-width: 1920px) {
	.rs-photogallery__description {
		margin-top: calc(10px + 5 * (100vw - 320px) / 1600);
	}
}

.rs-photogallery__description h6 {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
}

.rs-photogallery__description h5.date-title {
	margin-top: 8px;
}

@media (max-width: 1920px) {
	.rs-photogallery__description h5.date-title {
		margin-top: calc(3px + 5 * (100vw - 320px) / 448);
	}
}

/* bagfix 20/06/23 */
.rs-contact .rs-news {
	margin: 20px 0px;
}

.rs-contact .rs-photogallery {
	margin: 20px 0px;
}

.rs-contact .rs-photogallery {
	margin: 20px 0px;
}

.rs-contact {
	margin-bottom: 80px;
}

@media (max-width: 1920px) {
	.rs-contact {
		margin-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
	}
}