@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=cyrillic);
@import url(/public/css/icomoon.css);


* {
	margin: 0;
	padding: 0;
}

/*шрифты*/
html {
	line-height: 15px;
	font-size: 15px;
}


@media screen and (min-width: 200px) {
	html {
		font-size: 10px;
		line-height: 10px;
	}
}

@media screen and (min-width: 300px) {
	html {
		font-size: 16px;
		line-height: 16px;
	}
}

@media screen and (min-width: 600px) {
	html {
		font-size: 16px;
		line-height: 16px;
	}
}

@media screen and (min-width: 800px) {
	html {
		font-size: 18px;
		line-height: 18px;
	}
}

@media screen and (min-width: 1000px) {
	html {
		font-size: 20px;
		line-height: 20px;
	}
}

body {
	line-height: 1.25rem;
	font-size: 1rem;
	font-family: Roboto, Helvetica, sans-serif;
	color: #333;
	margin: 0 auto;
	overflow-x: hidden; 
}

body.no-header .logo-animate,
body.no-header .event-tabs-links {
	display: none;
}

@media screen and (min-width: 1200px) {
	html {
		font-size: 25px;
		line-height: 25px;
	}
}

.live {
	color: #f43434;
}

.live:before {
	content: "•";
	font-size: 3rem;
	line-height: 1rem;
	vertical-align: middle;
	margin-right: 0.125rem;
	position: relative;
	top: -1px;
}

@media screen and (min-width: 600px) {
	.live:before {
		top: -1px;
	}
}

@media screen and (min-width: 800px) {
	.live:before {
		top: -2px;
	}
}

@media screen and (min-width: 1000px) {
	.live:before {
		top: -3px;
	}
}

.screen-top {
	position: fixed;
	display: block;
	height: 3rem;
	left: 0;
	right: 0;
	min-width: 200px; /*мин размер сайта - 200*/
	z-index: 90;
}

.screen-top {
	top: 0;
}

.screen-top .button {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 3rem;
	font-size: 1.75rem;
	z-index: 2;
}

.screen-top .button.left {
	left: 0;
}


a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

h2 {
	font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
}

/*Лого*/
.site-logo {
	display: block;
	background-color: #e5e5e5;
	background-position: center center;
	background-size: auto 6rem;
	background-repeat: no-repeat;
	height: 8rem;
}

.site-logo.bottom {
	height: 10rem;
	position: relative;
}

.site-logo.bottom:after {
	content: " ";
	width: 10rem;
	height: 1rem;
	background: url(/img/pipka-grey-up.png) no-repeat center bottom;
	position: absolute;
	left: 50%;
	margin-left: -5rem;
	top: -0.95rem;
}

/*Табы*/
.event-tabs-links {
	display: block;
	text-align: center;
	background: url(/img/event-tabs-links-back1.png) repeat-x center bottom;
	background-size: auto 4rem;
	height: 4rem;
}

.event-tabs-links a {
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 3rem;
	max-width: 15rem;
	text-align: center;
	display: inline-block;
	height: 4rem;
	width: 40%;
}

.event-tabs-links[data-active="0"] a:first-child,
.event-tabs-links a.active {
	background: url(/img/landing-active.jpg) no-repeat center bottom;
	background-size: auto 4rem;

}

.event-tabs-links .live:before {
	content: " ";
	display: inline-block;
	width: 0.625rem;
	height: 0.625rem;
	background-color: #f43434;
	border-radius: 50%;
	margin-right: 0.25rem;
}

.event-tab {
	
	display: none;
	margin: 0 auto;
	text-align: center;
}

.event-tab.active {
	display: block;
}

@media screen and (min-width: 700px) {
	.event-tab {
		width: 37.5rem;
		text-align: left;
		padding: 0 2rem;
	}
}

@media screen and (min-width: 1550px) {
	.event-tab {
		width: 56rem;
		text-align: left;
		padding: 0 2rem;
	}
}


/*события*/
.event-item {
	color: #888;
	display: inline-block;
	vertical-align: top;
	padding: 0.5rem 1rem;
	padding-right: 3rem;
	padding-left: 1.25rem;
	border-radius: 1rem;
	position: relative;
	margin: 0 0.125rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 18rem;
	height: 5.375rem;
	position: relative;
	text-align: center;
}

span.event-city {
    position: absolute;
    bottom: 0;
    left: 0.1rem;
    font-size: small;
}

