.page__itemInner--row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page__description {
	padding: 10px 0 0;
	font-size: .457rem;
	line-height: .762rem;
	text-transform: uppercase;
	max-width: 46%;
	margin: 0 0 1.46rem;
}
.b-online {}
.b-online__list {}
.b-online__item {
	border-bottom: 1px solid #000;
}
.b-online__item:last-child {
	border-bottom: 0;
}
.b-online__outer {
	padding: 30px 34px;
}
.b-online__inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.b-online__link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.b-online__image {
	min-width: 374px;
	width: 38%;
}
.b-online__image img {
	width: 100%;
	vertical-align: top;
}
.b-online__info {
	width: 62%;
	padding: 0 0 0 35px;
}
.b-online__type {
	display: inline-block;
	vertical-align: top;
	font-size: .48rem;
	line-height: .78rem;
	text-transform: uppercase;
	padding: 0 0 0 .65rem;
	position: relative;
	margin: 0 0 6px;
}
.b-online__type:before {
	content: "";
	width: .36rem;
	height: .36rem;
	background: #000;
	position: absolute;
	top: .18rem;
	left: 2px;
}
.b-online__name {
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 700;
	font-family: Druk Cy TT, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.b-online__desc {
	font-size: 0.685rem;
	line-height: 0.885rem;
}
.pagination {
	border-top: 1px solid #000;
	padding: 40px 34px;
}
.pagination ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.pagination ul li {
	padding: 0;
	margin: 0 20px 0 0;
}
.pagination ul li:before {
	display: none;
}
.pagination ul li a, .pagination ul li span {
	display: block;
	min-width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #000;
	position: relative;
}
.pagination ul li a:hover, .pagination ul li span {
	color: #fff;
	background-color: #000;
}
.pagination ul li.pagination__prev a {
	padding: 0 14px 0 54px;
}
.pagination ul li.pagination__next a {
	padding: 0 54px 0 14px;
}
.pagination ul li.pagination__prev a:after,
.pagination ul li.pagination__next a:after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(common/images/2020/pagination-arrow.svg) no-repeat 0 0;
	position: absolute;
	top: 8px;
}
.pagination ul li.pagination__prev a:after {
	left: 10px;
	transform: rotate(180deg);
}

.pagination ul li.pagination__next a:after {
	right: 10px;
}

.pagination ul li.pagination__prev a:hover:after,
.pagination ul li.pagination__next a:hover:after {
	background: url(common/images/2020/pagination-arrow-hover.svg) no-repeat 0 0;
}

/*Online Detail*/

