* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 15px;
    height: 100%; 
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.2;
    color: #000000;
    background-color: #fff;
    height: 100%;
    overflow: auto;
}
a,
input,
button{
    text-decoration:none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
a:focus,
input:focus,
button:focus{
    outline: none;
}

/* Grid */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-xs-2, .col-sm-2, .col-md-2, .col-xs-3, .col-sm-3, .col-md-3, .col-xs-4, .col-sm-4, .col-md-4, .col-xs-5, .col-sm-5, .col-md-5, .col-xs-6, .col-sm-6, .col-md-6, .col-xs-7, .col-sm-7, .col-md-7, .col-xs-8, .col-sm-8, .col-md-8, .col-xs-9, .col-sm-9, .col-md-9, .col-xs-10, .col-sm-10, .col-md-10, .col-xs-11, .col-sm-11, .col-md-11, .col-xs-12, .col-sm-12, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
  
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.navbar:before,
.navbar:after,
.form:before,
.form:after{
    display: table;
    content: " ";
}
.clearfix:after,
.container:after,
.row:after,
.navbar:after,
.form:after{
    clear: both;
}
/* TYPOGRAPHY */
h1,h2,h3,h4,h5,h6{
    font-weight: 300;
    margin: 0 0 1rem;
    text-transform: uppercase;
}
h1{
    font-size: 2.33rem;
}
h2{
    font-size: 1.67rem;
}
h3{
    font-size: 1.4rem;
}
h4{
    font-size: 1.25rem;
}
h5{
    font-size: 1rem;
}
h6{
    font-size: 1rem;
}
p{
    margin: 0 0 1rem;
}
@media(min-width:768px){
    h1{
        font-size: 3.67rem;
    }
    h2{
        font-size: 3.2rem;
    }
    h3{
        font-size: 2.33rem;
    }
    h4{
        font-size: 1.67rem;
    }
    h5{
        font-size: 1.2rem;
    }
    h6{
        font-size: 1rem;
    }
}

/* HEADER */
#header{
    background: url(../img/header-bg.jpg) center top 60px no-repeat #252525;
    min-height: 580px;
    padding-bottom: 36px;
    position: relative;
}
#header:before{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: url(../img/arc-overlay.png) center top repeat-x transparent;
}
#header:after{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 11px;
    left: 50%;
    margin-left: -25px;
    border: 5px solid #fff;
    border-radius: 25px;
    background: url(../img/arrows.png) -6px -3px no-repeat #252525;
}
.header-top{
    height: 4rem;
    font-size: .867rem;
    color: #969696;
    text-align: center;
    padding: .8rem 0;
}
.header-top p{
    margin: 0;
}
.navbar-contacts{
    text-align: center;
    padding: 1rem 0 .5rem;
}
.navbar-contacts .address,
.navbar-contacts .phone{
    float: left;
    width: 50%;
}
.navbar-contacts .icon{
    position: relative;
    width: 44px;
    height: 44px;
    background-color: #cb0000;
    border: 2px solid #fff;
    border-radius: 22px;
    margin: 0 auto;
}
.navbar-contacts .last-phone {
	    margin-left: 0;
    }
