/*  FFC600  */

*{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

.video {
    width: 96%;
    max-width: 1160px;
    margin: 23px auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.videomp4 {
    align-self: flex-start;
    width: 49%;
}

.debug {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0.65);
    z-index: 9999;
    color: #000;
    display: none;
}


body {
    width: 100%;
    /*min-width: 1200px;*/
    background-color: #faf8f6;
    /*background: url(../img/back.jpg) no-repeat center center;*/
    background-attachment: fixed;
    background-size: cover;
}

img {border: none;}

a {
    outline: none;
    text-decoration: none;
}

.last_li {
    width: 100% !important;
    height: 0px !important;
    content: ' ';
    visibility: hidden !important;
    padding: 0px !important;
    margin: 0px !important;
    display: inline-block !important;
}



.div1160,
header {
    position: relative;
    width: 100%;
    /*max-width: 1160px;*/
    padding: 0px 20px;
    margin: auto;
    display: block;
}

.fp_p {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    text-align: justify;
    text-indent: 23px;
    text-shadow: 2px 2px 4px #000;
    margin: 23px auto;
}

.up {
    position: fixed;
    right: 4%;
    bottom: -150px;
    width: 64px;
    /*height: 36px;*/
    padding-top: 73px;
    background: #b62322 url(../img/up.jpg) no-repeat center -5px;
    box-shadow: 0px -3px 6px 2px rgba(0,0,0,0.46);
    color: #000;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    z-index: 17;
    transition: 230ms ease-out;
}

.up:hover {height: 64px;}

/* HEADER */

header {
    padding-top: 6px;
    text-align: justify;
}

header>* {
    display: inline-block;
    vertical-align: top;
}

.logo {
    width: 235px;
   /* height: 173px;
    background: url(../img/logo_new.png) no-repeat;*/
    background-size: contain;
    margin-left: 80px;
}

.main_menu {
    position: relative;
    /*margin-top: 38px;*/
}

.main_menu>p {
    margin-top: 23px;
    font-size: 18px;
    font-weight: 300;
    /*text-shadow: 2px 2px 4px #000;*/
    text-align: center;
}

.main_menu>ul {
    width: 100%;
    /*height: 39px;*/
    text-align: justify;
    border-bottom: 1px solid #b62322;
}

.main_menu>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 9px;
    margin: auto;
}

.main_menu>ul>li>a {
    color: #000;
    font-size: 21px;
    font-weight: 300;
    /*text-shadow: 2px 2px 4px #fff;*/
    text-transform: uppercase; 
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23b62322' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.main_menu>ul>li>a:hover {color: #b62322;}
    
li.services_menu_link {padding-bottom: 17px;}



ul.dropdown_menu1,
ul.dropdown_menu2 {
    position: absolute;
    left: 0px;
    top: 39px;
    width: 250px;
    background: #b62322;
    z-index: 5;
    display: none;
    box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.46);
}

ul.dropdown_menu1 li {display: block;}

ul.dropdown_menu1 li a {
    display: block;
    padding: 6px 6px 6px 12px;
    background: #b62322;
    border-bottom: 1px dotted #fff;
    color: #fff !important;
    font-size: 18px;
    font-weight: 300;
    text-shadow: none;
    transition: 230ms;
}

ul.dropdown_menu1 li:last-child>a {border-bottom: none !important;}

ul.dropdown_menu1 li a:hover,
.dropmenu_hover {
    padding: 6px 6px 6px 23px !important;
    background: #fff !important;
    border-bottom: 1px dotted #000;
    color: #000 !important;
}

ul.dropdown_menu2 {
    left: 250px;
    top: 0px;
    width: 295px;
    background: #fff;
}

ul.dropdown_menu2 li a {background: #fff;}
ul.dropdown_menu2 li a:hover {background: #b62322 !important;}

.unvisible {visibility: hidden !important;}

.menu_visible {}

ul.small_main_menu ul.dropdown_menu1 {top: 23px !important;}



.top_contacts {
    /*width: 220px;*/
    width: 33.33%;
    /*margin-left: 12px;*/
    margin-top: 12px;
}

.top_contacts>* {
    display: block;
    /*text-shadow: 2px 2px 4px #000;*/
}

ul.social {
    width: 100%;
    height: 36px;
    margin-bottom: 12px;
    
}

ul.social li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

/*ul.social li:last-child {margin-right: 0px;}*/

ul.social li a {
    /*display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    background-image: url(../img/social.png);
    background-repeat: no-repeat;
    transition: background-color 230ms;
    */
}

/*ul.social li a:hover {background-color: #b62322;}*/

ul.social li a.ig {background-position: 4px 8px;}
ul.social li a.vk {background-position: -55px 8px;}
ul.social li a.fb {background-position: -113px 8px;}
ul.social li a.whatsapp {background-position: -171px 8px;}

ul.social li a.ig:hover {background-position: 4px -28px;}
ul.social li a.vk:hover {background-position: -55px -28px;}
ul.social li a.fb:hover {background-position: -113px -28px;}
ul.social li a.whatsapp:hover {background-position: -171px -28px;}

a#top_mail1 {
    background: url(../img/sprite.png) no-repeat 0px 4px;
    padding-left: 27px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.7pt;
    font-weight: 300;
}

a#top_mail1:hover {color: #b62322;text-decoration: underline;}

a#top_tel1 {
    background: url(../img/sprite.png) no-repeat 0px -21px;
    padding-left: 27px;
    margin-top: 6px;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0.025em;
}

    
#recall {
    color: #b62322;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
}

#recall:hover {text-decoration: none;}


ul.top_menu {
    position: relative;
    height: 23px;
    /*width: 1160px;*/
    margin: auto;
    text-align: right;
    z-index: 2;
}

ul.top_menu li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 2px;
    /*margin-left: 28px;*/
}

ul.top_menu li a {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    /*text-shadow: 2px 2px 4px #fff;*/
    text-transform: uppercase; 
}

ul.top_menu li a:hover {
    color: #b62322;
    border-bottom: 1px solid #b62322;
}

ul.top_menu li span {
    width: 0px;
    height: 1px;
    background: #b62322;
    display: block;
    margin: 1px auto 0px;
    transition: 230ms;
    opacity: 0;
}

ul.top_menu li:hover span {width: 100%; opacity: 1;}

/* /// HEADER */


.mp_banner {
    width: 1200px;
    height: 450px;
    background: url(../img/banner/mp1.jpg) no-repeat;
    margin: auto;
    display: block;
    box-shadow: 1px 3px 12px #000;
}
/* ***** SLIDER ***** */

.main_slider {
    position: relative;
    /*width: 1200px;*/
    /*height: 450px;*/
    background: rgba(0,0,0,0.2);
    margin: auto;
    padding-bottom: 23px;
}
.usl_slider {
    position: relative;
    width: 50%;
    height: 430px;
    display: inline-block;
    vertical-align: top;
    margin-right: -6px;	
    padding-bottom: 23px;
}

.slider_image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1200px;
    height: 450px;
    background-size: cover;
    background-position: center top;
    box-shadow: 1px 3px 12px #000;
    opacity: 0;
    z-index: 2;
    transition: 730ms ease-in;
}

.usl_slider .slider_image {
    width: 100%;
    height: 430px;
    transition: 320ms ease-out;
}

.slider_image>a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    content: ' ';
    background: rgba(255,198,0,0);
    transition: 320ms ease-out;
}

.slider_image>a:hover {background: rgba(255,198,0,0.12);}
    
    
.sl_active {opacity: 1;z-index: 3;}

ul.slider_paginator {
    position: relative;
    top: 400px;
    text-align: center;
    z-index: 4;
}

ul.slider_paginator li {
    width: 12px;
    height: 12px;
    background: #b62322;
    display: inline-block;
    margin-right: 16px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.46);
}

ul.slider_paginator li:last-child {margin-right: 0px;}

ul.slider_paginator li.active_dot:after {
    position: relative;
    left: -6px;
    top: -6px;
    width: 100%;
    height: 100%;
    padding: 3px;
    border-radius: 50%;
    border: 3px solid #b62322;
    content: ' ';
    display: block;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.46);
}

.slider_arrows,
.places_arrows {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: url(../img/arr.jpg) no-repeat;
    background-size: cover;
    display: block;
    cursor: pointer;
    z-index: 5;
}

.usl_slider .slider_arrows,
.usl_slider .places_arrows {
    margin-top: -30px;
    width: 60px;
    height: 60px;
} 
    
#slider_left {
    left: -20px;
    box-shadow: 1px 3px 6px rgba(0,0,0,0.32);
}
#slider_right {
    right: -20px; 
    transform: rotate(180deg);
    box-shadow: -1px -3px 6px rgba(0,0,0,0.32);
}

.usl_slider #slider_left {left: 0px;}
.usl_slider #slider_right {right: 0px;}

#slider_left:hover {
    transform: translate(-1px,1px);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.46);
}

#slider_right:hover {
    transform: rotate(180deg) translate(-1px,-1px);
    box-shadow: 0px -1px 3px rgba(0,0,0,0.46);
}

.sl_line {
    position: relative;
    left: 0px;
    width: 100%;
    height: 4px;
    padding: 0px;
    background: #fff;
    display: block;
    margin-top: -4px;
    margin-bottom: 18px;
    box-shadow: 1px 3px 6px rgba(0,0,0,0.32);
    z-index: 1;
    content: ' ';
}

.main_slider .sl_line {
    position: relative;
    top: 445px;
    margin: 0px;
}

.main_slider .sl_line span {
    position: absolute;
    left: 0px;
    width: 0px;
    height: 100%;
    background: #b62322;
    display: block;
}

/* ///// SLIDER ///// */

/* TABLE HEADING */

table.heading {
    width: 1160px;
    margin: 23px auto 12px;
    border-collapse: collapse;
}

table.heading td {width: 50%;}

table.heading td span {
    width: 100%;
    height: 1px;
    background: #b62322;
    display: block;
    box-shadow: 1px 2px 3px #000;
}

