body {
	overflow-y:scroll;
}

ul {
	list-style:none inside;
	padding:0;
	overflow:hidden;
	margin: 0;
}

.blue {
	color:#3978bc!important;
}

.container-fluid {
	max-width:1366px;
	padding:0;
}

	.container-fluid.header_wrap {
		/*padding-top:40px;*/
		position:fixed;
		top:0;
		left:0;
		width:100%;
		max-width:100%;
		/*top:-40px;*/
		z-index:9000;
	}
	
		.container-fluid.header_wrap .row {
			max-width:1366px;
			margin:auto;
			background-color:#fff;
			position:relative;
		}
	
	.container-fluid.content_wrap {
		/*padding-bottom:40px;*/
		padding-top:140px;
	}
	
	/*.container-fluid.footer_wrap {
		padding-bottom:40px
	}*/

h1 {
	margin-top: 38px;
	font-size: 30px;
}

h2, .h2 {
	margin-top:38px;
	margin-bottom:14px;
}

h3 {
	font-size: 22px;
	font-weight: 700;
	margin-top:20px;
}

h4, .h4 {
	line-height: 21px;
	margin-top:13px;
	margin-bottom:11px;
}

h5 {
	color:#555;
	font-style:italic;
	font-size:15px;
}

h6 {
	font-size:13px;
	margin-bottom:0;
}

p {
	margin-bottom:18px;
}

a {
	transition: all 200ms ease-in-out;
}

	a:hover {
		color:#3978bc;
		text-decoration:none;
	}
	
	a:focus {
		text-decoration:none;
	}
	
.ml0 {
	margin-left:0!important;
}

.round_button {
	display:block;
	border:#3978bc 2px solid;
	border-radius:22px;
	font-size:17px;
	color:#3978bc;
	padding:5px 10px 6px 11px;
}

	.round_button.big {
		font-size:22px;
		padding:10px 20px 11px 20px;
		border-radius:44px;
		background:transparent;
		border-color:#fff;
		color:#fff;
		margin-top:55px;
	}

	.round_button:hover {
		background-color:#3978bc;
		color:#fff;
	}

.mb_36 {
	margin-bottom:36px!important;
}


/* HEADER */

/*#header {
	background-color:#fff;
	position:relative;
}

	#header .container {
		height:140px;
		padding:18px 0;
		position:relative;
		overflow:visible;
		z-index:100;
		background-color:#fff;
	}
	*/
	
	/*	body.mobile #header .container {
			height:64px;
		}*/

	#header #logo {
		position: absolute;
		left: 0;
		bottom: 18px;
		display:block;
		height:99px;
		background:url(/img/logo_key.png) left bottom no-repeat;
		transition:none;
	}
	
		#header #logo img {
			display:block;
		}
	
	/*	body.mobile #header #logo path, body.mobile #header #logo polygon {
			opacity:0;
		}
		
		body.mobile #header #logo #logo_key {
			opacity:1;
		}*/
		
	
	#header .lang_switch {
		/*float:right;
		margin-top:30px;*/
		border:#3978bc 2px solid;
		/*position:relative;*/
		z-index:1000;
		float:none;
		position:absolute;
		right:2px;
		bottom:56px;
	}
	
	#header #lang_switch_mobile {
		display:inline-block;
		margin-top:16px;
	}
	
		/*body.mobile #header #lang_switch {
			display:none;
		}*/

	#header .menu {
		/*float:right;*/
		width:620px;
		/*margin-top:8px;*/
		font-size:17px;
		position:absolute;
		right:32px;
		bottom:32px;
		line-height: 27px;
		z-index:100;
	}
	
		#header .menu li {
			float:left;
			width:155px;
		}
		
			#header .menu li a.active, #mobile_menu li a.active {
				color:#3978bc;
			}
			
			
			
		
		/*body.mobile #header #menu {
			opacity:0;
		}*/
		
	#mobile_menu {
		display:none;
		text-align:right;
		background-color:#fff;
		font-size:21px;
		line-height:33px;
		position:absolute;
		top:64px;
		right:0;
		width:100%;
		padding:0 16px 16px 0;
		text-align:center;
	}
	
		#header #mobile_menu #lang_switch_mobile {
			line-height:21px;
			margin-bottom:10px;
		}
		
	#header #fake_menu_wrapper {
		overflow:hidden;
		background-position:53px 17px;
		background-repeat:no-repeat;
		/*padding:26px 0;*/
		/*display:none;*/
		/*position:relative;*/
		position: absolute;
		/*top: 64px;*/
		top:-133px;
		right: 0;
		width: 100%;
		background-color: #fff;
		z-index: 1;
	}
	
		#header #fake_menu {
			/*display:none;*/
			position: static;
			float: right;
			margin:26px 86px 26px 0;
			/*margin-right: 85px;
			margin-bottom:18px;*/
		}
		
		#header #fake_menu_wrapper .lang_switch {
			position:absolute;
			right:53px;
			bottom:auto;
			top:51px;
		}