.navbar-contacts p{
    margin: 0;
}
.navbar-contacts .address a{
    color: #000;
}
.navbar-contacts .phone{
    color: #fff;
    font-weight: 400;
}
.navbar-contacts .phone .icon{
    margin-bottom: .3rem;
}
.navbar-contacts .phone span{
    font-weight: 300;
}
a.phone-number{
    color: white;
}
.navbar-logo{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.navbar-logo a{
    color: #fff;
    text-decoration: none;
}
.navbar-logo a img{
    max-width: 80px;
}
.navbar-logo a span{
    margin-top: .3rem;
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
}
.header-callout{
    text-align: center;
    margin-bottom: 85px;
}
.header-callout .title,
.header-callout .subtitle{
    position: relative;
    text-transform: uppercase;
}
.header-callout .title{
    z-index: 2;
    font-size: 1.67em;
    font-weight: 400;
    color: #fff;
    margin: 0 -1rem;
}
.header-callout .title .left,
.header-callout .title .right{
    position: relative;
    float: left;
    width: 50%;
}
.header-callout .title .left{
    background-color: #cb0000;
    text-align: right;
    padding-right: 5px;
    line-height: 90px;
}
.header-callout .title .right{
    background-color: #b90000;
    text-align: left;
    padding-left: 5px;
    line-height: 90px;
}
.header-callout .subtitle{
    z-index: 1;
    font-size: 1rem;
    background-color: #fff;
    margin: 0 10px;
    padding: 19px 25px;
    letter-spacing: 5px;
}
.header-callout .subtitle:before{
    content: '';
    position: absolute;
    left: -10px;
    top:0;
    border-left:10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 37px solid #fff;
    border-bottom: 37px solid #fff;
}
.header-callout .subtitle:after{
    content: '';
    position: absolute;
    right: -10px;
    top:0;
    border-right:10px solid transparent;
    border-left: 0px solid transparent;
    border-top: 37px solid #fff;
    border-bottom: 37px solid #fff;
}
@media(min-width:768px){
    .header-top{
        line-height: 4rem;
        font-size: 1rem;
        padding: 0;
    }
    .header-top br{
        display: none;
    }
    .navbar-contacts{
        padding: 2rem 0 0;
        text-align: left;
    }
    .navbar-contacts .address,
    .navbar-contacts .phone{
        width: 280px;
    }
    .navbar-contacts .address p{
        margin-top: 4px;
    }
    .navbar-contacts .phone{
        float: right;
        font-size: 1.4rem;
        line-height: 44px;
    }
    .navbar-contacts .icon{
        float: left;
        margin: 0 1.67rem 0 0;
    }
    .navbar-logo{
        margin-bottom: 70px;
    }
    .navbar-logo a img{
        margin-top: -42px;
    }
    .header-callout{
        margin-bottom: 120px;
    }
    .header-callout .title{
        display: inline-block;
    }
    .header-callout .title{
        margin: 0 10px;
        font-size: 3.67rem;
    }
    .header-callout .title .left{
        padding:0 10px 0 30px;
    }
    .header-callout .title .left:before{
        content: '';
        position: absolute;
        left: -10px;
        top: 0;
        border-top: 90px solid #cb0000;
        border-bottom: 0px solid transparent;
        border-left: 10px solid transparent;
    }
    .header-callout .title .right{
        padding:0 30px 0 10px;
    }
    .header-callout .title .right:before{
        content: '';
        position: absolute;
        right: -10px;
        top: 0;
        border-top: 90px solid #b90000;
        border-bottom: 0px solid transparent;
        border-right: 10px solid transparent;
    }
    .header-callout .subtitle {
        font-size: 2rem;
        padding: 24px 15px 14px;
        letter-spacing: 6px;
        margin-top: -13px;
    }
    .header-callout .subtitle br{
        display: none;
    } 
}
@media(min-width:992px){
    .header-callout .subtitle {
        letter-spacing: 11px;
    }
}

/* Sections */
.section{
    padding: 30px 0;
}
.section.dark{
    background: url(../img/bg-pattern.png) center center repeat #252525;
    position: relative;
    padding: 40px 0;
    min-height: 400px;
}
.section.dark:before{
    content: '';
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 36px;
    background: url(../img/arc-overlay.png) center bottom repeat-x transparent;
}
.section.dark:after{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: url(../img/arc-overlay.png) center top repeat-x transparent;
}
.section.dark.arrow{
    padding-bottom: 60px;
}
.section.dark.arrow:before{
    z-index: 2;
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 11px;
    left: 50%;
    margin-left: -25px;
    border: 5px solid #fff;
    border-radius: 25px;
    background: url(../img/arrows.png) -6px -3px no-repeat #252525;
}
.section#benefits{
    margin-top: 10px;
}
.section.dishes{
    padding: 0px;
}
.featured-image{
    margin: -50px auto 40px;
    position: relative;
    z-index: 2;
}
.featured-image img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.section-header{
    text-align: center;
    margin: 30px 0 50px;
    position: relative;
    z-index: 2;
}
.section-header:after{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border: 5px solid #fff;
    border-radius: 25px;
    background: url(../img/arrows.png) -6px -3px no-repeat #252525;
}
.section-header .inner{
    width: 270px;
    display: inline-block;
    position: relative;
    background-color: #cb0000;
    padding: 0 5px;
}
.section-header .inner:before{
    content: '';
    position: absolute;
    left: -10px;
    top:0;
    border-left:10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 54px solid #cb0000;
    border-bottom: 54px solid #cb0000;
}
.section-header .inner:after{
    content: '';
    position: absolute;
    right: -10px;
    top:0;
    border-right:10px solid transparent;
    border-left: 0px solid transparent;
    border-top: 54px solid #cb0000;
    border-bottom: 54px solid #cb0000;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6{
    margin: 0;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
}
.section-header h2{
    font-size: 2.33rem;
    line-height: 108px;
}
.section-header h3{
    font-size: 1.67rem;
    line-height: 108px;
}
.section-title{
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 2rem;
}
.section-title:before{
    content: '';
    position: absolute;
    width: 110px;
    height: 1px;
    left:50%;
    margin-left: -55px;
    bottom: 0;
    background-color: #000;
    
}
.section.dark .section-title{
    color: #fff;
}
.section.dark .section-title:before{
    background-color: #fff;
}
@media(min-width:480px){
    .section#benefits{
        margin-top: 60px;
    }
    .featured-image{
        margin: -75px auto 15px;
    }
}
@media(min-width:768px){
    .section-header{
        margin: 40px 0 50px;
    }
    .section-header .inner{
        width: 500px;
        padding: 0 10px;
    }
    .section-header h2,
    .section-header h3{
        font-size: 3.67rem;
    }
}

