div.nc-demo-modal-wrapper {
	display: none !important;
}

@font-face {
  font-family: 'fg';
  src: url("fonts/franklin_gothic_regular.woff") format("woff"),
  	   url("fonts/franklin_gothic_regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fg_demi';
  src: url("fonts/franklin_gothic-demi.eot");
  src: url("fonts/franklin_gothic-demi.eot?#iefix") format("embedded-opentype"),
  	   url("fonts/franklin_gothic-demi.woff") format("woff"),
  	   url("fonts/franklin_gothic-demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fg_med';
  src: url("fonts/franklin_gothic_medium.woff") format("woff"),
  	   url("fonts/franklin_gothic_medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fg_heavy';
  src: url("fonts/franklin-gothic-heavy.woff") format("woff"),
  	   url("fonts/franklin-gothic-heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
	overflow-x: hidden;
}

body, table {
	font-family: 'fg', Arial, Tahoma, "Trebuchet MS", Georgia, Verdana, Geneva, Helvetica, sans-serif;
	font-size:20px;
	line-height:28px;
	color:#3e3e3e;
}

a {
	color:#eb1167;
    cursor: pointer;
}

a:hover {
	color:#eb1167;
}



div#container {
	width:100%;
	height: auto !important;
	/*min-height: 100%;*/
	height: 100%;
}
* html div#container {height: 100%;}

div#footer_guard {
	clear:both;
	height:643px;
}

footer {
	height:642px;
	margin-top:-642px;
	background:#3e3e3e;
}

body.about div#footer_guard {
	height:476px;
}

body.about footer {
	height:475px;
	margin-top:-475px;
}

footer div.partners {
	background:url(../img/line_shadow.png) no-repeat 50% 0 #fff;
	text-align: center;
}

footer div.about {
	background:#eaeaea;
	padding:42px 0 41px 0;
	font-family: 'fg';
}

footer div.about div.main_indent {
	position: relative;
}

footer div.about a.more {
	position: absolute;
	z-index: 1;
	bottom:-20px;
	right:15px;
	text-decoration: none;
	font:16px/18px 'fg_demi';
}

footer div.about a.more span {
	text-decoration: underline;
}

footer div.about a.more:hover span {
	text-decoration: none;
}

footer div.top {
	padding:32px 0 20px 0;
	min-height:50px;
	border-bottom: 1px solid #484848;
}

footer div.top div.social {
	float:right;
	width:360px;
	overflow: hidden;
}

footer div.top div.social div.indent {
	width:320px;
	margin-left:40px;
}

footer div.top div.social a {
	display: inline-block;
	width:35px;
	height:35px;
	border:2px solid #646464;
	border-radius:100%;
	line-height:35px;
	text-align: center;
	color:#fff;
	margin-right: 15px;
	float: right;
}

footer div.top div.social a:hover {
	color:#eb1167;
	border-color: #eb1167;
}

footer div.top div.social a i {
	transition: all .3s ease;
}


footer div.top div.social a:hover i {
	transform: rotate(360deg);
	transform-style: preserve-3d;
}

footer div.top div.copy {
	float:left;
	font:13px/19px 'fg';
	color:#fff;
	opacity: 0.4;
}

footer div.top div.copy a {
	color:#fff;
	text-decoration: none;
}

footer div.bottom div.dev a {
	opacity: 0.4;
	color: #fff;
	margin-left:163px;
	text-decoration: none;
}

footer div.bottom div.dev {
	font:12px/32px 'fg';
	float:right;
	padding:34px 0;
}

footer div.bottom div.dev a:hover {
	opacity: 1;
}

footer div.bottom div.dev img {
	vertical-align: middle;
}

span.red {
	color:#eb1167;
}

.demi {
	font-family: 'fg_demi';
}

img.logo_small {
	float:left;
	margin: 6px 15px 5px 0;
}

div.main_indent {
	margin:0 auto;
	max-width:1190px;
	padding:0 15px;
}


div.clear:after {
	content: "";
	display: block;
	height:0;
	overflow: hidden;
	clear: both;
}

div.clearmm:after {
	content: "";
	display: block;
	height:0;
	overflow: hidden;
	clear: both;
}

div.clearmm:after {
	content: "";
	display: block;
	height:0;
	overflow: hidden;
	clear: both;
}

div.header_wrapper {
    height:82px;
}

header {
    width:100%;
    left:0;
    top:0;
    position:fixed;
    z-index:10;
	min-height:82px;
	background:#fff;
	overflow: hidden;
    border-bottom:1px solid #ccc;
}

header div#logo {
	float:left;
	padding:25px 0;
	margin-right:90px;
}

header div#logo img {
	display: block;
}

header nav#menu {
	float:left;
	margin-top: 20px;
	position:relative;
}

header div.gamburger {
	display: none;
}

header nav#menu ul {
	padding:2px 0 0 0;
	margin:0;
}

header nav#menu ul li {
	list-style: none;
	float:left;
	padding-right:31px;
	font:14px/76px 'fg';
	text-transform: uppercase;
	border-bottom:4px solid #fff;
}
    header nav#menu ul li .english_flag{
    vertical-align: middle;
    }

header nav#menu ul li.act {
	border-bottom:4px solid #eb1167;
	color:#eb1167;
}

header nav#menu ul li a {
	color:#58585a;
	text-decoration: none;
}

header nav#menu ul li.act a,
header nav#menu ul li a:hover {
	color:#eb1167;
}

div.slider_main {
	width:100%;
	background:#000;
	height:400px;
	position: relative;
}

div.slider_main div.dotted {
	position: absolute;
	z-index: 10;
	width:100%;
	height:5px;
	left:0;
	top:131px;
	background:url(../img/dotted.png) repeat-x 0 0px;
}

div.content.shadow {
	border-top:1px solid #fff;
	background:url(../img/line_shadow.png) no-repeat 50% 0;
}

div.content div.title {
	background:url(../img/g_pix.gif) repeat-x 0 50%;
	text-align: center;
	margin:0;
	padding-top:30px;
	padding-bottom:30px;
}

/* Стили для видеоплеера */
div.content video {
    width: 500px;
    height: 400px;
}

div.content p.no_objects {
	text-align: center;
	margin:0 10% 40px 0;
}

footer div.title {
	background:url(../img/g_pix.gif) repeat-x 0 50%;
	text-align: center;
	padding:30px 0;
}

footer div.title span.title,
div.content div.title span.title,
div.content div.title h1,
div.content div.title h2 {
	display: inline-block;
	padding:0 15px;
	font:normal 22px/22px 'fg';
	color:#58585a;
	background:#fff;
}

div.speakers div.content div.title h1.gray_light {
	background: #eaeaea;
}

footer div.title span.text {
	display: inline-block;
	padding:0 15px;
	font:normal 16px/18px 'fg';
	color:#58585a;
	background:#fff;
}

footer div.title span.text a {
	text-decoration: none;
}

footer div.title span.text a span {
	text-decoration: underline;
}

footer div.title span.text a:hover span {
	text-decoration: none;
}



div.content div.title span.pad {
	background:#fff;
	padding:0 15px;
}

div.content div.title a {
	display: inline-block;
	padding:0 35px;
	color:#000;
	border:2px solid #eb1167;
	font:22px/47px 'fg_med';
	border-radius:10px;
	text-decoration: none;
}

div.content div.title a:hover {
	background:#eb1167;
	color:#fff;
}

div.content div.ivents_list {
	width: 100%;
}

div.content div.ivents_list div.indent {
	width:110%;
}

div.content div.ivents_list div.item {
	float: left;
	border:solid #f0f0f0;
	border-width:0 1px 1px 1px;
	background:url(../img/t_border.png) repeat-x 0 0 #f8f8f8;
	width:348px;
	height:237px;
	box-sizing:border-box;
	margin:0 73px 47px 0;
	padding:21px 20px 5px 20px;
	position: relative;
}