table.heading td:nth-child(2) {
    background: none;
    display: block;
    padding: 0px 30px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 2px 2px 4px #000;
    text-transform: uppercase;
    text-align: center;
}

/* /// TABLE HEADING */


/* FOOD GROUPS */
ul.food_group {
    width: 1160px;
    text-align: justify;
    margin: auto;
    margin-bottom: 60px;
}

ul.food_group li {
    width: 260px;
    height: 260px;
    display: inline-block;
    vertical-align: top;
}

ul.food_group li a {
    width: 100%;
    height: 100%;
    display: block;
}

ul.food_group li a p:first-child {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    text-shadow: 2px 2px 4px #000;
}

.fg_img {
    width: 100%;
    height: 185px;
    display: block;
    margin-top: 5px;
    box-shadow: 1px 3px 8px #000;
    background-size: 100% 100% !important;
    background-position: center center !important;
    transition: 730ms;
}

ul.food_group li a:hover .fg_img  {background-size: 120% 120% !important;}

p.fg_price {
    width: 70px;
    background: url(../img/sprite.png) no-repeat right -46px;
    margin-top: 10px;
    padding-top: 3px;
    padding-right: 23px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: right;
    text-shadow: 2px 2px 4px #000;
}

.fg_order {
    width: 120px;
    padding: 1px 0px 2px;
    display: inline-block;
    background: #b62322;
    margin-left: 23px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    box-shadow: 1px 3px 5px #000;
    cursor: pointer;
}

.fg_order:hover {
    transform: translate(1px,1px);
    box-shadow: 1px 1px 3px #000;
}


ul.food_group li:last-child {
    width: 100%;
    height: 40px;
    padding-top: 32px;
    text-align: center;
}

ul.food_group li:last-child>* {
    display: inline-block;
    vertical-align: middle;
}

ul.food_group li:last-child>p {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-shadow: 2px 2px 6px #000;
}

ul.food_group li:last-child>p span {
    font-weight: 700;
    color: #b62322;
}
.gold_button {
    padding: 9px 55px 8px; 
    background: #b62322;
    margin-left: 23px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 1px 3px 7px #000;
    cursor: pointer;
}

.gold_button:hover {
    transform: translate(1px,1px);
    box-shadow: 1px 1px 3px #000;
}

ul.food_group li:last-child>a {
    width: 190px;
    height: 25px;
    margin-left: 23px;
    background: url(../img/sprite.png) no-repeat 0px -22px;
    padding-left: 27px;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    text-shadow: 2px 2px 6px #000;
}
/* /// FOOD GROUPS */


/* TEAM */


ul.team {
    width: 100%;
    margin: 46px auto 32px;
    text-align: justify;
}

ul.team>li {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-align: center;
    text-shadow: 1px 2px 3px #000;
    margin-bottom: 46px;
}

ul.team .team_photo {
    width: 182px !important;
    height: 182px;
    border-radius: 50%;
    box-shadow: 1px 3px 7px #000;
    background-size: cover !important;
    margin: auto;
}

ul.team .team_text {
    padding-bottom: 23px;
    border-bottom: 1px solid #b62322;
}


ul.team .team_text h4 {
    font-size: 23px;
    font-weight: 700;
    color: #b62322;
    text-shadow: 2px 2px 6px #000;
}
ul.team .team_text h5 {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 6px #000;
}

ul.team .team_text p {
    width: 90%;
    margin: 6px auto 0px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 2px 3px #000;
}



/* CAROUSEL */
.carousel  {
   max-width: 1160px; 
   margin: auto;
   width:100%;
}
.carousel-wrapper {
   margin: 10px 50px;
   overflow: hidden; 
   position:relative;
}
.carousel-items {
   width: 10000px;
   position: relative; 
}
.carousel-block {
   float: left; 
   width: 240px; 
   padding: 10px 15px; 
}

.carousel-block p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-shadow: 1px 2px 3px #000;
}

.carousel-block p span {
    font-size: 23px;
    font-weight: 700;
    color: #b62322;
    text-shadow: 2px 2px 6px #000;
}


.carousel-button-left a, .carousel-button-right a {
   width: 37px; 
   height: 58px; 
   position: relative;
   top: 80px; 
   cursor: pointer; 
   text-decoration:none;
    transition: 120ms;
}
.carousel-button-left a {
   float: left; 
   background: url(../img/arr_left.png); 
}
.carousel-button-right a {
   float: right;
   background: url(../img/arr_right.png); 
}

.carousel-button-left a:hover {transform: translateX(-6px);}
.carousel-button-right a:hover {transform: translateX(6px);}

.team_carousel .carousel-button-left a, 
.team_carousel .carousel-button-right a {display: none;}

/* /// CAROUSEL */

.big_logo_img {
    width: 1160px;
    height: 393px;
    background: url(../img/big_logo_img.png) no-repeat 135px center;
    display: block;
    margin: 23px auto;
}

.phone_line {
    /*width: 1160px;*/
    margin: auto;
    text-align: center;
}

.phone_line>* {display: inline-block;}

.phone_line p {
    font-size: 20px;
    font-weight: 500;
    /*text-shadow: 2px 2px 6px #fff;*/
}

/*a.phone {
    width: 190px;
    height: 25px;
    margin-left: 12px;
    background: url(../img/sprite.png) no-repeat 0px -22px;
    padding-left: 16px;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    text-shadow: 2px 2px 6px #000;
}*/

/* CLIENTS CAROUSEL */
/*
.clients {
    border-bottom: 1px solid #b62322;
}
*/
.clients .carousel-block {
    float: left; /* выстраиваем все элементы карусели в ряд */
    width: 210px; /* задаём ширину каждого элемента */
    padding: 10px 25px; /* делаем оступы, чтобы элементы не сливались */
}

.carousel-block .outer_block {
    width: 220px;
    height: 170px;
    display: block;
    background: rgba(255,255,255,0.5);
    padding: 10px;
    box-shadow: 1px 3px 7px #000;
    transition: 120ms;
}

.carousel-block:hover .outer_block {
    width: 240px;
    height: 190px;
    padding: 0px;
    box-shadow: 0px 0px 0px #000;
}

.carousel-block .inner_block {
    width: 220px;
    height: 170px;
    background: #fff;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.46);
    text-align: center;
    transition: 120ms;
}

.carousel-block:hover .inner_block {
    width: 220px;
    height: 170px;
    padding: 10px;
}

.carousel-block .inner_img {
    width: 100%;
    height: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.clients .carousel-block p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-align: center;
    text-shadow: none;
}

.clients .carousel-block .inner_block a {
    font-size: 16px;
    font-weight: 300;
    color: #ff8219;
    text-decoration: underline;
}

.clients .carousel-block .inner_block a:hover {text-decoration: none;}

/* /// CLIENTS CAROUSEL */


/* FP FORM */
.fp_bottom_form {
    /*width: 700px;*/
    margin: 12px auto 0px;
    padding: 23px 0px 46px;
}

ul.ul_form {
    width: 330px;
    display: inline-block;
    vertical-align: top;
    margin-right: 23px;
}

ul.ul_form:last-child {margin-right: 0px; text-align: center;}

ul.ul_form li {
    display: block;
    margin-bottom: 12px;
}

ul.ul_form li span {
    width: 96%;
    height: 10px;
    margin: auto;
    margin-top: -3px;
    background: #b62322;
    display: block;
    z-index: -1;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.65);
}


ul.ul_form li p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-shadow: 2px 2px 6px #000;
    margin-bottom: 5px;
}

ul.ul_form li.show_error p {
    min-height: 32px;
    font-size: 18px;
    font-weight: 400;
    color: #e1a91d;
    text-shadow: 2px 2px 6px #000;
    text-align: right;
    padding-top: 9px;
}

ul.ul_form li input, 
ul.ul_form li textarea {
    width: 280px;
    padding: 6px 6px 4px 40px;
    background: #fff url(../img/cont_sprite.png) no-repeat;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 300;
    color: #444;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.65);
}

ul.ul_form li input.imya {background-position: 6px -4px;}
ul.ul_form li input.tel {background-position: 6px -43px;}
ul.ul_form li input.email {background-position: 6px -78px;}

ul.ul_form li textarea {
    background-position: 6px -165px;
    height: 110px;
    resize: none;
}

ul.ul_form li input.submit,
.fake_submit {
    background: #b62322;
    padding: 18px 0px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    cursor: pointer;
}

.fake_submit {
    background: #b62322;
    width: 280px;
    cursor: default;
    display: inline-block;
    color: #fff;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.65);
}

.company, .order_info {display: none;}
    

ul.ul_form li input.submit:hover {
    background: #d7a118;
    transform: translate(1px,1px);
    box-shadow: 1px 1px 3px #000;
}

/* /// FP FORM */


/* BOTTOM BLOCK */
.bottom_block {
    width: 100%;
    background: #808080;
    /*opacity: 0.5;*/
    /*padding: 12px 0px 32px;*/
    border-bottom: 6px solid #b72323;
}

.bottom_block .div1160>* {display: inline-block; vertical-align: top;}

.bot_logo {
    margin-top: 20px;
    text-align: right;
    padding-top: 105px;
    padding-right: 8px;
    background: url(../img/logo2.png) no-repeat center top;
    background-size: contain;
}

.bot_logo #top_tel1 {
    position: relative;
    padding-left: 23px;
}
.bot_logo #recall {
    position: relative;
    top: -16px;
}
.bot_logo p {
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin-left: 23px;
    font-size: 14px;
}

.bot_menu1, .bot_menu2 {padding: 27px 0px 0px 32px;}

.bot_menu3 {width: 520px;padding: 27px 0px 0px 32px;}

.bot_menu1 ul {padding-right: 32px; border-right: 1px solid #b62322;}
.bot_menu3 ul {width: 100%;}

.bot_menu1 ul li,
.bot_menu2 ul li {display: block; margin-bottom: 3px;}
.bot_menu3 ul li {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px;
}
    



.bot_menu1 ul li a,
.bot_menu2 ul li a, 
.bot_menu3 ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
}

.bot_menu1 ul li a:hover,
.bot_menu2 ul li a:hover,
.bot_menu3 ul li a:hover{text-decoration: none;}