/* Points */
.points-box{
    position: relative;
    margin: 0 -15px 30px;
    padding:0 15px 30px;
    border-bottom: 1px solid #c2c2c2;
}
.points-box:before,
.points-box:after{
    content: '';
    position: absolute;
    left: 50%;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    margin-left: -30px;
}
.points-box:before {
    border-top: 22px solid #c2c2c2;
    bottom: -22px;
}
.points-box:after {
    border-top: 22px solid #fff;
    bottom: -21px;
}
.point .inner{
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    padding-top: 76px;
    text-align: center;
}
.point .inner:before{
    content: '+';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 18px;
    left: 50%;
    margin-left: -20px;
    font-family: Arial;
    font-size: 70px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
.point:first-child .inner{
    padding: 0;
}
.point:first-child .inner:before{
    display: none;
}
.point .icon{
    position: relative;
    width: 132px;
    height: 132px;
    margin: 0 auto;
    border-radius: 50%;
    background:url(../img/points.png) left top no-repeat #ebebeb;
}
.point .icon.first{
    background-position: 33px 42px;
}
.point .icon.second{
    background-position: -89px 39px;
}
.point .icon.third{
    background-position: -215px 27px;
}
.point .price{
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    line-height: 3.2rem;
    background-color: #cb0000;
    max-width: 130px;
    margin: -30px auto 10px;
}
.point .price:before{
    content: '';
    position: absolute;
    left: -8px;
    top:0;
    border-left:8px solid transparent;
    border-right: 0px solid transparent;
    border-top: 24px solid #cb0000;
    border-bottom: 24px solid #cb0000;
}
.point .price:after{
    content: '';
    position: absolute;
    right: -8px;
    top:0;
    border-right:8px solid transparent;
    border-left: 0px solid transparent;
    border-top: 24px solid #cb0000;
    border-bottom: 24px solid #cb0000;
}
.point .description{
    font-size: 1.2rem;
    margin: 0;
}
@media(min-width:768px){
    .points-box{
        padding: 0 0 50px;
        margin: 0 0 30px;
    }
    .point .inner{
        padding-top: 0px;
        max-width: 100%;
    }
    .point .inner:before{
        left: -35px;
        top: 108px;
        margin: 0;
    }
}

/* Callout form */
.callout-form{
    padding: 30px 0 40px;
}
.callout-form .title{
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 -10px 25px;
}
.callout-form .title small{
    display: block;
    font-size: 72%;
    font-weight: 300;
    margin-top: 15px;
}
.callout-form .title span{
    color: #cb0000;
}
.form-group {
    vertical-align: middle;
    margin-bottom: 15px;
    position: relative;
}
.form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 14px;
    height: 50px;
    color: #000;
    padding: 10px 63px 10px 15px;
    text-transform: uppercase;
    background-color: #e1e1e1;
    border: 1px solid #acacac;
}
.form-textarea {
	display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 14px;
	height: 50px;
    color: #000;
    padding: 10px 63px 10px 15px;
    text-transform: uppercase;
    background-color: #e1e1e1;
    border: 1px solid #acacac;
}
.form-select {
	display: inline-block;
    width: 49%;
    vertical-align: middle;
    font-size: 14px;
	height: 50px;
    color: #000;
    padding: 10px 63px 10px 15px;
    text-transform: uppercase;
    background-color: #e1e1e1;
    border: 1px solid #acacac;
}
.form-select:nth-child(2){
	float: right;
}
.form-group:before{
    content: '';
    position: absolute;
    background: #acacac;
    right: 0;
    top: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
}
.form-group:after{
    content: '';
    z-index: 3;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    background: url(../img/icons.png) 0px 0px no-repeat;
}
.form-group.name:after{
    background-position: -90px 0;
}
.form-group.phone:after{
    background-position: -30px 0;
}
.form-group.time:before{
	display: none;
}
.form-group.time:after{
	display: none;
}
input[type='submit'], input[type='button']{
    width: 100%;
    height: 50px;
    background-color: #cb0000;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border: 0px;
}
input[type='button'] {
	margin-top: 10px;
	background-color: #acacac;
}
input[type='submit']:hover, input[type='button']:hover{
    background-color: #b90000;
}
::-webkit-input-placeholder {
   color: #000;
}
:-moz-placeholder {
   color: #000;  
}
::-moz-placeholder {
   color: #000;  
}
:-ms-input-placeholder {  
   color: #000;  
}
@media(min-width:768px){
    .callout-form .title small{
        font-size: 52%;
        margin-top: 0px;
    }
    .callout-form .form-group {
        float: left;
        margin-bottom: 0;
        width: 32%;
        margin-right: 2%;
    }
    .callout-form input[type='submit'], .callout-form input[type='button']{
        float: left;
        width: 32%;
    }
}

