p{
	color: #555;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}
#header{
	/*position: fixed;*/
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #fff;
	color: #fff;
	transform: translate3d(0, 0, 0);
	transition: all ease-out 0.5s;
}
#header .top{
	background: #FCFFFC;
	border-bottom: 1px solid #F0F0F0;
	padding: 0;
}
#header .bottom{
	background: #FFFEF9;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}
#header.scrolled{
	position: fixed;
}
#header.scrolled .middle, #header.scrolled .bottom{
	display: none;
}
#header.scrolled #mobile-menu-button{
	display: block;
}

#after-header{
	height: 11px;
}
#after-header.scrolled{
	height: 250px;
}
#header .top a.address{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 35px;
	color: #555555;
}
#header .top a.phone{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 34px;
	text-align: right;
	color: #DF2025;
	white-space: nowrap;
}
#header a.logo-small{
	display: none;
	background-image: url("img/logo.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 180px;
	height: 35px;
	margin-top: 1px;
}
#header.scrolled a.logo-small{
	display: block;
}
#header a.logo{
	display: block;
	background-image: url("img/logo.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 390px;
	max-width: 100%;
	height: 91px;
	margin-top: 43px;
}
#header h2, .pushy h2{
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #555555;
	margin: 4px 0 16px;
}
.top-menu{
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-menu li{
	display: inline-block;
	margin: 0;
	position: relative;
	overflow: hidden;
	height: 100%;
	vertical-align: top;
}
.top-menu li:before{
	content: "";
	display: block;
	position: absolute;
	background-color: #FFDD55;
	width: 0px;
	height: 0px;
	border-radius: 5px;
	left: 50%;
	top: 50%;
	z-index:-1;
	transition: all ease-out 0.5s;
}
.top-menu li:hover:before{
	width: 400px;
	height: 400px;
	border-radius: 200px;
	left: calc(50% - 200px);
	top: calc(50% - 200px);
}
.top-menu li>a{
	display: block;
	width: 190px;
	height: 100%;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #555555;
	padding: 118px 10px 51px;
	background-repeat: no-repeat;
	background-position: center 37px;
}
.top-menu a:hover{
	/*background-color: #FFDD55;*/
	color: #333 !important;
}
.top-menu li:nth-of-type(1)>a{
	background-image: url("img/catalog_brands.png");
}
.top-menu li:nth-of-type(2)>a{
	background-image: url("img/catalog_categories.png");
}
.top-menu li:nth-of-type(3)>a{
	background-image: url("img/internet-shop.png");
}
#main-menu{
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}
#main-menu li{
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #333333;
}
#main-menu li>a{
	display: block;
	padding: 14px 0 6px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
#main-menu li.separator{
	font-size: 16px;
	margin-top: 16px;
}