#burger {
	display:none;
	padding:11px 34px 17px 0px;
	outline: none;
	width:0px;
	/*float:right;*/
	position:absolute;
	/*right:16px;*/
	right:13px;
	bottom:17px;
}
		
	#burger span, #burger span:before, #burger span:after {
		cursor: pointer;
		height: 5px;
		width: 34px;
		background:#3978bc;
		position: absolute;
		display: block;
		content: '';
	}
		
	#burger span:before {
		top: -11px;
	}
		
	#burger span:after {
		bottom: -11px;
	}

/* INDEX */
#index_banner {
	/*background:url(/img/index_banner.jpg) center top no-repeat;*/
	/*height:481px;*/
	text-align:center;
}

	#index_banner .back {
		position: relative;
		z-index: 90;
	}
	
	#index_banner .wr {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
	}

		#index_banner .wr img {
			display: inline-block;
			padding-top:180px;
			width:auto;
		}
	
		#index_banner #key2 {
			padding:208px 106px 0 25px;
		}
		
		#index_banner #key2_eng {
			width:700px;
			padding: 230px 106px 0 25px;
		}
		
		#index_banner .wr .mobile {
			display:none;
			padding-top:130px;
			width:400px;
		}
	
.index_slider_wrapper {
	padding:0;
	background-color:#f2f2f2;
}	
		
.index_slider {
	
}	

	.index_slider :focus {
		outline:none;
	}	
	
	.index_slider img {
		width:100%;
	}
	
	.slick-dots {
		position: absolute;
		bottom:10px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	
		.slick-dots li {
			display:inline;
			margin:0 6px;
		}
		
			.slick-dots li button {
				background-color:#fff;
				color: transparent;
				height: 14px;
				width: 14px;
				border:#3978bc 2px solid;
				border-radius: 50%;
				padding: 0;
				float:none;
			}
			
			.slick-dots li.slick-active button {
				background-color:#3978bc;
			}
			
			.index_slider img.slick-arrow {
				position: absolute;
				height:17%;
				width: auto;
				z-index: 1;
				cursor: pointer;
				top:42%;
				opacity: 0.7;
				width:auto;
			}
			
				.slick-arrow.left {
					left:3%;
				}
				
				
				
				.slick-arrow.right {
					right:3%;
				}
				
	/*.progress_line {
		height: 4px;
		background-color: #3978bc;
		width:0%;
		transition: all 4000ms ease-in-out;
	}
	
		.progress_line.full {
			width:100%;
		}
		
		.progress_line.animated {
			
		}*/
		
			

#about_block {
	background-color:#f2f2f2;
	padding-bottom:36px;
}