/* /// BOTTOM BLOCK */

/* FOOTER */
footer {
    width: 100%;
    /*padding: 16px 0px;*/
    background: #808080;
    padding-top: 16px;
}

footer ul {
    /*width: 1160px;*/
    margin: auto;
    text-align: center;
}

footer ul li {
    /*width: 30%;*/
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: 400;
}

/*footer ul li:nth-child(1) {
    text-align: left !important; 
    font-weight: 300; 
    margin-left: -50px;
    padding-right: 50px;
}*/

footer ul li a {
    display: inline-block;
    color: #fff;
    border-bottom: 1px dotted #b62322;
}

/*footer ul li a:hover {border-bottom: 2px solid #b62322;}*/







/************* SECOND PAGE **************/
.sp_banner {
    position: relative;
    /*width: 1200px;*/
    height: 254px;
    background-image: url(../img/banner/sp1.jpg);
    background-repeat: no-repeat !important;
    margin: auto;
    display: block;
    /*box-shadow: 1px 3px 12px #000;*/
    transition: 650ms;
    background-size: cover;
    background-position: center;
}

.sp_banner .title {
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.sp_banner table.heading {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.73);
    width: 1200px;
    margin: 0px;
    border-collapse: collapse;
    text-align: center;
}
.sp_banner table.heading td:first-child {padding-left: 20px;}
.sp_banner table.heading td:last-child {padding-right: 20px;}


/* HEADER2 */
.header2 {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 66px;
    background: #000;
    z-index: 3;
    display: none;

}

.header2 .div1160>* {
    display: inline-block;
    vertical-align: top;
}

.small_logo {
    width: 99px;
    height: 44px;
    background: url(../img/small_logo.png) no-repeat;
    margin-top: 11px;
    margin-right: 18px;
}

ul.small_main_menu {
    width: 850px;
    margin-top: 8px;
    border-bottom: 1px solid #b62322;
}

ul.small_main_menu>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 1px;
    padding-bottom: 3px;
    margin-right: 42px;
}

ul.small_main_menu>li a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

ul.small_main_menu>li a:hover {color: #b62322}

.header2 .top_contacts {
    width: 162px;
    padding-top: 20px;
    margin-top: 4px;
}
.header2 .top_contacts>* {text-shadow: none;}

.header2 .top_contacts a#top_tel1 {
    font-size: 16px;
    font-weight: 700;
    background: url(../img/small_tel.png) no-repeat;
    margin-top: 0px;
    margin-bottom: -4px;
    padding-left: 23px;
}

.separator {
    width: 100%;
    height: 140px;
    display: none;
}


/* Выбор типа меню (Банкет, Фуршет, BBQ, Кофе-брейк) */
ul.menu_types {
    position: relative;
    width: 1000px;
    height: 68px;
    padding: 0px 100px;
    margin: auto;
    text-align: justify;
    background: rgba(0,0,0,0.73);
    z-index: 2;
}

ul.menu_types.small {
    width: 850px;
    height: 35px;
    padding: 0px;
    text-align: left;
    background: none;
    overflow: hidden;
}

ul.menu_types li {
    height: 48px;
    padding-top: 20px;
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    cursor: pointer;
}

ul.menu_types.small li {
    height: 34px;
    font-size: 18px;
    margin-right: 42px;
    padding-top: 6px !important;
}

ul.menu_types li:hover {color: #b62322;}

ul.menu_types li.active {
    height: 53px;
    /*background: url(../img/drop_up.png) no-repeat center bottom;*/
    padding-top: 15px;
    font-size: 28px;
    font-weight: 700;
    color: #b62322;
}

ul.menu_types.small li.active {
    height: 36px;
    font-size: 18px;
    padding-top: 0px !important;
}

/* /// Выбор типа меню (Банкет, Фуршет, BBQ, Кофе-брейк) */



/* Страница с блюдами */


.menu_page_text {	
    padding-bottom: 46px;
    color: #fff;
    text-align: justify;
    text-shadow: 2px 2px 4px #000;	
}

.menu_page_text h1 {
    margin-bottom: 12px;
    text-align: center;
    font-size: 46px;
    color: #b62322;
}

.menu_page_text p {
    font-size: 18px;
    line-height: 25px;
}

.food_page {
    width: 1160px;
    padding: 0px 20px;
    margin: auto;
    display: none;
    border-bottom: 1px solid #b62322;
}

.food_page.opened {
    display: block;
}

.food_page h2 {
    margin: -12px auto 0px;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px #000;
}

.food_page table.heading {margin: 23px auto;}
.food_page table.heading td:nth-child(2) {font-size: 23px;}


/* Жёлтое меню (Эконом, Стандарт, Премиум) */
ul.yellow_line_menu {
    position: relative;
    /*width: 1200px;*/
    /*height: 32px;*/
    margin: auto;
    background: #b62322;
    text-align: center;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.32);
    z-index: 2;
    transition: 320ms;
}

ul.hide_bbq {
    height: 2px !important;
    overflow: hidden !important;
}

ul.yellow_line_menu.fixed {
    position: fixed !important;
    top: 66px;
    left: 50%;
    margin-left: -600px !important;
}

ul.yellow_line_menu li {
    display: inline-block;
    vertical-align: top;
    background: #d92220;
    padding: 2px 15px 1px;
    border-radius: 12px;
    margin-top: 3px;
    margin-right: 32px;
    /*font-size: 18px;
    font-weight: 300;*/
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
ul.yellow_line_menu li:last-child {margin-right: 0px;}
ul.yellow_line_menu li:hover {text-decoration: none;}

ul.yellow_line_menu li.selected {
    /*height: 42px;*/
    padding: 5px 15px 0px 15px;
    margin-top: 0px;
    background: url(../img/drop_down.png) no-repeat center bottom;
    font-weight: 700;
    text-decoration: none;
    cursor: default;
    color: #fff;
}

ul.yellow_line_menu li.selected:before {
    content: "[";
    margin-right: 12px;
}

ul.yellow_line_menu li.selected:after {
    content: "]";
    margin-left: 12px;
}

ul.yellow_line_menu a {
    color: #fff;
}
/* /// Жёлтое меню (Эконом, Стандарт, Премиум) */

/* Калькулятор */
ul.calc_line {
    position: relative;
    top: -32px;
    /*width: 1140px;
    height: 54px;*/
    margin: auto;
    padding: 46px 30px 29px;
    background: rgba(120,120,120,0.9);
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    box-shadow: 0px 2px 6px #000;
    text-align: justify;
    z-index: 1;
    transition: 320ms;
}

ul.hide_bbq2 {
    top: 0px;
    height: 22px;
    padding: 0px 30px 38px;
}

ul.calc_line.fixed {
    position: fixed !important;
    top: 66px;
    left: 50%;
    margin-left: -600px !important;
}

ul.calc_line li {
    position: relative;
    /*height: 36px;*/
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    font-size: 16px;
    /*line-height: 16px;*/
    font-weight: 300;
    color: #fff;
    /*text-shadow: 1px 2px 3px #000;*/
}

ul.calc_line li span {font-weight: 700;}


ul.calc_line li.weight {
    background: url(../img/calc_sprite.png) no-repeat 0px 5px;
    padding-left: 54px;
}
ul.calc_line li.price {
    background: url(../img/calc_sprite.png) no-repeat 0px -43px;
    padding-left: 54px;
}
ul.calc_line li.qtty {
    height: 30px;
    /*padding-top: 16px;*/
    /*background: url(../img/calc_sprite.png) no-repeat 0px -89px;*/
    /*padding-left: 44px; */   
}
ul.calc_line li.qtty>* {display: inline-block; vertical-align: middle; margin-bottom: 0;}

.minus, .plus, .dop_minus, .dop_plus {
    /*width: 25px;*/
    height: 25px;
    background: url(../img/calc_sprite.png) no-repeat -13px -217px;
    margin-left: 7px;
    cursor: pointer;
}
.plus, .dop_plus {background: url(../img/calc_sprite.png) no-repeat -13px -187px; margin-left: 0px;}

ul.calc_line li.qtty input {
    width: 50px;
    border: none;
    border-bottom: 1px solid #b62322;
    background: none;
    padding: 0px 6px 1px 4px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    /*text-shadow: 1px 2px 3px #000;*/
    text-align: center;
    outline: none;
}

ul.calc_line li.total {
    background: url(../img/calc_sprite.png) no-repeat 0px -134px;
    padding-left: 49px;
}
ul.calc_line li.send_but {
    /*height: 16px;*/
    padding: 7px 20px 7px;
    /*margin-top: 8px;*/
    border: 2px solid #fff;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
    cursor: pointer;
    transition: 120ms;
}

ul.calc_line li.send_but:hover {
    background: #b62322;
    color: #000;
}

/* /// CALC */ 

h2.food_items {
    font-weight: bold;
    text-transform: uppercase;
}

/* FOOD_ITEMS */
.hidden {
    display: none !important;
}

ul.food_items {
    /*width: 1160px;*/
    text-align: center;
    padding-top: 6px;
}

ul.food_items>li {
    position: relative;
    width: 210px;
    display: inline-block;
    vertical-align: top;
    /*margin: 56px 23px 23px 0px; задаётся скриптом*/
    /*box-shadow: 3px 3px 8px 3px rgba(0,0,0,0.65);*/
    background-color: #fff;
    backface-visibility: visible !important;
    animation-name: fadeInUp;
    animation-duration: 650ms;
    animation-fill-mode: backwards;
}
/*ul.food_items li:nth-child(5n), ul.food_items li:last-child {margin-right: 0px;}*/

        @keyframes fadeInUp {
          0% {
            opacity: 0;
            transform: translateY(20px);
          }
          100% {
            opacity: 1;
            transform: translateY(0);
          }
        }

        @keyframes flash {
          0%, 50%, 100% {opacity: 1;}
          25%, 75% {opacity: 0;}
        }


.flash {
    animation-name: flash;
    animation-duration: 650ms;
    animation-fill-mode: backwards;
}




ul.food_items li .food_img {
    position: relative;
    width: 210px;
    height: 150px;
    background-position: center center;
    /*background-size: cover;*/
    background-repeat: no-repeat;
}

ul.food_items li .food_img .food_name {
    position: relative;
    top: -56px;
    width: 210px;
    height: 56px;
    background: #fff;
    display: table;
    border-bottom: 4px solid #fff;
}

ul.food_items li .food_img .food_name p {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
}
ul.food_items li .food_img .food_name p::after {
    position: relative;
    width: 46%;
    height: 1px;
    background: #b62322;
    content: ' ';
    display: block;
    margin: 8px auto 0px;
}

ul.food_items li .food_info {
    /*width: 190px;*/
    height: 65px;
    padding: 4px 10px;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
    z-index: 2;
}

/*ul.food_items.delivery li .food_info {height: 50px;}*/

ul.food_items.delivery>li {
    /*box-shadow: 0px 0px 0px 0px #b62322, 
                3px 3px 8px 3px rgba(0,0,0,0.65);*/	
    transition: 230ms;
}
ul.food_items.delivery>li:hover {/*box-shadow: 0px 0px 0px 2px #b62322,
                                             3px 3px 8px 3px rgba(0,0,0,0.65);*/
}

ul.food_items li ul.food_sub_info {
    position: relative;
    width: 210px;
    padding: 0px 10px 4px;
    background: #eee;
    text-align: center;
}

ul.food_items.delivery li ul.food_sub_info {
    padding: 2px 10px 4px;
    /*background: #fff;*/
}

ul.food_items>li ul.food_sub_info>li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    /*color: #919191;*/
}

