aside, nav, footer, header, section { display: block }
body {
    margin: 0;
    font-family: 'pfagoraslabpro';
    padding-top: 80px;
    position: relative;
    font-size: 14px;
    min-width: 1200px;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input, textarea, button, select {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'pfagoraslabpro';
}
input:hover {
    cursor:pointer;

}
*:focus {
    outline: none;
}
.inner {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}
.inner2 {
    width: 1070px;
    margin: 0 auto;
    position: relative;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}

.input-style1 {
    border: none;
    color: #444444;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    box-shadow: 0 0 5px #B1B1B1;
    padding: 0 10px;
    margin: 12px 0;
}

.select-style1 {
   -webkit-appearance: none;
   -moz-appearance:none;
   appearance:none;
   border: none;
   color: #444444;
   font-size: 14px;
   line-height: 30px;
   height: 30px;
   box-shadow: 0 0 5px #B1B1B1;
   padding: 0 20px 0 10px;
   margin: 12px 0px;
   background: url(../images/icons/select.png) 95% 50% no-repeat;
}

.button-style1 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #a80000;
    color: #fff;
    padding: 0 20px;
    line-height: 38px;
    height: 38px;
    border: none;
    margin: 20px 0;
	cursor: pointer;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 11px 0;
    z-index: 10;
}

.logo {
    float: left;
}

.logo img {
    vertical-align: bottom;
}

.social {
    float: left;
    margin-top: 20px;
    margin-left: 25px;
}

.social a {
    margin-right: 10px;
}

.head-text {
    position: relative;
    text-align: center;
    width: 450px;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    top: 5px;
    z-index: -1;
    float: left;
    margin-left: 153px;
}

.head-phone {
    float: right;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0 0;
}

.head-phone a {
    color: inherit;
    text-decoration: none;
}

.slider {
    overflow: hidden;
    width: 100%;
    margin-top: -80px;
    position: relative;
    min-height: 800px;
    z-index: 1;
}

.slider ul {
    margin: 0;
    padding: 0;
    position: relative;
    width: 10000em;
}

.slider li {
    float: left;
    width: 100vw;
    text-align: center;
    min-height: 800px;
    background-position: 50%;
    background-size: cover;
}

.slider li .cell {
    display: table-cell;
    width: 80em;
    width: 100vw;
    height: 100em;
    height: 100vh;
    color: #fff;
    vertical-align: middle;
}

.slider li .cell img {
    display: block;
    margin: 0 auto 60px;
}

.slider li h2 {
    font-size: 25px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 0 0 10px;
}

.slider li p {
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
}

.control-arrow {
    background: url(../images/icons/arrows.png) no-repeat;
    width: 76px;
    height: 149px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -74px;
}

.control-prev {
    margin-left: -580px;
}

.control-next {
    background-position: 100% 100%;
    margin-left: 505px;
}
#banket{
	display: block;
    position: absolute;
    bottom: 100px;
	padding: 20px;
    left: 50%;
    cursor: pointer;
	margin-left: -135px;

}
#banket a{
	position: relative;
	display: block;
	color: #fff;
	font-size: 24px;
	padding: 17px 0px;
	width: 224px;
	text-decoration: none;
    cursor: pointer;
	border: 3px solid #fff;
	background: rgba(0,0,0,0.7);
	text-align: center;
	font-family: Calibri;
	text-transform: uppercase;
}
#banket a > img{
	display: none;
	position: absolute;
	top: -20px;
    left: -20px;
}
#banket a:hover > img{
	display: block;
}
.popw {
	padding: 40px;
	padding-top: 20px;
	
}
.popw .heading{
	text-align: center;
	margin-bottom: 20px;
}
.popw input{
	width: 290px;
	height: 28px;
	border: 1px solid #e4e8e9;
	padding: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
	color: #000;
	font-size: 14px;
}
.popw textarea{
	width: 300px;
	height: 28px;
	border: 1px solid #e4e8e9;
	padding: 0px;
	height: 90px;
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #000;
	font-size: 14px;
}
.popw label {
    color: #ff0000;
    font-size: 16px;
    margin-top: 5px;
    position: absolute;
    display: inline-block;
    left: 55px;
    font-weight: bold;
}
.popw .pbutton {
	color: #000;
	font-size: 24px;
	padding: 12px 25px;
	background: #c0c3c4;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
}
.err {
	color: #f00;
}
#scroll-down {
    background: url(../images/icons/scroll-bottom.png) no-repeat;
    width: 68px;
    height: 54px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -34px;
    cursor: pointer;
}

