/* CSS Document */
* {font-family: Open sans; font-weight: normal; border: none;}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.logo a {
  color: #009dff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 60px;
}
.logo a:hover, a:focus {
  color: #009dff;
  text-decoration: none;
}

.logo a span {
  color: #ffbb00;
  font-size: 26px;
  display: block;
}

.price-cafe strong,
.price-delivery strong {
    font-weight: bold !important;
}

.сomposition_item {
  margin-bottom: 4px;
}

.panel-akciya{
	text-align:center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size:16px;
  padding: 10px 10px 10px 10px;;
  border-radius:16px;
  border:1px solid #ff6e40;
}


.product_add_cart {
  border-radius: 2px;
}

.alert-warning {
  /*background: #ffc107;*/
  color: #000;
  font-weight: bold;
  border-color: #ffc107;
  font-size: 15px;
  text-align: center;
}

.row-flex {
  display: flex;
  flex-flow: row wrap;
}

.logo {
  /*margin-top: 10px;*/
}

img {
  max-width: 100%;
  height: auto;
}

/*photo*/
.photo-gallery-item-wrapper {
  margin-bottom: 15px;
}

.photo-gallery-item-wrapper a {
  display: inline-block;
}

.photo-gallery-item {
  border: 2px solid #ccc;
  padding: 4px;
  transition: 0.3s;
}

.photo-gallery-item:focus, .photo-gallery-item:hover {
  border-color: #ff3d00;
}
/*end photo*/

/*comments*/
.title_comments {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.comment_item {
  padding: 0px 0px 15px;
}

.comment_item_name, .comment_item_name span {
  font-weight: 700;
  font-size: 16px;
  color: #2e9fff;
  margin-bottom: 4px;
}

.comment_item_date {
  font-size: 14px;
  color: #999;
  margin-bottom: 4px;
}

.comment_item_text {
  line-height: 21px;
  font-weight: 400;
  color: #333;
  font-size: 16px;
}

.comment_item_admin {
  font-weight: 700;
  font-size: 16px;
  color: #ff3d00;
  margin-bottom: 15px;
  padding: 0px 0px 15px 25px;
  border-bottom: 1px dashed #ccc;
}

.comment_item_text_admin {
  line-height: 21px;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  margin-top: 4px;
}
/*end comments*/

.wrap_info {
  padding-top: 5px;
  margin-bottom: 20px;
}

.left_info, .right_info {
  margin-top: -10px;
}

.cafe, .restoraciya {
  font-size: 24px;
  font-weight: 600;
  color: #ff3d00;
}

.left_info .phone, .left_info .mail {
  font-size: 17px;
  color: #222;
  display: inline-flex;
}

.left_info .phone i, .left_info .mail i {
  font-size: 16px;
  color: #ff3d00;
  margin-right: 10px;
  margin-top: 3px;
}

.left_info .phone span, .left_info .mail span {
  font-size: 17px;
  color: #777;
  margin-right: 4px;
}

.left_info .map, .left_info .time {
  font-size: 17px;
  color: #222;
  display: inline-flex;
}

.left_info .map i, .left_info .time i {
  font-size: 16px;
  color: #ff3d00;
  margin-right: 10px;
  margin-top: 3px;
}

.left_info .map span, .left_info .time span {
  font-size: 17px;
  color: #777;
  margin-right: 4px;
}

.right_info .phone, .right_info .mail {
    font-size: 17px;
    color: #222;
}

.right_info .map, .right_info .time {
  font-size: 17px;
  color: #222;
}

.right_info .phone i, .right_info .mail i {
    font-size: 16px;
    color: #ff3d00;
    margin-right: 10px;
    margin-top: 3px;
}

.right_info .map i, .right_info .time i {
  font-size: 16px;
  color: #ff3d00;
  margin-right: 10px;
}

.right_info .phone span, .right_info .mail span {
    font-size: 17px;
    color: #777;
    margin-right: 4px;
}

.right_info .map span, .right_info .time span {
  font-size: 17px;
  color: #777;
}

.bg_navbar_default {
  border-bottom: 1px solid #ccc;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand>img {
  display: inline-block;
  max-width: inherit;
  width: 30px;
  vertical-align: top;
  margin-top: -4px;
}

.navbar-brand {
  display: none;
  font-size: 30px;
  font-weight: bold;
  color: #000 !important;
  padding-right: 0;
  padding-left: 0;
}

.click_phone{
	display:none;
}

.navbar-default {
  background-color: #fff;
  border-radius: 0px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8 !important;
  border-bottom: inherit;
}

#navbar {

}