ul.food_items.delivery>li>ul.food_sub_info>li {color: #555;}

ul.food_items>li>ul.food_sub_info>li.make_order {
    left: -10px;
    top: 4px;
    width: 100%;
    padding: 11px 10px 12px;
    background: #eee;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;	
}  

.cart {
    padding: 8px;
    background: #b62322;
    /* margin-left: 23px; */
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    /* box-shadow: 1px 3px 7px #000; */
    border: none;
    cursor: pointer;
}

.title-cart {
    overflow: hidden;
    text-align: center;
    font-weight: bold;
}

.title-cart a {
    color: #b62322;
}
.porc {
    width: 46px;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.porc span {font-weight: 400;}

.porc_price {
    width: 90px;
    display: inline-block;
    text-align: right;
}
.porc_price span {
    font-size: 19px;
    font-weight: 700;
}

.porc_qtty {
    position: relative;
    width: 46px;
    height: 20px;
    display: inline-block;
    text-align: left;
}

.porc_qtty ul {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 15;
}

.porc_qtty ul.porc_visible {z-index: 16;}


.porc_qtty ul li {
    position: relative;
    width: 100%;
    display: none;
    background: #fff;
    border: 1px solid #999;
    padding: 2px 0px;
    border-top: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-align: center;
    cursor: pointer;
    transition: 120ms;
}
.porc_qtty ul.porc_visible li {display: block;}

.porc_qtty ul li:not(.cur_porc) {box-shadow: 2px 4px 3px 1px rgba(0,0,0,0.32);}


.porc_qtty ul li.cur_porc {
    display: block;
    background: #eee;
    padding: 2px 0px;
    border: 1px solid #999;
    border-radius: 5px;	
    font-size: 18px;
    font-weight: 400;
    color: #999;
}

.porc_qtty ul li.cur_porc:hover {border: 1px solid #efba00;}
    

.porc_qtty ul.porc_visible li.cur_porc {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.porc_qtty ul li:not(.cur_porc):hover {
    color: #efba00;
    background: #f5f5f5;
}



/* BIG CALC*/
.big_calc {
    /*width: 1160px;*/
    padding: 0px 20xp;
    margin: auto;
    margin-bottom: 12px;
}

.bcalc_header {
    /*height: 55px;*/
    text-align: justify;
    /*padding: 60px 0px 12px;*/
    border-bottom: 1px solid #b62322;
}

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

.bcalc_name {
    /*min-width: 560px;*/
    font-size: 32px;
    font-weight: 700;
    /*text-shadow: 2px 3px 6px #000;*/
}

.bcalc_weight, .bcalc_price {
    height: 55px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    /*text-shadow: 2px 3px 6px #000;*/
    background: url(../img/big_sprite.png) no-repeat;
}

.bcalc_weight span, .bcalc_price span {font-size: 23px; font-weight: 700;}

.bcalc_weight {background-position: 0px -4px; /*padding-left: 63px;*/}
.bcalc_price {background-position: 0px -70px; /*padding-left: 73px;*/}


.big_calc>ul {
    width: 100%;
    text-align: justify;
    margin-top: 23px;
}

.big_calc>ul>li {
    width: 560px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 23px;
}

.big_calc>ul>li:first-child>* {margin-bottom: 15px;}

.bcalc_qtty>*, .bcalc_total>*, .bcalc_dop>*, .bcalc_form>* {
    display: inline-block;
    vertical-align: middle;
}

.num {
    width: 46px;
    font-size: 56px;
    line-height: 56px;
    font-weight: 700;
    color: #b62322;
    text-align: center;  
    /*text-shadow: 2px 3px 6px #000;*/
}

.bcalc_qtty>p, .bcalc_total>p, .bcalc_dop>p, .bcalc_form>p {
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
    /*text-shadow: 1px 2px 4px #000;*/
}
.bcalc_qtty>p span, .bcalc_total>p span, .bcalc_dop>p span, .bcalc_form>p span {font-weight: 700;}

.bcalc_qtty>span,
.bcalc_total>span {
    width: 100px;
    height: 1px;
    display: inline-block;
    background: #999a9d;
    margin: 18px 10px 0px;
}

.bcalc_total>span {width: 60px;}


.bcalc_qtty input,
input.dop_qtty {
    width: 86px;
    border: none;
    background: none;
    padding: 0px;
    font-size: 32px;
    font-weight: 700;
    /*text-shadow: 2px 3px 6px #000;*/
    text-align: center;
    outline: none;
    vertical-align: bottom;
}

.bcalc_minus, .bcalc_plus {
    /*width: 36px;*/
    height: 36px;
    background: url(../img/big_sprite.png) no-repeat 0px -238px;
    cursor: pointer;
    vertical-align: bottom;
}
.bcalc_plus {background: url(../img/big_sprite.png) no-repeat 0px -188px;}


.bcalc_total_sum {
    width: 170px;
    border-bottom: 1px solid #b62322;
    font-size: 32px;
    font-weight: 700;
    /*text-shadow: 2px 3px 6px #000;*/
    text-align: center; 
}

.p_icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../img/big_sprite.png) no-repeat 0px -137px;
}


ul.dop_usl {
    margin-top: 12px;
    padding-left: 10px;
}

ul.dop_usl li {
    display: block;
    margin-bottom: 12px;
}

ul.dop_usl li>* {
    display: inline-block;
    vertical-align: middle;
}

ul.dop_usl li p {
    font-size: 23px;
    font-weight: 300;
    color: #b62322;
    /*text-shadow: 1px 2px 4px #000;*/
}

ul.dop_usl li>span {
    height: 1px;
    display: inline-block;
    background: #999a9d;
    margin: 4px 10px 0px;
}

.dop_price {
    font-size: 23px;
    font-weight: 400;
    /*text-shadow: 1px 2px 4px #000;*/
}

input.dop_qtty {
    width: 40px;
    font-size: 23px;
}

.dop_total, .dop_sum {display: none !important;}



ul.big_calc_form {
    width: 550px;
    padding-left: 10px;
    text-align: justify;

}

ul.big_calc_form li {
    display: inline-block;
    margin-bottom: 6px;
}

ul.big_calc_form li span {
    width: 96%;
    height: 6px;
    margin: auto;
    margin-top: 0px;
    background: #b62322;
    display: block;
    z-index: -1;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.65);
}


ul.big_calc_form li p {
    font-size: 23px;
    font-weight: 300;
    color: #b62322;
    text-shadow: 1px 2px 4px #000;
    margin-bottom: 2px;
}

ul.big_calc_form li input, 
ul.big_calc_form li textarea {
    padding: 6px 6px 4px 40px;
    background: rgba(255,255,255,0.32) url(../img/cont_sprite.png) no-repeat;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.65);
}

ul.big_calc_form li input.imya {
    width: 280px;
    background-position: 6px -3px;
}
ul.big_calc_form li input.tel {
    width: 160px;
    background-position: 6px -43px;
}

ul.big_calc_form li input.email {
    width: 504px;
    background-position: 6px -78px;
}

ul.big_calc_form li textarea {
    width: 504px;
    background-position: 6px -162px;
    height: 90px;
    resize: none;
    margin-bottom: 3px;
}

ul.big_calc_form li input.submit,
ul.big_calc_form li .fake_submit {
    width: 326px;
    background: #b62322;
    padding: 8px 0px;
    margin-left: 11px;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

ul.big_calc_form li input.submit:hover {
    background: #d7a118;
    transform: translate(1px,1px);
    box-shadow: 1px 1px 3px #000;
}

ul.big_calc_form li.show_error p {
    position: relative;
    left: 12px;
    top: 6px;
    font-size: 14px;
    color: #fff;
}


 ul.big_calc_form li .fake_submit {
    cursor: default;
    display: inline-block;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.65);
}



/* ABOUT US */
.text_block {padding: 23px 0px;}

#about_us {
    width: 80%;
    margin: auto;
    padding-bottom: 32px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 2px 3px #000;
}

#about_us p {
    width: 100%;
    margin: 12px auto;
    text-align: left;
    text-indent: 23px;
}

ul.text_ul {
    width: 100%;
    padding: 12px 0px;
}

ul.text_ul li {
    display: block;
    min-height: 20px;
    margin-bottom: 12px;
    padding: 6px 0px 6px 44px;
    background: url(../img/star_li.png) no-repeat 0px 0px;
    text-align: left;
}


/* SERVICES */
ul.colums3,
ul.colums4 {
    width: 100%;
    text-align: justify;
}