.event-item:before {
	content: " ";
	background: url(/images/ticket.png) no-repeat left top;
	width: 18.5rem;
	height: 6rem;
	background-size: auto 100%;
	left: -0.375rem;
	top: 0;
	z-index: 0;
	position: absolute;
}

.event-item:after {
	content: "войти";
	position: absolute;
	left: 100%;
	margin-left: -2.875rem;
	top: 50%;
	margin-top: -0.625rem;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.event-item.with-date:after {
	content: none;
}

.event-item.with-date .event-date .date {
	position: absolute;
	right: 0.375rem;
	top: 1.25rem;
	width: 1.625rem;
	height: 1.625rem;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 1.6rem;
	border: solid rgba(136, 136, 136, 0.8) 1px;
}

.event-item.with-date .event-date .month {
	position: absolute;
	right: 0rem;
	top: 2.875rem;
	width: 2.5rem;
	display: block;
	text-align: center;
}

.event-item .event-logo {
	display: inline-block;
	width: 3.8rem;
	height: 3.8rem;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 0.25rem;
	position: relative;
	z-index: 2;
}

span.event-logo {
    bottom: 0.1rem;
}

.event-item .event-info {
	vertical-align: middle;
	display: inline-block;
	width: 8rem;
	text-align: center;
	max-height: 5rem;
	overflow: hidden;
	position: relative;
	font-size: 0.8rem;
	line-height: 1rem;
	z-index: 2;
}

#events-soon .event-item .guests {
	display: none;
}

.event-item .event-info strong {
	color: #000;
}

.event-add {
	width: 18rem;
	padding: 0.25rem 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0.125rem;
	display: inline-block;
	height: 5.375rem;
	line-height: 5rem;
	color: #888;
	text-align: center;
	vertical-align: top;
}

.event-add:before {
	content: "+";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: middle;
	background-color: #888;
	color: #fff;
	text-align: center;
	line-height: 1.9rem;
	font-size: 2rem;
	border-radius: 50%;
	margin-right: 0.5rem;
}

/*что это*/
.what-is-it {
	font-size: 1.25rem;
	padding: 2rem;
	line-height: 1.5rem;
	text-align: center;
	background-color: #e5e5e5;
	position: relative;
	z-index: 10;
}

.what-is-it:after {
	content: " ";
	width: 10rem;
	height: 1rem;
	background: url(/img/pipka-grey-down.png) no-repeat center top;
	position: absolute;
	left: 50%;
	margin-left: -5rem;
	bottom: -0.95rem;
}

/*фичи*/
.features {
	font-size: 1rem;
	line-height: 1.25rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
	position: relative;
	z-index: 5;
}

.features > * {
	display: inline-block;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem;
	vertical-align: top;
	text-align: center;
}

.features > *:before {
	content: " ";
	display: block;
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
	text-align: center;
	line-height: 2rem;
	border: solid rgba(25, 123, 179, 0.8) 1px;
	border-radius: 50%;
	color: rgba(25, 123, 179, 1.0);
	margin-bottom: 0.5rem;
}

.features > *:first-child:before { content: "1"; }
.features > *:nth-child(2):before { content: "2"; }
.features > *:nth-child(3):before { content: "3"; }
.features > *:nth-child(4):before { content: "4"; }
.features > *:nth-child(5):before { content: "5"; }

.features:after {
	content: " ";
	width: 10rem;
	height: 1rem;
	background: url(/img/pipka-white-down.png) no-repeat center top;
	position: absolute;
	left: 50%;
	margin-left: -5rem;
	bottom: -0.95rem;
}

@media screen and (max-width: 900px) {
	.features > * {
		width: 80%;
	}
}

/*нетворкинг*/
.networking {
	font-size: 1.25rem;
	line-height: 1.5rem;
	text-align: center;
	padding: 2rem 1rem;
}

.networking h2 {
	margin-bottom: 2rem;
}

.networking p:last-child {
	margin-bottom: 0;
}

.networking img {
	margin: 1rem;
	height: 2.5rem;
}

/*feedback*/
.feedback {
	margin: 1rem;
	border-radius: 1rem;
	background-color: #f4de34;
	padding: 2rem;
	text-align: center;
	font-size: 1.25rem;
	line-height: 2rem;
}

.feedback a {
	margin: 0 1rem;
	text-decoration: underline;
}

@media screen and (max-width: 400px) {
	.feedback {
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 1rem;
	}
}

