@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,300,400,500,700,900&subset=cyrillic,cyrillic-ext');
/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
:root{
	--roboto: 'Roboto', sans-serif;
	--slab: 'Roboto Slab', serif;
	--yellow: #f9c015;
	--d-yellow: #D8AF34;
	--black: #222;
	--red: #f04c24;
	--grey: #f1f1f1;
}
.btn{
	user-select: none;
}
.container{
	width: 940px;
	margin: auto;
	position: relative;
}
#dark{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	display: none;
}
#popup{
	width: 400px;
	height: 450px;
	background-color: var(--grey);
	position: fixed;
	left: calc(50% - 200px);
	top: calc(50% - 250px);
	padding-top: 60px;
	display: none;
}
table{
	width: 270px;
	font-family: var(--slab);
	position: absolute;
	font-size: 15px;
	right: 0px;
}
table *{
	text-align: right;
	color: var(--black);
}
table .hh{
	font-weight: bold;
	user-select: none;
}
p.logo-text{
	font-size: 13px;
	font-family: var(--roboto);
	color: var(--black);
	position: absolute;
	font-weight: 500;
	left: 135px;
	top: 20px;
}
body{
	background-color:#f9f9fc;
}
header{
	width: 100%;
	height: 773px;
	background-image: url(../img/header.jpg);
	background-size: cover;
	background-position: center bottom;
	padding-top: 45px;
}
header .container .top{
	display: flex;
	justify-content: space-between;
}
header .container .top .logo{
	width: 128px;
	height: 163px;
	background-image: url(../img/logo.png);
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -30px;
}
header .container .top .date{
	text-align: right;
	font-family: var(--roboto);
	font-weight: 700;
	font-size: 24px;
	margin-top: 100px;
}
header .container .middle{
	text-align: right;
	font-family: var(--slab);
	padding-top: 40px;
}
header .container .middle h2{
	font-size: 35px;
	color: var(--black);
	font-weight: 400;
}
header .container .middle h1{
	font-size: 60px;
	color: var(--yellow);
	font-weight: 600;
}
header .container .middle p{
	font-size: 35px;
	color: var(--black);
	font-weight: 300;
	font-family: var(--roboto);
	margin-top: 50px;
	text-align: right;
}
header .container .middle .btn{
	width: 300px;
	height: 60px;
	background-color: var(--yellow);
	float: right;
	clear: both;
	right: 0px;
	margin-top: 30px;
	text-align: center;
	line-height: 60px;
	color: var(--black);
	font-family: var(--roboto);
	font-weight: 600;
	font-size: 30px;
	cursor: pointer;
	user-select: none;
}
header .container .middle span{
	position: absolute;
	width: 400px;
	right: 0px;
	margin-top:100px;
	font-family: var(--roboto);
	font-size: 18px;
}
.carousel{
	padding-top: 60px;
	padding-bottom: 60px;
	user-select: none;
}
.carousel .container h2{
	font-family: var(--roboto);
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: var(--black);
	margin-bottom: 35px;
}
.carousel .container h2 span{
	color: var(--red);
}