ul.colums3>li,
ul.colums4>li {
    width: 275px;
    display: inline-block !important;
    vertical-align: top;
    color: #fff;
    text-align: left;
}

ul.colums3>li {width: 360px;}

ul.image_link li {
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center center;
    box-shadow: 5px 5px 12px 5px rgba(0,0,0,0.65);	
    transition: 730ms ease-out 120ms;
}


ul.image_link li a {
    display: block;
    padding: 85px 0px;
    background: rgba(0,0,0,0.65);
    text-align: center;
    text-transform: uppercase;
    color: #b62322;
    font-size: 21px;
    font-weight: 700;
    transition: 320ms;
    border-bottom: 5px solid #b62322;
}

ul.image_link li:hover {
    background-size: 100%;
    box-shadow: 2px 2px 7px 2px rgba(0,0,0,0.73);
}

ul.image_link li:hover a {
    background: rgba(0,0,0,0);
    color: #fff;
    border-bottom: 5px solid rgba(0,0,0,0);
    text-shadow: 3px 3px 12px rgba(0,0,0,0.73);
}

.service_img {
    width: 100%;
    height: 100px;
    display: table;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.65);
    background-size: 100%;
    background-position: center;
    transition: 1200ms;
}

.service_img:hover {background-size: 110%;}

.service_img div {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #b62322;
}

.service_img div h2 {
    width: 90%;
    margin: auto;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.departure_img {
    width: 100%;
    height: 200px;
    display: table;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.65);
    background-size: 100%;
    background-position: center;
    transition: 1200ms;
}

.departure_img div {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #b62322;
}

.departure_img div h2 {
    width: 90%;
    margin: auto;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

ul.services {border-bottom: 2px solid #b62322;padding:0;}

ul.services li {
    display: block;
    background: rgba(0,0,0,0.32);	
    border-bottom: 1px solid #555;
    transition: 230ms;
}

ul.services li a,
ul.big_services li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px 6px 6px 12px;
    color: #fff;
    transition: 230ms;
    /*text-shadow: 2px 2px 4px #000;*/
}




ul.services li:hover,
ul.big_services li:hover,
ul.big_services li.usl_active {
    background: #b62322;
    border-bottom: 1px solid rgba(0,0,0,0);
    box-shadow: 5px 6px 12px rgba(0,0,0,0.73);
}
ul.big_services li.usl_active {box-shadow: none !important;}

ul.services li:hover a,
ul.big_services li:hover a,
ul.big_services li.usl_active a {
    color: #000; 
    text-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
}

ul.big_services li {
    width: 274px;
    border-bottom: 1px solid #555;
    transition: 230ms;
}

ul.big_services li a {padding: 18px 12px 18px 12px;}
ul.big_services.small_usl {margin: -23px auto;}
ul.big_services.small_usl li a {padding: 6px 6px 6px 12px;}



ul.uslugi>li {
    display: block;
    width: 100%;
    margin-top: 23px;
}

ul.uslugi>li hr {
    position: relative;
    width: 100%;
    height: 2px;
    background: #b62322;
    border: none;
    margin: 23px 0px;
}
    

.usl_img {
    width: 50%;
    height: 430px;
    display: inline-block;
    vertical-align: top;
    margin-right: -6px;
    background-size: cover;
    background-position: center center;
    box-shadow: 5px 6px 12px rgba(0,0,0,0.73);
}

ul.usl_kitchen>li.usl_img  {
    height: 555px;
}

.usl_text {
    position: relative;
    width: 50%;
    padding-bottom: 200px;
    display: inline-block;
    vertical-align: top;
}

.usl_text h2 {
    width: 90%;
    margin: 30px auto 20px;
    font-size: 32px;
    color: #b62322;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000;
}

.usl_text>p {
    width: 90%;
    margin: auto;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
}

.usl_bottom {
    /*position: absolute;*/
    left: 5%;
    bottom: 0px;
    width: 90%;
    margin-top: 12px;
    padding-top: 23px;
    border-top: 4px solid #b62322;
}

.places .usl_bottom {
    bottom: auto !important;
    margin-top: 23px;
}

.usl_bottom p {
    font-size: 18px;
    line-height: 23px;
    /*color: #fff;*/
    font-weight: 300;
    text-shadow: 2px 2px 4px #fff;
}

.usl_bottom p a {
    color: #b62322;
    font-weight: 700;
    text-decoration: underline;
    text-shadow: 2px 2px 4px #fff;
}

.usl_bottom p a:hover {text-decoration: none;}

.usl_order {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 40px 14px;
    margin: 8px 8px 8px 0px;
    background: #b62322;
    font-size: 23px;
    color: #000;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.85);
    cursor: pointer;
}

.usl_order:hover {
    transform: translate(1px,1px);
    box-shadow: 2px 2px 6px rgba(0,0,0,1);
}
    
.usl_bottom p:last-child {
    width: 270px;
    display: inline-block;
    vertical-align: middle;
}





.usl_dop_info {
    padding: 27px 20px 46px;
    margin: 27px auto 0px;
    background: #fff;
    color: #000;
    box-shadow: 3px 3px 9px 2px rgba(0,0,0,0.73);
    text-align: justify;
}

.usl_dop_info>p {
    width: 95%;	
    margin: 0px auto 46px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
}

.usl_dop_info>div {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.usl_dop_info>div:first-of-type {margin-right: -6px;}

.usl_dop_info>div>* {
    width: 90%;
    margin: auto;
}

.usl_dop_info>div h3 {	
    margin-bottom: 9px;
    padding-bottom: 6px;
    border-bottom: 2px solid #b62322;
    font-size: 18px;
    text-transform: uppercase;
}

table.usl_price.full_width {border-spacing: 32px 0px;}

table.usl_price tr td {
    padding: 3px 0px 4px;	
    border-bottom: 1px dotted #000;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    transition: 320ms ease-in;
    cursor: default;
}

table.tab_left  tr td {text-align: left !important;}

table.usl_price tr:hover td {	
    border-bottom: 1px dotted #b62322;
    color: #b62322;
}

table.usl_price tr:first-child td {
    padding: 7px 0px 8px;
    height: 30px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;	
}
tr.yellow_tr td {background: #b62322;}

table.usl_price tr:first-child:hover td,
tr.yellow_tr:hover td {
    border: none;
    color: #000 !important;
}



table.usl_price tr:last-child:hover td, table.usl_price tr:last-child td {border-bottom: 1px solid #b62322;}



ul.usl_include {
    margin-top: 12px;
}

ul.usl_include li {
    position: relative;
    width: 90%;
    margin-left: 32px;
    padding: 8px 0px 9px 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 17px;
    cursor: default;
    transition: 320ms ease-in;
}

ul.usl_include li span {font-weight: 700;}

ul.usl_include li::before {
    position: absolute;
    left: -27px;
    top: 0px;
    width: 27px;
    height: 34px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/li_plus.png) no-repeat 0px 6px;
    content: ' ';	
}




/*  *** CONTACTS *** */
.map {
    max-width: 1200px;
    height: 300px;
    background: #fff;
    margin: auto;
    box-shadow: 5px 5px 12px 3px rgba(0,0,0,0.65);
}

.contacts .bcalc_form>p {padding: 0px 0px 12px 12px;}
li.contact_info .bcalc_form>p {padding: 0px 0px 12px 0px;}

li.contact_info p {
    color: #fff;
    font-weight: 400;
}


.line {
    width: 100%;
    height: 2px;
    display: block;
    background: #b62322;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.65);
    margin-bottom: 12px;
}


/* MASTER - CLASSES */
.kmk {
    width: 100%;
    margin-top: 32px;
    padding-bottom: 18px;
    border-bottom: 1px solid #b62322;
    text-align: justify;
}


.kmk_img {
    width: 100%;
    height: 100%;
    min-height: 593px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: -10px;
    display: inline-block;
    vertical-align: top;
}

.kmk:nth-child(even) .kmk_img {margin-left: 23px;}
.kmk:nth-child(odd) .kmk_img {margin-right: 23px;}

.kmk_info {
    /*width: 700px;*/
    text-align: justify;
    display: inline-block;
    vertical-align: top;
}

.kmk_info>* {
    display: inline-block;
    vertical-align: top;
}

.kmk_header {
    /*width: 420px;*/
    padding: 15px 23px 17px;
    display: inline-block;
    vertical-align: top;
    background: #b62322;
    font-size: 23px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    box-shadow: 3px 3px 12px 2px rgba(0,0,0,0.73);
}

.kmk_order {
    /*width: 125px;*/
    padding: 28px 35px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    font-size: 23px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 3px 3px 12px 2px rgba(0,0,0,0.73);
}

.kmk_order:hover {
    background: #f5f5f5;
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.85);
}


.kmk_text {
    width: 100%;
    margin-top: 23px;
}

.kmk_text p {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(255,255,255,0.73);
    text-align: justify;
}

.kmk_what,
.kmk_food,
.kmk_time,
.kmk_itog {
    /*width: 335px;*/
    margin-bottom: 18px;
}
.kmk_how {
    width: 100%; 
    margin-top: -18px;
}

.kmk_what h4,
.kmk_food h4,
.kmk_time h4,
.kmk_itog h4,
.kmk_how h4 {
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    color: #b62322;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.73);
    margin-bottom: 8px;
    text-align: justify;
}

.kmk_what p,
.kmk_food p,
.kmk_time p,
.kmk_itog p,
.kmk_how p {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
    text-shadow: 2px 2px 6px rgba(255,255,255,0.73);
    text-align: left;
}




a.pptx {
    width: 190px;
    display: block;
    margin: 12px auto;
    padding: 8px 23px;
    background: #b62322;
    box-shadow: 3px 3px 12px 2px rgba(0,0,0,0.73);
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

a.pptx:hover {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.85);
    text-decoration: underline;
}


/* //MASTER - CLASSES */

ul.gallery_preview {
    position: relative;
    width: 100%;
    margin: 23px auto;
}
ul.gallery_preview li {
    position: relative;
    display: inline-block;
    /*width: 200px;
    height: 260px;*/
    margin: 12px;
    cursor: pointer;
    transition: 230ms ease-out; 
}

ul.gallery_preview li::before {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 100%;
    height: 100%;
    padding: 6px;
    content:'';
    display: block;
    background: #fff;
    box-shadow: 2px 3px 6px rgba(0,0,0,0.63);
}
    

.galP_img {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    height: 260px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: 460ms;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.63);
    z-index: 2;
}

.galP_img_delivery {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    height: 180px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: 460ms;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.63);
    z-index: 2;
}

