html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.wrapper{
	overflow: hidden;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.supwrap:before,
.supwrap:after {
	display: table;
	content: "";
}
.supwrap:after {
	clear: both;
}
#system-message > div {
	padding: 30px;
	background: grey;
	text-align: center;
	position: fixed;
	width: 500px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -150px;
}
#system-message > div .close {
	display: block;
	text-decoration: none;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 24px;
	line-height: 24px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	color: #fff;
}
#system-message > div h4 {
	margin-top: 0;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #fff;
}
#system-message > div p {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #fff;
}
#system-message > div.alert-warning h4 {
	color: #fff;
}
#lightbox-wrap,
#lightbox-overlay,
#lightbox-wrap *,
#lightbox-overlay *,
#lightbox-wrap *:before,
#lightbox-overlay *:before,
#lightbox-wrap *:after,
#lightbox-overlay *:after,
#sbox-window,
#sbox-window:after,
#sbox-window:before,
#sbox-window *,
#sbox-window *:before,
#sbox-window *:after,
.contentpane,
#jquery-lightbox,
#jquery-lightbox *,
#jquery-lightbox *:before,
#jquery-lightbox *:after {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
.clear-fix:before,
.clear-fix:after {
	content: " ";
	display: table;
}
.clear-fix:after {
	clear: both;
}
.slick-dots {
	position: absolute;
	bottom: 20px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li.slick-active button:before {
	color: #11beab;
}
.slick-dots li button::before {
	font-family: slick;
	font-size: 30px;
	line-height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	color: #757575;
	-webkit-font-smoothing: antialiased;
}
.item-page {
	display: none;
}
@font-face {
	font-family: HProBold;
	src: url(../fonts/HouschkaPro-Bold.otf), url(../fonts/HouschkaPro-Bold.otf) format('truetype'), url(../fonts/HouschkaPro-Bold.woff) format('woff'), url(../fonts/houschkapro-bold-webfont.woff2) format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: HProMedium;
	src: url(../fonts/HouschkaPro-Medium.otf), url(../fonts/HouschkaPro-Medium.otf) format('truetype'), url(../fonts/HouschkaPro-Medium.woff) format('woff'), url(../fonts/houschkapro-medium-webfont.woff2) format('woff2');
	font-weight: normal;
	font-style: normal;
}
.body-padding {
	margin: 0 auto;
}
.contentarea-padding {
	padding-top: 43px;
	padding-bottom: 47px;
}
.input-style {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	margin-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #e0e0e0;
	outline: none;
	font-family: HProMedium, sans-serif;
	letter-spacing: 0.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #757575;
	font-size: 18px;
}
.input-style:focus {
	border-color: #757575;
}
.input-style::-webkit-input-placeholder {
	color: #e0e0e0;
	font-size: 18px;
}
.input-style::-moz-placeholder {
	color: #e0e0e0;
	font-size: 18px;
}
.input-style:-moz-placeholder {
	color: #e0e0e0;
	font-size: 18px;
}
.input-style:-ms-input-placeholder {
	color: #e0e0e0;
	font-size: 18px;
}
* {
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	padding: 0;
	font-family: HProMedium, sans-serif;
}
@media (max-width: 1366px) {
	body {
		max-width: 1366px;
	}
}
body {
	background-color: #ffffff;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
h1 {
	margin: 0;
}
.hidden {
	display: none;
}
body > div.tooltip {
	display: none !important;
}
.effect-in {
	animation-name: top-logo-in;
	animation-duration: 2s;
}
.effect-out {
	animation-name: top-logo-out;
	animation-duration: 2s;
}
@keyframes top-logo-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes top-logo-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.circles {
	transition: all 0.3s ease;
	animation: circles 2s ease;
}
@keyframes circles {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
		transform: rotate(360deg);
	}
}
.height-changing {
	position: relative;
	transition: all 0.3s ease;
	animation: height-changing 1s ease-in;
}
@keyframes height-changing {
	from {
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3);
	}
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
.menu-dropdown {
	transition: all 0.3s ease;
	animation: menu-dropdown 2s ease-in;
}
@keyframes menu-dropdown {
	from {
		height: 0;
		display: none;
	}
	to {
		height: 100%;
		display: block;
	}
}
.wrapper {
	position: relative;
	min-height: 100%;
}
.header .header-top-wrap {
	background-color: #ffffff;
}
.header .header-top-wrap .header-top {
	max-width: 1272px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
}
.header .header-top-wrap .header-top .logo-reftomain {
	float: left;
}
.header .header-top-wrap .header-top .join-button {
	float: right;
	margin: 10px 0 0 0;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #17dcae;
	border-bottom: 2px solid #0d8065;
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.header .header-top-wrap .header-top .join-button:hover {
	cursor: pointer;
	background-color: #3bebc2;
}
.header .header-top-wrap .header-top .mod-languageslang-changer-wrap {
	display: none;
	float: right;
}
.header .header-top-wrap .header-top .mod-languageslang-changer-wrap .dropdown-menu {
	display: none;
}
.header .header-top-wrap .header-top a {
	height: 50px;
}
.header .header-top-wrap .header-top a img.logo {
	margin-top: 6px;
}
.header .main-menu-wrap {
	z-index: 200;
	background: #212121;
	background: -webkit-linear-gradient(#626262, #212121);
	background: -moz-linear-gradient(#626262, #212121);
	background: -o-linear-gradient(#626262, #212121);
	background: -ms-linear-gradient(#626262, #212121);
	background: -ms-linear-gradient(#626262, #212121);
}
.header .main-menu-wrap a img {
	float: left;
	margin-top: 3px;
}
.header .main-menu-wrap .main-menu {
	text-align: center;
	max-width: 1272px;
	line-height: 50px;
	margin: 0 auto;
	min-height: 60px;
	padding: 0 15px;
}
.header .main-menu-wrap .main-menu ul.menu {
	float: right;
	list-style-type: none;
	height: 100%;
	font-size: 18px;
	font-weight: 300;
}
.header .main-menu-wrap .main-menu ul.menu li {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 22px;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	transition: color 0.3s ease;
}
.header .main-menu-wrap .main-menu ul.menu li:hover {
	color: #17dcae;
}
.header .main-menu-wrap .main-menu ul.menu li a,
.header .main-menu-wrap .main-menu ul.menu li span {
	transition: color 0.3s ease;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
}
.header .main-menu-wrap .main-menu ul.menu li a:hover,
.header .main-menu-wrap .main-menu ul.menu li span:hover {
	color: #17dcae;
}
.header .main-menu-wrap .main-menu ul.menu li.parent {
	cursor: pointer;
}
.header .main-menu-wrap .main-menu ul.menu li.parent ul {
	z-index: 200;
	display: none;
	position: absolute;
	top: 40px;
	width: 260px;
	background-color: #f5f5f5;
	line-height: 30px;
	padding: 10px;
	border: 1px solid #17dcae;
}
.header .main-menu-wrap .main-menu ul.menu li.parent ul li {
	color: #757575;
	font-size: 14px;
	letter-spacing: 1px;
	height: 30px;
	line-height: 30px;
	display: block;
}
.header .main-menu-wrap .main-menu ul.menu li.parent ul li a,
.header .main-menu-wrap .main-menu ul.menu li.parent ul li span {
	color: #757575;
	font-size: 14px;
	letter-spacing: 1px;
	height: 30px;
	line-height: 30px;
}
.header .main-menu-wrap .main-menu ul.menu li.parent ul li a:hover,
.header .main-menu-wrap .main-menu ul.menu li.parent ul li span:hover {
	color: #17dcae;
}
.header .main-menu-wrap .main-menu ul.menu li {
	margin-top: 3px;
}
.header .main-menu-wrap .main-menu div.search {
	display: inline-block;
	float: right;
	margin-top: 3px;
}
.header .main-menu-wrap .main-menu div.search form {
	width: 120px;
	height: 22px;
	line-height: 22px;
	margin: 14px 0 14px 0px;
	border-bottom: 1px solid #ffffff;
}
.header .main-menu-wrap .main-menu div.search form label.element-invisible {
	display: none;
}
.header .main-menu-wrap .main-menu div.search form input[name='searchword'] {
	width: 100px;
	outline: none;
	border: none;
	background-color: transparent;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
.header .main-menu-wrap .main-menu div.search form input[name='searchword']::-webkit-input-placeholder {
	color: #ffffff;
	font-size: 15px;
}
.header .main-menu-wrap .main-menu div.search form input[name='searchword']::-moz-placeholder {
	color: #ffffff;
	font-size: 15px;
}
.header .main-menu-wrap .main-menu div.search form input[name='searchword']:-moz-placeholder {
	color: #ffffff;
	font-size: 15px;
}
.header .main-menu-wrap .main-menu div.search form input[name='searchword']:-ms-input-placeholder {
	color: #ffffff;
	font-size: 15px;
}
.header .main-menu-wrap .main-menu div.search form input[name='searchword']:focus::-webkit-input-placeholder {
	color: #212121;
}
.header .main-menu-wrap .main-menu div.search form input[name='searchword']:focus::-moz-placeholder {
	color: #212121;
}
.header .main-menu-wrap .main-menu div.search form input[name='searchword']:focus:-moz-placeholder {
	color: #212121;
}
.header .main-menu-wrap .main-menu div.search form input[name='searchword']:focus:-ms-input-placeholder {
	color: #212121;
}

.contentwrap .contentarea{
	overflow: hidden;
}
.contentwrap .up-block-wrap {
	padding-top: 55px;
	padding-bottom: 61px;
	background-color: #ffffff;
}
.contentwrap .up-block-wrap .up-block {
	background-color: #ffffff;
	max-width: 1272px;
	margin: 0 auto;
	padding: 0 15px;
}
.contentwrap .up-block-wrap .up-block .main-slider {
	float: left;
	max-width: 910px;
	width: 100%;
	height: 500px;
}
@media (max-width: 767px){
	.contentwrap .up-block-wrap .up-block .main-slider{
		height: 400px;
	}
}
@media (max-width: 680px){
	.contentwrap .up-block-wrap .up-block .main-slider{
		height: 350px;
	}
}
@media (max-width: 375px){
	.contentwrap .up-block-wrap .up-block .main-slider{
		height: 225px;
	}
}

.contentwrap .up-block-wrap .up-block .main-slider ul.apelsun_slider {
	height: 100%;
}
.contentwrap .up-block-wrap .up-block .main-slider ul.apelsun_slider button.slick-arrow {
	z-index: 2;
	position: absolute;
	top: calc(50% - 22px);
	border: none;
	outline: none;
	font-size: 0;
	height: 44px;
	width: 44px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.contentwrap .up-block-wrap .up-block .main-slider ul.apelsun_slider button.slick-arrow:hover {
	transition: all 0.3s ease;
	transform: scale(1.1);
}
.contentwrap .up-block-wrap .up-block .main-slider ul.apelsun_slider button.slick-arrow.slick-prev {
	left: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: url(../images/prev.png) center no-repeat;
}
.contentwrap .up-block-wrap .up-block .main-slider ul.apelsun_slider button.slick-arrow.slick-next {
	left: calc(100% - 44px);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: url(../images/next.png) center no-repeat;
}
.contentwrap .up-block-wrap .up-block .main-slider ul.apelsun_slider .slick-list {
	height: 100%;
}
.contentwrap .up-block-wrap .up-block .main-slider ul.apelsun_slider .slick-list .slick-track {
	height: 100%;
}
.contentwrap .up-block-wrap .up-block .main-slider ul.apelsun_slider .slick-list .slick-track li {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100%;
	position: relative;
}
.contentwrap .up-block-wrap .up-block .main-slider ul.apelsun_slider .slick-list .slick-track li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.contentwrap .up-block-wrap .up-block .main-slider ul.apelsun_slider .slick-list .slick-track li div {
	text-align: center;
	color: #ffffff;
	width: 900px;
	margin: 0 auto;
	position: absolute;
	top: calc(50% - 80px);
}
.contentwrap .up-block-wrap .up-block .main-slider ul.apelsun_slider .slick-list .slick-track li div h3 {
	font-family: HProBold;
	font-size: 56px;
	padding-bottom: 50px;
	text-align: center;
}
.contentwrap .up-block-wrap .up-block .main-slider ul.apelsun_slider .slick-list .slick-track li div p {
	font-family: HProMedium;
	font-size: 23px;
	text-align: center;
}
.contentwrap .up-block-wrap .up-block .aside {
	float: right;
	width: 300px;
	margin-left: 24px;
}
.contentwrap .up-block-wrap .up-block .aside > * {
	text-align: center;
	padding: 20px;
	color: white;
	height: 238px;
}
@media (max-width: 1281px){
	.contentwrap .up-block-wrap .up-block .aside{
		display: none;
	}
	.header .main-menu-wrap .main-menu div.search{
		display: none;
	}
	#jawnav{
		max-width: none !important;
	}
	.main-menu .logo-reftomain{
		display: none !important;
	}
}
@media (max-width: 1024px){
	#jawnav{
		width: 707px;
		max-width: 100% !important;
	}
}
@media (max-width: 991px){
	.contentwrap .up-block-wrap .up-block .aside{
		width: 100%;
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		float: none;
		margin-left: 0px;
	}
}
@media (max-width:680px){
	.contentwrap .up-block-wrap .up-block .aside{
		flex-wrap: wrap;
	}
}
@media (max-width:770px){
	#jawnav{
		width:100% !important;
	}
}
.contentwrap .up-block-wrap .up-block .aside > * div {
	margin-top: 10px;
}
.contentwrap .up-block-wrap .up-block .aside > * a {
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	text-transform: uppercase;
	color: #212121;
	background-color: #ffffff;
	border-bottom: 2px solid #cccccc;
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #ffffff;
	margin-top: 10px;
	font-family: HProBold, sans-serif;
}
@media (max-width: 680px){
	.contentwrap .up-block-wrap .up-block .aside > * a{
		width: 80%;
	}
}
.contentwrap .up-block-wrap .up-block .aside > * a:hover {
	cursor: pointer;
	background-color: #ffffff;
}
.contentwrap .up-block-wrap .up-block .aside > * a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.contentwrap .up-block-wrap .up-block .aside .moreblock {
	background: url(../images/backgrounds/back-green.png) no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 24px;
}
.contentwrap .up-block-wrap .up-block .aside .moreblock div.moreblock-cases {
	text-align: justify;
}
.contentwrap .up-block-wrap .up-block .aside .moreblock a:hover {
	background-color: #3bebc2;
	border: 2px solid #ffffff;
	color: #ffffff;
}
@media (max-width: 991px){
	.moreblock, .joinblock{
		width: 50%;
		margin: 15px !important;
	}
}
@media (max-width: 680px){
	.moreblock, .joinblock{
		width: 100%;
		margin: 15px 0px !important;
	}
}
.contentwrap .up-block-wrap .up-block .aside .joinblock {
	background: url(../images/backgrounds/back-blue.png) no-repeat;
	background-position: center;
	background-size: cover;
}
.contentwrap .up-block-wrap .up-block .aside .joinblock div.joinblock-cases {
	text-align: justify;
}
.contentwrap .up-block-wrap .up-block .aside .joinblock a:hover {
	background-color: #53adfa;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.contentwrap .contentarea > * {
	padding-top: 43px;
	padding-bottom: 47px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.contentwrap .contentarea .cont-wrap {
	width: 1272px;
	margin: 0 auto;
}
.contentwrap .contentarea .cont-wrap .moduletable .photo-title {
	color: #17dcae;
	background-color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
	width: auto;
	margin-bottom: 20px;
}
.contentwrap .contentarea .infoblock-wrap {
	background-color: #f5f5f5;
	min-height: 512px;
	height: auto;
}
.contentwrap .contentarea .infoblock-wrap .infoblock {
	max-width: 1272px;
	margin: 0 auto;
	height: auto;
}
.contentwrap .contentarea .infoblock-wrap .infoblock > div {
	margin-top: 101px;
	margin-bottom: 101px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
}
.contentwrap .contentarea .infoblock-wrap .infoblock > div div {
	float: left;
	height: 260px;
	margin: 25px auto;
}
.contentwrap .contentarea .infoblock-wrap .infoblock > div div p {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 27px;
	margin-left: 27px;
	width: 260px;
	height: 260px;
	text-align: center;
	line-height: 260px;
	color: #ffffff;
	font-family: HProBold, sans-serif;
	font-size: 23px;
	transition: all 0.3s ease;
}
@media (max-width: 375px){
	.contentwrap .contentarea .infoblock-wrap .infoblock > div div p{
		margin-right: 0px;
		margin-left: 0px;
	}
}
.contentwrap .contentarea .infoblock-wrap .infoblock > div div p:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.contentwrap .contentarea .infoblock-wrap .infoblock .infoblock-title {
	color: #17dcae;
	background-color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
}
@media (max-width:991px){
	.contentwrap .contentarea .infoblock-wrap .infoblock .infoblock-title{
		text-align: center;
		margin: auto;
		display: block;
		max-width: 320px;
	}
}
.contentwrap .contentarea .infoblock-wrap .infoblock .infoblock-case1 p {
	background: url(../images/backgrounds/red-round.png) no-repeat;
}
.contentwrap .contentarea .infoblock-wrap .infoblock .infoblock-case2 p {
	background: url(../images/backgrounds/green-round.png) no-repeat;
}
.contentwrap .contentarea .infoblock-wrap .infoblock .infoblock-case3 p {
	background: url(../images/backgrounds/blue-round.png) no-repeat;
}
.contentwrap .contentarea .infoblock-wrap .infoblock .infoblock-case4 p {
	background: url(../images/backgrounds/violet-round.png) no-repeat;
}
.contentwrap .contentarea .main-news {
	background-color: #eeeeee;
}
.contentwrap .contentarea .main-news span.counter-title {
	color: #757575;
	font-size: 18px;
	margin-left: 20px;
}
.contentwrap .contentarea .main-news span.counter-title span.counter {
	font-family: HProBold;
}
.contentwrap .contentarea .main-news .zoo-item-for-news {
	max-width: 1272px;
	margin: 0 auto;
}
.contentwrap .contentarea .main-news .zoo-item-title-text,
.contentwrap .contentarea .main-news .zoo-item-title-text a {
	color: #573eba;
	background-color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
	text-decoration: none;
}
.contentwrap .contentarea .main-news .zoo-item-list {
	min-height: 460px;
	height: auto;
	list-style-type: none;
	margin: 40px -12px;
	font-size: 0;
	letter-spacing: 0;
	/*display: flex;*/
	/*display: -webkit-box;*/
	/*display: -moz-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	/*justify-content: flex-start;*/
	/*-webkit-justify-content: flex-start;*/
	/*flex-wrap: wrap;*/
}
.contentwrap .contentarea .main-news .zoo-item-list li {
	height: 460px;
	width: 25%;
	min-width: 320px;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	position: relative;
	padding: 0 12px;
	margin: 25px 0;
}
.contentwrap .contentarea .main-news .zoo-item-list li:first-child .layout-default {
	margin-left: 0;
}
.contentwrap .contentarea .main-news .zoo-item-list li:last-child .layout-default {
	margin-right: 0;
}
.contentwrap .contentarea .main-news .zoo-item-list li .layout-default {
	box-sizing: border-box;
	width: 100%;
	height: 460px;
	background-color: #ffffff;
	padding: 20px;
	/*margin-right: 12px;*/
	/*margin-left: 12px;*/
	overflow: hidden;
}
.contentwrap .contentarea .main-news .zoo-item-list li .layout-default .href-to-full-item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contentwrap .contentarea .zoo-itempro-default li .layout-default .down .image img{
	position: absolute;
	bottom: 0;
}

.contentwrap .contentarea .main-news .zoo-item-list li .layout-default .down{
	position: absolute;
	bottom: 0;
	height: 175px;
	overflow: hidden;
	left: 12px;
	right: 12px;
	margin: auto;
}

.contentwrap .contentarea .main-news .zoo-item-list li .layout-default .down .image img {
	position: absolute;
	bottom: 0;
	margin: 0px;
	width: 100%;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .top ,
.contentwrap .contentarea .main-news .zoo-item-list li .layout-default .top {
	height: 22px;
	line-height: 22px;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .top > * ,
.contentwrap .contentarea .main-news .zoo-item-list li .layout-default .top > * {
	float: left;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .top .tag ,
.contentwrap .contentarea .main-news .zoo-item-list li .layout-default .top .tag {
	margin-right: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .top .tag a ,
.contentwrap .contentarea .main-news .zoo-item-list li .layout-default .top .tag a {
	text-decoration: none;
	text-transform: uppercase;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	background-color: #573eba;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .title ,
.contentwrap .contentarea .main-news .zoo-item-list li .layout-default .title {
	margin-top: 15px;
	margin-bottom: 12px;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .title a ,
.contentwrap .contentarea .main-news .zoo-item-list li .layout-default .title a {
	text-decoration: none;
	font-family: HProBold;
	font-size: 23px;
	color: #212121;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .teaser-text ,
.contentwrap .contentarea .main-news .zoo-item-list li .layout-default .teaser-text {
	font-size: 15px;
}
.contentwrap .contentarea .main-news .zoo-item-bottom-button {
	float: right;
	width: auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #573eba;
	border-bottom: 2px solid #33256e;
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 15px;
}
.contentwrap .contentarea .main-news .zoo-item-bottom-button:hover {
	cursor: pointer;
	background-color: #7661ca;
}
.contentwrap .contentarea .main-projects {
	background-color: #e0e0e0;
}
.contentwrap .contentarea .main-projects span.counter-title {
	color: #757575;
	font-size: 18px;
	margin-left: 20px;
}
.contentwrap .contentarea .main-projects span.counter-title span.counter {
	font-family: HProBold;
}
.contentwrap .contentarea .main-projects .zoo-item-for-news {
	max-width: 1272px;
	margin: 0 auto;
}
.contentwrap .contentarea .main-projects .zoo-item-title-text,
.contentwrap .contentarea .main-projects .zoo-item-title-text a {
	color: #17dcae;
	background-color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
	text-decoration: none;
}
.contentwrap .contentarea .main-projects .zoo-item-list {
	min-height: 460px;
	height: auto;
	list-style-type: none;
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
}
.contentwrap .contentarea .main-projects .zoo-item-list li {
	height: 460px;
	float: left;
	position: relative;
	margin: 25px auto;
}
.contentwrap .contentarea .main-projects .zoo-item-list li:first-child .layout-default {
	margin-left: 0;
}
.contentwrap .contentarea .main-projects .zoo-item-list li:last-child .layout-default {
	margin-right: 0;
}
.contentwrap .contentarea .main-projects .zoo-item-list li .layout-default {
	box-sizing: border-box;
	width: 290px;
	height: 460px;
	background-color: #ffffff;
	padding: 20px;
	/*margin-right: 12px;*/
	/*margin-left: 12px;*/
	-moz-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	box-shadow: 0 10px 33px rgba(0,0,0,.1) !important;
	position: relative;
	overflow: hidden;
}
.contentwrap .contentarea .main-projects .zoo-item-list li:first-child .layout-default .down{
	position: absolute;
	bottom: 0;
	height: 200px;
	overflow: hidden;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.contentwrap .contentarea .main-projects .zoo-item-list li .layout-default .href-to-full-item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contentwrap .contentarea .main-projects .zoo-item-list li .layout-default .down .image img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.contentwrap .contentarea .main-projects .zoo-item-list li .layout-default .top {
	height: 22px;
	line-height: 22px;
}
.contentwrap .contentarea .main-projects .zoo-item-list li .layout-default .top > * {
	float: left;
}
.contentwrap .contentarea .main-projects .zoo-item-list li .layout-default .top .tag {
	margin-right: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}
.contentwrap .contentarea .main-projects .zoo-item-list li .layout-default .top .tag a {
	text-decoration: none;
	text-transform: uppercase;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	background-color: #17dcae;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
}
.contentwrap .contentarea .main-projects .zoo-item-list li .layout-default .title {
	margin-top: 15px;
	margin-bottom: 12px;
}
.contentwrap .contentarea .main-projects .zoo-item-list li .layout-default .title a {
	text-decoration: none;
	font-family: HProBold;
	font-size: 23px;
	color: #212121;
}
.contentwrap .contentarea .main-projects .zoo-item-list li .layout-default .teaser-text {
	font-size: 15px;
}
.contentwrap .contentarea .main-projects .zoo-item-bottom-button {
	float: right;
	width: auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #17dcae;
	border-bottom: 2px solid #0d8065;
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 15px;
}
.contentwrap .contentarea .main-projects .zoo-item-bottom-button:hover {
	cursor: pointer;
	background-color: #3bebc2;
}
.contentwrap .contentarea .main-projects ul li.add-project {
	color: #212121;
}
.contentwrap .contentarea .main-projects ul li.add-project .add-project-plus {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/addbutton.png);
}
.contentwrap .contentarea .main-projects ul li.add-project .add-project-plus:hover {
	cursor: pointer;
}
.contentwrap .contentarea .main-projects ul li.add-project .add-project-title {
	font-family: HProBold, sans-serif;
	font-size: 23px;
	margin-top: 32px;
}
.contentwrap .contentarea .main-projects ul li.add-project .add-project-text {
	margin-top: 18px;
	line-height: 1.4;
}
.contentwrap .contentarea .main-projects ul li.add-project .add-project-button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	border: 2px solid #17dcae;
	color: #17dcae;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 47px;
	text-transform: uppercase;
	padding: 0 20px;
	display: inline-block;
	transition: all 0.3s ease;
	margin-top: 32px;
	position: relative;
	bottom: 0;
	left: 0;
}
.contentwrap .contentarea .main-projects ul li.add-project .add-project-button:hover {
	cursor: pointer;
	background-color: #17dcae;
	color: #ffffff;
}
.contentwrap .contentarea .main-education {
	background-color: #eeeeee;
}
.contentwrap .contentarea .main-education span.counter-title {
	color: #757575;
	font-size: 18px;
	margin-left: 20px;
}
.contentwrap .contentarea .main-education span.counter-title span.counter {
	font-family: HProBold;
}
.contentwrap .contentarea .main-education .zoo-item-for-news {
	width: 1272px;
	margin: 0 auto;
}
.contentwrap .contentarea .main-education .zoo-item-title-text,
.contentwrap .contentarea .main-education .zoo-item-title-text a {
	color: #ff2f51;
	background-color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
	text-decoration: none;
}
.contentwrap .contentarea .main-education .zoo-item-list {
	height: 460px;
	list-style-type: none;
	margin-top: 40px;
	margin-bottom: 40px;
}
.contentwrap .contentarea .main-education .zoo-item-list li {
	height: 460px;
	float: left;
	position: relative;
}
.contentwrap .contentarea .main-education .zoo-item-list li:first-child .layout-default {
	margin-left: 0;
}
.contentwrap .contentarea .main-education .zoo-item-list li:last-child .layout-default {
	margin-right: 0;
}
.contentwrap .contentarea .main-education .zoo-item-list li .layout-default {
	box-sizing: border-box;
	width: 300px;
	height: 460px;
	background-color: #ffffff;
	padding: 30px;
	margin-right: 12px;
	margin-left: 12px;
}
.contentwrap .contentarea .main-education .zoo-item-list li .layout-default .href-to-full-item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contentwrap .contentarea .main-education .zoo-item-list li .layout-default .down .image img {
	position: absolute;
	bottom: 0;
	margin: 0 -30px;
}
.contentwrap .contentarea .main-education .zoo-item-list li .layout-default .top {
	height: 22px;
	line-height: 22px;
}
.contentwrap .contentarea .main-education .zoo-item-list li .layout-default .top > * {
	float: left;
}
.contentwrap .contentarea .main-education .zoo-item-list li .layout-default .top .tag {
	margin-right: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}
.contentwrap .contentarea .main-education .zoo-item-list li .layout-default .top .tag a {
	text-decoration: none;
	text-transform: uppercase;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	background-color: #ff2f51;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
}
.contentwrap .contentarea .main-education .zoo-item-list li .layout-default .title {
	margin-top: 15px;
	margin-bottom: 12px;
}
.contentwrap .contentarea .main-education .zoo-item-list li .layout-default .title a {
	text-decoration: none;
	font-family: HProBold;
	font-size: 23px;
	color: #212121;
}
.contentwrap .contentarea .main-education .zoo-item-list li .layout-default .teaser-text {
	font-size: 15px;
}
.contentwrap .contentarea .main-education .zoo-item-bottom-button {
	float: right;
	width: auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #ff2f51;
	border-bottom: 2px solid #c80021;
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contentwrap .contentarea .main-education .zoo-item-bottom-button:hover {
	cursor: pointer;
	background-color: #ff627c;
}
.contentwrap .contentarea .main-events {
	background-color: #f5f5f5;
}
.contentwrap .contentarea .main-events span.counter-title {
	color: #757575;
	font-size: 18px;
	margin-left: 20px;
}
.contentwrap .contentarea .main-events span.counter-title span.counter {
	font-family: HProBold;
}
.contentwrap .contentarea .main-events .zoo-item-for-news {
	max-width: 1272px;
	margin: 0 auto;
}
.contentwrap .contentarea .main-events .zoo-item-title-text,
.contentwrap .contentarea .zoo-itempro-title .zoo-item-title-text,
.contentwrap .contentarea .main-events .zoo-item-title-text a {
	color: #2296F8;
	background-color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
	text-decoration: none;
}
.contentwrap .contentarea .main-events .zoo-item-list {
	min-height: 460px;
	height: auto;
	list-style-type: none;
	font-size: 0;
	letter-spacing: 0;
	/*margin-top: 40px;*/
	/*margin-bottom: 40px;*/
	margin: 40px -12px;
	/*display: flex;*/
	/*justify-content: flex-start;*/
	/*-webkit-justify-content: flex-start;*/
	/*flex-wrap: wrap;*/
	/*display: -webkit-flex;*/
	/*display: -moz-flex;*/
	/*display: -ms-flex;*/
	/*display: -o-flex;*/
	/*-webkit-flex-direction: row;*/
	/*-moz-flex-direction: row;*/
	/*-ms-flex-direction: row;*/
	/*-o-flex-direction: row;*/
	/*flex-direction: row;*/
}
.contentwrap .contentarea .main-events .zoo-item-list li {
	font-size: 15px;
	height: 460px;
	/*float: left;*/
	position: relative;
	display: inline-block;
	vertical-align: middle;
	min-width: 320px;
	width: 25%;
	padding: 0 12px;
	margin: 25px 0;
}
/*.contentwrap .contentarea .main-events .zoo-item-list li:first-child .layout-default {*/
	/*margin-left: 0;*/
/*}*/
/*.contentwrap .contentarea .main-events .zoo-item-list li:last-child .layout-default {*/
	/*margin-right: 0;*/
/*}*/
.contentwrap .contentarea .main-events .zoo-item-list li .layout-default {
	box-sizing: border-box;
	width: 100%;
	height: 460px;
	background-color: #ffffff;
	padding: 20px;
	/*margin-right: 12px;*/
	/*margin-left: 12px;*/
	-moz-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	box-shadow: 0 10px 33px rgba(0,0,0,.1) !important;
	overflow: hidden;
	position: relative;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .down,
.contentwrap .contentarea .main-events .zoo-item-list li .layout-default .down{
	position: absolute;
	bottom: 0;
	height: 175px;
	overflow: hidden;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.contentwrap .contentarea .main-events .zoo-item-list li .layout-default .href-to-full-item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contentwrap .contentarea .main-events .zoo-item-list li .layout-default .down .image img {
	position: absolute;
	bottom: 0;
	margin: 0px;
	width: 100%;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .top ,
.contentwrap .contentarea .main-events .zoo-item-list li .layout-default .top {
	height: 22px;
	line-height: 22px;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .top > * ,
.contentwrap .contentarea .main-events .zoo-item-list li .layout-default .top > * {
	float: left;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .top .tag ,
.contentwrap .contentarea .main-events .zoo-item-list li .layout-default .top .tag {
	margin-right: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .top .tag a ,
.contentwrap .contentarea .main-events .zoo-item-list li .layout-default .top .tag a {
	text-decoration: none;
	text-transform: uppercase;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	background-color: #2296F8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .title,
.contentwrap .contentarea .main-events .zoo-item-list li .layout-default .title {
	margin-top: 15px;
	margin-bottom: 12px;
	height: 80px;
	overflow: hidden;
}
.contentwrap .contentarea .main-events .zoo-item-list li .layout-default .title a {
	text-decoration: none;
	font-family: HProBold;
	font-size: 23px;
	color: #212121;
}
.contentwrap .contentarea .zoo-itempro-default li .layout-default .teaser-text ,
.contentwrap .contentarea .main-events .zoo-item-list li .layout-default .teaser-text {
	font-size: 15px;
}
.contentwrap .contentarea .main-events .zoo-item-bottom-button {
	float: right;
	width: auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #2296F8;
	border-bottom: 2px solid #0661ae;
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 15px;
}
.contentwrap .contentarea .main-events .zoo-item-bottom-button:hover {
	cursor: pointer;
	background-color: #53adfa;
}
.contentwrap .contentarea .partners-in-menu .title a {
	color: #17dcae;
	background-color: #eeeeee;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
	text-decoration: none;
	background-color: transparent;
	padding: 0;
}
.contentwrap #system-message-container {
	display: none;
}
.contentwrap .partners {
	background-color: #ffffff;
}
.contentwrap .partners .partners-in-menu {
	max-width: 1272px;
	margin: 0 auto;
	padding-top: 43px;
	padding-bottom: 47px;
	padding-left: 15px;
	padding-right: 15px;
}
.contentwrap .partners .partners-in-menu .title {
	margin-bottom: 30px;
}
.contentwrap .partners .partners-in-menu .title span {
	color: #17dcae;
	background-color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
}
.contentwrap .partners .partners-in-menu .subtitle {
	font-size: 20px;
	color: #17dcae;
}
.contentwrap .partners .partners-in-menu ul {
	list-style-type: none;
}
.contentwrap .partners .partners-in-menu ul li {
	float: left;
	background-repeat: no-repeat;
	background-size: 150px;
	background-position: 50% 50%;
	width: 150px;
	height: 150px;
	margin: 25px;
	position: relative;
}
@media (max-width: 460px){
	.contentwrap .partners .partners-in-menu ul li{
		margin: 25px auto;
	}
}
.contentwrap .partners .partners-in-menu .title {
	display: block;
}
.contentwrap .partners .partners-in-menu .title a {
	color: #17dcae;
	background-color: #eeeeee;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
	float: left;
	text-decoration: none;
}
@media (max-width: 991px){
	.contentwrap .partners .partners-in-menu .title a{
		text-align: center;
		margin: auto;
		display: block;
		max-width: 320px;
		float: none;
	}
}
.contentwrap .partners .partners-in-menu .partners-ul {
	padding-top: 30px;
	position: relative;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.contentwrap .partners .partners-in-menu .partners-ul:before {
	content: 'Стратегічний партнер';
	position: absolute;
	left: 24px;
	top: 35px;
	color: #17dcae;
}
.contentwrap .partners .partners-in-menu .partners-ul li {
	width: 150px;
	height: 150px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.5;
}
.contentwrap .partners .partners-in-menu .partners-ul li a {
	display: none;
	text-decoration: none;
}
.contentwrap .partners .partners-in-menu .partners-ul li:hover {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}
.contentwrap .partners .partners-in-menu .partners-ul li:hover a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 150px;
	text-align: center;
	color: #ffffff;
	font-size: 0px;
}
.contentwrap .partners .partners-in-menu .partners-joinaspartner {
	display: block;
}
.contentwrap .partners .partners-in-menu .partners-joinaspartner a {
	width: auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #17dcae;
	border-bottom: 2px solid #0d8065;
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	position: relative;
	bottom: 0;
}
.contentwrap .partners .partners-in-menu .partners-joinaspartner a:hover {
	cursor: pointer;
	background-color: #3bebc2;
}
.contentwrap .partners .skeleton_partners {
	width: 1272px;
	margin: 0 auto;
	padding-top: 43px;
	padding-bottom: 47px;
}
.contentwrap .partners .skeleton_partners .partners-title {
	display: block;
}
.contentwrap .partners .skeleton_partners .partners-title p {
	color: #17dcae;
	background-color: #eeeeee;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
	float: left;
}
.contentwrap .partners .skeleton_partners ul.apelsun_skeleton_partners {
	display: block;
	list-style-type: none;
	padding-right: 76px;
	padding-left: 76px;
	margin-top: 40px;
}
.contentwrap .partners .skeleton_partners ul.apelsun_skeleton_partners li {
	margin-bottom: 40px;
	float: left;
	height: 65px;
	width: 130px;
	display: inline-block;
	cursor: pointer;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 65px;
	text-align: center;
}
.contentwrap .partners .skeleton_partners ul.apelsun_skeleton_partners li:hover img {
	filter: invert(100%);
}
.contentwrap .partners .skeleton_partners ul.apelsun_skeleton_partners li img {
	display: inline;
	transition: all 0.3s ease;
}
.contentwrap .partners .skeleton_partners .partners-joinaspartner {
	display: block;
}
.contentwrap .partners .skeleton_partners .partners-joinaspartner a {
	width: auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #17dcae;
	border-bottom: 2px solid #0d8065;
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
}
.contentwrap .partners .skeleton_partners .partners-joinaspartner a:hover {
	cursor: pointer;
	background-color: #3bebc2;
}
.contentwrap .contacts-wrap {
	background-color: #f5f5f5;
}
.contentwrap .contacts-wrap .contacts {
	max-width: 1272px;
	margin: 0 auto;
	padding-top: 43px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.contentwrap .contacts-wrap .contacts .contacts-title {
	display: block;
	margin-bottom: 40px;
}
.contentwrap .contacts-wrap .contacts .contacts-title p {
	color: #17dcae;
	background-color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
	float: left;
}
.contentwrap .contacts-wrap .contacts .contacts-block {
	background-color: #ffffff;
	float: left;
	margin-bottom: 30px;
	max-width: 800px;
	min-height: 573px;
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
}
.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper {
	float: left;
	line-height: 1.5;
	background: url(../images/logo/logo1.png) 26px 19px no-repeat;
	padding: 80px 25px;
	width: 50%;
}
.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper p.title {
	font-family: HProBold, sans-serif;
	font-size: 23px;
	margin-bottom: 10px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper .adress {
	margin-bottom: 21px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper .adress p:first-child {
	font-family: HProBold, sans-serif;
	font-size: 18px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper .adress p:last-child {
	letter-spacing: 0.5px;
}

.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper .phones > p:first-child {
	font-family: HProBold, sans-serif;
	font-size: 18px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper .phones > div {
	letter-spacing: 0.7px;
	line-height: 1.5;
	font-size: 17px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper .emails {
	margin-top: 25px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper .emails > p:first-child {
	font-family: HProBold, sans-serif;
	font-size: 18px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper .emails div {
	letter-spacing: 0.5px;
	line-height: 1.5;
	font-size: 17px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper .emails div p a {
	text-decoration: none;
	color: inherit;
}
.contentwrap .contacts-wrap .contacts .contacts-block .subscription {
	float: right;
	padding: 80px 25px;
	line-height: 1.5;
	min-width: 292px;
	width: 50%;
}
.contentwrap .contacts-wrap .contacts .contacts-block .subscription .mailing h3 {
	font-family: HProBold, sans-serif;
}
.contentwrap .contacts-wrap .contacts .contacts-block .subscription .mailing p {
	margin-bottom: 16px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .subscription .mailing input {
	height: 50px;
	line-height: 50px;
	width: 100%;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	margin-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #e0e0e0;
	outline: none;
	font-family: HProMedium, sans-serif;
	letter-spacing: 0.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #757575;
	font-size: 18px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .subscription .mailing input:focus {
	border-color: #757575;
}
.contentwrap .contacts-wrap .contacts .contacts-block .subscription .mailing input::-webkit-input-placeholder {
	color: #e0e0e0;
	font-size: 18px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .subscription .mailing input::-moz-placeholder {
	color: #e0e0e0;
	font-size: 18px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .subscription .mailing input:-moz-placeholder {
	color: #e0e0e0;
	font-size: 18px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .subscription .mailing input:-ms-input-placeholder {
	color: #e0e0e0;
	font-size: 18px;
}
.contentwrap .contacts-wrap .contacts .contacts-block .subscription #mc_embed_signup_scroll > label {
	margin-bottom: 20px;
	display: block;
}
.contentwrap .contacts-wrap .contacts .for-fb {
	float: right;
}
.footerwrap {
	width: 100%;
}
.footerwrap .footer {
	width: 100%;
}
.footerwrap .footer .footer-menu-wrap {
	background: linear-gradient(#626262, #212121);
}
.footerwrap .footer .footer-menu-wrap .footer-menu {
	max-width: 1272px;
	min-height: 102px;
	height: auto;
	line-height: 102px;
	margin: 0 auto;
	padding: 0 15px;
}
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu {
	float: right;
	list-style-type: none;
	height: 100%;
	font-size: 18px;
	font-weight: 300;
}
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li {
	display: inline-block;
	height: 102px;
	line-height: 102px;
	padding: 0 22px;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	transition: color 0.3s ease;
}
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li:hover {
	color: #17dcae;
}
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li a,
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li span {
	transition: color 0.3s ease;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 14px !important;
	color: #ffffff;
	font-weight: 600;
	font-family: segoe ui, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	height: 102px;
	line-height: 102px;
}
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li a:hover,
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li span:hover {
	color: #17dcae;
}
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li.parent {
	cursor: pointer;
}
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li.parent ul {
	z-index: 200;
	display: none;
	position: absolute;
	top: 40px;
	width: 260px;
	background-color: #f5f5f5;
	line-height: 30px;
	padding: 10px;
	border: 1px solid #17dcae;
}
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li.parent ul li {
	color: #757575;
	font-size: 14px;
	letter-spacing: 1px;
	height: 30px;
	line-height: 30px;
	display: block;
}
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li.parent ul li a,
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li.parent ul li span {
	color: #757575;
	font-size: 14px;
	letter-spacing: 1px;
	height: 30px;
	line-height: 30px;
}
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li.parent ul li a:hover,
.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li.parent ul li span:hover {
	color: #17dcae;
}
.footerwrap .footer .footer-menu-wrap .footer-menu img.logo-footer-img {
	margin-top: 24px;
}
.footerwrap .footer .bottom-copy-wrap {
	background-color: #ffffff;
	padding: 0 15px;
}
.footerwrap .footer .bottom-copy-wrap .bottom-copy {
	margin: 0 auto;
	max-width: 1272px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.footerwrap .footer .bottom-copy-wrap .bottom-copy .copy-text {
	text-align: center;
	color: #757575;
	font-family: segoe ui, sans-serif;
	font-size: 14px;
}
@media (max-width: 680px){
	.footerwrap .footer .bottom-copy-wrap .bottom-copy .copy-text{
		display: block;
		width: 100%;
	}
	.footerwrap .footer .bottom-copy-wrap .bottom-copy a {
		position: relative !important;
	}
	.footerwrap .footer .bottom-copy-wrap .bottom-copy{
		min-height: 60px;
		height: auto;
		padding: 15px;
		line-height: normal;
		overflow: hidden;
	}
}
.footerwrap .footer .bottom-copy-wrap .bottom-copy a {
	position: absolute;
	right: 0;
}
.footerwrap .footer .bottom-copy-wrap .bottom-copy a .href-to-apelsun {
	display: inline-block;
	width: 24px;
	height: 24px;
	float: right;
	margin-top: 18px;
	margin-bottom: 18px;
	background: url(../images/apelsun.png) no-repeat;
}
.footerwrap .footer .bottom-copy-wrap .bottom-copy a .href-to-apelsun:hover {
	cursor: pointer;
	background: url(../images/apelsun_hover.png) no-repeat;
}
.footerwrap .footer .bottom-copy-wrap .bottom-copy a.kiselev {
	margin-right: 40px;
}
.footerwrap .footer .bottom-copy-wrap .bottom-copy a .href-to-kiselev {
	display: inline-block;
	width: 60px;
	height: 24px;
	float: right;
	margin-top: 23px;
	margin-bottom: 18px;
	background: url(../images/kis.png) no-repeat;
}
.footerwrap .footer .bottom-copy-wrap .bottom-copy a .href-to-kiselev:hover {
	cursor: pointer;
	background: url(../images/kis-hover.png) no-repeat;
}
.contentwrap {
	background-color: #f5f5f5;
}
.contentwrap .breadcrumbs {
	max-width: 1272px;
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.contentwrap .breadcrumbs ul {
	list-style-type: none;
}
.contentwrap .breadcrumbs ul li {
	display: inline-block;
	float: left;
	color: #757575;
}
.contentwrap .breadcrumbs ul li:first-child {
	display: none;
}
.contentwrap .breadcrumbs ul li a {
	color: #757575;
	text-decoration: none;
}
.contentwrap .breadcrumbs ul li .divider {
	margin-right: 8px;
	margin-left: 5px;
}
.contentwrap .contentarea .pages-wrapper {
	padding-top: 20px;
	max-width: 1272px;
	margin: 0 auto;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies h1 {
	font-family: HProBold, sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	display: inline-block;
	color: #17dcae;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancies-wrapper .uk-grid {
	float: left;
	width: 600px;
	background-color: #ffffff;
	padding: 20px;
	position: relative;
	height: 500px;
	margin: 20px 0;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancies-wrapper .uk-grid:nth-child(2n+1) {
	margin-right: 70px;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancies-wrapper .uk-grid .uk-card > div a img {
	position: absolute;
	top: 0;
	left: 0;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancies-wrapper .uk-grid .uk-card .vacancy-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #17dcae;
	color: #ffffff;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancies-wrapper .uk-grid .uk-card div.vacancy-info {
	margin-top: 355px;
	width: 520px;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancies-wrapper .uk-grid .uk-card div.vacancy-info h3 {
	margin-bottom: 10px;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancies-wrapper .uk-grid .uk-card div.vacancy-info h3 a {
	text-decoration: none;
	color: #17dcae;
	font-size: 20px;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancies-wrapper .uk-grid .uk-card div.vacancy-info h3 a:hover {
	text-decoration: underline;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancies-wrapper .uk-grid .uk-card div.vacancy-info p {
	text-align: justify;
	line-height: 1.4;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancy-wrapper div.title-info {
	margin-bottom: 30px;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancy-wrapper div.title-info .vacancy-date {
	color: #757575;
	font-size: 18px;
	margin-left: 20px;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancy-wrapper .vacancy-description {
	background-color: #ffffff;
	padding: 40px 50px 40px 50px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	text-align: justify;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancy-wrapper .vacancy-description ul {
	list-style-type: none;
	margin-left: 50px;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancy-wrapper .vacancy-description ul li:before {
	content: '•    ';
	color: #17dcae;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancy-wrapper .vacancy-description ol {
	margin-left: 50px;
	list-style-position: inside;
}
.contentwrap .contentarea .pages-wrapper .product-vacancies .vacancy-wrapper .vacancy-description ol li {
	font-family: HProBold, sans-serif;
}
.contentwrap .contentarea .pages-wrapper .product-education,
.contentwrap .contentarea .pages-wrapper .product-news {
	width: 100%;
	margin: auto;
	float: none;
}
.contentwrap .contentarea .pages-wrapper .product-education .details,
.contentwrap .contentarea .pages-wrapper .product-news .details {
	margin: 0 auto;
}
.contentwrap .contentarea .pages-wrapper .yoo-zoo .description{
	font-size: 18px;
	margin-top: 20px;
	color: #000;
}
.contentwrap .contentarea .pages-wrapper .product-education .details div h1,
.contentwrap .contentarea .pages-wrapper .product-news .details div h1 {
	font-family: HProBold, sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	display: inline-block;
}
.contentwrap .contentarea .pages-wrapper .product-education .details div span.counter-title,
.contentwrap .contentarea .pages-wrapper .product-news .details div span.counter-title {
	color: #757575;
	font-size: 18px;
	margin-left: 20px;
}
.contentwrap .contentarea .pages-wrapper .product-education .details div span.counter-title span.counter,
.contentwrap .contentarea .pages-wrapper .product-news .details div span.counter-title span.counter {
	font-family: HProBold;
}
/*.contentwrap .contentarea .pages-wrapper .product-education .items,*/
/*.contentwrap .contentarea .pages-wrapper .product-news .items {*/
	/*max-width: 948px;*/
/*}*/
.contentwrap .contentarea .pages-wrapper .product-education .items .moduletable ul,
.contentwrap .contentarea .pages-wrapper .product-news .items .moduletable ul {
	list-style-type: none;
	margin-top: 25px;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .moduletable ul li div.featured-article,
.contentwrap .contentarea .pages-wrapper .product-news .items .moduletable ul li div.featured-article {
	max-width: 948px;
	position: relative;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .moduletable ul li div.featured-article .tag,
.contentwrap .contentarea .pages-wrapper .product-news .items .moduletable ul li div.featured-article .tag {
	display: none;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .moduletable ul li div.featured-article .top,
.contentwrap .contentarea .pages-wrapper .product-news .items .moduletable ul li div.featured-article .top {
	position: absolute;
	bottom: 0;
	padding: 40px;
	font-family: HProMedium;
	font-size: 15px;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .moduletable ul li div.featured-article .title,
.contentwrap .contentarea .pages-wrapper .product-news .items .moduletable ul li div.featured-article .title {
	padding: 40px;
	position: absolute;
	bottom: 50px;
	font-size: 45px;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .moduletable ul li div.featured-article .title a,
.contentwrap .contentarea .pages-wrapper .product-news .items .moduletable ul li div.featured-article .title a {
	text-decoration: none;
	color: inherit;
	font-family: HProBold;
	display: none;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .moduletable ul li div.featured-article-project,
.contentwrap .contentarea .pages-wrapper .product-news .items .moduletable ul li div.featured-article-project {
	max-width: 1272px;
	position: relative;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .moduletable ul li div.featured-article-project .tag,
.contentwrap .contentarea .pages-wrapper .product-news .items .moduletable ul li div.featured-article-project .tag {
	display: none;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .moduletable ul li div.featured-article-project .top ,
.contentwrap .contentarea .pages-wrapper .product-news .items .moduletable ul li div.featured-article-project .top {
	position: absolute;
	bottom: 20px;
	padding: 40px;
	font-family: HProMedium;
	font-size: 15px;
	width: 100%;
	text-align: center;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .moduletable ul li div.featured-article-project .title ,
.contentwrap .contentarea .pages-wrapper .product-news .items .moduletable ul li div.featured-article-project .title {
	padding: 40px;
	position: absolute;
	bottom: 300px;
	font-size: 45px;
	width: 100%;
	text-align: center;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .moduletable ul li div.featured-article-project .title a ,
.contentwrap .contentarea .pages-wrapper .product-news .items .moduletable ul li div.featured-article-project .title a {
	text-decoration: none;
	color: inherit;
	font-family: HProBold;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .moduletable ul li div.featured-article-project .teaser-text ,
.contentwrap .contentarea .pages-wrapper .product-news .items .moduletable ul li div.featured-article-project .teaser-text {
	position: absolute;
	bottom: 190px;
	padding: 0px 40px;
	font-family: HProMedium;
	font-size: 33px;
	width: 100%;
	text-align: center;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1.projects .row:nth-child(3n+3) > div ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1.projects .row:nth-child(3n+3) > div {
	margin-right: 24px;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1.projects .row:nth-child(4n+4) > div ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1.projects .row:nth-child(4n+4) > div {
	margin-right: 0;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row {
	float: none;
	padding: 25px 10px;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	min-width: 316px;
	font-size: 15px;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row:nth-child(3n+3) > div ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row:nth-child(3n+3) > div {
	margin-right: 0;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row > div ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row > div {
	width: 100%;
}

.main-project{
	background: #eeeeee;
}

.zoo-itempro-default-container{
	max-width: 1272px;
	margin: 0 auto;
	width: 100%;
}

.zoo-itempro-default-container .zoo-itempro-default{
	margin: 0 -12px;
}

.zoo-itempro-default{
	font-size: 0;
	letter-spacing: 0;
}

.zoo-itempro-default > li{
	width: 25%;
	font-size: 15px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-width: 320px;
	padding: 25px 12px;
}

.zoo-itempro-default > li .layout-default{
	width: 100%;
	height: 460px;
	padding: 20px;
	-webkit-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	box-shadow: 0 10px 33px rgba(0,0,0,.1);
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row > div div.teaser-item ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row > div div.teaser-item {
	width: 100%;
	height: 460px;
	padding: 20px;
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
}

.zoo-itempro-default .layout-default{
	position: relative;
}

.zoo-itempro-default .href-to-full-item,
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row > div div.teaser-item .href-to-full-item ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row > div div.teaser-item .href-to-full-item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row > div div.teaser-item .down .image img ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row > div div.teaser-item .down .image img {
	position: absolute;
	bottom: 0;
	width: 100%;
	transition: ease all 1.1s;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row > div div.teaser-item .down .image img:hover,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row > div div.teaser-item .down .image img:hover{
	transition: ease all 1.1s;
	transform: scale(1.2);
}
.teaser-item .down{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 193px;
	left: 0;
	right: 0;
	overflow: hidden;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row > div div.teaser-item .top ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row > div div.teaser-item .top {
	height: 22px;
	line-height: 22px;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row > div div.teaser-item .top > * ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row > div div.teaser-item .top > * {
	float: left;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row > div div.teaser-item .top .tag ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row > div div.teaser-item .top .tag {
	margin-right: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row > div div.teaser-item .top .tag a ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row > div div.teaser-item .top .tag a {
	text-decoration: none;
	text-transform: uppercase;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row > div div.teaser-item .title ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row > div div.teaser-item .title {
	margin-top: 20px;
	margin-bottom: 20px;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row > div div.teaser-item .title a ,
.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row > div div.teaser-item .title a {
	text-decoration: none;
	font-family: HProBold, sans-serif;
	font-size: 20px;
	color: #212121;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .pagination ,
.contentwrap .contentarea .pages-wrapper .product-news .items .pagination {
	text-align: center;
	padding: 40px 0;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .pagination ul ,
.contentwrap .contentarea .pages-wrapper .product-news .items .pagination ul {
	list-style-type: none;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .pagination ul li ,
.contentwrap .contentarea .pages-wrapper .product-news .items .pagination ul li {
	display: inline-block;
	margin-right: 9px;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .pagination ul li.no-border span ,
.contentwrap .contentarea .pages-wrapper .product-news .items .pagination ul li.no-border span {
	border: none;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .pagination ul li a,
.contentwrap .contentarea .pages-wrapper .product-news .items .pagination ul li a,
.contentwrap .contentarea .pages-wrapper .product-education .items .pagination ul li span ,
.contentwrap .contentarea .pages-wrapper .product-news .items .pagination ul li span {
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #17dcae;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #212121;
	font-family: HProBold, sans-serif;
	font-size: 20px;
}
.contentwrap .contentarea .pages-wrapper .product-education .items .pagination ul li.uk-active span ,
.contentwrap .contentarea .pages-wrapper .product-news .items .pagination ul li.uk-active span {
	background-color: #17dcae;
	color: #ffffff;
}
.contentwrap .contentarea .pages-wrapper .product-education .item .floatbox ,
.contentwrap .contentarea .pages-wrapper .product-news .item .floatbox {
	background-color: #ffffff;
	padding: 40px 50px;
}
@media (max-width: 480px){
	.contentwrap .contentarea .pages-wrapper .product-education .item .floatbox,
	.contentwrap .contentarea .pages-wrapper .product-news .item .floatbox{
		padding:15px;
	}
}
.contentwrap .contentarea .pages-wrapper .product-education .item .floatbox .box-1 ,
.contentwrap .contentarea .pages-wrapper .product-news .item .floatbox .box-1 {
	margin-bottom: 30px;
}
.contentwrap .contentarea .pages-wrapper .product-education .item .floatbox .box-1 .title a ,
.contentwrap .contentarea .pages-wrapper .product-news .item .floatbox .box-1 .title a {
	font-family: HProBold, sans-serif;
	font-size: 24px;
	text-decoration: none;
	color: #212121;
}
.contentwrap .contentarea .pages-wrapper .product-education .item .floatbox .box-1 .info ,
.contentwrap .contentarea .pages-wrapper .product-news .item .floatbox .box-1 .info {
	margin-top: 30px;
	margin-bottom: 20px;
}
.contentwrap .contentarea .pages-wrapper .product-education .item .floatbox .box-1 .info .date ,
.contentwrap .contentarea .pages-wrapper .product-news .item .floatbox .box-1 .info .date {
	color: #757575;
}
.contentwrap .contentarea .pages-wrapper .product-education .item .floatbox .box-1 .info .views ,
.contentwrap .contentarea .pages-wrapper .product-news .item .floatbox .box-1 .info .views {
	display: none;
}
.contentwrap .contentarea .pages-wrapper .product-education .item .floatbox .box-1 .text ,
.contentwrap .contentarea .pages-wrapper .product-news .item .floatbox .box-1 .text {
	line-height: 1.4;
	letter-spacing: 0.5px;
	text-align: justify;
}
.contentwrap .contentarea .pages-wrapper .product-education .item .floatbox .box-1 .text ul ,
.contentwrap .contentarea .pages-wrapper .product-news .item .floatbox .box-1 .text ul {
	list-style-type: none;
	margin-left: 50px;
}
.contentwrap .contentarea .pages-wrapper .product-education .item .floatbox .box-1 .text ul li:before ,
.contentwrap .contentarea .pages-wrapper .product-news .item .floatbox .box-1 .text ul li:before {
	content: '•    ';
	color: #17dcae;
}
.contentwrap .contentarea .pages-wrapper .product-education .item .floatbox .box-1 .text ol ,
.contentwrap .contentarea .pages-wrapper .product-news .item .floatbox .box-1 .text ol {
	margin-left: 50px;
	list-style-position: inside;
}
.contentwrap .contentarea .pages-wrapper .product-education .item .floatbox .box-1 .text ol li ,
.contentwrap .contentarea .pages-wrapper .product-news .item .floatbox .box-1 .text ol li {
	font-family: HProBold, sans-serif;
}
.contentwrap .contentarea .pages-wrapper .product-education .item .floatbox .box-1 .text img ,
.contentwrap .contentarea .pages-wrapper .product-news .item .floatbox .box-1 .text img {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	display: inherit;
	border: 10px solid #ffffff;
	box-shadow: 0 0 0 1px #17dcae;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage .details div h1 ,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-news .details div h1 {
	color: #573eba;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage .items .box-1 .row > div div.teaser-item .top .tag ,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-news .items .box-1 .row > div div.teaser-item .top .tag {
	background-color: #573eba;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage .details div h1 ,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-proekty-mizhnarodne-spivrobitnytstvo .details div h1,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-education .details div h1,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-projects-protection .details div h1{
	color: #ff2f51;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage .items .box-1 .row > div div.teaser-item .top .tag ,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-education .items .box-1 .row > div div.teaser-item .top .tag ,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-projects-protection .items .box-1 .row > div div.teaser-item .top .tag,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-proekty-mizhnarodne-spivrobitnytstvo .items .box-1 .row > div div.teaser-item .top .tag {
	background-color: #ff2f51;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage .details div h1,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-projects-marketing .details div h1,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-vuzy-partnery .details div h1,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-proekty-vzaiemodiia-z-vladoiu .details div h1{
	color: #17dcae;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage .items .box-1 .row > div div.teaser-item .top .tag,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-projects-marketing .items .box-1 .row > div div.teaser-item .top .tag,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-vuzy-partnery .items .box-1 .row > div div.teaser-item .top .tag,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-proekty-vzaiemodiia-z-vladoiu .items .box-1 .row > div div.teaser-item .top .tag,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-projects-marketing .items .box-1 .row > div div.teaser-item .top .tag {
	background-color: #17dcae;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage ,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-projects {
	max-width: 1272px;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage .details div h1 ,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-projects .details div h1 {
	color: #17dcae;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage .items ,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-projects .items {
	max-width: 1272px;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage .items .moduletable ul ,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-projects .items .moduletable ul {
	max-width: 1272px;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage .items #projects .row:nth-child(4n+4) > div ,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-projects .items #projects .row:nth-child(4n+4) > div {
	margin-right: 0;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage .items .box-1 .row > div div.teaser-item .top .tag ,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-projects .items .box-1 .row > div div.teaser-item .top .tag {
	background-color: #17dcae;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage .details div h1 ,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-events .details div h1 {
	color: #2296F8;
}
.contentwrap .contentarea .pages-wrapper .product-education-frontpage .items .box-1 .row > div div.teaser-item .top .tag ,
.contentwrap .contentarea .pages-wrapper .product-news-frontpage-events .items .box-1 .row > div div.teaser-item .top .tag {
	background-color: #2296F8;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap {
	width: 300px;
	margin: 0px auto;
	float: none;
}

@media (max-width: 1266px){
	.contentwrap .contentarea .pages-wrapper .aside-content-wrap{
		max-width: 918px;
		width: 100%;
	}
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .for-button {
	height: 64px;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap {
	padding: 20px 40px;
	background-color: #ffffff;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments > p {
	color: #17dcae;
	font-family: HProBold;
	font-size: 23px;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments ul li {
	border-bottom: 1px solid #17dcae;
	margin: 0px;
	padding: 15px 0;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments ul li:last-child {
	border: none;
	padding-bottom: 0;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments ul li > * {
	display: block;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments ul li > a:first-child {
	float: left;
	margin-right: 10px;
	display: block;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments ul li > a:first-child img {
	padding: 0px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments ul li .dsq-widget-user {
	text-decoration: none;
	color: #212121;
	font-family: HProBold;
	font-size: 16px;
	transition: all 0.3s ease;
	padding-left: 50px;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments ul li .dsq-widget-user:hover {
	color: #17dcae;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments ul li .dsq-widget-comment {
	font-size: 15px;
	font-family: HProMedium;
	padding: 5px 0 5px 50px;
	word-wrap: break-word;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments ul li .dsq-widget-meta {
	padding-left: 50px;
	display: inline-block;
	font-size: 0;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments ul li .dsq-widget-meta a:first-child {
	font-size: 12px;
	text-decoration: none;
	color: #757575;
	transition: all 0.3s ease;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments ul li .dsq-widget-meta a:first-child:hover {
	color: #17dcae;
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments ul li .dsq-widget-meta a:first-child:before {
	content: 'В статті: ';
}
.contentwrap .contentarea .pages-wrapper .aside-content-wrap .latest-comments-wrap .latest-comments ul li .dsq-widget-meta a:last-child {
	display: none;
}
.contentwrap .contentarea .pages-wrapper .violet .latest-comments-wrap .latest-comments > p {
	color: #573eba;
}
.contentwrap .contentarea .pages-wrapper .violet .latest-comments-wrap .latest-comments ul li {
	border-bottom: 1px solid #573eba;
}
.contentwrap .contentarea .pages-wrapper .violet .latest-comments-wrap .latest-comments ul li .dsq-widget-user:hover {
	color: #573eba;
}
.contentwrap .contentarea .pages-wrapper .violet .latest-comments-wrap .latest-comments ul li .dsq-widget-meta a:first-child:hover {
	color: #573eba;
}
.contentwrap .contentarea .pages-wrapper .red .latest-comments-wrap .latest-comments > p {
	color: #ff2f51;
}
.contentwrap .contentarea .pages-wrapper .red .latest-comments-wrap .latest-comments ul li {
	border-bottom: 1px solid #ff2f51;
}
.contentwrap .contentarea .pages-wrapper .red .latest-comments-wrap .latest-comments ul li .dsq-widget-user:hover {
	color: #ff2f51;
}
.contentwrap .contentarea .pages-wrapper .red .latest-comments-wrap .latest-comments ul li .dsq-widget-meta a:first-child:hover {
	color: #ff2f51;
}
.contentwrap .contentarea .pages-wrapper .blue .latest-comments-wrap .latest-comments > p {
	color: #2296F8;
}
.contentwrap .contentarea .pages-wrapper .blue .latest-comments-wrap .latest-comments ul li {
	border-bottom: 1px solid #2296F8;
}
.contentwrap .contentarea .pages-wrapper .blue .latest-comments-wrap .latest-comments ul li .dsq-widget-user:hover {
	color: #2296F8;
}
.contentwrap .contentarea .pages-wrapper .blue .latest-comments-wrap .latest-comments ul li .dsq-widget-meta a:first-child:hover {
	color: #2296F8;
}
.contentwrap .contentarea .page-Page > *,
.contentwrap .contentarea .moduletable > * {
	max-width: 1272px;
	margin: 0 auto;
}
.contentwrap .contentarea .page-Page h2,
.contentwrap .contentarea .moduletable h2 {
	margin-bottom: 20px;
}
.contentwrap .contentarea .page-Page h2 span,
.contentwrap .contentarea .moduletable h2 span {
	color: #17dcae;
	background-color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
}
.contentwrap .contentarea .page-Page .custom,
.contentwrap .contentarea .moduletable .custom {
	line-height: 2;
}
.contentwrap .contentarea .page-Page .custom .text-o-nas,
.contentwrap .contentarea .page-Page .custom .text-join,
.contentwrap .contentarea .moduletable .custom .text-o-nas,
.contentwrap .contentarea .moduletable .custom .text-join {
	line-height: 1.4;
	padding: 40px;
	background-color: #ffffff;
	letter-spacing: 0.5px;
	text-align: justify;
	overflow: hidden;
}
.contentwrap .contentarea .page-Page .custom .text-o-nas p,
.contentwrap .contentarea .page-Page .custom .text-join p,
.contentwrap .contentarea .moduletable .custom .text-o-nas p,
.contentwrap .contentarea .moduletable .custom .text-join p {
	margin-bottom: 10px;
}
.contentwrap .contentarea .page-Page .custom .text-o-nas p > a.document,
.contentwrap .contentarea .page-Page .custom .text-join p > a.document,
.contentwrap .contentarea .moduletable .custom .text-o-nas p > a.document,
.contentwrap .contentarea .moduletable .custom .text-join p > a.document {
	width: 300px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #17dcae;
	border-bottom: 2px solid #0d8065;
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto;
	display: block;
	background-image: none;
}
.contentwrap .contentarea .page-Page .custom .text-o-nas p > a.document:hover,
.contentwrap .contentarea .page-Page .custom .text-join p > a.document:hover,
.contentwrap .contentarea .moduletable .custom .text-o-nas p > a.document:hover,
.contentwrap .contentarea .moduletable .custom .text-join p > a.document:hover {
	cursor: pointer;
	background-color: #3bebc2;
}
.contentwrap .contentarea .page-Page .custom .text-o-nas h3,
.contentwrap .contentarea .page-Page .custom .text-join h3,
.contentwrap .contentarea .moduletable .custom .text-o-nas h3,
.contentwrap .contentarea .moduletable .custom .text-join h3 {
	margin-bottom: 10px;
}
.contentwrap .contentarea .page-Page .custom .text-o-nas img,
.contentwrap .contentarea .page-Page .custom .text-join img,
.contentwrap .contentarea .moduletable .custom .text-o-nas img,
.contentwrap .contentarea .moduletable .custom .text-join img {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
	display: inherit;
	border: 10px solid white;
	box-shadow: 0 0 0 1px #17dcae;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contentwrap .contentarea .page-Page .join-us_wrapper,
.contentwrap .contentarea .moduletable .join-us_wrapper {
	line-height: 2;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .text-o-nas,
.contentwrap .contentarea .page-Page .join-us_wrapper .text-join,
.contentwrap .contentarea .moduletable .join-us_wrapper .text-o-nas,
.contentwrap .contentarea .moduletable .join-us_wrapper .text-join {
	line-height: 1.4;
	padding: 40px;
	background-color: #ffffff;
	letter-spacing: 0.5px;
	text-align: justify;
}
@media (max-width: 480px){
	.contentwrap .contentarea .page-Page .join-us_wrapper .text-o-nas,
	.contentwrap .contentarea .page-Page .join-us_wrapper .text-join,
	.contentwrap .contentarea .moduletable .join-us_wrapper .text-o-nas,
	.contentwrap .contentarea .moduletable .join-us_wrapper .text-join {
		padding: 15px;
	}
	.contentwrap .contentarea .moduletable .join-us_wrapper .text-join ul {
		padding-left: 15px;
	}
}
.contentwrap .contentarea .page-Page .join-us_wrapper .text-o-nas p,
.contentwrap .contentarea .page-Page .join-us_wrapper .text-join p,
.contentwrap .contentarea .moduletable .join-us_wrapper .text-o-nas p,
.contentwrap .contentarea .moduletable .join-us_wrapper .text-join p {
	margin-bottom: 10px;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .text-o-nas p > a.document,
.contentwrap .contentarea .page-Page .join-us_wrapper .text-join p > a.document,
.contentwrap .contentarea .moduletable .join-us_wrapper .text-o-nas p > a.document,
.contentwrap .contentarea .moduletable .join-us_wrapper .text-join p > a.document {
	width: 300px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #17dcae;
	border-bottom: 2px solid #0d8065;
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto;
	display: block;
	background-image: none;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .text-o-nas p > a.document:hover,
.contentwrap .contentarea .page-Page .join-us_wrapper .text-join p > a.document:hover,
.contentwrap .contentarea .moduletable .join-us_wrapper .text-o-nas p > a.document:hover,
.contentwrap .contentarea .moduletable .join-us_wrapper .text-join p > a.document:hover {
	cursor: pointer;
	background-color: #3bebc2;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .text-o-nas h3,
.contentwrap .contentarea .page-Page .join-us_wrapper .text-join h3,
.contentwrap .contentarea .moduletable .join-us_wrapper .text-o-nas h3,
.contentwrap .contentarea .moduletable .join-us_wrapper .text-join h3 {
	margin-bottom: 10px;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .text-o-nas img,
.contentwrap .contentarea .page-Page .join-us_wrapper .text-join img,
.contentwrap .contentarea .moduletable .join-us_wrapper .text-o-nas img,
.contentwrap .contentarea .moduletable .join-us_wrapper .text-join img {
	max-width: 1188px;
	margin: 0 auto;
	display: inherit;
	border: 10px solid white;
	box-shadow: 0 0 0 1px #17dcae;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform p,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform p {
	text-align: center;
	color: #17dcae;
	font-family: HProBold;
	font-size: 23px;
	margin-top: 20px;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form {
	margin: 0 auto;
	width: 800px;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form h2,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form h2 {
	margin: 20px 0;
	font-size: 23px;
	font-family: HProBold;
	color: #17dcae;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset {
	width: 400px;
	margin: 0 auto;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block {
	margin: 0;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControlLabel,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControlLabel {
	display: none;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls {
	margin: 0;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody > *,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody > * {
	width: 100%;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody input,
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody select,
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody input,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody select,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea {
	height: 50px;
	line-height: 50px;
	width: calc(100% - 22px);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	margin-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #e0e0e0;
	outline: none;
	font-family: HProMedium, sans-serif;
	letter-spacing: 0.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #757575;
	font-size: 18px;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody input:focus,
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody select:focus,
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea:focus,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody input:focus,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody select:focus,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea:focus {
	border-color: #757575;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody input::-webkit-input-placeholder,
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody select::-webkit-input-placeholder,
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea::-webkit-input-placeholder,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody input::-webkit-input-placeholder,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody select::-webkit-input-placeholder,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea::-webkit-input-placeholder {
	color: #e0e0e0;
	font-size: 18px;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody input::-moz-placeholder,
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody select::-moz-placeholder,
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea::-moz-placeholder,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody input::-moz-placeholder,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody select::-moz-placeholder,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea::-moz-placeholder {
	color: #e0e0e0;
	font-size: 18px;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody input:-moz-placeholder,
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody select:-moz-placeholder,
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea:-moz-placeholder,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody input:-moz-placeholder,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody select:-moz-placeholder,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea:-moz-placeholder {
	color: #e0e0e0;
	font-size: 18px;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody input:-ms-input-placeholder,
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody select:-ms-input-placeholder,
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea:-ms-input-placeholder,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody input:-ms-input-placeholder,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody select:-ms-input-placeholder,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea:-ms-input-placeholder {
	color: #e0e0e0;
	font-size: 18px;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody textarea {
	height: 120px;
	line-height: 40px;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody div#g-recaptcha-49,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody div#g-recaptcha-49 {
	margin-bottom: 10px;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody div#g-recaptcha-49 div,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody div#g-recaptcha-49 div {
	margin: 0 auto;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody button,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody button {
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #17dcae;
	border-bottom: 2px solid #0d8065;
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: none;
	border-color: none;
	font-family: HProMedium;
	font-size: 17px;
	text-shadow: none;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody button:hover,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody button:hover {
	cursor: pointer;
	background-color: #3bebc2;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody .rsform-error,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody .rsform-error {
	border-color: #ff2f51;
}
.contentwrap .contentarea .page-Page .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody .formValidation,
.contentwrap .contentarea .moduletable .join-us_wrapper .join-us .rsform form fieldset .rsform-block .formControls .formBody .formValidation {
	display: none;
}
.contentwrap .contentarea .partners-in-menu {
	max-width: 1272px;
	margin: 0 auto;
}
.contentwrap .contentarea .partners-in-menu .title {
	margin-bottom: 30px;
}
.contentwrap .contentarea .partners-in-menu .title span {
	color: #17dcae;
	background-color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
}
.contentwrap .contentarea .partners-in-menu .subtitle {
	font-size: 20px;
	color: #17dcae;
}
.contentwrap .contentarea .partners-in-menu ul {
	list-style-type: none;
}
.contentwrap .contentarea .partners-in-menu ul li {
	float: left;
	background-repeat: no-repeat;
	background-size: 150px;
	background-position: 50% 50%;
	width: 150px;
	height: 150px;
	margin: 25px;
	position: relative;
}
.contentwrap .contentarea .partners-in-menu .partners-ul li a {
	display: none;
	text-decoration: none;
}
.contentwrap .contentarea .partners-in-menu .partners-ul li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.contentwrap .contentarea .partners-in-menu .partners-ul li:hover:before {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	background: rgba(0,0,0,0.5);
}
.contentwrap .contentarea .partners-in-menu .partners-ul li:hover a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}
.contentwrap .contentarea .partners-in-menu .partners-ul li:hover a span {
	position: absolute;
	transform: translate(0,-50%);
	display: inline-block;
	width: 100%;
	top: 50%;
	left: 0;
}
.contentwrap .contentarea .partners-in-menu .partners-joinaspartner {
	display: none;
}
.contentwrap .contentarea .team {
	max-width: 1272px;
	margin: 0 auto;
}
.contentwrap .contentarea .team .title {
	margin-bottom: 30px;
}
.contentwrap .contentarea .team .title span {
	color: #17dcae;
	background-color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 53px;
	font-family: HProBold;
	font-size: 23px;
}
.contentwrap .contentarea .team .subtitle {
	font-size: 20px;
	color: #17dcae;
}
.contentwrap .contentarea .team ul {
	list-style-type: none;
}
.contentwrap .contentarea .team ul li {
	float: left;
	background-repeat: no-repeat;
	background-size: 280px;
	background-position: 50% 50%;
	width: 280px;
	height: 400px;
	margin: 17px;
	position: relative;
}
.contentwrap .contentarea .team .team-ul {
	height: 100%;
	background-color: #ffffff;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	padding: 25px;
}
.contentwrap .contentarea .team .team-ul li {
	margin-bottom: 150px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 680px){
	.contentwrap .contentarea .team .team-ul li a{
		width: 226px !important;
		height: 226px !important;
		margin: auto !important;
		display: block !important;
	}
}
.contentwrap .contentarea .team .team-ul li a.facebook {
	background-size: 280px auto;
	background-position: center center;
	width: 100%;
	height: 100%;
	display: inline-block;
	border-radius: 50%;
	border: 10px solid white;
	box-shadow: 0 0 0 1px #17dcae;
	transition: border 0.3s ease;
}
.contentwrap .contentarea .team .team-ul li a.facebook:hover {
	border: 10px solid #17dcae;
}
.contentwrap .contentarea .team .team-ul li .info {
	position: absolute;
	top: 280px;
	width: 100%;
	height: 150px;
	padding: 20px;
	text-align: center;
	border: none;
}
.contentwrap .contentarea .team .team-ul li .info .name {
	padding-bottom: 15px;
}
.contentwrap .contentarea .team .team-ul li .info .name span {
	font-family: HProBold;
	font-size: 20px;
	color: #17dcae;
}
.contentwrap .contentarea .team .team-ul li .info .position {
	padding-bottom: 15px;
}
.contentwrap .contentarea .team .team-ul li .info .member-contacts a {
	text-decoration: none;
	color: #212121;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.contentwrap .contentarea .team .team-ul li .info .member-contacts a:hover {
	text-decoration: underline;
	color: #17dcae;
}
.contentwrap .contentarea .search {
	width: 1272px;
	margin: 0 auto;
}
.contentwrap .contentarea .search form fieldset.phrases,
.contentwrap .contentarea .search form fieldset.only,
.contentwrap .contentarea .search form .form-limit,
.contentwrap .contentarea .search form .searchinfo,
.contentwrap .contentarea .search form .counter {
	display: none;
}
.contentwrap .contentarea .search form .btn-toolbar {
	font-size: 0;
	display: inline-block;
	border: 1px solid #212121;
	width: 300px;
	height: 30px;
}
.contentwrap .contentarea .search form .btn-toolbar div {
	display: inline-block;
	height: 100%;
}
.contentwrap .contentarea .search form .btn-toolbar div > * {
	border: 0;
	outline: none;
}
.contentwrap .contentarea .search form .btn-toolbar div input {
	float: left;
	font-size: 18px;
	width: 268px;
	height: 100%;
	padding-left: 10px;
}
.contentwrap .contentarea .search form .btn-toolbar div button {
	float: right;
	width: 30px;
	height: 100%;
	background: #212121 url(../images/searchButton.gif) 8px 8px no-repeat;
}
.contentwrap .contentarea .search dl dt {
	margin-top: 20px;
	font-family: HProBold;
}
.contentwrap .contentarea .search dl dt a {
	color: #212121;
	font-family: HProBold;
	transition: all 0.3s ease;
	text-decoration: none;
}
.contentwrap .contentarea .search dl dt a:hover {
	color: #17dcae;
}
.contentwrap .contentarea .search dl dd {
	font-size: 16px;
	color: #757575;
}
.contentwrap .contentarea .search .pagination {
	text-align: center;
	padding: 40px 0;
}
.contentwrap .contentarea .search .pagination ul {
	list-style-type: none;
}
.contentwrap .contentarea .search .pagination ul li {
	display: inline-block;
	margin-right: 9px;
}
.contentwrap .contentarea .search .pagination ul li.no-border span {
	border: none;
}
.contentwrap .contentarea .search .pagination ul li a,
.contentwrap .contentarea .search .pagination ul li span {
	text-decoration: none;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #17dcae;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #212121;
	font-family: HProBold, sans-serif;
	font-size: 23px;
}
.contentwrap .contentarea .search .pagination ul li.uk-active span {
	background-color: #17dcae;
	color: #ffffff;
}
.contentwrap .moduletable .error-wrapper .error {
	background-color: #ffffff;
	padding: 60px;
	background-image: url(../images/404.png);
	background-repeat: no-repeat;
	background-position: center 30%;
	height: 670px;
	position: relative;
}
.contentwrap .moduletable .error-wrapper .error .error-title {
	background-color: transparent;
	position: absolute;
	top: 267px;
	max-width: 1152px;
}
.contentwrap .moduletable .error-wrapper .error .error-title span {
	background-color: inherit;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-family: HProMedium;
	text-transform: none;
	color: #757575;
	letter-spacing: 0.5px;
	font-size: 23px;
	font-weight: normal;
}
.contentwrap .moduletable .error-wrapper .error p {
	width: 1152px;
	position: absolute;
	bottom: 75px;
	text-align: center;
}
.contentwrap .moduletable .error-wrapper .error p a.button {
	width: 280px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #17dcae;
	border-bottom: 2px solid #0d8065;
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contentwrap .moduletable .error-wrapper .error p a.button:hover {
	cursor: pointer;
	background-color: #3bebc2;
}
#mc_embed_signup.myclass {
	background-color: transparent;
	color: black;
	margin: 0px;
	padding: 0px;
}
#mc_embed_signup.myclass > form {
	background-color: white;
	margin: 0px;
	padding: 0;
}
#mc_embed_signup.myclass > form .close {
	margin: 0px;
	text-align: right;
}
#mc_embed_signup.myclass > form .close span {
	width: 30px;
	height: 30px;
	background: white;
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
#mc_embed_signup.myclass > form .close span:hover {
	color: white;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	background: #ff627c;
}
#mc_embed_signup.myclass > form input[type='text'],
#mc_embed_signup.myclass > form input[type='email'] {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	margin-bottom: 30px;
	padding-left: 20px;
	border: 1px solid #e0e0e0;
	outline: none;
	font-family: HProMedium, sans-serif;
	letter-spacing: 0.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #757575;
	font-size: 18px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
#mc_embed_signup.myclass > form input:focus {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	border-color: #757575;
}
#mc_embed_signup.myclass > form .datefield input {
	padding-left: 3px;
	width: 55px;
}
#mc_embed_signup.myclass > form input[type='submit'] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	border: 2px solid #17dcae;
	color: #17dcae;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 47px;
	text-transform: uppercase;
	padding: 0 20px;
	display: inline-block;
	transition: all 0.3s ease;
	box-shadow: none;
	-webkit-box-shadow: none;
	display: block;
	width: 80%;
}
#mc_embed_signup.myclass > form input[type='submit']:hover {
	cursor: pointer;
	background-color: #17dcae;
	color: #ffffff;
}
#mc_embed_signup.myclass #mc-embedded-subscribe-form input.mce_inline_error {
	border: 1px solid #ff2f51;
}
#mc_embed_signup.myclass #mc-embedded-subscribe-form div.mce_inline_error {
	color: #ff2f51;
	display: none !important;
}
#mc_embed_signup.myclass .size1of2 {
	width: 100%;
}
.uk-modal-close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
}
@media (max-width: 375px){
	.contentwrap .contentarea .page-Page .custom .text-o-nas, .contentwrap .contentarea .page-Page .custom .text-join, .contentwrap .contentarea .moduletable .custom .text-o-nas, .contentwrap .contentarea .moduletable .custom .text-join{
		padding: 15px;
	}
}
@media (max-width: 680px){

	.zoo-itempro-title,
	.zoo-item-description,
	.zoo-item-title{
		text-align: center;
		margin-left: 0px !important;
	}

	.contentwrap .contentarea .zoo-itempro-title .zoo-item-title-text{
		text-align: center;
	}

	.contentwrap .contentarea .zoo-itempro-title .zoo-item-title-text,
	.contentwrap .contentarea .main-projects .zoo-item-title-text, .contentwrap .contentarea .main-projects .zoo-item-title-text a, .contentwrap .contentarea .main-events .zoo-item-title-text, .contentwrap .contentarea .main-events .zoo-item-title-text a, .contentwrap .contentarea .main-news .zoo-item-title-text, .contentwrap .contentarea .main-news .zoo-item-title-text a{
		display: block;
		margin-bottom: 15px;
	}
	.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper{
		width: 100%;
		padding: 80px 25px 0px
	}
	.contentwrap .contacts-wrap .contacts .contacts-block .subscription{
		width: 100%;
	}

}
@media (max-width: 840px){
	.logo-footer{
		display: block;
		text-align: center;
	}
	.footerwrap .footer .footer-menu-wrap .footer-menu{
		line-height:normal;
	}
	.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu{
		float: none;
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		text-align: center;
		justify-content: center;
		-webkit-justify-content: center;
		flex-wrap: wrap;
		margin-top: 25px;
		padding-bottom: 25px;
	}
	.footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li, .footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li a, .footerwrap .footer .footer-menu-wrap .footer-menu ul.menu li span{
		height:34px;
		line-height: normal;
	}
}
@media (max-width: 1235px){
	.contentwrap .contacts-wrap .contacts .for-fb{
		display: none;
	}
	.contentwrap .contacts-wrap .contacts .contacts-block{
		max-width: 100%;
		float: none;
	}
	.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper .phones{
		float:none;
	}
	.contentwrap .contacts-wrap .contacts .contacts-block .contacts-wrapper .emails{
		float: none;
		margin-left: 0px;
		margin-top: 25px;
	}
	.contentwrap .contacts-wrap .contacts .contacts-block{
		min-height: auto;
		padding-bottom: 25px;
	}
}

.zoo-item-description{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

.zoo-itempro-title,
.zoo-item-description,
.zoo-item-title{
	margin-left: 15px;
}
/******* mobile-menu *******/

#jawnav{
	border: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	max-width: 70%;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	text-align: left;
}
#jawnav > ul > li:hover > a, #jawnav > ul > li.active > a{
	color: #17dcae !important;
}
#jawnav ul ul li:hover > a, #jawnav ul ul li a:hover, #jawnav ul ul li.current > a{
	color: #17dcae !important;
}
#jawnav #menu-button::before{
	height: 7px !important;
}
#jawnav > ul > li > a{
	font-size: 14px !important;
	color: #ffffff !important;
	font-weight: 600;
	font-family: segoe ui, sans-serif;
}
#jawnav ul{
	min-height: 60px;
}
#mod-search-searchword::placeholder {
	font-weight: 600;
	font-family: segoe ui, sans-serif;
	font-size: 14px !important;
}

.image > a > img {
	width: 100%;
	height: auto;
}
.items > .box-1{
	/*display: flex;*/
	/*display: -webkit-box;*/
	/*display: -moz-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	/*justify-content: flex-start;*/
	/*-webkit-justify-content: flex-start;*/
	/*clear: both;*/
	/*flex-wrap: wrap;*/
	font-size: 0;
	letter-spacing: 0;
	margin: 0 -12px;
}

.items > .box-1 .row{
	font-size: 15px;
}

/******* lang header *******/
.lang{
	display: inline-block;
	float: right;
}
.lang a {
	font-family: segoe ui, sans-serif;
	ransition: all ease 0.5s;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
.lang a:hover{
	transition: all ease 0.5s;
	color: #00c6b2;
}
.lang a.active{
	color: #00c6b2;
}

@media screen and (max-width: 649px){

	.contentwrap .contentarea .main-news .zoo-item-list li ,
	.contentwrap .contentarea .main-events .zoo-item-list li{
		display: block;
		width: 314px;
		min-width: 1px;
		margin-left: auto;
		margin-right: auto;
	}

	.contentwrap .contentarea .pages-wrapper .product-education .items .box-1 .row,
	.contentwrap .contentarea .pages-wrapper .product-news .items .box-1 .row,
	.zoo-itempro-default > li{
		display: block;
		width: 314px;
		min-width: 1px;
		margin: 0 auto;
		padding: 12px;
	}

	.items > .box-1,
	.contentwrap .contentarea .main-events .zoo-item-list{
		justify-content: center;
		-webkit-justify-content: center;
	}
}
.logo-footer {
    padding: 0 15px;
}
.logo-footer:nth-child(2) {
  float: right;
}
.logo-footer img{
    max-height: 50px;
  	vertical-align: middle;
}

@media screen and (max-width: 649px){
  .logo-footer:nth-child(2) {
    float: none;
    margin-top: 15px;
  }
}
.header .logo {
    max-height: 50px;
    padding: 0 15px;
 	margin-top: 5px;
}

.product-news .clear-fix span.date{
  display: none;
}

.map .marker {
    background-image: url('/images/mapbox-icon.png');
    width: 45px;
}