#news_block {
	background-color:#fff;
	padding-bottom:36px;
}

	#news_block ul {
		
	}
	
		#news_block ul li {
			width:300px;
			margin-left:20px;
			float:left;
		}
		
		#news_block ul li:first-child, #news_block ul li:nth-child(4n+5) {
			margin-left:0;
		}
		
			#news_block ul li a {
				display:block;
				position:relative;
				height:394px;
				overflow:hidden;
			}
			
			#news_block ul li a:hover {
				color:#000;
			}
			
				#news_block ul li a h4 {
					transition: all 200ms ease-in-out;
					margin-top:5px;
				}
			
				#news_block ul li a:hover h4 {
					color:#4975bc;
				}
			
				#news_block ul li a img {
					display:block;
					width:100%;
					height:auto;
				}
				
				#news_block ul li a p {
					
				}
				
			#news_block ul li a:after {
				content: '';
				position: absolute;
				top: 369px;
				right: 0;
				left: 0;
				height: 28px;
				background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
				background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
				border-bottom: 10px solid #FFF;
				pointer-events: none;
			}	
			
		
	.center_link {
		margin:auto;
		margin-top:30px;
		width:300px;
		text-align:center;
	}

.news #jury_block ul li a:hover {
	color:#000;
}

	.news #jury_block ul li a h4 {
		transition: color 200ms ease-in-out;
	}

	.news #jury_block ul li a:hover h4 {
		color:#4975bc;
	}
	
.news #news_block .container {
	margin-top: 36px;
}



#newtop_block {
	background-color:#f2f2f2;
	padding-bottom:26px;
}

	#newtop_block h1 {
		margin-bottom:0;
	}

	#newtop_block h6 {
		margin-top:6px;
		margin-bottom:10px;
	}
	
	#newtop_block img {
		margin-bottom:22px;
	}
	/*
	#newtop_block #share {
		font-size:12px;
	}
	
		#newtop_block #share li {
			float:left;
			margin-left:10px;
			width:144px;
			border-radius:3px;
			padding:9px 16px;
			height:32px;
			text-align:right;
			background-repeat:no-repeat;
			background-position:16px 50%;
			margin-bottom:10px;
		}
		
		#newtop_block #share li:first-child {
			margin-left:0;
			width:138px;
			padding-top:6px;
		}
		
			#newtop_block #share li a {
				color:#fff;
				display:block;
			}
	
		#newtop_block #share #fb_like {
			background-color:#7a90bf;
			text-align:center;
		}
		
		#newtop_block #share #gp {
			background-color:#d73d32;
			background-image:url(/img/g_share.png);
		}
		
			#newtop_block #share #gp a {
				margin-top:3px;
			}
		
		#newtop_block #share #fb {
			background-color:#3f66ab;
			background-image:url(/img/fb_share.png);
		}
		
		#newtop_block #share #tw {
			background-color:#00a4e3;
			background-image:url(/img/tw_share.png);
		}
		
		#newtop_block #share #vk {
			background-color:#356593;
			background-image:url(/img/vk_share.png);
		}
		*/
	
#newdata_block {
	background-color:#fff;
	padding-bottom:36px;
}
			
				
#jury_block {
	background-color:#f2f2f2;
	padding-bottom:36px;
}

		#jury_block ul li {
			width:620px;
			margin-left:20px;
			float:left;
			margin-bottom:20px;
		}
		
		/*#jury_block ul li:first-child, #jury_block ul li:nth-child(3) {
			margin-left:0!important;
		}*/
		
		#jury_block ul li:nth-child(1n+3) {
			width:394px;
			margin-left:39px;
			margin-bottom:0px;
		}
		
		

		/*#jury_block ul li {
			width:394px;
			margin-left:39px;
			float:left;
		}
		
		#jury_block ul li:first-child, #jury_block.news ul li:first-child, #jury_block ul li:nth-child(3n+4) {
			margin-left:0;
		}
		
		#jury_block.news ul li {
			width:620px;
			margin-left:20px;
		}*/
		
			#jury_block ul li img {
				width:100%;
				margin-bottom:2px;
			}
		
			#jury_block ul li h3 {
				margin-bottom:0;
			}
				
			#jury_block ul li h4 {
				margin-top:3px;
				font-size:19px;
				margin-bottom:16px;
			}
			
			#jury_block ul li p {
				font-size:15px;
			}
			
			


