.wrap {
	width: 760px;
	padding: 0 10px;
	box-sizing: border-box;
	}
p{
	margin: 0 0 20px 0;
	}

header {
	height: auto;
	}
.header_h{
	padding: 8px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	transition: all 0.3s 0.02s ease;
	background: #fff;
	overflow: hidden;
	}
.header_h.fixed{
	position: relative;
	}
.logo{
	width: 70px;
	order: 1;
	}
.header_h.fixed .logo{
	width: 70px;
	}

.adapt_menu{
	display: block;
	order: 3;
	}
.top_icon{
	order: 2;
	}	
.main_nav{
	padding: 10px 0 0 0;
	display:  none;
	order: 3;
	width: 100%;
	}

.main_nav ul{
	display: block;
	text-align: right;
	}	
.main_nav li{
	display: block;
	padding: 0 0 7px 0;
	}	
.main_nav li:first-child{
	padding: 0 0 7px 0;
	}	

.top_icon a {
	margin: 0 0 0 5px;
	}

.ba_block{
	padding: 30px 0 30px 0;
	overflow: hidden;
	position: relative;
	}
.ba_block_l{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	}
.ba_block_text{
	font-size: 16px;
	line-height: 20px;
	}
.main_zag {
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 30px 0;
	}


.formats {
	padding: 40px 0;
	}
.formats_b{
	width: 360px;
	margin: 0 0 20px 0;
	}
.formats_b:nth-child(3n){
	width: 100%;
	}

	
.monetizing_text{
	padding: 20px;
	}
.monetizing_img{
	width: 40%;
	}
.monetizing_img span{
	width: 180px;
	height: 180px;
	}
.monetizing_img img{
	vertical-align: bottom;
	max-height: 150px;
	}

	
.faq_b_title{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	}
.faq_b_title span {
	font-size: 22px;
	line-height: 28px;
	}
.faq_b_text {
	font-size: 18px;
	line-height: 22px;
	}

.slider_b{
	margin: 0;
	}