/*Ресет CSS*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h5,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}

article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section{
    display:block;
}
::selection {
    background: #cacaca; /* Safari */
}
::-moz-selection {
    background: #cacaca; /* Firefox */
}

textarea:focus, input:focus{
    outline: none;
}
input:-webkit-autofill {
    color: #ffffff !important;
}
img{
    max-width:100%;
}
@font-face{
    font-family: 'Iskra';
    src: url('/web/fonts/Iskra-Regular.otf');
}
@font-face{
    font-family: 'IskraBold';
    src: url('/web/fonts/Iskra-Bold.otf');
}
@font-face{
    font-family: 'IskraMedium';
    src: url('/web/fonts/Iskra-Medium.otf');
}
@font-face{
    font-family: 'IskraLight';
    src: url('/web/fonts/Iskra-Light.otf');
}
@font-face{
    font-family: 'IskraThin';
    src: url('/web/fonts/Iskra-Thin.otf');
}
body{
    font-family: Iskra;
}
.box_all_box, .link_all_box{
    position:absolute;
    display: block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 10;
}
#main_content{
    padding: 0;
    min-height: 800px;
    background: url(/web/img/fon_block.png);
    background-attachment:fixed;
}
#main_content.beer{
    background: url(/web/img/fon_block_beer-1.png);
}
#main_content.pizza{
    background: url(/web/img/fon_block_pizza.png);
}
#main_content .big_box{
    opacity: 0;
}
#to_up{
    position: fixed;
    bottom: 30px;
    left: 30px;
    font-size: 20px;
    z-index: 100;
    opacity: .85;
    line-height:1;
    display: table;
    padding: 2px 8px;
    color:#ca263c;
    border:1px solid #ca263c;
    border-radius:5px;
    background-color: #fff;
}
#to_up.beer{
    color: #a6865a;
    border: 1px solid #a6865a;
}
#to_up.pizza{
    color: #5e8f53;
    border: 1px solid #5e8f53;
}
#to_up:hover {
    opacity: 1;
}
#to_up i{
    line-height: 1;
}
header{
    background: url(/web/img/heder_uzor.png) top repeat-x #ca263c;
    height: 140px;
    border-bottom: 4px solid #901727;
}
@media screen and (max-width: 1000px){
    header{
        display: none;
    }
}
header.beer {
    background: url(/web/img/uzor_beer.png) top repeat-x #a6865a;
    border-bottom: 4px solid #675135;
}
header.pizza {
    background: url(/web/img/uzor_pizza.png) top repeat-x #5e8f53;
    border-bottom: 4px solid #3d6b32;
}
header .container {
    position: relative;
}
#top_headeer_logo{
    padding-top:30px;
    color: #fff;
}
#top_headeer_logo img{
    float:left;
    margin-right: 2px;
}
#top_headeer_logo p{
    white-space: nowrap;
    margin-bottom: 3px;
    font-size: 33.765px;
    font-family: "Iskra";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.979;
    -moz-transform: matrix( 0.87641576920093,0,0,0.87382821085067,0,0);
    -webkit-transform: matrix( 0.87641576920093,0,0,0.87382821085067,0,0);
    -ms-transform: matrix( 0.87641576920093,0,0,0.87382821085067,0,0);
}
#top_headeer_logo span{
    display: table;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 13.1px;
    font-family: IskraLight;
    white-space: nowrap;
}
@media (max-width: 1200px){
    #top_headeer_logo p{
        font-size: 28.765px;
    }
    #top_headeer_logo span{
        font-size: 10.5px;
        padding: 0;
    }
    #top_headeer_logo img{
        width: 60px;
    }
}
#top_headeer_search{
    padding-top:20px;
}
#top_headeer_search p{
    color:#ffb1b1;
    font-size:14px;
    line-height: 1;
    white-space: nowrap;
}
#top_headeer_search.beer p{
    color:#e3c296;
}
#top_headeer_search.pizza p{
    color:#9ac88f;
}
#search_head{
    position:relative;
}
#search_head .form-group{
    height: auto;
}
#search_head .form-group .control-label{
    display:none;
}
#search_head .form-group input[type=text]{
    border:none;
    border-radius: 5px;
    font-family: IskraLight;
    color:#fff;
    background:rgba(0,0,0,.25);
    box-shadow: none !important;
    width: 100%;
    height: auto;
}

#search_head .form-group input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
#search_head .form-group input[type=text]::-moz-placeholder {
    color: #fff;
}