.city-items {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    padding: 32px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    position: relative;
}

.city-item {
    color: #646464;
    text-decoration: none;
    border-bottom: 1px solid;
    display: inline-block;
    margin: 0 40px;
}

.city-item.active {
    color: #000;
    border: none;
}

.wrap {
    background-color: #f6ebe4;
    padding: 20px 0;
}

.rest-items {
    text-align: center;
}

.rest-item {
    display: inline-block;
    font-size: 16px;
    margin: 0 20px 40px;
    width: 180px;
    vertical-align: top;
}

.rest-item .image {
    padding: 5px;
    border: 1px solid #b7afaa;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 167px;
    height: 167px;
    margin: 0 auto 15px;
    position: relative;
}

.new-item .image:after {
    content: "";
    background: url(../images/icons/new.png) no-repeat;
    width: 157px;
    height: 29px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -79px;
}

.remont-item .image:after {
    content: "";
    background: url(../images/icons/rem.png) no-repeat;
    width: 157px;
    height: 29px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -79px;
}
.rest-item .image img {
    vertical-align: bottom;
    border-radius: 50%;
    width: 167px;
    height: 167px;
}

.rest-item .name {
    color: #a80000;
    font-weight: 600;
}

.rest-item p {
    margin: 0;
    font-weight: 600;
}

.wait-banner {
    text-align: center;
    background: url(../images/wait-banner.jpg) 50% no-repeat;
    background-size: cover;
    font-size: 70px;
    font-weight: bold;
    color: #a80000;
    height: 450px;
}

.wait-banner .cell {
    display: table-cell;
    width: 1200px;
    height: 450px;
    vertical-align: middle;
}

.brown-text {
    background: url(../images/brown-bg.jpg) 50% no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    line-height: 18px;
    overflow: hidden;
}

.brown-text .inner,.brown-text .inner2 {
    background: url(../images/brown-logo.png) 50% no-repeat;
    max-width: 1060px;
    padding-bottom: 25px;
}

.brown-text h2 {
    text-align: center;
    margin: 0;
    padding: 50px 0 35px;
    font-size: 35px;
    line-height: normal;
}

#map {
    width: 100%;
    height: 500px;
    background-color: #dfdfdf;
}

.footer {
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}

.copy {
    float: left;
    font-size: 14px;
    color: #909090;
    margin: 5px 0;
}

.copy a {
    color: #a80000;
    text-decoration: none;
}

.scroll-top {
    background: url(../images/icons/scroll-top.png) no-repeat;
    width: 33px;
    height: 33px;
    position: absolute;
    top: -3px;
    left: 50%;
    margin: 0 0 0 -15px;
    cursor: pointer;
}

.dev {
    float: right;
}

.dev img {
    vertical-align: bottom;
}

.top-content {
    background: url(../images/top-img.jpg) 50% no-repeat;
    background-size: cover;
    position: relative;
    height: 630px;
    margin-top: -80px;
}

.tc-text {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 19px 0;
}

.tc-text a {
    color: inherit;
    text-decoration: none;
}

.tc-item {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    text-align: center;
}

.tc-item img {
    margin-right: 10px;
}

.tc-item * {
    display: inline-block;
    vertical-align: middle;
}