.galP_name {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background: rgba(255,255,255,0.73);
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    transition: 230ms;
}

.galP_name span {
    display: inline-block;
    border-top: 2px solid #b62322;
    margin-top: 4px;
    padding-top: 4px;
    font-weight: 400;
    font-size: 14px;
    transition: 230ms;
}


ul.gallery_preview li:hover .galP_img,
ul.gallery_preview li.galP_open .galP_img {transform: scale(1.075);}
ul.gallery_preview li:hover .galP_name,
ul.gallery_preview li.galP_open .galP_name {background: rgba(182,35,34,0.73);color: #fff;}
ul.gallery_preview li:hover .galP_name span,
ul.gallery_preview li.galP_open .galP_name span {border-top: 2px solid #fff;}

.galP_other {transform: scale(0.9);}



ul.gallery {
    position: relative;
    text-align: left;
    margin: 23px auto;
    display: none;
}

ul.gallery li {
    position: relative;
    display: inline-block;
    margin: 12px;
    box-shadow: 2px 3px 6px rgba(0,0,0,0.63);
    backface-visibility: visible !important;
    animation-name: fadeInUp;
    animation-duration: 650ms;
    animation-fill-mode: backwards;
}

ul.gallery li:first-child {
    width: 100%;
    padding: 0px 0px 12px;
    border-bottom: 2px solid #b62322;
    font-size: 17px;
    font-weight: 400;
}

ul.gallery li:first-child span {
    color: #b62322;
    margin: 0px 12px;
}

span.gal_close {	
    position: absolute;
    top: -12px;
    right: 32px;	
    width: 46px;
    height: 46px;
    background: #b62322;
    display: inline-block;
    cursor: pointer;	
}

span.gal_close div {
    width: 46px;
    height: 46px;
    display: block;
    background: url(../img/X.png) no-repeat center;
    transition: 230ms;
}

span.gal_close:hover div {transform: rotate(180deg);}


ul.gallery li>div {
    display: block;
    width: 200px;
    height: 260px;
    background-size: cover !important;
    background-position: center !important;
    cursor: pointer;
    transition: 230ms;
}

span.zoom {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255,198,0,0.32) url(../img/zoom.png) no-repeat center center;
    display: block;
    opacity: 0;
    transition: 230ms;
}

ul.gallery li:hover {box-shadow: 1px 2px 4px rgba(0,0,0,0.73);}
li:hover span.zoom {opacity: 1;}


.you_video {margin-top: 23px; text-align: center;}



/* DELIVERY */
.deli_group {
    position: relative;
    width: 100%;
    height: auto;
    border: 0px;
    margin-bottom: 32px;
    padding-bottom: 73px;
}

.deli_group.dg_closed {display: none;}

.delivery_menu li {
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px #b62322, 3px 3px 8px 3px rgba(0,0,0,0.65) !important;
    transition: 460ms;
    overflow: hidden;
}
.delivery_menu li .food_img {transition: 460ms;}

.delivery_menu li .food_info {
    position: absolute;
    top: 55px;
    left: 0px;
    height: auto !important;
    padding: 10px !important;    
    background: rgba(255,255,255,0.9) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    transition: 460ms;
}

.delivery_menu li:hover {box-shadow: 0px 0px 0px 5px #b62322, 3px 3px 8px 3px rgba(0,0,0,0.65) !important;}
.delivery_menu li:hover .food_img {transform: scale(1.1);}
.delivery_menu li:hover .food_info {background: rgba(255,198,0,0.9) !important;}


.delivery_menu.collapsed {margin: 0px 0px -12px;}

.delivery_menu.collapsed li {margin: 0 3px 6px !important;}
.delivery_menu.collapsed .food_img {height: 36px;}
.delivery_menu.collapsed .food_info {top: 0px; background: rgba(255,255,255,1) !important;}

.delivery_menu.collapsed li:hover {z-index: 3;}

.delivery_menu.collapsed li:hover .food_info,
.delivery_menu li.active_delg .food_info {background: rgba(255,198,0,1) !important;}


.deli_group table.heading td span {position: relative;}

.dg_close {
    position: absolute;
    top: -19px;
    right: 32px;	
    width: 36px;
    height: 36px;
    border: 2px solid #b62322;
    border-radius: 50%;
    background: #03060D url(../img/xy.png) no-repeat center;
    box-shadow: 0 0 0 0 #b62322, 0 0 0 8px #03060D;
    display: inline-block;
    cursor: pointer;
    transition: 230ms;
}

.dg_close:hover {transform: rotate(180deg); box-shadow: 0 0 0 2px #b62322, 0 0 0 8px #03060D;}




.basket1160 {
    position: fixed;
    top: -100px;
    left: 50%;
    margin-left: -557px;
    width: 1114px;
    padding: 0px;
    display: block;
    z-index: 20;
    transition: 0ms;
    transition: top 230ms;
}

.big_basket {
    background: #eee;
    min-height: 600px;	
    transition: 360ms ease-in;
}

.bask_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    display: block;
    background: rgba(0,0,0,0);
    z-index: 19;
    transition: background 120ms;	
}

.bask_overlay.opa {
    height: 100%;
    background: rgba(0,0,0,0.65);
}

.big_basket .big_basket_close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 46px;
    height: 46px;
    background: url(../img/X.png) no-repeat center center;
    display: block;
    transition: 230ms;
    cursor: pointer;
    z-index: 23;
}

.big_basket .big_basket_close:hover {transform: rotate(180deg);}

.basket {
    position: absolute;
    top: 0px;
    right: 12px;
    width: 320px;
    height: 32px;
    padding: 6px 12px 6px 45px;
    background: #eee;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.32);
    text-align: justify;	
}

.big_basket .basket {	
    right: 0px;
    width: 1090px;
    height: 100%;
    padding: 12px;
    padding-bottom: 0px;
    background: #eee;
    box-shadow: 6px 6px 12px 3px rgba(0,0,0,0.65);
    text-align: justify;	
}
.big_basket .basket:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
          
           

.basket>div {
    display: inline-block;
    vertical-align: middle;
}

.basket_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 46px;
    height: 44px;
    background: url(../img/basket.jpg) center center;	
    cursor: pointer;
}

.in_basket {
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
}
.in_basket span {
    font-size: 13px;
    font-weight: 400;
}

.del_col {display: inline-block;}

.order_butt {
    padding: 4px 23px 5px;
    background: #b62322;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.23);
    cursor: pointer;
}

.order_butt:hover {
    background: #f7c000;
    transform: translate(1px,1px);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.32);
}

.arr_toggle {
    width: 23px;
    height: 23px;
    background: url(../img/arr_tog.png) no-repeat center center;
    background-size: 75%;
    cursor: pointer;
}

.arr_toggle.arr_rev {transform: rotate(180deg);}



.order_list {
    position: relative;
    left: -45px;
    top: 9px;
    width: 353px;
    height: 0px;
    max-height: 320px;
    padding: 6px 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 2px 3px 6px rgba(0,0,0,0.32);
    opacity: 0;
    visibility: hidden;
    transition: 320ms;
}