.flex-sl{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
	width: 730px;
}
.viewport{
    height: 450px;
    width: 600px;
    overflow: hidden;
    position: relative;
    border: solid 3px var(--yellow);
    margin: auto;
}
.slidewrapper{
    list-style: none;
    height:450px;
    position:absolute;
    left:0;top:0;
    margin: 0;
    padding: 0;
}
.slide{
    float:left;
    width:600px;
    height:450px;
    background: #eee;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
}
.sl-content{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	padding-top: 100px;
}
.sl-content h3{
	text-align: center;
	color: #fff;
	font-size: 33px;
	font-family: var(--slab);
}
.sl-content h3 span{
	color: var(--yellow);
}
.sl-content .price{
	width: 460px;
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
}
.sl-content .price div{
	width: 220px;
	height: 175px;
	border: solid 3px var(--yellow);
	text-align: center;
	font-family: var(--roboto);
	color:#fff;
	font-size: 24px;
	font-weight: 500;
	padding-top: 25px;
}
.sl-content .price div span{
	color: var(--yellow);
	font-size: 30px;
	line-height: 80px;
}
a#prev_slide, a#next_slide{
	display: block;
	width: 39px;
	height: 44px;
}
a#prev_slide{
	background-image: url(../img/left.png);
}
a#next_slide{
	background-image: url(../img/right.png);
}
.delivery{
	width: 100%;
	height: 320px;
	background-color: var(--yellow);
	user-select: none;
}
.delivery .container{
	padding-top: 60px;
}
.delivery .container h2{
	text-align: center;
	color: var(--block);
	font-size: 30px;
	font-family: var(--slab);
}
.delivery .container .btn{
	width: 330px;
	height: 60px;
	color: #fff;
	background-color: var(--red);
	font-size: 30px;
	line-height: 60px;
	font-family: var(--roboto);
	text-align: center;
	margin: 50px auto 0;
	cursor: pointer;
}
.delivery .container p{
	text-align: center;
	font-family: var(--roboto);
	color: var(--black);
	font-size: 20px;
	margin-top: 6px;
	font-weight: 500;
}
.numbers{
	width: 100%;
}
.numbers .container{
	padding-top: 60px;
}
.numbers .container h2{
	color: var(--black);
	text-align: center;
	font-size: 40px;
	font-family: var(--slab);
}
.numbers .container .flex-circle{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 60px;
}
.numbers .container .flex-circle .circle{
	width: 300px;
	text-align: center;
	font-family: var(--roboto);
}
.numbers .container .flex-circle .circle .num{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: solid 2px var(--yellow);
	margin: auto;
	text-align: center;
	line-height: 180px;
	font-size: 50px;
	font-weight: 600;
}
.numbers .container .flex-circle .circle .text{
	font-size: 20px;
	margin-top: 10px;
}
.numbers .container .btn{
	width: 385px;
	height: 60px;
	margin: auto;
	background-color: var(--yellow);
	color: #FFF;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	margin-bottom: 60px;
	font-family: var(--roboto);
	cursor: pointer;
}
.list{
	width: 100%;
	height: 535px;
	background-image: url(../img/list-bg.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.list .container{
	padding-top: 60px;
	color: #fff;
	font-family: var(--slab);
	padding: 60px;
}
.list .container h2{
	font-size: 40px;
	margin-bottom: 40px;
}
.list .container .li{
	width: 770px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	margin-top: 34px;
	font-weight: 500;
}
.list .container .li .ico{
	width: 70px!important;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 15px;
}
.list .container .li .text{
	width: calc(100% - 90px);
}
.list .container .li .i-1{
	background-image: url(../img/list-ico-1.png);
}
.list .container .li .i-2{
	background-image: url(../img/list-ico-2.png);
}
.list .container .li .i-3{
	background-image: url(../img/list-ico-3.png);
}
.warning{
	width: 100%;
	background-color: var(--red);
}
.warning .container{
	padding-top: 60px;
	padding-bottom: 60px;
}
.warning .container h3{
	font-size: 40px;
	color: #fff;
	font-family: var(--slab);
	text-align: center;
}
.warning .container h3 span{
	color: var(--yellow);
}
.warning .container h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: var(--roboto);
	font-weight: 400;
	width: 750px;
	margin: 60px auto;
}
.warning .container .btn{
	width: 270px;
	height: 60px;
	color: var(--black);
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	font-family: var(--roboto);
	cursor: pointer;
	background-color: var(--yellow);
	margin: auto;
	font-weight: 500;
}
.reg{
	width: 100%;
}
.reg .container{
	padding: 60px 0px;
}
.reg .container h3{
	font-size: 40px;
	font-family: var(--slab);
	text-align: center;
	color: var(--black);
	margin-bottom: 70px;
}
.reg .container .flex-list{
	display: flex;
	justify-content: space-between;
}
.reg .container .flex-list .li{
	width: calc((100% / 3) - 15px);
	text-align: center;
	color: var(--black);
}
.reg .container .flex-list .li .ico{
	width: 100%;
	height: 170px;
	background-position: center;
	background-repeat: no-repeat;
}
.reg .container .flex-list .li .i-1{
	background-image: url(../img/ticket.png);
}
.reg .container .flex-list .li .i-2{
	background-image: url(../img/delivery.png);
}
.reg .container .flex-list .li .i-3{
	background-image: url(../img/pen.png);
}
.reg .container .flex-list .li p{
	font-family: var(--slab);
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 15px;
}
.reg .container .flex-list .li span{
	font-family: var(--roboto);
	font-size: 18px;
}
.reg .container .btn{
	width: 385px;
	height: 60px;
	margin: auto;
	background-color: var(--yellow);
	color: var(--black);
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	font-family: var(--roboto);
	font-size: 30px;
	margin-top: 60px;
}
.was-it{
	width: 100%;
	background-color: var(--grey);
}
.was-it .container{
	padding: 60px 0px;
}
.was-it .container h3{
	text-align: center;
	color: var(--black);
	font-size: 40px;
	font-family: var(--slab);
}
.was-it .container .video{
	width: 620px;
	height: 353px;
	border: solid 3px var(--yellow);
	margin: 60px auto 20px;
}
.was-it .container .video video{
	width: 614px;
	height: 347px;
}
.participants{
	width: 100%;
}
.participants .container{
	padding: 60px 0px;
	overflow: hidden;
}
.participants .container h3{
	text-align: center;
	color: var(--black);
	font-size: 40px;
	font-family: var(--slab);
}
.participants .container ul.participant-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: baseline;
	align-content: stretch;
	width: calc(100% * 4);
	overflow: hidden;
}
@keyframes company{
	0%{
		left: 0%;
	}
	4%{
		left: 0%;
	}
	8%{
		left: -6.25%;
	}
	12%{
		left: -6.25%;
	}
	16%{
		left: -12.5%;
	}
	20%{
		left: -12.5%;
	}
	24%{
		left: -18.75%;
	}
	28%{
		left: -18.75%;
	}
	32%{
		left: -25%;
	}
	36%{
		left: -25%;
	}
	40%{
		left: -31.25%;
	}
	44%{
		left: -31.25%;
	}
	48%{
		left: -37.5%;
	}
	52%{
		left: -37.5%;
	}
	56%{
		left: -43.75%;
	}
	60%{
		left: -43.75%;
	}
	64%{
		left: -50%;
	}
	68%{
		left: -50%;
	}
	72%{
		left: -56.25%;
	}
	76%{
		left: -56.25%;
	}
	80%{
		left: -62.5%;
	}
	84%{
		left: -62.5%;
	}
	88%{
		left: -68.75%;
	}
	92%{
		left: -68.75%;
	}
	96%{
		left: -75%;
	}
	98%{
		left: -75%;
	}
	100%{
		left: 0%;
	}
}
.participants .container ul.participant-list li{
	width: 140px;
	height: 200px;
	margin: 0 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	//border: solid 1px black;
	margin-top: 30px;
	position: relative;
	left: 0%;
	animation-name: company;
	animation-duration: 50s;
	animation-iteration-count: infinite;
}
.participants .container ul.participant-list li:nth-child(1){
	background-image: url(../img/logo/1.jpg);
}
.participants .container ul.participant-list li:nth-child(2){
	background-image: url(../img/logo/2.jpg);
}
.participants .container ul.participant-list li:nth-child(3){
	background-image: url(../img/logo/3.jpg);
}
.participants .container ul.participant-list li:nth-child(4){
	background-image: url(../img/logo/4.jpg);
}
.participants .container ul.participant-list li:nth-child(5){
	background-image: url(../img/logo/5.png);
}
.participants .container ul.participant-list li:nth-child(6){
	background-image: url(../img/logo/6.png);
}
.participants .container ul.participant-list li:nth-child(7){
	background-image: url(../img/logo/7.png);
}
.participants .container ul.participant-list li:nth-child(8){
	background-image: url(../img/logo/8.png);
}
.participants .container ul.participant-list li:nth-child(9){
	background-image: url(../img/logo/9.png);
}
.participants .container ul.participant-list li:nth-child(10){
	background-image: url(../img/logo/10.jpg);
}
.participants .container ul.participant-list li:nth-child(11){
	background-image: url(../img/logo/11.png);
}
.participants .container ul.participant-list li:nth-child(12){
	background-image: url(../img/logo/12.png);
}
.participants .container ul.participant-list li:nth-child(13){
	background-image: url(../img/logo/13.png);
}
.participants .container ul.participant-list li:nth-child(14){
	background-image: url(../img/logo/14.png);
}
.participants .container ul.participant-list li:nth-child(15){
	background-image: url(../img/logo/15.png);
}
.participants .container ul.participant-list li:nth-child(16){
	background-image: url(../img/logo/16.png);
}
.map{
	width: 100%;
	height: 379px;
	background-image: url(../img/map.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
footer{
	width: 100%;
	height: 105px;
	background-color: var(--yellow);
	color: #fff;
	font-size: 14px;
	font-family: var(--roboto);
}
footer .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
footer .container .logo{
	width: 231px;
	height: 40px;
	background-image: url(../img/gosocial.png);
	cursor: pointer;
}
.input-type{
	margin: auto;
	width: 300px;
	position: relative;
	margin-bottom: 60px;
}
input{
	width:300px;
	height:30px;
	background:transparent;
	border:none;
	border-bottom:solid 1px var(--yellow);
	outline:none;
	color:#888;
	font-size:22px;
	font-weight:300;
	padding:0px 2px;
	font-family: var(--roboto);
}
input::selection{
	background-color: var(--yellow);
	color: #fff;
}
input[type=submit]{
	display: none;
}
.placeholder{
	position:absolute;
	color:#777;
	font-weight:300;
	font-size:22px;
	top:0px;
	z-index: -1;
	transition:.15s;
	left:4px;
	font-family: var(--roboto);
}
input:required + .placeholder{
	top:-20px;
	font-size:12px;
	font-weight:500;
	color: var(--yellow);
}
input:required:invalid + .placeholder{
	color:#888;
	font-weight:300;
	font-size:22px;
	top:0px;
}
.submit{
	width: 300px;
	height: 60px;
	background-color: var(--yellow);
	color: #fff;
	font-family: var(--roboto);
	margin: auto;
	background-image: url(../img/send.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: .6s;
	user-select: none;
}
.submit .text{
	width: calc(100% - 60px);
	height: inherit;
	background-color: var(--yellow);
	text-align: center;
	line-height: 60px;
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: var(--roboto);
	position: absolute;
	left: 100%;
	transition: .6s;
}
.submit:hover{
	background-color: var(--d-yellow);
	background-position: 10px center;
}
.submit:hover > .text{
	left: 60px;
}
.lang {
	float: right;
    margin-top: -26px;
}
.lang a {
	font-family: var(--slab);
    font-size: 16px;
	text-decoration: none;
    color: #000;
}
.lang a.active {
	font-weight: 700;
}
#close_popup {
	position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    font-weight: 400;
}
#close_popup:after {
    content: "x";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 25px/30px Roboto,sans-serif;
    color: #888;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    color: #92764f;
    z-index: 2;
}