/* Benefits */
.benefit{
    text-align: center;
    margin-bottom: 40px;
}
.benefit .icon{
    position: relative;
    width: 166px;
    height: 166px;
    border-radius: 50%;
    margin: 0 auto 15px;
    background: #363636;
}
.benefit .icon:before{
    content: '';
    position: absolute;
    width: 92px;
    height: 92px;
    background: url(../img/benefits.png) left top no-repeat transparent;
    left:50%;
    top:50%;
    margin: -46px 0 0 -46px;
}
.benefit .icon.clock:before{
    background-position: 15px 3px;
}
.benefit .icon.car:before{
    background-position: -126px 18px;
}
.benefit .icon.present:before{
    background-position: -243px 11px;
}
.benefit .icon.percent:before{
    background-position: -371px 17px;
}
.benefit .icon.cook:before{
    background-position: -506px 7px;
}
.benefit .icon.price:before{
    background-position: -639px 10px;
}
.benefit .icon.portion:before{
    background-position: -769px 15px;
}
.benefit .icon.leaf:before{
    background-position: -885px 12px;
}
.benefit .icon.smile:before{
    background-position: -1023px 22px;
}
.benefit.small .icon.portion:before{
    background-position: -769px 11px;
}
.benefit.small .icon{
    width: 130px;
    height: 130px;
}
.benefit .title{
    color: #fff;
}
.benefit.small .title{
    font-size: .87rem;
}
@media(min-width:768px){
    .benefit .icon,
    .benefit.small .icon{
        margin-bottom: 20px;
        width: 166px;
        height: 166px;
    }
    .benefit.small .title{
        font-size: 1rem;
    }
}