#search_head button[type=submit]{
    position: absolute;
    right: 0;
    top:5px;
    border:none;
    background-color: rgba(0,0,0,0);
}

#fix_headeer_search p{
    color:#ffb1b1;
    font-size:18px;
    line-height: 1;
    white-space: nowrap;
}
#search_head_fix {
    position: relative;
    width: 250px;
    float: left;
    display: table;
}
#search_head_fix .form-group{
    height: auto;
}
#search_head_fix .form-group .control-label{
    display:none;
}
#search_head_fix .form-group input[type=text]{
    border:none;
    border-radius: 5px;
    font-family: IskraLight;
    color:#fff;
    background:rgba(0,0,0,.25);
    box-shadow: none !important;
    width: 100%;
    height: auto;
}

#search_head_fix .form-group input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
#search_head_fix .form-group input[type=text]::-moz-placeholder {
    color: #fff;
}

#search_head_fix button[type=submit]{
    position: absolute;
    right: 0;
    top:5px;
    border:none;
    background-color: rgba(0,0,0,0);
}

#top_header_location{
    padding-top:5px;
    padding-left: 30px;
    color:#fff;
}
#choose_location{
    position: relative;
    padding-left: 30px;
    font-family: IskraLight;
    margin-bottom:10px;
}
#choose_location img{
    position:absolute;
    left:5px;
    top:3px;
}
#choose_location p{
    font-size:15px;
    display: table;
    border-bottom:1px solid #fff;
    margin-bottom: 5px;
}
#list_location{
    position: absolute;
    width: 239px;
    font-family: IskraBold;
    top: 25px;
    background: rgb(60, 60, 60);
    color: #fff;
    display: none;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.5);
}
#list_location p{
    padding: 5px 10px 8px;
    margin: 0;
    width:100%;
    border-bottom: none;
}
#list_location p:last-child{
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#list_location p:first-child{
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
#list_location p:hover{
    color:#fff;
    background-color: rgba(102, 102, 102, 0.8);
}
#header_tel_numbers{
    position:relative;
    padding-left: 30px;
}
#header_tel_numbers img{
    position: absolute;
    left: 4px;
    top: 4px;
}
#header_tel_numbers  p{
    font-size: 22px;
    font-family: IskraBold;
    line-height: 1.1;
    margin-bottom:0px;
}
#header_tel_numbers span{
    color:#ffb1b1;
    font-family: IskraLight;
}
#header_tel_numbers.beer span{
    color:#e3c296;
}
#header_tel_numbers.pizza span{
    color:#9ac88f;
}
@media screen and (max-width: 1200px){
    #header_tel_numbers  p{
        font-size:16px;
    }
}

#header_tel_numbers_fix{
    position:relative;
    padding-left: 30px;
    display: table;
    width:auto;
    float: right;
    margin-right: 30px;
    color:#fff;
}

#header_tel_numbers_fix img{
    position: absolute;
    left: 4px;
    top: 4px;
}
#header_tel_numbers_fix  p{
    font-size: 20px;
    font-family: IskraMedium;
    line-height: .9;
    margin-bottom:0px;
}
@media screen and (max-width:1300px){
    #header_tel_numbers_fix p{
        font-size: 16px;
    }
}

#header_tel_cart_box{
    padding-top: 8px;
}
#header_tel_cart_box .soc_links{
    display: table;
    margin: 0 auto;
}
.soc_links a img{
    float: left;
    margin-right: 10px;
    opacity: 1;
}
.soc_links.beer svg, .soc_links.sushi svg{
    width:30px;
    height: 30px;
    margin-left: 5px;
    fill: #fff;
}
#cart_all{
    position:relative;
    width: 50%;
    margin: 25px auto 0;
}
#cart_all img{
    float: left;
    margin-right: 8px;
}
#cart_all p{
    color:#fff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
}
#cart_all .header_summ{
    white-space: nowrap;
}
#cart_all .header_summ span{
    font-family:IskraBold;
}
#cart_all #basket{
    font-size: 14px;
    font-family:IskraLight;
    white-space: nowrap;
}

#main_navigation{
    position: absolute;
    bottom: -55px;
    width: 100%;
    z-index: 10;
}
#main_navigation ul{
    display: table;
    width: 100%;
    list-style: none;
    background-color: #901727;
    padding: 5px 0;
    position: relative;
    z-index: 10;
}
#main_navigation.beer ul{
    background-color:#675135;
}
#main_navigation.pizza ul{
    background-color:#3d6b32;
}
#main_navigation ul li{
    float: left;
}
#main_navigation ul li a{
    font-family: IskraBold;
    font-size:22px;
    text-transform: uppercase;
    color:#fff;
    padding: 0px 42px;
    text-decoration:none;
    position: relative;
    line-height:1;
}
#main_navigation ul li a:after{
    content: '|';
    position: absolute;
    font-family: IskraLight;
    right:0;
    opacity: .3;
}