.lp-about {
    background-color: #f6ebe4;
    overflow: hidden;
    padding-bottom: 20px;
}

.lp-about p {
    margin: 20px 0;
    color: #4e4e4e;
    line-height: 22px;
}

.lp-about .head {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

.head {
    font-size: 25px;
    text-align: center;
    color: #800302;
    padding: 25px 0;
    margin: 0;
}

.lp-gallery {
    background-color: #f6ebe4;
    padding-bottom: 35px;
    position: relative;
    z-index: 1;
}

.carusel {
    position: relative;
    padding-bottom: 20px;
}

.carusel-wrap {
    overflow: hidden;
    width: 825px;
    margin: 0 auto;
}

.carusel-wrap ul {
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}

.carusel-wrap li {
    float: left;
    display: block;
    margin-right: 1px;
    width: 274px;
    text-align: center;
}

.carusel-wrap li a {
    color: #444444;
    text-decoration: none;
}

.carusel-wrap li img {
    vertical-align: bottom;
    width: 100%;
}

.carusel .control-arrow {
    background: url(../images/icons/arrows2.png) no-repeat;
    width: 35px;
    height: 68px;
    top: 55px;
    margin: 0;
}

.carusel .control-prev {
    left: 0;
}

.carusel .control-next {
    background-position: 100% 100%;
    right: 0;
    left: auto;
}

.lp-events {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.carusel-wrap li a.name {
    margin-top: 10px;
    display: block;
}

.lp-menu {}

.menu-items {
    text-align: center;
}

.menu-item {
    display: inline-block;
    width: 260px;
    margin: 0 -1px 20px;
}

.menu-item a {
    font-size: 18px;
    color: #444444;
    text-decoration: none;
    font-weight: 600;
}

.menu-item img {
    width: 100%;
    vertical-align: bottom;
}

.menu-item span {
    margin-top: 10px;
    display: block;
}

section[subclass="lp-wine-map"] {
    background-color: #f6ebe4;
}

.lp-delivery {}

.lp-delivery h2 {
    font-size: 25px;
    padding: 30px 0;
}

.lp-delivery p {
    font-size: 16px;
    line-height: 30px;
}

.lp-delivery .que {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 40px 0;
}

.lp-delivery .phone {
    font-size: 41px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0;
}

.lp-delivery .phone img {
    vertical-align: middle;
    margin-right: 5px;
}

.lp-delivery .phone a {
    color: inherit;
    text-decoration: none;
}

.lp-vakancy {}

.lp-contacts {
    position: relative;
}

.lpc-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}

.lpc-text p {
    margin: 50px 0;
}

.lpc-text .social {
    float: none;
    margin-top: 95px;
    margin-left: 0;
}

.navigation {
    float: left;
    width: 950px;
    text-align: center;
    margin: 20px 0 0;
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation li {
    display: inline-block;
    margin: 0 13px;
}

.navigation a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.navigation a:hover,.navigation .active {
    color: #b10000;
}

.minicart {
    float: right;
    font-size: 16px;
    background: url(../images/icons/minicart.png) 0 50% no-repeat;
    padding: 10px 0 10px 50px;
    font-weight: 600;
}

.minicart a {
    color: #fff;
	-webkit-transition: none!important;
    -moz-transition:  none!important;
    -o-transition:  none!important;
    -ms-transition:  none!important;
    transition:  none!important;
}

.minicart span {
    display: block;
}

.clipcart {
	 background: url(../images/icons/minicartred.png) 0 50% no-repeat;
	 -webkit-transition: none!important;
    -moz-transition:  none!important;
    -o-transition:  none!important;
    -ms-transition:  none!important;
    transition:  none!important;
}
.clipcart a {
    color: #f00;
	-webkit-transition: none!important;
    -moz-transition:  none!important;
    -o-transition:  none!important;
    -ms-transition:  none!important;
    transition:  none!important;
}
.clipcart span{
    color: #f00;
	-webkit-transition: none!important;
    -moz-transition:  none!important;
    -o-transition:  none!important;
    -ms-transition:  none!important;
    transition:  none!important;
}

.wrap-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding-bottom: 20px;
}
.news  h1{
   text-align: center;
   font-size: 40px;
}

.wrap-content .head {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}

.cart-table {}

.ct-head {
    color: #444444;
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
}

.ct-head .ct-cell {
    height: 35px;
}

.ct-cell {
    display: table-cell;
    vertical-align: middle;
}

.ct-photo {
    width: 95px;
}

.ct-name {
    width: 300px;
}

.ct-weight {
    width: 120px;
}

.ct-price {
    width: 175px;
}

.ct-cell.ct-count {
    width: 190px;
}

.ct-summa {
    width: 170px;
}

.ct-del {
    width: 90px;
}

.ct-body {
    text-align: center;
}

.ct-row {
    position: relative;
}

.ct-row:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    border-top: 1px dotted #d4d4d4;
    border-bottom: 1px dotted #d4d4d4;
}