#navbar>.navbar-nav {

}

.navbar-default .navbar-nav > li {
    margin-right: 30px;
}

.navbar-default .navbar-nav>li>a {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #009dff;
  background-color: inherit;
}

.navbar-default .navbar-nav>.active>a::before,
.navbar-default .navbar-nav>.active>a:focus::before,
.navbar-default .navbar-nav>.active>a:hover::before,
.navbar-default .navbar-nav>.open>a::before,
.navbar-default .navbar-nav>.open>a:focus::before,
.navbar-default .navbar-nav>.open>a:hover::before,
.navbar-default .navbar-nav>li>a:focus::before,
.navbar-default .navbar-nav>li>a:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  right: 0;
  background-color: #009dff;
  content: "";
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #009dff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-header {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-menu {
  text-align: center;
  min-width: 200px;
  border-radius: 0px;
  box-shadow: none;
  background: #fdfdfd;
  margin: 0px;
  padding: 0px;
  border: 1px solid #f0f0f0;
}

.dropdown-menu>li>a {
  font-size: 14px;
  color: #444;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown .dropdown-menu>li:last-child a {
  border-bottom: none;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #009dff;
  background-color: inherit;
  transition: all 0.3s ease 0s;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #009dff;
  background-color: inherit;
  transition: all 0.3s ease 0s;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  border: none;
}

/* langs-block */
.langs-block {
  float: right;
}

.langs-block .navbar-nav {
  padding-top: 5px;
  margin-right: 0px;
}

.langs-block .navbar-nav>li>a {
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 5px;
}

.langs-block .navbar-nav>.active>a,
.langs-block .navbar-nav>.active>a:focus,
.langs-block .navbar-nav>.active>a:hover,
.langs-block .navbar-nav>.open>a,
.langs-block .navbar-nav>.open>a:focus,
.langs-block .navbar-nav>.open>a:hover,
.langs-block .navbar-nav>li>a:focus,
.langs-block .navbar-nav>li>a:hover {
  color: #000;
  background-color: #fff;
}

.langs-block .nav .dropdown-toggle:before {
  background-color: #fff !important;
}

.langs-block .dropdown-menu a img {
  margin-right: 10px;
}
/* end langs-block*/

.carousel-caption {
  padding-bottom: 220px;
  text-shadow: inherit;
}

.carousel-caption p {
  font-size: 18px;
}

.carousel-inner > .slide .item > img, .carousel-inner > .slide .item > a > img {
  width: 100%;
}

.btn-success {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #14ac00;
  border: none;
  border-radius: 4px;
  border-bottom: 3px solid #0f8500;
  transition: 0.3s;
  height: 41px;
}

.btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #0f8500;
  padding-top: 12px;
  padding-bottom: 11px;
  border-bottom: none;
  border-color: #0f8500;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.45);
}

.wrap_advantage {
  background: url(../images/advantage_bg_1.jpg) no-repeat left top, url(../images/advantage_bg_2.jpg) no-repeat right bottom #f5f5f5;
  min-height: 361px;
  padding-top: 65px;
  background-size: 400px, 300px;
}

.icon_advantage {
  border: 3px solid #e4e4e4;
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-bottom: 27px;
  -webkit-transition: 200ms ease-in-out 0ms;
  -moz-transition: 200ms ease-in-out 0ms;
  -o-transition: 200ms ease-in-out 0ms;
  transition: 200ms ease-in-out 0ms;
}

.icon_advantage i {
  color: #6b6b6b;
  font-size: 30px;
  line-height: 107px;
  -webkit-transition: 200ms ease-in-out 0ms;
  -moz-transition: 200ms ease-in-out 0ms;
  -o-transition: 200ms ease-in-out 0ms;
  transition: 200ms ease-in-out 0ms;
}

.advantage:hover>.icon_advantage,
.advantage:hover>.icon_advantage i {
  border-color: #ff3d00;
  color: #ff3d00;
  cursor: pointer;
}

.title_advantage {
  font-size: 18px;
  color: #585858;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.text_advantage {
  font-size: 16px;
  color: #585858;
  display: block;
  margin-bottom: 10px;
}