/* List dishes */
.list-dishes{
    position: relative;
    padding: 35px 0 40px;
    background:center center repeat #f4f4f4;
}
.list-dishes:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 42px;
    background: center center repeat-x transparent;
}
.list-dishes .title{
    font-size: 1.67rem;
    position: relative;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.list-dishes .title:before{
    content: '';
    position: absolute;
    width: 110px;
    height: 1px;
    background-color: #000;
    left:50%;
    margin-left: -55px;
    bottom: 0px;
}
.dishes-gallery{
    font-size: 0px;
    display: table;
    text-align: center;
}
.dish{
    max-width: 242.5px;
    margin: 25px auto;
    padding: 0 15px;
    display: inline-block;
    position: relative;
}
.dish .weight {
	position: absolute;
	right: 20px;
	bottom: 55px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
.dish .name{
    position: relative;
    background-color: #fff;
    text-align: center;
    font-weight: 400;
    border: 1px solid #e1e1e1;
    padding: 10px;
    height: 145px;
    width:212px;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
.dish .name small{
	font-size: 66%;
}
.dish .thumbnail{
    height: 212px;
    width: 212px;
    background-color: #fff;
    padding: 0;
/*     display: table-cell; */
	display: block;
    vertical-align: middle;
}
.dish .thumbnail img{
    /*width: 100%;*/
    max-width: 100%;
}

.dish .order-btn{
    position: relative;
    display: block;
    font-size: 1rem;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #cb0000;
    background: #cb0000;
    padding:0 10px 0 35px;
}
.dish .order-btn:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top:10px;
    background: url(../img/icons.png) -120px 0 no-repeat;
}
.dish .order-btn .price{
    position: absolute;
    left: 0;
    top: 0;
    bottom:0;
    background-color: #fff;
    color: #000;
    font-size: 23px;
    font-weight: 400;
    line-height: .9;
    padding: 10px 7px 0 12px;
}
.dish .order-btn .price:before{
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    border-top: 50px solid #fff;
    border-bottom: 0px solid transparent;
    border-right: 10px solid transparent;
}
.dish .order-btn .price span{
    font-size: 13px;
    font-weight: 300;
    display: block;
    text-transform: lowercase;
}
.dish .order-btn:hover{
    background-color: #ac0000;
}
@media(min-width:768px){
    .list-dishes{
        padding: 45px 0 45px;
    }
    .list-dishes .title{
        font-size: 2.33rem;
    }
    .list-dishes .title br{
        display: none;
    }
    .dishes-gallery{
        margin: 0 -15px;
    }

}
@media(min-width:992px){
    .dish{
        
    }
}

/* Team */
.team-list{
    position: relative;
}
.team-single{
    width: 244px;
    margin: 0 auto;
}
.team-single .avatar{
    position: relative;
    z-index: 1;
    width: 244px;
    height: 244px;
    border: 5px solid #ebebeb;
    border-radius: 50%;
    overflow: hidden;
}
.team-single .avatar img{
    width: 100%;
}
.team-single .position{
    position: relative;
    z-index: 2;
    width: 190px;
    margin: -45px auto 0;
    background-color: #252525;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.team-single .position:before{
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    border-top: 60px solid #252525;
    border-bottom: 0px solid transparent;
    border-left: 15px solid transparent;
}
.team-single .position:after{
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    border-top: 60px solid #252525;
    border-bottom: 0px solid transparent;
    border-right: 15px solid transparent;
}
@media(min-width:768px){
    .team-single.left,
    .team-single.left-middle,
    .team-single.right-middle,
    .team-single.right{
        position: absolute;
        width: 130px;
    }
    .team-single.left{
        top: -10px;
        left: 50px;
    }
    .team-single.left-middle{
        bottom: -10px;
        left:20px;
    }
    .team-single.right-middle{
        top: -10px;
        right: 50px;
    }
    .team-single.right{
        bottom: -10px;
        right: 20px;
    }
    .team-single.left .avatar,
    .team-single.left-middle .avatar,
    .team-single.right-middle .avatar,
    .team-single.right .avatar{
        width: 130px;
        height: 130px;
    }
    .team-single.left .position,
    .team-single.left-middle .position,
    .team-single.right-middle .position,
    .team-single.right .position{
        font-size: 13px;
        line-height: 44px;
        width: 130px;
        margin-top: -40px;
    }
    .team-single.left .position:before,
    .team-single.left-middle .position:before,
    .team-single.right-middle .position:before,
    .team-single.right .position:before{
        border-left-width: 6px;
        border-top-width: 44px;
        left: -6px;
    }
    .team-single.left .position:after,
    .team-single.left-middle .position:after,
    .team-single.right-middle .position:after,
    .team-single.right .position:after{
        border-right-width: 6px;
        border-top-width: 44px;
        right: -6px;
    }
    .team-single.left .position,
    .team-single.right .position{
        background-color: #555;
    }
    .team-single.left .position:before,
    .team-single.right .position:before,
    .team-single.left .position:after,
    .team-single.right .position:after{
        border-top-color: #555;
    }
    .team-single.left-middle .position,
    .team-single.right-middle .position{
        background-color: #363636;
    }
    .team-single.left-middle .position:before,
    .team-single.right-middle .position:before,
    .team-single.left-middle .position:after,
    .team-single.right-middle .position:after{
        border-top-color: #363636;
    }
}
@media(min-width:992px){
    .team-single{
        width: 294px;
    }
    .team-single .avatar{
        width: 294px;
        height: 294px;
    }
    .team-single .position{
        margin-top: -50px;
    }
    .team-single.left{
        top: 105px;
        left: 0px;
    }
    .team-single.left-middle{
        bottom: auto;
        top:85px;
        left:160px;
    }
    .team-single.right-middle{
        top:85px;
        right: 160px;
    }
    .team-single.right{
        bottom: auto;
        top:105px;
        right: 0px;
    }
}

/* Gallery */
.gallery{
    margin-bottom: 60px;
}
.gallery .item{
    margin: 0 auto;
    width: 244px;
    height: 244px;
    border: 5px solid #ebebeb;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.gallery .item img{
    width: 100%;
}
@media(min-width:768px){
    .gallery{
        margin-bottom: 100px;
        height: 240px;
    }
    .gallery .item,
    .gallery .active+.active+.active .item{
        width: 140px;
        height: 140px;
        margin: 50px auto;
        
    }
    .gallery .active+.active .item{
        width: 240px;
        height: 240px;
        margin: 0 auto;
    }
}
@media(min-width:992px){
    .gallery{
        height: 350px;
    }
    .gallery .item,
    .gallery .active+.active+.active .item{
        margin: 100px auto;
    }
    .gallery .active+.active .item{
        width: 350px;
        height: 350px;
        margin: 0 0 0 -18px;
    }
}
/* Other */
.owl-nav{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    z-index: 4;
}
.owl-nav div{
    font-size: 0px;
    color: transparent;
    text-indent: -999999px;
    position: absolute;
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-radius: 25px;
    background: url(../img/arrows.png) -6px -3px no-repeat #252525;
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.owl-nav .owl-prev{
    left:0;
    background-position: -112px -5px;
}
.owl-nav .owl-next{
    right: 0;
    background-position: -163px -5px
}
.owl-nav div:hover{
    background-color: #cb0000;
}

/* Footer */
#footer{
    background: url(../img/bg-pattern.png) center center repeat #252525;
    position: relative;
    padding: 40px 0;
    min-height: 500px;
}
#footer:before{
    content: '';
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 36px;
    background: url(../img/arc-overlay.png) center bottom repeat-x transparent;
}
#footer .section-header{
    margin-top: -60px;
    margin-bottom: 70px;
}
#footer .contacts{
    margin-bottom: 1rem;
}
#footer .contacts .address,
#footer .contacts .phone,
#footer .contacts .mail{
    height: 44px;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 44px;
}
#footer .contacts .icon{
    position: relative;
    width: 44px;
    height: 44px;
    background-color: #cb0000;
    border: 2px solid #fff;
    border-radius: 22px;
    float: left;
    margin: 0 1.33rem 0 0;
}
#footer .contacts a{
    color: #fff;
    line-height: 1;
}
#footer .contacts a span{
    color: #b2b2b2;
    font-size: .86rem;
    display: block;
    margin-top: -13px;
}
#footer .contacts p{
    margin: 0;
    font-weight: 400;
}