#whereandwhen_block {
	background-color:#ee3241;
	padding-bottom:12px;
	position:relative;
}

	#whereandwhen_block #tr_cover {
		display:none;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:transparent;
		z-index:1000;
	}

	#whereandwhen_block h2 {
		margin-bottom:35px;
	}

	#whereandwhen_block img {
		display:block;
		height:148px;
		position:relative;
		left:-4px;
		margin-bottom:25px;
	}

	#whereandwhen_block p {
		width: 50%;
		color: #fff;
		font-size:15px;
	}
	
	#whereandwhen_block h4 {
		margin:36px 0;
		font-size:24px;
		color:#fff;
	}
	
	#whereandwhen_block #map {
		position:absolute;
		right:0;
		top:0;
		height:100%;
		width:50%;
		
		
	}
	
	
#whereandwhen_block2 {
	background-color:#fff;
}

	#whereandwhen_block2 ul li.address {
		height:70px;
		padding:10px 0;
	}
	
	#whereandwhen_block2 #map2 {
		height:450px;		
	}


#partners_block {
	background-color:#fff;
}

	#partners_block ul {
		/*background-color:#686868;*/
	}
	
		#partners_block ul li, #contacts_block ul li, #whereandwhen_block2 ul li {
			float:left;
			width: 33.33333334%;
			/*width:455px;*/
			height:237px;
			text-align:center;
			transition: all 250ms ease-in-out;
		}
		
			#whereandwhen_block2 ul li {
				color:#fff;
			}
		
			#whereandwhen_block2 ul li a {
				display:block;
			}
			
				#whereandwhen_block2 ul li {
					height:auto;
					padding-bottom:5px;
					
				}
		
			#partners_block ul li img, #whereandwhen_block2 ul li img {
				max-width:100%;
				/*height:132px;
				margin-top:57px;*/
			}
		
		#partners_block ul li.caf {
			background-color:#444;
			/*background-color:#fafafa;*/
		}
		
			#partners_block ul li.caf:hover, #partners_block ul li.caf.touched {
				/*background-color:#de4525;*/
				background-color:#fafafa;
			}
			
			#partners_block ul li.caf svg {
				width:66%;
				margin-top:16.5%;
				
			}
			
				#partners_block ul li.caf svg path {
					fill:#ffffff;
					transition: all 250ms ease-in-out;
				}
				
					#partners_block ul li.caf:hover svg path {
						fill:#272626;
					}
				
					#partners_block ul li.caf:hover svg path.blue {
						fill:#005CB9;
					}
			
			/*#partners_block ul li.caf .color {
				position:relative;
				top:16.5%;
				opacity:0;
			}*/
		
		#partners_block ul li.jai {
			background-color:#e3e3e3;
			
		}
		
			#partners_block ul li.jai:hover, #partners_block ul li.jai.touched {
				background-color:#ededed;
			}
			
				#partners_block ul li.jai svg {
					width:100%;
					height:37%;
					margin-top:16%;
				}
				
					#partners_block ul li.jai svg path {
						fill:#444444;
						transition: all 250ms ease-in-out;
					}
					
					#partners_block ul li.jai:hover svg path.lightblue {
						fill:#00ACC4;
					}
					
					#partners_block ul li.jai:hover svg path.darkblue {
						fill:#0060AB;
					}
		
		#partners_block ul li.ark {
			background-color:#686868;
		}
		
			#partners_block ul li.ark img {
				width: 30%;
				margin-top: 12.5%;
			}
		
		#partners_block ul li.ark:hover, #partners_block ul li.ark.touched {
			background-color:#23b9d2;
		}

/* ABOUT */

#nominations_block {
	background:#fff;
	padding-bottom:36px;
}

	#nominations_block ul {
		
	}
	
		#nominations_block ul li {
			float:left;
			width:22%;
			margin-left:4%;
		}
		
		#nominations_block ul li:first-child {
			margin-left:0;
		}
		
			#nominations_block ul li h4, #nominations_block ul li h4 a {
				font-weight:bold;
				color:#4776bc;
			}