.pushy{
	background-color: #f0f0f0;
	width: 600px;
	max-width: 80%;
}
.pushy-left {
    -webkit-transform: translate3d(-600px, 0, 0);
    -ms-transform: translate3d(-600px, 0, 0);
    transform: translate3d(-600px, 0, 0);
}
.pushy-content{
	color: #333;
	text-align: center;
}
.pushy-content ul{
	text-align: center;
}
.pushy-content a.logo{
	display: block;
	width: 100%;
	height: 64px;
	background-image: url("img/logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.pushy-content .top-menu{
	width: 100%;
}
.pushy a {
    color: #333;
}
.pushy a:hover {
    color: #DF2025 !important;
    background-color: transparent;
}
.pushy .top-menu a:hover{
	color: #333 !important;
}
h1{
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	color: #333333;
}
#first-screen{
	padding: 50px 0 0;
}
#first-screen h1{
	margin: 97px 0 7px;
}
p.circle{
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #555555;
	position: relative;
	margin: 30px 0;
}
p.circle:before{
	content: "";
	display: block;
	position: absolute;
	background-image: url("img/circle.png");
	background-repeat: no-repeat;
	width: 71px;
	height: 71px;
	left: 36px;
	top: calc(50% - 35px);
	z-index: -1;
}
#first-screen button{
	margin: 10px 0 36px;
}
h2{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 140%;
	color: #333333;
}
h3{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #333333;
}
h2 > span.strong{
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 60px;
	color: #DF2025;
}
#why h2{
	margin: 159px 0 28px;
}
#advantages{
	background: #FCFFFC;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	padding: 0 0 44px 0;
}
#advantages h3{
	padding: 60px 0 21px 96px;
	background-repeat: no-repeat;
	background-position: left 39px;
}
#advantages .item-1 h3{
	background-image: url("img/quality.png");
}
#advantages .item-2 h3{
	background-image: url("img/money.png");
}
#advantages .item-3 h3{
	background-image: url("img/delivery.png");
}
#what-brands{
	padding: 60px 0 60px;
}
#what-brands h2{
	margin: 58px 0 24px;
}
#what-brands p.circle{
	margin-top: 58px;
}
#what-brands button{
	margin: 36px 0 42px;
}
a.brand-list-link{
	display: inline-block;
	width: 198px;
	height: 198px;
	outline: 1px solid #e5e5e5;
	border: 1px solid #fff;
	margin: 1px 1px 0 0;
	padding: 175px 0 0 0;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
a.brand-list-link:hover{
	outline: 1px solid #FFDD55;
	border: 1px solid #FFDD55;
	z-index: 1;
}
#brands-list{
	text-align: center;
	margin-top: 36px;
}
#brands-list a.button{
	margin: 49px 0 20px;
}
#geo{
	text-align: center;
	background-color: #FCFFFC;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	padding: 62px 0 56px;
}
#geo h2{
	margin-bottom: 30px;
}
#who-clients{
	padding: 64px 0 68px;
}
#who-clients h2{
	margin: 19px 0 22px;
}
#who-clients button{
	margin: 39px 0 24px;
}
.clients-logo-list{
	text-align: center;
}
.clients-logo-list > div{
	display: inline-block;
	width: 200px;
	height: 200px;
	outline: 1px solid #e5e5e5;
	margin: 1px -3px 0 0;
	padding: 0;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
.clients-logo-list > div > img{
	margin: 0;
	padding: 0;
}
#who-clients .clients-logo-list{
	margin: 38px 0 24px;
}
#big-digits{
	background-image: url("img/digits-bg.jpg");
	background-size: cover;
	background-position: center top;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	padding: 88px 0 55px;
	text-align: center;
}
#big-digits h2{
	margin-bottom: 40px;
}
#big-digits h3{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #000000;
	background-image: url("img/circle.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px 0 25px;
}
#big-digits h3 > span{
	display: block;
	font-style: normal;
	font-weight: 300;
	font-size: 90px;
	line-height: 113px;
	text-align: center;
	color: #DF2025;
	margin-bottom: 10px;
}
#big-digits p{
	margin-bottom: 50px;
}
#questions{
	padding: 76px 0 55px;
}
#questions .girl{
	width: 235px;
	height: 235px;
	background-image: url("img/girl.png");
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 200px;
	border: 1px solid rgba(255, 255, 255, 0.82);
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
	margin: 10px 0 20px;
}
#questions h2{
	margin-bottom: 22px;
}
#questions-form{
	margin: 63px 0 20px;
}
#questions-form input{
	margin-bottom: 24px;
}
#questions-form button{
	margin-top: 8px;
}
#questions-form p.note{
	margin-top: 13px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	color: #555555;
}
#footer{
	background-image: url("img/footer-bg.jpg");
	background-size: cover;
	background-position: center bottom;

}
#footer .top{
	background: rgba(255, 255, 255, 0.82);
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	padding: 24px 0 17px;
	margin-bottom: 38px;
}
#footer a.logo{
	display: block;
	background-image: url("img/logo-footer.png");
	background-position: left center;
	background-repeat: no-repeat;
	width: 280px;
	height: 65px;
}
#footer div.social{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	text-align: right;
	color: #555555;
	padding: 14px 0 10px;
	margin: 0;
}
#footer a.facebook{
	display: inline-block;
	background-image: url("img/facebook.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 28px;
	height: 32px;
	vertical-align: middle;
	margin: -2px 5px 0;
}
#footer a.instagram{
	display: inline-block;
	background-image: url("img/instagram.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 29px;
	height: 32px;
	vertical-align: middle;
	margin: -2px 5px 0;
}
#footer h2{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 27px;
}
#footer h3{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #DF2025;
}
#footer p.address{
	margin-top: 23px;
}
#footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul+h3{
	margin-top: 55px;
}
#footer .bottom{
	margin-top: 54px;
}
p.copyright{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
}
#vk-site{
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 24px;
	text-align: right;
	color: #555555;
}
#template1-page{
	padding-top: 14px;
	padding-bottom: 96px;
}
#template1-page h1{
	text-align: center;
	margin-bottom: 50px;
}
#template2-page{
	padding-top: 14px;
	padding-bottom: 96px;
}
#template2-page h1{
	text-align: left;
	margin-bottom: 24px;
}
#template2-page h1+p{
	margin-top: -14px;
	margin-bottom: 32px;
}
.brand-logo{
	display: inline-block;
	width: 200px;
	height: 200px;
	background-color: #eee;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}
.product-card{
	padding-bottom: 4px;
	margin-bottom: 26px;
}
.product-card .product-photo{
	width: 100%;
	height: 270px;
	background-color: #eee;
	background-size: cover;
	background-position: center;
	border: 1px solid #E5E5E5;
}
.product-card:hover{
	outline: 2px solid #FFDD55;
}
.product-card:hover .product-photo{
	/*border-style: none none solid none;*/
	border-color: #fff #fff #E5E5E5 #fff;
}
h4{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}
.product-card h4{
	text-align: center;
	margin: 15px auto 8px;
}
.product-logo{
	width: 300px;
	height: 300px;
	background-color: #eee;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}
#brand-page{
	text-align: center;
}
#brand-page .brand-logo{
	outline: 1px solid #e5e5e5;
	margin-bottom: 26px;
}
#brand-page h2{
	margin-bottom: 15px;
}
#brand-page .product-list{
	margin: 53px auto 0px;
}
.product-list a.back-to-list{
	margin-top: 24px;
}
#product-page{
	padding-top: 24px;
}
#product-page .product-big-image{
	outline: 1px solid #e5e5e5;
}
#product-page h1{
	text-align: left;
	margin-bottom: 14px;
}
#product-page h3{
	margin-bottom: 24px;
}
#product-page .brand-logo{
	width: 100px;
	height: 100px;
	display: inline-block;
	outline: 1px solid #e5e5e5;
	vertical-align: middle;
}
#product-page .brand-title{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
#product-page .category-title{
	margin: 15px 0;
}
#product-page button{
	margin-bottom: 38px;
}
#product-page .description{
	border-top: 1px solid #e5e5e5;
	margin: 33px 0 32px;
	padding-top: 28px;
}
.category-card{
	margin-bottom: 48px;
	margin-top: 5px;
}
.category-card h2>span{
	font-weight: 300;
	color: #555;
	font-size: 14px;
}
.category-card h3>span, .category-card h4>span{
	font-weight: 300;
	color: #777;
	font-size: 14px;
}
.category-card h2, .category-card h3, .category-card h4{
	color: inherit;
}
.category-card h2{
	display: inline-block;
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 140%;
	background-color: #FFDD55;
	padding: 6px 0 1px 14px;
	margin-bottom: 15px;
}
.category-card h2:before{
	display: block;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 100%;
	right: -35px;
	background-image: url("img/label-arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
}
.category-card h3{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	padding-left: 14px;
	margin-bottom: 8px;
}
.category-card h4{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	padding-left: 32px;
	margin-bottom: 8px;
}
.children-category-item{
	display: inline-block;
	margin: 0 4px;
}
.children-category-item h3{
	color: inherit;
	border: 1px solid #e5e5e5;
	padding: 3px 24px;
	border-radius: 100px;
}
.children-category-item h3:hover{
	
}
.children-category-item h3>span{
	font-weight: 300;
	color: #777;
	font-size: 14px;
}
.parent-category{
	color: inherit;
	display: inline-block;
}
#breadcrumbs{
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	color: #777;
	margin-bottom: 46px
}
#breadcrumbs a{
	color: #777;
}
#breadcrumbs a:hover{
	color: #DF2025;
}
#breadcrumbs span.separator{
	margin: 0 5px;
}
.recipe{
	background: #FFFFFF;
	box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15);
	padding: 32px;
	position: relative;
}
.recipe:before{
	content: "";
	position: absolute;
	width: 381px;
	height: 697px;
	left: -283px;
	background-image: url("img/recipe-girl.png");
	background-position: right top;
	background-repeat: no-repeat;
}
.recipe .bon-appetit{
	background-image: url("img/circle.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 32px 24px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #DF2025;
	margin-top: 32px;
}
.recipe-preview{
	padding-bottom: 24px;
	margin-bottom: 26px;
	text-align: center;
}
.recipe-preview .recipe-photo{
	width: 100%;
	height: 270px;
	background-color: #eee;
	background-size: cover;
	background-position: center;
	border: 1px solid #E5E5E5;
}
.recipe-preview:hover{
	outline: 2px solid #FFDD55;
}
.recipe-preview:hover .product-photo{
	border-color: #fff #fff #E5E5E5 #fff;
}
.recipe-preview h4{
	text-align: center;
	margin: 18px 24px 16px;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}
.recipe-preview p{
	text-align: center;
	margin-left: 24px;
	margin-right: 24px;
	color: #999;
}
.recipe-preview:hover p{
	color: #555;
}
#contacts-list{

}
#contacts-list tr > td:nth-of-type(1){
	font-weight: bold;
	font-size: 18px;
}
#contacts-list span.note{
	display: block;
	font-weight: normal;
	font-size: 14px;
}
#slider-2 img{
	max-width: 544px;
}




