* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}
.container {
	width: 1230px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 30px;
}
.logo	img, .logo span, .header ul li, .journalist_post, .journalist, .order_prod .info, .order_prod .product, .avatar, .user_name, .content, .side_bar {
	display: inline-block;
	vertical-align: middle;
}
.logo	img {
	margin-right: 20px;
	width: 87px;
}
.logo span{
	font-family: 'Lobster', cursive;
	font-size: 40px;
	color: #ee5cab;
}
.header ul{
	font-size: 0;
	display: block;
	margin: 20px auto;
	line-height: 60px;
}
.header ul li a{
		text-decoration: none;
    color: #3a6696;
    font-size: 24px;
    text-align: center;
    padding: 15px 26px;
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
}
.header ul li a:hover {
	background: #ccc;
	color: #333;
}
h1, h3, h4, p, img {
	margin-bottom: 20px;
	width: 100%;
}
h4 {
		font-style: italic;
    border-bottom: 3px solid #db0000;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 100;
}
a {
	color: #5e8acc;
}
a:hover {
	color: #2f5895;
}
.content {
	width: 770px;
	max-width: 100%;
}
.journalist{
	width: 200px;
	vertical-align: top;
}
.journalist img {
	width: 170px;
	display: block;
	margin: 0 20px 20px 0;
}
.journalist span {
	  font-size: 16px;
    line-height: 16px;
    font-style: italic;
    display: block;
    width: 170px;
}
.journalist_post{
	width: calc(100% - 210px);
	vertical-align: top;
}
.journalist_name{
	font-size: 24px;
	font-weight: bold;
}
.health__title{
	font-weight: bold;
	font-size: 20px;
}
p{
		font-size: 24px;
    line-height: 29px;
}
.substrate{
	  font-size: 20px;
    line-height: 23px;
    padding: 15px;
    font-weight: 700;
    text-align: center;
    background: #ffff95;
    margin-top: -5px;
}
.cont_img{
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}
h3 {
	  font-size: 24px;
    line-height: 29px;
}
.content ul {
	padding-left: 40px;
}
.content ul li{
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 5px;
}
.prod_result {
		background: #ebebeb;
    border: 12px solid #9f9f9f;
    padding: 15px;
    margin-bottom: 20px;
}
.prod_result .substrate {
	margin: 0 0 -5px 0;
	font-weight: normal;
	font-size: 24px;
  line-height: 29px;
}
.prod_result img {
	width: 100%;
	max-width: 100%;
}
.prod_result .center {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
}
.red {
	font-weight: bold;
	color: #db0000;
}
.order_prod {
		border: 5px dashed #559363;
    padding: 60px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.order_prod .product{
	margin-right: 20px;
	width: 225px;
}
.order_prod .info {
	text-align: center;
	width: calc(100% - 270px);
}
.discount{
	color: #db0000;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
}
.discount span {
	text-transform: uppercase;
	font-size: 40px;
}
.info a, .info p{
		font-size: 23px;
    line-height: 29px;
    margin-bottom: 35px;
    display: block;
}
.btn {
	  font-size: 35px;
    line-height: 35px;
    background: #f89521;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 0;
    color: #fff;
    margin-bottom: 0;
    width: 470px;
    max-width: 95%;
    display: block;
    margin: 20px auto;
}
.info .btn{
	width: 100%;
}
.btn:hover {
	background: #df7c07;
	color: #fff;
	cursor: pointer;
}
.comment {
		border: 1px dotted #7b7b7b;
    padding: 15px;
    margin-bottom: 25px;
}
.avatar {
	vertical-align: top;
	margin-right: 20px;
	width: 70px;
}
.user_name{
	vertical-align: top;
	width: calc(100% - 100px)
}
.name{
	  font-size: 24px;
    line-height: 27px;
    font-weight: 700;
    margin: 0 0 15px;
}
.user_time, .text{
		position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}
.user_time:before {
		position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-image: url(../img/calendar.png);
    background-repeat: no-repeat;
}
.text{
	font-weight: bold;
	padding: 0;
}
.side_bar {
	vertical-align: top;
	width: 370px;
	
  margin-left: 25px;
}
.info_side{
	background: #ccc;
  padding: 15px 10px;
  margin-bottom: 15px;
}
.side_bar img {
	width: 100%;
	margin-bottom: 15px;
}
.side_bar h3 {
	  font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px;
}
.side_bar p {
	  font-size: 16px;
    line-height: 19px;
    margin: 0 0 15px;
}
hr{
	border-color: #fff;
	margin: 15px 0;
}
.more{
		display: block;
    text-align: right;
    font-style: italic;
}
.prod_side{
	background: #fff;
}
.side_bar .prod_side{
	box-shadow: 0 0 3px 0 #8c8c8c;
}
.side_bar .prod_side h3 {
	color: #fff;
	background: #139775;
	text-align: center;
	padding: 10px;
}
.prod_side img {
	  width: 230px;
    display: block;
    margin: 20px auto;
}
.prod_side .substrate{
	display: block;
	margin: 20px 0;
	color: #000;
	padding: 0;
	font-weight: 100;
	font-size: 24px;
  line-height: 29px;
}
.order {
	padding: 10px;
}
.order .btn {
	max-width: 100%;
	margin-bottom: 0;
}
.active{
	position: fixed;
	top: 0;
	width: 370px;
}
.footer {
	background: #cbcbcb;
	font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 0;
  font-weight: bold;
  padding: 15px 0;
}
.burg {
	display: none;
}
@media all and (max-width: 1024px) {
	.header ul li a{
		padding: 15px 10px;
	}
	.side_bar{
		width: 340px;
    margin-left: 10px;
	}
	.content{
		width: 593px;
	}
	.active{
		width: 340px;
	}
	.order_prod .product{
		width: 225px;
	}
}
@media all and (max-width: 1023px) {
	.side_bar, .header ul li{
		display: none;
	}
	.content{
		width: 100%;
	}
	.burg {
		display: block;
    line-height: 0;
    text-align: center
	}
	.burg img{
		 width: 40px;
		 margin: 0 auto;
	}
	.header ul{
		background: #ee5cab;
	}
	.container{
		padding: 10px;
	}
	.logo img{
		width: 70px;
		margin-bottom: 0;
	}
	.logo span{
		font-size: 25px;
	}
	h1 {
		font-size: 24px;
	}
}
@media all and (max-width: 414px) {
	.journalist{
		width: 100%;
		display: block;
	}
	.journalist img, .journalist span{
		width: 100%;
		margin-bottom: 10px;
	}
	.journalist_post, .order_prod .info{
		width: 100%;
		display: block;
	}
	.order_prod{
		padding: 10px;
	}
	.order_prod .product{
		width: 80%;
		display: block;
		margin: 0 auto 20px;
	}
	.btn{
		font-size: 30px;
	}
	p{
		font-size: 22px;
	}
}