#footer .contacts p span{
    font-weight: 300;
}
#footer .pull-right{
    float: right;
}
#footer .site-info{
    color: #b2b2b2;
    font-size: .86rem;
    margin-bottom: 2rem;
}
.certificate {
    display: inline-block;
    width: 135px;
    height: 185px;
    margin: 0;
    padding: 27px 23px;
    background: url(../img/certificate-bg.png) center center no-repeat;
    background-size: contain;
}
.certificate img{
    max-width: 100%;
    margin: 0 auto;
}
.phone .icon:before,
.address .icon:before,
.mail .icon:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    background: url(../img/icons.png) 0px 0px no-repeat;
}
.phone .icon:before{
    background-position: -30px 0px;
}
.mail .icon:before{
    background-position: -60px 0px;
}
@media(min-width: 768px){
    #footer .section-header .inner{
        width: 400px;
    }
    .certificate {
        width: 200px;
        height: 273px;
        padding: 35px 32px;
    }
}
@media(min-width: 992px){
    #footer .site-info{
        margin-top: 4rem;
    }
    .certificate{
        width: 225px;
        height: 307px;
        padding: 43px 39px;
    }
}

.cart-btn{
    min-width: 300px;
    z-index: 99;
    position: fixed;
    right: 0;
    bottom: 51px;
    height: 80px;
    line-height: 80px;
    background-color: #252525;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    cursor:pointer;
    border:1px solid #fff;
    border-right: 0px;
}
.cart-btn .price{
    float: left;
    position: relative;
    width: 79px;
    height: 78px;
    background: #cb0000;
    line-height: 1;
    padding-top: 50px;
    letter-spacing: 0px;
    font-size: 13px;
    text-transform: lowercase;
    border-right: 1px solid #fff;
}
.cart-btn .price:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 25px;
    top: 10px;
    background: url(../img/icons.png) -120px 0px no-repeat;
}
.cart-btn .price span{
    font-size: 15px;
}
#cart-popup{
    min-width: 300px;
    padding: 40px 0 0;
    position: relative;
}
.cart-area{
    position: relative;
}
.cart-area .tooltip{
    position: fixed;
    z-index: 98;
    bottom: 0;
    right: 10px;
    background-color: #cb0000;
    color: #fff;
    width: 280px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 4px;
}
.cart-area .tooltip:before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-top:10px solid #cb0000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.cart-items{
    background-color: #252525;
    position: relative;
    z-index: 1;
}
.simpleCart_items{
    height:100%;
    overflow-y: auto;
}
.simpleCart_items .headerRow{
    display: none;
}
.simpleCart_items .itemRow{
    padding: 10px;
    border-bottom: 1px dotted #404040;
    font-size: 12px;
    position: relative;
}