.page__nav {
	padding: .55rem 0 0;
}
.page__nav-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: .48rem;
	line-height: .765rem;
	padding: .6rem 0;
}
.page__nav-link-back {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 45px;
	margin: 0 1.95rem 0 0;
}
.page__nav-link-back:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(common/images/2020/pagination-arrow.svg) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
	transform: rotate(180deg);
}
.newsBoard--online .newsBoard__image {
	margin-top: 0;
}
.newsBoard--online .newsBoard__preview {
	font-size: .765rem;
	line-height: .955rem;
	font-family: Akzidenz-Grotesk Pro, Arial, sans-serif;
	font-weight: 600;
	margin-top: 1.5rem;
}
.newsBoard--online .newsBoard__date {
	font-size: 1.335rem;
}
.newsBoard--online .newsBoard__left {
	padding: 2rem .8rem 3.6rem 1.4rem;
}
.newsBoard--online .newsBoard__share {
	justify-content: center;
}
.newsBoard--online .newsBoard__shareItem {
	margin: 0 .3rem;
}
.newsBoard--online .newsBoard__text {
	margin-top: 0;
}
.newsBoard--online .newsBoard__text p {
	margin-top: .76rem;
}
.newsBoard--online .newsBoard__list-ol {
	margin: 1rem 0;
	padding: 0;
	list-style-position: inside;
	font-size: .68rem;
	line-height: 1.47059;
}
.newsBoard--online .newsBoard__list-ol li {
	margin: 0 0 .35rem;
}
.newsBoard--online .newsBoard__list-ol li:last-child {
	margin: 0;
}
.newsBoard--online .newsBoard__list-ul {
	margin: 1rem 0;
}
.newsBoard--online .newsBoard__list-ul li {
	margin: 0 0 .35rem;
}
.newsBoard--online .newsBoard__list-ul li:last-child {
	margin: 0;
}
.newsBoard--online .newsBoard__head h3 {
	font-size: 1rem;
	line-height: 1;
	font-family: Akzidenz-Grotesk Pro, Arial, sans-serif;
	font-weight: 600;
	text-transform: none;
}
.newsBoard--online .newsBoard__quote {
	font-size: .68rem;
	line-height: 1.47059;
	text-transform: uppercase;
	padding: 0 0 0 30px;
	margin: 1.5rem 0;
	position: relative;
}
.newsBoard--online .newsBoard__quote:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}
.newsBoard--online .newsBoard__quote p {
	font-size: inherit;
	line-height: inherit;
}
.newsBoard--online .eventPage__video--detail {
	margin-top: 1.5rem;
}
.newsBoard--online .eventPage__video-title {
	font-size: 1.75rem;
	line-height: 1;
	font-weight: 700;
	font-family: Druk Cy TT, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 1rem;
}
.newsBoard--online .newsBoard__bottom {
	padding-top: 8.5rem;
}
.page-upload-file {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: .6rem 0;
}
.page-upload--materials .page-upload-file {
	border-bottom: 0;
}
.page-upload__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-upload__input {
	position: relative;
}
.page-upload__input input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.page-upload__label {
	display: inline-block;
	vertical-align: top;
	font-size: .48rem;
	line-height: .765rem;
	border: 1px solid #000;
	text-transform: uppercase;
	padding: .54rem .64rem;
	transition: all .3s ease-in-out;
}
.page-upload__input input:hover + .page-upload__label {
	color: #fff;
	background-color: #000;
}
.page-upload__group {
	display: none;
	justify-content: center;
}
.page-upload__txt {
	outline: none;
	display: block;
	height: 1.91rem;
	width: 52%;
	padding: 0 25px;
	border: 1px solid #000;
	text-transform: uppercase;
	font-size: .48rem;
	font-family: Akzidenz-Grotesk Pro, Arial, sans-serif;
}
.page-upload__btn {
	cursor: pointer;
	outline: none;
	border: 1px solid #000;
	height: 1.91rem;
	font-size: .575rem;
	font-weight: 500;
	background: #fff;
	text-transform: uppercase;
	font-family: Akzidenz-Grotesk Pro, Arial, sans-serif;
	padding: 0 .75rem;
	margin: 0 0 0 .765rem;
	transition: all .3s ease-in-out;
}
.page-upload__btn:hover {
	color: #fff;
	background: #000;
}
.upload-loader {
	display: none;
	justify-content: center;
	align-items: center;
	height: 1.91rem;
	font-size: .48rem;
	text-transform: uppercase;
}
.upload-loader__icon {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	background: url(images/upload-loader.svg) no-repeat 0 0 / contain;
	margin: -1px 10px 0 0;
}
.page-upload__success {
	display: none;
	font-size: .48rem;
	line-height: .78rem;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 30px 0 0;
}
.page-upload__success:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(images/upload-success.svg) no-repeat 0 0 / contain;
	position: absolute;
	top: 0;
	left: 0;
}

