.cardProfile__post {
	font-size: 20px;
	line-height: 150%;
	font-weight: 600;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 23px;
	max-width: 515px;
}

.cardProfile__item--large .cardProfile__images {
	min-width: 280px;
	width: 280px;
}

.cardProfile__item {
	border: 1px solid #B2C1C4;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.cardProfile__item {
	width: calc(50% - 41px);
	margin-left: 26px;
	margin-right: 26px;
}

.cardProfile__item:nth-child(odd) {
	margin-left: 15px;
}

.cardProfile__item:nth-child(even) {
	margin-right: 15px;
}

.cardProfile__item--large {
	width: calc(100% - 41px);
}

.cardProfile__item--large .cardProfile__content {
	padding-left: 50px;
	padding-right: 50px;
}

.cardProfile__post:after {
	position: absolute;
	content: ' ';
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: #009CFF;
}

.cardProfile__item:not(.cardProfile__item--large) .cardProfile__name {
	font-size: 20px;
	color: #333333;
	max-width: 180px;
	font-weight: 600;
	position: relative;
	padding-top: 20px;
}

.cardProfile__item:not(.cardProfile__item--large) .cardProfile__name:after {
	position: absolute;
	content: ' ';
	top: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #009CFF;
}

.cardProfile__item:not(.cardProfile__item--large) .cardProfile__description {
	font-size: 16px;
}

.cardProfile__item--large .cardProfile__name {
	font-size: 30px;
	font-weight: 600;
}