/*ссылка*/
.link-stripe {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	background-color: #ecd11d;
	padding-left: 68%;
	text-align: center;
}

.link-stripe a {
	text-decoration: underline;
}

@media screen and (max-width: 900px) {
	.link-stripe a {
		height: 1.5rem;
		display: block;
		overflow: hidden;
		visibility: hidden;
	}
}

/*статистика*/
.stats {
	background-color: #f4de34;
	text-align: center;
	padding: 1rem 0;
	padding-top: 2.5rem;
	position: relative;
}

.stats > * {
	display: inline-block;
	width: 21%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem;
	vertical-align: top;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.stats > * {
		width: 40%;
	}

	.stats > * {
		display: none;
	}

	.stats > *:first-child,
	.stats > *:nth-child(2) {
		display: inline-block;
	}
}

@media screen and (max-width: 700px) {
	.stats {
		font-size: 0.875rem;
	}
}

.stats .value {
	display: block;
	font-size: 2rem;
	/*margin-bottom: 0.5rem;*/
	line-height: normal;
}

.stats:after {
	content: " ";
	width: 10rem;
	height: 1rem;
	background: url(/img/pipka-yellow-down.png) no-repeat center top;
	position: absolute;
	left: 50%;
	margin-left: -5rem;
	bottom: -0.95rem;
}


