@import url(reset.css);

@font-face {
    font-family: 'Conqueror Sans UltraLight';
    src: url('../fonts/ConquerorSansUltraLight.eot') format('embedded-opentype'), url('../fonts/ConquerorSansUltraLight.otf') format('opentype'), url('../fonts/ConquerorSansUltraLight.svg') format('svg'), url('../fonts/ConquerorSansUltraLight.ttf') format('truetype'), url('../fonts/ConquerorSansUltraLight.woff') format('woff');
}

@font-face {
    font-family: 'Conqueror Sans';
    src: url('../fonts/ConquerorSans.eot') format('embedded-opentype'), url('../fonts/ConquerorSans.otf') format('opentype'), url('../fonts/ConquerorSans.svg') format('svg'), url('../fonts/ConquerorSans.ttf') format('truetype'), url('../fonts/ConquerorSans.woff') format('woff');
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	width: 100%;
    background: #FFF;
    color: #4D5255;
    font-family: Conqueror Sans UltraLight;
    font-size: 13px;
    line-height: 20px;
    -webkit-user-select: none;
}

sup { 
	vertical-align: baseline; 
	position: relative;
	top: -0.7em;
	left: 10px;
	font-size: 15px;
	color: #005F9C;
}
sub { vertical-align: baseline; position: relative; bottom: -0.4em; }

strong {font-weight: bold;}
/* WRAPPER */ 
#wrapper {
	width: 100%;
	min-width: 980px; 
	max-width: 1580px;
    margin: 0 auto;
	padding: 0 0 10px 0;
    position: relative;
    text-align: left;
	background: url(../images/white-back.gif) repeat top center;
}

/* ШАПКА САЙТА */
#head {
	width: 100%;
	height: 50px;
	margin: 0 auto 30px auto;
    position: relative;
}
/* ЛОГОТИП */
#head-logo {
    width: 21.5%; 
    height: 55px;
    float: left;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	padding: 0 10px;
	background: #F27991;
}

#head-logo p {
	font: 400 1.5em Conqueror Sans UltraLight;
	color: white;
	line-height: 2;
	text-align: center;
	text-transform: uppercase;
}
#head-logo span {
	display: block;
	width: 120px;
	position: absolute;
	top: 30px;
	left: 34%;
	color: #FFF;
	text-transform: lowercase;
	font: 400 .8em Conqueror Sans UltraLight;
}
#phone {
	height: 55px;
	padding: 0 20px 0 15px;
	position: absolute;
	top: 0;
	left: 22.5%;
	text-align: center;
	background: #FEF7BF;
	z-index: 5;
}
#phone p{
	font: 400 1.9em Conqueror Sans UltraLight;
	color: #F00;
	line-height: 1.5;
	text-transform: uppercase;
}
#phone span{
	display: block;
	width: 250px;
	position: absolute;
	bottom: 4px;
	left: -10px;
	color: #F00;
	text-transform: lowercase;
	font: 400 125% Arial;
}

/* ГОРИЗОНТАЛЬНОЕ МЕНЮ */
#header-menu{
	width: 100%;
	padding: 10px 0 25px 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #79C4DC;
}
#header-menu li{
    float: right;
    margin-right: 20px;
}
#header-menu li a{
    text-decoration: none;
    font: 13px Conqueror Sans UltraLight;
    color: #fff;
}
#header-menu li a:active, #header-menu li a:hover{
    color: #FF0004;
}
/* ПОИСК ПО САЙТУ */
#search{
	width: 315px;
	height: 30px;
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 7;
}

/* SIDEBAR */
#sidebar {
	width: 14%;
	min-width: 165px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	border-radius: 0 250px 0 0;
}
.sidebarText{
	width: 80%;
	margin: 10px 0;
	padding: 2%;
	text-align: center;
	background-color: #FFF;
	border-radius: 0 10px 10px 0;
}
.sidebarText h2{
	line-height: 1.4;
}

/*--=== MENU SIDEBAR ===--*/
ul#navmenu-v,
ul#navmenu-v li,
ul#navmenu-v ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px; 
	list-style: none;
	z-index: 20;
}