div.content div.ivents_list div.item div.hover1 {
	position: absolute;
	z-index: 1;
	bottom:-7px;
	right:-7px;
	background:url(../img/item_hover_1.png) no-repeat 0 0 #da1272;
	height:6px;
	width:344px;
}

div.content div.ivents_list div.item div.hover2 {
	position: absolute;
	z-index: 1;
	top:14px;
	right:-7px;
	background:url(../img/item_hover_2.png) no-repeat 0 0 #da1272;
	height:223px;
	width:6px;
}

div.content div.ivents_list div.item div.hover1,
div.content div.ivents_list div.item div.hover2 {
	opacity: 0;
	transition:opacity 0.4s;
}

div.content div.ivents_list div.item span.date_place {
	display: block;
	color:#eb1167;
	font:18px/20px 'fg';
	margin-bottom: 18px;
}

div.content div.ivents_list div.item span.date_place span.date {

}

div.content div.ivents_list div.item span.date_place span.place {
	display: inline-block;
    overflow: hidden;
    max-width: 205px;
    height: 20px;
    white-space: nowrap;
	vertical-align: bottom;
}

div.content div.ivents_list div.item span.type {
	display: block;
	font:18px/20px 'fg_demi';
	margin-bottom:5px;
}

div.content div.ivents_list div.item span.name {
	display: block;
		/*font:30px/30px 'fg';*/
	margin-bottom:5px;
}

div.content div.ivents_list div.item span.line_link {
	font:14px/16px 'fg_demi';
	color:#eb1167;
}

div.content div.ivents_list div.item span.line_link span {text-decoration: underline;}

div.content div.ivents_list div.item a {
	display: block;
	text-decoration: none;
	color:#3e3e3e;
}

div.content div.ivents_list div.item:hover div.hover1,
div.content div.ivents_list div.item:hover div.hover2 {
	opacity: 1;
}

div.content div.ivents_list div.item:hover span.type,
div.content div.ivents_list div.item:hover span.name {
	text-decoration: underline;
}

div.content div.ivents_list div.item:hover span.line_link span {
	text-decoration: none;
}


.copy-btn{
    width: 25px;
    height: 25px;
    background:url(../img/copy_icon.svg) no-repeat 100% 100%;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

.sert-outer{
    height: 40px;
    margin-top: 15px;
}

.sert-nmo{
    float: left
}

.sert-copy{
    float: left
}

.sert-download{
    display: inline-block;
    color: #777777;
    border: 1px solid #eb1167;
    border-radius: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    text-decoration: none;
    float: right
}

.sert-download:hover{
    text-decoration: none;
    color: #fff;
    background-color: #eb1167;
}

div.directions {
	background:url(../img/line_shadow.png) no-repeat 50% 0 #eaeaea;
	padding:37px 0;
}

div.directions div.list a,
div.directions div.list label {
	display: inline-block;
	float:left;
	color:#fff;
	background:#8f8f8f;
	padding:0 15px;
	font:18px/37px 'fg_med';
	border-radius: 10px;
	margin: 0 30px 20px 0;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

div.directions div.list label input {
	opacity: 0;
	position: absolute;
	z-index: 1;
	left:-16px;
	top:5px;
}

div.directions div.list label:hover,
div.directions div.list label.act,
div.directions div.list a:hover,
div.directions div.list a.act {
	background:#eb1167;
	color:#fff;
	cursor: pointer;
}


    span.select-selected {
    line-height: 35px;
    padding: 0 5px;
    color: #797979;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    }
    .select-conteiner {
    width: 650PX;
    margin: auto;
    height: 41px;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 8px;
    background: #fff;
    position: relative;
    }
    .list.clear{
    display: none;
    background: #fff;
    border: 1px solid;
    padding: 5px;
    height: 300px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    }
    .directions .select-conteiner .list label, .directions .select-conteiner .list a{
    margin: 0 0 5px 0;
    display: block;
    float: initial;
    }

    .select-conteiner:after {content: "\25BC";
    display: block;
    position: absolute;
    top: 9px;color: #000;
    right: 9px;width: 18px;
    height: 21px;/* background: #000; */}

div.directions div.manage {padding-top:27px;}


div.calendar_box {
	display: none;
	position: relative;
}

.calendar_filter{
    width: 650px;
    margin:auto
}

div.directions div.title {
	background:url(../img/g_pix.gif) repeat-x 0 50%;
	text-align: center;
	height:51px;
	overflow: hidden;
}

div.directions div.title.top {
	background:url(../img/g_pix.gif) repeat-x 0 50%;
	text-align: center;
	height:16px;
	overflow: hidden;
	margin-bottom: 20px;
}


div.directions div.title.top span.date_text {
	background:#eaeaea;
	padding:0 15px;
	font:14px/16px 'fg_med';
	color:#3e3e3e;
	vertical-align: top;
}

div.directions div.title.left {
	text-align: left;
}

div.directions div.title.top span.period_text {
	background:#eaeaea;
	padding-right:15px;
	font:14px/16px 'fg_med';
	color:#3e3e3e;
	vertical-align: top;
}

div.directions div.title span.left {
	float:left;
	padding-right:15px;
	background:#eaeaea;
	margin-top:7px;
}

div.directions div.title span.right {
	float:right;
	padding-left:15px;
	background:#eaeaea;
	margin-top:7px;
}

div.directions div.title span.center {
	padding:0 15px;
	background:#eaeaea;
}

div.directions a.calendar_get {
	display: inline-block;
	background:url(../img/calendar_get.png) no-repeat 0 50% #eb1167;
	color:#fff;
	border-radius: 10px;
	padding:0 10px 0 60px;
	font:18px/37px 'fg_med';
	text-transform: uppercase;
	text-decoration: none;
	height:37px;
	overflow: hidden;
}

div.directions a.calendar_get img {
	display: inline-block;
	vertical-align: middle;
	margin:0 6px;
}

div.directions a.calendar_reset {
	opacity: 0.4;
	display: inline-block;
	background:url(../img/calendar_reset.png) no-repeat 0 50% #000;
	color:#fff;
	border-radius: 10px;
	padding:0 10px 0 60px;
	font:18px/37px 'fg_med';
	text-transform: uppercase;
	text-decoration: none;
	height:37px;
	overflow: hidden;
}

div.directions a.calendar_reset:hover {
	opacity: 1;
}

div.directions a.show {
	display: inline-block;
	color:#3e3e3e;
	border:2px solid #eb1167;
	border-radius:10px;
	padding:0 15px;
	box-sizing:border-box;
	width:346px;
	text-decoration: none;
	font:22px/47px 'fg_med';
}

div.directions a.show span {
	font:16px/44px 'fg_med';
}

div.directions a.show:hover {
	background:#eb1167;
	color:#fff;
}






.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top:50%;
	margin-top:-27px;
	z-index: 2;
	color:#fff;
	display: block;
	width:59px;
	height:58px;
	background:url(../img/slider_arrows.png);
	background-repeat: no-repeat;
}

.owl-carousel .owl-nav .owl-next {
	right:15px;
	background-position: -59px 0;
}
.owl-carousel .owl-nav .owl-next:hover {
	background-position: -59px -58px;
}

.owl-carousel .owl-nav .owl-prev {
	left:15px;
	background-position: 0 0;
}
.owl-carousel .owl-nav .owl-prev:hover {
	background-position: 0 -58px;
}


.owl-carousel .owl-item div.item {
	height:400px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.owl-carousel .owl-item div.text {
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
}

.owl-carousel .owl-item div.text span.indent {
	display: block;
	position: absolute;
	z-index: 2;
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:49px 50px 10px 208px;
}

.owl-carousel .owl-item div.text span.indent span.top {
	display: block;
	color:#eb1167;
	margin-bottom:60px;
}


.owl-carousel .owl-item div.text span.indent span.top span.date {
	font:30px/34px 'fg_heavy';
	display: inline-block;
	margin-right:38px;
	vertical-align: middle;
	padding-right:38px;
	border-right:3px solid #eb1167;
}

.owl-carousel .owl-item div.text span.indent span.top span.place {
	display: inline-block;
	vertical-align: middle;
}

.owl-carousel .owl-item div.text span.indent span.top span.place span.city {
	font:30px/34px 'fg';
}

.owl-carousel .owl-item div.text span.indent span.top span.place span.address {
	font:18px/20px 'fg';
}

span.caption {
	display: block;
}

.owl-carousel .owl-item a {
	color:#fff;
}
.owl-carousel .owl-item a:hover span.caption span.name,
.owl-carousel .owl-item a:hover span.caption span.type {
	text-decoration: underline;
}

.owl-carousel  .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dots .owl-dot{
    display:inline-block;
    zoom:1
}

.owl-dots .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px
}

.owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:#869791
}


span.caption span.type {
	display: block;
	font:36px/40px 'fg_demi';
	color:#fff;
}

span.caption span.name {
	display: block;
	font: 30px/34px 'fg';
	color:#fff;
	margin-bottom: 20px;
	max-width: 900px;
}

span.caption span.long {
    font: 30px/37px 'fg' !important;
}

span.caption span.more {
	font:24px/26px 'fg';
	color:#eb1167;
}

span.caption span.more span {
	text-decoration: underline;
}

.owl-carousel .owl-item a:hover span.more span {
	text-decoration: none;
}



section#main div.gray_box {
	background: url(../img/line_shadow.png) no-repeat 50% 0 #eaeaea;
	padding:60px 0;
}