/* LINEUP */

#lineup_block {
	background-color:#fff;
}

#lineup {
	clear: both;
	border-collapse:collapse;
	width:100%;
}

	#lineup td, #lineup th {

	}
	
	#lineup th {
		padding:22px 0;
		background-color:#fff;
		font-weight:normal;
		text-align:left;
	}
	
	#lineup tr {
		background-color:#f2f2f2;
	}
	
		#lineup tr:nth-child(2n+1) {
			background-color:#fafafa;
		}
		
	#lineup td {
		padding:20px 0;
		/*text-align:center;*/
		height:80px;
	}
	
		#lineup th.text-center {
			text-align:center;
		}
	
		#lineup td a {
			color:#3978bc;
		}
		
		#lineup td img {
			max-height:40px;
			max-width:100px;
		}
		
			#lineup td a.buy {
				color:#000;
				text-decoration:underline;
				display:block;
				line-height:20px;
			}
			
		#lineup td span {
			display:none;
		}
		

/* MEMBERS */

#nomination_select {
	font-size:16px;
	padding-right:20px;
	background-repeat:no-repeat;
	background-position:right 6px;
	background-image:url(/img/caret1_down.jpg);
	display:inline-block;
	margin-bottom:20px;
	cursor:pointer;
}

#nomination_select_list {
	display:none;
}

	#members_block ul#nomination_select_list li {
		margin-left:32px;
		width:auto;
	}
	
	#members_block ul#nomination_select_list li:first-child {
		margin-left:0;
	}
	
		#members_block ul#nomination_select_list li a {
			padding:0;
		}
	
	#nomination_select_list li.selected a {
		color:#4776bc;
		text-decoration:underline;
	}
	
	
	
	

#members_block, #members_block2 {
	background:#fff;
	padding:0 0 36px 0;
}

	#members_block ul li, #members_block2 ul li {
		float:left;
		width: 33.33333334%;
		margin-bottom:32px;	
	}
	
		#members_block > ul li:nth-child(3n+1), #members_block2 > ul li:nth-child(3n+1) {
			clear:left;
		}
	
		#members_block ul li > a, #members_block2 ul li > a {
			padding:53px;
			display:block;
		}
		
			ul li > a.bg0, .bg0 {
				background-color:#151515;
			}
			
			ul li > a.bg1, .bg1 {
				background-color:#1f1f1f;
			}
			
			ul li > a.bg2, .bg2 {
				background-color:#303030;
			}
	
		#members_block ul li > a img, #members_block2 ul li > a img {
			width:100%;
		}
	
		#members_block ul li .info, #members_block2 ul li .info {
			padding:0 53px;
		}
		
			#members_block ul li .info h6, #members_block2 ul li .info h6 {
				line-height:1.2;
			}





	
	
/* PARTICIPANTS */

#participant_block {
	background-color:#151515;
	padding-bottom:48px;
	overflow:hidden;
}

	#participant_block h1 {
		color:#fff;
		margin-bottom:20px;
	}
	
	#participant_block #main_image {
		float:left;
		margin-right:20px;
	}
	
	#participant_block .container div {
		overflow:hidden;
	}
	
		/*#participant_block .container div a {
			display:block;
			float:left;
			width:196px;
			margin:0 0 14px 16px;
		}
		
		#participant_block .container div a:first-child {
			margin-left:0;
		}
		
			#participant_block .container div a img {
				display:block;
				width:100%;
			}*/
			
		#participant_block .container div img {
			display:block;
			float:left;
			width:196px;
			margin:0 0 14px 16px;
			cursor:pointer;
		}
		
		#participant_block .container div img:first-child {
			margin-left:0;
		}
		
		