ul#navmenu-v:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#navmenu-v li {
	float: left; 
	display: block !important; 
	display: inline; 
	position: relative;
}

ul#navmenu-v a {
	border: 1px solid #FFF;
	border-right-color: #527337;
	border-bottom-color: #527337;
	padding: 4px 0 4px 15px;
	display: block;
	background: #6DAA8B;
	color: #FFF;
	font: 14px/28px Conqueror Sans UltraLight;
	text-decoration: none;
	height: auto !important;
	height: 1%; 
}

ul#navmenu-v a:hover,
ul#navmenu-v li:hover a,
ul#navmenu-v li.iehover a {
	background: #82C3DC;
	color: #FFF;
}

ul#navmenu-v li:hover li a,
ul#navmenu-v li.iehover li a {
	background: #82C3DC;
	color: #FFFFFF;
}

ul#navmenu-v li:hover li a:hover,
ul#navmenu-v li:hover li:hover a,
ul#navmenu-v li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover a {
	background: #82C3DC;
	color: #FFF;
}

ul#navmenu-v li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li a {
	background: #82C3DC;
	color: #FFFFFF;
}

ul#navmenu-v li:hover li:hover li a:hover,
ul#navmenu-v li:hover li:hover li:hover a,
ul#navmenu-v li.iehover li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover a {
	background: #82C3DC;
	color: #FFF;
}

ul#navmenu-v li:hover li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li.iehover li a {
	background: #82C3DC;
	color: #FFFFFF;
}

ul#navmenu-v li:hover li:hover li:hover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover li a:hover {
	background: #82C3DC;
	color: #FFF;
}

ul#navmenu-v ul,
ul#navmenu-v ul ul,
ul#navmenu-v ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left:160px;
}

ul#navmenu-v li:hover ul ul,
ul#navmenu-v li:hover ul ul ul,
ul#navmenu-v li.iehover ul ul,
ul#navmenu-v li.iehover ul ul ul {
	display: none;
}

ul#navmenu-v li:hover ul,
ul#navmenu-v ul li:hover ul,
ul#navmenu-v ul ul li:hover ul,
ul#navmenu-v li.iehover ul,
ul#navmenu-v ul li.iehover ul,
ul#navmenu-v ul ul li.iehover ul {
	display: block;
}

/* ОБЩИЕ  */
h1{
	padding: 10px 10px 15px 10px;
	margin: 20px;
	font-size: 1.9em;
	text-transform: uppercase;
	text-shadow:0px 0px 1px #fff;
	color: #505050;
	background: transparent url(../images/line.png) repeat-x bottom left;
}
h2{
	padding: 10px 10px 15px 10px;
	margin: 20px;
	font-size: 20px;
	text-transform: uppercase;
	text-shadow:0px 0px 1px #fff;
	color: #333;
	background: transparent url(../images/line.png) repeat-x bottom left;
}

.clr{
	clear: both;
	height: 5px;
}
a{
	color: #000;
	text-decoration:none;
}
.dropcap {
	color: #555555;
	display: block;
	float: left;
	font: 4em/75% Georgia,"Times New Roman",Times,serif;
	padding: 5px 10px 0 0;
}

/* ОСНОВНОЕ СОДЕРЖАНИЕ */
#contentWrapper{
	min-width: 980px;
}
#maincontent {
	width: 80%;
	float: right;
	margin: 0;
	position: relative;
	background: none;
}
#maincontent_tab{
	position: absolute;
	left: 40%;
	top: 25px;
}
#maincontent_tab1{
	position: absolute;
	left: 55%;
	top: 25px;
}
#maincontent_tab2{
	position: absolute;
	left: 70%;
	top: 25px;
}
#maincontent_tab3{
	position: absolute;
	left: 85%;
	top: 25px;
}
/*--=== Button ===--*/
a.buttonAir {
	display: inline-block;
	font-family: Conqueror Sans;
	font-size: 11px;
	color: rgb(205,216,228);
	text-decoration: none;
	user-select: none;
	line-height: 2em;
	padding: 1px 1.2em;
	border: 1px solid #F27991;
	background-color: #F27991;
}

