@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=cyrillic');
body {
	/*background: #222534;*/
	background: #fff;
	font-family: "Open Sans";
	font-size: 100%;
	color: #222 !important;
}
.visual-portal-wrapper {
	min-height: 100vh;
	position: relative;
	padding-bottom: 188px;
}
.main-title {
	margin-bottom: 30px;
	text-align: center;
	padding-top: 10px;
}
.logo__wrp {
	/* padding: 30px 0; */
	/* max-width: 128px; */
	float: left;
}
.logo__img {
	width: 100%;
	max-width: 128px;
	height: 100%;
	object-fit: contain;
	background: none;
}
.lang {
	width: auto;
	float: right;
	/* padding: 30px 0 !important; */
}
.lang a {
	display: inline-block;
	margin-left: 20px;
	width: 40px;
	height: 25px;
	border: 1px solid #efefef;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.lang a:hover,
.lang a:focus {
	border-color: #E25826;
}
.lang a img {
	display: block;
	width: 100%;
	height: 100%;
}
.menu__reg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
}
.menu__reg a {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	margin: 0 15px 10px 0;
	padding: 10px 10px;
	width: calc(25% - 30px);
	max-width: 300px;
	background: #A8A9AD;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 100;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.menu__reg a:hover,
.menu__reg a:focus {
	color: #fff;
	background: #E25826;
}

.exhib__item {
	text-align: center;
	/* width: calc(25% - 3px); */
	/* display: inline-block; */
	padding: 15px 15px;
}
.exhib__item h3 {
	position: absolute;
	top: 15%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	font-size: 16px;
	font-weight: 300;
	/* text-transform: none; */
	padding-top: 30px;
}
.exhib__item a {
	position: relative;
	display: inline-block;
	padding: 90px 30px 0;
	height: 100%;
	/*max-width: 80%;*/
	border: 2px solid #A8A9AD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.exhib__item a:hover,
.exhib__item a:focus {
	border: 2px solid #E25826;
}
.exhib__item a img {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	object-fit: contain;
}
.reg__wrap a {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 0;
	padding-top: 60%;
	margin-bottom: 30px;
	font-size: 24px;
	background: #A8A9AD;
	color: #fff !important;
}

.reg__wrap a span svg {
	display: block;
	margin: 0 auto 30px;
	font-size: 48px;
}

.reg__wrap a span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.reg__wrap a:hover,
.reg__wrap a:focus {
	background: #E25826;
}
.content-onsite {
	padding: 0 !important;
}
.mixitup__filter {
	margin-bottom: 10px;
}
.mixitup__filter button {
	margin: 0 8px 10px 0;
	padding: 5px 10px;
	background: #A8A9AD;
	border: none;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 100;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.mixitup__filter button:hover,
.mixitup__filter button:focus,
.mixitup__filter button:active {
	color: #fff;
	background: #E25826;
}
.inner-row {
	position: relative;
}

.inner-row span font {
	background: #a00;
	position: relative;
	bottom: 0;
	margin-left: 5px;
	padding: 0px 15px 2px;
	color: #fff;
	/* transform: translateY(80%); */
	z-index: 1;
}
.inner-row span font:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -10px;
	display: block;
	height: 10px;
	width: 10px;
	border: 5px solid transparent;
	border-right: 5px solid #a00;
}

.err-msg {
	background: #a00;
	position: absolute;
	bottom: 0;
	padding: 0px 15px;
	color: #fff;
	transform: translateY(80%);
	z-index: 1;
}
.err-msg:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 6px;
	display: block;
	height: 10px;
	width: 10px;
	border: 5px solid transparent;
	border-bottom: 5px solid #a00;
}

.search-title {
	padding-top: 3px;
	font-size: 16px;
}

#divID {
	width: 100%;
	max-width: 355px;
	margin: 30px auto;
	border: 1px solid #A8A9AD;
	box-sizing: border-box;
}
#divID * {
	box-sizing: border-box;
}
.title_index_onsite a {
	color: #57585A;
	transition: 0.3s;
}
.title_index_onsite a:hover {
	color: #D84200;
}
.title_index_onsite svg {
	margin: 0 30px -25px;
	max-width: 40px;
}

footer {
	padding: 30px 0 !important;
	background: #222;
	color: #E25826;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.slick-track {
	height: 100%;
}
.slick-arrow {
	z-index: 1;
}
.slick-arrow:before {
	font-size: 32px;
	color: #E25826;
	opacity: .9;
}
.slick-prev {
	left: 0;
	width: 32px;
	height: 32px;
}
.slick-next {
	right: 0;
	width: 32px;
	height: 32px;
}
.slick-dots {
	bottom: -60px;
}
.slick-dots li,
.slick-dots li button {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.slick-dots li button:before {
	display: block;
	font-size: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #E25826;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
}
@media (max-width: 768px) {
	.menu__reg a {
		font-size: 16px;
	}
	.exhib__item {
		/* width: calc(33% - 3px); */
    }
    .exhib__item a {
        width: 100%;
    }
}
@media (max-width: 480px) {
	.visual-portal-wrapper {
		padding-bottom: 250px;
	}
	.logo__wrp {
		padding: 15px 0;
		margin: 0 auto;
        float: none;
        text-align: center;
	}
	.lang {
		padding: 10px 0;
		margin: 0 auto;
		float: none;
	}
	.lang a {
		margin: 0 5px;
	}
	.menu__reg {
		display: block;
	}
	.menu__reg a {
		margin: 10px auto;
		width: 100%;
	}
	.slick-dots {
		bottom: -40px;
	}
	.exhib__item {
		/* width: 100%; */
	}
	.exhib__item a {
		padding: 10px;
	}
	.exhib__item h3 {
		padding-top: 10px;
		margin-bottom: 15px;
		position: static;
		transform: translateY(0);
	}
	footer {
		text-align: center;
	}
}