html, body{
	line-height: 1.2;
	height: 100%;
	font-family: 'Tinos', serif;
	}
body{
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100%;	
	}


#page-preloader{
position: absolute;
width: 100%;
height: 100%;
background-color: #ccc;	
}




p{
	font-size: 16px;
	line-height: 1.3;
	margin-top: 13px;
	margin-bottom: 13px;
	/*margin-bottom: 10px;*/
	font-family: Ubuntu, sans-serif;
	color: #5C2D24;
}
.clear{
	clear: both;
}
.strong{
     font-weight: 600; 
}	

h1{
	font-size: 28px;
	color: #d19934;
	padding-top: 6px;
	padding-bottom: 6px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #5c2d24;
	text-align: right;
	padding-right: 17px;
}
h2{
	font-size: 25px;
	color: #5C2D24;
	margin-bottom: 8px;
	line-height: 1.1;
}
p + h2{
    margin-top: 25px;
}
ul + h2{
    margin-top: 25px;
}
h3{
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: Ubuntu, sans-serif;
}
h4{}


table{
  border: thin solid  #DAB180;
  border-collapse: collapse;
  color: #5C2D24;
width: 100%;	
}
table tr{
  border: thin solid #e8e6e6;
  border-collapse: collapse;
}
table tr td strong{
  /*font-family: 'Tinos', serif;*/
	font-size: 15px;
}

table tr td p{
  /*font-family: 'Tinos', serif;*/
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 8px;
}

table tr td{
  border: thin solid #e8e6e6;
  border-collapse: collapse;
  padding-left: 6px;

}
table tr td strong{
font-weight: bold;	
}

x-table tr td:first-child{
width: 400px;

}

a{}
a:hover{}
hr{}

	
.wrapper{
	width: 1000px;
	background-color:  #fff;
	background-image: url(../images/content-bg/bochka.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.8);
	-moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.8);
	box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.8);
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.header{
	height: 226px;
	background-image: url(../images/header.png);
	background-position: center top;
}
.header__logo{
	display: block;
	margin: auto;
	width: 240px;
	padding-top: 15px;
}
.header__logo img{
	display: block;
	margin: auto;
	width: 240px;
}
.header__contacts {
    float: right;
    font-size: 21px;
    color: #5d1f04;
    text-align: right;
    margin-right: 52px;
    position: relative;
    top: 75px;
    text-shadow: 0px 1px #f7e7ca;
    line-height: 1.2;
    font-weight: 600;
}
.header__social{
	float: left;
	position: relative;
	top: 120px;
	left: 25px;
}
.header__social-item{
	margin-right: 7px;
}
.top-nav{
	height: 44px;
	background-image: url(../images/menu.png);
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FFF;
	margin-top: -46px;
}
	}
.top-nav ul{}
.top-nav li{
	float: left;
	font-size: 18px;
	line-height: 44px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 140px;
	text-align: center;
	position: relative;
}
.top-nav li.last{
	border-right-style: none;
	width: 144px;
}
.top-nav li.double{
	line-height: 18px;
	height: 44px;
	font-size: 16px;
}
.top-nav li.double a{
	margin-top: 3px;
	display: block;
}
.top-nav li a{
	color: #FFF;
	text-decoration: none;
}
.top-nav  li:hover{
	background-image: url(../images/hover.png);
	background-position: center center;
}
.top-nav li:hover a{
	color: #5c2d24;
}
.top-nav .top-nav__level{
	display: none;
	position: absolute;
	z-index: 9999;
	width: 170px;
	background-image: url(../images/submenu.png);
	background-size:cover;
	left: -2px;
	top: 44px;
	text-align: left;
	border: 2px solid #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 18px;
}
.top-nav .top-nav__level li{
	text-align: left;
	line-height: normal;
	width: auto;
	float: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #5A2E2E;
}
.top-nav .top-nav__level li:hover{
	background-image: none;
	color: #FFF;
}
.top-nav .top-nav__level li:hover a{
	color: #FFF;
	text-decoration: underline;
}

.top-nav .top-nav__level li a{
	color: #FFF;
	text-align: left;	
}
/*.ticker{
	margin: 0px;
	float: none;
}

/*
.bx-wrapper{
	margin: 0px;
	float: none;
}
.bx-wrapper .bx-viewport{
	border: none;
	box-shadow: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.bxslider{
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: none;
}*/
	
	
	
#makeMeScrollable{
	width: 100%;
	height: 300px;
	position: relative;
}
		