a.buttonAir:focus:not(:active) {
	border: 1px solid rgb(22,32,43);
	border-bottom: 1px solid rgb(25,34,45);
	background: rgb(53,61,71);
	pointer-events: none;
}
/* CONTENTBAR */
#contentbar {
	float: left;
	width: 74.9%;
	margin: 0;
	padding: 0 0 0 10px;
}
#content{
	width: 70%;
	margin: 0;
	padding: 0 10px 150px 10px;
}

/* ИЗОБРАЖЕНИЯ В КАТЕГОРИЯХ */
.infoWrapper{
	width: 149px;
	min-height: 250px;
	float: right;
	margin: 20px 2.1% 20px 2%;
	text-align: center;
}
.infoWrapper h3,.snek h3,.infoWrapper h4,.snek h4{
	font: 15px Arial;
	color: #004D91;
	text-transform: uppercase;
}
.infoWrapper span,.snek span{
	color: red;
	font: 13px Arial;
	text-transform: uppercase;
	line-height: 1.7;
}
.infoWrapper p,.snek p{
	line-height: 1.5;
	font: 14px Arial;
	margin-bottom: 15px;
}	
.infoWrapper ul,.snek ul{
	width: 100%;
	text-align: left;
	padding-left: 25px;
	list-style-type: none;
	font: 13px Verdana;
}
.infoWrapper ul li,.snek ul li{
	margin: 1px 0px 0px 0;
}
.infoWrapper strong{
	font: 14px Arial;
	color: #414141;
	padding-left: 5px;
}
.pic {
	width: 125px;
    height: 200px; 
    float: left;
	margin-bottom: 12px;
    overflow: hidden;
}

/* поворот */
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* БЛОК СНЕКОВ */
.snek{
	width: 149px;
	height: 280px;
	float: right;
	margin: 20px 21px 20px 15px;
	text-align: center;
}
.snekImg{
	width: 100%;
    margin: 15px auto;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}
.snekImg:hover {
    margin-top: 2px;
	margin-bottom: 2px;
}


/* ОПИСАНИЕ ПРОДУКТА ТОВАРНОЙ ГРУППЫ */
#h1{
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	position: relative;
}
#h1 p{
	position: absolute;
	top: 10px;
	right: 2%;
	font-size: 1.3em;
	font-family: Conqueror Sans UltraLight;
	color: #E27222;
}
h2{font: 400 130% Verdana; margin: 20px auto 15px auto;}
h3{font: 400 129% Verdana;  margin: 20px auto 15px auto;}
h4{font: 400 118% Verdana;  margin: 20px auto 15px auto;}

/* переключатели */
#previous{
	display: block;
	width: 32px;
	height: 32px;
	padding: 4px;
	position: absolute;
	top: 130px;
	left: 10px;
	z-index: 2;
	background: url(../images/previous.png) no-repeat;
}
#previous img {
	width: 100%;
	height: 100%;
}
#next{
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 130px;
	right: 30px;
	background: url(../images/next.png) no-repeat;
	z-index: 2;
}
#image{
	width: 33%; 
	height: 450px; 
	float: left; 
	margin: 0; 
	text-align: center;
	box-shadow: none;
	z-index: 1;
}
#stats{
	width: 62%; 
	height: 470px; 
	float: left;
	margin: 0 0 10px 0;
	padding-left: 5%;
	padding-top: 10px;
	z-index: 2;
}
#stats p{
	position: relative;
	margin: 0 0 29px 10px;
	font: 130% Conqueror Sans UltraLight;
	color: #383D47;
}
#stats span{
	position: absolute;
	top: 2px;
	left: 210px;
	font: 90% Conqueror Sans UltraLight;
	color: #4D525C;
}	

.text{
	margin: 0 0 30px 0;
	font: 1.18em Conqueror Sans UltraLight;
	line-height: 1.5;
}
.cocktail{
	width: 26.5%;
	max-width: 235px;
	height: 390px;
	float: left;
	margin: 20px 3% 50px 3%;
	text-align: center;
}
.cocktail-name{
	margin-bottom: 20px;
	font: 20px Calibri;
	text-transform: uppercase;
}
.cocktail img{
	box-shadow: 2px 2px 2px #A9A9A9;
	margin: 0 auto;
}