section#main div.gray_box div.title {
	background:url(../img/g_pix.gif) repeat-x 0 50%;
	text-align: center;
}

section#main div.gray_box div.title span {
	display: inline-block;
	padding:0 15px;
	font:normal 22px/22px 'fg';
	color:#58585a;
	background:#eaeaea;
}

section#main div.gray_box div.title span a {
	display: inline-block;
	color:#6f6f6f;
	border:2px solid #999999;
	border-radius:10px;
	padding:0 15px;
	text-decoration: none;
	font:22px/47px 'fg_med';
}

section#main div.gray_box div.title span a:hover {
	background:#999999;
	color:#fff;
}


div.calendar_box div.box {
	position: absolute;
	z-index: 1;
	bottom:0;
	left:0;
	min-height:240px;
	width:173px;
	display: none;
}

div.calendar_box div.box input {
	width:173px;
	height:33px;
	font:24px/33px 'fg_med';
	color:#000;
	padding:0 7px;
	text-align: center;
	box-sizing:border-box;
	margin-bottom: 7px;
	border:0;
}

div.calendar_box div.box a.get_dates {
	display: inline-block;
	font:22px/47px 'fg_med';
	text-align: center;
	border:2px solid #eb1167;
	border-radius: 10px;
	width:100%;
	box-sizing:border-box;
	text-decoration: none;
	color:#3e3e3e;
}

div.calendar_box div.box a.get_dates:hover {
	color:#fff;
	background:#eb1167;
}


div.speakers {
	background:#eaeaea;
}

div.speakers div.content div.title {
	padding:35px 0;
}

div.speakers h1 {
	background:#eaeaea;
}

div.speakers_list div.indent {
	width:107%;
	padding-bottom:50px;
}

div.speakers_list div.item {
	float:left;
	width:250px;
	height:346px;
	box-sizing:border-box;
	margin:0 63px 4px 0;
	text-align: center;
	transition: background-color 0.8 ease;
}
div.speakers_list div.item.act,
div.speakers_list div.item:hover {
	background:#fff;
	transition: background-color 1.2 ease;
}

div.speakers_list div.item a {
	display: block;
	padding:17px;
	text-decoration: none;
	color:#58585a;
}

div.speakers_list div.item img {
	display: block;
	margin:0 auto 14px auto;
/*	border-radius: 100%;*/
}

div.speakers_list div.item span.name {
	color:#58585a;
	font:18px/20px 'fg_demi';
	display: block;
	margin-bottom: 5px;
}
div.speakers_list div.item:hover span.name {
	color:#eb1167;
	text-decoration: underline;
}

div.speakers_list div.item span.job {
	display: block;
	color:#58585a;
	font:13px/16px 'fg' !important;
}
div.speakers_list div.item:hover span.job {
	text-decoration: underline;
}

div.speaker {
	padding:49px 0 10px 0;
}

div.speaker div.left {
//	float:left;
//	width:786px;
    width:100%;
}

div.speaker div.reports {
	float:right;
	width:357px;
}

div.speaker div.reports div.title {
	margin:0;
	padding:0;
	text-align: left;
}

div.speaker div.reports div.title div {
	display: inline-block;
	padding-right:20px;
	background: #eaeaea;
}

div.speaker div.reports div.item {
	padding:24px 0;
	border-bottom:1px solid #dedede;
	font:14px/18px 'fg';
}

div.speaker div.reports div.item a {
	color:#000;
}

div.speaker div.reports div.item a:hover {
	color:#eb1167;
}

div.speaker div.reports div.item a.name {
	font:18px/22px 'fg_demi';
	color:#000;
	text-decoration: none;
	display: block;
}

div.speaker div.reports div.item a.name:hover {
	color:#eb1167;
	text-decoration: underline;
}

div.speaker div.reports div.ctr {
	text-align: center;
	padding:15px 0;
}

div.speaker div.reports div.ctr a.more {
	font:16px/22px 'fg_med';
}

div.speaker div.reports div.ctr a.more:hover {
	text-decoration: none;
}