@media screen and (max-width: 1230px) {
    #main_navigation ul li a{
        font-size:20px;
        padding: 0px 30px;
    }
}
@media screen and (max-width: 1100px) {
    #main_navigation{
        width: auto;
    }
    #main_navigation ul li a{
        font-size:19px;
        padding: 0px 25px;
    }
}
#main_navigation ul li:last-child a:after{
    content: '';
    display: none;
}
#main_navigation ul li a:hover{
    color:#fffb43;
}
#snow_img_header{
    position: absolute;
    z-index: 9;
    width: 101%;
    top: 15px;
    left:-0.5%;
}

#main_slider_box{
    padding: 0;
}
.main_slider{width:100%;overflow: hidden;position: relative;}
.main_slider div{float: left !important;width:100%;min-height: 320px;background-size:cover;background-repeat: no-repeat;background-position-x: center;background-position-y: bottom;position:relative;}
.main_slider div img{width:100%;}
.main_slider .owl-dots{display: block;width:auto;height:20px;min-height: auto;float:none !important;margin:0 auto;display: table;}
.main_slider .owl-dots .owl-dot{float:left;display: table;width: auto;margin-right: 5px;min-height: auto;position: relative;bottom:60px;}
.main_slider .owl-dots .owl-dot span{display:inline;color:#fff;}
.main_slider .owl-dots .owl-dot span:before{content:"\f111";font-family: "Font Awesome\ 5 Pro";}
.main_slider .owl-dots .owl-dot.active span:before{content:"\f110";font-family: "Font Awesome\ 5 Pro";display: table;animation-name: spin;animation-duration: 5s;animation-iteration-count: infinite;animation-timing-function: linear;font-weight:bold;}
.main_slider:hover .owl-dots .owl-dot.active span:before{content:"\f192";animation-name: none;}
.main_slider .owl-nav{width:auto;height:20px;min-height: auto;display:table;margin: 0px auto 0 auto;float: none !important;color:#333;position: relative;bottom:63px;}
.main_slider .owl-nav div{float: left !important;height:20px;min-height: auto;width:20px;}
@keyframes spin { from {transform:rotate(0deg);} to {transform:rotate(360deg);} }
@media screen and (min-width:992px){
    .main_slider div{min-height: 500px;}
}
@media screen and (max-width:767px){
    .main_slider div{
        background-position-x: -190px;
    }
}
@media screen and (max-width:400px){
    .main_slider div{
        min-height: 250px;
    }
}
footer{
    background: url(/web/img/heder_uzor_bottom.png) bottom repeat-x #ca263c;
    padding: 20px 0;
}
footer.beer{
    background: url(/web/img/uzor_beer_niz.png) bottom repeat-x #a6865a;
}
footer.pizza{
    background: url(/web/img/uzor_pizza_niz.png) bottom repeat-x #5e8f53;
}
footer .footer_links{
    list-style: none;
}
footer .footer_links li{
    margin-bottom:10px;
}
footer .footer_links li:last-child{
    margin-bottom:0;
}
footer .footer_links li a{
    color:#fff;
    font-family: IskraLight;
    text-transform: uppercase;
    text-decoration: none;
}
footer .footer_links li a:hover{
    transition: all .1s;
    opacity: .4;
}
#footer_logo{
    font-family: IskraBold;
    font-size: 22px;
    margin-bottom: 7px;
    color: #ff9b9b;
}
#footer_contacts.beer .soc_links.beer svg{
    fill:#e3c296;
}
#footer_contacts.pizza .soc_links.beer svg{
    fill:#9ac88f;
}
#footer_contacts .soc_links.sushi svg{
    fill:#ff9b9b;
}

