.info_container {
	padding: 25px 10px;
	color: #000;
	line-height: 45px;
	display: flex;
	justify-content: center;
	    text-align: left;
}

.info_item li {
	font-size: 18px;
}
.info_item .title {
	font-size: 22px;
	font-weight: 700;
	line-height: 65px;
	text-transform: uppercase;
	color: #fff;
}
.btns {
	width: 250px;
	margin: 8px 0;
	font-family: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	border: none;
	background-color: orange;
	color: #fff;
	min-height: 40px;
	line-height: 1.2;
	font-size: 22px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
}
.info_btn {
	margin: 30px 0;
}
.pic_m {
	display: none;
}
.pic {
	margin-top: 50px;
}
.list {
	list-style: none;
}
footer {
	text-align: center;
	background: #000;
	color: #fff;
	padding: 0;
	line-height: 22px;
}
.logo img{
    margin: -25px 0 20px;
	}
.logo p{	
	    font-size: 14px;
}
@media screen and (max-width: 768px) {
	.info_container {
		padding: 0px 0px;
		line-height: 30px;
		display: block;
	}
	.info_item .title {
		font-size: 18px;
		font-weight: 700;
		line-height: 36px;
	}
	.pic_m {
		display: block;
		margin: 0 auto;
	}
	.pic {
		display: none;
	}
	.info_item {
		margin: 15px;
	}
	.btns {
		margin: 0px auto 8px;
	}
	.logo p {
		font-size: 13px;
		margin: -11px 0;
	}
	.footer-logo {
		padding: 2.5rem 1rem 4.5rem;		
	}
	.btn-yellow {
    
    font-size: 12px;   
    padding: 4px 12px;
    margin: 10px 1px;
}
.padding-no-block .content-main {
    padding: 76px 0 5px;
}
.header .logo {
    width: 66px;
   
    left: 11%;
  
}
}