.order_list.open_basket {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.big_basket .basket_icon,
.big_basket .in_basket,
.big_basket .order_butt,
.big_basket .arr_toggle {display: none;}

.big_basket .order_list {
    position: relative;
    left: 0px;
    top: 0px;
    width: 510px;
    height: 90% !important;
    max-height: none;	
    padding: 0px 15px;
    opacity: 1;
    visibility: visible;
}

.big_basket .ord_list_bottom span {font-size: 18px;}

.order_list table {
    width: 100%;
    border-collapse: collapse;
    margin-top: -6px;
}

.big_basket .order_list table {margin-top: 0px;}

.order_list table td {
    border: none;	
    padding: 6px 0px;
    border-bottom: 1px solid #555;
    font-size: 12px;
    line-height: 12px;
}

.order_list table tr td:nth-of-type(1) {padding-left: 6px;}
.order_list table tr td:nth-of-type(4) {width: 46px;}
.order_list table tr td:last-of-type {padding-right: 6px;}

.big_basket .order_list table td {
    height: 42px;
    padding: 12px 6px;
    font-size: 14px;
    line-height: 14px;
}
.big_basket .order_list table tr td:nth-of-type(1) {padding-left: 12px;}


.order_list table tr:last-child td {
    padding: 12px 0px 8px;
    border: none;
    border-top: 2px solid #b62322;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    text-align: right;
}
.big_basket .order_list table tr:last-child {display: none;}



.ord_list_header,
.ord_form_header,
.order_form {display: none !important;}


.big_basket .ord_list_header,
.big_basket .ord_form_header,
.big_basket .order_form {
    position: relative;
    width: 540px;
    padding: 12px 0px;
    display: inline-block !important;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #555;	
    overflow: hidden;
    animation-name: opa;
    animation-duration: 0ms;
    animation-fill-mode: backwards;
    animation-delay: 460ms;
}

.big_basket .ord_list_header,
.big_basket .ord_form_header {
    background: #fff;
    border-bottom: 4px solid #b62322;
    box-shadow: 2px 3px 6px rgba(0,0,0,0.32);
}

.big_basket .ord_form_header {left: 10px; z-index: 15;}

.big_basket .order_form {
    width: 510px;
    height: 90%;
    padding: 0px 15px;
    background: #ffff;
    overflow: visible;
    box-shadow: 2px 3px 6px rgba(0,0,0,0.32);
    z-index: 20;
}

@keyframes opa {
  0% {
    opacity: 0;
    padding: 0px;  
    width: 0px;
  }
  100% {
    opacity: 1;
    padding: 12px 0px;
    width: 540px;
  }
}



.ord_del {
    width: 20px;
    height: 20px;
    background: url(../img/X.png) no-repeat left center;
    background-size: 50%;
    display: block;
    cursor: pointer;
}

.big_basket .ord_del {height: 42px;}

.ord_img {
    width: 56px;
    height: 42px;
    background-color: rgba(0,0,0,0.32);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
}

.order_name {
    padding: 6px;
    text-align: left;
    color: #b62322;
}
.order_name span {color: #555;}


.big_basket .ord_qtty_td {
    width: 65px !important;
    font-size: 15px;
    text-align: center;
}


input.ord_qtty + span {width: 16px;}


.ord_price {width: 80px; text-align: right;}

.big_basket .ord_price {height: 14px;}






.big_basket .order_form ul.big_calc_form {width: 490px; padding-top: 6px;}

.big_basket .order_form ul.big_calc_form li {
    vertical-align: top;
    margin-bottom: 6px;
}

.big_basket .order_form ul.big_calc_form li p {
    font-size: 16px;
    color: #555;
    text-shadow: none;
}

.big_basket .order_form ul.big_calc_form li input, 
.big_basket .order_form ul.big_calc_form li textarea {
    padding: 2px 5px 3px;
    background: #fff;
    border: 1px solid #ccc;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #555;
    box-shadow: none;
}

.big_basket .order_form ul.big_calc_form li input.no_icon {
    padding: 2px 5px 3px;
    background: #fff;
}



.big_basket .order_form ul.big_calc_form li input.imya {border: 1px solid #b62322; background-color: #fcfcfc;}
.big_basket .order_form ul.big_calc_form li input.tel {border: 1px solid #b62322; background-color: #fcfcfc;}

.big_basket .order_form ul.big_calc_form li textarea.comment {
    background-position: 2px -166px;
    height: 0px;
    padding: 0px;
    border: none;
    resize: none;
    margin-bottom: 0px;
}

.big_basket .order_form ul.big_calc_form li textarea.add_comment {
    background: #fff;
    height: 50px;
    padding: 6px 5px 4px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

p.add_comm {
    color: #b62322;
    padding-bottom: 1px;
    margin-bottom: 4px !important;
    border-bottom: 1px dotted #b62322;
    display: inline-block;
    cursor: pointer;
    transition: 230ms;
}

p.add_comm:hover {border-bottom: 1px solid rgba(0,0,0,0);}

.bb_summ {
    width: 223px;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-align: right;
}

.bb_summ span {
    width: auto !important;
    height: auto !important;
    margin: 0px !important;
    background: none !important;
    display: inline-block !important;
    z-index: inherit !important;
    box-shadow: none !important;
    font-size: 23px;
    color: #b62322;
}

.big_basket .order_form ul.big_calc_form li input.submit,
.big_basket .order_form ul.big_calc_form li .fake_submit {
    width: 232px;
    background: #b62322;
    border: 2px solid #b62322;
    border-radius: 6px;
    padding: 6px 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #555;
    text-align: center;
    cursor: pointer;
}

.big_basket .order_form ul.big_calc_form li input.submit:hover {transform: translate(1px,1px); background: #f2bd06; border: 2px solid #f2bd06;}

.big_basket .order_form ul.big_calc_form li.show_error p {
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #b62322;
}


.big_basket .order_form ul.big_calc_form li .fake_submit {background: #f7f7f7; box-shadow: none;}



.big_basket .order_form ul.big_calc_form li.date_time {
    margin: 6px 0px 2px;
    width: 100%
}

.big_basket .order_form ul.big_calc_form li.date_time input {
    margin-left: 23px;
    margin-top: 4px;
    border: 1px solid #b62322;
    visibility: hidden;
    height: 0px;
    padding: 0px 5px;
    transition: 120ms;
}
.big_basket .order_form ul.big_calc_form li.date_time input:hover {border: 1px dotted #b62322;}

.big_basket .order_form ul.big_calc_form li.date_time p.asap {
    width: 227px;
    padding: 5px 0px 2px;
    font-size: 16px;
    font-weight: 400;
    color: #ccc;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.big_basket .order_form ul.big_calc_form li.date_time p.asap::before {
    position: relative;
    left: 0px;
    top: -2px;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    background: #ccc;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    cursor: pointer;
}
.big_basket .order_form ul.big_calc_form li.date_time p.asap.checked {color: #b62322;}
.big_basket .order_form ul.big_calc_form li.date_time p.asap.checked::before {
    background: url(../img/star_li.png) no-repeat center center;
    background-size: 175%;
    border: 1px solid #b62322;
}

.order_send,
.total_del,
.dt_switch {display: none;}






table.rent_tab {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 6px;
}

table.rent_tab td {
    background-color: #fff;
    padding: 0px 12px;
    text-align: center;
    cursor: default;
    box-shadow: 0px 0px 0px 1px #fff;
}
table.rent_tab tr td:first-of-type {text-align: left;}
table.rent_tab td span {font-size: 14px; font-weight: 300;}




table.rent_tab tr {	
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px #fff, 2px 3px 5px rgba(0,0,0,0.65);	
    opacity: 0.95;
    transition: 120ms ease-in 32ms;
    transform: scale(0.98);
}
table.rent_tab tr:hover {opacity: 1; transform: scale(1);}


tr.rent_tab_heading {
    opacity: 1 !important;	
    transform: scale(1) !important;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.65) !important;	
}
tr.rent_tab_heading td {
    background-color: #b62322;
    font-weight: 700;
    box-shadow: none !important;
    padding: 12px;
}



td.rent_tab_img {
    width: 170px;
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px !important;
}





/*  ////  SETS /// */

ul.food_items>li.sts_closed .sts_info {display: none;}

ul.food_items>li.sts_closed .sts_overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 210px;
    height: 215px;
    background: #b62322;
    z-index: 10;
    opacity: 0;
    transition: width 230ms, background 230ms;
    cursor: pointer;
}



ul.food_items>li.sts_closed:hover .sts_overlay {opacity: 0.73;}

ul.food_items>li.sts_closed .sts_overlay .sts_btn {
    display: inline-block;
    margin: 95px auto 0px;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}
ul.food_items>li.sts_closed .sts_overlay .sts_btn:hover {text-decoration: none;}
    

ul.food_items>li.sts_closed {box-shadow: 3px 3px 8px 3px rgba(0,0,0,0.65) !important;}
ul.food_items>li.sts_closed:hover {box-shadow: 3px 3px 8px 3px rgba(0,0,0,0.65) !important;}



ul.food_items>li.sts_closed.sts_open .sts_overlay {
    width: 440px;
    height: auto;
    min-height: 262px;
    max-height: 320px;
    background: #fff;
    opacity: 1;
    cursor: default;
    z-index: 23;
    box-shadow: 3px 3px 6px 2px rgba(0,0,0,0.73);
}

ul.food_items>li.sts_closed.sts_open:nth-child(5n) .sts_overlay {left: -230px !important;}

ul.food_items>li.sts_closed.sts_open .sts_overlay .sts_btn {
    font-size: 18px;
    margin: 12px 0px -32px 0px;
    text-decoration: none;
    color: #b62322;
    cursor: default;
}

ul.food_items>li.sts_closed.sts_open .sts_info {display: block;}

.sts_info {
    position: relative;
    width: 100%;
    padding: 12px 0px;	
}

.sts_info .sts_close {
    position: absolute;
    top: -25px;
    right: 12px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    padding: 6px;    
    background: url(../img/X.png) no-repeat center center;
    cursor: pointer; 
    transition: 230ms;
    opacity: 0.73;
}
.sts_info .sts_close:hover {transform: rotate(180deg);}
    
.sts_info table {
    position: relative;
    top: 0px;
    width: 412px;
    margin: auto;
    border-spacing: 6px;
}

.sts_info table tr td {
    padding: 2px 4px 5px;
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
    font-size: 14px;
    color: #949494;
}
.sts_info table tr td:nth-last-of-type(1) {width: 120px; text-align: center;}
    
.sts_info table tr.sts_tab_sep td {border-bottom: 3px solid #b62322;}
.sts_info table tr.sts_nobrd td,
.sts_info table tr:last-child td {border: none;}

.sts_info table tr.sts_yelbrd td {
    border-bottom: 1px solid #b62322;
    text-align: left;
    font-weight: 700;
    color: #494949;
}






p.deliP {
    font-size: 21px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px #000;
}

.creditcards {
    width: 493px;
    height: 46px;
    display: block;
    margin: auto;
    margin-top: 12px;
    background: url(../img/creditcards.png) no-repeat center center;
    background-size: contain;
}




/* ----- Набор закусок на выбор ------ */

.nabori_price {max-width: 1130px; margin: auto;}
.nabori_price>p {
    font-size: 23px;
    font-weight: 700;
    color: #b62322;
    text-align: center;    
}

.nab_prices {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 23px 0px;
}

.nab_prices>div {
    width: 210px;
    color: #fff;
    font-size: 15px;
    border: 1px solid #b62322;
    text-align: center;
    padding: 6px 0px 5px;
}

.nab_prices>div strong {color: #b62322;}



/*NEW*/
.social {
  float: left;
}

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

.social a i {
  color: #b62322;
  font-size: 30px;
}

/*@media (max-width: 768px) {
  .social a i {
    font-size: 30px;
  }
}*/

.top_contacts a {
  padding-left: 27px;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.7pt;
  font-weight: 500;
}

.top_contacts a i {
  color: #b62322;
  font-size: 20px;
}

.fixed-bottom-menu {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow-x: auto; /* добавляем свойство overflow-x для прокрутки вдоль оси X */
  white-space: nowrap; /* строчно-блочный элемент, который прокручивается в одну строку */
  background-color: #f8f9fa;
}
.menu-item {
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase; 
}

 .dropdown:hover .dropdown-menu {
  display: block;
}

/*slide*/
.carousel {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.carousel-inner {
  width: 100%;
  height: 100%;
  display: flex;
}

.carousel-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

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

.carousel-control-next {
  right: 0;
}

.main_slider .swiper {
  width: 100vw;
  height: calc(100vw * 0.4);
  overflow: hidden;
}

.main_slider .swiper-slide {
  margin: auto;
}

.main_slider .swiper-slide img {
  object-fit: contain;
  height: calc(100vw * 0.4);
}

.main_slider .swiper-button-prev {
    color: #b62322;
}

.main_slider .swiper-button-next {
    color: #b62322;
}

.main_slider .swiper-pagination-bullet {
    background: #000000;
}

.main_slider .swiper-pagination-bullet-active {
    background: #b62322;
}

.title {
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.title:before,
.title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background: #b62322;
    border: solid #b62322;
    border-width: 0 10px;
}
.title:before {
    margin-left: -100%;
    margin-right: 20px;
}
.title:after {
    margin-right: -100%;
    margin-left: 20px;
}

.food_group a {
    outline: none;
    text-decoration: none;
}

.food_group a h4 {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    /*text-shadow: 2px 2px 4px #fff;*/
}

.food_group p {
    margin-top: 10px;
    padding-top: 3px;
    padding-right: 23px;
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    /*text-shadow: 2px 2px 4px #fff;*/
}

.food_group p::after {
    content: attr(data-last-char);
    color: #b62322;
    padding: 5px;
}
.food_group span {
    width: 100%;
    padding: 1px 0px 2px;
    display: inline-block;
    background: #b62322;
    /*margin-left: 23px;*/
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    box-shadow: 1px 3px 5px #000;
    cursor: pointer;
}

.food_group .image {
    width: 100%;
    /*height: 185px;*/
    overflow: hidden
}

.image img {
    /*width: 100%;
    height: 300;*/
    transition: all 2s ease-in-out
}

.image:hover img {
    transform: scale(1.2, 1.2);
    cursor: pointer
}

.order p {
    font-size: 30px;
    font-weight: 500;
    /*color: #000;*/
    /*text-shadow: 2px 2px 6px #fff;*/
}

.order strong {
    font-weight: 700;
    color: #b62322;
}

.btn_gold {
    padding: 9px 55px 8px;
    background: #b62322;
    margin-left: 23px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 1px 3px 7px #000;
    border:none;
    cursor: pointer;
}

.phone {
    margin-left: 12px;
    padding-left: 16px;
    color: #000;
    font-size: 23px;
    font-weight: 500;
    /*text-shadow: 2px 2px 6px #fff;*/
}

.phone i {
    color: #b62322;
}

.content-between p {
    font-size: 30px;
    font-weight: 300;
    /*color: #000;*/
    /*text-shadow: 2px 2px 6px #fff;*/
    margin: 70px 0;
}

.content-between strong {
    font-weight: 700;
    color: #b62322;
}

.clients .swiper {
  width: 70%;
  height: 100%;
}

.clients .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clients .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clients .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
}

.fp_bottom_form label {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-shadow: 2px 2px 6px #fff;
    margin-bottom: 5px;
}

.fp_bottom_form span {
    width: 96%;
    height: 10px;
    margin: auto;
    margin-top: -3px;
    background: #b62322;
    display: block;
    z-index: -1;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.65);
}

.fp_bottom_form input, .fp_bottom_form textarea {
    /*width: 280px;*/
    /*padding: 6px 6px 4px 40px;*/
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 300;
    color: #444;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.65);
}

.bottom_block a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.bottom_block a:hover {
  color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

.bottom_block a.phone {
  margin-left: 12px;
    padding-left: 16px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-shadow: 2px 2px 6px #000;
}

.bottom_block a.phone:hover {
  text-decoration: none;
}

.bottom_block p {
    color: #fff;
    font-weight: bold;
    margin-left: 23px;
    font-size: 16px;
}

.sp_banner .heading {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.73);
    width: 100%;
    margin: 0px;
    border-collapse: collapse;
    text-align: center;
}

.team li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    /*text-shadow: 1px 2px 3px #fff;*/
    margin-bottom: 46px;
    padding-bottom: 23px;
    border-bottom: 1px solid #b62322
}

.team h4 {
    font-size: 23px;
    font-weight: 700;
    color: #b62322;
    /*text-shadow: 2px 2px 6px #000;*/
}

.team h5 {
    font-size: 23px;
    font-weight: 700;
    /*text-shadow: 2px 2px 6px #fff;*/
}

.bcalc_form p{
    line-height: 23px;
    font-weight: 400;
    /*text-shadow: 1px 2px 4px #fff;*/
}

.bcalc_form span {
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
    /*text-shadow: 1px 2px 4px #fff;*/
}

.contact_info a {
    margin-top: 6px;
    color: #000;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.contact_info a i {
    color: #b62322;
}

.big_calc_form span {
    width: 96%;
    height: 6px;
    margin: auto;
    margin-top: 0px;
    background: #b62322;
    display: block;
    z-index: -1;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.65);
}

.big_calc_form label {
    font-size: 23px;
    font-weight: 300;
    color: #b62322;
    /*text-shadow: 1px 2px 4px #000;*/
    margin-bottom: 2px;
}

.big_calc_form input, .big_calc_form textarea {
    /*padding: 6px 64px 4px 40px;*/
    /*background: rgba(255,255,255,0.32);*/
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.65);
    border-radius: 0;
}

.gallery li:first-child {
    width: 100%;
    padding: 0px 0px 12px;
    border-bottom: 2px solid #b62322;
    font-size: 17px;
    font-weight: bold;
}

.gallery li {
    position: relative;
    display: inline-block;
    margin: 12px;
    box-shadow: 2px 3px 6px rgba(0,0,0,0.63);
    backface-visibility: visible !important;
    animation-name: fadeInUp;
    animation-duration: 650ms;
    animation-fill-mode: backwards;
}

.gallery li:first-child span {
    color: #b62322;
    margin: 0px 12px;
}

.service .img_title {
    /*width: 275px;*/
    vertical-align: top;
    color: #fff;
    text-align: left;
    display: inline-block;
}

.small_usl li {
    width: 250px;
    border-bottom: 1px solid #555;
    transition: 230ms;
}

.small_usl li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px 6px 6px 12px;
    color: #000;
    font-weight: bold;
    transition: 230ms;
    text-shadow: 2px 2px 4px #fff;
}

.small_usl a:hover {
  background: #b62322;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
}

.small_usl a.active {
  background: #b62322;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
}

.big_usl h2 {
    width: 90%;
    margin: 30px 0 20px;
    font-size: 32px;
    color: #b62322;
    font-weight: bold;
    text-transform: uppercase;
    /*text-shadow: 2px 2px 4px #000;*/
}

.big_usl p {
    margin: auto;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    /*color: #fff;*/
    /*text-shadow: 2px 2px 4px #000;*/
}

.big_usl .dev_label {
    margin: auto;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}

.big_usl .usl_bottom {
    left: 5%;
    bottom: 0px;
    width: 90%;
    margin-top: 12px;
    padding-top: 23px;
    border-top: 4px solid #b62322;
}

.big_usl .info {
    padding: 27px 20px 46px;
    margin: 27px auto 0px;
    background: #fff;
    box-shadow: 5px 7px 11px #000;
}

.big_usl .info h3 {
    margin-bottom: 9px;
    padding-bottom: 6px;
    border-bottom: 2px solid #b62322;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.info p{
    width: 95%;	
    margin: 0px auto 46px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    color: #000;
}

.big_usl li {
    width: 100%;
    display: inline-block;
}
.big_usl i {
    color: #b62322;
    font-size:23px;
    width: 27px;
    height: 34px;

}

.card img {
  object-fit: contain;
}

th {
    font-weight:400;
}

td {
    border-right: 10px solid white;
    border-left: 10px solid white;
}
ul.food_menu {
    position: relative;
    text-align: justify;
    margin: auto;
    background-color: #000;
    z-index: 2;
}
ul.food_menu li {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    margin: 10px auto;
    text-shadow: 2px 2px 4px #000;
}
ul.food_menu li a {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    text-shadow: 2px 2px 4px #000;
}
ul.food_menu li a.active {
    color: #b62322;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px #000;
}
ul.food_menu li a:hover {
    color: #b62322;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    text-shadow: 2px 2px 4px #000;
}
.fixed-block {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9998;
    background-color: #fff;
    margin-right: 20px;
    padding: 10px 20px;
    border-radius: 50%;
    font-size: 30px;
    }
/*.overlay {
    position: absolute;
    top: 90%;
    left: 90%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    font-size: 20px;
    background-color: #b62322;
    padding: 0px 10px;
    border-radius: 50%;
  }*/
.overlay {
    position: absolute;
    top: 90%;
    left: 90%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background-color: #b62322;
    border-radius: 50%;
    width: 25px; /* Замените на желаемый диаметр */
    height: 25px; /* Замените на желаемый диаметр */
}

.messenger {
  display: block;
  position: fixed;
  right: 0;
  margin-right: 20px;
  padding: 10px 20px;
  bottom: 8%;
  height: 60px;
  width: 60px;
  /* overflow: hidden; */
}
.messenger-btn {
    padding: 14px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #9fbce0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
  }
.messenger-btn img {
  width: 32px;
  height: 32px;
}
.messenger-links {
  position: absolute;
  /*left: 0px;*/
  bottom: 65px;
  /*height: 240px;*/
  transform: scale(0);
  transform-origin: 100% 50%;
  /*-webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;*/
  z-index: 0;
}
.messenger-links.show {
  right: 4%;
  transform: scale(1);
}
.messenger-links a {
  width: 40px;
  margin-left: 4px;
}
.messenger-links img {
  max-width: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 1px
}

.more-link{
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    color: #b62322;
}
.more-link:after{
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../img/more-link-arrow.svg) 0 0 / 100% no-repeat;
    margin-left: 9px;
    position: relative;
    top: -1px;
    transition: all ease-out 300ms;
}
.more-link:hover:after{
    transform: translateX(5px);
}

.anonce a {
    color: #212529;
}
.anonce a:hover {
    color: #b62322;
}