#footer_logo.beer{
    color:#e3c296;
}
#footer_logo.pizza{
    color:#9ac88f;
}
#tel_numbers_footer{
    font-family: IskraMedium;
    color: #ff9b9b;
    font-size:18px;
    margin: 8px 0;
}
#tel_numbers_footer.beer{
    color:#e3c296;
}
#tel_numbers_footer.pizza{
    color:#9ac88f;
}
#adress_footer{
    font-family: IskraLight;
    color: #ff9b9b;
}
#adress_footer.beer{
    color:#e3c296;
}
#adress_footer.pizza{
    color:#9ac88f;
}
#list_cats_menu{
    margin-bottom:40px;
    padding: 0;
}
.cats_menu_item{
    height: 150px;
    overflow: hidden;
    padding: 1px;
    position:relative;
    overflow: hidden;
    border:1px solid #fff;
}
.cats_menu_item p,.cats_menu_item span{
    color:#fff;
    position: relative;
    text-align:center;
    display: block;
    width:100%;
    transition: all .3s;
    z-index: 2;
}
.cats_menu_item p{
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 10%;
    font-family: IskraBold;
}
.cats_menu_item span{
    font-family: IskraLight;
}
.cats_menu_item img{
    position: absolute;
    display:table;
    margin: auto auto;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    filter:brightness(65%);
    transition: all .3s;
    z-index: 1;
}
.cats_menu_item:hover img{
    filter:brightness(100%);
    width:110%;
    left:-5%;
}
.cats_menu_item:hover p{
    color: #ffffff;
    text-shadow:0px 0px 5px rgba(0,0,0,.4);
}
.cats_menu_item:hover span{
    color:#fff;
    background-color: rgba(0,0,0,.3);
}

#left_menu{
    border: 1px solid #d3d7dd;
    margin: 0;
    margin-right: -1px;
    padding: 20px 20px 8px;
    background-color: #fff;
    margin-bottom: 40px;
    position: sticky;
    top: 77px;
}

#left_menu ul{
    list-style: none;
}
#left_menu ul li{
    display: table;
    width:100%;
    position: relative;
    height: 37px;
    padding-left: 40px;
}
#left_menu ul li:last-child{
    margin-bottom: 0;
}
#left_menu ul li a{
    color:#2f343b;
    text-decoration: none;
    display: table;
    width:100%;
    height: 100%;
}
#left_menu ul li.active a{
    color:#ca263c;
    font-family: IskraBold;
}
#left_menu ul li:not(.active) a:hover{
    color:#ca263c;
}
#left_menu.beer ul li.active a{
    color:#675135;
}
#left_menu.beer ul li:not(.active) a:hover{
    color:#675135;
}
#left_menu.pizza ul li.active a{
    color:#5e8f53;
}
#left_menu.pizza ul li:not(.active) a:hover{
    color:#5e8f53;
}
#left_menu ul li a .icon{
    width: 30px;
    height: 30px;
    float: left;
    fill: #2f343b;
    position: absolute;
    left:0;
    top:-5px;
    transition: all .15s;
}
#left_menu ul li a .iicon{
    color: #696a6b;
    font-size: 30px;
    display: table;
}
#left_menu ul li:not(.active) a:hover .icon:not(.iicon){
    fill:#ca263c;
    width:40px;
    height: 40px;
    left:-6px;
    top:-9px;
}
#left_menu ul li:not(.active) a:hover .iicon{
    font-size: 40px;
    left:-6px;
    top:-9px;
    color:#ca263c;
}
#left_menu.beer ul li:not(.active) a:hover .icon{
      fill:#675135;
      color:#675135;
}
#left_menu.pizza ul li:not(.active) a:hover .icon{
    fill:#5e8f53;
    color:#5e8f53;
}
#left_menu ul li.active a .icon{
    fill:#ca263c;
    color:#ca263c;
    width:40px;
    height: 40px;
    left:-6px;
    top:-9px;
}
#left_menu ul li.active a .iicon{
    font-size: 40px;
}
#left_menu.beer ul li.active a .icon{
    fill:#675135;
}
#left_menu.pizza ul li.active a .icon{
    fill:#5e8f53;
}
#left_menu ul li a span{
    font-size: 17px;
}

