img{border:none;}
textarea,input,button{outline:none;}
textarea:focus, input:focus, button:focus{outline:none; border:none;}
textarea:active, input:active, button:active{outline:none;border:none;}
a:hover {outline: none;}
.btn.submit:focus {
    outline-style: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
label{margin:0px;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	box-sizing: border-box;
	margin:0;
	padding:0;
}

body{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
    font-weight: 400;
}

.wrap {
	max-width:1100px;
	min-width:320px;
	margin:0 auto;
}

.lang {
	display:flex;
	justify-content:flex-end;
	margin-bottom:10px;
}

.lang .item {
	display:flex;
	align-items:center;
	background:#EDF3FA;
	padding:5px;
	margin:5px;
	border:1px solid transparent;
	color:#797979;
	cursor:pointer;
}

.lang .item p{
	margin-left:10px;
	font-size:18px;
	line-height:18px;
	font-weight:600;
}

.lang .item img{
	display:block;
	width:18px;
	height:12px;
}

.lang .item.active{
	border:1px solid #EADBD7;
	box-shadow:0 0 3px 1px #EADBD7 inset;
	color:#000;
}

/* === */

.header {
	display:flex;
	align-items:center;
	margin-bottom:35px;
	padding:0 10px;
}

.header .logo{
	width:30%;
}

.header .logo img{
	display:block;
	width:100%;
}

.header .icons{
	width:70%;
	margin-left:50px;
	display:flex;
	flex-direction:column;
}

.header .icons .title {
	font-size:36px;
	letter-spacing:2px;
	color:#3A2414;
	font-weight:900;
	background:#C8E0B4;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
}

.header .icons .list{
	display:flex;
	justify-content:space-around;
}

.header .icons .list span{
	width:60px;
}

.header .icons .list img{
	width:100%;
}

.about {
	letter-spacing:1px;
	text-align:justify;
	margin-bottom:35px;
	padding:0 10px;
}

.brands .item {
	display:flex;
	align-items:center;
	margin-bottom:25px;
	padding:0 10px;
}

.brands .item .text .goods{
	display:flex;
	align-items: flex-end;
	justify-content:center;
}
.brands .item .text .goods img{
	display:block;
	margin:5px 5px 0 5px;
	max-height:125px;
}
.brands .item .text .goods img.width{
	max-width:130px;
}

.brands .item .logo{
	width:25%;
	display:block;
}

.brands .item .logo img{
	width:100%;
	display:block;
}

.brands .item .text{
	width:75%;
	padding:10px;
	margin-left:50px;
	text-align:right
}

.brands .item .text p{
	text-align:center;
	color:#62472E;
	font-size:26px;
	font-weight:600;
}

.brands .item .text span{
	text-align:center;
	display:block;
	color:#514439;
}

.brands .item .text a{
	text-align:center;
	display:block;
	color:#514439;
}

.load {
	display:block;
	text-decoration:none;
	color:#000;
	font-size:16px;
	font-weight:600;
	text-align:center;
	background: #FFEAE6;
    border: 1px solid #e8c3bc;
	padding:5px;
	margin-bottom:20px;
	border-radius: 5px;
}

.label {
	display:block;
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-weight:600;
	text-align:center;
	background: #EDF3FA;
	padding:5px;
}

.logo {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:15px;
}

.logo .first {
	width:12%;
	margin-right:40px;
}

.logo .second {
	width:18%;
	margin-top:15px;
}

.logo img{
	width:100%;
}

.brand-title {
	text-transform:uppercase;
    font-size: 26px;
    color: #5E912C;
    font-weight: 900;
    background: #FFEAE6;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.goods .item {
	display:flex;
	margin-bottom:25px;
}

.goods .item .img{
	width:27%;
	padding:8px;
}

.goods .item .img img{
	display:block;
	margin:0 auto;
	max-height:300px;
}

.goods .item .width img{
	width:100%;
}

.goods .item .text{
	width:73%;
	padding:8px;
}

.goods .item .text p{
	color:#2F2520;
	margin-bottom:10px;
	text-align:justify;
}

.goods .item .text .top,
.goods .item .text p span{
	font-weight:600;
	color:#000;
}

.goods .item .text .title{
	color:#281C17;
	text-align:center;
	font-weight:600;
}
.goods .item .text .ingridient {
	color:#000;
	font-size:15px;
	display:none;
}
.goods .item .text .btn {
	cursor:pointer;
	display:block;
	width:90px;
	text-align:center;
	padding:5px 0;
	background:#FFEAE6;
	border:1px solid #e8c3bc;
	border-radius:5px;
	margin-bottom:10px;
}



/* **** */

.ru-js {
	display:none;
}


@media only screen and (max-width:960px){
	.logo .second {
		width: 23%;
		margin-top: 0;
	}
	.load {
		margin:0 10px 20px 10px;
	}
}

@media only screen and (max-width:768px){
	.header {
		flex-wrap: wrap;
	}
	.header .logo {
		width: 100%;
	}
	.header .logo img {
		display: block;
		width: auto;
		margin:0 auto 15px auto;
	}
	.header .icons {
		width: 100%;
		margin: 0;
	}
	.header .icons .title {
		font-size: 24px;
		letter-spacing: 1px;
		padding: 10px;
		margin-bottom: 10px;
	}
	.header {
		margin-bottom: 15px;
	}
	.about {
		margin-bottom: 15px;
	}
	.brands .item .text p {
		font-size: 20px;
	}
	.brands .item .text span {
		font-size: 18px;
	}
	.brands .item .text {
		padding: 5px;
		margin-left: 10px;
	}
	
	.brands .item {
		flex-wrap: wrap;
		margin-bottom: 15px;
		padding-bottom:5px;
		border-bottom:1px dashed #C8E0B4;
	}
	.brands .item:last-child {
		border-bottom:none;
	}
	.brands .item .logo {
		width: 100%;
	}
	.brands .item .text {
		width: 100%;
	}
	.brands .item .logo img {
		width: 250px;
		display: block;
		margin:0 auto;
	}
	.brand-title {
		font-size: 20px;
	}
	.goods .item .text p{
		font-size:17px;
	}
	
	.goods .item {
		margin-bottom:15px;
	}
}

@media only screen and (max-width:600px){
	.logo {
		flex-direction:column;
	}
	.logo .first {
		width: 250px;
		margin:0 0 15px 0;
	}
	.logo .second {
		width: 250px;
	}
	.logo .title {
		font-size: 25px;
	}

	.brand-title {
		font-size: 18px;
	}
	
	.goods .item .text p{
		font-size:15px;
	}
	.goods .item .text .ingridient {
		font-size: 13px;
	}
	.goods .item{
		flex-wrap:wrap;
	}
	.goods .item .img{
		width:100%;
		padding:8px;
	}

	.goods .item .width img{
		width:80%;
		max-height:inherit;
	}

	.goods .item .text{
		width:100%;
		padding:8px;
	}
	
	.goods .item {
		margin-bottom:5px;
	}
}

@media only screen and (max-width:400px){

	.brand-title {
		font-size: 15px;
	}
}


























