@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800,900&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900&subset=cyrillic,cyrillic-ext,latin-ext');
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Fira Sans', sans-serif;
	box-sizing: border-box;
	//border: solid 1px white;
}
*::selection{
	background-color: #0dce91;
	color: #fff;
}
body{
	background-color: #171717;
	background-image: url(../img/bg.jpg);
	font-smoothing: antialiased;
}
header, section, article, footer{
	width: 100%;
}
img{
	user-select: none;
}
.container{
	width: 820px;
	margin: auto;
}
.btn{
	color: #fff;
	background-color: #0dce91;
	width: 300px;
	height: 70px;
	font-size: 36px;
	text-align: center;
	line-height: 70px;
	font-weight: 400;
	position: absolute;
	right: 0px;
	margin-top: 80px;
	border-radius: 32px;
	cursor: pointer;
	transition: background-color .2s;
	user-select: none;
}
.btn:hover{
	background-color: #19b584;
}
header{
	height: 680px;
	background-image: url(../img/header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
header .container{
	padding-top: 85px;
	position: relative;
}
header .container p.phone{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	text-indent: 45px;
}
header .container .right-block{
	position: absolute;
	right: 20px;
	top: 70px;
}
header .container .right-block img{
	position: absolute;
	right: 5px;
	cursor: pointer;
}
header .container .right-block p{
	text-align: right;
	user-select: none;
	cursor: default;
}
header .container .right-block p.n1{
	color: #fff;
	font-weight: 300;
	font-size: 30px;
	margin-top: 115px;
}
header .container .right-block p.n2{
	color: #dd314e;
	font-weight: 600;
	font-size: 60px;
	line-height: 60px;
}
header .container .right-block p.n3{
	color: #fff;
	font-weight: 600;
	font-size: 60px;
	line-height: 60px;
}
section.concert .container h1{
	font-size: 40px;
	font-weight: 600;
	color: #0dce91;
	margin-top: 65px;
	text-align: center;
}
section.concert .container ul.first{
	width: 760px;
	margin: auto;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	list-style: none;
}
section.concert .container ul.first li{
	margin-top: 40px;
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}
section.concert .container .way h2{
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin-top: 65px;
	text-align: center;
	text-transform: uppercase;
}
section.concert .container .way ul.second{
	margin-top: 40px;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	list-style: none;
	width: 760px;
	margin: auto;
}
section.concert .container .way ul.second li{
	padding-left: 75px;
	margin-top: 50px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
section.concert .container .way ul.second li:nth-child(1){
	background-image: url(../img/friends.png);
}
section.concert .container .way ul.second li:nth-child(2){
	background-image: url(../img/camera.png);
}
section.concert .container .way ul.second li:nth-child(3){
	background-image: url(../img/bus.png);
	background-position: 0px 24px;
}
section.concert .container .way ul.second li:nth-child(4){
	background-image: url(../img/bed.png);
	margin-top: 60px;
}
section.concert .container .way ul.second li:nth-child(5){
	background-image: url(../img/like.png);
}
section.price{
	height: 595px;
	background-image: url(../img/price-bg.jpg);
	margin-top: 80px;
}
section.price .container{
	padding-top: 75px;
}
section.price .container .flex-price{
	display: flex;
	width: 100%;
	justify-content: space-around;
}
section.price .container .flex-price span{
	display: block;
	width: 200px;
}
section.price .container .flex-price span p{
	text-align: center;
}
section.price .container .flex-price span p:first-child{
	font-size: 48px;
	color: #0dce91;
	font-weight: 600;
}
section.price .container .flex-price span p:last-child{
	font-size: 23px;
	color: #fff;
	font-weight: 300;
}
section.price .container .line{
	width: 140px;
	height: 12px;
	background-color: #0dce91;
	margin: 70px auto;
}
section.price .container > p.first-child{
	font-size: 42px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}
section.price .container > p.last-child{
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}
section.price .container > p.last-child span{
	color: #0dce91;
	font-weight: 500;
}
section.price .container .btn{
	margin: 50px auto;
	position: relative;
	text-transform: uppercase;
}
section.about .container{

}
section.about .container h1{
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin-top: 65px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}
section.about .container .time-line{
	width: 780px;
	height: 153px;
	margin: 70px auto;
	background-image: url(../img/time-line.png);
}
section.about .container h2{
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
}
section.about .container .gallery{
	width: 721px;
	height: 658px;
	margin: 70px auto;
	background-image: url(../img/gallery.jpg);
}
section.comment{
	min-height: 730px;
	background-image: url(../img/price-bg.jpg);
}
section.comment .container{
	padding-top: 1px;
	padding-bottom: 50px;
}
section.comment .container h1{
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 50px;
	color: #fff;
	margin-top: 65px;
	text-align: center;
	text-transform: uppercase;
}
section.comment .container .comments{
	width: 670px;
	margin: auto;
}
section.comment .container .comments .item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	margin-bottom: 30px;
	border-bottom: solid 1px #0dce91;
}
section.comment .container .comments .item .left-part{
	width: 80px;
}
section.comment .container .comments .item .right-part{
	width: calc(100% - 130px);
}
section.comment .container .comments .item .left-part .photo{
	width: 80px;
	height: 80px;
	border: solid 3px #0dce91;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
section.comment .container .comments .item .left-part .social-hubs{
	width: 80px;
	display: flex;
}
section.comment .container .comments .item .left-part .social-hubs .fb{
	background-image: url(../img/fb.png);
	width: 16px;
	height: 16px;
	margin-top: 4px;
	margin-right: 4px;
}
section.comment .container .comments .item .left-part .social-hubs .insta{
	background-image: url(../img/insta.png);
	width: 16px;
	height: 16px;
	margin-top: 4px;
	margin-right: 4px;
}
section.comment .container .comments .item .left-part .social-hubs .vk{
	background-image: url(https://cdn2.iconfinder.com/data/icons/social-flat-buttons-3/512/vkontakte-256.png);
	width: 16px;
	height: 16px;
	margin-top: 4px;
	margin-right: 4px;
	background-size: contain;
	border-radius: 3px;
}
section.comment .container .comments .item .left-part .social-hubs .fb a,
section.comment .container .comments .item .left-part .social-hubs .insta a,
section.comment .container .comments .item .left-part .social-hubs .vk a{
	display: block;
	width: 16px;
	height: 16px;
}
section.comment .container .comments .item .right-part .name{
	font-size: 24px;
	font-weight: 500;
	color: #0dce91;
}
section.comment .container .comments .item .right-part .text{
	font-size: 18px;
	color: #fff;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 25px;
	font-weight: 300;
}
section.zone .container h1{
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-top: 70px;
}
section.zone .container h1 span{
	font-size: 40px;
	font-weight: 500;
	color: #0dce91;
}
section.zone .container > p{
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin-top: 70px;
}
section.zone .container > p span{
	color: #0dce91;
	font-weight: 500;
}
section.zone .container .date{
	width: 725px;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
section.zone .container .date .after,
section.zone .container .date .before{
	width: 330px;
	border: solid 3px #fff;
	text-align: center;
	padding: 20px;
}
section.zone .container .date .after p:first-child,
section.zone .container .date .before p:first-child{
	font-size: 28px;
	color: #0dce91;
	font-weight: 500;
	margin-bottom: 20px;
}
section.zone .container .date .after p:last-child,
section.zone .container .date .before p:last-child{
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	line-height: 40px;
}
section.zone .container .fan-map{
	width: 456px;
	height: 373px;
	margin: 75px auto;
	background-image: url(../img/fan.png);
}
footer{
	background-color: #000;
	height: 250px;
}
footer .contain{
	width: 950px;
	margin: auto;
	color: #dc304d;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 100px;
}
footer .contain .left img{
	position: relative;
	top: 15px;
	left: 20px;
}
footer .contain .right{
	text-transform: uppercase;
	position: relative;
	top: 20px;
}
#dark{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.9);
	display: none;
}
#reg{
	width: 500px;
	height: 500px;
	position: fixed;
	left: calc(50% - (500px / 2));
	top: calc(50% - (500px / 2));
	background-color: #151515;
	border: solid 6px #0dce91;
	padding: 40px;
	display: none;
	color: #fff;
}
#reg h1{
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#reg input[type=text]{
	width: 100%;
	border: none;
	outline: none;
	background-color: transparent;
	height: 60px;
	font-size: 27px;
	font-weight: 300;
	border-bottom: solid 2px #0dce91;
	color: #0dce91;
	margin-top: 20px;
}
#reg input[type=submit]{
	width: 300px;
	height: 60px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	margin: auto;
	display: block;
	cursor: pointer;
	border: solid 3px #0dce91;
	background-color: #000;
	color: #0dce91;
	position: relative;
	top: 35px;
}