@import url(//fonts.googleapis.com/css?family=Scada:400,700&subset=latin,cyrillic);
body {
    /*font-family: 'Scada', sans-seri !important;
	background: url('../images/bg.jpg') no-repeat;
	#background-attachment: fixed;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: center top;
	background-repeat: no-repeat;
	#background-size: cover;
	background-color: #16181d;
	min-width: 480px;*/
}
.b-gallery-new {clear: none;}
body .wrap {
	max-width: 960px;
	width: auto;
	margin: 0 auto;
}
.content-wrapper {
	min-height: 100%;
	height: 100%;
}

.promo {position: relative;}
.promo__header {padding: 10px 20px 0;height: 44px;}
.promo__body {padding: 400px 0 0 0;}
.promo__fm_logo {float: left;}
.promo__bfm_logo {float: right;}
/*.promo .title {font-family: "Open Sans", sans-serif;font-size: 50px;width: 655px;font-weight: 600;text-transform: uppercase;}*/
.promo__title_img {display: block; margin: 0 0 18px 0;}
.promo__title_img--320 {display: none;}
.promo__project_bfm {font-size: 14px; line-height: 36px; color:#fff; width: 144px; height: 37px; background: url("../images/bfm_project_bg.jpg") no-repeat left top; text-align: center;}
.promo__know_more {position: absolute; width: 240px; height: 54px; font-size: 16px; line-height: 54px; color:#fff; text-decoration: none; text-align: center; border-right: 1px solid rgba(255, 255, 255, .3); border-left: 1px solid rgba(255, 255, 255, .3); right: 0; bottom: -10px; text-transform: uppercase; font-weight: bold;}

.fiat__share {
	height: 36px;
}
.fiat__social {
    text-align: center;
    padding: 0 0 30px 0;
}
.fiat__social .soc {
    display: inline-block;
	background: url('../images/fiat__social.png');
	width: 36px;
	height: 36px;
	cursor: pointer;
    margin: 0 6px 0 0;
}
.fiat__social .soc.twitter{
	background-position: -84px 0;
    margin: 0;
}
.fiat__social .soc.fb{

}
.fiat__social .soc.vk{
	background-position: -42px 0;
}

.promo .green {
	position: absolute;
	left: 0;
	top: 150px;
	padding: 8px;
	background-color: #35ce7c;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.promo .banner {
	position: absolute;
	top: 85px;
	right: 0;
}
.promo .text{
	width: 550px;
	font-size: 14px;
	color: white;
	margin-top: 170px;
	font-weight: 600;
}
.promo .text .t2 {
	display: none;
}
.articles {
    padding: 41px 0 0 0;
}
.articles .item{
	width: 290px;
	position: relative;
	float: left;
	height: 228px;
	margin-right: 45px;
	margin-bottom: 46px;
	overflow: hidden;
}
.articles .item img{
	width: 290px;
    display: block;
}
.articles .item .title-box{padding: 1px 0 0 0;}
.articles .item .title-box .title{
    background-color: #8a94a0;
    height: 42px;
	color: white;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
}
.articles .item .title-box .title-disabled{
	color: gray;
	font-size: 14px;
	margin: 8px;
}
.articles .item .hover {
    font-weight: bold;
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 188px;
    overflow: hidden;
    display: none;
    background: rgba(0,0,0,.6);
    padding: 14px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
}
.articles .item .hover--photo {background: rgba(0,0,0,.6) url("../images/photo_hover.png") no-repeat center center;}

.articles .item .image_wrap {
    position: relative; z-index: 1;
}

.articles .item .disabled {
	position: absolute; top: 0;
	display: block;
}
.item__disable {opacity: .6;}
.articles .item:hover .hover {
	display: block;
}

.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 66px;
}
.footer .wrap {
	background-color: #FFFFFF;
}
.footer .line {
	width: 100%;
	height: 5px;
	border-bottom: 2px solid #000000;
	margin-bottom: 14px;
}
.footer .logo {
	float: left;
	width: 200px;
}
.footer .license {
	margin-left: 200px;
	font-size: 14px;
	margin-top: 12px;
	background-color: white;
}

@media screen and (min-width: 1000px){
	.articles .item:nth-of-type(3n) {
		margin-right: 0;
	}
	body .menu {
		width: 1000px;
	}
	body .menu ul li {
		margin: 0 5px 0 0;
	}
}

@media screen and (min-width: 680px) and (max-width: 1000px){
	.articles .item:nth-of-type(2n) {
		margin-right: 0;
	}
	body .menu {
		width: 100%;
		overflow: hidden;
	}
	body .wrap {
		width: 100%;
	}
	body .wrap .articles {
		width: 640px;
		margin: auto;
	}
	.promo .title {
		font-size: 2.5em;
		width: 560px;
	}
	.promo .share {
		left: 295px;
		top: 65px
	}
	.promo .text {
		width: 430px;
		margin-top: 130px;
	}
}

@media screen and (max-width: 680px){
    .promo__project_bfm {margin: 15px auto 15px;}
    body .main-container {min-width: 0;}
    .footer .logo {width: auto;}
	body {
        min-width: 0 !important;
    }
	body .wrap {
		width:  100%;
	}
	body .menu {
		width: 100%;
		overflow: hidden;
	}
	body .menu li {
		float: left;
	}

	.articles .item {
        margin: 0 auto 50px;
        float: none;
		width: 400px;
		height: auto;
        overflow: visible;

	}
	.articles .item img {
		width: 400px;
	}
    .promo__title_img {
        display: none;
    }
    .promo__title_img--320{width: 90%; display: block; margin: 0 auto 20px;}
	body .wrap .articles {
		width: 400px;
		margin: auto;
	}

	.promo {
		max-width: 400px;
		width: 100%;
		margin: auto;
		/*height: 700px;*/
	}
	.promo .title {
		font-size: 2.5em;
		width: 100%;
	}
	.promo .green{
		top: 200px;
	}
	.promo .share {
		display: none;
	}
	.promo .text {
		width: 100%;
	}
    .articles .item .hover {height: 100%; display: block;}
    .articles .item .hover--photo {display: none;}
	.promo .banner {}
	.promo .text {
		margin-top: 350px;
	}
	.promo .text .t1 {display: none;}
	.promo .text .t2 {display: block;}
    .promo__know_more {position: static; width: auto; display: block; margin:  10px 0 0 0;}
    .articles .item .title-box .title {font-size: 18px;}
}

.menu-wrapper {
	overflow: hidden;
}
.menu-wrapper ul li {
	display: block;
	float: left;
}

.add-text {
	float: right;
	color: #a3a3a3;
	font-size: 10px;
	margin-bottom: 12px;
}
@media screen and (max-width: 400px){
    .promo__header {display: none;}
    body {background-image: url("../images/bg_320.jpg");}
    .articles .item .title-box .title {font-size: 16px;}
    .promo__fm_logo,
    .promo__bfm_logo {padding: 8px 0 0 0;}
    .promo__fm_logo img {height: 20px;}
    .promo__bfm_logo img {height: 20px;}
    body {min-width: 100%;}

    .articles .item {
        margin: 0 0 30px 0;
        width: auto;
    }
    .articles .item img {
        width: 100%;
    }
    body .wrap .articles {
        width: auto;
    }
    .promo .banner{width: 110px; top: 10px; right: 50%; margin: 0 -55px 0 0;}
    .promo .banner img {width: 110px; display:  block;}
    .promo {
        max-width: 100%;
    }
    .body .wrap .articles {width: auto;}
    /*.promo__project_bfm {margin: 15px 0 0 15px;}*/
    .promo__know_more {width: 90%; margin: 10px auto 0;}

    .menu-wrapper {display: none;}
    body .main-container .inner-news {margin-top: 0 !important;}
    .footer .logo {float: none; margin: 0 auto; text-align: center;}
    .footer .license {margin: 0; padding: 20px;}
    body .main-container .article-news .article-authors {padding-bottom: 10px;}

    body .main-container .inner-news h1 .title-name {padding-top: 10px;}

}