@media (max-width: 1199px){ /* lg */
	#header a.logo{
		width: 300px;
	}
	#header h2{
		font-size: 11px;
		line-height: 16px;
		max-width: 300px;
	}
	.top-menu li>a {
		width: 150px;
	}
}
@media (min-width: 992px){ /* lg */
	
}
@media (max-width: 991px){ /* md */
	.top-menu li>a{
		width: 130px;
		font-size: 13px;
		line-height: 18px;
		padding: 118px 5px 51px;
	}
	#main-menu li>a{
		padding: 10px 0 3px;
		font-size: 14px;
	}
	#main-menu li.separator{
		font-size: 14px;
		margin-top: 12px;
	}
	#first-screen{
		text-align: center;
	}
	#first-screen h1 {
	    margin: 20px 0 7px;
	}
	p.circle:before{
		left: calc(50% - 35px);
	}
	#why{
		text-align: center;
	}
	#advantages h3{
		padding: 100px 0 21px;
		background-repeat: no-repeat;
		background-position: center 10px;
		text-align: center;
	}
	#advantages p{
		text-align: center;
	}
	#what-brands{
		text-align: center;
	}
	#who-clients{
		text-align: center;
	}
	#questions-form{
		text-align: center;
	}
	#footer{
		text-align: center;
		background-position: 20% top;
	}
	#footer .row > div{
		text-align: center !important;
	}
	#footer .flex{
		display: block;
		text-align: center;
	}
	#footer li{
		text-align: center;
	}
	#footer a.logo {
	    background-position: center;
	    width: 100%;
	}
	#footer div.social {
	    text-align: center !important;
	}
	#footer h3{
	    margin-top: 48px !important;
	}
	p.copyright{
		margin-bottom: 18px;
	}
	.recipe:before{
		display: none;
	}
}
@media (max-width: 767px){ /* sm */
	#header .top-menu{
		display: none;
	}
	#header .bottom{
		display: none;
	}
	#header .logo-container{
		width: 100%;
		text-align: center;
	}
	#header a.logo{
		width: 390px;
		display: inline-block;
	}
	#header h2{
		max-width: 90%;
	}
	#mobile-menu-button{
		display: block;
	}
	#header .top a.address{
		display: none;
	}
	#questions .girl {
	    margin: 0px auto 20px;
	}
}
@media (max-width: 479px){ /* xs */
	#header.scrolled .top a.phone{
		display: none;
	}
}
