
* {
	-webkit-text-size-adjust: none;
}

* {
	box-sizing: border-box;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, a, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	-webkit-tap-highlight-color: transparent;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

a {
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, td img {
	vertical-align: top;
}

input, select, button, textarea {
	border-radius: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"] {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ul, ol {
	list-style: none;
}

html {
	overflow-y: auto;
	overflow-x: auto;
}

html, body {
	height: 100%;
}

body {
	line-height: 1;
	color: #000;
	text-align: left;
	z-index: 1;
	position: relative;
}

input [type='text'] {
	padding: 0;
}

textarea {
	resize: none;
	overflow: auto;
}

label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}

input[type="button"], input[type="reset"], input[type="submit"], button, input[type="text"], input[type="password"], textarea, input[type="email"], input[type="tel"], input[type="phone"], input[type="number"] {
	-webkit-appearance: none;
}

a, a:visited, a:hover, a:focus, a:active {
	text-decoration: none;
}

input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input:invalid {
	outline: none;
	-moz-box-shadow: none;
	border: none;
}

::-ms-clear {
	display: none;
}

input, textarea, input[type="search"]:focus, :focus {
	outline: none;
}

@media screen and (min-width : 768px) {
	.time-schedule__save_mobile {
		display: none;
	}
}

::-webkit-input-placeholder {
	color: #000;
	-webkit-transition: color 300ms ease-in-out;
}

:-moz-placeholder {
	color: #000;
	transition: color 300ms ease-in-out;
}

.placeholder {
	color: #000;
	transition: color 300ms ease-in-out;
}

:focus::-webkit-input-placeholder {
	color: transparent !important;
}

:focus::-moz-placeholder {
	color: transparent !important;
}

:focus:-moz-placeholder {
	color: transparent !important;
}

:focus:-ms-input-placeholder {
	color: transparent !important;
}

:focus.placeholder {
	color: transparent !important;
}

@font-face {
	font-family: "proximanova-reg";
	src: url("../fonts/proximanova-reg.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "proximanova-light";
	src: url("../fonts/proximanova-light.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "proximanova-semibold";
	src: url("../fonts/proximanova-semibold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "proximanova-bold";
	src: url("../fonts/proximanova-bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "fontawesome-webfont";
	src: url("../fonts/fontawesome-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

.site {
	min-height: 100%;
	min-width: 320px;
	font-family: "proximanova-reg", sans-serif;
	font-weight: 400;
	font-style: normal;
	overflow: hidden;
}

.site__header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	background-color: transparent;
	transition: transform .5s ease, background-color .3s ease, top .3s ease, height .3s ease;
	z-index: 10;
}

.admin-bar .site__header {
	top: 30px;
}
.admin-bar .menu__close {
	top: 48px;
}

.site__header-layout {
	position: relative;
	height: inherit;
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 13px;
}

@media screen and (max-width: 1200px) {
	.menu-link:visited, li {
		display : block!important;
	}

}

.site__header_hidden {
	transform: translateY(-90px);
}

.site__header.fixed {
	height: 67px;
	background-color: rgba(98, 54, 158, 0.95);
}

.site__content {
	position: relative;
	padding: 20px 0 58px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

@media (min-width: 1200px) {
	nav.menu.menu_header.opened a {
		font-size : 11.5px;
		color : white;
	}

	.site__header.fixed a {
		font-size : 14px;
		color : white;
	}

	.menu__sub-link {
		font-size: 11.5px!important;
	}
}

.site__header nav.menu.menu_header.opened a {
	color: white;
	font-weight: normal;

}



.site__header_hidden a {
	display: none;
}

.site__content:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: #FFF;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

h1 {
	margin-bottom: 62px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 54px;
	line-height: 1;
	text-align: center;
}

h2 {
	margin-bottom: 19px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}

h3 {
	margin-bottom: 21px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}

h4 {
	margin-bottom: 18px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}

h5 {
	margin-bottom: 16px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

h6 {
	margin-bottom: 14px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

.wp-post-image {
	width : auto!important;
	height: auto!important;
}

.site__content p {
	margin-bottom: 49px;
}

.site__content a {
	color: #0485c2;
}

.site__content img {
	max-width: 100%;
	margin-bottom: 46px;
}

.site__content-layout {
	position: relative;
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 15px;
	z-index: 2;
}

.site__footer {
	position: relative;
	padding: 17px 0 50px;
}

.site__footer:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: #7a43c6;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.site__footer-layout {
	position: relative;
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 13px;
	z-index: 2;
}

@media (min-width: 768px) {
	.site__header {
		height: 65px;
	}

	.site__header-layout {
		padding: 0 40px;
	}

	.site__content {
		/*padding: 52px 40px 75px;*/
		padding: 15px 0 93px;
	}

	.site__content:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.site__content h1 {
		margin-bottom: 63px;
	}

	.site__content img {
		margin-bottom: 58px;
	}

	.site__content-layout {
		padding: 0 40px;
	}

	.site__footer {
		padding: 36px 0 50px;
	}

	.site__footer:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.site__footer-layout {
		padding: 0 40px;
	}
}

@media (min-width: 1200px) {
	.site {
		position: relative;
		min-height: 100%;
	}

	.site:after {
		display: block;
		height: 182px;
		content: '';
	}

	.site__header {
		height: 85px;
	}

	.site__header-layout {
		padding: 18px 0 0 3px;
	}

	.site__header.fixed {
		height: 87px;
		top: -4px;
	}

	.admin-bar .site__header.fixed {
		top: 26px;
	}

	.site__content {
		padding: 63px 0 80px;
	}

	.site__content:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}

	.site__content h1 {
		margin-bottom: 73px;
	}

	.site__content img {
		margin-bottom: 67px;
	}

	.site__content-layout {
		padding: 0;
	}

	.site__footer {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 182px;
		padding-top: 52px;
	}

	.site__footer-layout {
		position: relative;
		padding: 0;
	}

	.site__footer:before {
		bottom: -50px;
		transform: rotate(-0.8deg);
		-webkit-transform: rotate(-0.8deg);
	}
}

.infoplus {
	padding-top: 1em;
}
.infoplus p{
	padding-bottom: 0.5em;
}
@media all and (max-width: 1190px)
{
	.infoplus {
		display:none;
	}
}

.logo {
	position: absolute;
	top: 50%;
	left: 13px;
	margin-bottom: 0;
	width: 110px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: top .3s ease;
	-webkit-transition: top .3s ease;
}

.logo img {
	display: block;
	width: 100%;
}

.logo_footer {
	position: relative;
	top: 0;
	left: 0;
	width: 166px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.logo_footer img {
	margin-bottom: 21px;
}

@media (min-width: 768px) {
	.logo {
		left: 39px;
		width: 150px;
	}

	.logo_footer {
		top: 0;
		left: 0;
		width: 166px;
		font-size: 14px;
	}

	.logo_footer img {
		margin-bottom: 13px;
	}
}

@media (min-width: 1200px) {
	.logo {
		left: 20px;
		width: 169px;
	}

	.logo_footer {
		position: absolute;
		top: 2px;
		left: 20px;
		text-align: left;
	}

	.logo_footer img {
		margin-bottom: 22px;
	}
}

@media (min-width: 1280px) {
	.logo {
		left: 0;
	}

	.logo_footer {
		left: 0;
	}
}

.menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: .5px;
	transition: visibility .3s ease, opacity .3s ease;
	-webkit-transition: visibility .3s ease, opacity .3s ease;
}

.menu.opened {
	visibility: visible;
	opacity: 1;
}

.menu_header {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 64px 0;
	background-color: rgba(0, 0, 0, 0.9);
	visibility: hidden;
	opacity: 0;
}

.menu_footer {
	margin-bottom: 65px;
}

.menu_footer .menu__layout {
	margin-bottom: 7px;
}

.menu-btn {
	position: absolute;
	top: 50%;
	right: 17px;
	width: 79px;
	height: 31px;
	border: none;
	background-color: #58318d;
	color: #fff;
	font-size: 14px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: top .3s ease;
	-webkit-transition: top .3s ease;
}

.menu-item {
	margin-bottom: 14px;
	overflow: hidden;
}

.menu-item.open .menu__link:after {
	opacity: 1;
}

.menu__layout {
	/*margin-bottom: 24px; */
	text-align: center;
	color: #fff;
}

.menu__link {
	display: inline-block;
	position: relative;
	padding: 5px 0;
	font-size: 14px;
	color: #fff!important;
}



.menu__link:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 18px;
	height: 2px;
	background-color: #fff21f;
	opacity: 0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	content: '';
}

.menu__sub-menu {
	display: none;
	padding: 10px 0 0;
}

.menu__sub-menu li {
	margin-bottom: 13px;
}

.menu__sub-link {
	font-size: 11.5px;
	color: #fff21f;
}

.menu__close {
	position: absolute;
	top: 16px;
	right: 15px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.menu__drop-down {
	padding: 5px 5px 5px 0;
}
.menu.menu_footer .btn.btn_6 {
	margin-left: 0;
}

@media (min-width: 768px) {
	.menu-btn {
		right: 39px;
	}

	.menu_footer {
		margin-bottom: 44px;
	}

	.menu_footer .menu__layout {
		margin-bottom: 3px;
	}
}



@media (min-width: 1200px) {
	.menu {
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 50%;
		bottom: auto;
		right: 20px;
		left: auto;
		visibility: visible;
		padding: 0;
		background-color: transparent;
		opacity: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.menu_footer {
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.menu__layout {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
		/*margin-right: 22px;*/
	}

	.menu-item {
		position: relative;
		margin-left: 29px;
		margin-bottom: 0;
		overflow: visible;
	}

	.menu__sub-menu .menu-item {
		margin-left: 0;
	}

	.menu-item:hover .menu__sub-menu {
		visibility: visible;
		opacity: 1;
	}

	.menu-item:hover .menu__link:after {
		opacity: 1;
	}

	.menu__link {
		font-size: 14px;
	}

	.menu.menu_footer .btn.btn_6 {
		/*margin-left: 29px;*/
	}

	.menu__link:after {
		left: 0;
	}

	.menu__link:hover:after {
		opacity: 1;
	}

	.menu__sub-menu {
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		padding: 12px 13px 0;
		background-color: rgba(0, 0, 0, 0.9);
		white-space: nowrap;
		text-align: left;
		visibility: hidden;
		opacity: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transition: visibility .3s ease, opacity .3s ease;
		-webkit-transition: visibility .3s ease, opacity .3s ease;
	}

	.menu__sub-menu:after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: transparent;
		border-bottom-color: rgba(0, 0, 0, 0.9);
		border-width: 3px;
		margin-left: -3px;
	}

	.menu__sub-menu a:hover {
		text-decoration: underline;
	}

	.menu-btn {
		display: none;
	}

	.menu__close {
		display: none;
	}

	.menu__drop-down {
		display: none;
	}
}

@media (min-width: 1280px) {
	.menu {
		right: 0;
	}

	.menu_footer {
		right: -5px;
	}
}

.btn {
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 45px;
	border: 5px solid transparent;
	color: #000;
	font-family: "proximanova-semibold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	background-color: #fff21f;
	transition: border-color .3s ease;
	-webkit-transition: border-color .3s ease;
	z-index: 2;
}

.btn span {
	width: 100%;
	text-align: center;
}

.btn_1 {
	width: 290px;
	height: 45px;
	margin: 0 auto 11px;
	border: 3px solid transparent;
	font-size: 16px;
}

.btn_2 {
	width: 290px;
	height: 45px;
	margin: 0 auto 11px;
	border: 3px solid transparent;
	font-size: 16px;
}

.btn_3 {
	width: 290px;
	height: 45px;
	margin: 0 auto 11px;
	border: 3px solid transparent;
	background-color: #ccc;
	color: #fff ;
	font-size: 16px;
}

.btn_4 {
	max-width: 392px;
	letter-spacing: 1px;
}

.btn_5 {
	width: 100%;
	height: 45px;
	background-color: #703eba;
	color: #fff ;
}

.btn_6 {
	width: 138px;
	margin: 0 auto;
	font-size: 15px;
}

.btn_7 {
	letter-spacing: 1px;
}

.btn_8 {
	margin: 0 auto;
	max-width: 392px;
	background-color: #41a28c;
	color: #fff;
}

.btn_9 {
	margin: 0 auto;
	max-width: 392px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff ;
}

.btn_10 {
	margin: 0 auto;
	max-width: 392px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff ;
}

.btn_11 {
	letter-spacing: 1px;
}
.btn.btn_auto {
	width: auto;
	display: inline-flex;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.btn_4 {
		max-width: 290px;
	}

	.btn_8 {
		max-width: 290px;
	}

	.btn_9 {
		max-width: 290px;
	}

	.btn_10 {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.btn:hover {
		border-color: rgba(0, 0, 0, 0.1);
	}

	.btn_1 {
		width: 358px;
		height: 70px;
		font-size: 24px;
	}

	.btn_4 {
		width: 290px;
		height: 71px;
		font-size: 24px;
	}

	.btn_6 {
		margin: 0;
		padding: 0;
		font-size: 14px;
	}

	.btn_8 {
		max-width: 273px;
		height: 60px;
		font-size: 19px;
	}

	.btn_9 {
		max-width: 273px;
		height: 60px;
		font-size: 19px;
	}

	.btn_11 {
		height: 55px;
		font-size: 17px;
	}
}

@media (min-width: 1280px) {
	.btn_7 {
		height: 70px;
		max-width: 500px;
		font-family: "proximanova-bold", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 24px;
	}
}

.hero {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	height: 811px;
	text-align: center;
}

.hero.no_images .hero__bg{
	min-height: 800px;
}

/*.hero:after {*/
	/*position: absolute;*/
	/*bottom: -13px;*/
	/*left: -3px;*/
	/*width: 102%;*/
	/*height: 35px;*/
	/*background-color: #7a43c6;*/
	/*transform: rotate(-2.2deg);*/
	/*-webkit-transform: rotate(-2.2deg);*/
	/*content: '';*/
	/*}*/

	.hero_small {
		height: 563px;
	}

	.hero__bg {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		height: inherit;
		overflow: hidden;
		z-index: 1;
	}

	.hero__bg-tablet, .hero__bg-desktop {
		display: none;
		width: 100%;
	}

	.hero__bg-mobile {
		display: block;
		width: 100%;
	}

	.hero__layout {
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 320px;
		margin: 0 auto;
		padding: 83px 13px 26px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		/*pointer-events: none;*/
	}

	.hero_video .hero__layout {
		pointer-events: auto;
	}

	.hero__persons {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 273px;
		margin: 0 auto 31px;
		padding-top: 15px;
	}

	.hero__persons-item {
		position: relative;
		margin-bottom: 12px;
	}

	.hero__persons-item:before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 114px;
		height: 114px;
		border: 1px solid rgba(255, 255, 255, 0.15);
		border-radius: 50%;
		transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		z-index: 1;
		content: '';
	}

	.hero__persons-img {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		width: 80px;
		height: 78px;
		border-radius: 50%;
		overflow: hidden;
		z-index: 2;
	}

	.hero__persons-img img {
		display: block;
		width: 100%;
	}

	.hero__video {
		width: 292px;
		height: 165px;
		margin-bottom: 21px;
	}

	.hero__video iframe {
		width: inherit;
		height: inherit;
	}

	.hero__button-next, .hero__button-prev {
		display: block;
		position: absolute;
		bottom: 0;
		width: 39px;
		height: 39px;
		border-radius: 50%;
		background: url(../img/bg-arrow.png) no-repeat center #000;
		text-indent: 999px;
		z-index: 3;
		overflow: hidden;
		cursor: pointer;
		transition: background-color .3s ease, box-shadow .3s ease;
		-webkit-transition: background-color .3s ease, box-shadow .3s ease;
	}

	.hero__button-next {
		right: 10px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.hero__button-prev {
		right: 55px;
	}

	@media (min-width: 768px) {
		.hero {
			height: auto;
			font-size: 24px;
			line-height: 30px;
		}

		.hero:after {
			display: none;
		}

		.hero_small .hero__layout {
			padding-top: 82px;
		}

		.hero__bg img {
			width: 100%;
		}

		.hero__bg-tablet {
			display: block;
		}

		.hero__bg-mobile {
			display: none;
		}

		.hero__layout {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-ms-flex-align: center;
			align-items: center;
			width: 768px;
			padding: 100px 39px 0;
		}

		.hero__wrap {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-ms-flex-align: start;
			align-items: flex-start;
			width: 100%;
		}

		.hero__persons {
			margin: 0 48px 53px;
			padding-top: 17px;
		}

		.hero__right-frame {
			max-width: 372px;
		}

		.hero__video {
			width: 342px;
			height: 194px;
			margin-bottom: 56px;
		}

		.hero.no_images .hero__bg{
			min-height: 445px;
		}

		.hero_small.no_images .hero__bg {
			min-height: 563px;
		}

	}

	@media (min-width: 1200px) {
		.hero__bg-desktop {
			display: block;
		}

		.hero__bg-tablet {
			display: none;
		}

		.hero.no_images .hero__bg{
			min-height: 600px;
		}
		.hero_small.no_images .hero__bg {
			min-height: 563px;
		}
		.hero__button-next, .hero__button-prev {
			bottom: 28px;
		}

		.hero__button-next:hover, .hero__button-prev:hover {
			background-color: #593691;
			box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
		}

		.hero__button-next {
			right: 25px;
		}

		.hero__button-prev {
			right: 70px;
		}

	}

	@media (min-width: 1280px) {
		.hero_small .hero__layout {
			padding-top: 70px;
		}

		.hero_small .countdown-timer {
			margin-top: 30px;
		}

		.hero_small .time-schedule__content {
			margin-top: 10px;
			margin-bottom: 20px;
		}

		.hero_video .hero__layout {
			padding-top: 107px;
		}

		.hero_video .time-schedule__content {
			margin-bottom: 65px;
		}

		.hero_video .time-schedule__title {
			margin-bottom: 27px;
		}

		.hero_video .time-schedule__info {
			margin-bottom: 47px;
		}

		.hero_video .time-schedule__save {
			margin-top: 14px;
		}

		.hero__layout {
			width: 1190px;
			padding: 132px 0 16px;
		}

		.hero__persons {
			width: 485px;
			margin: 0 57px 53px;
			padding-top: 0;
		}

		.hero__persons-item {
			margin-bottom: 22px;
		}

		.hero__persons-item:before {
			width: 202px;
			height: 202px;
		}

		.hero__persons-img {
			width: 140px;
			height: 137px;
		}

		.hero__right-frame {
			max-width: 600px;
		}

		.hero__video {
			position: relative;
			width: 578px;
			height: 325px;
			margin: 11px 11px 38px 0;
		}

		.hero__video:after {
			position: absolute;
			top: -11px;
			right: -11px;
			bottom: -11px;
			left: -11px;
			border: 1px solid rgba(255, 255, 255, 0.2);
			content: '';
			pointer-events: none;
		}

		.hero.no_images .hero__bg{
			min-height: 800px;
		}

		.hero_small.no_images .hero__bg {
			min-height: 563px;
		}

	}

	.time-schedule {
		color: #fff;
	}

	/*.time-schedule__content {
		position: relative;
		margin-bottom: 43px;
		padding-bottom: 12px;
		border-bottom: 1px solid #fff;
		font-size: 16px;
		line-height: 19px;
		text-align: left;*/
	}

	.time-schedule__content:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: #fff;
		border-bottom-color: rgba(136, 183, 213, 0);
		border-width: 11px 9px 7px 9px;
		margin-left: -9px;
	}

	.time-schedule__title {
		margin-bottom: 16px;
		font-family: "proximanova-bold", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		line-height: 27px;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.time-schedule__title em {
		color: #51caaf;
		font-style: normal;
	}

	.time-schedule__info {
		display: block;
		margin-bottom: 21px;
		font-family: "proximanova-bold", sans-serif;
		font-weight: 400;
		font-style: normal;
		color: #51caaf;
		font-size: 18px;
		line-height: 16px;
		text-transform: uppercase;
	}

	.time-schedule__info span:after {
		margin: 0 5px 0 9px;
		content: '/';
	}

	.time-schedule__info span:last-child:after {
		display: none;
	}

	.time-schedule__save {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 12px auto 26px;
		font-family: "fontawesome-webfont", sans-serif;
		font-weight: 400;
		font-style: normal;
	}

	.time-schedule__save_desktop {
		display: none;
	}

	.time-schedule__save-item {
		height: 34px;
		width: 34px;
		margin: 0 8px;
		padding-top: 10px;
		border-radius: 50%;
		background-color: rgba(0, 0, 0, 0.2);
		color: #fff;
		font-size: 16px;
	}

	.time-schedule__promo {
		margin-bottom: 15px;
		font-family: "proximanova-bold", sans-serif;
		font-weight: 400;
		font-style: normal;
		color: #fff;
		font-size: 16px;
		line-height: 1;
		text-transform: uppercase;
	}

	.time-schedule__text {
		height: 57px;
		overflow: hidden;
	}

	@media (min-width: 768px) {
		.time-schedule {
			width: 295px;
			position: absolute;
			bottom : 15px;
			right:-20px;
		}

		.time-schedule__content {
			margin-bottom: 40px;
		}

		.time-schedule__promo {
			margin-bottom: 8px;
		}

		.time-schedule__save-item {
			padding-top: 2px;
		}
	}

	@media (min-width: 1280px) {
		.time-schedule {
			width: 500px;
			position: absolute;
			bottom: 80px;
			right:-50px;
		}

		.time-schedule__title {
			margin-bottom: 30px;
			font-size: 54px;
			line-height: 47px;
			white-space: nowrap;
		}

		.time-schedule__content {
			margin-bottom: 40px;
			padding-bottom: 18px;
			font-size: 20px;
			line-height: 23px;
		}

		.time-schedule__info {
			margin-bottom: 36px;
			font-size: 24px;
		}

		.time-schedule__info span:after {
			margin: 0 6px 0 14px;
		}

		.time-schedule__promo {
			margin-bottom: 16px;
			font-size: 24px;
		}

		.time-schedule__save {
			margin: 20px auto 0;
		}

		.time-schedule__save_mobile {
			display: none;
		}

		.time-schedule__save_desktop {
			display: -ms-flexbox;
			display: flex;
		}

		.time-schedule__text {
			height: auto;
		}
	}

	.countdown-timer {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		width: 262px;
		height: 58px;
		margin: 0 auto;
		padding: 9px 15px 5px;
		background-color: rgba(0, 0, 0, 0.2);
		color: #fff;
		font-size: 17px;
		line-height: 21px;
		text-align: center;
		text-transform: uppercase;
	}

	.countdown-timer:before, .countdown-timer:after {
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(0, 0, 0, 0.2);
	}

	.countdown-timer:before {
		right: 100%;
		border-left-color: rgba(136, 183, 213, 0);
		border-width: 29px 0 29px 15px;
	}

	.countdown-timer:after {
		left: 100%;
		border-right-color: rgba(136, 183, 213, 0);
		border-width: 29px 15px 29px 0;
	}

	.countdown-timer b {
		font-size: 21px;
		font-family: "proximanova-bold", sans-serif;
		font-weight: 400;
		font-style: normal;
	}

	@media (min-width: 1280px) {
		.countdown-timer {
			width: 375px;
			height: 84px;
			margin: 0 auto;
			padding: 9px 26px 5px;
			font-size: 24px;
			line-height: 30px;
		}

		.countdown-timer:before {
			border-width: 42px 0 42px 15px;
		}

		.countdown-timer:after {
			border-width: 42px 15px 42px 0;
		}

		.countdown-timer b {
			font-size: 30px;
		}
	}

	.trusted-by {
		position: relative;
		padding: 32px 0 36px;
		text-align: center;
		background-color: #FFF;
    /*&:before, &:after{
    position: absolute;
    left: -3px;
    width: 102%;
    height: 35px;
    background-color: inherit;
    transform: rotate(-2.6deg);
    -webkit-transform: rotate(-2.6deg);
    content: '';
    z-index: 2;
  }

  &:before{
    top: -17px;
  }

  &:after{
    bottom: -17px;
    }*/
}

.trusted-by:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.trusted-by__layout {
	position: relative;
	padding: 0 13px;
	z-index: 2;
}

.trusted-by__title {
	position: relative;
	margin-bottom: 38px;
	padding-bottom: 8px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
}

.trusted-by__title:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 3px;
	background-color: #ececec;
	content: '';
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.trusted-by__item {
	margin-bottom: 54px;
}

@media (min-width: 768px) {
	.trusted-by {
		padding: 24px 0 32px;
	}



	.trusted-by:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.trusted-by__title {
		margin-bottom: 49px;
	}

	.trusted-by__wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap row;
		flex-flow: wrap row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 526px;
		margin: 0 auto;
	}

	.trusted-by__item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.trusted-by {
		padding: 69px 0 67px;
	}

	.trusted-by:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}

	.trusted-by__title {
		margin-bottom: 22px;
	}

	.trusted-by__wrap {
		width: 1190px;
	}

	.trusted-by__item {
		width: 25%;
	}
}

.heading h2 {
	margin-bottom: 0;
}
#ui-id-2-1501590480054128 .heading, #ui-id-7-150158907023843 .heading, #ui-id-3-150158876701063 .heading {
	padding-top: 20px;
	padding-bottom: 45px;
}

.heading {
	padding-top: 20px;
	padding-bottom: 20px;
}

.description.content__text-block  {
	background: #FFF;
}

.content__text-block .call-to-action__title {
	z-index: 8;
	position: relative;
	color: #000;
	white-space: initial;
}

#ui-id-8-1502954146943112.description {
	position: relative;
	padding: 35px 0 72px;
	color: #fff;
	background-color: #7a43c6;
}

.description {
	position: relative;
	padding: 60px 0 5px;
	color: #fff;
	background-color: #7a43c6;
}

#ui-id-8-1502954146943112.description:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.description:before {
	position: absolute;
	top: -40px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.description__layout {
	position: relative;
	width: 100%;
	padding: 0 10px;
	z-index: 2;
}

.description__title {
	margin-bottom: 42px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.description__title-icon {
	display: block;
	position: relative;
	margin-bottom: 14px;
	padding-right: 17px;
	font-size: 48px;
}

.description__title-icon:before, .description__title-icon:after {
	position: absolute;
	top: 23px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.description__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.description__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.description__list {
	margin-bottom: 46px;
	font-size: 16px;
}

.description__list li {
	position: relative;
	margin-bottom: 37px;
	padding-left: 43px;
	line-height: 18px;
}

.description__list i {
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 28px;
}

.description__add {
	position: relative;
	display: block;
	width: 43px;
	height: 43px;
	margin: 0 0 15px 9px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
}

.description__add:before, .description__add:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 3px;
	background-color: #fff;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	content: '';
}

.description__add:after {
	width: 3px;
	height: 16px;
}

.description__text {
	position: relative;
	margin: 0 0 41px 12px;
	padding-bottom: 19px;
	border-bottom: 1px solid #fff;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

.description__text:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #fff;
	border-bottom-color: rgba(136, 183, 213, 0);
	border-width: 11px 9px 7px 9px;
	margin-left: -9px;
}

.description__promo {
	position: relative;
	margin-bottom: 14px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

.description__content {
	position: relative;
	padding: 28px 11px 31px 10px;
	background-color: rgba(0, 0, 0, 0.2);
	margin: 11px 6px 11px 2px;
}

.description__content:after {
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	z-index: -1;
	content: '';
}

@media (min-width: 768px) {
	#ui-id-8-1502954146943112.description {
		padding: 36px 0 81px;
	}

	.description {
		padding: 60px 0 5px;
	}

	.description:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.description__title {
		margin-bottom: 61px;
		padding-left: 15px;
	}

	.description__layout {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap row;
		flex-flow: wrap row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 40px;
	}

	.description__title {
		width: 100%;
	}

	.description__list {
		width: 42.5%;
	}

	.description__content {
		width: 43%;
		margin: 8px 9px 11px 10px;
	}

	.description__content:after {
		top: -10px;
		right: -10px;
		bottom: -10px;
		left: -10px;
	}
}

@media (min-width: 1280px) {
	#ui-id-8-1502954146943112.description {
		padding: 43px 0 35px;
	}
	.description {
		padding: 60px 0 5px;
	}

	.description:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}
}

@media (min-width: 1280px) {
	.description__layout {
		max-width: 1190px;
		margin: 0 auto;
		padding: 0 1px 0 40px;
	}

	.description__title {
		margin-bottom: 47px;
		padding-right: 56px;
		font-size: 36px;
	}

	.description__title-icon {
		margin-bottom: 10px;
		padding-right: 10px;
	}

	.description__content {
		width: 636px;
		margin: 0;
		padding: 18px 59px 32px 71px;
	}

	.description__content:after {
		top: -18px;
		right: -21px;
		bottom: -18px;
		left: -21px;
	}

	.description__list {
		padding-top: 10px;
		font-size: 24px;
	}

	.description__list li {
		height: 52px;
		margin-bottom: 51px;
		padding-left: 43px;
		line-height: 27px;
		overflow: hidden;
	}

	.description__add {
		margin: 0 0 -7px -57px;
	}

	.description__text {
		margin: 0 0 45px -3px;
		font-size: 24px;
		line-height: 28px;
	}

	.description__promo {
		margin-bottom: 30px;
		padding-right: 13px;
		font-size: 24px;
	}
}

.speakers {
	position: relative;
	padding: 42px 0 19px;
	color: #fff;
	background-color: #51caaf;
}

.speakers:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.speakers__layout {
	position: relative;
	width: 100%;
	padding: 0 10px;
	z-index: 3;
}

.speakers__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 11px;
}

.speakers__title {
	margin-bottom: 22px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.speakers__title-icon {
	display: block;
	position: relative;
	margin-bottom: 16px;
	font-size: 48px;
}

.speakers__title-icon:before, .speakers__title-icon:after {
	position: absolute;
	top: 23px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.speakers__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.speakers__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.speakers__title_desctop {
	display: none;
}

.speakers__item {
	width: 100%;
	margin-bottom: 10px;
}

.speakers__item a {
	color: #747474;
}

.speakers__person {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px 12px;
	background-color: #fff;
	max-width: 320px;
	margin: 0 auto;
}

.speakers__clickable {
	cursor: pointer;
}

.speakers__ava {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.speakers__ava img {
	display: block;
	width: 100%;
}

.speakers__content {
	width: 170px;
	color: #747474;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
}

.speakers__name {
	margin-bottom: 7px;
	color: #000;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

.speakers__name a {
	color: #000;
}

.speakers__social {
	margin-top: 15px;
	color: #c6cdd0;
	font-size: 20px;
}

.speakers__social a {
	color: #c6cdd0;
	margin-right: 20px;
}

@media (min-width: 700px) {
	.speakers__item {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.speakers {
		padding: 37px 0 39px;
	}

	.speakers:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.speakers__title {
		margin-bottom: 39px;
	}

	.speakers__layout {
		padding: 0 38px;
	}

	.speakers__wrap {
		max-width: 710px;
		margin: 0 auto 7px;
	}

	.speakers__item {
		width: 50%;
		margin-bottom: 32px;
	}

	.speakers__person {
		padding: 30px 12px 27 px0;
	}

	.speakers__content {
		width: 184px;
		padding-right: 10px;
		line-height: 17px;
	}
}

@media (min-width: 1090px) {
	.speakers__wrap {
		max-width: 100%;
		margin: 0 auto 7px;
	}

	.speakers__item {
		width: 33%;
	}
}

@media (min-width: 1200px) {
	.speakers {
		padding: 62px 0 59px;
	}

	.speakers:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}

	.speakers__layout {
		max-width: 1221px;
		margin: 0 auto;
		padding: 0;
	}

	.speakers__title {
		margin-bottom: 59px;
		font-size: 36px;
	}

	.speakers__title-icon {
		margin-bottom: 11px;
	}

	.speakers__title_desctop {
		display: inline-block;
	}

	.speakers__item {
		width: 33%;
	}

	.speakers__ava {
		width: 121px;
		height: 121px;
	}

	.speakers__name {
		margin-bottom: 16px;
		font-size: 24px;
	}

	.speakers__content {
		width: 153px;
		padding-right: 0;
		font-size: 16px;
		line-height: 22px;
	}

	.speakers__person {
		position: relative;
		max-width: 370px;
		padding: 40px 32px 37px;
		transition: box-shadow .3s ease;
		-webkit-transition: box-shadow .3s ease;
	}

	.speakers__person:before {
		position: absolute;
		top: -11px;
		right: -11px;
		bottom: -11px;
		left: -11px;
		border: 1px solid rgba(251, 251, 251, 0.3);
		content: '';
		opacity: 0;
		z-index: -1;
		transition: opacity .3s ease;
		-webkit-transition: opacity .3s ease;
	}

	.speakers__person:after {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 35px;
		height: 30px;
		line-height: 30px;
		background-color: #7a43c6;
		font-size: 13px;
		text-align: center;
		opacity: 0;
		transition: opacity .3s ease;
		-webkit-transition: opacity .3s ease;
		content: '+';
	}

	.speakers__person:hover {
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	}

	.speakers__person:hover:before, .speakers__person:hover:after {
		opacity: 1;
	}

	.speakers__social {
		margin-top: 19px;
	}

	.speakers__social a {
		transition: color .3s ease;
		-webkit-transition: color .3s ease;
		cursor: pointer;
	}

	.speakers__social a:hover {
		color: #7a43c6;
	}
}

.call-to-action {
	position: relative;
	z-index: 3;
}

.call-to-action__bg {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	height: inherit;
	overflow: hidden;
}

.call-to-action__bg.no_images {
	min-height: 295px;
}

.call-to-action__bg img {
	width: 100%;
}

.call-to-action__bg-tablet, .call-to-action__bg-desktop {
	display: none;
}

.call-to-action__layout {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	bottom: 0;
	padding-bottom: 16px;
	color: #fff;
}

.call-to-action.small {
	min-height: 380px;
	background: #fff;
}

.call-to-action.small .call-to-action__title {
	color: #000;
}

.call-to-action__title {
	margin-bottom: 36px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.call-to-action__title-icon {
	display: block;
	position: relative;
	margin-bottom: 8px;
	font-size: 48px;
}


.heading .call-to-action__title-icon {
	display: inline-block;
	padding: 0 80px;
}

.call-to-action__title-icon:before, .call-to-action__title-icon:after {
	position: absolute;
	top: 23px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.call-to-action__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.call-to-action__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

@media (min-width: 768px) {
	.call-to-action__bg-tablet {
		display: block;
	}

	.call-to-action__bg-mobile {
		display: none;
	}
	.call-to-action__bg.no_images {
		min-height: 295px;
	}
}

@media (min-width: 1200px) {
	.call-to-action {
		margin: -10px auto -50px;
		z-index: 0;
	}

	.call-to-action__bg-tablet {
		display: none;
	}

	.call-to-action__bg-desktop {
		display: block;
	}

	.call-to-action__title {
		font-size: 54px;
	}
	.call-to-action__bg.no_images {
		min-height: 605px;
	}
}

.schedule {
	position: relative;
	padding: 41px 0 84px;
	background-color: #fff;
}

.schedule:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.schedule__layout {
	position: relative;
	width: 100%;
	padding: 0 13px;
	z-index: 3;
}

.schedule__filters {
	margin-bottom: 13px;
}

.schedule__title {
	margin-bottom: 36px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.schedule__title-icon {
	display: block;
	position: relative;
	margin-bottom: 17px;
	font-size: 43px;
}

.schedule__title-icon:before, .schedule__title-icon:after {
	position: absolute;
	top: 29px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.schedule__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.schedule__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.schedule__topic {
	display: none;
}

.schedule__dates {
	display: none;
}

.schedule__marking {
	display: none;
}

.schedule__frame-coffee {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: 68px;
	margin-bottom: 4px;
	padding-left: 14px;
	background: repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 1px, transparent 1px, transparent 4px);
	background-color: #fff;
}

.schedule__frame-coffee i {
	margin-right: 5px;
}

.schedule__tracks {
	display: none;
}

.schedule__track {
	display: block;
	width: 100%;
	height: auto;
	min-height: 68px;
	margin-bottom: 4px;

	transition: background-color .3s ease, color .3s ease;
	-webkit-transition: background-color .3s ease, color .3s ease;
	color: #000;
	font-size: 15px;
	line-height: 16px;
	border-left: 6px solid #f54f66;
	background-color: #fff6e9;
	padding: 0px 8px 4px 11px
}

.schedule__track_duplicate {
	display: none;
}

.schedule__track-time {
	display: block;
	width: 135px;
	font-size: 14px;
	line-height: 35px;
}

.schedule__button-next, .schedule__button-prev {
	display: none;
}

@media (min-width: 768px) {
	.schedule {
		padding: 57px 0 81px;
	}

	.schedule:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.schedule__title-icon {
		margin-bottom: 15px;
	}

	.schedule__layout {
		padding: 0 43px;
	}

	.schedule__filters {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin-bottom: 24px;
		padding: 0 34px 0 39px;
	}

	.schedule__filters .websters-select {
		width: 48%;
		margin-bottom: 16px;
	}

	.schedule__filters .websters-select:last-child {
		width: 98%;
	}
}

@media (min-width: 1200px) {
	.schedule {
		padding-bottom: 94px;
	}

	.schedule:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}

	.schedule__title {
		margin-bottom: 43px;
		padding-left: 14px;
		font-size: 36px;
	}

	.schedule__layout {
		width: 100%;
		max-width: 1265px;
		margin: 0 auto;
	}

	.schedule__dates {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin-bottom: 49px;
	}

	.schedule__dates-item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		width: 173px;
		height: 62px;
		margin: 0 9px;
		border: 1px solid #e9e9e9;
		color: #000;
		font-size: 16px;
		text-align: center;
		transition: box-shadow .3s ease;
		-webkit-transition: box-shadow .3s ease;
	}

	.schedule__dates-item strong {
		margin-bottom: 3px;
		color: inherit;
		font-size: 20px;
		font-family: "proximanova-bold", sans-serif;
		font-weight: 400;
		font-style: normal;
	}

	.schedule__dates-item:hover {
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	}

	.schedule__dates-item.active {
		background-color: #7a43c6;
		color: #fff;
		border-color: #7a43c6;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	}

	.schedule__dates-item.active strong {
		color: inherit;
	}

	.schedule__frame {
		position: relative;
		margin-bottom: 4px;
		height:2000px!important;
	}

	.schedule__frame-item {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin-left: 74px;
		z-index: 2;
	}

	.schedule__frame-coffee {
		min-height: 0;
		margin-bottom: 0;
		padding-left: 37px;
		color: #000 !important;
	}

	.schedule__frame-half {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.schedule__frame-half > * {
		height: 50% !important;
		padding-top: 4px !important;
	}

	.schedule__marking {
		display: block;
		position: absolute;
		top: 3px;
		right: 0;
		bottom: 0;
		left: 53px;
	}

	.schedule__marking li {
		position: relative;
		height: 250px !important;
		border-bottom: 1px dashed #e9e9e9;
		color: #9d9d9d;
		font-size: 16px;
	}

	.schedule__marking span {
		position: absolute;
		bottom: -9px;
		left: -46px;
		width: 50px;
		color: #9d9d9d;
		font-size: 1.1em;
	}

	.schedule__venue ul {
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.schedule__venue li {
		position: absolute;
		width: 100%;
		border: 2px solid transparent;
		border-bottom-width: 1px;
		background: none;
	}

	.schedule__venue li.schedule__frame-coffee {
		opacity: 0;
	}

	.schedule__topic {
		display: block;
		height: 36px;
		margin-bottom: 16px;
		padding-top: 11px;
		font-size: 16px;
		font-weight: 700;
		background-color: #f5f5f5;
		text-align: center;
	}

	.schedule__tracks {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.schedule__tracks-item {
		display: block;
		height: 30px;
		margin-left: 90px;
		padding: 8px 0 0 10px;
		border-left: 6px solid #000;
		color: #000;
		font-family: "proximanova-bold", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 16px;
	}

	.schedule__tracks-item.active {
		opacity: 0.5;
	}

	.schedule__tracks_off {
		border-left-color: #000;
		color: #9d9d9d;
	}

	#ui-id-8-150236608128026 {
		padding : 0!important;
	}
	.schedule__track {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 0;
		min-height: 0;
		height: 100%;
		padding-left: 8px;
	}

	.schedule__track:hover {
		background-color: #f54f66;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		color: #fff;
	}

	.schedule__track:hover:after {
		opacity: 1;
	}

	.schedule__filters {
		display: none;
	}

	.schedule__li_1 a {
		border-left-color: #ffa019;
		background-color: #fff6e9;
	}

	.schedule__li_1 a:hover {
		background-color: #ffa019;
	}

	.schedule__li_2 a {
		border-left-color: #40beed;
		background-color: #e8f6fb;
	}

	.schedule__li_2 a:hover {
		background-color: #40beed;
	}

	.schedule__li_3 a {
		border-left-color: #80d64c;
		background-color: #e5fbd8;
	}

	.schedule__li_3 a:hover {
		background-color: #80d64c;
	}

	.schedule__li_4 a {
		border-left-color: #ae58f0;
		background-color: #f6edfd;
	}

	.schedule__li_4 a:hover {
		background-color: #ae58f0;
	}

	.schedule__button-next, .schedule__button-prev {
		display: block;
		position: absolute;
		bottom: 28px;
		width: 39px;
		height: 39px;
		border-radius: 50%;
		background: url(../img/bg-arrow.png) no-repeat center #000;
		text-indent: 999px;
		z-index: 3;
		overflow: hidden;
		cursor: pointer;
		transition: background-color .3s ease, box-shadow .3s ease;
		-webkit-transition: background-color .3s ease, box-shadow .3s ease;
	}

	.schedule__button-next:hover, .schedule__button-prev:hover {
		background-color: #593691;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	}

	.schedule__button-next.swiper-button-disabled, .schedule__button-prev.swiper-button-disabled {
		opacity: .7;
	}

	.schedule__button-next {
		right: 0;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.schedule__button-prev {
		right: 45px;
	}
}

.websters-select {
	overflow: hidden;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto 8px;
	border: 1px solid #e9e9e9;
}

.websters-select_opened .websters-select__arrow:before {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}

.websters-select__arrow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 26px;
	transform-origin: center;
}

.websters-select__arrow:before {
	position: absolute;
	top: 24px;
	left: 3px;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: transform 200ms ease-in-out;
	content: '';
}

.websters-select__item {
	overflow: hidden;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 0 29px 0 14px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
	text-align: left;
}

.websters-select__date {
	display: none;
	font-size: 14px;
	padding: 5px 29px 0 14px;
}

.websters-select_data .websters-select__date {
	display: block;
}

.websters-select_mobile select {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 1px;
	width: 100%;
}

.websters-select_custom select {
	position: absolute;
	left: -100000px;
}

.websters-select_data select {
	position: absolute;
	left: -100000px;
}

.websters-select__popup {
	overflow: hidden;
	position: absolute;
	z-index: 10;
	box-sizing: border-box;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	font-family: "proximanova-reg", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}

.websters-select__popup ul {
	z-index: 1;
}

.websters-select__popup li {
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	padding: 15px 12px;
}

.websters-select__popup li:hover {
	color: #000;
	background: #fff6e9;
}

.websters-select__popup li.active {
	color: #000 !important;
	background: #fff6e9 !important;
}

.tickets {
	position: relative;
	padding: 42px 0;
	z-index: 2;
	background-color: #e2e2e2;
}

.tickets:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.tickets__layout {
	position: relative;
	padding: 0 13px;
	z-index: 2;
}

.tickets__title {
	margin-bottom: 31px;
	padding-right: 7px;
	color: #fff;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.tickets__title-icon {
	display: block;
	position: relative;
	margin-bottom: 16px;
	font-size: 43px;
}

.tickets__title-icon:before, .tickets__title-icon:after {
	position: absolute;
	top: 20px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.tickets__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.tickets__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.tickets__item {
	width: 100%;
}

.tickets__item_absent {
	opacity: .4;
}

.tickets__offer {
	position: relative;
	width: 295px;
	margin: 0 auto;
	padding: 47px 20px 40px;
	font-size: 16px;
	line-height: 20px;
}

.tickets__offer:after {
	position: absolute;
	top: 7px;
	right: 0;
	bottom: 7px;
	left: 0;
	background: repeating-linear-gradient(-40deg, #f3f3f3, #f3f3f3 1px, transparent 1px, transparent 4px);
	background-color: #fff;
	transform: skewY(-3deg);
	z-index: -1;
	content: '';
}

.tickets__price {
	margin-bottom: 10px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	line-height: 1;
}

.tickets__type {
	margin-bottom: 23px;
	color: #51caaf;
	font-family: "proximanova-semibold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}

.tickets ul {
	margin-bottom: 47px;
	padding-top: 21px;
	border-top: 2px solid #51caaf;
}

.tickets li {
	position: relative;
	padding-left: 12px;
}

.tickets li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	color: inherit;
	content: "•";
}

@media (min-width: 768px) {
	.tickets {
		padding: 39px 0 2px;
	}

	.tickets:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.tickets__title {
		padding-right: 0;
	}

	.tickets__wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap row;
		flex-flow: wrap row;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: stretch;
		align-items: stretch;
		max-width: 675px;
		margin: 0 auto;
	}

	.tickets__layout {
		padding: 0 47px;
	}

	.tickets__item {
		width: 50%;
		margin-bottom: 32px;
	}
}

@media (min-width: 1200px) {
	.tickets {
		padding: 56px 0 47px;
	}

	.tickets:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}

	.tickets ul {
		margin-bottom: 54px;
		padding-top: 31px;
		border-top-width: 3px;
	}

	.tickets__title {
		margin-bottom: 37px;
		font-size: 36px;
	}

	.tickets__title-icon {
		margin-bottom: 10px;
	}

	.tickets__layout {
		padding: 0 38px;
	}

	.tickets__wrap {
		max-width: 100%;
	}

	.tickets__item {
		margin-bottom: 32px;
		-ms-flex-order: 2;
		order: 2;
	}

	.tickets__item_absent {
		opacity: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.tickets__item_absent .tickets__offer {
		color: #fff;
	}

	.tickets__item_absent .tickets__offer:after {
		background: repeating-linear-gradient(-40deg, #44a58f, #44a58f 1px, #46a791 1px, #46a791 4px);
	}

	.tickets__item_absent .tickets__offer:before {
		display: none;
	}

	.tickets__item_absent .tickets__type {
		color: #fff;
	}

	.tickets__item_absent .btn {
		opacity: .5;
		cursor: default;
	}

	.tickets__item_absent .btn:hover {
		border-color: transparent;
	}

	.tickets__offer {
		width: 378px;
		padding: 60px 28px 54px 30px;
		line-height: 26px;
	}

	.tickets__offer:before {
		position: absolute;
		top: -7px;
		right: -11px;
		bottom: -7px;
		left: -11px;
		border: 1px solid rgba(251, 251, 251, 0.3);
		content: '';
		opacity: 0;
		z-index: -1;
		transform: skewY(-3deg);
		transition: opacity .3s ease;
		-webkit-transition: opacity .3s ease;
	}

	.tickets__offer:hover:before {
		opacity: 1;
	}

	.tickets__price {
		margin-bottom: 14px;
		font-size: 50px;
	}

	.tickets__type {
		margin-bottom: 26px;
		font-size: 24px;
	}
}

@media (min-width: 1280px) {
	.tickets__wrap {
		max-width: 1200px;
	}

	.tickets__item {
		width: 33%;
	}
}

.where {
	position: relative;
	z-index: 1;
}

.where__map {
	position: relative;
	height: 910px;
	background-color: #fff;
	z-index: 2;
}

.where__map #map {
	height: inherit;
}

.where__map:before, .where__map:after {
	position: absolute;
	left: -3px;
	width: 102%;
	height: 35px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 2;
}

.where__map:before {
	top: -17px;
}

.where__map:after {
	bottom: -17px;
}

.where__popup {
	position: absolute;
	right: 16px;
	bottom: 42px;
	left: 13px;
	padding: 54px 3px 25px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 2;
}

.where__title {
	margin-bottom: 26px;
	padding-right: 11px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.where__title-icon {
	display: block;
	position: relative;
	margin-bottom: 17px;
	font-size: 40px;
}

.where__title-icon:before, .where__title-icon:after {
	position: absolute;
	top: 23px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.where__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.where__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.where__layout {
	overflow: hidden;
}

.where__labels {
	max-height: 301px;
	padding-right: 8px;
}

.where .label {
	display: block;
	position: relative;
	margin-top: 11px;
	padding: 13px 27px 12px;
	color: #fff;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	background-color: #ff8f35;
	cursor: pointer;
}

.where .label:after {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: '';
}

.where .label:first-child {
	margin-top: 0;
}

.where .label:nth-child(2n+1) {
	background-color: #ff8f35;
}

.where .label:nth-child(2n) {
	background-color: #4394df;
}

.where .label:nth-child(5n-2) {
	background-color: #f1425b;
}

.where .label:nth-child(6n-2) {
	background-color: #3dc7a8;
}

.where .label:nth-child(7n-2) {
	background-color: #7e43df;
}

.where .label:nth-child(8n-2) {
	background-color: #b27549;
}

@media (min-width: 768px) {
	.where__title {
		margin-bottom: 27px;
		padding-right: 40px;
	}

	.where__map {
		height: 768px;
	}

	.where__map:before, .where__map:after {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.where__popup {
		right: 36px;
		bottom: 30px;
		left: 39px;
		padding: 54px 31px 48px 63px;
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	}

	.where__list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap row;
		flex-flow: wrap row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.where__labels {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		max-height: 145px;
		padding-right: 29px;
	}

	.where .label {
		width: 47%;
		margin: 0 0 11px;
	}
}

@media (min-width: 1200px) {
	.where {
		margin-top: -10px;
	}

	.where__map {
		height: 820px;
	}

	.where__map:before, .where__map:after {
		transform: rotate(-1deg);
		-webkit-transform: rotate(-1deg);
	}

	.where__title {
		margin-bottom: 49px;
		font-size: 36px;
	}

	.where__title-icon {
		margin-bottom: 12px;
	}

	.where__popup {
		max-width: 810px;
		right: auto;
		left: 50%;
		padding: 54px 40px 48px 71px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.where__labels {
		padding-right: 23px;
	}

	.where .label {
		font-weight: 400;
		font-style: normal;
		font-size: 16px;
	}

	.schedule__track:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 30px;
    line-height: 30px;
    background-color: #71349e !important;
    color: #fff;
    font-size: 22px;
    text-align: center;
    opacity: 0;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    content: '+';
}
}

.exhibitors {
	position: relative;
	padding: 42px 0 63px;
	background-color: #fff;
}

.exhibitors:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.exhibitors__layout {
	position: relative;
	padding: 0 13px;
	z-index: 2;
}

.exhibitors__title {
	margin-bottom: 53px;
	padding-right: 5px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.exhibitors__title-icon {
	display: block;
	position: relative;
	margin-bottom: 19px;
	padding-right: 5px;
	font-size: 44px;
}

.exhibitors__title-icon:before, .exhibitors__title-icon:after {
	position: absolute;
	top: 23px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.exhibitors__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.exhibitors__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.exhibitors__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: -28px;
}

.exhibitors__item {
	width: 50%;
	margin-bottom: 43px;
	padding: 0 11px;
}

.exhibitors__img {
	max-width: 267px;
	margin: 0 auto;
}

.exhibitors__img img {
	display: block;
	width: 100%;
}

.exhibitors__filter {
	margin-top: -15px;
}

.exhibitors__filter input, .exhibitors__filter-text {
	display: block;
	width: 100%;
	max-width: 333px;
	height: 60px;
	margin: 0 auto 39px;
	padding: 0 13px;
	border: 1px solid #e9e9e9;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

.exhibitors__filter .websters-select {
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto 8px;
	max-width: 333px;
}

@media (min-width: 768px) {
	.exhibitors {
		padding: 51px 0 91px;
	}

	.exhibitors:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.exhibitors__title {
		margin-bottom: 73px;
	}

	.exhibitors__layout {
		padding: 0 8px;
	}

	.exhibitors__wrap {
		margin-bottom: -70px;
		padding: 0 38px;
	}

	.exhibitors__item {
		margin-bottom: 97px;
		padding: 0 35px;
	}

	.exhibitors__filter {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: -26px auto 80px;
	}

	.exhibitors__filter input, .exhibitors__filter-text {
		margin: 0 12px;
	}

	.exhibitors__filter .websters-select {
		margin: 0 12px;
	}
}

@media (min-width: 1200px) {
	.exhibitors {
		margin: 0 auto;
		padding: 58px 0 121px;
	}

	.exhibitors:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}

	.exhibitors__title {
		margin-bottom: 81px;
		font-size: 36px;
	}

	.exhibitors__title-icon {
		margin-bottom: 12px;
	}

	.exhibitors__layout {
		padding: 0;
	}

	.exhibitors__wrap {
		max-width: 1290px;
		margin: 0 auto;
		padding: 0;
	}

	.exhibitors__filter input, .exhibitors__filter-text {
		max-width: 300px;
		margin: 0 5px;
	}

	.exhibitors__filter .websters-select {
		max-width: 300px;
		margin: 0 5px;
	}

	.exhibitors__item {
		position: relative;
		width: 25%;
		margin-bottom: 72px;
		padding: 0 50px;
	}

	.exhibitors__img {
		display: block;
		position: relative;
	}

	.exhibitors__img:before {
		position: absolute;
		top: -28px;
		right: -38px;
		bottom: -28px;
		left: -40px;
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
		opacity: 0;
		transition: opacity .3s ease;
		-webkit-transition: opacity .3s ease;
		content: '';
	}



	.exhibitors__img:hover:before, .exhibitors__img:hover:after {
		opacity: 1;
	}
}

.register {
	position: relative;
	padding: 33px 0 34px;
}

.register:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: #51caaf;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.register__layout {
	position: relative;
	padding: 0 13px;
	z-index: 2;
}

.register__title {
	margin-bottom: 40px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.register__title-icon {
	display: block;
	position: relative;
	margin-bottom: 17px;
	font-size: 43px;
}

.register__title-icon:before, .register__title-icon:after {
	position: absolute;
	top: 23px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.register__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.register__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.register__frame {
	max-width: 1142px;
	margin: 0 auto 34px;
}

.register__topic {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 11px;
	color: #fff;
	text-align: center;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.register__topic:after {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.register__list, .registration__text {
	color: #fff;
	font-size: 16px;
}

.register__list li {
	position: relative;
	margin-bottom: 26px;
	padding-left: 43px;
	line-height: 18px;
}

.register__list i {
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 28px;
}
.registration__text {
	max-width: 1142px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.register {
		padding: 34px 0 54px;
	}

	.register:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
		background-color: #703eba;
	}

	.register__layout {
		padding: 0 40px;
	}

	.register__list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding: 0 17px;
	}

	.register__list li {
		width: 43%;
	}
}

@media (min-width: 1200px) {
	.register {
		padding: 75px 0 81px;
	}

	.register:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}

	.register__title {
		margin-bottom: 68px;
		font-size: 36px;
	}

	.register__title-icon {
		margin-bottom: 12px;
	}

	.register__topic {
		position: relative;
		margin-bottom: 47px;
		font-size: 24px;
	}

	.register__topic:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 60px;
		height: 3px;
		background-color: #ececec;
		content: '';
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.register__frame {
		margin: 0 auto 64px;
	}

	.register__list {
		max-width: 1000px;
		margin: 0 auto;
	}

	.register__list li {
		width: 45%;
		margin-bottom: 48px;
		font-size: 20px;
		line-height: 26px;
	}
}

.sponsors {
	position: relative;
	padding: 34px 0 30px;
	background-color: #fff;
}

.sponsors:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.sponsors__layout {
	position: relative;
	padding: 0 13px;
	z-index: 2;
}

.sponsors__title {
	margin-bottom: 38px;
	padding-right: 11px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}

.sponsors__title-icon {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-right: 7px;
	font-size: 42px;
}

.sponsors__title-icon:before, .sponsors__title-icon:after {
	position: absolute;
	top: 23px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.sponsors__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.sponsors__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.sponsors__topic {
	margin-bottom: 20px;
	padding-top: 11px;
	border-top: 1px solid #e9e9e9;
	font-family: "proximanova-reg", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
}

.sponsors__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media screen and (max-width: 750px){
	.sponsors__wrap {
		display:block;
	}
}

.sponsors__wrap_silver {
	margin: 36px auto 18px;
}

.sponsors__wrap_bronze {
	margin: 37px auto 18px;
}

.sponsors__item {
	padding: 40px 7px;
}

.sponsors__item_gold {
	width: 100%;
	margin-bottom: 43px;
}

.sponsors__item_silver {
	width: 50%;
	margin-bottom: 20px;
}

.sponsors__item_bronze {
	width: 33%;
	margin-bottom: 23px;
}

.sponsors__logo {
	display: block;
	width: 100%;
}

.sponsors__logo img {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.sponsors {
		padding: 50px 0 0px;
	}

	.sponsors:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.sponsors__layout {
		padding: 0 40px;
	}

	.sponsors__wrap {
		padding: 0 14px;
	}

	.sponsors__item_gold {
		width: 45%;
		margin-bottom: 32px;
	}

	.sponsors__item_silver {
		width: 23%;
		margin-bottom: 32px;
	}

	.sponsors__item_bronze {
		width: 13%;
		margin-bottom: 23px;
	}
}

@media (min-width: 1200px) {
/*    .sponsors {
        padding-bottom: 79px;
    }
    */
    .sponsors:before {
    	transform: rotate(-1.2deg);
    	-webkit-transform: rotate(-1.2deg);
    }

    .sponsors__layout {
    	max-width: 1450px;
    	margin: 0 auto;
    }

    .sponsors__wrap {
    	margin-bottom: 48px;
    	padding: 0 32px;
    }

    .sponsors__title {
    	margin-bottom: 61px;
    	font-size: 36px;
    }

    .sponsors__title-icon {
    	margin-bottom: 12px;
    }

    .sponsors__topic {
    	margin-bottom: 20px;
    	padding-top: 10px;
    	font-size: 20px;
    }

    .sponsors__logo {
    	position: relative;
    }




    .sponsors__logo:hover:before, .sponsors__logo:hover:after {
    	opacity: 1;
    }
}

.news {
	position: relative;
	padding: 35px 0 51px;
	background-color: #51caaf;
}

.news:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.news__layout {
	position: relative;
	padding: 0 13px;
	z-index: 2;
}

.news__wrap {
	margin-bottom: 27px;
}

.news__title {
	margin-bottom: 37px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.news__title-icon {
	display: block;
	position: relative;
	margin-bottom: 16px;
	font-size: 45px;
}

.news__title-icon:before, .news__title-icon:after {
	position: absolute;
	top: 23px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.news__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.news__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.news__item {
	width: 100%;
}

.news__article {
	display: block;
	position: relative;
	width: 100%;
	max-width: 352px;
	margin: 0 auto 17px;
}

.news__article img {
	display: block;
	width: 100%;
}

.news__article:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent 0%, black 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	content: '';
}

.news__topic {
	position: absolute;
	left: 25px;
	bottom: 26px;
	right: 70px;
	color: #fff;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 23px;
	z-index: 2;
}

@media (min-width: 768px) {
	.news:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.news__layout {
		padding: 0 40px;
	}

	.news__wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap row;
		flex-flow: wrap row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100%;
		max-width: 811px;
		margin: 0 auto 20px;
		padding: 0 20px;
	}

	.news__item {
		width: 50%;
		padding: 0 15px;
	}

	.news__article {
		margin-bottom: 26px;
	}
}

@media (min-width: 1200px) {
	.news {
		padding: 64px 0 40px;
	}

	.news:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}

	.news__layout {
		max-width: 1190px;
		margin: 0 auto;
		padding: 0 25px;
	}

	.news__title {
		margin-bottom: 29px;
		font-size: 36px;
	}

	.news__title-icon {
		margin-bottom: 11px;
	}

	.news__item {
		width: 33%;
		padding: 0 10px;
	}

	.news__article {
		transition: box-shadow .3s ease;
		-webkit-transition: box-shadow .3s ease;
	}

	.news__article:after {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 35px;
		height: 30px;
		background-color: #7a43c6;
		color: #fff;
		opacity: 0;
		transition: opacity .3s ease;
		-webkit-transition: opacity .3s ease;
		content: '-';
	}

	.news__article:hover {
		box-shadow: -5px 5px 50px rgba(0, 0, 0, 0.4);
	}

	.news__article:hover:after {
		opacity: 1;
	}

	.news__wrap {
		max-width: 100%;
		padding: 0;
	}

	.news__topic {
		left: 33px;
		bottom: 34px;
		width: 90%;
		font-size: 30px;
		line-height: 28px;
	}
}

.subscribe {
	position: relative;
	z-index: 0;
}

.subscribe__bg {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	height: inherit;
	overflow: hidden;
}

.subscribe__bg img {
	width: 100%;
}
.subscribe__bg.no_images {
	min-height: 500px;
}

.subscribe__bg-tablet, .subscribe__bg-desktop {
	display: none;
}

.subscribe__layout {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 13px;
	right: 13px;
	bottom: 0;
	padding-bottom: 16px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.subscribe__title {
	margin-bottom: 42px;
	padding: 0 20px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}

.subscribe__title-icon {
	display: block;
	position: relative;
	margin-bottom: 8px;
	font-size: 44px;
}

.subscribe__title-icon:before, .subscribe__title-icon:after {
	position: absolute;
	top: 23px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.subscribe__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.subscribe__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.subscribe__form {
	width: 100%;
	margin-bottom: 30px;
}

.subscribe input {
	display: block;
	width: 100%;
	height: 45px;
	border: 2px solid transparent;
	margin-bottom: 12px;
	padding: 0 18px;
	font-family: "proximanova-reg", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

.subscribe input.form-validation__error {
	border-color: #b31e00;
}

@media (min-width: 768px) {
	.subscribe__bg-tablet {
		display: block;
	}

	.subscribe__bg-mobile {
		display: none;
	}

	.subscribe__layout {
		left: 130px;
		right: 130px;
	}

	.subscribe__form {
		width: 57%;
	}
}

@media (min-width: 1200px) {
	.subscribe {
		margin: -10px auto;
	}

	.subscribe__bg-tablet {
		display: none;
	}

	.subscribe__bg-desktop {
		display: block;
	}

	.subscribe__title {
		font-size: 36px;
		line-height: 34px;
	}

	.subscribe__layout {
		left: 50%;
		right: auto;
		width: 548px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.subscribe__form {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 83%;
	}

	.subscribe__form input {
		width: 310px;
		height: 60px;
	}

	.subscribe__form .btn {
		width: 120px;
		height: 60px;
	}
}

.follow-us {
	position: relative;
	padding: 47px 0 56px;
	background-color: #fff;
}

.follow-us:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.follow-us__layout {
	position: relative;
	padding: 0 41px 0 36px;
	z-index: 2;
}

.follow-us__title {
	margin-bottom: 28px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.follow-us__title-icon {
	display: block;
	position: relative;
	margin-bottom: 23px;
	padding-right: 8px;
	font-size: 43px;
}

.follow-us__title-icon:before, .follow-us__title-icon:after {
	position: absolute;
	top: 23px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.follow-us__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.follow-us__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.follow-us__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 243px;
	margin: 0 auto;
}

.follow-us__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 74px;
	height: 74px;
	margin-bottom: 9px;
	border: 1px solid #efefef;
	background-color: transparent;
	color: #435a65;
	font-size: 35px;
	text-align: center;
}

@media (min-width: 768px) {
	.follow-us {
		padding: 63px 0 111px;
	}

	.follow-us:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.follow-us__title {
		margin-bottom: 37px;
	}

	.follow-us__wrap {
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 100%;
	}

	.follow-us__item {
		margin: 0 6px;
	}
}

@media (min-width: 1200px) {
	.follow-us {
		padding: 74px 0 119px;
	}

	.follow-us:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}

	.follow-us__layout {
		max-width: 1190px;
		margin: 0 auto;
		padding: 0 25px;
	}

	.follow-us__title {
		margin-bottom: 50px;
		font-size: 36px;
	}

	.follow-us__title-icon {
		margin-bottom: 19px;
	}

	.follow-us__item {
		width: 104px;
		height: 104px;
		font-size: 48px;
		transition: background-color .3s ease, color .3s ease;
		-webkit-transition: background-color .3s ease, color .3s ease;
	}

	.follow-us__item:hover {
		background-color: #7a43c6;
		color: #fff;
	}
}

.facebook-content {
	position: relative;
	padding: 19px 0 44px;
	background-color: #51caaf;
}

.facebook-content:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.facebook-content__layout {
	position: relative;
	z-index: 2;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.facebook-content__title {
	margin-bottom: 36px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.facebook-content__title-icon {
	display: block;
	position: relative;
	margin-bottom: 14px;
	padding-right: 4px;
	font-size: 40px;
}

.facebook-content__title-icon:before, .facebook-content__title-icon:after {
	position: absolute;
	top: 19px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.facebook-content__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.facebook-content__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.facebook-content__number {
	display: block;
	color: #000;
	font-size: 50px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.facebook-content__interested {
	position: relative;
	width: 260px;
	margin: 0 auto 13px;
	padding: 31px 0 24px;
	background-color: #fff;
	color: #d4d4d4;
	font-size: 24px;
	text-align: center;
}

.facebook-content__going {
	width: 260px;
	margin: 0 auto 13px;
	padding: 32px 0 24px;
	color: #d4d4d4;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
}

.facebook-content__wrap {
	width: 260px;
	margin: 0 auto 13px;
	padding: 23px 23px 24px;
	color: #b5b5b5;
	font-size: 16px;
	background-color: #fff;
	text-align: left;
}

.facebook-content__plugin {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
	overflow: hidden;
}

.facebook-content__link {
	display: block;
	width: 100%;
	color: #3a71b5;
	font: 600 20px 'Roboto Slab', sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.facebook-content__link:hover {
	text-decoration: underline;
}

.facebook-content__send {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.facebook-content__icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: -24px;
	left: -21px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	font-size: 29px;
	color: #fff;
	background-color: #3a71b5;
}

.facebook-content__item {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid transparent;
	float: left;
}

.facebook-content__item {
	box-shadow: inset 0 0 7px rgba(0,0,0,0);
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}
.facebook-content__item:hover {
	box-shadow: inset 0 0 7px rgba(0,0,0,0.8);
}

@media (min-width: 768px) {
	.facebook-content {
		padding: 37px 0 69px;
	}

	.facebook-content:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.facebook-content__title {
		width: 100%;
	}

	.facebook-content__layout {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 690px;
		padding: 0;
	}

	.facebook-content__wrap {
		width: calc(100% - 212px);
		margin-left: 14px;
	}

	.facebook-content__statistics {
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-ms-flex-flow: column;
		flex-flow: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}

	.facebook-content__interested, .facebook-content__going {
		width: 198px;
	}
}

@media (min-width: 1200px) {
	.facebook-content {
		padding: 37px 0 58px;
	}

	.facebook-content:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}

	.facebook-content__layout {
		width: 845px;
		padding: 0;
	}

	.facebook-content__title {
		margin-bottom: 38px;
		font-size: 36px;
	}

	.facebook-content__title-icon {
		margin-bottom: 19px;
	}

	.facebook-content__plugin {
		width: 550px;
	}

	.facebook-content__icon {
		transition: opacity .3s ease;
		-webkit-transition: opacity .3s ease;
	}

	.facebook-content__icon:hover {
		opacity: .8;
	}
}

.twitter-content {
	position: relative;
	padding: 20px 0 93px;
	background-color: #fff;
}

.twitter-content:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.twitter-content__layout {
	position: relative;
	padding: 0 13px;
	z-index: 2;
}

.twitter-content__title {
	margin-bottom: 48px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.twitter-content__title-icon {
	display: block;
	position: relative;
	margin-bottom: 14px;
	padding-right: 5px;
	font-size: 43px;
}

.twitter-content__title-icon:before, .twitter-content__title-icon:after {
	position: absolute;
	top: 23px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.twitter-content__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.twitter-content__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.twitter-content__wrap {
	margin-bottom: -6px;
}

.twitter-content__item {
	width: 100%;
}
.twitter-content__item:last-child {
	margin-right: auto;
}

.twitter-content__feed {
	display: block;
	position: relative;
	width: 260px;
	margin: 0 auto 34px;
	padding: 19px 15px 29px 23px;
	border: 1px solid #e9e9e9;
	font-size: 16px;
	line-height: 19px;
	color: #9d9d9d;
}

.twitter-content__feed a {
	color: #000;
}

.twitter-content__user {
	margin-bottom: 25px;
	color: #000;
	font-size: 18px;
}

.twitter-content__icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: -24px;
	left: -21px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	font-size: 29px;
	color: #fff;
	background-color: #15b1f9;
}

@media (min-width: 768px) {
	.twitter-content {
		padding: 44px 0 70px;
	}

	.twitter-content:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.twitter-content__title {
		margin-bottom: 53px;
	}

	.twitter-content__layout {
		margin: 0 40px;
	}

	.twitter-content__wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		max-width: 620px;
		margin: 0 auto;
	}

	.twitter-content__item {
		width: 50%;
	}

	.twitter-content__feed {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.twitter-content {
		padding: 31px 0 70px;
	}

	.twitter-content:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}

	.twitter-content__wrap {
		max-width: 1190px;
	}

	.twitter-content__layout {
		width: 1190px;
		margin: 0 auto;
		padding: 0;
	}

	.twitter-content__title {
		margin-bottom: 59px;
		font-size: 36px;
	}

	.twitter-content__title-icon {
		margin-bottom: 19px;
	}

	.twitter-content__item {
		width: 25%;
	}
}

.media {
	position: relative;
	padding: 36px 0 54px;
	background-color: #7a43c6;
}

.media:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.media__layout {
	position: relative;
	padding: 0 13px;
	z-index: 2;
}

.media__title {
	margin-bottom: 32px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.media__title-icon {
	display: block;
	position: relative;
	margin-bottom: 14px;
	padding-right: 17px;
	font-size: 43px;
}

.media__title-icon:before, .media__title-icon:after {
	position: absolute;
	top: 23px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.media__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.media__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.media__topic {
	margin-bottom: 19px;
	padding-top: 11px;
	border-top: 1px solid #966cd5;
	color: #fff;
	font-family: "proximanova-reg", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
}

.media__slider {
	position: relative;
	margin-bottom: 31px;
}

.media__item img {
	display: block;
	width: 100%;
}

.media__button-next, .media__button-prev {
	position: absolute;
	bottom: -20px;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background: url(../img/bg-arrow.png) no-repeat center #000;
	text-indent: 999px;
	z-index: 3;
	overflow: hidden;
}

.media__button-next {
	right: 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.media__button-prev {
	right: 45px;
}

.media-gallery__item_video {
	overflow: hidden;
}
.media-gallery__item_video img {
	width: auto;
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	height: 100%;
}

.media__slider .swiper-container {
	display: flex;
}

.media__slider .swiper-container .swiper-wrapper {
	align-self: stretch;
	align-items: stretch;
	min-height: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.media {
		padding-bottom: 45px;
	}

	.media:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.media__layout {
		padding: 0 40px;
	}

	.media__title {
		margin-bottom: 45px;
	}

	.media__topic {
		margin-bottom: 30px;
	}

	.media__slider {
		margin-bottom: 49px;
	}

	.media__button-next, .media__button-prev {
		right: 26px;
		bottom: -11px;
	}

	.media__button-prev {
		right: 69px;
	}
}

@media (min-width: 1200px) {
	.media__title {
		margin-bottom: 50px;
		font-size: 36px;
	}

	.media__title-icon {
		margin-bottom: 19px;
	}

	.media__layout {
		width: 1190px;
		margin: 0 auto;
		padding: 0;
	}

	.media__item {
		position: relative;
	}

	.media__item:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		opacity: 0;
		transition: opacity .3s ease;
		-webkit-transition: opacity .3s ease;
		content: '';
	}

	.media__item:after {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 60px;
		height: 50px;
		background-color: #7a43c6;
		color: #fff;
		opacity: 0;
		transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transition: opacity .3s ease;
		-webkit-transition: opacity .3s ease;
		content: '+';
	}

	.media__item:hover:before, .media__item:hover:after {
		opacity: 1;
	}

	.media__button-next, .media__button-prev {
		cursor: pointer;
		transition: background-color .3s ease, box-shadow .3s ease;
		-webkit-transition: background-color .3s ease, box-shadow .3s ease;
	}

	.media__button-next:hover, .media__button-prev:hover {
		background-color: #593691;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	}

	.media:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}
}

.contact {
	position: relative;
	padding: 44px 0 45px;
	background-color: #51caaf;
}

.contact:before {
	position: absolute;
	top: -18px;
	left: -100px;
	bottom: -18px;
	right: -100px;
	background-color: inherit;
	transform: rotate(-2.6deg);
	-webkit-transform: rotate(-2.6deg);
	content: '';
	z-index: 1;
}

.contact__layout {
	position: relative;
	padding: 0 13px;
	z-index: 2;
}

.contact__title {
	margin-bottom: 46px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.contact__title-icon {
	display: block;
	position: relative;
	margin-bottom: 6px;
	padding-right: 17px;
	font-size: 48px;
}

.contact__title-icon:before, .contact__title-icon:after {
	position: absolute;
	top: 23px;
	width: 60px;
	height: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	content: '';
}

.contact__title-icon:before {
	left: 50%;
	margin-left: 35px;
}

.contact__title-icon:after {
	right: 50%;
	margin-right: 47px;
}

.contact__form {
	width: 100%;
	margin-bottom: 47px;
}

.contact__form input, .contact__form textarea {
	display: block;
	width: 100%;
	height: 45px;
	border: 2px solid transparent;
	margin-bottom: 14px;
	padding: 0 18px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

.contact__form input.form-validation__error, .contact__form textarea.form-validation__error {
	border-color: #b31e00;
}

.contact__form textarea {
	padding: 10px 15px 5px;
}

.contact__captcha {
	margin: 23px 0;
}

.contact__address {
	font-style: normal;
}

.contact__address-item {
	width: 217px;
	height: 173px;
	margin: 0 auto 11px;
	padding: 20px 30px;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	background-color: #41a28c;
}
.site__form-sent_hidden {
	display: none;
}

.contact__address-item a {
	color: inherit;
	cursor: default;
}

.contact__address-topic {
	margin-bottom: 4px;
	font-family: "proximanova-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 36px;
}

@media (min-width: 768px) {
	.contact {
		padding-bottom: 35px;
	}

	.contact:before {
		transform: rotate(-1.1deg);
		-webkit-transform: rotate(-1.1deg);
	}

	.contact__layout {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 43px;
	}

	.contact__title {
		width: 100%;
		margin-bottom: 55px;
	}

	.contact__form {
		width: 56%;
	}

	.contact__address {
		padding-right: 25px;
	}

	.contact__address-item {
		height: 159px;
	}
}

@media (min-width: 1200px) {
	.contact:before {
		transform: rotate(-1.2deg);
		-webkit-transform: rotate(-1.2deg);
	}

	.contact__layout {
		max-width: 1190px;
		margin: 0 auto;
		padding: 0;
	}

	.contact__title {
		margin-bottom: 50px;
		font-size: 36px;
	}

	.contact__title-icon {
		margin-bottom: 19px;
	}

	.contact__form {
		width: 35%;
		margin-left: 100px;
	}

	.contact__address {
		display: -ms-flexbox;
		display: flex;
		margin-right: 90px;
	}

	.contact__address-item {
		height: 163px;
		margin-left: 39px;
	}

	.contact__address-item:first-child {
		margin-left: 0;
	}
}


/* ------------ comments ------------ */
.comment-form {
	text-align: left;
}
.comments-list {
	text-align: left;
	padding-top: 20px;
}
.comments-list li {
	list-style: none;
	margin: 20px 0;
}
.comment-body {
	padding-left: 50px;
}
.comment-author {
	margin-left: -65px;
}
.comment-meta {
	margin-bottom: 12px;
}
.comment-body .reply {
	margin-bottom: 15px;
	margin-top: 10px;
}
.comment-meta a {
	color: #a3a3a3;
	font-weight: 300;
	line-height: 1;
	text-decoration: none;
}
.site__content .comments_form p {
	margin-bottom: 10px;
}
.site__content .comment-author img {
	display: inline-block;
	height: 40px;
	margin-right: 25px;
	vertical-align: top;
	width: 40px;
	margin-bottom: 0;
}
.comment-form .form-submit input{
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 45px;
	border: 5px solid transparent;
	color: #000;
	font-family: "proximanova-semibold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	background-color: #fff21f;
	transition: border-color .3s ease;
	-webkit-transition: border-color .3s ease;
	z-index: 2;
}
.comment-reply-title {
	font-weight: 400;
}
.comment-body a, .comment-respond a {
	color: #ff7777
}
.comments_form {
	background-color: #f0f0f0;
	padding: 40px;
}
.comments_form .contact__form {
	width: 100%;
	max-width: 555px;
	margin: 0 auto;
}

/* ------------ /comments ------------ */

.swiper-popup {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	background: rgba(0, 0, 0, 0.9);
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.swiper-popup.active {
	opacity: 1;
	visibility: visible;
}

.swiper-popup__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.swiper-popup__inner img {
	display: block;
	margin: 0 auto 18px;
}

.swiper-popup__inner .fa-spin {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
}

.swiper-popup__video {
	position: relative;
	width: 500px;
	height: 400px;
	margin-bottom: 18px;
	border: none;
}

.swiper-popup__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.swiper-popup__close {
	display: block;
	position: absolute;
	top: -31px;
	right: -31px;
	width: 32px;
	height: 32px;
}

.swiper-popup__close:after, .swiper-popup__close:before {
	position: absolute;
	top: 15px;
	left: 8px;
	width: 16px;
	height: 2px;
	background: #fff;
	transform: rotate(45deg);
	transition: background-color 0.3s ease;
	content: '';
}

.swiper-popup__close:after {
	transform: rotate(-45deg);
}

.swiper-popup__close:hover:before, .swiper-popup__close:hover:after {
	background-color: #ffdc1a;
}

.swiper-popup .swiper-container {
	height: 100%;
}

.swiper-popup .swiper-pagination {
	display: none;
}

.swiper-popup .swiper-button-next,
.swiper-popup .swiper-button-prev {
	width: 48px;
	height: 48px;
	margin-top: -24px;
	background: none;
	left: 0;
}

.swiper-popup .swiper-button-next:before,
.swiper-popup .swiper-button-prev:before {
	position: absolute;
	top: 16px;
	left: 10px;
	width: 16px;
	height: 16px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(45deg);
	transition: border-color 0.3s ease;
	content: '';
}

.swiper-popup .swiper-button-next {
	left: auto;
	right: 0;
}

.swiper-popup .swiper-button-next:before {
	left: auto;
	right: 10px;
	transform: rotate(225deg);
}

.swiper-slide__title {
	display: block;
	text-align: center;
	color: #fff;
	font-family: "proximanova-reg", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

.row-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media screen and (max-width: 750px) {
	.row-list {
		display : block;
	}
}

.row-list li {
	padding: 0 15px;
	flex: 1 0 0px;
	-webkit-flex: 1 0 0px;
	margin-bottom: 29px;
}

@media screen and (max-width: 950px) {
	.FirstCol {
		padding : 0 0px !important;
	}
}

.article__frame p {
	margin-bottom: 20px;
	min-height: 1px;
}

.efcb_columns {
	padding: 50px 0 20px;
}

.fg-facebook-like iframe {
	width: 100% !important;
}

#carousel-2111 .post-style-2 {
	min-height: 305px;
	padding-top: 15px;
}

.schedule__track b {
	line-height: 20px;
	margin-top: 8px;
}