.wrap_about {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about_img {
  margin-bottom: 10px;
}

.title_about {
  display: block;
  font-size: 48px;
  font-family: Candara;
  font-weight: bold;
  font-style: italic;
  color: #ff3d00;
  margin-bottom: 10px;
}

.text_about {
  font-size: 18px;
  color: #444;
  text-align: left;
  margin-bottom: 25px;
}

.btn-warning {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ff6e40;
  border: none;
  border-radius: 4px;
  border-bottom: 3px solid #d95e36;
  transition: 0.3s;
  height: 41px;
}

.btn-warning:focus, .btn-warning:hover, .btn-warning:active:hover {
  color: #fff;
  background-color: #d95e36;
  padding-top: 12px;
  padding-bottom: 11px;
  border-bottom: none;
  border-color: #d95e36;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.offer {
  background: url(../images/offer.jpg) no-repeat center center;
  min-height: 434px;
  padding-top: 100px;
}

.title_offer {
  font-size: 48px;
  font-family: Candara;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  margin-bottom: 30px;
}

.text_offer {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 45px;
}

.our_menu_wrapper {
/* background: url(../images/left_bg_our_menu.jpg) no-repeat left 25px, url(../images/right_bg_our_menu.jpg) no-repeat right bottom;*/
}

.our_menu_wrap {
  padding-top: 30px;
  padding-bottom: 30px;
/*  background: url(../images/our_menu_bottom_bg.png) no-repeat center bottom;*/
  }

.title_block {
  display: block;
  font-size: 48px;
  font-family: Candara;
  font-weight: bold;
  font-style: italic;
  color: #ff3d00;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: url(../images/bg_title.png) no-repeat center bottom;
}

.our_menu {
  margin-bottom: 30px;
}

.title_our_menu {
  width: 100%;
  display: block;
  border-bottom: 1px dotted #dedede;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5f5f5f;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.price_our_menu {
  display: inline-block;
  float: right;
  color: #ff3d00;
  text-transform: none;
  font-size: 17px;
  font-weight: 600;
}

.text_our_menu {
  font-size: 16px;
  color: #585858;
  line-height: 24px;
  margin-bottom: 10px;
}

.links_our_menu a {
  text-transform: none;
  font-size: 16px;
}

.links_our_menu a:hover, .links_our_menu a:focus {
  padding-top: 11px;
  padding-bottom: 10px;  
}

.links_our_menu .btn-warning {
  margin-right: 10px;
}

.link_category_block a{
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
}

.wrap_reviews {
  background: url(../images/reviews.jpg) no-repeat center center;
  min-height: 467px;
  padding-top: 100px;
  background-size: cover;
  padding-bottom: 20px;
}

.wrap_reviews .item ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}

#content-slider li {
  text-align: center;
  color: #fff;
}

.photo_user_reviews {
  margin-bottom: 30px;
}

.name_user_reviews {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.reviews {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

.wrap_last_news {
  padding-top: 30px;
  padding-bottom: 15px;
}

.last_news {
  margin-bottom: 30px;
  display: flex;
}

.last_news img {
  margin-bottom: 15px;
}

.bg-border {
  padding: 15px;
  border: 1px solid #ccc;
  background: #fbfbfb;
  text-align: center;
}

.bg-border .title_last_news {
  text-transform: none;
  color: #333;
}

.title_last_news {
  font-size: 18px;
  font-weight: 600;
  color: #585858;
  text-transform: uppercase;
  margin-bottom: 5px;
  width: 100%;
  display: block;
}

.last_news:hover .title_last_news, .last_news:hover .title_last_news {
  color: #ff3d00;
}

.date_last_news {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}

.text_last_news {
  font-size: 16px;
  color: #585858;
  margin-bottom: 15px;
}

.wrap_footer {
/*  background: url(../images/footer.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px */
  border-top: 1px solid #ccc;
}

.footer_logo {
}

.footer_text {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}

.title_footer {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #009dff;
  text-transform: uppercase;
  margin-top: 14px;
}

.wrap_footer_info {
  margin-bottom: 15px;
}

.footer_info div {
  font-size: 17px;
  color: #fff;
  font-weight: 100 !important;
  display: inline-flex;
}

.footer_info div i {
  font-size: 16px;
  color: #ff3d00;
  margin-right: 10px;
}

.footer_info div span {
  font-size: 17px;
  color: #ffded4;
  margin-right: 10px;
}

.wrap_social {
  margin-bottom: 15px;
}

.wrap_social a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffbb00;
  line-height: 40px;
  transition: 0.3s;
}

.wrap_social a:focus, .wrap_social a:hover {
  background: #009dff;
}

.develop {
  font-size: 15px;
  color: #ffe7c1;
}

.develop img {
  margin-left: 5px;
  display: inline-block;
}

/*move_up*/
a#move_up {
  z-index:1000;
  position: fixed;
  bottom: 60px;
  right:10px;
  display: none;
  text-align: center;
  font: 14px;
  text-decoration: none;
  color: #fff;
  background: #ff3d00;
  padding: 12px 18px;
  opacity:0.9;
  filter: alpha(opacity=90);
  border-radius: 2px;
}