.additional {
	width: 100%;
}
.additional h3 {
	margin-bottom: 1.15rem;
}
.additional__inner {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.additional__item {
	width: 50%;
	height: auto;
	min-height: 100%;
	-webkit-box-shadow: 1px 0 0 0 #000,0 1px 0 0 #000,1px 1px 0 0 #000,1px 0 0 0 #000 inset,0 1px 0 0 #000 inset;
	box-shadow: 1px 0 0 0 #000,0 1px 0 0 #000,1px 1px 0 0 #000,inset 1px 0 0 0 #000,inset 0 1px 0 0 #000;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.additional__itemInner {
	padding: 20px 20px 30px 20px;
}
.additional__itemImage {
	width: auto;
	height: 180px;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0 auto 15px;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	border: 1px solid transparent;
}
.additional__itemName {
	font-size: 1.335rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Druk Cy TT, Arial, sans-serif;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.additional__item .e-badge {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.additional__item:hover {
	background: #000;
}
.additional__item:hover .additional__itemName,
.additional__item:hover .e-badge {
	color: #fff;
}
.additional__item:hover .e-badge:before {
	background: #fff;
}

@media (max-width: 991px) {
	.page__header.page__header--detail {
		padding: 0;
	}
	.page__header.page__header--detail .page__itemInner.page__itemInner--detail {
		padding: 1.25rem;;
	}
	.page__itemInner.page__itemInner--detail .page__title {
		padding: 0 0 .8rem;
	}
	.newsBoard--online .newsBoard__inner {
		flex-direction: column;
	}
	.newsBoard--online .newsBoard__left {
		width: 100%;
		padding: 0 1.25rem;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.newsBoard--online .newsBoard__top, .newsBoard--online .newsBoard__bottom {
		padding: 0;
	}
	.newsBoard--online .newsBoard__right {
		padding: 1.25rem 1.25rem 2rem;
	}
	.newsBoard--online .newsBoard__left.newsBoard__left--additional {
		display: none;
	}
}

@media (max-width: 767px) {
	.b-online__outer {
		padding: 20px;
	}
	.b-online__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.b-online__image {
		min-width: 100%;
		width: 100%;
		margin: 0 0 20px;
	}
	.b-online__info {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.b-online__name {
		margin: 0 0 10px;
	}
	.pagination {
		padding: 15px 20px;
	}
	.pagination ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pagination ul li {
		margin: 5px 10px 5px 0;
	}
	.pagination ul li.pagination__prev,
	.pagination ul li.pagination__next {
		width: 100%;
		margin-right: 0;
	}
	.page__header.page__header--detail .page__itemInner.page__itemInner--detail {
		padding: .685rem;
	}
	.page__itemInner--detail .page__nav {
		padding: 0;
	}
	.page__itemInner.page__itemInner--detail .page__title {
		padding: 0 0 .685rem;
	}
	.newsBoard--online .newsBoard__left {
		padding: 0 .685rem;
	}
	.newsBoard--online .newsBoard__right {
		padding: .685rem;
	}
	.newsBoard--online .newsBoard__preview {
		margin-top: 1rem;
	}
	.newsBoard--online .newsBoard__list-ol,
	.newsBoard--online .newsBoard__list-ul {
		margin: .685rem 0;
	}
	.newsBoard--online .newsBoard__quote {
		margin: 1rem 0;
		padding: 0 0 0 20px;
	}
	.newsBoard--online .eventPage__video--detail {
		margin-top: 1rem;
		margin-bottom: 0;
	}
	.newsBoard--online .eventPage__video-title {
		font-size: 1.4rem;
		text-align: center;
		margin-top: .685rem;
	}
	.additional {
		padding: 1rem 0;
	}
	.additional h3 {
		margin-bottom: .685rem;
	}
	.additional__item {
		width: 100%;
	}
	.page-upload__txt {
		width: 75%;
	}
	.page-upload__btn {
		padding: 0;
		width: 50px;
		text-indent: -9999px;
		background: url(images/upload-btn-arrow-xs.svg) no-repeat center;
	}
	.page-upload__btn:hover {
		background-image: url(images/upload-btn-arrow-xs-hover.svg);
		background-repeat: no-repeat;
		background-position: center;
	}
	.page-upload__label--more {
		padding: 0;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
		background: url(images/upload-more-xs.svg) no-repeat center;
	}
	.page-upload__input input:hover + .page-upload__label--more {
		background-image: url(images/upload-more-xs-hover.svg);
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media (max-width: 500px) {
	.page__description {
		max-width: 100%;
		padding: 20px 0 0;
		margin: 0;
	}
	.newsBoard--online .newsBoard__bottom {
		display: block;
	}
	.newsBoard--online .newsBoard__bottom--mobileOn {
		display: none;
	}
}

/*AZ-deti*/

.schedule--children {
	position: relative;
}
.page__item.page__item--children-slider {
	border-top: 1px solid #000;
	border-bottom: 0;
}
.page__item--children-slider .page__title {
	padding: 1rem 0 0;
}
.slider__date {
	font-size: .68rem;
	padding: 15px 0 0;
}
.az-more {
	position: relative;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid black;
	background-color: white;
	margin-top: -3px;
	z-index: 1;
}
.az-more.hidden {
	opacity: 0;
	visibility: hidden;
	padding: 0;
	max-height: 0;
	margin-bottom: -1px;
}
.az-more__link {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	font-size: 15px;
	font-family: Akzidenz-Grotesk Pro Med, Arial, sans-serif;
	font-weight: 500;
	padding: 14px 60px 10px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.az-more__link:hover {
	color: #fff;
	background: #000;
}
.az-more--mobile {
	display: none;
}
.az-more--mobile .az-more__link {
	border: none;
}
.az-more--mobile .az-more__link:hover {
	background-color: white;
}
@media (max-width: 500px) {
	.az-more--mobile {
		display: block;
	}
	.az-more--mobile + .az-more {
		display: none;
	}
}
.schedule--children .scheduleItem__bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.page__itemInner.page__itemInner--works {
	border-top: 1px solid #000;
	padding-top: 1.62rem;
	padding-bottom: 1.62rem;
}
.page__item--works .store--slider .store__item {
	min-height: 100%;
}
.page__item--works .store--slider .store__item img {
	width: 100%;
	vertical-align: top;
}
.store__author {
	text-transform: none;
	font-size: .61rem;
	line-height: 1.56;
	padding: 15px 0 0;
	transition: all .3s ease-in-out;
}
.store__item:hover .store__author {
	color: #fff;
}
.dec-sheet {
	display: block;
	width: 370px;
	height: 287px;
	background: url(images/sheet.svg) no-repeat 0 0 / contain;
	position: absolute;
	top: 6.65rem;
	left: .765rem;
	z-index: -1;
}
.dec-tree {
	display: block;
	width: 225px;
	height: 232px;
	background: url(images/tree.svg) no-repeat 0 0 / contain;
	position: absolute;
	bottom: 38.8rem;
	right: .915rem;
	z-index: -1;
}
.dec-dec {
	display: block;
	width: 287px;
	height: 295px;
	background: url(images/dec.svg) no-repeat 0 0 / contain;
	position: absolute;
	bottom: 19.75rem;
	left: 4.1rem;
	z-index: -1;
}

.filter__item.filter__item--no-b-right {
	border-right: 0;
}

@media (max-width: 900px) {
	.dec-sheet {
		width: 247px;
		height: 292px;
		top: 254px;
		left: 353px;
	}
	.dec-tree {
		width: 187px;
		height: 192px;
		right: 32px;
		bottom: 1108px;
	}
	.dec-dec {
		width: 180px;
		height: 185px;
		bottom: 642px;
		left: 127px;
	}
	.page__item--children-slider .slider__textItem {
		top: 0 !important;
	}
	.page__item--children-slider .slider__content {
		margin-top: .5rem;
	}
	.page__item--children-slider .slider__text {
		padding-bottom: 0;
	}
}
@media (max-width: 767px) {
	.dec-sheet {
		width: 125px;
		height: 97px;
		top: 362px;
		left: auto;
		right: 0;
	}
	.dec-tree {
		width: 101px;
		height: 104px;
		right: auto;
		left: 20px;
		bottom: 1290px;
	}
	.dec-dec {
		width: 98px;
		height: 101px;
		bottom: 906px;
		left: auto;
		right: 10px;
	}
}

/*News*/

.page__item.page__item--news {
	border-top: 1px solid #000;
}
.newsList__item {
	position: relative;
	transition: all .3s ease-in-out;
}
.newsList__badge {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: .48rem;
	line-height: .78rem;
	padding: 0 0 0 .65rem;
	position: relative;
	margin: 0 0 10px;
	transition: all .3s ease-in-out;
}
.newsList__badge:before {
	content: "";
	width: .36rem;
	height: .36rem;
	background: #000;
	position: absolute;
	top: .18rem;
	left: 2px;
	transition: all .3s ease-in-out;
}
.newsList__item {
	cursor: pointer;
}
.newsList__one .newsList__item {
	min-height: 100%;
	padding: .6rem 1.3rem;
}
.newsList__wrapper {
	padding: 0 0 45px;
}
.newsList__one .newsList__image {
	margin: 0 0 15px;
}
.newsList__one .newsList__image img {
	width: 100%;
	vertical-align: top;
}
.newsList__four .newsList__item {
	width: 50%;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.newsList__four .newsList__item:last-child,
.newsList__four .newsList__item:nth-last-child(2) {
	border-bottom: 0;
}
.newsList__four .newsList__item {
	padding: .765rem;
}
.newsList__four .newsList__badge {
	display: none;
	margin: 0 0 5px;
}
.newsList__four .newsList__image {
	margin: 0 0 10px;
}
.newsList__four .newsList__image img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.newsList__one .newsList__title {
	font-size: .955rem;
	line-height: 1.276rem;
	text-transform: none;
	transition: all .3s ease-in-out;
}
.newsList__four .newsList__title {
	text-transform: none;
	font-size: .575rem;
	line-height: .725rem;
	transition: all .3s ease-in-out;
}
.newsList__date {
	font-size: 1.4rem;
	font-weight: 700;
	font-family: Druk Cy TT, Arial, sans-serif;
	line-height: 1;
	position: absolute;
	bottom: 20px;
	transition: all .3s ease-in-out;
}
.newsList__item:hover {
	background: #000;
}
.largeLink:hover .newsItem__inner, .largeLink:hover > .page__itemInner {
	background: #000;
}
.newsList__item:hover .largeLink {
	color: #fff;
}
.newsList__item:hover .newsList__badge {
	color: #fff;
}
.newsList__item:hover .newsList__badge:before {
	background: #fff;
}

.slider.slider--detail {
	min-height: auto;
	padding-top: 0;
}
.slider.slider--detail .slider__item {
	min-height: 385px;
}
.slider.slider--detail .slider__image img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 991px) {
	.newsList__one .newsList__title {
		font-size: .8rem;
		line-height: 1rem;
	}
	.newsList__four .newsList__item {
		width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: .6rem 1rem;
	}
	.newsList__four .newsList__item:nth-last-child(2) {
		border-bottom: 1px solid #000;
	}
	.newsList__four .newsList__image {
		display: none;
	}
	.newsList__four .newsList__badge {
		margin: 0 0 5px 75px;
	}
	.newsList__four .newsList__wrapper {
		padding: 0;
	}
	.newsList__four .newsList__title {
		padding: 0 0 0 75px;
	}
	.newsList__four .newsList__date {
		bottom: auto;
		top: 15px;
	}
	.slider.slider--detail .slider__textItem {
		top: 0 !important;
	}
	.slider.slider--detail .slider__nav {
		display: block;
	}
	.slider.slider--detail .slider__dots {
		display: none;
	}
}

@media (max-width: 767px) {
	.newsList__one {
		display: block;
	}
	.page__item--news .newsList__four {
		width: 100%;
	}
	.newsList__four .newsList__item {
		padding: .6rem;
	}
	.schedule--children .scheduleItem__bottom {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.slider.slider--detail .slider__item {
		min-height: auto;
		background-position: 0 0;
	}
}
@media (max-width: 500px) {
	.slider.slider--detail {
		margin-bottom: 1rem;
	}
	.slider.slider--detail .slider__text {
		margin-top: 0;
	}
	.slider.slider--detail .slider__content {
		display: flex;
		flex-direction: column-reverse;
	}
	.slider.slider--detail .slider__nav {
		display: none;
	}
	.slider.slider--detail .slider__dots {
		display: block;
		margin-top: 1.8rem;
	}
}

/*Search*/

.search {
	padding: 1.145rem 0;
}
.search__input {
	position: relative;
}
.search__txt {
	outline: none;
	width: 100%;
	height: 2.365rem;
	border: 1px solid #000;
	padding: 0 4rem 0 2.2rem;
	font-size: .535rem;
	text-transform: uppercase;
}
.search__btn {
	cursor: pointer;
	outline: none;
	position: absolute;
	top: .55rem;
	left: .55rem;
	width: 1.15rem;
	height: 1.15rem;
	background: url(images/search-icon.svg) no-repeat 0 0 / cover;
	text-indent: -9999px;
}
.search__clear {
	cursor: pointer;
	position: absolute;
	top: .8rem;
	right: 1rem;
	z-index: 2;
	font-size: .46rem;
	text-transform: uppercase;
}
.search-history {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 5;
}
.search-history__item {
	position: relative;
}
.search-history__link {
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: #000;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	font-size: .535rem;
	line-height: .765rem;
	padding: .63rem .765rem;
	transition: all .3s ease-in-out;
}
.search-history__item:hover .search-history__link {
	color: #000;
	background: #fff;
}
.search-history__remove {
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/search-remove-bg.svg) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -10px;
}
.search-history__item:hover .search-history__remove {
	background: url(images/search-remove-bg-hover.svg) no-repeat 0 0;
}
.search-page {
	padding: 0 1.4rem;
}
.search-page__result-count {
	padding-left: 1.4rem;
	margin-bottom: 20px;
	font-size: 0.6rem;
}
.search-page--result {
	padding-left: 0;
	padding-right: 0;
}
.search-page__label {
	font-size: .575rem;
	line-height: .775rem;
	text-transform: uppercase;
	padding: .385rem 0 .765rem;
}
.search-page__list {}
.search-page__item {
	margin: 0 0 .765rem;
}
.search-page__link {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 1.72rem;
	line-height: 1.53rem;
	font-family: Druk Cy TT, Arial, sans-serif;
	font-weight: 700;
}
.search-page__errow {
	min-height: 30vh;
	font-size: .955rem;
	line-height: 1.22rem;
	padding: .385rem 0 0;
}
.search-page__errow p {
	font-size: inherit;
	line-height: inherit;
}
.search-page__errow a {
	text-transform: inherit !important;
}
.search-page__errow font.notetext {
	color: #000;
}
.search-page-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 1.4rem 1.525rem;
	font-family: Druk Cy TT, Arial, sans-serif;
	font-weight: 700;
}
.search-page-menu__link {
	display: inline-block;
	vertical-align: top;
	font-size: .765rem;
	line-height: .765rem;
	margin-right: 1rem;
}
.search-page-menu__count {
	display: inline-block;
	opacity: .2;
	margin-left: 5px;
}
.filter--xs {
	display: none;
}
.filter--single .filter__item {
	border-right: 0;
}
.filter.filter--relative {
	position: relative;
	top: 0;
	z-index: 3;
}
.search-page--result .scheduleItem {
	padding: 2rem 1.4rem;
}
.search-page--result .scheduleItem:first-child {
	padding-top: 0;
}
.search-page--result .scheduleItem:last-child {
	padding: 2rem 1.4rem;
}
.scheduleItem__description {
	font-size: .685rem;
	line-height: .885rem;
	padding: .385rem 0 0;
}

@media (max-width: 900px) {
	.search {
		padding: 0;
	}
	.search-page {
		padding: 0 1.04rem 3rem;
	}
	.search-page__result-count {
		padding-left: 1.04rem;
	}
	.search-page--result {
		padding: 0;
	}
	.search-page__label {
		font-size: 15px;
		line-height: 20px;
	}
	.search-page__item {
		margin: 0 0 15px;
	}
	.search-page__link {
		font-size: 35px;
		line-height: 35px;
	}
	.search-page-menu {
		padding: 0 1.04rem 2rem;
	}
	.search-page--result .scheduleItem,
	.search-page--result .scheduleItem:last-child {
		padding: 1.6rem 1.04rem;
	}
}

@media (max-width: 767px) {
	.search__txt {
		height: 2.12rem;

	}
	.search__btn {
		top: .45rem;
		right: .45rem;
	}
	.search__clear {
		display: none;
	}
	.search-page {
		padding: 0 .64rem 1.04rem;
	}
	.search-page__result-count {
		padding-left: 0.64rem;
	}
	.search-page--result {
		padding: 0;
	}
	.search-page__item {
		margin: 0 0 5px;
	}
	.search-page__link {
		font-size: 24px;
		line-height: 28px;
	}
	.search-page__errow {
		min-height: auto;
		padding: 0;
		font-size: 17px;
		line-height: 26px;
	}
	.search-page-menu {
		display: none;
	}
	.filter--xs {
		display: block;
	}
	.search-page--result .scheduleItem,
	.search-page--result .scheduleItem:first-child,
	.search-page--result .scheduleItem:last-child {
		padding: 20px;
	}
	.scheduleItem__description {
		text-align: center;
		padding: 0;
		font-size: 15px;
		line-height: 19px;
	}
}

/*Show page*/

.page__title.page__title--show {
	padding-bottom: 1.3rem;
}
.show-more__link {
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: .5rem .84rem .74rem;
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-family: Druk Cy TT, Arial, sans-serif;
	font-weight: 700;
	position: relative;
}
.show-more__link:after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(common/images/2020/pagination-arrow.svg) no-repeat 0 0;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 1.15rem;
}
.filter--show .filter__item:last-child {
	border-right: 0;
}
.schedule__error {
	text-transform: uppercase;
	font-size: .955rem;
	line-height: 1.22rem;
	padding: 0 0 25px;
}

.filter__link {
	display: block;
	padding: .92rem 2.8rem .92rem 1.32rem;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-family: Druk Cy TT,Arial,sans-serif;
	font-weight: 700;
	font-size: .8rem;
	line-height: 1.75;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}

.filter__link, .filter__link:after {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.filter__link:after {
	content: "";
	display: block;
	position: absolute;
	width: 1.36rem;
	height: 1.36rem;
	border: 1px solid #000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.filter__link--active:after {
	background: #000;
}

.filter.filter-show--mobile .selectric-items {
	max-width: 100%;
}

.nav-more {
	padding-top: 1.04rem;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.nav-more__item {}
.nav-more__item a {
	font-family: Druk Cy TT, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 0.93333;
	display: inline-block;
	color: #000;
	position: relative;
	text-shadow: 1px 1px 0 transparent, -1px -1px 0 transparent, 1px -1px 0 transparent, -1px 1px 0 transparent, 1px 1px 0 transparent;
}
.nav-more__item a:hover {
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.menu--opened .nav-more {
	-webkit-transition-delay: 1.66s;
	-o-transition-delay: 1.66s;
	transition-delay: 1.66s;
	opacity: 1;
}
.nav-more--xs {
	opacity: 1;
}
.nav-more--xs .nav-more__item a {
	font-size: 1.4rem;
}
.footer .text_s a.underline {
	text-transform: none;
}
.footer .mode {
	margin: 0 0 10px;
}
.footer .mode-row {
	display: flex;
	max-width: 10rem;
}
.footer .more-label {
	width: 50%;
}

@media (max-width: 900px) {
	.page__title.page__title--show {
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.filter--show {
		display: none;
	}
	.show-more__link {
		font-size: 20px;
		line-height: 20px;
		padding: 16px 20px 20px;
	}
	.show-more__link:after {
		right: 20px;
	}
	.schedule__error {
		font-size: 20px;
		line-height: 26px;
		padding: 0 0 100px;
	}
}

@media (max-width: 500px) {
	.footer .mode {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer .mode-row {
		width: 47%;
		flex-direction: column;
		max-width: 100%;
		margin: 10px 0 0;
	}
	.footer .more-label {
		width: 100%;
	}
}

.index-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1002;
	background: rgba(0, 0, 0, .8);

	display: none;
}
.index-modal__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1003;
	background: #fff;

	display: none;
}
.index-modal__inner {

}
.index-modal__form {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid #000;
}
.index-modal__item {
	padding: 20px 20px 22px 21px;
	box-sizing: border-box;
	border-left: 1px solid #000;
}

.index-modal__header {
	display: block;
	margin-bottom: 20px;

	font-family: 'Druk Cy TT', Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	text-transform: uppercase;
	color: #000000;
}
.index-modal__option {
	display: flex;
	justify-content: start;
	align-items: center;
}

.index-modal__label {
	position: relative;
	cursor: pointer;
}
.index-modal__label:not(:last-child) {
	margin-right: 20px;
}
.index-modal__check {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}
.index-modal__check:checked + .index-modal__custom-check {
	border: 1px solid #000;
}
.index-modal__custom-check {
	font-family: 'Druk Cy TT', Arial, sans-serif;
	font-weight: 700;
	width: 30px;
	height: 30px;
	box-sizing: border-box;

	display: flex;
	justify-content: center;
	align-items: center;


	border-bottom: 1px solid #000000;
}
.index-modal__check:checked + .index-modal__custom-check.--check::before {
	transform: translateX(108%);
}
.index-modal__custom-check.--check {
	width: 60px;
	background: #000;
	border-radius: 60px;
	position: relative;
}
.index-modal__custom-check.--check::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	transition: .3s;
}

.index-modal__custom-check.--min {
	font-size: 10px;
}
.index-modal__custom-check.--medium {
	font-size: 15px;
}
.index-modal__custom-check.--semi {
	font-size: 20px;
}
.index-modal__custom-check.--big {
	font-size: 25px;
}

.index-modal__custom-check.--check {
	border: 1px solid #000;
}
.index-modal__check:checked + .index-modal__custom-check.--check {
	background: #000;
}
.dash {
	height: 1px;
	width: 30px;
	background: #000;
}

.theme .index-modal__custom-check {
	border: 1px solid #000;
}
.theme .index-modal__custom-check::before {
	content: '';
	width: 10px;
	height: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #000;
}
.theme .index-modal__custom-check.--dark {
	background: #000;
}
.theme .index-modal__custom-check.--dark::before {
	background: #fff;
}

/* body {
	transition: background-image .3s;
} */
html {
	transition: font-size .3s;
}

body.--overflow-hidden {
	overflow: hidden !important;
}
body.--no-image img:not(.no-image-image) {
	opacity: 0 !important;
}
body.--no-image [style^="background-image:"] {
	background-image: none !important;
	background: transparent !important;
}

html.--fz-mini {
	font-size: 1.8248vw !important;
}
html.--fz-medium {
	font-size: 2vw !important;
}
html.--fz-semi {
	font-size: 2.200vw !important;
}
html.--fz-big {
	font-size: 2.800vw !important;
}

html.--fz-medium .newsItem,
html.--fz-semi .newsItem,
html.--fz-big .newsItem {
	width: 100%;
}

html.--dark-theme body * {
	border-color: #fff !important;
}
html.--dark-theme body .page__inner,
html.--dark-theme body .index-modal__form,
html.--dark-theme body .tabs__item,
html.--dark-theme body {
	background-color: #000;
}
/* html.--dark-theme body .index-modal__check:checked + .index-modal__custom-check {
	border-color: #fff;
} */
html.--dark-theme * {
	color: #fff !important;
}