/*карусель фоток*/
.another-features {
	height: 470px;
	width: 100%;
	display: block;
}
.another-features .another-features-item  {
	height: 470px;
	padding-top: 3rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.another-features .another-features-item .title {
	color: #f6dd33;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: normal;
}

.another-features .owl-prev {
	text-indent: -9999px;
	color: transparent;
	width: 2.5rem;
	height: 2.5rem;
	border: solid rgba(255,255,255,0.8) 3px;
	position: absolute;
	top: 50%;
	margin-top: -1.5rem;
	left: 2rem;
	border-right: 0px;
	border-bottom: 0px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	overflow: hidden;
}

.another-features .owl-next {
	text-indent: -9999px;
	color: transparent;
	width: 2.5rem;
	height: 2.5rem;
	border: solid rgba(255,255,255,0.8) 3px;
	position: absolute;
	top: 50%;
	margin-top: -1.5rem;
	right: 2rem;
	border-left: 0px;
	border-bottom: 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	overflow: hidden;
}

/*карусель телефона*/
.app-screens-placeholder {
	position: relative;
	z-index: 50;
}
.app-screens {
	width: 170px;
	height: 302px;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	bottom: -2rem;
	z-index: 50;
}

.app-screens:before {
	content: " ";
	position: absolute;
	left: -45px;
	top: -63px;
	width: 230px;
	height: 427px;
	background: url(/img/layerphone.png) no-repeat left top;
}

.app-screens .app-screens-item {
	height: 302px;
	width: 170px;
}

/*кирпичики*/
.bricks {
	padding: 2rem;
	text-align: center;
}

.bricks h2 {
	margin-bottom: 2rem;
}

.bricks .isotope {
	margin: 0 auto;
}

.bricks .brick {
	width: 160px;
	height: 160px;
	margin: 20px;
	padding: 20px;
	border-radius: 20px;
	background-color: #888;
	color: #fff;
	cursor: pointer;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bricks .brick:after {
	content: ' ';
	background-color: rgba(0, 0, 0, 0.3);
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 20px;
}

.bricks .brick small {
	font-size: 0.625rem;
}

.bricks .brick a {
	color: #fff;
	text-decoration: underline;
}

.bricks .brick > * {
	z-index: 1;
	position: relative;
}

.bricks .brick .long {
	display: none;
}

.bricks .brick.width-double {
	width: 360px;
}

.bricks .brick.height-double {
	height: 360px;
}

.bricks .brick.bigger {
	width: 360px;
	height: 360px;
}

.bricks .brick.bigger .short {
	display: none;
}

.bricks .brick.bigger .long {
	display: block;
}

@media screen and (max-width: 700px) {
	.bricks .brick {
		width: 100% !important;
		margin: 0 0 20px 0;
	}
}


/*меню*/
.landing-menu {
	position: fixed;
	left: -15rem;
	top: 0;
	bottom: 0;
	width: 13rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #f5dd33;
	z-index: 100;
	font-size: 1.25rem;
	color: #5f5800;
	-webkit-transition: left 0.3s ease-out;
	-moz-transition: left 0.3s ease-out;
	transition: left 0.3s ease-out;
}

.landing-menu.active {
	left: 0;
}

.landing-menu a {
	color: #5f5800;
	text-decoration: none;
}

.landing-menu .title {
	text-transform: uppercase;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	margin-left: -1rem;
	margin-right: -1rem;
	border-bottom: solid #dbc613 1px;
	cursor: pointer;
	position: relative;
}

.landing-menu .title .icon-navicon {
	position: absolute;
	left: -0.25rem;
	top: 0;
	line-height: 3rem;
	color: #c9b400;
	font-size: 1.75rem;
}

.landing-menu ul {
	display: table;
	width: 100%;
	position: relative;
}

.landing-menu li {
	display: table-row;
}

.landing-menu li a {
	display: table-cell;
	height: 4rem;
	min-height: 4rem;
	vertical-align: middle;
	width: 100%;
	border-bottom: solid #dbc613 1px;
}

.landing-menu > * {
	z-index: 2;
}

.landing-menu:after {
	content: " ";
	background-color: rgba(255,255,255,0.8);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.landing-menu:before {
	content: " ";
	background-color: #f5dd33;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.landing-menu.active:after {
	visibility: visible;
	opacity: 1;
}

#events-soon .event-item.disable {
	opacity: 0.2;
}
#create-link {
    width: 8rem;
    height: 2rem;
    position: absolute;
    top: 8rem;
    right: 1rem;
}

.counter-badge {
    position:relative;
    display: inline-block;
}
.counter-badge[data-badge]:after {
content: attr(data-badge);
    position: absolute;
    padding: 0 15px;
    height: 2.25rem;
    border-radius: 30px;
    display: inline;
    text-align: center;
    line-height: 2.25rem;
    border: solid grey 1px;
    top: -2.5rem;
    left: 10px;
    background-color: #f6dd34;
    font-weight: bold;
    font-size: 1.75rem;
}

.sidebar_title .counter-badge[data-badge]:after {
    top:-10px;
}
.logo-animate{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 200px;
    background-color: #e5e5e5;
  }
  .logo_title {
	position: absolute;
	font-size: 18px;
    top: 50%;
    left:50%;
    margin:0;
    font-weight: bold;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: title 2s linear 1s forwards;
  }
  .circle {
    display: flex;
    justify-content: center;
    align-items: center;
  /*   border-radius: 50%; */
    position:relative;
  }
  .circle-bl {
    background-color: #231f20;
    width: 100px;
    height: 100px;
    animation: rotate2 1.25s linear forwards;
  }
  .staff {
    height: 10px;
    width: 10px;
    position: absolute;
  }
  .staff-ye {
    background-color: #f6dd34;
    animation: staff1 .5s linear 1.1s forwards;
  }
  .staff-bl {
    background-color: #231f20;
    animation: staff2 .5s linear 1.2s forwards;
  }
  .circle-ye {
    background-color: #f6dd34;
    width: 80px;
    height: 80px;
    animation: rotate1 1.25s linear forwards;
  } 
   
  @keyframes rotate1 {
    0% {
      border-radius: 50% 0 0 0;
      transform: rotate(0deg);
    }
      25% {
      border-radius: 50% 50% 0 0;
      transform: rotate(-90deg);
    }
        50% {
      border-radius: 50% 50% 50% 0;
      transform: rotate(-180deg);
    }
      100% {
      border-radius: 50% 50% 50% 50%;
      transform: rotate(-360deg);
    }
  }
  
  @keyframes rotate2 {
    0% {
      border-radius: 50% 0 0 0;
      transform: rotate(0deg);
    }
      25% {
      border-radius: 50% 50% 0 0;
      transform: rotate(90deg);
    }
        50% {
      border-radius: 50% 50% 50% 0;
      transform: rotate(180deg);
    }
      100% {
      border-radius: 50% 50% 50% 50%;
      transform: rotate(360deg);
    }
  }
  
  @keyframes staff1 {
    0% {
        bottom: 50%;
        right: 50%;
    }
      100% {
        bottom: 5px;
        right: 12px;
    }
  }
  
  @keyframes staff2 {
    0% {
        bottom: 50%;
        left: 50%;
    }
      100% {
        bottom: 10px;
        left: 10px;
    }
  }
  
  @keyframes title {
    0% {
        opacity: 0;
    }
      100% {
        opacity: 1;
    }
  }