h3.red {
	font:16px/30px 'fg_med';
	color:#fff;
	background: #eb1167;
	background: linear-gradient(to top left, #cb5ea8, #eb1167);
	text-transform: uppercase;
	padding: 0 10px;
}

.speakers-filter{
    text-align:center;
}

div.speaker div.left div.white_box {
	background:#fff;
	padding:23px 23px 23px 0;
}

div.speaker div.left div.white_box div.author {
	border-left:10px solid #eb1167;
	padding-left:13px;
	margin-bottom:20px;
}

div.speaker div.left div.white_box div.author img.photo {
	float:right;
	border-radius: 100%;
	margin-left:80px;
}

div.speaker div.left div.white_box div.author h1 {
	font:40px/40px 'fg_demi';
	color:#3e3e3e;
	font-weight:normal;
	margin-bottom:10px;
	background:#fff;
}


div.speaker div.left div.white_box div.author div.job {
	font:22px/22px 'fg';
	color:#3e3e3e;
}

div.speaker div.left div.white_box div.author div.report_info {
	font:14px/22px 'fg';
}

div.speaker div.left div.white_box div.author div.report_info a {
	color:#3e3e3e;
}

div.speaker div.left div.white_box div.author div.report_info a:hover {
	color:#eb1167;
}

div.speaker div.left div.white_box div.author div.report_info div.line_1 {
	height:1px;
	background:#f2f2f2;
	width:70%;
	overflow: hidden;
	margin-bottom:20px;
}

div.speaker div.left div.white_box div.author div.report_info div.line_2 {
	height:1px;
	background:#f2f2f2;
	width:auto;
	overflow: hidden;
	margin:20px 0 10px 0;
}

div.speaker div.left div.white_box div.author div.report_info h2 {
	font:40px/40px 'fg_demi';
}
div.speaker div.left div.white_box div.author div.report_info h2 span.red {
	color:#eb1167;
}

div.speaker div.left div.white_box div.text {
	padding:0 23px;
	font:18px/22px 'fg';
}

div.speaker div.left div.white_box div.text p {
	margin-bottom:22px;
}

div.speaker div.left div.white_box div.text div.social {
	text-align: right;
	padding-top:25px;
}

div.speaker div.left div.white_box div.text div.social a {
	display: inline-block;
	margin-left:45px;
	width:35px;
	height: 35px;
	border:2px solid #eb1167;
	border-radius: 100%;
	text-align: center;
	line-height:35px;
	color:#3d3d3d;
	vertical-align: middle;
}

div.speaker div.left div.white_box div.text div.social a:hover {
	color:#eb1167;
}

div.speaker div.left div.white_box div.text div.social a i {
	transition: all .3s ease;
}


div.speaker div.left div.white_box div.text div.social a:hover i {
	transform: rotate(360deg);
	transform-style: preserve-3d;
}

div.speaker div.left div.docs {}

div.speaker div.left div.docs div.indent {
	vertical-align: top;
}

div.speaker div.left div.docs div.indent div.item {
	float:left;
	margin:0 33px 15px 33px;
	width:130px;
	height:100px;
	text-align: center;
}

div.speaker div.left div.docs div.indent div.item img {
	display:block;
	margin:0 auto 10px auto;
}

div.speaker div.left div.docs div.indent div.item span {
	display: block;
	overflow: hidden;
	width:100%;
	height:28px;
	font:14px/14px 'fg';
}

div.speaker div.left div.docs div.indent div.item a {
	color:#3e3e3e;
	text-decoration: none;
}

div.speaker div.left div.docs div.indent div.item a:hover {
	text-decoration: underline;
	color:#eb1167;
}

div.content div.speaker div.left div.title h2 {
	background:#eaeaea;
}

div.all_speakers {
	background:url(../img/line_shadow.png) no-repeat 50% 0 #fff;
	padding:54px 0;
	border-top:1px solid #fff;
}

div.all_speakers div.title {
	background: url(../img/g_pix.gif) repeat-x 0 50%;
	text-align: center;
}

div.all_speakers div.title span {
	background:#fff;
	padding:0 15px;
}

div.all_speakers div.title a {
	display: inline-block;
    padding: 0 35px;
    color: #000;
    border: 2px solid #eb1167;
    font: 22px/47px 'fg_med';
    border-radius: 10px;
    text-decoration: none;
}

div.all_speakers div.title a:hover {
    background: #eb1167;
    color: #fff;
}



div.event_title_box {
	height:300px; /* 482 */
	background-color:#000;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size:cover;
}

div.event_title_box div.dotted {
	height:482px;
	background:url(../img/dotted.png) repeat-x 0 119px;
}

div.event_title_box div.top {
	height:auto;
	color:#eb1167;
	padding-top:10px;
	box-sizing:border-box;
	position: relative;
}

div.event_title_box div.top span {
	vertical-align: middle;
	display: inline-block;
}

div.event_title_box div.top span.date {
	font:36px/51px 'fg_heavy';
	padding-right:35px;
	margin-right:35px;
	border-right:3px solid #eb1167;
}

div.event_title_box div.top span.time {
	font:36px/51px 'fg_heavy';
	padding-right:35px;
	margin-right:35px;
	border-right:3px solid #eb1167;
}

div.event_title_box div.top span.place {
	font:18px/22px 'fg';
}

div.event_title_box div.top span.place span.city {
	font:36px/36px 'fg';
	display: block;
}

div.event_title_box div.top span.old {
	min-height: 56px;
	display: block;
	font:28px/28px 'fg';
	color:#fff;
	text-align: right;
}

div.event_title_box div.name_box {
	color:#fff;
	padding-top:0px; /* 80 */
}

div.event_title_box div.name_box div.type {
	font:36px/56px 'fg_demi';
}

div.event_title_box div.name_box div.name {
	font: 40px/48px 'fg';
}

div.event_title_box div.name_box div.long{
    font: 30px/38px 'fg'!important;
}


div.event_information {
	padding:40px 0 20px 0;
	font:18px/26px 'fg';
	margin-bottom:20px;
}

div.event_information div.left {
	float:left;
	width:585px;
}

div.event_information div.left b {
	color:#eb1167;
}

div.event_information div.right b {
/*	color:#eb1167;*/
}

div.event_information p {
	margin-bottom:26px;
}

div.event_information div.right {
	float:right;
	width:563px;
}

div.event_information div.title {
	padding:0;
	margin:0 0 25px 0;
	text-align: left;
}

div.event_information div.title span {
	padding-right: 15px;
	display: inline-block;
	background: #fff;
}


div.event_information div.programm div.item {
	margin-bottom: 24px;
}

div.event_information div.programm div.item div.name {
	font:18px/26px 'fg';
	
}

div.event_information div.programm div.item div.name span.date {
	display: inline-block;
	margin-right:5px;
	color:#eb1167;
	font:18px/26px 'fg_demi';
}

div.event_information div.programm div.item a.speaker {
	color:#58585a;
	font:18px/20px 'fg';
	display: inline-block;
	margin-right: 4px;
}
div.event_information div.programm div.item a.speaker:hover {
	color:#eb1167;
}

div.event_information div.programm div.item a.report:hover {
	text-decoration: none;
}


div.event_information_bottom {
	margin:0 auto;
	max-width:737px;
	padding-bottom:52px;
}

div.event_information_bottom a.reg {
	display: block;
	text-align: center;
	font:32px/71px 'fg';
	background: #eb1167;
	color:#fff;
	border-radius: 10px;
	text-decoration: none;
	margin-bottom:42px;
}

div.event_information_bottom a.reg:hover {
	background:#000;
}

div.event_information_bottom a.sponsors {
	display: inline-block;
	float:left;
	color:#fff;
	font:22px/51px 'fg_med';
	background: #eb1167;
	border-radius: 10px;
	padding:0 55px;
	text-decoration: none;
	text-align: center;
}

div.event_information_bottom a.sponsors:hover {
	background:#000;
}

div.event_information_bottom div.social {
	float:right;
	max-width:480px;
}

div.event_information_bottom div.social {
	text-align: right;
	padding-top:5px;
}

div.event_information_bottom div.social.no_sp {
	text-align: center;
	float:none;
	max-width:1000px;
}

div.event_information_bottom div.social a {
	display: inline-block;
	margin-left:28px;
	width:35px;
	height: 35px;
	border:2px solid #eb1167;
	border-radius: 100%;
	text-align: center;
	line-height:35px;
	color:#3d3d3d;
	vertical-align: middle;
}

div.event_information_bottom div.social a:hover {
	color:#eb1167;
}

div.event_information_bottom div.social a i {
	transition: all .3s ease;
}


div.event_information_bottom div.social a:hover i {
	transform: rotate(360deg);
	transform-style: preserve-3d;
}

div.event_sliders {
	text-align: center;
}

div.event_sliders div.event_slider,
div.event_sliders div.event_slider_video {
	max-width:854px;
	margin:20px auto;
}

div.event_sliders div.event_slider img {
	height:auto;
}

.owl-carousel .owl-nav div.owl-prev.disabled,
.owl-carousel .owl-nav div.owl-next.disabled {display:none !important;}


div.event_sliders .owl-carousel .owl-nav .owl-next,
div.event_sliders .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -54px;
    z-index: 2;
    color: #fff;
    display: block;
    width: 55px;
    height: 108px;
    background: url(../img/slider_arrows_2.png);
    background-repeat: no-repeat;
}

div.event_sliders .owl-carousel .owl-nav .owl-prev {
	background-position: 0 0;
	left:-112px;
}
div.event_sliders .owl-carousel .owl-nav .owl-prev:hover {
	background-position: 0 -108px;
}

div.event_sliders .owl-carousel .owl-nav .owl-next {
	background-position: -55px 0;
	right:-112px;
}
div.event_sliders .owl-carousel .owl-nav .owl-next:hover {
	background-position: -55px -108px;
}

div.event_sliders div.line_1,
div.event_sliders div.line_2 {
	height:1px;
	overflow: hidden;
	background:#eaeaea;
	margin:0 auto;
}

div.event_sliders div.line_1 {
	max-width:90%;
}

div.event_sliders div.line_2 {
	max-width:100%;
	margin-bottom:40px;
}