/* СКИДКИ И АКЦИИ */
.skidka{
	width: 99%;
	height: 266px;
	margin: 0 auto 50px;
	position: relative;
	border: 2px solid #6DAA8B;
	border-radius: 0 0 0 100px;
}	
.skidkaFon{
	width: 170px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.skidkah2{
	height: 0.8em;
	margin: 3px auto 10px auto;
	padding-left: 15%;
	text-align: left;
	background: none;
}
.skidkaImg{
	width: 33%;
	height: 250px;
	float: left;
	margin: 0 10px 0 0;
	margin-top: 6px;
	overflow: hidden;
}
.skidkaImg img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.sale-marker {
	width: 136px;
    background: #F27991;
    color: #FFFFFF;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
	position: absolute;
	top: 50px;
    margin-left: -7px;
    padding-left: 10px;
}
.skidkaText{
	width: 60%;
	height: 256px;
	float: left;
	margin: 0 2%;
	position: relative;
}
.skidkaP{
	width: 70%;
	height: 55%;
	margin: 0;
	font-size: 120%;
	padding: 10px;
	overflow: hidden;
}
.price{
	width: 146px;
	height: 35px;
	position: absolute;
	bottom: -6px;
	left: 19%;
	text-align: center;
	font-size: 1.7em;
	line-height: 1.7;
	color: #FFF;
	background: #F27991;
}

/* НИЖНИЙ КОНТИКУЛ*/
.bottom{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 13px;
	background: #000;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
	text-transform:uppercase;
	z-index: 4;
}
.bottom a{
	float: right;
	padding: 5px 10px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
	color: #ddd;
}
.bottom a:hover{
	color:#fff;
}
.bottom a.left{
	float:left;
}

.bottom a.bottom-text{
	width: 18%;
	height: 14px;
	float: left;
	margin-left: 3%;
	padding: 2px 0;	
	color: #FEF7C1;
	font-size: 150%;
	letter-spacing: 2px;
}

/* ТОЛЬКО ГЛАВНАЯ СТРАНИЦА */
.banner{
	width: 19%;
	height: 225px;
	float: left;
	margin: 5px 3% 20px 3%;
	text-align: center;
}
.banner a {
	display: block;
	width: 100%;
	font: 1.7em 'Conqueror Sans UltraLight', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}
.banner a:hover{
	font-family: Conqueror Sans;
	color: #F5383F;
}
.banner img{
	height: 135px;
	border: 0px solid #E7E7E7;
	margin: 5px 0 0;
}
.banner img:hover{
	box-shadow:
   0 1px 4px rgba(0, 0, 0, .3),
   -23px 0 0px -23px rgba(0, 0, 0, .8),
   23px 0 0px -23px rgba(0, 0, 0, .8),
   0 0 40px rgba(0, 0, 0, .1) inset;
}	

/* block */
div.block-container {
	width: 100%;
	min-width: 980px;
	max-width: 1920px;
	height: 1480px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000; 
	background: transparent url(/images/block-back.gif) top left repeat;
}
div.block-content {
	display: inline-block;
	margin: 10% auto auto 30%;
	padding: 0;
	overflow:hidden;
}
div.block-text {
	float:left; 
	width: 580px;
	line-height: 150%;
	
}





/* --- звонок в мобильной версии --- */
#call {
	display: none;
	position: fixed;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}

#call > a {
	display: block;
	width: 90px;
	height: 90px;
	background-color: rgba(130, 224, 170, .5);
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	animation: pulse 1.5s infinite;
	position: relative;
}

#call > a > .circle {
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	filter: brightness(0) invert(1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

@keyframes pulse {
	0% { 
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(0, 128, 0, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 128, 0, 0);
	}
	100% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(0, 128, 0, 0);
	}
}



@media only screen and (max-width: 767px) {
	#call {
		display: block;
	}
}