#tovars{
    padding: 0 0 0 15px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1000px){
    #tovars{
        padding-left: 3px;
    }
}
.good_prew_box{
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #d3d7dd;
    height:340px;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    z-index: 1;
}
.good_prew_box:hover{
    box-shadow:0px 0px 12px rgba(0,0,0,.2);
    z-index: 2;
}
@media screen and (max-width:768px) {
    .good_prew_box.in_cart_page.korobka{
        height: auto;
    }
}
.good_prew:not(.korob_prew) div{
    width:100%;
    overflow: hidden;
}
.tovar_prev{
    max-width: 100%;
    max-height: 125px;
    display: table;
    margin: 0 auto 5px;
}
.good_prew div .name_and_sostav{
    height: 100px;
    overflow: hidden;
}
.good_prew div .name_and_sostav .roll_name{
    font-family: IskraBold;
    margin-bottom: 5px;
}
.good_prew div .name_and_sostav .composition{
    color: #676767;
    font-family: Iskra;
    line-height:1.2;
}
.good_prew div .weight_n_count{
    border-top:1px solid #d3d7dd;
    border-bottom:1px solid #d3d7dd;
    margin-bottom: 20px;
}
.good_prew div .weight_n_count .weight{
    display: table;
    width: 49%;
    float:left;
    text-align: center;
    color: #676767;
    font-size: 18px;
    line-height: 1;
    margin: 5px 0;
    border-right: 1px solid #d3d7dd;
}
.plus_minus_box.modal_plus_minus.pizza{
    padding-top: 10px;
}
.good_prew div .weight_n_count .plus_minus_box{
    width: 49%;
    float: right;
}
.good_prew div .weight_n_count .plus_minus_box span{
    float: left;
    width:20%;
    text-align:center;
    color: #676767;
    font-size: 18px;
    line-height: 1.4;
}
.good_prew div .weight_n_count .plus_minus_box .esche{
    display:table;
    float:left;
    width:60%;
    text-align:center;
    color: #676767;
    line-height: 1.4;
}
.good_prew div .roll_prace{
    width: 50%;
    font-size: 18px;
    font-family: IskraBold;
    text-align: center;
    float:left;
}
.good_prew div .roll_prace b{
    font-size: 24px;
}
.add_cart{
    cursor:pointer;
}
.good_prew div .add_cart{
    padding: 7px 10px;
    color: #fff;
    font-family: IskraBold;
    background-color: #ca263c;
    text-align: center;
    display: table;
    width: 50%;
    border-radius: 20px;
    text-transform: uppercase;
}
@media screen and (max-width: 1200px){
    .good_prew div .add_cart{
        font-size: 13px;
    }
}
.good_prew div .add_cart.beer{
    background-color: #a6865a;
}
.good_prew div .add_cart.pizza{
    background-color: #5e8f53;
}
.good_prew div .add_cart.inCart{
    background-color: #d3d7dd;
}
#desctop_fix_menu{
    padding-top:14px;
}
@media screen and (max-width: 1000px){
    #desctop_fix_menu{
        display: none;
    }
}
#logo_desctop_fix_menu{
    float: left;
    margin-right: 40px;
    width: 55px;
    position: relative;
    top: -11px;
    left: 15px;
}
#desctop_fix_menu{
    position: fixed;
    top:-65px;
    height: 65px;
    background: url(/web/img/heder_uzor.png) top repeat-x #ca263c;
    width: 100%;
    border-bottom: 4px solid #9e1c2f;
    z-index: 11;
}
#desctop_fix_menu.beer{
      background: url(/web/img/uzor_beer.png) top repeat-x #a6865a;
      border-bottom: 4px solid #675135;
}
#desctop_fix_menu.pizza{
    background: url(/web/img/uzor_pizza.png) top repeat-x #5e8f53;
    border-bottom: 4px solid #3d6b32;
}
#menu_desctop_fix_list{
    display: table;
    width: auto;
    float: left;
    padding-top: 2px;
}
@media (max-width: 1171px) {
    #menu_desctop_fix_list{
        display:none;
    }
}
#menu_desctop_fix_list li{
    display:table;
    float: left;
    margin-right: 15px;
}
#menu_desctop_fix_list li a{
    color: #fff;
    font-family: IskraLight;
    font-size: 22px;
    text-decoration: none;
    line-height: 1;
}
#menu_desctop_fix_list li a:hover{
    color:#fffb43;
}
@media screen and (max-width: 1450px) {
    #menu_desctop_fix_list li a{
        font-size: 17px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 1300px){
    #menu_desctop_fix_list li a{
        font-size: 15px;
    }
    #menu_desctop_fix_list li{
        margin-right: 7px;
    }
}
#cart_all_fix{
    float:right;
    width: 200px;
    color:#fff;
    position:relative;
}
#cart_all_fix img{
    float:left;
    margin-right: 15px;
}
#cart_all_fix p{
    line-height: 1;
}