.cardProfile__container {
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.cardProfile__images {
	padding-bottom: 0;
	width: 220px;
	height: 300px;
	background-position: center center;
}

.cardProfile__content {
	width: calc(100% - 220px);
	padding-left: 30px;
}

.cardProfile__item-nophoto .cardProfile__images {
	background-image: none!important;
	width: 0;
}

.cardProfile__item-nophoto .cardProfile__content {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	        justify-content: center;
}

.cardProfile__item-nophoto .cardProfile__description,
.cardProfile__item-nophoto.cardProfile__item:not(.cardProfile__item--large) .cardProfile__name {
	max-width: 330px;
}

.event__headline {
	padding-left: calc(15% + 90px);
}

.formatedText a:not(.additionMaterial__item):not(.newsCard__head):visited {
	color: #222;
	font-weight: normal;
}

.formatedText a:not(.additionMaterial__item):not(.newsCard__head) {
	/*color: inherit;*/
	font-weight: normal;
}

.event__item:hover .eventCard__head span {
	-webkit-background-size: 100% 1px;
	     -o-background-size: 100% 1px;
	        background-size: 100% 1px;
	    color: #009cff;
}

.eventCard__head {
	font-weight: normal;
}

.event--withData .event__date {
	width: 15%;
}

.event__headline h2 {
	font-weight: 600;
	margin-bottom: 0;
}

.event--withData {
	margin-top: 30px;
}

.event__date .event__month {
	font-size: 21px;
	font-weight: 600;
}

.event__date:before {
	top: 55px;
}

.event--withData:before {
	top: 105px;
}

.event__date:before {
	display: none;
}

.event__date-wrapper {
	margin-left: -25px;
	background: #FFF;
	padding: 10px 0px;
}

.event__array .eventCard {
	padding: 24px;
}

.theme-blue svg path,
.theme-blue svg {
	fill: #055cff;
}

.theme-red svg path,
.theme-red svg {
	fill: #e94037;
}

.theme-green svg path,
.theme-green svg {
	fill: #009353;
}

.eventCard__typeCaption {
	font-weight: normal;
}

.eventCard__typeIcon svg {
	width: 25px;
	height: 22px;
}

.eventCard__typeIcon {
	width: 25px;
	height: 22px;
}

.eventCard__type {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}

.eventCard__wrap {
	padding: 15px 15px 130px 30px;
	position: relative;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 1px solid #B2C1C4;
}

.eventCard__image {
	width: auto;
}

.eventCard__date {
	order: 1;
}

.eventCard__footer {
	order: 2;
}

.eventCard__head {
	order: 3;
}

.eventCard__image {
	order: 4;
}

.eventCard__type {
	margin-bottom: 15px;
}

.eventCard__date {
	font-size: 18px;
	font-weight: normal;
	color: #222222;
}

.eventCard__date b {
	font-weight: 600;
	font-size: 24px;
	display: block;
}

.eventCard__footer {
	-webkit-flex-grow: 0;
	        flex-grow: 0;
	    margin-top: 15px;
}

.eventCard__head span {
	color: #222222;
	font-size: 18px;
	font-weight: normal;
}

.event__item.eventCard * {
	text-decoration: none;
}

/*.formatedText a:not(.additionMaterial__item):not(.newsCard__head) {*/
/*	text-decoration: none;*/
/*}*/

.eventCard__location {
	color: #999;
}

.eventCard__image {
	position: absolute;
	bottom: 10px;
	right: 30px;
	left: 30px;
}

.eventCard__date {
	position: relative;
	padding-bottom: 15px;
}

.eventCard__date:after {
	position: absolute;
	content: ' ';
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	background: red;
}

.theme-green .eventCard__date:after {
	background: #009353;
}

.theme-purple .eventCard__date:after {
	background: #7b35cb;
}

.theme-red .eventCard__date:after {
	background: #e83930;
}

.theme-blue .eventCard__date:after {
	background: #0534ff;
}

.event__item-past .eventCard__wrap {
	background: #F2F2F2;
	border-color: #F2F2F2;
}

.event__item-past.theme-green .eventCard__date:after,
.event__item-past.theme-purple .eventCard__date:after,
.event__item-past.theme-red .eventCard__date:after,
.event__item-past.theme-blue .eventCard__date:after  {
	background: #333;
}

.event__item-past .eventCard__typeCaption {
	color: #333;
}

.event__item-past.theme-red svg path, 
.event__item-past.theme-red svg,
.event__item-past.theme-purple svg path, 
.event__item-past.theme-purple svg,
.event__item-past.theme-green svg path, 
.event__item-past.theme-green svg,
.event__item-past.theme-blue svg path, 
.event__item-past.theme-blue svg {
	fill: #333;
}

.event__group-more {
	padding-left: calc(15% + 90px);
}

.btn-primary {
	text-decoration: none;
	padding: 0;
	bottom: 0;
	outline: none;
	border: 2px solid #009CFF;
	padding: 15px 20px;
	color: #009CFF;
	font-weight: bold;
	transition: all 0.4s;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 18px;
	background: transparent;
}

.btn-primary:hover {
	cursor: pointer;
	color: #fff;
	background: #009CFF;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs {
	position: relative;
	font-size: 0;
	padding: 0px 50px;
}

.nav-tabs:after {
	position: absolute;
	content: ' ';
	bottom: 1px;
	left: -2000px;
	right: -2000px;
	height: 1px;
	background: #B2C1C4;
	z-index: -1;
}

.nav-tabs li {
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	border-bottom: 3px solid transparent;
}

.nav-tabs li a {
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	padding: 30px 0px;
	color: #009CFF;
}

.nav-tabs li.active a {
	color: #222222;
}

.nav-tabs li.active {
	border-bottom-color: #5BBE6E;
	position: relative;
}

.nav-tabs li.active:after {
	position: absolute;
	content: ' ';
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;

	border-top: 15px solid #5BBE6E;
	transform: translate(0%, 100%);
}

.nav-tabs li.active:before {
	position: absolute;
	content: ' ';
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 4px;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;

	border-top: 15px solid #fff;
	transform: translate(0%, 100%);
	z-index: 2;
}

body {
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
}

.eventCard__label {
	font-size: 14px;
	padding: 5px 10px;
	color: #fff;
	position: absolute;
	right: 15px;
}

.theme-green .eventCard__label {
	background: #009353;
}

.theme-purple .eventCard__label {
	background: #7b35cb;
}

.theme-red .eventCard__label {
	background: #e83930;
}

.theme-blue .eventCard__label {
	background: #0534ff;
}

.eventCard__type {
	padding-right: 70px;
}

@media (max-width: 1024px) {
	.container {
		width: 100%;
	}

	body {
		min-width: 100%;
		max-width: 100%;
	}

	.cardProfile__item--large .cardProfile__container {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.cardProfile__item--large .cardProfile__images {
		width: 100%;
		min-width: 100%;
	}

	.cardProfile__post {
		max-width: 100%;
	}

	.cardProfile__content {
		width: 100%;
	}

	.cardProfile__item--large .cardProfile__content,
	.cardProfile__content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.cardProfile__post,
	.cardProfile__description {
		font-size: 16px;
	}

	.cardProfile__item--large .cardProfile__name {
		font-size: 18px;
	}

	.cardProfile__content {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.cardProfile__item {
		width: 100%;
	}

	.cardProfile__images {
		width: 100%;
		height: 350px;
		background-position: top center;
	}

	.cardProfile__container {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.cardProfile__item {
		margin-left: 15px;
		margin-right: 15px;
	}

	.cardProfile__item-nophoto .cardProfile__content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.cardProfile__item-nophoto .cardProfile__images {
		height: auto;
	}

	/*footer.overall {
		display: none;
	}*/

	.event--withData .event__array .eventCard {
		width: 100%;
	}

	.nav-tabs li a {
		font-size: 16px;
	}

	.nav-tabs li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-tabs {
		display: flex;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}

	.cardProfile__item:not(a) .cardProfile__name span {
		border-bottom: none;
	}
}

@media (max-width: 767px) {
	.nav-tabs {
		padding-left: 0;
		padding-right: 0;
	}

	.hidden-xs {
		display: none;
	}

	.nav-tabs li a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.event__headline {
		padding-left: 0;
	}

	.event__date {
		margin-left: 0;
	}

	.event__item.eventCard:first-child {
		margin-top: 55px;
	}

	.event__item.eventCard {
		padding-left: 0;
		padding-right: 0;
	}

	.event--withData:before {
		left: 0;
	}

	.event--withData .event__date {
		width: 0;
	}

	.event__headline h2 {
		font-size: 24px;
	}

	.event--withData .event__array {
		width: 100%;
	}

	.event__headline {
		position: relative;
		background: #FFF;
		z-index: 2;
		padding: 30px 0px 10px 0px;
	}

	.event--withData .event__group {
		margin-bottom: 0;
	}

	.event--withData:before {
		top: 140px;
	}

	.event__headline h2 {
		margin-top: 0;
	}

	.event--withData {
		margin-top: 0;
	}

	.container--withSpacing {
		margin-top: 40px;
	}

	.event--withData .event__group {
		margin-top: 0px;
	}

	.event__array .eventCard:last-child {
		padding-bottom: 0;
	}

	.event__group {
		position: relative;
	}

	.event__group:before {
		position: absolute;
		content: ' ';
		left: 0;
		right: 0;
		top: 0;
		height: 20px;
		background: #FFF;
	}

	.event__group-more {
		padding-left: 23px;
		margin-top: 30px;
	}

	.event--withData:after {
		display: none;
	}

	.btn-primary {
		font-size: 14px;
	}
}

@media (max-width: 320px) {
	.eventCard__date b {
		font-size: 18px;
	}

	.nav-tabs li a {
		font-size: 14px;
	}
}

/* Inphographics */

.infographics {
	
}

.graphic {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 90px;
}

.graphic__prof-top {
	background-image: -moz-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
	background-image: -webkit-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
	background-image: -ms-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	position: relative;
	padding: 100px 90px 40px 90px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 80px;
}

.graphic__prof-top:after {
	position: absolute;
	content: ' ';
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #FFF;
}

.graphic__prof-headline,
.graphic__prof-top p {
	position: relative;
	z-index: 2;
	text-align: center;
}

.graphic__prof-headline_headline {
	display: inline-block;
	padding: 35px 50px 35px 50px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	background-image: -moz-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
	background-image: -webkit-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
	background-image: -ms-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
	position: relative;
	width: 620px;
}

.graphic__prof-headline {
	position: relative;
}

.graphic__prof-headline.graphic__prof-headline_top:before {
	position: absolute;
	content: " ";
	left: 80px;
	top: 50%;
	transform: translate(0, -50%);
	width: 63px;
	height: 65px;
	background: url('../images/infographic/arrows-double.png') center center no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

.graphic__prof-headline.graphic__prof-headline_top:after {
	position: absolute;
	content: " ";
	right: 80px;
	top: 50%;
	transform: translate(0, -50%) rotate(180deg);
	width: 63px;
	height: 65px;
	background: url('../images/infographic/arrows-double.png') center center no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

.graphic__prof-headline_icon {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	
	position: absolute;
	transform: translate(0, -75%);
	width: 92px;
	height: 92px;
	content: ' ';
	right: 0;
	bottom: 0;
	left: 0;
	
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	box-shadow: 0px 4px 7.65px 1.35px rgba(0, 0, 0, 0.15);
}

.graphic__prof-headline_top .graphic__prof-headline_icon {
	background: #fff url('../images/infographic/world.png') center center no-repeat;
	-webkit-background-size: 53px 53px;
	     -o-background-size: 53px 53px;
	        background-size: 53px 53px;
}

.graphic__prof-headline_center .graphic__prof-headline_icon {
	background: #fff url('../images/infographic/profile.png') center center no-repeat;
	-webkit-background-size: 47px 47px;
	     -o-background-size: 47px 47px;
	        background-size: 47px 47px;
}

.graphic__prof-headline_headline h5 {
	margin: 0;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}

.graphic__prof-top p {
	font-size: 18px;
	color: #525252;
	font-weight: 600;
}

.graphic__prof-center {
	margin: 0 0 25px 0;
}

.graphic__prof-center_headline h5 {
	font-size: 18px;
	color: #1c1c1c;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}

.graphic__prof-center_headline {
	margin-bottom: 85px;
	position: relative;
}

.graphic__prof-center_headline:before {
	position: absolute;
	content: ' ';
	left: 0;
	right: 0;
	top: -10px;
	transform: translate(0, -100%);
	background: url('../images/infographic/arrow-center.png') center center no-repeat;
	width: 14px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

.graphic__prof-bottom {

}

.graphic__prof-bottom_headline {
	padding-bottom: 100px;
	position: relative;
}

.graphic__prof-bottom_headline:after {
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	bottom: 0;
	height: 66px;
	background: url('../images/infographic/arrows.png') center center no-repeat;
	-webkit-background-size: 804px 66px;
	     -o-background-size: 804px 66px;
	        background-size: 804px 66px;
}

.graphic__prof-bottom_headline:before {
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/infographic/arrows-center.png') center center no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

.graphic__prof-bottom_headline h5 {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	color: #525252;
	font-weight: 600;
	text-align: center;
}

.graphic__prof-bottom_items {
	display: flex;
	margin-top: 75px;
	margin-left: -30px;
	margin-right: -30px;
}

.graphic__prof-bottom_item {
	width: 33.33%;
	padding: 0px 30px;
}

.graphic__prof-bottom_item-in {
	background: #D7EDFF;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	    padding: 45px 45px 15px 45px;
	    height: 100%;
	    position: relative;
}

.graphic__prof-bottom_item-icon {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	
	position: absolute;
	transform: translate(0, -60%);
	width: 92px;
	height: 92px;
	content: ' ';
	top: 0;
	right: 0;
	left: 0;
	
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	box-shadow: 0px 4px 7.65px 1.35px rgba(0, 0, 0, 0.15);
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	background: #FFF;
}

.graphic__prof-bottom_item-icon img {
	height: 48px;
	width: auto;
}

.graphic__prof-bottom_item-content {
	
}

.graphic__prof-bottom_item-content p {
	text-align: center;
	font-size: 24px;
	color: #1c1c1c;
	font-weight: 600;
}

/* Graphic obraz */

.graphic__obraz {
	margin-top: 100px;
}

.graphic__obraz-items {
	
}

.graphic__obraz-top,
.graphic__obraz-center,
.graphic__obraz-bottom {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}

.graphic__obraz-top {
	margin-bottom: 65px;
}

.graphic__obraz-center {
	margin-bottom: 65px;
}

.graphic__obraz-item {
	width: 25%;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.graphic__obraz-item_gradient {
	background-image: -moz-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
	background-image: -webkit-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
	background-image: -ms-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	padding: 18px 20px;
	position: relative;
	max-width: 525px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.graphic__obraz-item_gradient:after {
	position: absolute;
	content: ' ';
	top: 0;
	left: -40px;
	right: -40px;
	margin-left: auto;
	margin-right: auto;
	height: 111px;
	
	background: url('../images/infographic/top-dec.png') center center no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	transform: translate(0, -100%);
}

.graphic__obraz-item_gradient:before {
	position: absolute;
	content: ' ';
	bottom: 0;
	left: -40px;
	right: -40px;
	margin-left: auto;
	margin-right: auto;
	height: 94px;
	
	background: url('../images/infographic/bottom-dec.png') center center no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	transform: translate(0, 100%);
}

.graphic__obraz-item_gradient h5 {
	margin: 0;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.graphic__obraz-item_big {
	width: 50%;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	position: relative;
}

.graphic__obraz-item_big .graphic__obraz-item_gradient-l {
	position: absolute;
	left: 28px;
	top: 50%;
	transform: translate(-100%, -50%);
	width: 38px;
	height: 5px;
	background: url('../images/infographic/dec.png') center center no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

.graphic__obraz-item_big .graphic__obraz-item_gradient-r {
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translate(100%, -50%);
	width: 38px;
	height: 5px;
	background: url('../images/infographic/dec.png') center center no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

.graphic__obraz-icon {
	margin: 0 0 10px 0;
}

.graphic__obraz-icon img {
	display: block;
	width: auto;
	height: 70px;
}

.graphic__obraz-headline {

}

.graphic__obraz-headline h5 {
	font-size: 20px;
	color: #525252;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.graphic__obraz-content {

}

.graphic__obraz-content ul {

}

.graphic__obraz-content ul li {
	color: #292929;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}

.graphic__obraz-content ul li:before {
	position: absolute;
	content: ' ';
	width: 5px;
	height: 5px;
	background: #6DCFF6;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	left: 0;
	top: 8.5px;
	transform: translate(0, -0.4px);
}

.graphic__obraz-dec_tablet {
	display: none;
}

.visible-xs {
	display: none !important;
}

.graphic__obraz-icon svg {
	height: 70px;
	fill: #6DCFF6;
}

/*adaptive*/
@media (max-width: 1024px) {
	/*.siteHeader__rightBar {*/
	/*	display: none;*/
	/*}*/

	.graphic__prof {
		padding-left: 25px;
		padding-right: 25px;
	}

	.graphic__prof-top p {
		font-size: 16px;
		margin: 0;
		margin-top: 30px;
	}

	.graphic__prof-headline_headline {
		width: 470px;
	}

	.graphic__prof-headline.graphic__prof-headline_top:after {
		right: -45px;
	}

	.graphic__prof-headline.graphic__prof-headline_top:before {
		left: -45px;
	}

	.graphic__prof-headline_icon {
		bottom: initial;
		transform: translate(0, -80%);
	}

	.graphic__prof-center_headline:before {
		top: -15px;
	}

	.graphic__prof-bottom_headline:after {
		left: 100px;
		right: 100px;
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
	}

	.graphic__prof-bottom_item-content p {
		font-size: 18px;
	}

	.graphic__prof-bottom_item-in {
		padding-left: 20px;
		padding-right: 20px;
	}

	.graphic__prof-bottom_item {
		padding: 0px 10px;
	}

	.graphic__prof-bottom_items {
		margin-left: -10px;
		margin-right: -10px;
	}

	/*.cardProfile__item--large .cardProfile__images {
		width: 50%;
		min-width: 50%;
		height: 100%;
	}*/

	/*.cardProfile__item--large .cardProfile__container {
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	.cardProfile__images {
		height: 350px;
		width: 50%;
	}

	.cardProfile__container {
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	.cardProfile__content {
		width: 50%; 
	}*/

	.cardProfile__name span,
	.eventCard__head span {
		color: #009cff;
		border-bottom: 1px solid #009cff;
	}

	.graphic__obraz-items {
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.graphic__obraz-center {
		order: 1;
	}

	.graphic__obraz-center .graphic__obraz-item {
		display: none;
	}

	.graphic__obraz-center .graphic__obraz-item_big {
		display: block;
	}

	.graphic__obraz-top {
		order: 2;
	}

	.graphic__obraz-bottom {
		order: 3;
	}

	.graphic__obraz-item_gradient:after {
		display: none;
	}

	.graphic__obraz-item_gradient:before {
		display: none;
	}

	.graphic__obraz-item_gradient-r,
	.graphic__obraz-item_gradient-l {
		display: none;
	}

	.graphic__obraz-top, .graphic__obraz-center, .graphic__obraz-bottom {
		margin-left: 0;
		margin-right: 0;
	}

	.graphic__obraz-item_big {
		width: 100%;
	}

	.graphic__obraz-item_gradient {
		max-width: 100%;
		padding: 30px 50px;
	}

	.graphic__obraz-item_gradient h5 {
		font-size: 24px;
	}

	.graphic__obraz-headline h5 {
		font-size: 18px;
	}

	.graphic__obraz-content ul li {
		font-size: 13px;
	}

	.graphic__obraz-item:not(.graphic__obraz-item_big) {
		width: 50%;
	}

	.graphic__obraz-top,
	.graphic__obraz-bottom {
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.graphic__obraz-item_gradient {
		position: relative;
	}

	.graphic__obraz-item_gradient:after {
		position: absolute;
		display: block;
		content: ' ';
		bottom: 0;
		transform: translate(0, 100%);
		width: 373px;
		height: 64px;
		top: initial;
		left: 45px;
		right: initial;
		background: url('../images/infographic/tablet-top-dec.png') center center no-repeat;
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
	}

	.graphic__obraz-center {
		margin-bottom: 85px;
	}

	.graphic__obraz-item {
		display: flex;
		-webkit-align-items: flex-start;
		        align-items: flex-start;
		    -webkit-align-content: flex-start;
		            align-content: flex-start;
	}

	.graphic__obraz-icon {
		width: 90px;
		margin-right: 15px;
		text-align: center;
		-webkit-align-self: stretch;
		        align-self: stretch;
		background: #FFF;
	}

	.graphic__obraz-wrapper {
		width: calc(100% - 90px);
	}

	.graphic__obraz-item {
		margin-bottom: 25px;
		position: relative;
	}

	.graphic__obraz-icon img {
		display: inline-block;
		position: relative;
		z-index: 2;
		background: #FFF;
		padding-bottom: 3px;
	}

	.graphic__obraz-icon {
		position: relative;
		z-index: 2;
		background: transparent;
	}

	.graphic__obraz-item:after {
		position: absolute;
		content: ' ';
		left: 62px;
		right: 0;
		top: 0;
		bottom: -10px;
		width: 1px;
		border-left: 2px dashed #6DCFF6;
		z-index: 1;
	}

	.graphic__obraz-item:not(.graphic__obraz-item_big) {
		background: #FFF;
	}

	.graphic__obraz-top {
		margin-bottom: 0;
	}

	.graphic__obraz-item_big:after {
		display: none;
	}

	.graphic__obraz-icon img,
	.graphic__obraz-icon svg {
		height: 80px;
		padding-bottom: 10px;
		background: #FFF;
	}

	.graphic__obraz-item_gradient:after {
		display: none;
	}

	.graphic__obraz-item_big .graphic__obraz-item_gradient-r {
		display: block;
		width: 50%;
		height: 64px;
		background: #6DCFF6;
		left: 8%;
		top: initial;
		bottom: 0;
		transform: none;
		transform: translate(0, 100%);
	}

	.graphic__obraz-dec_tablet.dec-1 {
		
	}

	.graphic__obraz-item_big .graphic__obraz-item_gradient-r {
		background: transparent;
		border: 2px dashed #6DCFF6;
		-webkit-border-radius: 10px 10px 0px 0px;
		        border-radius: 10px 10px 0px 0px;
		border-bottom: none;
		bottom: -35px;
	}

	.graphic__obraz-item_gradient:after {
		display: block;
		position: absolute;
		content: ' ';
		left: 0;
		right: 0;
		width: 1px;
		border-left: 2px dashed #6DCFF6;
		height: 35px;
	}

	.graphic__obraz-item_big .graphic__obraz-item_gradient-r {
		width: 50.2%;
		left: 61px;
	}

	.graphic__obraz-bottom .graphic__obraz-item:last-child:after,
	.graphic__obraz-bottom .graphic__obraz-item:nth-last-child(2):after {
		display: none;
	}

	.graphic__obraz-item {
		
	}

	.visible-xs {
		display: flex!important;
	}

	.cardProfile__item-nophoto .cardProfile__name span {
		border-bottom: none;
	}
}

@media (max-width: 767px) {
	.graphic__prof-headline_headline {
		width: 100%;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.graphic__prof-top {
		padding-left: 12px;
		padding-right: 12px;
	}

	.graphic__prof-headline_headline h5 {
		font-size: 18px;
	}

	.graphic__prof-top p {
		font-size: 14px;
	}

	.graphic__prof-headline.graphic__prof-headline_top:after {
		top: 0;
		right: 10px;
		transform: translate(0, -125%) rotate(-180deg);
		background: url('../images/infographic/mob-arrows.png') center center no-repeat;
		-webkit-background-size: 63px 45px;
		     -o-background-size: 63px 45px;
		        background-size: 63px 45px;
	}

	.graphic__prof-headline.graphic__prof-headline_top:before {
		top: 0;
		left: 10px;
		transform: translate(0, -125%);
		background: url('../images/infographic/mob-arrows.png') center center no-repeat;
		-webkit-background-size: 63px 45px;
		     -o-background-size: 63px 45px;
		        background-size: 63px 45px;
	}

	.graphic__prof-headline_icon {
		transform: translate(0, -85%);
	}

	.graphic__prof-center_headline h5 {
		font-size: 14px;
	}

	.graphic__prof-center_headline {
		margin-bottom: 100px;
	}

	.graphic__prof-bottom_headline h5 {
		font-size: 14px;
	}

	.graphic__prof-bottom_headline:after {
		display: none;
	}

	.graphic__prof-bottom_headline {
		padding-bottom: 70px;
	}

	.graphic__prof-bottom_item {
		width: 100%;
		margin-bottom: 40px;
	}

	.graphic__prof-bottom_items {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.graphic__prof-bottom_item-content p {
		font-size: 14px;
	}

	.graphic__prof-bottom_item-in {
		padding-left: 45px;
		padding-right: 45px;
	}

	.event--withData .event__date {
		position: absolute;
		
	}

	.event__array {
		padding-top: 20px;
	}

	.event--withData:before {
		left: 20px;
	}

	.event__date-wrapper {
		margin-left: -5px;
	}

	.event__group-more {
		display: none;
	}

	.graphic__obraz-item_gradient {
		padding: 20px 10px;
	}

	.graphic__obraz-item_gradient h5 {
		font-size: 20px;
	}

	.graphic__obraz-item_gradient:after {
		display: none;
	}

	.graphic__obraz-item_big .graphic__obraz-item_gradient-r {
		width: 112px;
		bottom: 0;
		height: 20px;
		border-bottom: 2px;
		border: 2px dashed #6DCFF6;
		-webkit-border-radius: 0px 0px 10px 0px;
		        border-radius: 0px 0px 10px 0px;
		border-left: none;
		border-top: none;
	}

	.graphic__obraz-item_big .graphic__obraz-item_gradient-r:after {
		position: absolute;
		content: ' ';
		height: 22px;
		left: 0;
		bottom: 0;
		transform: translate(0, 100%);
		border-left: 2px dashed #6DCFF6;
	}

	.graphic__obraz-center {
		margin-bottom: 30px;
	}

	.graphic__obraz-top, .graphic__obraz-bottom {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	    -webkit-flex-direction: column;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}

	.graphic__obraz-item:not(.graphic__obraz-item_big) {
		width: 100%;
	}

	.graphic__obraz-headline h5 {
		font-size: 16px;
	}

	.graphic__obraz-content ul li {
		font-size: 11px;
	}

	.graphic__obraz-content ul li:before {
		top: 6px;
		width: 4px;
		height: 4px;
	}

	.graphic__obraz-bottom .graphic__obraz-item:nth-last-child(2):after {
		display: block;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	.event--withData .event__date {
		position: absolute;
	}

	.event--withData .event__array {
		width: 100%;
	}

	.event--withData .event__array .eventCard {
		width: 50%;
	}

	.event__array .eventCard {
		padding: 10px;
	}

	.event--withData .event__array {
		padding-top: 100px;
	}

	.event--withData .event__group {
		margin-top: 0;
	}
}

@media (max-width: 1024px) and (min-width: 993px) {
	.event--withData .event__date {
		position: absolute;
	}

	.event--withData .event__array {
		width: 100%;
	}

	.event--withData .event__array .eventCard {
		width: 33.33%;
	}

	.event__array .eventCard {
		padding: 10px;
	}

	.event--withData .event__array {
		padding-top: 100px;
	}

	.event--withData .event__group {
		margin-top: 0;
	}

	.cardProfile__section .cardProfile__item:not(.cardProfile__item--large) {
		width: calc(50% - 30px);
	}

	.cardProfile__container {
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	.cardProfile__item--large .cardProfile__images {
		width: 35%;
		min-width: 35%;
	}

	.cardProfile__item--large .cardProfile__container {
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}

@media (min-width: 500px) and (max-width: 1024px) {
	.cardProfile__item--large .cardProfile__images {
		width: 50%;
		min-width: 50%;
	}

	.cardProfile__item--large .cardProfile__container,
	.cardProfile__container {
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	.cardProfile__images {
		width: 240px;
		height: 240px;
	}

	.cardProfile__content {
		width: calc(100% - 240px);
	}

	.cardProfile__item--large .cardProfile__images {
		width: 240px;
		min-width: 240px;
	}
}

@media (max-width: 767px) {
	.cardProfile__item--large .cardProfile__images {
		height: 330px;
		min-height: 330px;
	}
}

/* Infographics 3 */
.infographic__small {
	max-width: 1018px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0;
}

.infographic__small-item {
	width: 50%;
}

.infographic__small-top,
.infographic__small-bottom {
	display: flex;
	margin: 0 -40px;
}

.infographic__small-item.gradient .infographic__small-item_in {
	background-image: -webkit-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
}

.infographic__small-center {
	margin: 100px 0;
}

.infographic__small-quarter {
	display: flex;
}

.infographic__small-center .infographic__small-item {
	width: 25%;
	padding: 0 45px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.infographic__small-center .infographic__small-item:nth-child(2) {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

.infographic__small-center .infographic__small-item:nth-child(3) {
	border-right: 1px solid #e3e3e3;
}

.infographic__small-center .infographic__small-item p {
	color: #525252;
	text-align: center;
}

.infographic__small-center .infographic__small-item p b {
	font-weight: bold;
	color: #00b087;
}

.infographic__small-top .infographic__small-item,
.infographic__small-bottom .infographic__small-item {
	padding: 0 40px;
}

.infographic__small-item p,
.infographic__small-item h5,
.infographic__small-item li {
	margin: 0;
}

.infographic__small-item ul li {
	font-size: 20px;
	margin-bottom: 20px;
}

.infographic__small-item ul li:last-child {
	margin-bottom: 0;
}

.infographic__small-item.gradient ul li {
	color: #fff;
}

.infographic__small-item .infographic__small-item_in {
	padding: 35px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.infographic__small-item.gradient-border .infographic__small-item_in {
	position: relative;
	background-image: -webkit-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
}

.infographic__small-item.gradient-border .infographic__small-item_in:before {
	position: absolute;
	content: ' ';
	background: #FFF;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
}

.infographic__small-item_in {
	height: 100%;
}

.infographic__small-item.gradient-border .infographic__small-item_in h5 {
	background: -webkit-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.infographic__small-item.gradient h5 {
	color: #fff;
}

.infographic__small-item.gradient h5,
.infographic__small-item.gradient p {
	color: #fff;
}

.infographic__small-item_in h5 {
	font-size: 72px;
	font-weight: bold;
	margin-bottom: 5px;
}

.infographic__small-item_in p {
	font-size: 20px;
	line-height: 120%;
	color: #525252;
}

.infographic__small-item_in h5,
.infographic__small-item_in p,
.infographic__small-item_in ul {
	position: relative;
	z-index: 10;
}

.infographic__small-item ul li {
	padding-left: 35px;
	position: relative;
}

.infographic__small-item ul li span {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
	background: rgba(255,255,255,0.1);
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.infographic__small-item.gradient ul li span:before {
	position: absolute;
	content: ' ';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: rgba(255,255,255,0.15);
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.infographic__small-item.gradient ul li span:after {
	position: absolute;
	content: ' ';
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	background: rgba(255,255,255,1);
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}


.infographic__small-item.gradient-border ul li span {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
	background: rgba(91, 190, 110, 0.1);
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.infographic__small-item.gradient-border ul li span:before {
	position: absolute;
	content: ' ';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: rgba(91, 190, 110, 0.15);
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.infographic__small-item.gradient-border ul li span:after {
	position: absolute;
	content: ' ';
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	background: rgba(91, 190, 110, 1);
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.infographic__small-item ul li a {
	text-decoration: underline;
	transition: all 0.4s;
}

.blockquote-transparent {
	background: transparent!important;
}

.infographic__small-item ul li a:hover {
	opacity: 0.7;
}

.infographic__small-item.gradient-border ul li b {
	color: #525252;
}

.infographic__small-single .infographic__small-item {
	width: 100%;
	padding: 0!important;
}

.infographic__small .infographic__small-item_in li {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

.infographic__small-item ul li span {
	top: 5px;
}

.infographic__small-item_in li:before {
	display: none !important;
}

.infographic__small {
	padding: 0;
}

.infographic__small-single .infographic__small-item {

}

.infographic__small .infographic__small-item_in h5 {
	padding: 0;
	line-height: 120%;
}

.infographic__small .infographic__small-item_in h5:before {
	display: none;
}

.infographic__small-bottom .infographic__small-item .infographic__small-item_in ul li {
	color: #221F1F;
}

.infographic__small-item.gradient-border ul li span {
	top: 5px;
}

.infographic__small-wrapper {
	margin-top: 50px;
	margin-bottom: 100px;
}

.blockquote-l {
	float: left !important;
}



.place__info-email {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

@media (min-width: 1025px) {
	.place__info-email {
		height: 100%;
		-webkit-justify-content: center;
		        justify-content: center;
	}

	.blockquote-l {
		margin-left: 0;
	}
}

@media (min-width: 1024px) {
	.blockquote-big {
		width: 470px !important;
	}
}

@media (max-width: 1024px) {
	.infographic__small-item ul li,
	.infographic__small-item_in p {
		font-size: 18px;
	}

	.infographic__small-item .infographic__small-item_in {
		padding: 25px;
	}

	.infographic__small-item_in h5 {
		margin-bottom: 0;
	}

	.infographic__small-item ul li {
		padding-left: 25px;
	}

	.infographic__small-item ul li i {
		width: 17px;
		height: 17px;
	}

	.infographic__small-top .infographic__small-item, .infographic__small-bottom .infographic__small-item {
		padding: 0 10px;
	}

	.infographic__small-top, .infographic__small-bottom {
		margin: 0 -10px;
	}

	.infographic__small-item.gradient ul li i:after {
		top: 5px;
		right: 5px;
		bottom: 5px;
		left: 5px;
	}

	.infographic__small-center {
		margin: 40px 0;
	}

	.infographic__small-center .infographic__small-item p {
		font-size: 18px;
	}

	.infographic__small-center .infographic__small-item {
		padding: 0 15px;
	}

	.infographic__small-wrapper .infographic__small-item {
		margin-bottom: 10px!important;
	}

	.infographic__small-wrapper .infographic__small-item:last-child {
		margin-bottom: 0px!important;
	}

	.formatedText .blockquote-big {
		padding: 0;
		margin: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.infographic__small-item ul li span {
		top: -1px;
	}

	.infographic__small-item {
		margin-bottom: 0 !important;
	}

	.infographic__small {
		padding: 0;
		margin-bottom: 30px;
	}

	.infographic__small-top, .infographic__small-bottom {
		margin: 0;
	}
}

@media (max-width: 767px) {

	.infographic__small-top,
	.infographic__small-bottom {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.infographic__small-item {
		width: 100%;
		margin-bottom: 10px;
	}

	.infographic__small-quarter {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.infographic__small-center .infographic__small-item {
		width: 100%;
		margin-bottom: 15px;
	}

	.infographic__small-center .infographic__small-item:last-child {
		margin-bottom: 0;
	}

	.infographic__small-center .infographic__small-item:nth-child(2),
	.infographic__small-center .infographic__small-item:nth-child(3) {
		border: none;
	}

	.infographic__small-center .infographic__small-item {
		padding-left: 35px;
		padding-right: 35px;
	}

	.infographic__small-center .infographic__small-item p {
		font-size: 16px;
		position: relative;
		padding-bottom: 20px;
	}

	.infographic__small-center .infographic__small-item:last-child p {
		padding-bottom: 0;
	}

	.infographic__small-center .infographic__small-item:last-child p:after {
		display: none;
	}

	/*.infographic__small-center .infographic__small-item p br {
		display: none !important;
	}*/

	.infographic__small-center .infographic__small-item p:after {
		position: absolute;
		content: ' ';
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		width: 75px;
		margin-left: auto;
		margin-right: auto;
		background: #E3E3E3;
	}

	.infographic__small-item .infographic__small-item_in {
		padding: 20px;
	}

	.infographic__small-item.gradient-border .infographic__small-item_in {
		padding: 22px 22px 22px 22px;
	}

	.infographic__small-item.gradient ul li {
		font-size: 14px;
	}

	.infographic__small-item ul li {
		margin-bottom: 10px;
	}

	.infographic__small-item ul li, .infographic__small-item_in p {
		font-size: 16px;
	}

	.infographic__small-center {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.infographic__small-center .infographic__small-item:nth-child(3) br {
		display: none !important;
	}

	.infographic__small-center .infographic__small-item p {
		line-height: 130%;
	}

	.infographic__small-item ul li i {
		top: 0px;
	}

	.infographic__small-item.gradient-border ul li span {
		top: 0;
	}

	footer {
		display: none !important;
	}

	.infographic__small-item_in h5 {
		line-height: 1;
	}
}

/* Infographics 4*/
.infographic__big {
	padding: 80px 0;
	position: relative;
}

.infographic__big:after {
	position: absolute;
	content: ' ';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.infographic__big-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.infographic__big-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.infographic__big.gradient-1:after {
	background-image: -moz-linear-gradient( 45deg, rgb(35,167,250) 0%, rgb(0,176,135) 100%);
	background-image: -webkit-linear-gradient( 45deg, rgb(35,167,250) 0%, rgb(0,176,135) 100%);
	background-image: -ms-linear-gradient( 45deg, rgb(35,167,250) 0%, rgb(0,176,135) 100%);
	opacity: 0.78;
}

.infographic__big.gradient-2:after {
	background-image: -moz-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
	background-image: -webkit-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
	background-image: -ms-linear-gradient( -45deg, rgb(11,163,128) 0%, rgb(36,95,205) 100%);
	opacity: 0.78;
}

.infographic__big.gradient-3:after {
	background-image: -moz-linear-gradient( -45deg, rgb(13,164,129) 0%, rgb(239,240,75) 100%);
	background-image: -webkit-linear-gradient( -45deg, rgb(13,164,129) 0%, rgb(239,240,75) 100%);
	background-image: -ms-linear-gradient( -45deg, rgb(13,164,129) 0%, rgb(239,240,75) 100%);
	opacity: 0.78;
}

.infographic__big-items {
	position: relative;
	z-index: 10;
	display: flex;
}

.infographic__big.infographic__big-icons .infographic__big-item {
	width: 33.33%;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	        align-items: center;
}

.infographic__big .infographic__big-item .infographic__big-desc p,
.infographic__big .infographic__big-item .infographic__big-desc span,
.infographic__big .infographic__big-item .infographic__big-desc {
	text-align: center;
	color: #fff;
	margin: 0;
}

.infographic__big.infographic__big-icons .infographic__big-item .infographic__big-desc p {
	margin: 20px auto;
	font-size: 32px;
}

.infographic__big.infographic__big-icons .infographic__big-item .infographic__big-desc span {
	font-size: 18px;
}

.infographic__big.infographic__big-icons .infographic__big-item .infographic__big-desc {
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.infographic__big.infographic__big-icons .infographic__big-item .infographic__big-icon {
	height: 100px;
}

.infographic__big.infographic__big-icons .infographic__big-item .infographic__big-icon svg {
	display: block;
	height: 100%;
}

.infographic__big .infographic__big-items {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.infographic__big.infographic__big-text {
	padding: 100px 0;
}

.infographic__big.infographic__big-text .infographic__big-desc p {
	font-size: 48px;
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 110%;
}


.infographic__big.infographic__big-text .infographic__big-desc span {
	font-size: 18px;
}

.infographic__big.infographic__big-text .infographic__big-item {
	padding-left: 40px;
	padding-right: 40px;
}

.infographic__big-number {
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	    -webkit-align-items: center;
	            align-items: center;
}

.infographic__big-number .infographic__big-description span {
	font-size: 74px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}

.infographic__big-number {
	text-align: center;
	margin-bottom: 20px;
}

.infographic__big-number .infographic__big-description {
	margin-left: 18px;
	margin-right: 18px;
}

.infographic__big-number + .infographic__big-desc {
	padding: 0 70px;
}

.infographic__big-number + .infographic__big-desc span {
	line-height: 125%;
}

.infographic__big.infographic__big-numbers {
	padding-top: 100px;
	padding-bottom: 100px;
}

.infographic__big-item {
	padding-top: 10px;
	padding-bottom: 10px;
}

.infographic__big-item:nth-child(2) {
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
}

.slider__categories {
	margin: 100px auto;
}

.slider__categories-headline {
	margin-bottom: 40px;
}

.slider__categories-headline h5 {
	margin: 0;
	text-align: center;
	font-size: 30px;
	color: #525252;
}

.slider__categories-item_img {
	width: 100px;
	height: 100px;
}

.slider__categories-item_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider__categories-item_desc p {
	font-size: 16px;
	color: #292929;
}

.slider__categories-item {
	/*max-width: 100px;*/
	text-align: center;
}

.slider__categories-item_img {
	margin-left: auto;
	margin-right: auto;
}

.slider__categories-item:hover,
.slider__categories-item:focus {
	outline: none;
}

.slider__categories-item_desc p {
	max-width: 110px;
	margin-left: auto;
	margin-right: auto;
}

.slider__categories-item_img {
	position: relative;
}

.slider__categories-item_img:after {
	position: absolute;
	content: ' ';
	top: -14px;
	right: -14px;
	left: -14px;
	bottom: -14px;
	background: #fff;
	z-index: -2;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	border: 1px solid #ececec;
	opacity: 0;
	transition: all 0.4s;
}

.slider__categories-item_img:before {
	position: absolute;
	content: ' ';
	top: -7px;
	right: -7px;
	left: -7px;
	bottom: -7px;
	background: #ebebeb;
	z-index: -1;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	opacity: 0;
	transition: all 0.4s;
}

.slider__categories-item:hover .slider__categories-item_img:before,
.slider__categories-item:hover .slider__categories-item_img:after {
	opacity: 1;
}

.slider__categories-items .slick-track {
	padding-top: 14px;
}

.slick-slider .slick-next, .slick-slider .slick-prev {
	width: 40px;
	height: 40px;
	background-color: #6DCFF6;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.slick-next:before, .slick-prev:before {
	/*color: transparent!important;*/
}

.slick-slider .slick-next {
	
}

.slick-next, .slick-prev {
	top: 33% !important;
}

.slick-slider .slick-prev {
	left: -40px;
}

.slick-slider .slick-next {
	right: -40px;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	opacity: 1 !important;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: #fff!important;
	background: #6DCFF6!important;
}
/*.slick-slider .slick-prev:before {
	width: 15px;
	height: 22px;
	top: 50%;
	transform: translate(0, -50%);
	background: url('../images/slider/prev.svg') center center no-repeat;
	-webkit-background-size: 15px 22px;
	     -o-background-size: 15px 22px;
	        background-size: 15px 22px;
}

.slick-slider .slick-next:before {
	width: 15px;
	height: 22px;
	top: 50%;
	transform: translate(0, -50%);
	background: url('../images/slider/next.svg') center center no-repeat;
	-webkit-background-size: 15px 22px;
	     -o-background-size: 15px 22px;
	        background-size: 15px 22px;
}*/

.infographic__big.infographic__big-text .infographic__big-item {
	width: 33.33%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media (max-width: 1024px) {
	.slider__categories-item:hover .slider__categories-item_img:before,
	.slider__categories-item:hover .slider__categories-item_img:after {
		opacity: 0;
	}

	.infographic__big.infographic__big-icons .infographic__big-item .infographic__big-desc p {
		font-size: 26px;
	}

	.infographic__big.infographic__big-icons .infographic__big-item .infographic__big-desc span {
		font-size: 16px;
	}

	.slider__categories {
		margin: 50px auto;
	}

	.slider__categories-headline h5 {
		font-size: 26px;
	}

	.slider__categories {
		max-width: 560px;
	}

	.infographic__big.infographic__big-text .infographic__big-desc p {
		font-size: 40px;
	}

	.infographic__big.infographic__big-text .infographic__big-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.infographic__big.infographic__big-text,
	.infographic__big,
	.infographic__big.infographic__big-numbers {
		padding: 50px 0;
	}

	.infographic__big-number .infographic__big-description span {
		font-size: 60px;
	}

	.infographic__big-number + .infographic__big-desc span {
		font-size: 16px;
	}

	.infographic__big.infographic__big-numbers .infographic__big-item {
		width: 33.33%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.infographic__big-number + .infographic__big-desc span br {
		display: none;
	}

	.infographic__big-number + .infographic__big-desc {
		padding-left: 15px;
		padding-right: 15px;
	}

	.infographic__big.infographic__big-text .infographic__big-desc span {
		font-size: 16px;
	}
}

.slider__categories-item:hover {
	cursor: pointer;
}

.info__button-slider {
	display: none!important;
}

@media (max-width: 767px) {
	.info__button-slider {
		display: block!important;
		width: 100%;
		text-align: center;
		outline: none;
	}

	.info__button-slider:hover,
	.info__button-slider:focus {
		outline: none;
	}

	.info__button-slider .buttonMore {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.info__button-slider .buttonMore span {
		text-decoration: none;
		position: relative;
		display: inline-block;
		padding-right: 45px;
	}

	.info__button-slider .buttonMore span:after {
		position: absolute;
		content: ' ';
		top: 50%;
		transform: translate(0, -50%);
		width: 10px;
		height: 10px;
		right: 25px;
		background: url('../images/infographic/arrow-down.svg') center center no-repeat;
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
	}

	.info__button-slider .buttonMore-link {
		padding: 10px 30px;
	}

	.slider__categories-item {
		display: none;
	}

	.slider__categories-item:first-child,
	.slider__categories-item:nth-child(2),
	.slider__categories-item:nth-child(3),
	.slider__categories-item:nth-child(4) {
		display: block;
	}

	.infographic__big .infographic__big-items {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.infographic__big .infographic__big-item {
		width: 100% !important;
		margin-bottom: 30px;
	}

	.infographic__big-item:nth-child(2) {
		padding-top: 30px;
		padding-bottom: 30px;
		border-left: none;
		border-right: none;
		/*border-top: 1px solid rgba(255,255,255,0.3);
		border-bottom: 1px solid rgba(255,255,255,0.3);*/
		position: relative;
	}

	.infographic__big-item:nth-child(2):before {
		position: absolute;
		content: ' ';
		top: 0;
		left: 0;
		right: 0;
		width: 250px;
		margin-left: auto;
		margin-right: auto;
		height: 1px;
		background: rgba(255,255,255,0.3);
	}

	.infographic__big-item:nth-child(2):after {
		position: absolute;
		content: ' ';
		left: 0;
		right: 0;
		width: 250px;
		margin-left: auto;
		margin-right: auto;
		height: 1px;
		background: rgba(255,255,255,0.3);
		bottom: 0;
	}

	.infographic__big.infographic__big-icons .infographic__big-item .infographic__big-desc p {
		margin: 10px auto;
	}

	.infographic__big.infographic__big-text, .infographic__big, .infographic__big.infographic__big-numbers {
		padding: 35px 0;
	}

	.infographic__big .infographic__big-item:last-child {
		margin-bottom: 0;
	}

	.infographic__big.infographic__big-text .infographic__big-desc p {
		font-size: 26px;
	}

	.infographic__big.infographic__big-text .infographic__big-desc p br {
		display: none;
	}

	.slider__categories-item {
		width: 50%;
	}

	.slider__categories-items {
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.slider__categories-item_desc p {
		font-size: 14px;
	}

	.slider__categories-item_img {
		margin-bottom: 10px;
	}

	.slider__categories-item {
		margin-bottom: 15px;
	}

	.slider__categories-headline h5 {
		font-size: 24px;
	}

	.slider__categories-headline {
		margin-bottom: 30px;
	}
}

/* Place */
.place__top {
	padding: 75px 75px 65px;
}

.place__info {
	display: flex;
	padding-top: 70px;
}

.place__info-l {
	display: flex;
	align-items: center;
	width: 50%;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
}

.place__info-r {
	display: flex;
	align-items: center;
	width: 50%;
}

.place__info-r .cardCompanyLarge__telephone {
	white-space: normal;
}

.place__in {
	position: relative;
}

.place__info-logo {
	width: 160px;
}

.place__info-logo img {
	display: block;
	width: 100%;
}

.place__info-desc p {
	margin: 0;
}

.place__info-email a span {
	color: #009cff;
}

.slick-prev:before {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 15px;
	height: 22px;
	background: url('../images/infographic/arrow-left.png') center center no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	    font-size: 0;
	    color: transparent;
	    content: ' '!important;
	    left: -3px;
	    right: 0;
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
}

.slick-next:before {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 15px;
	height: 22px;
	background: url('../images/infographic/arrow-right.png') center center no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	    font-size: 0;
	    color: transparent;
	    content: ' '!important;
	    
	    left: 0;
	    right: -3px;
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
}

@media (max-width: 1024px) {
	.place__top {
		padding-left: 25px;
		padding-right: 25px;
	}

	.place__info {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.place__info-l {
		width: 100%;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
	}

	.place__info-l {
		border-bottom: 1px solid #cccccc;
	}

	.cardCompanyLarge__email, .cardCompanyLarge__telephone {
		border-left: none;
	}

	.place__info-desc {
		width: calc(100% - 160px);
	}

	.place__info-desc br {
		display: none;
	}

	.place__info-desc p {
		font-size: 16px;
	}

	.place__info-r {
		width: 100%;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.place__info {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.cardCompanyLarge__site a[target=_blank]:after {
		right: 0!important;
		top: 0!important;
	}

	.place__top-link {
		left: 0;
	}

	.place__top-link a {
		width: 100%;
	}

	.place__top-link {
		border-bottom: 1px solid #cccccc;
	}

	.place__info-logo {

	}

	.place__info-l {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.place__info-desc p {
		text-align: center;
	}

	.place__info-email,
	.place__info-phone {
		display: block;
		width: 100%;
		border-bottom: 1px solid #cccccc;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.place__info-logo {
		margin: 10px auto;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.place__info-r {
		-webkit-align-items: flex-start;
		        align-items: flex-start;
	    width: calc(100% - 160px);
	    padding-left: 40px;
	    padding-right: 40px;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}

	.place__info {
		-webkit-align-items: flex-end;
		        align-items: flex-end;
	}

	.place__info-phone {
		padding-left: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		    width: 100%;
		    -webkit-box-sizing: border-box;
		       -moz-box-sizing: border-box;
		            box-sizing: border-box;
	}

	.place__info-phone br {
		display: none;
	}

	.place__info-email {
		padding-left: 0;
		-webkit-align-items: flex-start;
		        align-items: flex-start;
	}
}