a#move_up i {
  font-size: 24px;
}

a#move_up:hover {
  color: #ffffff;
  background: #fcb03b;
}
/*end move_up*/

/*breadcrumbs*/
.wrap_breadcrumbs {
  background-position: center !important;
  background-size: cover;
  min-height: 170px;
  color: #fff;
  padding-top: 29px;
}

.title_breadcrumbs {
  font-family: Candara;
  font-weight: bold;
  font-size: 48px;
  font-style: italic;
  text-align: center;
}

.text_breadcrumbs {
  font-size: 18px;
  margin-bottom: 10px;
}

#breadcrumbs {
  padding-bottom: 10px;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
}

#breadcrumbs a {
  font-size: 16px;
  color: #009dff;
}

#breadcrumbs i {
  margin: 0 10px;
}

#breadcrumbs i:first-child {
  margin-left: 0px;
}
/*end breadcrumbs*/

.wrap_category {
  padding-top: 30px;
  padding-bottom: 30px;
}

.title_main_category {
  display: inline-block;
  margin-bottom: 10px;
  color: #ff3d00;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.title_main_category:hover, .title_main_category:focus {
    color: #0093ff;
    text-decoration: none;
}

.title_main_category:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #ebebeb;
  bottom: 7px;
  margin-left: 10px;
}

.left_menu div ul {
  list-style: none;
  padding-left: 0px;
}

.left_menu>div>ul>li>a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #ebebeb;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  transition: 0.3s;
}

.left_menu>div>ul>li>a:focus, .left_menu>div>ul>li>a:hover, .left_menu>div>ul>li>.active {
  color: #56383A;
  text-decoration: none;
}

.left_menu div ul ul li a {
  font-size: 17px;
  color: #444;
  border-bottom: 1px solid #ebebeb;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  transition: 0.3s;
  padding-left: 10px;
}

.left_menu div ul ul li a:focus, .left_menu div ul ul li a:hover, .left_menu div ul ul li .active {
  color: #0087ff;
  text-decoration: none;
  padding-left: 15px;
}

.wrap_title_filter {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  padding-top: 5px;
  margin-bottom: 15px;
}

.title_filter {
  display: inline-block;
  color: #6e6e6e;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: bottom;
  margin-right: 10px;
}

.filters_panel {
  display: inline-block;
  vertical-align: top;
}

.orderby {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* pagination */
.pagination_block_bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
}

.pagination_block nav.filter_pagination {
  text-align: right;
}

.pagination_block nav.filter_pagination ul {
  border: none;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.pagination_block nav.filter_pagination ul li {
  border: none;
  margin-right: 4px;
  display: inline-block;
}

.pagination_block nav.filter_pagination ul li:last-child {
  margin-right: 0;
}

.pagination_block nav.filter_pagination ul li a,
.pagination_block nav.filter_pagination ul li span {
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
  margin: 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  display: block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e9e9e9;
}

.pagination_block>div {
  display: none;
}

.pagination_block #list_pages {
  display: inline-block;
}

#list_pages span, #list_pages a {
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 2px 0px 0px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e9e9e9;
  transition: 0.3s;
}

#list_pages span:focus, #list_pages span:hover,
#list_pages a:focus, #list_pages a:hover,
#list_pages .active {
  background: #ff3d00;
  color: #ffffff;
  border-color: #ff3d00;
}

.pagination_block nav.filter_pagination ul li a:hover,
.pagination_block nav.filter_pagination ul li span:hover {
  background: #ff3d00;
  color: #ffffff;
  border-color: #ff3d00;
}

.pagination_block nav.filter_pagination ul li a.prev {
  position: relative;
  font-size: 0;
}