#numbers{
    display: table;
    float: right;
}
@media screen and (max-width:1000px){
    #numbers{
        margin-top:20px;
    }
}
#numbers .pagination{
    margin-top:0;
    margin-right: 15px;
    font-family: IskraLight;
    line-height: 1;
}
#numbers .pagination li a, #numbers .pagination li span{
    line-height: 1;
    font-size: 28px;
    padding: 3px 10px 5px 10px;
    color: #676767;
    margin-right:5px;
    order: 1px solid #d3d7dd;
}
#numbers .pagination li span{
    color:#d3d7dd;
}
#numbers .pagination li.active a{
    color:#fff;
    background-color: #ca263c;
    border-color: #ca263c;
    font-family: IskraLight;
}
#numbers.beer .pagination li.active a{
    background-color: #a6865a;
    border-color: #675135;
}
#numbers.pizza .pagination li.active a{
    background-color: #5e8f53;
    border-color: #3d6b32;
}
#numbers #show_all_goods{
    float: right;
    display:table;
    color: #fff;
    background-color: #ca263c;
    padding: 10px 20px;
    border-radius: 20px;
    font-family: IskraBold;
    text-transform: uppercase;
    text-decoration:none;
    margin-bottom: 20px;
}
#numbers.beer #show_all_goods{
    background-color: #a6865a;
}
#numbers.pizza #show_all_goods{
    background-color: #5e8f53;
}
.good_prew div .weight_n_count_pizza{
    margin-bottom: 10px;
}
.weight_pizza .want_big{
    font-family: IskraThin;
    font-size: 14px;
}
.good_prew div .weight_n_count_pizza .plus_minus_box{
    padding-top: 10px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}
#goodModal .modal-dialog .modal-content{
    border-radius: 3px;
}
#goodModal .modal-dialog .modal-content .modal-body{
    padding: 30px 15px 0px;
}
#goodModal .modal-dialog .modal-content .modal-body div{
    position:relative;
}
#goodModal .modal-dialog .modal-content .modal-body div .modal_title_good{
    font-family: IskraBold;
    margin-bottom: 20px;
    font-size: 32px;
}
#goodModal .modal-dialog .modal-content .modal-body div .modal_title_sostav{
    font-family: IskraLight;
    margin-bottom: 20px;
    font-size: 16px;
}
#goodModal .modal-dialog .modal-content .modal-body div .img_modal_good{
    max-width: 100%;
    min-width: 90%;
    display: table;
    margin: 30px auto;
}
#goodModal .modal-dialog .modal-content .modal-body div .weight_n_count{
    border-top:1px solid #d3d7dd;
    border-bottom:1px solid #d3d7dd;
    margin-bottom: 20px;
    display: table;
    width:100%;
}
#goodModal .modal-dialog .modal-content .modal-body div .weight_n_count .weight{
    display: table;
    width: 49%;
    float:left;
    text-align: center;
    color: #676767;
    font-size: 18px;
    line-height: 1;
    margin: 5px 0;
    border-right: 1px solid #d3d7dd;
}
#goodModal .modal-dialog .modal-content .modal-body div .weight_n_count .plus_minus_box{
    width: 49%;
    float: right;
}
#goodModal .modal-dialog .modal-content .modal-body div .weight_n_count .plus_minus_box span{
    float: left;
    width:20%;
    text-align:center;
    color: #676767;
    font-size: 18px;
    line-height: 1.4;
}
#goodModal .modal-dialog .modal-content .modal-body div .weight_n_count .plus_minus_box .esche{
    display:table;
    float:left;
    width:60%;
    text-align:center;
    color: #676767;
    line-height: 1.4;
}
#goodModal .modal-dialog .modal-content .modal-body div .roll_prace{
    width: 50%;
    font-size: 18px;
    font-family: IskraBold;
    text-align: center;
    float:left;
}
#goodModal .modal-dialog .modal-content .modal-body div .roll_prace b{
    font-size: 24px;
}
#goodModal .modal-dialog .modal-content .modal-body div .add_cart{
    padding: 7px 10px;
    color: #fff;
    font-family: IskraBold;
    background-color: #ca263c;
    text-align: center;
    display: table;
    width: 50%;
    border-radius: 20px;
    text-transform: uppercase;
}
#goodModal .modal-dialog .modal-content .modal-body div .add_cart.beer{
    background-color: #a6865a;
}
#goodModal .modal-dialog .modal-content .modal-body div .add_cart.pizza{
    background-color: #5e8f53;
}
#goodModal .modal-dialog .modal-content .modal-body div .add_cart.inCart{
    background-color: #d3d7dd;
}

#goodModal .modal-dialog .modal-content .modal-body .close{
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 30px;
}