div.event_sliders .owl-carousel .owl-video-play-icon {
    height: 159px;
    width: 159px;
    margin-left: -79px;
    margin-top: -79px;
}

div.event_sliders .owl-video-wrapper {
	margin:0 auto;
}

.about {
	background:url(../img/about.jpg) no-repeat fixed 0 0px;
	background-size:cover;
}

div.about div.top {
	color:#fff;
	padding-top:65px;
	font:22px/30px 'fg';
	margin-bottom: 35px;
}

div.about div.top span.big {
	font:32px/34px 'fg';
}

div.about div.top span.big span.red {
	font:40px/34px 'fg_demi';
}

div.about div.title_opacity {
	text-align: center;
	color:#fff;
	font:32px/34px 'fg';
	background:url(../img/about_title.png) no-repeat 50% 50%;
	margin-bottom: 45px;
}

div.about div.accordeon {padding-bottom: 50px}

div.about div.accordeon div.item {
	margin-bottom:13px;
	position: relative;
	overflow: hidden;
	width:100%;
}

div.about div.accordeon div.item div.name {
	background:#fff;
	padding:22px 180px 22px 66px;
	position: relative;
	cursor: pointer;
	min-height: 70px;
}

div.about div.accordeon div.item div.name table {
	width:100%;
}

div.about div.accordeon div.item div.name table td {
	height:70px;
	vertical-align: middle;
	font:32px/34px 'fg';
	color:#58585a;
	text-transform: uppercase;
	padding-right:135px;
}

div.about div.accordeon div.item div.name:hover table td {
	color:#eb1167;
}

div.about div.accordeon div.item.act div.name {
	background: #eb1167;
	background: linear-gradient(to top left, #cb5ea8, #eb1167);
	color:#fff;
}

div.about div.accordeon div.item.act div.name table td {
	color:#fff;
}

div.about div.accordeon div.item div.cnt {
	display: none;
	background:#fff;
	margin-right:66px;
	padding:20px 74px;
	position: relative;
}

div.about div.accordeon div.item.act div.cnt {
	display: block;
}

div.about div.accordeon div.item div.cnt ul {
	font:18px/26px 'fg';
	margin-bottom: 20px;
}

div.about div.accordeon div.item div.cnt ul li {
	list-style-type: none;
	padding-left: 30px;
	position: relative;
	margin-bottom: 3px;
}

div.about div.accordeon div.item div.cnt ul li:before {
	position: absolute;
	z-index: 1;
	left:0;
	display: block;
	float:left;
    color: #eb1167; /* Цвет маркера */
    content: "• "; /* Сам маркер */
    padding-right: 10px; /* Расстояние от маркера до текста */
}

div.about div.accordeon div.item.act p {margin-bottom:15px;}

div.about div.accordeon div.item.act p.red {
	font:18px/22px 'fg_demi';
	color: #eb1167;
}

div.about div.accordeon div.item div.corner {
	position: absolute;
	z-index: 1;
	width:66px;
	height:89px;
	top:0;
	right:-66px;
	background:url(../img/about_corner.png) no-repeat 0 0;
}

div.about div.accordeon div.item.act div.name span.manage {
	position: absolute;
	z-index: 1;
	right:20px;
	top:50%;
	margin-top:-21px;
	width:60px;
	height:43px;
	background:url(../img/close.png) no-repeat 0 0;
}

div.about div.accordeon div.item div.name span.manage {
	position: absolute;
	z-index: 1;
	right:20px;
	top:50%;
	margin-top:-21px;
	width:60px;
	height:43px;
	background:url(../img/open.png) no-repeat 0 -43px;
}

div.reviews,
div.reviews div.title h1 {
	background:#eaeaea;
}

div.reviews div.title h1 {
	padding:50px 15px;
	font:32px/32px 'fg';
}

div.reviews div.indent {
	padding:0 0 50px 0;
	text-align: center;
}

div.reviews div.item {
	display: inline-block;
	width:196px;
	height:277px;
	background:#fff;
	position: relative;
	margin:0 5px 10px 5px;
}

div.reviews div.item div.hover_1 {
	position: absolute;
	z-index: 1;
	top:7px;
	right:-7px;
	width:7px;
	height:270px;
	background:url(../img/item_hover_2.png) no-repeat 0 0 #cd1379;
	transition: opacity 0.4s;
	opacity: 0;
}

div.reviews div.item div.hover_2 {
	position: absolute;
	z-index: 1;
	bottom:-7px;
	left:7px;
	width:196px;
	height:7px;
	background:url(../img/item_hover_1.png) no-repeat 0 0 #cd1379;
	transition: opacity 0.4s;
	opacity: 0;
}

div.reviews div.item:hover div.hover_1,
div.reviews div.item:hover div.hover_2 {
	opacity: 1;
}

div.reviews div.item img {
	display: block;
	width:196px;
	height:277px;
}

div.contacts div#map {
	position: absolute;
	z-index: -1;
	width:100%;
	height:600px;
}

div.contacts div.box {
	margin:0 0 30px 50%;
	background:#fff;
	min-height:300px;
	padding:13px 49px 10px 49px;
	box-sizing:border-box;
}



div.spacer.h30 {height:30px;}

div.contacts div.box div.c_item {
	border-bottom: 1px solid #f3f3f3;
	font:22px/22px 'fg';
	padding:5px 0 5px 45px;
	height:59px;
	width:497px;
	box-sizing:border-box;
	vertical-align: middle;
	display: table-cell;
}

div.contacts div.box div.c_item.phone {
	background:url(../img/phone.png) no-repeat 6px 50%;
}

div.contacts div.box div.c_item.email {
	background:url(../img/email.png) no-repeat 1px 50%;
}

div.contacts div.box div.c_item.place {
	background:url(../img/place.png) no-repeat 2px 50%;
}

div.contacts div.box div.c_item.time {
	background:url(../img/time.png) no-repeat 2px 50%;
}

.whatsapp {
    background:url(../img/whatsapp.png) no-repeat 6px 50%;
}

div.contacts div.box div.item {
	margin-bottom:10px;
}

div.contacts div.box div.item.half {
	width:48%;
}

div.contacts div.box div.item.left {
	float: left;
}

div.contacts div.box div.item.right {
	float: right;
}

div.contacts div.box div.item.submit {
	text-align: center;
	padding-top:13px;
}

div.contacts div.box div.item.submit a {
	display: inline-block;
	height:47px;
	padding:0 65px;
	text-align: center;
	border:2px solid #eb1167;
	border-radius: 10px;
	text-decoration: none;
	font:22px/47px 'fg_med';
	color:#000;
}

div.contacts div.box div.item.submit a:hover {
	background: #eb1167;
	color: #fff;
}

div.contacts div.box div.item label {
	color:#000;
	opacity: 0.6;
	font:13px/18px 'fg';
}

div.contacts div.box input[type=text] {
	height:40px;
	padding:0 7px;
	margin:0;
	background:#ececec;
	border:0;
	box-sizing:border-box;
	font:17px/40px 'fg';
	color:#000;
	width:100%;
}

div.contacts div.box textarea {
	height:71px;
	padding:7px;
	margin:0;
	background:#ececec;
	border:0;
	box-sizing:border-box;
	font:17px/19px 'fg';
	color:#000;
	width:100%;
}


form div.form_success {
	display:none;
	padding: 20px 0;
    text-align: center;
    color: green;
}

div.contacts div.box input[type=text].error,
div.contacts div.box textarea.error {
	background:#cd1379;
}

div.contacts div.box div.item label.error {
	color:#cd1379;
}




div.reg_form {
	display: none;
	padding:10px 0 30px 0;
	margin-bottom: 50px;
	background: url(../img/line_shadow.png) no-repeat 50% 0, url(../img/line_shadow_bot.png) no-repeat 50% 100% #eaeaea;
}

div.reg_form div.main_indent {
	width:737px;
}

div.reg_form div.title {
	text-align: center;
	font:22px/30px 'fg';
	background: url(../img/g_pix.gif) repeat-x 0 50%;
	color:#58585a;
}