.ct-body .ct-cell {
    height: 90px;
}

.ct-body .ct-photo img {
    vertical-align: middle;
    max-width: 80px;
    max-height: 80px;
}

.ct-body .ct-name a {
    color: #444444;
}

.ct-body .ct-weight {
    color: #a0a0a0;
}

.ct-body .ct-price, .ct-body .ct-summa, .ct-total {
    font-size: 25px;
    color: #a80000;
}

.ct-body .ct-count {}

.ct-body .ct-summa {}

.ct-body .ct-del {}

.ct-count .count-b {
    background-color: #cdcdcd;
    display: inline-block;
    height: 30px;
    width: 25px;
    vertical-align: middle;
    border: 1px solid #adadad;
}

.ct-count input[type="text"] {
    text-align: center;
    font-size: 18px;
    color: #5e5e5e;
    border: none;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    width: 35px;
    padding: 0;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.ct-count .minus {
    background: #cdcdcd url(../images/icons/minus.png) 50% no-repeat;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}

.ct-count .plus {
    background: #cdcdcd url(../images/icons/plus.png) 50% no-repeat;
    border-left: 0;
    border-radius: 0 3px 3px 0;
}

.delete {
    display: inline-block;
    background: url(../images/icons/close.png) 50% no-repeat;
    width: 25px;
    height: 25px;
}

.ct-total {
    text-align: right;
    margin: 30px 0;
}

.cart-form {
    color: #444444;
}

.cart-form h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 30px 0;
}

.cart-form p {
    font-size: 12px;
    color: #a0a0a0;
}

.cart-form label {
    width: 140px;
    display: inline-block;
    vertical-align: middle;
}

.cart-form .select-style1 {
width: 270px;}

.select-point {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons/marker-gr.png) no-repeat;
    width: 19px;
    height: 26px;
    margin-left: 15px;
}

.cart-form .input-style1 {
    width: 250px;
}

.cart-form p.uper {
    font-size: 16px;
}

.cart-form .button-style1 {
    min-width: 230px;
}

.menu-drop {
    float: left;
    margin: -11px 0 -11px 40px;
}

.menu-drop a {
    color: #fff;
    text-decoration: none;
}

.md-item {
    float: left;
}

.md-link {
    font-size: 16px;
    padding: 0 20px;
    line-height: 80px;
    display: block;
    text-align: center;
}

.active .md-link,.md-item:hover .md-link {
    background-color: #A80000;
}

.md-link img {
    vertical-align: middle;
    margin-right: 10px;
}

.md-submenu {
    display: none;
    position: absolute;
    top: 69px;
    left: 0;
    background-color: #575757;
    background-color: rgba(87, 87, 87, 0.95);
    border: 1px solid #a80000;
    padding: 15px 4px 0;
    min-width: 1150px;
}

.md-item:hover .md-submenu {
    z-index: 2;
}