#participant_info_block {
	background-color:#fff;
	padding-bottom:36px;
	line-height:1.6;
}

	#participant_info_block #params p {
		margin-bottom:0;
	}

	#participant_info_block ul {
		list-style:disc inside;
	}
	
		#participant_info_block ul li {
			margin-bottom:4px;
		}
	
		



		
/* ORGANIZERS */
	
#org_text_block	{
	background:#f2f2f2;
	padding-bottom:20px;
}
		
#org_block {
	background:#fff;
	padding-bottom:36px;
}

	#org_block {
		padding-top:28px;
	}
	
	#org_block ul {
		/*text-align:center;*/
	}
	
		#org_block ul li {
			margin-bottom:36px;
			clear:both;
			overflow:hidden;
		}
		
			#org_block ul li img {
				display:block;
				width:217px;
				float:left;
				margin-right:45px;
			}
			
			#org_block ul li h3 {
				margin-top:10px;
			}


/* PARTNERS */
.partners .mtb_20 {
	margin-top:20px;
	margin-bottom:20px;
}
	
		/*.partners #partners_block ul.col4 li img {
			max-width:100%;
			max-height:237px;
		}*/




#partners_block {
	
}

	#partners_block ul li {
		display:table;
	}
	
		#partners_block ul li div, #partners_block ul li a {
			display:table-cell;
			vertical-align: middle;
			height:237px;
		}
	
	/*.partners #partners_block ul.col2 {
		background-color:#fbfbfb;
	}
	
		.partners #partners_block ul.col2 li {
			width:50%;
		}
		
		.partners #partners_block ul.col2 li:nth-child(2n) {
			background-color:#ededed;
		}
		
			.partners #partners_block ul.col2 li a {
				height:500px;
			}
		
			.partners #partners_block ul.col2 li img {
				max-width:75%;
			}*/		

	#partners_block ul.col3 {
		
	}
	
		#partners_block ul.col3 li {
			background-color:#fbfbfb;
		}
		
	
		/*.partners #partners_block ul.col3 li:nth-child(2n+1), .partners #partners_block ul.col4 li:nth-child(2n) {
			background-color:#fbfbfb;
		}
		
		.partners #partners_block ul.col3 li:nth-child(2n) {
			background-color:#ededed;
		}*/

		
		
		#partners_block ul.col3 li:nth-child(2n) {
			background-color:#ededed;
		}
	
	#partners_block ul.col4 {
	
	}

		#partners_block ul.col4 li {
			width:25%;
			/*background-color:#efefef;*/
			background-color:#fbfbfb;
		}
		
		/*.partners #partners_block ul.col4 li div, .partners #partners_block ul.col4 li a {
			padding:60px 0;
		}*/
		
		#partners_block ul.col4 li:nth-child(8n+2)
		, #partners_block ul.col4 li:nth-child(8n+4)
		, #partners_block ul.col4 li:nth-child(8n+5)
		, #partners_block ul.col4 li:nth-child(8n+7) {
			/*background-color:#fbfbfb;*/
			background-color:#efefef;
		}
		
			 #partners_block ul.col4 li img, #partners_block ul.col3 li img.png {
				max-width:70%;
				max-height:170px;
				height:auto;
			}

.media#news_block {
	background-color:#323232;
	color:#fff;
}
	
	.media#news_block li > a {
		color:#fff;
		height: 310px;
	}
	
	.media#news_block ul li a:hover, .media#news_block ul li a:hover h6 {
		color:#fff;
	}
	
	.media#news_block ul li a:after {
		display:none;
	}
	
	.media .center_link {
		border-color:#fff;
		color:#fff;
	}
	
	.media .round_button:hover {
		border-color:#3978bc;
		background-color:#3978bc;
	}

#winners_block {
	background-color:#fff;
}

	#winners_block ul li {
		margin-bottom:32px;
	}
	
		#winners_block ul li h3 {
			padding-left:46px;
			background:url(/img/prize.svg) left top no-repeat;
			min-height:82px;
			padding-top:20px;
			margin-bottom:12px;
		}
		
			#winners_block ul li h3 a {
				text-decoration:underline;
			}
		
		#winners_block ul li img {
			width:100%;
		}
		
		
		
	#winners_block ul li:last-child {
		margin-bottom:0;
	}
	