div.reg_form div.title span {
	background:#eaeaea;
	display: inline-block;
	padding:30px 15px;
}

div.reg_form form label {
	display: block;
	font:20px/27px 'fg';
	color:#414042;
	padding-left:13px;
}

div.reg_form form label.error {
	color:red;
}

div.reg_form form input[type=text] {
	height:36px;
	width:100%;
	border:1px solid #fff;
	box-sizing:border-box;
	font:20px/34px 'fg_demi';
	color:#000;
	padding:0 13px;
}


div.reg_form form input[type=date] {
height:36px;
width:180px;
border:1px solid #fff;
box-sizing:border-box;
font:20px/34px 'fg_demi';
color:#000;
padding:0 13px;
}


div.reg_form form input[type=password] {
	height:36px;
	width:100%;
	border:1px solid #fff;
	box-sizing:border-box;
	font:20px/34px 'fg_demi';
	color:#000;
	padding:0 13px;
}

div.reg_form form div.item {
	margin-bottom: 14px;
}

div.reg_form form div.item small {
	display: block;
	font:10px/12px 'fg';
}

div.reg_form form div.item span.tip {
	font: 15px/16px 'fg';
    padding-left: 12px;
    overflow: hidden;
    display: block;
}

div.reg_form form div.item label.check {
	float:left;
	width:19px;
	height:19px;
	background:#fff;
	border:1px solid #414042;
	box-sizing:border-box;
	display: block;
	font:18px/18px 'fg';
	padding-left:0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

div.reg_form form div.item label.check.act {
	background:url(../img/check.png) no-repeat 50% 50% #fff;
}

div.reg_form form div.item label.check.error {
	border-color:red;
}

div.reg_form form div.item label.check input[type=checkbox] {
	position: absolute;
	top:-5px;
	left:-5px;
	width:20px;
	height:20px;
	display: block;
	width:21px;
	height:21px;
	opacity: 0;
	cursor: pointer;
}

div.reg_form form input[type=text].error,
div.reg_form form div.item input[type=checkbox].error {
	border-color:red;
}

div.reg_form form div.item span.tip a {
	font:15px/16px 'fg_demi';
	color:#000;
}

div.reg_form form div.title a.submit {
	display: inline-block;
    text-align: center;
    font: 22px/47px 'fg_med';
    color: #000;
    border-radius: 10px;
    text-decoration: none;
    border:2px solid #eb1167;
    padding:0 27px;
}

div.reg_form form div.title a.submit:hover {
	background:#eb1167;
	color:#fff;
}

div.reg_form form table.tickets {
	width:100%;
}

div.reg_form form table.tickets tr:nth-child(odd) td {
	background:#f5f5f5;
}

div.reg_form form table.tickets tr td.name {
	padding:8px 13px;
	font:20px/41px 'fg';
	color:#414042;
	width:78%;
}

div.reg_form form table.tickets tr td input[type=text] {
	text-align: center;
	max-width: 49px;
	border:1px solid #e7e7e7;
	border-radius:5px;
	height:41px;
	line-height:41px;
	vertical-align: middle;
}

div.reg_form form table.tickets tr td div.num_box {
	width:145px;
	padding-right:13px;
	text-align: right;
}

div.reg_form form table.tickets tr td div.num_box a {
	display: inline-block;
	vertical-align: middle;
	border:2px solid #eb1167;
	text-align: center;
	font:20px/37px 'fg_heavy';
	width:37px;
	text-decoration: none;
	border-radius:5px;
	color:#414042;
}

div.reg_form form div.form_success {
    display: none;
    padding: 45px 0 65px 0;
    text-align: center;
    color: #414042;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

div.reg_form form div.form_success b.red {
	display: block;
	color:#eb1167;
	font:30px/32px 'fg_demi';
}


.event_reg_success{
    display: none;
    padding: 45px 0 65px 0;
    text-align: center;
    color: #414042;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.event_reg_success b.red {
    display: block;
    color:#eb1167;
    font:30px/32px 'fg_demi';
}


div.tes_form {
	display: none;
	padding:10px 0 30px 0;
	margin-bottom: 50px;
	background: url(../img/line_shadow.png) no-repeat 50% 0, url(../img/line_shadow_bot.png) no-repeat 50% 100% #eaeaea;
}

div.tes_form div.main_indent {
	width:737px;
}

div.tes_form div.title {
	text-align: center;
	font:22px/30px 'fg';
	background: url(../img/g_pix.gif) repeat-x 0 50%;
	color:#58585a;
}

div.tes_form div.title span {
	background:#eaeaea;
	display: inline-block;
	padding:30px 15px;
}

div.tes_form form label {
	display: block;
	font:20px/27px 'fg';
	color:#414042;
	padding-left:13px;
}

div.tes_form form label.error {
	color:red;
}

div.tes_form form input[type=text] {
	height:36px;
	width:100%;
	border:1px solid #fff;
	box-sizing:border-box;
	font:20px/34px 'fg_demi';
	color:#000;
	padding:0 13px;
}

div.tes_form form div.item {
	margin-bottom: 14px;
}

div.tes_form form div.item small {
	display: block;
	font:10px/12px 'fg';
}

div.tes_form form div.item span.tip {
	font: 15px/16px 'fg';
    padding-left: 12px;
    overflow: hidden;
    display: block;
}

div.tes_form form div.item label.check {
	float:left;
	width:19px;
	height:19px;
	background:#fff;
	border:1px solid #414042;
	box-sizing:border-box;
	display: block;
	font:18px/18px 'fg';
	padding-left:0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

div.tes_form form div.item label.check.act {
	background:url(../img/check.png) no-repeat 50% 50% #fff;
}

div.tes_form form div.item label.check.error {
	border-color:red;
}

div.tes_form form div.item label.check input[type=checkbox] {
	position: absolute;
	top:-5px;
	left:-5px;
	width:20px;
	height:20px;
	display: block;
	width:21px;
	height:21px;
	opacity: 0;
	cursor: pointer;
}

div.tes_form form input[type=text].error,
div.tes_form form div.item input[type=checkbox].error {
	border-color:red;
}

div.tes_form form div.item span.tip a {
	font:15px/16px 'fg_demi';
	color:#000;
}

div.tes_form form div.title a.submit {
	display: inline-block;
    text-align: center;
    font: 22px/47px 'fg_med';
    color: #000;
    border-radius: 10px;
    text-decoration: none;
    border:2px solid #eb1167;
    padding:0 27px;
}

div.tes_form form div.title a.submit:hover {
	background:#eb1167;
	color:#fff;
}

div.tes_form form table.tickets {
	width:100%;
}

div.tes_form form table.tickets tr:nth-child(odd) td {
	background:#f5f5f5;
}

div.tes_form form table.tickets tr td.name {
	padding:8px 13px;
	font:20px/41px 'fg';
	color:#414042;
	width:78%;
}

div.tes_form form table.tickets tr td input[type=text] {
	text-align: center;
	max-width: 49px;
	border:1px solid #e7e7e7;
	border-radius:5px;
	height:41px;
	line-height:41px;
	vertical-align: middle;
}

div.tes_form form table.tickets tr td div.num_box {
	width:145px;
	padding-right:13px;
	text-align: right;
}

div.tes_form form table.tickets tr td div.num_box a {
	display: inline-block;
	vertical-align: middle;
	border:2px solid #eb1167;
	text-align: center;
	font:20px/37px 'fg_heavy';
	width:37px;
	text-decoration: none;
	border-radius:5px;
	color:#414042;
}

div.tes_form form div.form_success {
    display: none;
    padding: 45px 0 65px 0;
    text-align: center;
    color: #414042;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

div.tes_form form div.form_success b.red {
	display: block;
	color:#eb1167;
	font:30px/32px 'fg_demi';
}

.form_errors{
    display: none;
    color: white;
    padding: 30px;
    background-color: #eb1167;
}

.g-recaptcha{
    margin-top: 20px;
}

#fdiv-mokrug{
    display: none;
}

#main div.nc_text {
    font-size:14px;
    line-height:18px;
    padding:30px 0 30px;
}


#main div.nc_text p {
    margin-bottom:18px;
}

#main div.nc_text h1 {
    font-size:18px;
    line-height:24px;
    margin-bottom:18px;
    color:#000;
}