.mds-item {
    width: 105px;
    display: inline-block;
    text-align: center;
    float: left;
    margin: 0 5px 10px;
    vertical-align: top;
}

.mds-item img {
    max-width: 105px;
}

.mds-item span {
    display: block;
    font-size: 12px;
    min-height: 30px;
}

.head-go-home {
    color: #fff;
    float: left;
    margin: 18px 0 0 20px;
}

.head-go-home img {
    vertical-align: middle;
    height: 22px;
    margin-right: 10px;
}

.head-deliv {
    float: left;
    font-size: 16px;
    margin: 16px 0 0 20px;
}

.head-deliv a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.products-row {
    margin-bottom: 25px;
}

.products-row:after,.product-det-row:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.prod-item {
    float: left;
    width: 270px;
    text-align: center;
    box-shadow: 0 0 5px #A5A5A5;
    padding: 7px 2px 2px;
    margin-right: 20px;
}

.prod-item:last-of-type {
    margin-right: 0;
}

.pi-image {}

.pi-image img {
    max-width: 260px;
    vertical-align: bottom;
    max-height: 183px;
}

.pi-name {
    font-size: 18px;
    color: #444444;
    text-decoration: none;
    margin: 10px 0;
    display: block;
	height: 40px;
}

.pi-bottom {}

.pi-bottom .pi-weight {
    width: 75px;
    text-align: left;
}
.pi-bottom .pi-weighth {
    text-align: left;
}
.pi-bottom .pi-price {
    width: 75px;
    text-align: right;
}

.pi-bottom > * {
    display: inline-block;
    vertical-align: middle;
}

.pi-weight {
    color: #a0a0a0;
}

.ct-count {}

.count-b {}

.minus {}

.plus {}

.pi-price {
    font-size: 20px;
    color: #a80000;
}

.prod-item .button-style1 {
    width: 230px;
    margin: 15px 0 0;
}

.product-det-row {
    box-shadow: 0 0 5px #A5A5A5;
    padding: 7px;
    position: relative;
    margin-bottom: 25px;
}

.pdr-image {
    float: left;
}

.pdr-image img {
    max-width: 520px;
    max-height: 365px;
    vertical-align: bottom;
}

.pdr-details {
    float: right;
    width: 545px;
    margin-right: 30px;
    color: #444444;
}

.close {
    background: url(../images/icons/close2.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.pdr-top {
    border-bottom: 1px solid #d4d4d4;
    padding: 15px 0 5px;
}

.pdr-top h2 {
    font-size: 25px;
    margin: 0;
    font-weight: normal;
}

.pdr-top p {
    margin: 0;
}

.pdr-ital {
    font-size: 12px;
    font-style: italic;
    line-height: 22px;
}

.pdr-ital span {
    font-size: 15px;
    display: block;
}

.pdr-details .pi-weight {
    margin: 20px 0;
}

.pdr-details .button-style1, .pdr-details .ct-count, .pdr-details .pi-price {
    display: inline-block;
    vertical-align: middle;
}

.pdr-details .ct-count {
    margin-right: 65px;
}

.pdr-details .button-style1 {
    width: 235px;
}

.pdr-details .pi-count {}

.pdr-details .pi-price {
    width: 110px;
    font-size: 25px;
}

.pdr-del {
    color: #a0a0a0;
    font-size: 12px;
}

.uper {
    font-size: 16px;
    color: #a0a0a0;
}

.load-prod {
    font-size: 18px;
    color: #c6c6c6;
    text-decoration: none;
    border-bottom: 1px dashed #c6c6c6;
    line-height: 18px;
    display: inline-block;
    background: url(../images/icons/load.png) 50% 0 no-repeat;
    padding-top: 40px;
    margin-top: 20px;
}

a.news-link{background: #fff;
    color: #000!important;
    display: block;
    padding: 0 5px;text-decoration:none;border:1px solid #000;outline:1px solid #fff;text-transform:uppercase;}