#photos_block {
	background-color:#fff;
}

	#photos_block ul li {
		margin-bottom:32px;
	}

	#photos_block h6 {
		margin-bottom:16px;
	}

	#photos_block p {
		padding-left:28px;
		background:url(/img/fb_blue.svg) left top no-repeat;
		min-height:21px;
		padding-top:2px;
		margin-bottom:26px;
	}
	
		#photos_block p a {
			color:#888;
			text-decoration:underline;
		}

	#photos_block div {
		overflow:hidden;
	}
	
		#photos_block li div a {
			display:block;
			float:left;
			margin-left:1.04%;
			margin-bottom:14px;
			width:15.8%;
		}
		
			#photos_block div a:first-child, #photos_block div a:nth-child(6n+1) {
				margin-left:0;
			}
		
			#photos_block div a img {
				display:block;
				width:100%;
				height:auto;
			}
	




	
/* CONTACTS */
#contacts_block {
	background:#fff;
	padding:0;
}

#contacts_block #map {
	height:481px;
	margin-bottom:36px;
}

#contacts_block ul li {
	height:auto;
	padding:36px 0;
}

	#contacts_block ul li.egor {
		background-color:#ededed;
	}
	
	#contacts_block ul li.rusina {
		background-color:#e3e3e3;
	}
	
	#contacts_block ul li.vanya {
		background-color:#d6d6d6;
	}

#feedback {
	background-color:#3978bd;
	padding:36px 144px; 
	overflow:hidden;
}

input, textarea, button {
	border:0;
	font-size:17px;
	padding:6px 16px;
}

	#feedback input {
		display:inline-block;
		width:49.1%;
	}
	
		#feedback input#email {
			float:right;
		}
	
	#feedback textarea {
		width:100%;
		max-width:100%;
		height:160px;
		margin:21px 0;
	}

button {
	color:#fff;
	background-color:#000;
	float:right;
	padding:6px 36px;
	border:#000;
}
	
#logos {
	
}

	#logos ul li {
		float:left;
		width:50%;
		text-align:left;
	}
	
		#logos ul li img {
			/*height:270px;*/
			display:block;
			margin-bottom:16px;
			width: 94%;
		}
		
		#logos ul li a {
			display:inline-block;
			margin-right:16px;
			font-size:17px;
			text-decoration:underline;
		}
	
#subscribe {
	padding:26px 0;
	background-color:#484848
}	

	#subscribe .container {
		position:relative;
	}

	#subscribe input {
		/*float:left;
		width:50%;
		margin-right:21px;*/
		position:absolute;
		width:42%;
	}
	
	#subscribe button {
		/*float:left;*/
		float: none;
		margin: auto;
		display: block;
		border:#000 1px solid;
	}
		

		
/* FOTTER */

#footer {
	background-color:#4776bc;
	height:152px;
	/*width:100%;
	left:0;
	bottom:0;*/
	color:#fff;
	font-size:13px;
}

	#footer .container {
		position:relative;
		text-align:center;
		padding-top:56px;
	}
	
	#footer #contacts {
		/*display:inline-block;*/
		position:absolute;
		/*right:0;
		top:73px;*/
		left:0;
		top:60px;
		text-align:left;
	}
	
		#footer #f_mailto {
			display:block;
			margin:8px 0 0 15px;
		}
		
		#footer #mi_plasticoma {
			position:absolute;
			right:0;
			top:72px;
			height:auto;
		}
		
			#footer #mi_plasticoma img {
				display: inline-block;
				margin: -4px 0px 0 2px;
			}
	
		#footer a {
			display:inline-block;
			color:#fff;
			height:40px;
			margin:0 4px;
			transition: all 300ms ease-in-out;
		}
		
		#footer a:hover {
			opacity:0.4;
		}
		
			#footer a img {
				height:100%;
			}
		