#main div.nc_text ul,
#main div.nc_text ol {
    padding-left:25px;
    margin-bottom:18px;
}


.owl-carousel .owl-item img {width:auto !important;}


div.base_page {
	padding:25px 0;
}

div.base_page h1 {
	font:40px/40px 'fg_demi';
	color:#3e3e3e;
	font-weight:normal;
	margin-bottom:10px;
	background:#fff;
}

div.base_page p {
	margin-bottom: 18px;
}

strong,b{
font-family: Arial;
font-size: 18px;
}


.flex-container {
display: -webkit-flex; 
display: flex; 
justify-content:center;
flex-wrap:wrap;
}

.webtop{
	background: #eb1167;
color: #fff;
cursor: pointer;
display: inline-block;
float: left;
color: #fff;
background: #8f8f8f;
padding: 0 15px;
font: 18px/37px 'fg_med';
border-radius: 10px;
margin: 0 30px 20px 0;
text-decoration: none;
text-transform: uppercase;
position: relative;
}
.webtop:hover{
background: #eb1167;
}


.regdouble{
display: block;
text-align: center;
max-width: 737px;
margin: 42px auto;
cursor: pointer;
font: 32px/71px 'fg';
background: #eb1167;
color: #fff;
border-radius: 10px;
text-decoration: none;
}

/*
.author>img{
        -webkit-filter: grayscale(1);
        filter: gray; 
        filter: grayscale(1); 
}

.item>a>img{
        -webkit-filter: grayscale(1);
        filter: gray; 
        filter: grayscale(1); 
}
.item:hover>a>img{
        -webkit-filter: grayscale(0); 
        filter: color;  
        filter: grayscale(0); /* W3C */  
}
*/  




.zagmodal{
	font-size:20px;
	margin-top:10px;
}
	.modalDialog {
		position: fixed;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 9999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: auto;
	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
		color:white;
		width: 75%;
		max-width: 600px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #eb1167;
/*		background: -moz-linear-gradient(#804c58, #cb8997);
		background: -webkit-linear-gradient(#804c58, #cb8997);
		background: -o-linear-gradient(#804c58, #cb8997);*/
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #fff;color:#000; }

.dpds{
	width: calc(50% - 5px);
    float: left;
    padding-left: 5px;
}

.dpds > input, .dpd > select {
    width: 90%;
}

.save-authorization{
    margin-top: 10px;
}

.pass{
    position: relative;
}

.show-pass{
    display: inline-block;
    position: absolute;
    top: 37px;
    right: 20px;
    width: 32px;
    height: 32px;
    background:url(../img/show_password_icon.svg) no-repeat 100% 100%;
    border: none;
    cursor: pointer;
}

.view{
    background:url(../img/hide_password_icon.svg) no-repeat 100% 100%;
}

.contacts{
    height: 550px;
}

.slogin{
position: absolute;
top: -18px;
right: -30px;
}

    .log-filter{
        margin-top: 30px;
    }

    .log-table{
        border: 1px solid #ccc;
    }

    .log-table td, th{
        padding: 5px;
        border: 1px solid #ccc;
    }

    .pagenavi{
        margin-top: 20px;
    }

    .pagenavi a, .pagenavi span{
        margin: 0 10px;
    }

	div.warning-image{
		text-align: center;
		margin-bottom: 10px;
	}

	div.warning-content p{
		text-align: justify;
        font-size: 18px;
	}

	div.warning-links{
		text-align: center;
		margin: 10px auto;
        width: 300px;
	}

	div.warning-links a{
		margin-right: 20px;
	}

	div.warning-links a:hover{
		text-decoration: none;
	}

	.blocker{
		z-index: 1000 !important;
	}


#auth-error{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

#auth-error .auth-title{
    background: linear-gradient(to top left, #cb5ea8, #eb1167);
    color: #fff;
    font: 30px/32px 'fg';
    text-transform: uppercase;
    padding: 20px;
}

#auth-error .auth-text{
    padding: 20px;
}

#orgSearchResult{
    background-color: #fff;
    list-style-type: none;
    padding: 10px;
    margin: 0;
}

#orgSearchResult li{
    cursor: pointer;
}

#orgSearchResult li:hover{
    color: #fff;
    background-color: #1967d2;
}

@media screen and (max-width: 865px) {
.slogin{
position: absolute;
top: 0px;
right: 0px;
}

    .warning-content{
        matgin-bottom: 10px;
    }

    div.warning-content p{
        font-size: 14px;
        line-height: 22px;
        text-align: left;
    }

    div.warning-content img{
        display: none;
    }

    .modal{
        width: 100%;
    }

    .select-conteiner {
        width: auto;
    }

    .calendar_filter{
        width: auto;
    }

}


.logbut{
    display: inline-block;
    /*background: url(/img/login.png) no-repeat 0 50% #eb1167;*/

    color: #eb1167;
    border-radius: 10px;
    padding: 0 10px 0 60px;
    font: 14px 'fg';
    text-transform: uppercase;
    text-decoration: none;

    overflow: hidden;
    cursor:pointer;
}

.main_indent ul{margin-left:20px;}


#nc_moderate_form .dpd{
margin-top:20px;
}

.submit{
    display: inline-block;
    text-align: center;
    font: 22px/47px 'fg_med';
    color: #000;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #eb1167;
    padding: 0 27px;
    cursor: pointer;
}

.submit:hover{
    display: inline-block;
    text-align: center;
    font: 22px/47px 'fg_med';
    color: white;
    background:#eb1167;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #eb1167;
    padding: 0 27px;
}




	.owl-carousel .owl-item a{color:black;}
	.owl-carousel .owl-item div.item1{}
	.item1{
	border: solid #f0f0f0;
    border-width: 0 1px 1px 1px;
    background: url(../img/t_border.png) repeat-x 0 0 #f8f8f8;
    width: 348px;
    height: 190px;
    box-sizing: border-box;
    margin: 0 73px 47px 0;
    padding: 21px 20px 5px 20px;
    position: relative;
    text-align:left;
    margin:auto;
  }
  
 
  div.partners .indent {
  	position: relative;
  	margin-bottom: 25px;
  }


  div.partners div.indent:after,
  div.partners div.indent:before {
  	position: absolute;
  	z-index: 3;
  	content: ' ';
  	top: -20px;
  	width: 3px;
  	height: 120px;
  	background-color: #fff;
  }

   div.partners div.indent:after {
  	right: -1px;
  }

  div.partners div.indent:before {
  	left: -1px;
  }

  div.partners div.indent .owl-item a {
  	display: block;
  	text-decoration: none;
  	margin: 0 60px;
  }

 div.partners div.indent .owl-item{
  	position: relative;
  	overflow: hidden;
  }

div.partners div.indent .owl-item:after {
	position: absolute;
  	z-index: 2;
  	content: ' ';
  	top: -20px;
  	right: 0px;
  	width: 1px;
  	height: 120px;
  	background-color: #a5a5a5;
}

div.partners div.indent.owl-carousel .owl-nav .owl-prev,
div.partners div.indent.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	width: 45px;
	outline: none;
	padding: 0px;
	background: #fff;
	height: 60px;
}

div.partners div.indent.owl-carousel .owl-nav .owl-prev:after,
div.partners div.indent.owl-carousel .owl-nav .owl-next:after {
	position: absolute;
	content: ' ';
	width: 14px;
	height: 14px;
	top: calc(50% - 7px);
	right: 8px;
	border-left: 3px solid #3e3e3e;
	border-top: 3px solid #3e3e3e;
	transform: rotate(-45deg);
	transition: 0.3s border;
}