.rotate {
    -webkit-animation-name: cog;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: cog;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: cog;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: cog;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes cog {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes cog {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes cog {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes cog {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#svg_loader{
    display: table;
    position: fixed;
    width:100%;
    z-index: 1000;
    top:40%;
}
#svg_loader span{
    display: table;
    margin: 0 auto 20px;
}
#svg_loader p{
    font-size: 28px;
    text-align: center;
    font-family: IskraLight;
    color:#464646;
}
#svg_loader span svg{
    width:70px;
    height:70px;
    fill:#464646;
}
.good_box_for_modal{
    cursor:pointer;
}
.modal_want_big .want_big{
    font-family: IskraLight;
    font-size: 16px;
}
.want_big:hover{
    text-decoration: underline;
}
.modal_good_opis{
    padding: 0 30px;
    margin-bottom: 20px;
}
.text-info-box{
    background-color: #fff;
    border: 1px solid #d3d7dd;
    padding: 25px;
    margin-bottom:40px;
}
#yan_map{
    height: 400px;
    margin: 40px 0;
}
.text-info-box-box{
    padding-right: 0;
}
.text-info-box h1{
    font-family: IskraBold;
    margin-bottom: 20px;
    font-size:32px;
}
.text-info-box h2{
    font-family: IskraThin;
    font-size:32px;
    margin-bottom: 20px;
}
.text-info-box p{
    font-family: IskraLight;
    margin-bottom: 15px;
    font-size: 17px;
}
.text-info-box p.contacts_big_text{
    font-family: Iskra;
    color: #000;
    font-size: 18px;
}
.text-info-box p.contacts_big_text i{
    font-size: 32px;
    float: left;
    margin-right: 20px;
}
#akcii_box{
    text-align: center;
}
#akcii_box p{
    font-family: IskraThin;
    font-size:30px;
}
#akcii_box img{
    border: 1px solid #d3d7dd;
}
/*Слайдер кухни*/
#slider_kuh_box{
    position: relative;
    display: table;
    float:right;
}
#kuhnya_slider{
    display: table;
    position: relative;
    margin: 20px 0 50px 0;
}
#kuhnya_slider ul{
    width:100%;
}
#kuhnya_slider ul li{
    width:100%;
    box-shadow: 1px 1px 3px #999999;
}
#kuhnya_slider ul li img{
    width:100%;
    vertical-align: middle;
}
.flex-control-nav{
    bottom: -20px !important;
    z-index: 2;
}
#slider_kuh_box{
    background-color: #fff;
    padding: 20px 45px;
    text-align: center;
    margin-bottom: 40px;
    border: 1px solid #d3d7dd;
}
#slider_kuh_box h1{
    font-family: IskraBold;
    font-size: 32px;
}
#slider_kuh_box p{
    font-family: IskraThin;
    font-size: 32px;
}
@media screen and (min-width:1000px){
    #mobile_menu{
        display:none;
    }
    #mobile_menu_helper{
        display: none !important;
    }
}
#mobile_menu{
    background: url(/web/img/heder_uzor.png) top repeat-x #ca263c;
    border:none;
    border-bottom: 4px solid #901727;
    border-radius: 0px !important;
    position: fixed;
    top:0;
    z-index: 100;
    width: 100%;
}
#mobile_menu.beer{
    background: url(/web/img/uzor_beer.png) top repeat-x #a6865a;
    border-bottom: 4px solid #675135;
}
#mobile_menu.pizza{
    background: url(/web/img/uzor_pizza.png) top repeat-x #5e8f53;
    border-bottom: 4px solid #3d6b32;
}
#mobile_menu_helper{
    display: block;
    width: 100%;
    height: 50px;
}
.navbar-default{
    margin-bottom: 0;
}
.navbar-brand{
    padding: 0 !important;
}
.navbar-brand img{
    width: 45px;
    margin-left: 10px;
}

#search_head_mobile{
    position: relative;
    width: 160px;
    display: table;
    height: 40px;
    padding-top: 10px;
    left:20px;
}
#search_head_mobile .form-group{
    height: auto;
}
#search_head_mobile .form-group .control-label{
    display:none;
}
#search_head_mobile .form-group input[type=text]{
    border:none;
    border-radius: 5px;
    font-family: IskraLight;
    color:#fff;
    background:rgba(0,0,0,.25);
    box-shadow: none !important;
    width: 100%;
    height: auto;
}

#search_head_mobile .form-group input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
#search_head_mobile .form-group input[type=text]::-moz-placeholder {
    color: #fff;
}