#makeMeScrollable div.scrollableArea img{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 6px;
	background-color: #FFF; 
			/* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
  -webkit-user-select: none;
  -khtml-user-select: none;
   -moz-user-select: none;
    -o-user-select: none;
     user-select: none;

}


.content{
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 25px;
	position: relative;
	
	background-image: url(../images/bottombg.png);
	background-repeat: no-repeat;
	background-position: 880px bottom;
}
.content #contact-btn{
	position: absolute;
	right: -39px;
	top: 100px;
}
.content__left-col{
	float: left;
	height: 500px;
	width: 220px;
}
.content__right-col{
	float: right;
	width: 550px;
	height: auto;
	padding-right: 175px;
	padding-top: 5px;
	padding-bottom: 50px;
}

.content__right-col ul{
  list-style: disc;
  padding-left: 10px;	
}
.content__right-col ul li{
   padding-bottom: 12px;	
   font-size: 16px;
   line-height: 1.2;	
   color: #5C2D24;	
   font-family: Ubuntu, sans-serif;	
}



.footer{
	background-color: #4d281f;
	margin: auto;
	height: 85px;
	width: 1000px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #cf9a3a;
	position: relative;
	padding-top: 20px;
	font-family: Ubuntu, sans-serif;
}
.footer__up{
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	width: 45px;
	display: block;
	position: relative;
	top: -78px;	
}
.footer__madein{
	color: #da9023;
	float: right;
	text-decoration: none;
	position: absolute;
	right: 15px;
	bottom: 25px;
	font-size: 12px;
}
.footer__copy{
	color: #da9023;
	float: right;
	text-decoration: none;
	position: absolute;
	bottom: 27px;
	left: 150px;
	font-size: 14px;
}
.footer__logo{
	position: absolute;
	left: 20px;
	top: 12px;
}
.footernav{
	font-family: 'Ubuntu Condensed', sans-serif;
	height: 26px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 80px;
	padding-top: 5px;
}
.footernav li{
	float: left;
	color: #FFF;
	font-size: 15px;
}
.footernav li a{
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}




/*Р”РёРЅР°РјРёС‡РµСЃРєРёР№ РєРѕРЅС‚РµРЅС‚*/


/*Р¤РѕС‚Рѕ Рё РіР°Р»РµСЂРµРё*/

.gallery-wrap{
	margin-left: -20px;
	padding-bottom: 70px;
}
.gallery-item{
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 4px solid #cd9c36;
}
.gallery-item:hover{

}
.gallery-item img{
	margin-bottom: 0px;
	display: block;
	width: 250px;
}

/*РђРєС†РёРё*/
.aksii-item{
	margin-bottom: 20px;
}
.aksii-item img{
	margin-top: 4px;
}
.aksii-item__intro{}



/*Р‘Р»СЋРґРѕ РґРЅСЏ*/

.bludo__name{
	margin: 0px;
}
.bludo__name h2{
	float: left;
}
.bludo__price{
	font-size: 24px;
	color: #5c2d24;
	float: right;
}
.bludo__sostav{
	margin-bottom: 15px;
	color: #5c2d24;
	position: relative;
	top: -4px;
	font-family: Ubuntu, sans-serif;
}
.bludo__img{
	border: 4px solid #cd9c36;
	margin-bottom: 50px;
}


/*Р’РёРЅР°*/
	
.birdy{
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}
.vine-item{
	text-align: center;
	margin-bottom: 20px;
	color: #5c2d24;
}
.vine-item h2{
	color: #5c2d24;
	font-size: 20px;
	margin-bottom: 8px;
}

/*РњРµРЅСЋ СЂРµСЃС‚РѕСЂР°РЅР°*/
.menu-col{
	margin-top: -15px;
}
.menu-item{
	color: #5c2d24;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #edebeb;
}
.menu-item h2{
	color: #5c2d24;
	margin-bottom: 0px;
}
.menu-item__sostav{
	color: #5c2d24;
	font-family: Ubuntu, sans-serif;
}
.menu-item__desc{
	float: left;
	margin-bottom: 5px;
	position: relative;
	width: 450px;
}
.menu-item__sticker{
	position: absolute;
	left: -70px;
	top: 4px;
}
.menu-item__toggle{
	display: block;
	clear: both;
	font-style: italic;
	text-decoration: underline;
	font-size: 17px;
	color: #da9023;
}
.menu-item__img{
	width: 560px;
	margin-bottom: 15px;
	border: 3px solid #da9023;
	display: none;
	margin-top: 8px;
}
.launch-prices{
   color: #5C2D24;
   font-size: 18px;
   font-family: "Tinos",serif;

}
.contact-form{
	padding-top: 15px;
}
.contact-form h2{
	margin-bottom: 14px;
}
.contact-form .field{
	width: 250px;
	margin-bottom: 4px;
	margin-top: 2px;
}