.pagination_block nav.filter_pagination ul li a.prev:after {
  content: '\f0d9';
  font-family: 'FontAweSome';
  font-size: 13px;
}

.pagination_block nav.filter_pagination ul li a.next {
  position: relative;
  font-size: 0;
}

.pagination_block nav.filter_pagination ul li a.next:after {
  content: "\f0da";
  font-family: 'FontAweSome';
  font-size: 13px;
}

.pagination_block nav.filter_pagination ul li span.current {
  background: #ff3d00;
  color: #fff;
  border-color: #ff3d00;
}
/* end pagination */

.category_wrap_block {
  /*padding-top: 10px;
  padding-bottom: 10px;
  */
  margin-bottom:20px;
}

/*
.category_wrap_block>a {
  display: block;
  overflow: hidden;
}

.category_wrap_block:focus, .category_wrap_block:hover {
  box-shadow: 0px 0px 5px #ccc;
}
*/

.category_wrap_block img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  border-radius:10px;
}

.title_category_block {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.text_category_block {
  color: #585858;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}

.price_item {
  margin-bottom: 4px;
}

.price_item span {
  font-size: 16px;
  font-weight: 600;
  color: #ff3d00;
}

.weight-item span {
  color: green;
}

.price_item strong {
  font-size: 16px;
  font-weight: 400;
}

.price_category_block {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #ff3d00;
  margin-bottom: 10px;
}

.wrap_breadcrumbs h1 {
  font-family: Candara;
  font-weight: bold;
  font-size: 48px;
  font-style: italic;
  margin-bottom: 10px;
}

.wrap_content {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.wrap_img_content {
  margin-bottom: 15px;
}

.form-control {
  border: 1px solid #999;
}

/* ========================== SLICK SLIDER ======================== */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before { display: table; content: ""; }
.slick-track:after { display: table; content: ""; clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[dir='rtl'] .slick-slide { float: right; }

.slick-slide img { max-width: 100%; display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-slide:focus { outline: none; box-shadow: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

.slick-arrow { position: absolute; top: 50%; z-index: 1; }

.slick-prev { left: 0; }

.slick-next { right: 0; }

.slick-slider { max-width: 100%; margin: auto; }
.zoom_item img { display: block; }

.content-slider-nav { display: block; width: 90%; margin: auto; }
.content-slider-nav__item { margin: 5px 5px; cursor: pointer; opacity: 0.6; text-align: center; }
.content-slider-nav__item:hover, .content-slider-nav .slick-center { opacity: 1; }
.content-slider-nav__item img { display: inline-block; }



.wrap_img_content .content-slider .slick-next, .wrap_img_content .content-slider .slick-prev { display: none !important; }
.slick-next, .slick-prev { color: #4b4b4b; font-size: 24px; padding: 4px 15px !important; background: none; position: absolute; top: 50%; margin-top: -25px; border: none; outline: none;}
.slick-next { right: -30px !important; }
.slick-prev { left: -30px !important; }
.slick-next:hover, .slick-prev:hover { background-color: none; color: #ff3d00; }

/* ========================== SLICK SLIDER ======================== */

.content h2, .content h3 {
  margin-top: 0px;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff3d00;
}

h3, h4, h5 {
  font-size: 24px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
}

.content {
  margin-bottom: 20px;
}

.content p {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
  line-height: normal;
}

.desc {
  border: 2px dashed #ccc;
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 2px;
}

.sostav {
  color: #ff3d00;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.opisanie {
  color: #ff3d00;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.artikul, .razmer, .nalichie, .kategoriya {
  color: #ff3d00;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
}

.artikul i, .razmer i, .nalichie i, .kategoriya i {
  color: #ffa201;
  margin-right: 5px;
}

.artikul span {
  color: #333;
}

.razmer span, .kategoriya span {
  color: #333;
}

.nalichie span {
  text-transform: uppercase;
  color: #333;
}

.kategoriya {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.price {
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  color: #ff3d00;
/*  margin-bottom: 20px;*/
  margin-top: 20px;
  /*border-top: 1px solid #f1f1f1;*/
}
}

/* add_to_cart */
.wrap_quantity_select_cart {
  margin-bottom: 15px;
}

.quantity_select {
  display: inline-block;
  margin-right: 2px;
}

.input_quantity {
  font-size: 17px;
  color: #333;
  text-align: center;
  display: inline-block;
  background: #fff;
  padding: 10px;
  border: 1px solid #ebebeb;
  width: 80px;
  outline: none;
  margin-right: 10px;
}

input::-webkit-inner-spin-button { margin-right: -10px; color: #8f8f8f; opacity: 1; height: 46px !important; background-color: #ebebeb; }

.add_to_cart_button {
  background: #14ac00;
  border: none;
  padding: 12px 20px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  transition: 0.3s;
}

.add_to_cart_button i {
  margin-right: 10px;
}

.add_to_cart_button:focus, .add_to_cart_button:hover {
  color: #fff;
  background-color: #0f8500;
}
/* end add_to_cart */

.wrap_related {
  margin-bottom: 30px;
}

.clear{
  clear: both;
}

@media (max-width: 1700px) {
.wrap_advantage {
  background-size: 300px, 200px;
}

.offer {
  padding-top: 90px;
}
}

@media (max-width: 1400px) {
.wrap_advantage {
  background-size: 250px, 170px;
}

.carousel-caption {
  padding-bottom: 120px;
}
}

@media (max-width: 1200px) {
.langs-block .navbar-nav {
  padding-top: 0;
}

.right_info .phone, .right_info .phone span, .right_info .phone i,
.right_info .time, .right_info .time span, .right_info .time i,
.right_info .mail, .right_info .mail span, .right_info .mail i {
    font-size: 14px;
  }

.left_info .phone, .left_info .phone span, .left_info .phone i, .left_info .time, .left_info .time span, .left_info .time i, .left_info .mail, .left_info .mail span, .left_info .mail i {
    font-size: 14px;
}
  
.left_info .phone, .left_info .mail {
  font-size: 14px;
}

.right_info .map, .right_info .time {
  font-size: 14px;
}

.navbar-default .navbar-nav > li {
  margin: 0px 10px;
}

/*.navbar-default .navbar-nav > li > a {
  padding: 10px 5px;
}*/

.carousel-caption {
  padding-bottom: 96px;
}

.wrap_advantage {
  background-size: 200px, 140px;
}

.wrap_reviews {
  padding-top: 84px;
}
}

@media (max-width: 992px) {
.wrap_content {
  padding-top: 0px;
}

.wrap_category {
  padding-top: 0px;
  padding-bottom: 0px;
}

#breadcrumbs {
  margin-bottom: 0px;
}

.logo img {
  width: 370px;
}

.wrap_info {
  padding-top: 10px;
}

.left_info, .right_info {
  padding-top: 0px;
  margin-bottom: 10px;
}

.navbar-default .navbar-nav > li {
  margin: 0px;
}

.nav>li>a {
  padding: 15px 14px;
}

.carousel-caption {
  padding-bottom: 70px;
}

.wrap_advantage {
  background-size: 200px, 130px;
  padding-bottom: 100px;
  padding-top: 80px;
}

.title_about {
  font-size: 40px;
  margin-bottom: 0px;
}

.text_about {
  font-size: 16px;
  margin-bottom: 15px;
}

.title_offer {
  font-size: 40px;
}

.wrap_reviews {
  padding-top: 70px;
}

.title_block {
  line-height: 40px;
  font-size: 40px;
  padding-bottom: 20px;
}

.footer_text {
  font-size: 16px;
}

.wrap_title_filter {
  margin-bottom: 10px;
}

.title_filter {
  margin-bottom: 8px;
}

.pagination_block nav.filter_pagination {
  text-align: left;
  margin-top: 15px;
}


}

@media (max-width: 813px) {
.carousel-caption {
  padding-bottom: 30px;
}
}

@media (max-width: 768px) {
.wrap_footer_info .cafe {
  text-align: center;
}

.left_info, .right_info {
  float: none;
  text-align: center;
}

.left_info .phone, .left_info .mail, .right_info .map, .right_info .time, .left_info .phone span,
.left_info .mail span, .right_info .map span, .right_info .time span,
.left_info .phone i, .left_info .mail i, .right_info .map i, .right_info .time i {
  font-size: inherit;
}

#navbar {
  text-align: left;
  border: none;
}

#navbar>.navbar-nav {
  display: block;
  margin: 0 0 0 -15px;
  padding-left: 20px;
}

#navbar>.navbar-nav > li {
  margin: 0px;
  display: block;
  width: 100%;
}

#navbar>.navbar-nav>li>a {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #f0f0f0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #f5f5f5 !important;
}

.nav .open {
  background-color: #fdfdfd;
}

.navbar-default .navbar-toggle {
  border: none;
  background-color: #7999cc;
  margin-right: 0;
  border-radius: 6px;
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #7999cc;
}

.dropdown-menu {
  text-align: left;
}

.dropdown .dropdown-menu>li:last-child a {
  border-bottom: 1px solid #f0f0f0;
}

.navbar-default .navbar-nav>.active>a::before, .navbar-default .navbar-nav>.active>a:focus::before, .navbar-default .navbar-nav>.active>a:hover::before, .navbar-default .navbar-nav>.open>a::before, .navbar-default .navbar-nav>.open>a:focus::before, .navbar-default .navbar-nav>.open>a:hover::before, .navbar-default .navbar-nav>li>a:focus::before, .navbar-default .navbar-nav>li>a:hover::before {
    position: inherit;
    top: 0;
    left: 0;
    height: inherit;
    right: 0;
    background-color: inherit;
    content: "";
}

.slide {
  display: none;
}

.carousel-caption p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.carousel-caption {
  padding-bottom: 30px;
}

.title_offer {
  margin-bottom: 10px;
  line-height: 40px;
}

.text_offer {
  font-size: 16px;
  margin-bottom: 25px;
}

.title_our_menu, .text_our_menu, .links_our_menu, .price_our_menu {
  text-align: center;
}

.price_our_menu {
  float: none;
  display: block;
}

.our_menu_wrapper {
/*  background: url(../images/left_bg_our_menu.jpg) no-repeat left top, url(../images/right_bg_our_menu.jpg) no-repeat right bottom;
background-size: 120px, 120px;*/
}

.reviews {
  font-size: 16px;
}

.last_news {
  text-align: center;
}

.footer_info {
  float: none;
  text-align: center;
}

.content {
  text-align: center;
}

.langs-block {
  float: none;
}

.langs-block .navbar-nav {
  margin: 0px;
  display: block;
}

.langs-block .navbar-nav li {
  margin: 0px;
  display: block;
}

.langs-block .nav .open>a, .langs-block .nav .open>a:focus,
.langs-block .nav .open>a:hover {
  background-color: inherit;
}

.pagination_block {
  float: none;
  text-align: left;
  margin-top: 10px;
}

.wrap_info {
  display: none !important;
}

.navbar-brand {
  display: block;
}

.our_menu_wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

.title_block {
  font-family: Open sans;
  line-height: normal;
  font-size: 30px;
  padding-bottom: 12px;
  margin-bottom: 10px;
  font-style: normal;
}

.category_wrap_block:focus, .category_wrap_block:hover {
  box-shadow: none;
}
}

@media (max-width: 767px) {
  
.click_phone{
	display: inline-block;
  color:green;
  font-size:28px;
  margin-top:7px;
  float: right;
  margin-right: 10px;
}

.click_phone a {
  color: #7999cc;
  margin-right: 20px;
}

.navbar-brand{
	margin-right:20px;
}
  
  .cart_info {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    font-size: 15px;
    color: #444;
    padding: 10px 15px 10px 0px;
    margin-left: 20px;
    text-transform: inherit;
    background-color: #fff !important;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a {
    color: #ff3d00 !important;
    padding-left: 5px;
    transition: all 0.3s ease 0s;
  }

  .wrap_breadcrumbs h1 {
    font-size: 36px;
    font-style: normal;
  }

  .title_breadcrumbs {
    font-size: 36px;
    font-style: normal;
    margin-top: 0px;
  }

}

@media (max-width: 480px) {
 
  
  .offer {
    padding-top: 60px;
  }

  .wrap_reviews {
    padding-top: 32px;
  }

  .our_menu_wrapper {
    background: none;
  }

  .title_category_block {
    font-size: 16px;
    text-transform: none;
  }

  .wrap_breadcrumbs h1 {
    font-size: 24px;
  }

  .title_breadcrumbs {
    font-size: 24px;
  }

  .content h2, .content h3, .title_block {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .photo-gallery-item-wrapper {
    width: 100%;
  }

}

@media (max-width: 360px) {

    .input_quantity {
      font-size: inherit;
      padding: 10px 20px;
      width: auto;
      margin-right: 5px;
    }

    .add_to_cart_button {
      padding: 10.5px 10px;
      font-size: inherit;
    }
}