#search_head_mobile button[type=submit]{
    position: absolute;
    right: 0;
    top:15px;
    border:none;
    background-color: rgba(0,0,0,0);
}
.navbar-default .navbar-nav > li > a{
    font-family: IskraBold;
    color:#fff;
    padding-top: 16px;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#fffb43;
}
.navbar-default .navbar-nav > li > a svg{
    width: 35px;
    height: 35px;
    fill:#fff;
}


@media screen and (min-width: 768px){
    .navbar-default .navbar-nav > li > a > span{
        display:none;
    }
    .navbar-default .navbar-nav > li > a{
        padding-bottom: 5px;
        padding-top: 10px;
    }
    .navbar-default .navbar-nav > li > a.dropdown-toggle{
        padding-top: 18px;
    }
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand{
    position:relative;
    top:5px;
}
#search_head_mobile .form-group{
    margin-bottom: 0;
}
#cart_all_mobile{
    float:right;
    width: 200px;
    color:#fff;
    position:relative;
    margin-top: 12px;
}
#cart_all_mobile img{
    float:left;
    margin-right: 15px;
}
#cart_all_mobile p{
    line-height: 1;
}
.dropdown-menu li a svg{
    width:30px;
    height:30px;
    margin-right: 20px;
    position: relative;
    top:5px;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        color:#fff;
        font-family: IskraBold;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a > svg{
            fill:#fff;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background-color: rgba(255,255,255,.3);
    }
    #cart_all_mobile_box{
        position: absolute;
        top: 55px;
        right: 0;
    }
    #cart_all_mobile{
        width: 195px;
        padding: 20px;
        background: rgba(255,255,255,.4);
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .navbar-default .navbar-nav > li > a svg{
        position: relative;
        top:5px;
        margin-right: 10px;
    }
    .navbar-brand img{
        width:41px;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
        background-color: rgba(255,255,255,.4);
        color:#fff;
    }
}

#cart_box{
    padding: 25px;
    background: #fff;
    border: 1px solid #d3d7dd;
    margin-bottom: 40px;
}
#cart_box .tovars{
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
#cart_box h1{
    font-size:24px;
    font-family:IskraBold;
    margin-bottom: 20px;
}
#cart_box h2{
    font-family: IskraMedium;
    font-size: 24px;
    margin-bottom: 20px;
}
#cart_box div .btn-danger{
    float: right;
    border-radius: 20px;
    font-family: IskraThin;
    font-size: 18px;
}
#count_tovars_cart_page{
    font-family: IskraThin;
    margin-bottom: 10px;
}
#oformlenie_btn_mini{
    border-radius:20px;
    margin-bottom: 20px;
}
#cart_box .just_p{
    font-family: IskraLight;
    font-size: 18px;
    margin-bottom: 20px;
    max-width:300px;
}
#oformlenie_btn{
    border-radius: 40px;
    font-family: IskraThin;
    font-size: 24px;
}
.good_prew.korob_prew div .add_cart{
    width:100%;
}
.good_prew.korob_prew div .roll_name{
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
}
.good_prew.korob_prew div .roll_prace{
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}
.good_prew.korob_prew div .composition{
    margin-bottom: 5px;
}
.good_prew.korob_prew div .composition b{
    font-weight: bold;
    margin-bottom: 3px;
}

.img_in_modal_header{
    width:70px;
    float: left;
    margin-right: 20px;
}
#orderSubmitBtn{
    border-radius: 20px;
    font-family: IskraThin;
    font-size:20px;
    width: 50%;
    float: right;
    margin-top: 5px;
}
#orderModal .modal-dialog .modal-content{
    border-radius: 3px;
}
#orderModalLabel{
    font-family: IskraBold;
    font-size:20px;
}
#orderModalLabel_tel1{
    font-family: IskraThin;
    font-size: 27px;
    line-height: 1;
}
.field-addneworder-cafe label{
    width: 100%;
    margin-top: 5px;
    display: table;
}
.field-addneworder-cafe .control-label{
    margin-bottom: 10px;
}
.container.big_box.clear_topper{
    padding-top: 130px !important;
}
.swal-overlay--show-modal .swal-modal{
    border-radius: 3px;
}
.swal-footer .swal-button-container{
    margin: 0 auto 20px;
    display: table;
}
.swal-text, .swal-title{
    text-align: center;
}
.grey_italic_text{
    font-family: IskraLight;
    font-size: 14px;
    margin-bottom:20px;
}
@media screen and (max-width:768px) {
    .navbar-collapse.in{
       max-height: 568px;
    }
}
.sale_box{
    max-width: 100%;
}
.sale_box img{
    max-width: 100%;
}