div.partners div.indent.owl-carousel .owl-nav .owl-prev:hover:after,
div.partners div.indent.owl-carousel .owl-nav .owl-next:hover:after {
	border-color: #a5a5a5;
}

div.partners div.indent.owl-carousel .owl-nav .owl-prev {
	left: -50px;
}

div.partners div.indent.owl-carousel .owl-nav .owl-next {
	right: -50px;
	transform: scale(-1);
}

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



    div.partners .indent {
    	padding: 0px;
    }

    div.partners div.indent.owl-carousel .owl-nav .owl-prev {
    	left: 0px;
    }

    div.partners div.indent.owl-carousel .owl-nav .owl-next  {
    	right: 0px;
    }
 }


  .image {
  	margin-top: 20px;
  }

  .image img {
  	display: block;
  	max-width: 100%;
  	height: 77px;
  	margin: 0 auto;
  }
  
 .desc {
 	font-size: 16px;
 	line-height: 1.5;
 	color: black;
 	text-align: center;
 	padding-top: 25px;
 	font-family: 'fg', Arial, Tahoma, "Trebuchet MS", Georgia, Verdana, Geneva, Helvetica, sans-serif;
 } 

.item1 div.hover1 {
	position: absolute;
	z-index: 1;
	bottom:-7px;
	right:-7px;
	background:url(../img/item_hover_1.png) no-repeat 0 0 #da1272;
	height:6px;
	width:344px;
}

.item1 div.hover2 {
	position: absolute;
	z-index: 1;
	top:14px;
	right:-7px;
	background:url(../img/item_hover_2.png) no-repeat 0 0 #da1272;
	height:223px;
	width:6px;
}

.item1 div.hover1,
.item1 div.hover2 {
	opacity: 0;
	transition:opacity 0.4s;
}

.item1 span.date_place {
	display: block;
	color:#eb1167;
	font:18px/20px 'fg';
	margin-bottom: 18px;
}

.item1 span.date_place span.date {

}

.item1 span.date_place span.place {
	display: inline-block;
    overflow: hidden;
    max-width: 205px;
    height: 20px;
    white-space: nowrap;
	vertical-align: bottom;
}

.item1 span.type {
	display: block;
	font:18px/20px 'fg_demi';
	margin-bottom:5px;
}

.item1 span.name {
	display: block;
	font:12px;
	margin-bottom:5px;
	font: 18px/20px 'fg';
}

.item1 span.line_link {
	font:14px/16px 'fg_demi';
	color:#eb1167;
}

.item1 span.line_link span {text-decoration: underline;}

.item1 a {
	display: block;
	text-decoration: none;
	color:#3e3e3e;
}

.item1:hover div.hover1,
.item1:hover div.hover2 {
	opacity: 1;
}

.item1:hover span.type,
.item1:hover span.name {
	text-decoration: underline;
}

.item1:hover span.line_link span {
	text-decoration: none;
}

.testowl{
width:100%;
} 
.dtitle{
background: url(../img/g_pix.gif) repeat-x 0 50%;
text-align: center;
padding: 30px 0;
}
.dtitle>span{
display: inline-block;
padding: 0 15px;
font: normal 22px/22px 'fg';
color: #58585a;
background: #fff;
}

div.item1  div.hover1 {
	position: absolute;
	z-index: 1;
	bottom:-7px;
	right:-7px;
	background:url(../img/item_hover_1.png) no-repeat 0 0 #da1272;
	height:12px;
	width:344px;
}
.ctitle {
    background: url(../img/g_pix.gif) repeat-x 0 50%;
    text-align: center;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}



	.date {
	display: inline-block;
	margin-right:5px;
	color:#eb1167;
	font:18px/26px 'fg_demi';
}



    @media screen and (max-width: 500px) {
    div.contacts div.box div.item.half{width:100%;}
  }
  
  

.zagmodal{
	font-size:20px;
	margin-top:10px;
}
	.modalDialog1 {
		position: fixed;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 9999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: auto;
	}

	.modalDialog1:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog1 > div {
		color:black;
		width: 70%;
		max-width: 1200px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
/*			background: #4394d0;*/
		background: -moz-linear-gradient(#fff, #999);
		background: -webkit-linear-gradient(#fff, #999);
		background: -o-linear-gradient(#fff, #999);
	}

	.close {
		opacity: 0.8;
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #fff;color:#000; }
	
.wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -30px;
}

.main_indent .item{
	width: calc(100% / 4 - 60px);
	display: inline-block;
	text-decoration: none;
	margin: 30px;
}

.pic {
	height: 77px;
}

.wrap .item .pic {
	position: relative;
	padding-top: 15px;
}

.wrap .item .pic:after {
	position: absolute;
	content: ' ';
	top: 0px;
	right: -30px;
	width: 1px;
	height: 100%;
	background-color: #a5a5a5;
}

.wrap .item:nth-child(4n+4) .pic:after ,
.wrap .item:last-child .pic:after {
	display: none;
}


.pic img {
	display: block;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	height: 77px;
	margin: 0 auto;
}

@media screen and (max-width: 1050px) {
	.main_indent .item {
		width: calc(100% / 3 - 60px);
	}

	.wrap .item:nth-child(4n+4) .pic:after {
		display: block;
	}

	.wrap .item:nth-child(3n+3) .pic:after,
	.wrap .item:last-child .pic:after {
		display: none;
	}
}

@media screen and (max-width: 840px) {
	.main_indent .item {
		width: calc(100% / 2 - 40px);
		margin: 20px;
		margin-bottom: 10px;
	}

	.wrap {
		margin: 0px;
	}

	.wrap .item .pic:after {
		right: -20px;
	}

	.wrap .item:nth-child(3n+3) .pic:after {
		display: block;
	}

	.wrap .item:nth-child(even) .pic:after,
	.wrap .item:last-child .pic:after {
		display: none;
	}
}

@media screen and (max-width: 420px) {
	.main_indent .item {
		width: 100%;
	}

	.wrap .item .pic:after,
	.wrap .item:nth-child(3n+3) .pic:after,
	.wrap .item:nth-child(4n+4) .pic:after {
		display: none;
	}

    div.content video{
    width: 300px;
    height: 240px;
    }

}	
	
.qform .item{width:100%;margin:0px;}	
.qform .submit {width:50%;margin:0px;}	





#cookie_note {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 20px;
    width: 450px;
    padding: 20px;
    background-color: white;
    opacity: 0.8;
    border-radius: 10px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 1001;
}

#cookie_note p{
    margin: 0;
    font: 14px/20px 'fg';
    text-align: justify;
    color: black;
    width: 380px;
    float: left;
}

.cookie_accept{
    display: block;
    text-align: center;
    font: 16px/18px 'fg';
    border-radius: 20px;
    text-decoration: none;
    border: 2px solid #eb1167;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 20px;
    float: left;
}

.cookie_accept:hover{
    background-color: #eb1167;
    color: #fff;
}

a.warning_accept{
    display: block;
    text-align: center;
    font: 16px/18px 'fg';
    border-radius: 20px;
    text-decoration: none;
    border: 2px solid #eb1167;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 20px;
    float: left;
}

a.warning_accept:hover{
    background-color: #eb1167;
    color: #fff;
}



.whatsapp-btn{
    padding: 10px 20px;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    background-color: white;
    border-radius: 10px;
    border-color: #cdcdcd;
    border-width: 1px;
    border-style: solid;
}


.whatsapp-btn:hover{
    border-color: #eb1167;
}

@media screen and (max-width: 480px) {
    #cookie_note{
        max-width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }

    #cookie_note p{
        width: auto;
        float: none;
    }

    .cookie_accept{
        float: none;
        margin: 10px auto 0 auto;
        padding: 5px 15px;
    }
    img.logo_small {
        float:none;
    }
}