.simpleCart_items .itemRow:before,
.simpleCart_items .itemRow:after{
    content: '';
    display: table;
}
.simpleCart_items .itemRow:after{
    clear: both;
}
.itemRow .item-thumb{
    width: 101px;
    height: 90px;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px dotted #404040;
}
.itemRow .item-thumb img{
    max-width: 100%;
}
.itemRow .item-name{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.itemRow .item-price{
    float: left;
    line-height: 20px;
    background-color: #CB0000;
    padding: 0 3px;
}
.item-decrement,
.item-increment,
.item-quantity{
    float: right;
    width: 20px;
    height: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #000;
    background-color: #fff;
}
.item-decrement a,
.item-increment a{
    color: #000;
    font-size: 18px;
}
.item-quantity{
    border-left:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
}
.item-decrement{
    border-radius: 3px 0px 0px 3px;
}
.item-increment{
    border-radius: 0px 3px 3px 0px;
}
.item-total{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.item-total:before{
    content: 'Всего: ';
    padding-right: 5px;
}
.item-remove{
    position: absolute;
    width: 24px;
    height: 24px;
    left:10px;
    top:10px;
}
.item-remove a{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/close-btn.png) center center no-repeat #CB0000;
    background-size: 60%;
    font-size: 0px;
    color: transparent;
    text-indent: -9999px;
}
.cart-items .total{
    padding: 10px;
    line-height: 25px;
}
.cart-items .total .checkout-btn{
    text-transform: uppercase;
    float: right;
    background-color: #CB0000;
    color: #fff;
    padding: 0 10px;
}
.cart-form{
    width: 100%;
    padding: 10px;
    background-color: #252525;
}
.cart-form .title{
    text-align: center;
    font-size: 24px;
}
@media(min-width:768px){
	.cart-btn {
		bottom: 60px;
	}
    #cart-popup{
        min-width: 600px;
    }
}


@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* MODAL */
#cboxLoadedContent{
    border: 4px solid #ffffff;
    color: #fff;
    background: #252525;
}
#cboxCurrent{
    display: none!important;
}
#popup-form{
    padding: 35px 15px;
    min-width: 290px;
}
#popup-form .title{
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
#map-popup #pmap {
    height: 300px;
    min-width: 300px;
}
@media(min-width:768px){
    #popup-form{
        min-width: 400px;
        padding: 50px;
    }
    #cboxClose{
        right: 15px;
        top: 15px;
    }
    #popup-form .title{
        font-size: 30px;
    }
    #map-popup #pmap {
        min-width: 700px;
        height: 400px;
    }
     .navbar-contacts .last-phone {
	    margin-left: 70px;
    }
}