* {
	margin: 0;
	padding: 0;
}

a {
	color: #efc47a;
	outline: none;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

a:hover {
    color: #46352c;
	text-decoration: none;
}

a div {
    padding: 10px;
	display: inline-block;
	vertical-align: middle;
}

blockquote {
	margin: 10px 20px 20px;
    padding: 20px;
    quotes: "\201C""\201D""\2018""\2019";
    background: beige;
    border-left: 10px solid #efc47a;
    font-size: 20px;
	text-align: left;
    line-height: 24px;
    border-radius: 20px;
    display: inline-block;
    color: #efc47a;
}

blockquote:before {
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
    color: #efc47a;
}

body {
	font: 18px/22px GothamPro, Arial, monospace, fantasy;
    font-size: 18px;
    line-height: 22px;
	min-width: inherit;
    width: 100%;
    height: 100%;
	color: #efc47a;
    cursor: default;
	top: 0!important;
}

body::-webkit-scrollbar,
#showcase .id_info .content::-webkit-scrollbar {
    width: 0;
} 

body.fixed {
	overflow: hidden;
}

body .fa {
    vertical-align: middle;
    text-align: center;
	padding: 5px;
}

body .mfp-bottom-bar {
	top: 0;
    position: absolute;
    cursor: auto;
    text-align: center;
    margin: 0 auto;
    height: 100%;
}

body .mfp-bottom-bar .mfp-title {
    text-align: center;
    margin: 10px auto;
    width: 100%;
}

body .mfp-bottom-bar .mfp-title div {
    line-height: 24px;
    font-family: Open Sans Condenced;
    padding: 10px;
    font-size: 20px;
    word-wrap: break-word;
    margin: 0 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    background: rgb(255 255 255 / 50%);
    display: inline-block;
    border-radius: 30px;
}

body .preload {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

body .skiptranslate {
	display: none!important;
}

button,
input[type="button"] {
    background: #efc47a;
    display: inline-block;
    color: white;
    padding: 10px;
    border-radius: 20px;
    width: auto;
    border: 1px solid #efc47a;
    font-size: inherit;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover {
	background: #46352c;
}

content {
	display: table-row;
    height: 100%;
}

H1, H2, H3, H4, H5, H6 {
	font-weight: normal;
	padding: 10px 0;
    margin: 0;
	font-family: GothamPro Narrow;
}

h2.notes_name {
	text-transform: uppercase; 
	width: 100%;
}

header {
	padding: 0;
	position: relative;
	z-index: 99;
}

html {
	width: 100%;
    height: 100%;
}

iframe {
	vertical-align: bottom;
}

img {
	max-width: 100%;
    width: auto;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    margin: 0 auto;
}

input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #999;
    font-family: inherit;
    font-size: inherit;
}

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 5px 5px 5px 0;
  vertical-align: sub;
  cursor: pointer;
    font-size: inherit;
}

input[type="submit"] {
    cursor: pointer;
}

input[type="type" i] {
    padding: 10px;
    font-size: inherit;
}

label {
  cursor: pointer;
  margin: 0 20px 0 0;
}

legend {
    margin: 0 5px;
    position: relative;
    float: left;
    font-size: 14px;
    padding: 0 5px;
	color: #999;
}

p:last-child {
	padding: 0;
	margin: 0;
}

section {
	padding: 0 0 40px;
	position: relative;
}

section:first-child {
	padding: 20px 0 40px;
}

section:last-child {
	padding: 0;
}

select {
    width: 100%;
    box-sizing: border-box;
    padding: 7px 10px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    border-radius: 20px;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #999;
    font-family: inherit;
    max-width: 100%;
	font-size: inherit;
}


/* --- ID --- */
#address_info {
	margin: 0 0 20px;
}

#benefits {
    background: url(/images/bg_index.jpg) 50%;
	padding: 40px 0;
}

/*#benefits::after {
    content: "";
    bottom: 0;
    border: 20px solid transparent;
    height: 20px;
    width: 100%;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
    shape-outside: polygon(100% 100%, 0 100%, 100% 0);
    background: white;
    position: absolute;
}

#benefits::before {
    content: "";
    top: 0;
    border: 20px solid transparent;
    float: left;
    height: 20px;
    width: 100%;
    clip-path: polygon(0 100%, 100% 0, 0 0);
    shape-outside: polygon(0 100%, 100% 0, 0 0);
    background: white;
    position: absolute;
}*/

#benefits_list {
	width: 100%;
    text-align: center;
}

#benefits_list .li {
	width: 24.5%;
	display: inline-block;
	vertical-align: top;
}

#benefits_list .fa {
	font-size: 48px;
}

#benefits_list .content {
    margin: 10px;
    padding: 10px;	
}

#benefits_list .name {
	font-size: 22px;
	margin: 0;
}

#benefits_list .content {
    position: relative;
}

#breadcrumbs_box {
	border-bottom: 1px solid whitesmoke;
    border-top: 1px solid whitesmoke;
	margin: 0 0 10px;
}

#breadcrumbs {
	display: inline-block;
	margin: 0 40px 0 0;
	font-size: inherit;
	text-transform: uppercase;
}

#breadcrumbs .list_item {
	padding: 2px 0;
	font-size: 12px;
	vertical-align: middle;
}

#breadcrumbs .list_item:first-child {
	padding: 0;
}

#breadcrumbs .list_item .fa-home {
	padding: 10px 0;
    font-size: 20px;
}

#breadcrumbs .button_back {
    margin: 0;
	font-size: 14px;
	display: inline-block;
	background: whitesmoke;
	padding: 10px;
	border-bottom: 1px dotted whitesmoke;
}

#breadcrumbs .name {
    padding: 10px 5px;
}

#button_down {
	position: absolute;
    bottom: 20px;
    width: 100%;
}

#button_menu_mobile {
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

#button_menu_mobile div {
	cursor: pointer;
	padding: 5px;
}

#button_menu_mobile.fixed {
	display: block;
	position: fixed;
}

#button_menu_mobile i {
	color: #5c5c5c;
    padding: 0;
    margin: 0;
    font-size: 28px;
    width: 28px;
    text-align: center;
}

#button_show_response_form {
	float: right;
    position: absolute;
    top: 20px;
    right: 0;
}

#buttons_accessories_box {
	position: fixed;
    bottom: 10px;
    left: 0;
	right: 0;
    z-index: 1;
    width: 100%;
    display: table;	
}

#buttons_accessories_box .button_box {
    display: table-cell;
    width: 33.33%;
}

#buttons_accessories_box .button_box div {
	cursor: pointer;
	display: inline-block;
	border-radius: 24px;
	background: rgb(0 0 0 / 50%);
}

#buttons_accessories_box .button_box div:hover {
	box-shadow: 0 0 5px;
	background: black;
}

#buttons_accessories_box .button_box div i {
	font-size: 24px;
	width: 24px;
    padding: 10px;
    margin: 0;
	vertical-align: middle;
}

#buttons_accessories_box .button_box div span {
	font-size: 14px;
    padding: 0 20px 0 0;
    vertical-align: middle;
    margin: 0 0 0 -10px;
}

#buttons_accessories_box .button_return {
    text-align: left;
}

#buttons_accessories_box .button_contact {
    text-align: right;
}

#call_us {
	padding: 0;
}

#call_us_block {
	width: 100%;
    text-align: center;
	vertical-align: bottom;
}

#call_us_block button {
    margin: 20px;
	font-weight: normal;
}

#call_us_block li {
    width: 50%;
    vertical-align: bottom;
}

#call_us_block .content_border {
    padding: 80px;
}

#call_us_phone_list {
	width: 100%;
}

#call_us_phone_list li {
	text-align: center;
	font-size: 24px;
	width: 100%;
}

#call_us_phone_list li a div {
    padding: 5px 0;
}

#cart .cart_item_info .name {
	padding: 5px 5px 5px 10px;
	text-align: left;
}

#cart .cart_item_info input {
	padding: 5px;
	text-align: center;
	width: 90px;
}

#cart .cart_item_info .button_clear_id i {
	font-size: 24px;
    cursor: pointer;
	color: firebrick;
}

#cart .cart_steps {
	width: 100%;
	text-align: center;
}

#cart .cart_steps .step {
	width: 20%;
	cursor: pointer;
}

#cart .cart_steps .step .number {
	background: whitesmoke;
    display: inline-block;
    padding: 5px;
    width: 23px;
    border-radius: 100%;
}

#cart .cart_steps .step.active .number {
	background: #efc47a;
	color: white;
}

#cart .cart_steps_content {
	margin: 0 auto;
}

#cart .cart_total_box {
	margin: 0 auto;
    background: whitesmoke;
    padding: 5px 40px;
    border-radius: 20px;
}

#cart .cart_total_items,
#cart .cart_total_price {
	display: table-cell;
	padding: 10px 20px;
	font-size: 30px;
	line-height: 18px;
	color: #46352c;
}

#cart .cart_total_pcs {
    margin: 10px;
	position: relative;
	display: table-cell;
	text-align: center;
	color: white;
	padding: 0;
}

#cart .cart_total_items div,
#cart .cart_total_price div {
	font-size: 12px; 
	text-align: right;
	width: 100%;
	margin: 0;
	padding: 0;
}

#cart .item .img_box {
	width: 100px;
    height: 60px;
}

#cart .order_status_info H3 {	
    display: inline-block;
    color: white;
    background: #efc47a;
    padding: 20px 40px;
    border-radius: 20px;
}

#cart_box .cart_item_pcs {
	padding: 5px 0;
	display: inline-block;
	text-align: center;
	width: 60px;
	min-width: 100%;
}

#cart_info_box {
    position: fixed;
    right: 10px;
    top: 150px;
    z-index: 999;
}

#cart .button_cart_order .button,
#cart_info_box .button_cart_order .button {
    background: none;
    border: none;
	text-transform: uppercase;
}

#cart .buttons_cart_types div,
#cart_info_box .buttons_cart_types div {
	cursor: pointer;
	padding: 5px;
	text-align: center;
}

#cart .buttons_cart_types div:hover,
#cart .buttons_cart_types div.active,
#cart_info_box .buttons_cart_types div:hover,
#cart_info_box .buttons_cart_types div.active {
	background: #444;
	color: white;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#cart_info_box .button_clear {
	right: 15px;
	z-index: 2;
	position: absolute;
	top: -15px;
}

#cart_info_box .button_clear i {
	background: #46352c;
    padding: 5px 7px;
    font-size: 20px;
    margin: 0;
    border-radius: 100%;
    color: #efc47a;
	cursor: pointer;
}

#cart_info_box .cart_item_info input {
	padding: 5px;
	text-align: center;
	width: 90px;
}

#cart .cart_item_info .button,
#cart_info_box .cart_item_info .button {
	padding: 3px;
    width: 23px;
	display: block;
    margin: 1px 0;
}

#cart .cart_item_info .table_td,
#cart_info_box .cart_item_info .table_td {
	vertical-align: middle;
}

#cart .cart_item_info .table_td:first-child,
#cart_info_box .cart_item_info .table_td:first-child {
    width: 66.66%;
}

#cart_info_box .cart_item_info .table_td:last-child {

}

#cart_info_box .cart_item_info .name {
	padding: 5px 5px 5px 10px;
	text-align: left;
	color: white;
}

#cart .cart_item_info .name p,
#cart_info_box .cart_item_info .name p {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

#cart_info_box .content_box {
	background: #46352c;
	border-radius: 20px;
	text-align: center;
	max-width: 350px;
	padding: 0;
}

#cart .cart_item_info,
#cart_info_box .cart_item_info {
    width: 100%;
    list-style: none;
    display: table;
    border-bottom: 1px dotted #999;
    padding: 3px 0;
}

#cart_info_box .cart_total_pcs {
    margin: 8px 5px 0;
	position: relative;
	display: inline-block;
	float: left;
	text-align: center;
	color: white;
	padding: 0;
}

#cart .cart_total_pcs i,
#cart_info_box .cart_total_pcs i { 
    font-size: 36px;
    padding: 0;
    margin: 0;
    color: #46352c;
}

#cart .cart_total_pcs span,
#cart_info_box .cart_total_pcs span {
    vertical-align: super;
	color: white;
	position: absolute;
	left: 0%;
	right: 0;
	font-size: 18px;
}

#cart_button {
	display: inline-block;
    cursor: pointer;
	height: 40px;
	vertical-align: middle;
}

#cart_button .fa {
    position: relative;
    padding: 8px 5px;
    font-size: 24px;
}

#cart_button .fa .total_pcs {
    position: absolute;
    top: 0;
    right: 0;
    background: #efc47a;
    color: white;
    padding: 2px 5px;
    border-radius: 100%;
    font-family: Roboto;
    font-size: 14px;
}

#cart_button .total {
	padding: 0 5px;
    text-align: right;
    font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}

#cart_button .total div {
	display: inline-block;
}

#cart_info_box .cart_total_price {
	display: inline-block;
	padding: 20px 0 0 10px;
	float: right;
	font-size: 30px;
	line-height: 18px;
	color: white;
}

#cart_info_box .cart_total_price div {
	font-size: 12px; 
	text-align: right;
	width: 100%;
	margin: 0;
	padding: 0;
}

#cart_info_box .informer {
	border-bottom: 1px dotted #999;
	padding: 10px;
	color: #999;
}

#cart_info_box .item {
	width: 100%;
	position: relative;
}

#cart_info_box .item .button_clear_id {
	position: absolute;
    left: -25px;
    top: 25%;
}

#cart_info_box .item .button_clear_id i {
	padding: 5px;
    margin: 0;
    background: #444;
    border-radius: 100%;
    width: 16px;
    color: silver;
	cursor: pointer;
}

#content_box {
    margin: 0 0 0 320px;
}

#copyright_box {
	text-align: right;
    padding: 20px 0;
}

/**************************************/
#delivery .box_50 {
	width: 50%;
	display: table-cell;
    vertical-align: top;
}

#dish .archive_informer {
	padding: 15px;
    font-size: 24px;
    text-transform: uppercase;
    color: #efc47a;
    font-weight: bold;
    border: 3px dotted;
    margin: 0 0 20px;
    text-align: center;
    transform: rotate(-2deg);
}

#dish #info,
#dish #gallery {
	width: 50%;
    display: table-cell;
    vertical-align: top;
}

#dish #gallery .list_item {
	width: 100%;
}

#dish #gallery .list_item .image_top {
	width: 100%;
}

#dishes_list {
	overflow: hidden;
}

#dishes_list .list .list_item {
	width: 33.33%;
	vertical-align: top;
}

#dishes_list .list_item.in_cart .content {
	border: 1px solid #efc47a;
}

#dishes_list .list_item.in_cart .buttons .buttons_pcs .button_minus,
#dishes_list .list_item.in_cart .buttons .buttons_pcs .value {
    display: table-cell;
}

#dishes_list .list_item .button_cart_types div {
	padding: 0;
	font-size: 12px;
	cursor: pointer;
}

#dishes_list .list_item .button_cart_types div.active {
    background: whitesmoke;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#dishes_list .list_item .content {
	overflow: hidden;
    text-align: center;
}

#dishes_list .list_item .image div img {
    height: 100%;
}

#dishes_list .list_item:hover .content {
    /*border: 1px solid #ccc;*/
}

#dishes_list .list_item:hover .image div {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
}

#dishes_list .list_item:hover .image div img {
    /*-webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
	transition: all 3s ease;
	-moz-transition: all 3s ease;
    -webkit-transition: all 3s ease;
    -o-transition: all 3s ease;
   -ms-transition: all 3s ease;
   -khtml-transition: all 3s ease;*/
}

#dishes_list .list_item .buttons .button {
    white-space: nowrap;
    padding: 10px 15px;
    text-transform: uppercase;
	border: 2px solid #efc47a;
}

#dishes_list .list_item .buttons .button:hover {
	border: 2px solid #46352c;
}

#dishes_list .list_item .button_id_box {
    background: whitesmoke;
}

#dishes_list .list_item .cart_buttons {
    width: auto;
    text-align: center;
}

#dishes_list .list_item .cart_buttons .button_plus div,
#dishes_list .list_item .cart_buttons .button_minus div {
	min-width: 35px;
    cursor: pointer;
    text-align: center;
}

#dishes_list .list_item .button_box {
    width: 50px;
    text-align: center;
	padding: 0 5px;
}

#dishes_list .list_item .value {
    width: 100%;
    text-align: center;
}

#dishes_list .list_item .button_box div {
	padding: 10px;
    cursor: pointer;
}

#dishes_list .list_item .button_box div:hover {
	color: #efc47a;
}

#dishes_list .list_item .cart_pcs input,
#dishes_list .list_item .cart_value input {
    border: 2px solid #999;
    text-align: center;
    border-radius: 20px;
    width: 60px;
}

#dishes_list .list_item .id_box {
    padding: 10px;
    color: dimgray;
    float: left;
}

#dishes_list .list_item .informer {
	position: absolute;
    bottom: 0;
	left: 0;
    display: block;
}

#dishes_list .list_item .informer div {
	padding: 10px;
}

#dishes_list .list_item .informer i {
	font-size: 36px;
	width: auto;
    color: #efc47a;
    text-shadow: 0 0 10px white;
}

#dishes_list .list_item .address_box {
    color: dimgray;
    font-size: 14px;
	padding: 0 0 10px;
}

#dishes_list .list_item .intro_box,
#dishes_list .list_item .intro_box p,
#dishes_list .list_item .intro_box span,
#dishes_list .list_item .intro_box strong {
    color: dimgray!important;
    font-size: 13px!important;
	line-height: 16px!important;
	font-style: normal!important;
	font-weight: normal!important;
	padding: 0 0 10px;
}

#dishes_list .list_item i {
    margin: 0;
    padding: 0;
}

#dishes_list .list_item .button i {
    width: inherit;
}

#dishes_list .list_item .button span {
   padding: 0 0 0 5px;
}

#dishes_list .list_item .text_box {
	margin: 0 10px 10px;
}

#dishes_list .list_item .buttons,
#dishes_list .list_item .price {
    width: 50%;
}

#dishes_list .list_item .buttons .buttons_pcs {
	padding: 10px;
	float: right;
}

#dishes_list .list_item .price div {
    font-size: 20px;
    font-weight: bold;
    color: #46352c;
    margin: 0;
    padding: 10px 0 10px 20px;
    text-align: left;
}

#dishes_list .list_item .price sup {
	font-size: 14px;
}

#dishes_list .list_item .price_unit {
    font-size: 16px;
}

#dishes_list .list_item H3 {
    margin: 0;
	font-family: GothamPro Narrow;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    color: whitesmoke;
}

#dishes_list .list_item .price_box {
    width: 100%;
	background: #f5f5f5;
}


/**************************************/
#dress #gallery {
	width: 33.33%;
    display: table-cell;
	vertical-align: top;
}

#dress #info {
	width: 50%;
    display: table-cell;
	vertical-align: top;
}

#dress #info .content_border {
    padding: 0 10px;
}

#dress #gallery .list {
	margin: 0 0 40px;
}

#dress #gallery .list .list_item {
	width: 20%;
}

#dress #gallery .list .list_item .img_box {
	padding: 0;
	margin: 0 10px 10px 0;
}

#dress #gallery .list .list_item:first-child {
	width: 80%;
	float: right;
}

#dress #gallery .list .list_item:first-child .img_box {
	margin: 0;
}

#dresses .img_border {    
	height: 240px;
	width: 240px;
    border-radius: 100%;
    overflow: hidden;
	margin: 0 auto;
}

#dresses .img_border img {    
	object-fit: cover;
    width: 100%;
    height: 100%;
}

#dresses_list {
	margin: 0 -10px;
	text-align: center;
}

#dresses_list .list .list_item {
	width: 16.66%;
	vertical-align: top;
}

#dresses_list .list_item.in_cart .content {
	border: 1px solid #efc47a;
}

#dresses_list .list_item.in_cart .buttons .buttons_pcs .button_minus,
#dresses_list .list_item.in_cart .buttons .buttons_pcs .value {
    display: table-cell;
}

#dresses_list .list_item .button_cart_types div {
	padding: 0;
	font-size: 12px;
	cursor: pointer;
}

#dresses_list .list_item .button_cart_types div.active {
    background: whitesmoke;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#dresses_list .list_item .content {
	padding: 0;
    margin: 0 10px 20px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 5px #ccc;
    border-radius: 15px;
    overflow: hidden;
	background: white;
}

#dresses_list .list_item:hover .content {
    border: 1px solid #ccc;
}

#dresses_list .list_item:hover .image div {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#dresses_list .list_item:hover .image div img {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
	transition: all 3s ease;
	-moz-transition: all 3s ease;
    -webkit-transition: all 3s ease;
    -o-transition: all 3s ease;
   -ms-transition: all 3s ease;
   -khtml-transition: all 3s ease;
}

#dresses_list .list_item .buttons .button {
    white-space: nowrap;
    font-size: 12px;
    padding: 7px 10px;
    text-transform: uppercase;
    border: 2px solid #efc47a;
}

#dresses_list .list_item .buttons .button:hover {
	border: 2px solid #46352c;
}

#dresses_list .list_item .button_id_box {
    background: whitesmoke;
}

#dresses_list .list_item .cart_buttons {
    width: auto;
    text-align: center;
}

#dresses_list .list_item .cart_buttons .button_plus div,
#dresses_list .list_item .cart_buttons .button_minus div {
	min-width: 35px;
    cursor: pointer;
    text-align: center;
}

#dresses_list .list_item .button_box {
    width: 50px;
    text-align: center;
	padding: 0 5px;
}

#dresses_list .list_item .value {
    width: 100%;
    text-align: center;
}

#dresses_list .list_item .button_box div {
	padding: 10px;
    cursor: pointer;
}

#dresses_list .list_item .button_box div:hover {
	color: #efc47a;
}

#dresses_list .list_item .cart_pcs input,
#dresses_list .list_item .cart_value input {
    border: 2px solid #999;
    text-align: center;
    border-radius: 20px;
    width: 60px;
}

#dresses_list .list_item .id_box {
    padding: 10px;
    color: dimgray;
    float: left;
}

#dresses_list .list_item .informer {
	position: absolute;
    bottom: 0;
	left: 0;
    display: block;
}

#dresses_list .list_item .informer div {
	padding: 10px;
}

#dresses_list .list_item .informer i {
	font-size: 36px;
	width: auto;
    color: #efc47a;
    text-shadow: 0 0 10px white;
}

#dresses_list .list_item .address_box {
    color: dimgray;
    font-size: 14px;
	padding: 0 0 10px;
}

#dresses_list .list_item .intro_box,
#dresses_list .list_item .intro_box p,
#dresses_list .list_item .intro_box span,
#dresses_list .list_item .intro_box strong {
    color: dimgray!important;
    font-size: 13px!important;
	line-height: 16px!important;
	font-style: normal!important;
	font-weight: normal!important;
	padding: 0 0 10px;
}

#dresses_list .list_item i {
    margin: 0;
    padding: 0;
}

#dresses_list .list_item .button i {
    width: inherit;
	font-size: 18px;
}

#dresses_list .list_item .button span {
   padding: 0 0 0 5px;
}

#dresses_list .list_item .text_box {
	margin: 10px;
}

#dresses_list .list_item .buttons,
#dresses_list .list_item .price {
    width: 50%;
}

#dresses_list .list_item .buttons .buttons_pcs {
	padding: 7px 10px;
	float: right;
}

#dresses_list .list_item .price div {
    font-size: 20px;
    font-weight: bold;
    color: #46352c;
    margin: 0;
    padding: 10px 0 10px 20px;
    text-align: left;
}

#dresses_list .list_item .price sup {
	font-size: 14px;
}

#dresses_list .list_item .price_unit {
    font-size: 16px;
}

#dresses_list .list_item H3 {
	padding: 0;
	margin: 0;
    text-transform: uppercase;
    font-family: Open Sans Condenced;
    font-size: 16px;
    line-height: 20px;
	width: 100%;
}

#dresses_list .list_item .price_box {
    width: 100%;
	background: #f5f5f5;
}

/************************************/

#estates_list li.item .content {
	border: 1px solid #fcfcfc;
	background: #fcfcfc;
	border-bottom: 1px solid #efc47a;
}

#estates_list li.item .content:hover {
	border: 1px solid #efc47a;
}

#estates_list li.item .gallery_img_border {
	margin: 0;
}

#estates_list li.item {
	width: 33.33%;
	vertical-align: top;
	float: left;
}

#estates_list li.item button {
    float: right;
    border-radius: 0;
}

#estates_list li.item .button_id_box {
    background: whitesmoke;
}

#estates_list li.item .button_box {
    float: right;
}

#estates_list li.item .id_box {
    padding: 10px;
    color: dimgray;
    float: left;
}

#estates_list li.item .address_box {
    color: dimgray;
    font-size: 14px;
	padding: 0 0 10px;
}

#estates_list li.item .intro {
    color: dimgray;
    font-size: 14px;
}

#estates_list li.item .fa {
	font-size: 12px;
    margin: 0;
    padding: 0;
}

#estates_list li.item .text_box {
	margin: 0 10px 10px;
}

#estates_list li.item .price_box {
padding: 0 0 10px;
}

#estate_gallery li {
	width: 25%;
	float: left;
}

#estate_gallery li:first-child {
	width: 100%;
}

#estates_list {
	width: 100%;
}

#estates_categorys_list H3 {
	margin: 0;
	padding: 10px;
}

#estates_categorys_list sup {
    color: #999;
}

/*************************************************************/
#faq {
    border: 5px dotted;
    padding: 20px;
    border-radius: 30px;
    margin: 0 auto;
    background: #fff;
}

#footer {
	text-align: center;
    /*background: linear-gradient(to bottom, #000, #000);*/
	padding: 0 0 40px;
}

#footer .company_category {
	font-size: 14px;
}

#footer .content_box {
    padding: 20px 0;
}

#footer .information {
	color: #999;
	font-size: 16px;
	line-height: 20px;
}

#footer .logo H1 {
    font-size: 30px;
    line-height: 36px;
}

#footer .logo img {
	height: 60px;
}

#footer .menu_categories a div {
	display: inline-block;
    padding: 7px 0;
    font-weight: bold;
	margin: 0 10px;
}

#footer .menu a div {
    border-radius: 30px;
    border: 1px solid;
    padding: 10px 20px;
    margin: 5px;
    font-size: 14px;
}

#footer .schedule .list .list_item .weekday {
	padding: 5px;
}

#footer .table {
	width: 100%;
}

#footer .table .table_td {
	width: 33.33%;
}

#footer .table .table_td:first-child {
	text-align: left;
}

#footer .table .table_td:last-child {
	text-align: right;
}

/*************************************************************/
#header {
	position: relative;
}

#header .box.table {
	margin: 0 auto;
	padding: 0;
}

#header .box.table {
	width: 100%;
}

#header .box.table .table_td {
	width: 33.33%;
	text-align: center;
}

#header .box.table .table_td:first-child {
	text-align: left;
}

#header .box.table .table_td:last-child {
	text-align: right;
}

#header .info {
	position: relative;
    top: 0;
    width: 100%;
	background: black;
    z-index: 999;
}

#header .info.fixed {
	position: fixed;
}

#header .info .content_box {
    padding: 0;
}

#header .info .logo {
    display: inline-block;
	padding: 10px 20px;
}

#header .info .logo img {
    height: 20px;
}

#header .logo div {
	color: #46352c;
	display: inline-block;
	text-align: center;
    position: relative;
	vertical-align: middle;
}

#header .logo a div {
	padding: 0 0 20px;
}

#header .logo H1 {
    font-size: 55px;
    line-height: 60px;
}

#header .logo img {
	height: 80px;
}

#header .menu_box .menu_button {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

#header .menu_box .menu_button div {
	background: #efc47a;
    color: white;
	font-size: 20px;
    border-bottom: 1px solid #efc47a;
    border-top: none;
    padding: 15px 20px;
    text-transform: uppercase;
    font-family: Open Sans Condenced;
}

#header .phones .list,
#header .schedule .list {
	display: inline-flex;
}

#header .phones .list .list_item .phone div {
	font-weight: bold;
}

#header .schedule .list .list_item .weekday {
	padding: 5px;
}

#header .phones .list .list_item a div,
#header .schedule .list .list_item div,
#footer .phones .list .list_item a div,
#footer .schedule .list .list_item div {
	padding: 5px 0;	
    color: #46352c;
}

#header .wrapper {
    padding: 0;
	text-align: center;
}

#header.new_year .wrapper {
	background: url('/images/default/bg_snow.png');
    background-size: contain;
	background-position: center;
    background-repeat-y: no-repeat;
}

#header_box .content_border {
	padding: 0 0 20px;
}

#header_box {
    padding: 0;
    text-align: center;
    margin: 0;
    /*background: linear-gradient(to bottom, whitesmoke 0%, whitesmoke 100%);*/
}

#header_box .content_border {
    display: table;
    width: 100%;
    padding: 0;
    vertical-align: middle;
}


/******************************************************************/
#index .content_box {
	display: table;
    height: 100%;
    width: 100%;
    padding: 0;
}

#index .content_box .content_border {
    height: 100%;
	padding: 0;
}

#index .content_box .flex {
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #efc47a;
    width: 100%;	
    height: 100%;
    max-width: 480px;
    flex-wrap: wrap;
}

#index .content_box .flex .content {
    text-align: center;
	width: 100%;
    height: 100%;
    max-height: 25%;
	/*height: 125px;*/
    display: flex;
    justify-content: center;
    align-items: center;
	background-position: center;
    background-size: cover;
	cursor: pointer;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
	position: relative;	
}

#index .content_box .flex .content:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
	position: relative;
	z-index: 2;
}

#index .content_box .flex .content div {
    margin: 0 auto;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 5px black;
}

#index .content_box .flex .content div img {
	max-height: 60px;
    max-width: 240px;
}


#index .intro_content {
	font-family: Roboto, Calibri, Tahoma, sans-serif;
}

#index .intro_content_box {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

#index .intro_content .button_box {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
    display: none;
}

#index .intro_content_box .img_box {
	border-radius: 50px;
}

#index .page_name {
    color: #efc47a;
}

/*#index .section,
#index .section:last-child {
	padding: 40px 0;
}

#index .section:first-child {
	padding: 0 0 40px;
}*/ 

#info_line {
	padding: 10px 0;
}

#info_line .content_border {
    padding: 0 20px;
}

#item_attributes_box {
	font-size: inherit;
}

#item_attributes_box ul li div {
	padding: 5px;
}

#items_list .item {
	width: 25%;
	vertical-align: top;
	float: left;
}

#items_list .item.in_cart .content {
	border: 1px solid #efc47a;
}

#items_list .item .button_cart_types div {
	padding: 0;
	font-size: 12px;
	cursor: pointer;
}

#items_list .item .button_cart_types div.active {
    background: whitesmoke;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#items_list .item .content {
    padding: 5px;
    margin: 10px;
    border: 1px solid whitesmoke;
}

#items_list .item:hover .content {
    border: 1px solid #46352c;
}

#items_list .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#items_list .item button,
#items_list .item .button {
    float: right;
    border-radius: 0;
}

#items_list .item .button_id_box {
    background: whitesmoke;
}

#items_list .item .cart_buttons {
    width: 100%;
    text-align: center;
}

#items_list .item .button_box {
    width: 50px;
    text-align: center;
	padding: 0 5px;
}

#items_list .item .value {
    width: 100%;
    text-align: center;
}

#items_list .item .button_box div {
	padding: 10px;
    cursor: pointer;
}

#items_list .item .button_box div:hover {
	color: #efc47a;
}

#items_list .item .cart_pcs input,
#items_list .item .cart_value input {
    border: 1px solid silver;
	text-align: center;
}

/*#items_list .item .value_box input:hover {
    border: 1px solid #efc47a;
}*/

#items_list .item .id_box {
    padding: 10px;
    color: dimgray;
    float: left;
}

#items_list .item .informer {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#items_list .item .informer div {
	padding: 10px;
}

#items_list .item .address_box {
    color: dimgray;
    font-size: 14px;
	padding: 0 0 10px;
}

#items_list .item .intro_box,
#items_list .item .intro_box p,
#items_list .item .intro_box span,
#items_list .item .intro_box strong {
    color: dimgray!important;
    font-size: 13px!important;
	font-style: normal!important;
	font-weight: normal!important;
}

#items_list .item i {
    margin: 0;
    padding: 0;
}

#items_list .item .informer i {
	font-size: 36px;
    color: #efc47a;
    text-shadow: 0 0 10px white;
}

#items_list .item .text_box {
	margin: 0 10px 10px;
}

#items_list .item .price_box {
    padding: 0;
    text-align: center;
    color: #999;
}

#items_list .item .price {
    margin: 5px;
    font-size: 24px;
}

#items_list .item .price sup {
	font-size: 14px;
}

#items_list .item .price_unit {
    font-size: 16px;
}

#items_list .item H3 {
    margin: 0;
    font-size: 20px;
    text-align: center;
}

#items_gallery li {
	width: 25%;
	float: left;
}

#items_gallery li:first-child {
	width: 100%;
}

#items_list {
	width: 100%;
}

#items_categorys_list H3 {
	margin: 0;
	padding: 10px;
}

#items_categorys_list sup {
    color: #999;
}

/*******************************************/

#lang,
#lang_menu {
    display: inline-table;
    position: relative;
    width: auto;
    margin: 0;
    list-style: none;
    float: right;
	font-size: 16px;
}

#lang li,
#lang_menu li{
    margin: 0;
    float: left;
}

#lang li a div,
#lang_menu li a div {
    margin: 0;
    float: left;
    padding: 10px 5px;
    text-transform: uppercase;
	color: #333;
}

#lang li a div.active,
#lang_menu li a div.active {
    color: #efc47a;
}

#lang li a div:hover,
#lang_menu li a div:hover {
	color: #efc47a;
}

#lang_menu .fa {
	font-size: 24px;
	padding: 7px 5px;
}

#list_items_categories {
	display: table;
	width: 100%;
	text-align: center;
}

#list_items_categories .list_item {
	vertical-align: top;
	display: inline-block;
    width: 20%;
    text-align: center;
}

#list_items_categories .list_item .img_box {
	border-radius: 100%;
    box-shadow: 0 0 5px #ccc;
    overflow: hidden;
    padding: 0;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

#list_items_categories .list_item .img_box div {
    padding: 0;
}

#list_items_categories .list_item .name {
    padding: 0;
    position: relative;
    border: 2px solid;
    margin: -20px auto 0;
    background: whitesmoke;
    border-radius: 40px;
    padding: 10px 30px;
}

#list_items_categories .list_item .name H2 {
	padding: 0;
    margin: 0;
    font-family: Open Sans Condenced;
    text-transform: uppercase;
    color: #46352c;
    font-size: 18px;
    min-height: 40px;
    display: table-cell;
    vertical-align: middle;
}

/******************************************************************/

#main_menu {
	width: 100%;
	display: table;
}

#main_menu li {
	width: 20%;
	display: table-cell;
}

#main_menu li a {
    display: block;
    padding: 20px 10px;
}

#main_menu li a div {
	padding: 0;
    text-transform: uppercase;
    font-size: 20px;
	color: #c6d0e7;
}

#main_menu li:hover a div,
#main_menu li a div.active {
	color: white;
}

#menu_box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

#menu_mobile #list_items_categories .list_item {
    width: 33.33%;
}

#menu_mobile #list_items_categories .list_item .content_box{
    padding: 0;
	margin: 0 auto 20px;
}

#menu_mobile #list_items_categories .list_item .name {
    padding: 10px 20px;
    font-size: 18px;
}

#menu_mobile #list_items_categories .list_item .img_box {
    box-shadow: none;
}

#menu_right_box {
    float: left;
    display: inline-block;
    width: 320px;
    text-align: center;
    background: black;
    position: fixed;
    height: 100%;
}


#menus .section .title_box:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #191919;
    position: absolute;
	margin: 0 -20px;
	z-index: 9;
}


#mobile_logo {
	margin: 0 20px 20px;	
}

#mobile_logo_name {

}

#mobile_lang_menu .fa {

}

#mobile_lang_menu div {
	text-transform: uppercase;
	padding: 10px 5px;
}

#mobile_lang_menu div.active {
	color: white;
}

#mobile_main_list {
	margin: 0 0 40px;
}

#mobile_main_list li {
    margin: 0;
	width: 100%;
}

#mobile_main_list li .name.active,
#mobile_menu_list li .name.active,
#mobile_main_list li:hover .name,
#mobile_menu_list li:hover .name {
    display: inline-block;
    padding: 5px 10px;
	color: #efc47a;
}

#mobile_main_list li img {
    padding: 0 0 10px;
}

#mobile_main_list li .menu_button {
	padding: 0;
}

#mobile_main_list li .menu_button.active {
	color: white;
}

#mobile_main_list li .name {
	display: inline-block;
	padding: 5px;
	margin: 1px;
}

#mobile_main_list li .button_sub_name {
    display: inline-block;
	padding: 0 5px;
	margin: 0 -25px 0 0;
	font-size: 20px;
}

#mobile_main_list li .pidmenu_mobile {
    margin: 0 0 10px;
	list-style: none;
}

#mobile_main_list li .mobile_pidmenu_name {
    text-transform: initial;
	padding: 5px;
}

#mobile_menu_list {
    margin: 0 0 20px;
    list-style: none;
    display: inline-block;
}

#mobile_menu_list li {
    margin: 0;
	width: 100%;
}

#mobile_menu_list li img {
    vertical-align: middle;
}

#mobile_menu_list li .menu_button {
	padding: 0;
	display: table-cell;
    vertical-align: middle;
}

#mobile_menu_list li .menu_button.active {
	color: white;
}

#mobile_menu_list li .name {
	display: inline-block;
	padding: 5px 0;
	margin: 1px;
	color: #46352c;
}

#mobile_menu_list li .button_sub_name {
    display: inline-block;
	padding: 0 5px;
	margin: 0 -25px 0 0;
	font-size: 20px;
}

#mobile_menu_list li .pidmenu_mobile {
    margin: 0 0 10px;
	list-style: none;
}

#mobile_menu_list li .mobile_pidmenu_name {
    text-transform: initial;
	padding: 5px;
}

/******************************************************************/
#page_id_list {
	text-transform: uppercase;
    max-width: 75%;
}

#page_id_list li div {
	color: dimgray;
    border: 2px solid;
    margin: 5px;
    border-radius: 20px;
    padding: 10px 20px;
}

#page_id_list li div:hover,
#page_id_list li div.active {
	color: white;
    background: #efc47a;
	border: 2px solid #efc47a;
}

#panel {
	font-family: Roboto, Calibri, sans-serif!important;
	min-width: inherit!important;
    width: 100%!important;
    height: 100%!important;
    color: dimgray!important;
	background: linear-gradient(to bottom, #222, black);
	font-size: inherit;
}

#phone_box {
    display: table;
    list-style: none;
    margin: 0;
    padding: 5px;
    font-size: 18px;
}

#phone_list {
	float: left;
	margin: 0 0 0 20px;
}

#phone_list li {
	display: inline-block;
}

#phone_list li .phone {
	font-size: 20px;
}

#phone_list li i {
    font-size: 30px;
}

#popup_categories .popup_name {
    background: dimgray;
}

#popup_categories .popup_name {
    background: dimgray;
}

#popup_categories .list_box {
    margin: 0;
}

#popup_categories .li,
#popup_categories .sub_li {
    width: 100%;
	text-align: left;
}

#popup_categories .li_box {
    display: inline-block;
	vertical-align: middle;
	padding: 7px 5px;
}

#popup_categories .name {
    padding: 0;
	text-transform: uppercase;
	color: #46352c;
}

#popup_categories .name.active {
    color: #efc47a;
}

#popup_categories .name:hover,
#popup_categories .name.active:hover {
    color: #46352c;
}

#popup_categories .sub_list_button {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    color: dimgray;
    border-radius: 100%;
    width: 25px;
    border: 1px solid white;
    font-size: 18px;
    text-align: center;
    border-radius: 100%;
}

#popup_categories .sub_list {
	margin: 0 0 10px;
}

#popup_categories .sub_name {
	color: dimgray;
	padding: 7px 10px;
}

#popup_categories .sub_name.active {
    color: #efc47a;
}

#popup_categories .sub_name:hover,
#popup_categories .sub_name.active:hover {
    color: #46352c;
}

#promotions.top {
	padding: 20px 0;
    background: #c2282d;
}

#promotions.top .row .row_item {
	width: 33.33%;
}

#promotions.top .row .row_item .img_box {
	padding: 0;
    margin: 0 10px;
	height: 100%;
}

/******************************************************************/

#sections_list {
	display: table;
}

#sections_list li {
	width: 50%;
    display: inline-block;
    float: left;
}

#sections_list li img {
    width: 50px;
    position: absolute;
    left: 10px;
}

#sections_list li H2 {
    position: relative;
    margin: 0 10px;
    text-shadow: -2px -2px 0 white, 2px 2px 0 white;
    z-index: 2;
    font-size: 30px;
    padding: 5px 0;
}

#sections_list li .content_box {
    margin: 20px;
    background: whitesmoke;
}

#sections_list li .intro {
    color: #46352c;
	padding: 0 10px;
}

#sections_list li .info_box_title {
    padding: 10px 0;
    margin: 10px;
    border-bottom: 1px dotted;
    color: #efc47a;
}

#services .list .list_item {
	width: 100%;
	position: relative;
}

#services .list .list_item:nth-child(2n+1) {
	background: #111;
}

#services_list li {
	width: 33.33%;
}

/*#sections_list .content_border::before {
    content: "";
    background: url(/images/img.png);
    margin: -10px 0 0;
    width: 100%;
    position: absolute;
    height: 15px;
}*/

#showcase .filters {
	position: relative;
	text-align: center;
}

#showcase .filters .menu {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	flex-wrap: wrap;
	background: #222;
}


#showcase .filters.fixed .menu {
	right: 0;
    left: 0;
    position: fixed;
    z-index: 999;
}

#showcase .menu .menu_item.active {
	text-decoration: underline;
	color: white;
}

#showcase .section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#showcase .section .button_back {
	
}

#showcase .section .carousel .container {
	max-width: 1200px;
}

#showcase .section .carousel .item .content {
	text-align: center;
}

#showcase .list .list_item,
#showcase .section .carousel .item .content .name {
	font-size: 16px;
	line-height: 20px;
}

#showcase.menus_24 .section .carousel .item .content .name {
	font-size: 14px;
	line-height: 18px;
	max-width: 400px;
}

#showcase .section .carousel .item .content img {
	max-height: 100%;
	max-width: 100%;
}

#showcase .section .id_info .content {
	overflow: auto;
	width: 50%;
}

#showcase .section .id_info .attributes .table_td div {
	padding: 3px 0;
}

#showcase .section .id_info .text_box {
	font-size: 16px;
	overflow: auto;
	color: #eaeaea;
}


#showcase .section .id_info H2 {
	color: darkgoldenrod;
    padding: 20px 0;
    font-size: 24px;
    line-height: 30px;
}

/*#showcase_section::after {
    content: "";
    bottom: 0;
    border: 20px solid transparent;
    height: 20px;
    width: 100%;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
    shape-outside: polygon(100% 100%, 0 100%, 100% 0);
    background: white;
    position: absolute;
}

#showcase_section::before {
    content: "";
    top: 0;
    border: 20px solid transparent;
    float: left;
    height: 20px;
    width: 100%;
    clip-path: polygon(0 100%, 100% 0, 0 0);
    shape-outside: polygon(0 100%, 100% 0, 0 0);
    background: white;
    position: absolute;
}*/

#showcase.menus_23 .section_name {
	color: #e31e24;
    font-family: Heinrich, monospace;
    font-size: 24px;
    line-height: 24px;
    margin: 5px 0 0;
    vertical-align: middle;
}

#showcase.menus_23 .dish .weight {
	color: #e31e24;
	font-weight: bold;
}

#slider {
    display: block;
    width: 100%;
    z-index: 9;
	text-align: center;
	position: relative;
}

#slider .container {
    padding: 0 80px;
}

#slider .iview-controlNav {
	display: none;
}

#slider_button .fa {
	padding: 0;
	margin: 0;
}

#slider_button .left_button_box {
	position: absolute;
	left: 0;
	top: 50%;
}

#slider_button .right_button_box {
	position: absolute;
	right: 0;
	top: 50%;
}

#slider_button a {
    padding: 20px 10px;
	background: white;
	color: #46352c;
}

#soc_link {
    display: inline-block;
    position: relative;
    width: auto;
    list-style: none;
}

#soc_link li{
    margin: 0;
    float: left;
	font-weight: bold;
}

#soc_link li a div {
    margin: 0;
    color: #46352c;
    float: left;
    padding: 5px;
    text-transform: uppercase;
}

#soc_link li a div.active {

}

#soc_link li a div:hover {
	
}

#sub_pages_list {
    padding: 10px;
    background: whitesmoke;
}

#swipe {
	display: none;
}

/******************************************************************/

#top_menu_box {
    width: 100%;
	text-align: center;
	background: #efc47a;
}

#top_menu_box.fixed {
    top: 0;
	position: fixed;
	z-index: 99
}

#top_menu_list {
    display: table;
}

#top_menu_list li {
    display: inline-block;
	float: left;
}

#top_menu_list li a div {
    padding: 10px 20px;
    text-align: right;
}

#top_menu_list li a div.active {
    color: #efc47a;
}

#top_menu, nav { 
    display: inline-table;
    list-style: none;
    margin: 20px;
}

#top_menu li, nav li { 
    margin: 0;
    display: inline-block;
}

#top_menu li a div {
    margin: 0 10px;
    padding: 5px 10px;
    text-align: center;
    color: #46352c;
    font-size: 24px;
    text-transform: uppercase;
    background: whitesmoke;
    border-radius: 80px;
}

#top_menu li a div.active {
    background: #46352c;
    color: white;
}

#top_menu li a div:hover {
    background: #46352c;
    color: white;
}

#top_menu li a div.active:hover {

}

#wrapper {
	display: table;
    height: 100%;
    width: 100%;
	background: #090909;
}



/* --- CLASS --- */
.attributes_box {
    padding: 0 0 10px;
	font-size: 14px;
}

.attributes_box ul {
    display: table;
}

.attributes_box ul li {
    display: table-row;
	width: 100%;
}

.attributes_box ul li div {
    display: table-cell;
	padding: 0 10px 0 0;
}

.attributes_box ul li div:first-child {
    text-align: right;
	color: dimgray;
}

.attributes_box ul li div:last-child {
    width: 100%;
    color: dimgray;
}

.banner_box {
	float: right;
	width: 50%;
	position: relative;
    z-index: 9;
}

.banner_box  .content_box {

}

.banner_box  .img_box {
	border-radius: 50px;
}

.box {
    width: 100%;
    max-width: 100%;	
	margin: 0 auto 20px;
	position: relative;
	padding: 0;
	display: inline-block;	
}

.box_90 { width: 90%; margin: 0 auto; }
.box_80 { width: 80%; margin: 0 auto; }
.box_75 { width: 75%; margin: 0 auto; }
.box_66 { width: 66.66%; margin: 0 auto; }
.box_60 { width: 60%; margin: 0 auto; }
.box_50 { width: 50%; margin: 0 auto; }
.box_40 { width: 40%; margin: 0 auto; }
.box_33 { width: 33.33%; margin: 0 auto; }
.box_25 { width: 25%; margin: 0 auto; }
.box_20 { width: 20%; margin: 0 auto; }
.box_15 { width: 16.66%; margin: 0 auto; }
.box_10 { width: 10%; margin: 0 auto; }

.box_intro {
	margin: 0 0 40px;
	text-align: justify;
	font-size: 18px;
	line-height: 24px;
	font-family: Roboto, Calibri, Tahoma, sans-serif;
}

.box_text {
	margin: 0 0 40px;
	text-align: justify;
	font-family: Roboto, Calibri, Tahoma, sans-serif;
	font-size: 16px;
}

.box_intro a,
.box_text a {
	text-decoration: underline;
}

.box_intro ol,
.box_intro ul,
.box_text ol,
.box_text ul {
    margin: 0 0 20px;
}

.box_intro ol li,
.box_intro ul li,
.box_text ol li,
.box_text ul li {
    margin: 5px 0 0 40px;
}

.box_intro ol li:first-child,
.box_intro ul li:first-child,
.box_text ol li:first-child,
.box_text ul li:first-child {
    margin: 5px 0 0 40px;
}

.box_intro ol li:last-child,
.box_intro ul li:last-child,
.box_text ol li:last-child,
.box_text ul li:last-child {
    margin: 5px 0 0 40px;
}

.box_intro H2,
.box_text H2 {
	text-align: left;
	font-size: 24px;
    line-height: 30px;
    padding: 0;
    margin: 0 0 10px;
}

.box_intro H3,
.box_text H3 {
	text-align: left;
	font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin: 0 0 10px;
}

.box_section {
	padding: 50 0 40px;
}

.box_intro span,
.box_text span {
	font-family: inherit!important;
    font-size: inherit!important;
	line-height: inherit!important;
    color: inherit!important;
}

.box_intro p,
.box_text p {
	font-family: inherit!important;
    font-size: inherit!important;
	line-height: inherit!important;
    color: inherit!important;
	margin: 0 0 10px;
}

.box_intro p:last-child,
.box_text p:last-child {
	padding: 0;
	margin: 0;
}

.buttons_box {
	width: 100%;
	display: table;
	text-align: center;
}

.button {
	background: #efc47a;
    display: inline-block;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    width: auto;
    border: 1px solid #efc47a;
    font-size: inherit;
    cursor: pointer;
	vertical-align: initial;
}

.button:hover {
    background: #46352c;
	border: 1px solid #46352c;
}

.button_esc.button {
    background: white;
    color: #efc47a;
}

.button_close.button {
	background: none;
    color: #46352c;
    border: 0;
}

.button_close:hover {
	background: none;
	color: #efc47a;
}

.button_favorite div {
	color: dimgray;
}

.button_minus div,
.button_plus div {
	cursor: pointer;
}

.buttons .buttons_pcs .button_minus ,
.buttons .buttons_pcs .value {
	display: none;
}

.button_sort_items {
    display: none;
}

.cart_button_box {
	margin: 0 20px 0 0;
}

.carousel .uk-slider .uk-slider-container {
    margin: 0 auto;
}	

.cat-table {
    display: inline-block;
    margin: 0 auto;
}

.cat-table .active {
    background: #46352c;
    color: white;
}

.categories_list_button {
	display: none;
}

.center {
	text-align: center;
}

.check.table .check_info {
	vertical-align: top;
}

.check.table .check_info:first-child {
	width: 33.33%;
	text-align: center;
}

.check.table .check_info:last-child {
	width: 66.66%;
}

.check_items_list td {
	background: whitesmoke;
}

.check_items_list th {
	padding: 5px;
    font-size: 14px;
    font-weight: inherit;
}

.city_menu li div  {
	font-size: 18px;
}

.clear {
	clear: both;
	padding: 0!important;
	margin: 0!important;
}

.company_fax,
.company_mobile,
.company_phone,
.company_street {
	font-size: 24px;
}

.company_category {
    padding: 0;
    margin: 10px 0 0;
    text-align: center;
}

.company_slogan {
	padding: 0 5px;
	margin: 10px 0 0;
	font-style: italic;
}

.contacts .phones,
.contacts .soc_links {
	font-weight: bold;
}

.contacts_box {
	margin: 0 0 10px;
	font-size: 18px;
}

.contacts_box .fa {
	width: 40px;
    padding: 10px 0;
    margin: 0;
}

.contacts_box .contacts_list li {
	vertical-align: top!important;
}

.container {
    max-width: 1350px;
    position: relative;
    height: 100%;
	margin: 0 auto;
	padding: 0;
}

.container_800  { max-width: 800px!important; }
.container_1000 { max-width: 1000px!important; }
.container_1200 { max-width: 1200px!important; }
.container_1600 { max-width: 1600px!important; }

.content_box {
	padding: 20px;
	position: relative;
}

.content_border {
	padding: 0 20px;
	position: relative;
}

.copyright {
	font-size: 14px;
	line-height: 18px;
}

.copyright .fa {
	font-size: 14px;
    vertical-align: inherit;
    width: 20px;
}

.dish .button_favorite div {
	color: #222;
}

.dish .intro p,
.dish .intro span,
.dish .text p,
.dish .text span {
	color: #999!important;
	font-family: inherit!important;
	vertical-align: inherit !important;
}

.dish.favorite .button_favorite div {
	color: white;
}

.districts_list .list_item .name {
	padding: 5px 15px;
    color: #efc47a;
    cursor: pointer;
    border: 1px solid;
    border-radius: 30px;
	margin: 3px;
	font-size: 14px;
}

.districts_list .list_item.active .name {
    background: #efc47a;
    color: white;
}

.error,
.error input,
.error select,
.error textarea {
	color: red!important;
	border-color: red!important;
}

.estate_attributes_list_box {
    margin: -5px -2px 0;
    padding: 0 0 10px!important;
}

.estate_attributes_list {
	width: 100%;
}

.estate_attributes_list li {
    display: inline-table!important;
    vertical-align: middle;
    text-align: center;
    float: left;
	width: 20%;
}

.estate_attributes_list li div {
	background: whitesmoke;
	margin: 1px;
}

.estate_attributes_list li .attribute {
    padding: 5px;
    text-align: center;
    font-size: 12px;
    color: dimgray;
    display: table-cell;
    background: whitesmoke;
    height: 70px;
    vertical-align: middle;
    border: 1px solid #fcfcfc;
}

.estate_attributes_list li b {
    font-size: 16px;
}

.estate_gallery_box .content_box {
    margin: 0 0 0 20px;
	padding: 0;
}

.estate_info_box {
	float: left;
	width: 50%;
}

.estate_gallery_box {
	float: right;
	width: 50%;
}

.estates_list_box {
	margin: 0 -10px;
}

.error_image {
	opacity: 0.9;
}

.fa-angle-double-up {
    font-size: 30px;
}

.fa-angle-double-down {
	font-size: 48px;
    color: white;
}

.fa-globe {
	margin: 0;
    padding: 8px 5px;
}

.fa-home {
	padding: 0;
    margin: 0;
}

.fa-list {
	font-size: 22px;
}

.fa-mobile {
	transform: rotate(5deg);
}

.fa-picture-o {
	font-size: inherit;
	margin: 0 5px 0 0;
	display: none;
}

.fa-sliders {
	margin: 0;
	vertical-align: sub;
}

.fa-tag {
	margin: 0;
}

.faq_list .list_item {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #efc47a;
}

.faq_list .list_item:first-child {
    padding: 0 0 20px;
}

.faq_list .list_item:last-child {
    border-bottom: none;
	padding: 20px 0 10px;
}

.faq_list .list_item .question {
    font-weight: bold;
    padding: 0 0 10px;
	font-size: 18px;
}

.filters .table_td:last-child {
	text-align: right;
}

.filters select {
	width: auto;
    padding: 10px;
    border: 2px solid #cccccc;
}

.filters_box.fixed {
	background: white;
    position: fixed;
    top: 0;
    z-index: 99;
    right: 0;
    left: 0;
	height: 100%;
	overflow: auto;
}

.filters_box.fixed .filters_content {
    padding: 20px 0 40px;
    max-width: 480px;
    margin: 0 auto;
}

.filters_box.fixed .fieldset_box {
    width: 100%;
}

.filters_box .city_button_box {
	display: inline-block; 
	margin: 0 40px 0 0;
	vertical-align: middle;
	float: left;
}

.filters_box .button_box {
	display: none;
}

.filters_box.fixed .button_box {
	display: block;
	width: 100%;
	text-align: center;
}

.filters_box.fixed .city_button_box {
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
}

.filters_box .filters_button {
    display: inline-flex;
	margin: 0 20px 0 0;
	vertical-align: middle;
	float: left;
}

.filters_box.fixed .filters_button {
    display: none;
}

.filters_box .right_box {
	float: right;
}

.filters_box.fixed .right_box {

}

.filters_box .filter_price_title {
    display: inline-block;
	margin: 0 0 0 5px;
}

.filters_box.fixed .filter_price_title {
	width: 90%;
    margin: 5px;
}

.filters_box.fixed .fieldset_box {
    width: 100%;
    margin: 0 0 20px;
}

.filters_list {
	display: table;
	width: 100%;
	background: whitesmoke;
	margin: 0 0 20px;
}

.filters_list .fieldset_box {
	display: table-cell;
    width: 33.33%;
    float: left;
    vertical-align: top;
	position: relative;
}

.filters_list fieldset input {
    margin: 5px;
    vertical-align: middle;
}

.filters_list fieldset span {
    margin: 0 5px;
}

.filters_list fieldset .box {
    margin: 0 0 10px;
}

.form {
	max-width: 480px;
	margin: 0 auto 20px;
}

.form fieldset,
.form .fieldset {
	margin: 0 0 10px;
    text-align: left;
}

.form fieldset p,
.form fieldset legend,
.form .fieldset p,
.form .fieldset .legend {
    margin: 0 5px -5px;
    position: relative;
    background: white;
    font-size: 14px;
    padding: 5px;
	display: inline-block;
	font-family: Roboto, Calibri, Tahoma, sans-serif;
}

.form .fieldset.box_50:first-child div {
	padding: 0 10px 0 0;
}

.form .fieldset.box_50:last-child div {
	padding: 0 0 0 10px;
}

.form .fieldset.required input,
.form .fieldset.required select,
.form .fieldset.required textarea {
	border-color: red;
}

.form .buttons_box {
	width: 100%;
}

.form .buttons_box .button_box {
	text-align: center;
}

.form .code input {
	text-align: center;
}

.form .box_deco {
    border-bottom: 1px dotted #46352c;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.form .verifycation_box .table_td {
	width: 25%;
}

.form .verifycation_box .table_td:first-child {
	width: 50%;
	vertical-align: middle;
}


.form_box {
	max-width: 350px;
    margin: 0 auto;
    background: white;
}

.form_box .box {
    margin: 0 auto 10px;
}

.form_box .code_info {
    font-size: 12px;
    color: #999;	
}

.form_box p {
    margin: 0 5px -5px;
    position: relative;
    background: white;
    float: left;
    font-size: 14px;
    padding: 0 5px;
	color: #999;
	font-family: Roboto, Calibri, Tahoma, sans-serif;
}

.form_button_box {
	text-align: center;
    display: table;
    width: 100%;
}

.form_button_box .button_box {
    width: 50%;
    display: table-cell;	
}

.form .code {
    width: 25%;
}

.form .code input {
	text-align: center;
}

.form .code_info {
	width: 50%;
	text-align: left;
}

.form .code_info div {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-family: Roboto, Calibri, Tahoma, sans-serif;
}

.form .code_verification {
	width: 25%;
    text-align: center;
    background: gainsboro;
}

.form .code_verification div {
	font-size: 24px;
    line-height: 24px;
    font-family: georgia;
    font-style: italic;
    display: inline-block;
    padding: 0 0 5px;	
}

.footer {

}

.dishes .list .list_item {
	width: 25%;
    display: inline-block;
    vertical-align: top;
}

.gallery {
    width: 100%;
}

.gallery li {
    width: 20%;	
	float: left;
}

/*.gallery .list_item:last-child .img_box,
.list .list_item:last-child .img_box {
	padding: 0 10px;
}*/

.gallery-cat-name {
    text-transform: uppercase;
    border-radius: 5px;
    background: whitesmoke;
    color: #46352c;
    font-size: smaller;
}

.gallery-cat-name:hover {
    background: #46352c;
    color: white;
}

.gallery_img_border {
	padding: 0;
    margin: 1px;
    overflow: hidden;
    background-size: cover;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    height: 100%;
}

.gallery_img_border img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gallery_img_border img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.header-info-fixed {
    position: fixed!important;
    top: 0;
	left: 0;
    background: white;
    box-shadow: 0 0 5px;
	z-index: 9999;
}

.header_phone_box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
	padding: 0 20px 0 0 ;
}

.header_title_box {
    position: absolute;
	z-index: 9998;
	display: table;
	bottom: 50px;
	left: 0;
	right: 0;
	width: 100%;
}

.header_title {
    padding: 20px;
	background: rgba(255, 255, 255, 0.75);
	width: 50%;
	margin: 0 auto;
}

.hide,
.hidden {
	display: none!important;
}

.gallery_name H2:hover + .gallery_img_border img {
	display: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.img_box div {
	padding: 0;
	margin: 0;
}

.img_box .image {
	padding: 0;
    overflow: hidden;
    margin: 0;
	position: relative;
	width: 100%;
}

.img_box .image div {
	padding: 0;
	margin: 0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.img_box .image div img {
	object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

.img_box .image div:hover {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);*/
}

.img_box .image div:hover img {
    /*-webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
	transition: all 3s ease;
	-moz-transition: all 3s ease;
    -webkit-transition: all 3s ease;
    -o-transition: all 3s ease;
   -ms-transition: all 3s ease;
   -khtml-transition: all 3s ease;*/
}

.informer {
	display: table;
	margin: 0 auto;
	font-size: 14px;
}

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

.informer div:last-child {
	text-align: left;
	font-size: 14px;
}

.item .buttons .buttons_pcs {
    padding: 10px;
}

.item .cart_buttons .button_minus div,
.item .cart_buttons .button_plus div {
    min-width: 35px;
    cursor: pointer;
    text-align: center;
}

.item .cart_pcs input,
.item .cart_value input {
    border: 2px solid #999;
    text-align: center;
    border-radius: 20px;
    width: 75px;
}

.item .buttons .button {
    white-space: nowrap;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 2px solid #efc47a;
}

.item .buttons .button:hover {
	border: 2px solid #46352c;
}

.item .buttons .button i {
    width: inherit;
	padding: 0;
	font-size: 20px;
}

.item .buttons .button span {
    padding: 0 0 0 5px;
}

.item.in_cart .buttons .buttons_pcs .button_minus,
.item.in_cart .buttons .buttons_pcs .value {
    display: table-cell;
}

.item .info p,
.item .info span {
	font-size: inherit!important;
    font-family: inherit!important;
    background: none!important;
    color: inherit!important;
}

.item_name {
    font-size: 48px;
	line-height: 55px;
    display: inline-block;
    padding: 0;
    margin: 0 0 10px;
    color: #efc47a;
    font-weight: normal;
}

.items .list_item.in_cart .buttons .buttons_pcs .button_minus,
.items .list_item.in_cart .buttons .buttons_pcs .value {
    display: table-cell;
}

.items .list_item .buttons .value {
    width: 100%;
    text-align: center;
}

.items .list_item .buttons .cart_pcs input,
.items .list_item .buttons .cart_value input {
    border: 2px solid #999;
    text-align: center;
    border-radius: 20px;
    width: 75px;
}

.items .list_item .button_clear {
	position: absolute;
    top: 0;
    right: 0;
    padding: 10px 7px;
    font-size: 24px;
    color: #cc0000;
    cursor: pointer;
}

.iview-caption.caption1 {
    bottom: 50%;
	top: inherit;
	max-width: 90%;
}

.iview-caption.caption2 {
    max-width: 50%;
    bottom: inherit;
    top: 50%;
}

.iview-caption.caption_button {
    top: inherit;
    padding: 20px 10px;
    bottom: 0;
    position: relative;
    text-align: left;
}

.iview-caption.caption1 .title {
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    color: white;
    padding: 20px 0;
    margin: 0;
    text-shadow: 2px 2px 5px black;
	background: none;
}

.iview-caption.caption2 .title {
    font-size: 24px;
    line-height: 30px;
    text-shadow: none;
    margin: 0;
    padding: 20px;
    background: rgba(255, 255, 255, .5);
}

.langs .list .list_item div {
	padding: 7px 10px;
    color: white;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.list_box {
    margin: 0 -10px;
}

.list {
    display: inline-table;
    list-style: none;
    margin: 0;
	position: relative;
	vertical-align: middle;
}

.list li {
    margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.list li:last-child {
    margin: 0;	
}

.list .list_item {
    display: inline-block;
    padding: 0;
    margin: 0;
	vertical-align: top;
}

.list .list_item span {
	vertical-align: middle;
}

.list .list_item ul {
	margin: 0 0 0 20px;
    padding: 0;
}

.list .list_item ul li {
	width: inherit;
    float: none;
    display: list-item;
    line-height: inherit;
}

.list .list_item .content {
	padding: 0;
    position: relative;
}

.list .list_item .content div {
    margin: 0 auto;
	padding: 0;
}

.list .list_item .content .box {
    margin: 0 auto 20px;
}

.list.gallery .dish {
	display: grid;
	grid-template-columns: 3fr 1fr;
	column-gap: 20px;
	padding: 20px;
	background: rgb(0 0 0 / 50%);
	color: white;align-items: start;
	text-align: center;
	justify-content: space-between;
	cursor: pointer;
	border-bottom: 1px solid #333;
}

.list.gallery .dish:last-child {
	border-bottom: none;
}

.list.gallery .dish .button_favorite div {
    color: #333;
}

.list.gallery .dish.favorite .button_favorite div {
    color: #fff;
}

.logo a {
    color: #46352c;
}

.logo img {
	height: 100%;
}

.logo H1 {
	margin: 0;
	font-weight: bold;
	font-family: Arial Black;
}

.logo_fixed {
	max-width: 50px!important;
    margin: 2px 20px!important;
}

.logo_mini {
	margin: 0 auto;
}

.mask {
    position: fixed;
    background: #000;
    opacity: 0.95;
    display: none;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 9998;
}

.marker_info {
	position: absolute;
    top: 0;
    height: 100%;
    max-width: 400px;
	min-width: 320px;
    width: 33.33%;
	
}

.marker_info .info_box {
	background: #46352c;
    height: 100%;
    color: white;
	margin: 0 60px 0 0;
}

.menu_box {
    overflow: auto;
}

.menu_box.fixed {
	position: fixed;
    top: 0;
    width: 100%;
    background: white;
}

.menu_box.fixed .menu_item .name {
	border-bottom: 1px solid #efc47a;
	border-top: none;
}

.menu_box.fixed .menu_item.active .name {
    border-bottom: 1px solid #46352c;
	border-top: none;
}

.menu_box .menu {
	display: inline-flex;
    margin: 0 auto;
    flex-direction: row;
}

.menu_box .menu .menu_item {
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    /* width: 11.11%;*/
}

.menu_box .menu_categories {
    text-align: center;
}

.menu_box .menu_item .name {
	font-size: 22px;
	line-height: 22px;
    padding: 15px 35px;
    text-transform: uppercase;
    font-family: Open Sans Condenced;
	border-bottom: 1px solid #efc47a;
	white-space: nowrap;
}

.menu_box .menu_item.active .name {
    color: #46352c;
	border-bottom: 1px solid #46352c;
}

.mobile {
	display: none;
}

.notes_top_image {
	float: left;
	width: 25%;
	margin: 0 20px 20px 0;
}

.page {
	height: 100%;
}

.page_boxes {
	list-style: none;
	max-width: 50%;
	margin: auto;
}

.page_boxes_border {
	padding: 20px;
}

.page_content_border {
    padding: 40px;
}

.page_name {
    font-size: 36px;
    line-height: 42px;
    display: inline-block;
    padding: 0 20px;
    background: white;
    color: #46352c;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Open Sans Condenced;
}

.page_price {
	font-size: 30px;
	line-height: 36px;
}

.pages_num_box {
	margin: 0 10px;
}

.pages_num_box .page_button {
    width: 23px;
    text-align: center;
    border-radius: 100%;
    background: whitesmoke;
	margin: 3px;
}

.pages_num_box .page_button.active {
	background: #efc47a;
    color: white;
}

.part_name {
	text-align: left;
	padding: 0;
}

.phone div {
	padding: 5px 0;
	cursor: pointer;
}

.phones .fa {
	width: 36px;
	font-size: 36px;
    transform: rotate(5deg);
}

.popup_box {
    position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	z-index: 9999;
}

.popup_box .button_close_box {
	text-align: right;
	padding: 5px;
}

.popup_box .button_close_box i {
	font-size: 30px;
	line-height: 30px;
    padding: 5px;
    color: #46352c;
    margin: 0;
	cursor: pointer;
}

.popup {
	position: relative;
    z-index: 999;
    margin: 0 auto 40px;
    text-align: center;
    max-width: 350px;
}

.popup .content {
	background: white;
	box-shadow: 0 0 5px;
	border-radius: 30px;
	margin: 0 5px;
	padding: 0 0 20px;
	overflow: auto;
}

.popup .fa {
	font-size: 18px;
}

.popup_city {
    max-width: 960px;
}

.popup .phone_number {
	padding: 5px;
}

.popup .fa-fax,
.popup .fa-mobile,
.popup .fa-phone {
	width: 24px;
    margin: 0;
    font-size: 24px;
    text-align: center;
}

.popup .fa-globe {
    width: 30px;
	margin: 0;
	color: white;
}

.popup .popup_name {
    font-family: Open Sans Condenced;
	text-align: center;
	text-transform: uppercase;
}

.popup .content {
	height: 90%;
	overflow: auto;
}

.popup .content_box {
    padding: 20px 10px;
	text-align: center;
	background: white;
}

.popup .deco_box {
    border-bottom: 1px dotted #46352c;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.popup .menu .name {
    text-transform: initial;
	font-size: 16px;
	line-height: 18px;
}

.popup .menu_main .name {
    text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
}

.price {
	margin: 10px;
    font-size: 30px;
	color: #efc47a;
}

.price sup {
	vertical-align: super;
	border-bottom: 1px solid;
	font-size: 16px;
	margin: 0 0 0 3px;
}

.price_unit {

}

.price_box {

}

.price_box div {
	padding: 10px 0;
}

.promotions_list .list_item {
	width: 33.33%;
}

.required input,
.required select,
.required textarea {
    color: red;
    border: 1px solid red;
}

.row {
    display: inline-flex;
    list-style: none;
    margin: 0;
	position: relative;
	flex-direction: row;
	vertical-align: middle;
}


.row .row_item {
    display: inline-block;
    padding: 0;
    margin: 0;
	vertical-align: middle;
}

.section {
	padding: 0;
	position: relative;
}

.section:last-child {
	/*padding: 0;*/
}

.section.action_dresses {
	background-image: url(/images/bg_action.jpg);
}

.section .title_box:after {

}

.section_name {
	font-size: 18px;
    color: #efc47a;
    line-height: 22px;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
	white-space: nowrap;
}

.soc_link_box {
	margin: 0 20px 0 0;
}

.soc_links .list_item {
	vertical-align: middle;
}

.soc_links .list_item div {
	cursor: pointer;
	padding: 5px 0;
	margin: 0 20px 0 0;
	color: #efc47a;
}

.soc_links .list_item div:hover {
	color: #46352c;
}

.soc_links .list_item:last-child div {
    margin: 0;
}

.table {
	display: table;
}

.table.box {
	width: 100%;
	margin: 0 auto;
}

.table_td {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.top_image_box {
	float: right;
    width: 20%;
}

.top_image {
	margin: 0 0 20px 20px;
}

.top_image_border {
	position: relative;
	float: right;
	padding: 0 0 40px 40px;
}

.total div {
	display: inline-block;
}

.ul_list {
    display: inline-table;
    list-style: none;
    margin: 0;
	position: relative;
}

.ul_list .content {
    padding: 0;
    margin: 0 10px 20px;
}

.ul_list li {
    margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.ul_list li:last-child {
    margin: 0;	
}

.vacancies_list {
	width: 100%;
}

.vacancies_list h3 {
    text-transform: uppercase;
}

.vacancies_list li {
	width: 25%;
    text-align: left;
	float: left;
	margin: 0 0 20px;
}

.vacancies_list li.box {
	width: 100%;
}

.vacancies_list li.box .img_box {
    float: left;
    width: 25%;
    margin: 0 20px 0 0;
}

.vacancies_list li.box_33 {
	width: 33.33%;
}

.vacancies_list li.box_50 {
	width: 50%;
}

.vacancies_list li.box_50 .img_box {
    float: left;
    width: 50%;
    margin: 0 20px 0 0;
}

.vacancies_list .price {
    margin: 0 0 20px;
}

.vacancies_list_box {
	margin: 0 -10px 20px;
}



#popup_button_box {
	position: fixed;
    bottom: 10px;
    right: -20px;
	z-index: 5;
}

#popup_button_box a div {
	padding: 5px;
}

#popup_button_box .circlephone {
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 90px;
    height: 90px;
    bottom: -10px;
    border: 2px solid #dad0cc;
    right: 20px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transform-origin: center;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

#popup_button_box .circle-fill {
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 70px;
    height: 70px;
    bottom: 0px;
    right: 30px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
    transform-origin: center;
    background: #dad0cc;
}

#popup_button_box .img-circle {
    box-sizing: content-box;
    background: #dad0cc;
    transform-origin: center;
    box-shadow: 0 0 10px black;
    -webkit-box-sizing: content-box;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 40px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
	cursor: pointer;
}

#popup_button_box .img-circleblock {
	padding: 5px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 40px;
    height: 40px;
    transform-origin: center;
    text-align: center;
    /* background-image: url(images/default/phone.png); */
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#popup_button_box .img-circle:hover {
	opacity: 1;
}

#popup_button_box .img-phone {
	font-size: 42px!important;
    width: 42px;
    color: #46352c;
    padding: 0;
    margin: 0;
}

@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}
}
@-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}
}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}
}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}
}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}
}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}
}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}
}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}
}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}


/* --- ADAPTIVE --- */
@media screen and (max-width: 1365px) {
.iview-caption.caption1 .title {
    font-size: 36px;
    line-height: 42px;
}

.iview-caption.caption2 .title {
    font-size: 30px;
    line-height: 36px;
}


#dresses_list .list .list_item {
	width: 20%;
}

#showcase .section .carousel .container {
	max-width: 1000px;
}
}


@media screen and (max-width: 1279px) {
#dishes_list .list .list_item {
    width: 33.33%;
}

#dresses_list .list .list_item {
	width: 25%;
}

#index .intro_content {
    padding: 20px;
}

#index .box_60,
#index .top_image_box {
    width: 50%;
}

#list_items_categories .list_item {
    width: 33.33%;
}

#phone_list {
	display: none;
}


.menu_box .menu_item .name {
    padding: 15px 25px;
}
}


@media screen and (max-width: 1151px) {
.iview-caption.caption1 .title {
    font-size: 30px;
    line-height: 36px;
}

.iview-caption.caption2 .title {
    font-size: 24px;
    line-height: 30px;
}

.menu_box .menu_item .name {
    padding: 15px 20px;
}
}


@media screen and (max-width: 1023px) {
#dishes_list .list {
    width: 120%;
    margin: 0 -10%;
}	
	
#footer .table .table_td {
    width: 100%;
    display: inline-block;
}

#footer .table .table_td:last-child {
    text-align: center;
}

#header .menu_box.fixed .menu_button {
	display: block;
}

#header .menu_box.fixed .menu_categories {
    margin: 0 0 0 90px;
}

#index .intro_content {
    padding: 0;
}


.menu_box .menu_item .name {
    font-size: 20px;
	line-height: initial;
}
}


@media screen and (max-width: 959px) {
#call_us_block .content_border {
    padding: 40px;
}

#dishes_list .list_item .buttons .button {
    padding: 10px;
}

#dresses_list .list .list_item {
	width: 33.33%;
}

#estates_list li.item {
    width: 50%;
}

#items_list .item {
    width: 33.33%;
}

#list_items_categories .list_item .name {
    font-size: 20px;
    padding: 10px 20px;
}

#page_id_list {
    max-width: inherit;
}

#popup_button_box .img-circle {
	opacity: 1;
}

#slider .container {
    padding: 0 50px;
}


.filters_list {
	display: none;
}

.iview-caption.caption2 .title {
    font-size: 22px;
    line-height: 24px;
}

.iview-caption.caption2 {
    max-width: 75%;
}

.top_image_box {
    width: 33.33%;
}

.vacancies_list li.box .img_box {
    width: 33.33%;
}
}


@media screen and (min-width: 800px) {
.carousel .uk-slider .uk-icon>* {
    width: 75px;
}	
	
.uk-width-1-2 {
    width: 40%;
}
}


@media screen and (max-width: 799px){
section {
    padding: 20px 0;
}


#benefits_list .li {
    width: 32.5%;
}

#benefits_list .content {
    padding: 10px;
}

#breadcrumbs {
	display: none;
}

#call_us_block .content_border {
    padding: 40px 20px 0;
}

#call_us_block li {
    width: 100%;
}

#call_us_block img {
    max-width: 300px;
	width: 100%;
}

#cart_info_box {
    top: inherit;
    bottom: 10px;
}

#contacts .box_33,
#contacts .box_66 {
	width: 100%;
}

#delivery .box_50 {
	width: 100%;
	display: inline-block;
}

#dish #info,
#dish #gallery {
	width: 100%;
    display: inline-block;
}

/*#estate_attributes_list {
    background: whitesmoke;
}

#estate_attributes_list li {
    width: 20%!important;
    display: inline-block;
}*/

#dresses_list .list_item .button span {
    display: none;
}

#estates_list li.item {
    width: 100%;
}

#estates_list li.item .img_box {
    float: left;
    width: 33.33%;
    margin: 0 10px 10px 0;
}

#estates_list li.item .text_box {
    margin: 0 0 10px;
}

#header .menu_button {
	display: inline-block;
}

#header .phones,
#header .schedule {
	display: none;
}

#index .box_33, #index .box_66, #index .box_text {
    width: 100%;
    float: inherit;
}

#index .banner {
	margin: 0 0 20px;
}

#index .top_image_box {
    display: none;
}

#list_items_categories .list_item .content_box {
    padding: 10px;
}

#main_menu {
    display: none;
}

#menu_box,
#top_menu {
	display: none;
}

#page_id_list {
	display: none;
}

#promotions.top .row .row_item {
    width: 50%;
}

#promotions.top .row .row_item:last-child {
    display: none;
}

#showcase .section .button_back {
	display: none;
}

#showcase .section .mobile {
	display: inline-block;
}

#showcase .section .id_info {
	position: relative;
    z-index: 5;
}

#showcase .section .flex {
	height: 100%;
    display: flex;
    margin: 0;
    flex-direction: column;
    position: relative;
}

#showcase .section .id_info {
    font-size: 16px;
}

#showcase .section .id_info .content {
	position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
	top: 100px;
}

#showcase .section .id_info .content .content_box {
	padding: 0;
}

#showcase .section .id_info .content .content_border {
	background: black;
    margin: 100% 0 0;
	overflow: auto;
    height: 150%;
}

#sub_pages_list {
    padding: 5px 0;
}

#swipe {
	display: block;
}


.estate_text_box {
    width: 100%;	
}

.categories_list_button {
	display: block;
}

.carousel .uk-slider .uk-icon>* {
    width: 40px;
}	

.check.table .check_info {
    vertical-align: top;
    width: 100%!important;
    display: table-row;
}

.header_phone_box {
    position: relative;
	top: 0;
    right: 0;
	display: none;
}

.item_name {
    font-size: 36px;
	line-height: 42px;
}

.iview-caption.caption1 .title {
    font-size: 24px;
    line-height: 30px;
}

.iview-caption.caption2 .title {
    font-size: 18px;
    line-height: 22px;
}

.page_name,
.page_price {
    font-size: 30px;
	line-height: 36px;
}

.banner_box,
.top_image_box {
    width: 50%;
}

.top_image_border {
    padding: 0 0 20px 20px;
}

.vacancies_list li,
.vacancies_list li.box_33 {
    width: 50%;
}
}


@media screen and (max-width: 649px){
section {
	padding: 20px 0;
}	
	

#dishes_list .list {
    width: 150%;
    margin: 0 -25%;
}	

	
.estate_gallery_box,
.estate_info_box {
    width: 100%;
}

.estate_gallery_box .content_box {
    margin: 0;
}

.gallery .hide_mobile {
	display: none;
}

.iview-caption.caption2 {
    max-width: 90%;
}

.iview-caption.caption2 .title {
    display: none;
}

.iview-caption.caption_button {
    padding: 0;
    margin: 0;
}

.promotions_list .list .list_item {
	width: 50%;
}


#contacts .box_33,
#contacts .box_66 {
	width: 100%;
}

#dresses_list .list .list_item {
	width: 50%;
}

#index .intro_content_box {
	display: inherit;
	width: 100%;
}

#index .intro_content .button_box {
    display: block;
}

#items_list .item {
    width: 50%;
}

#slider .container {
    padding: 0 20px;
}

#slider_button .left_button_box {
    right: 50%;
    left: inherit;
    top: 100%;
}

#slider_button .right_button_box {
    right: inherit;
    left: 50%;
    top: 100%;
}
}


@media screen and (max-width: 599px){
#benefits_list .li {
    width: 49%;
}

#benefits_list .content {
    padding: 0;
}

#dishes_list .list_item .buttons,
#dishes_list .list_item .price {
    width: 100%;
    display: inline-block;
}

#dishes_list .list_item .price div {
    padding: 10px;
    text-align: center;
}

/*#dishes_list .list_item .button span {
    display: none;
}*/

#dresses .img_border {    
	height: 150px;
	width: 150px;
}

#header .soc_links .list .list_item span {
    display: none;
}

#header .soc_links .list .list_item div {
    margin: 0 10px 0 0;
}

#items_list .item .intro_box,
#items_list .item .intro_box p,
#items_list .item .intro_box span,
#items_list .item .intro_box strong {
    font-size: 12px!important;
}

#list_items_categories .list_item {
    width: 50%;
}

#sort_items {
	display: none;
}


/*.banner_box,
.top_image_box {
    width: 100%;
}*/

.banner,
.top_image {
    margin: 0 0 20px;
}

.button_sort_items {
	display: inline-block;
    padding: 10px 5px;
    border-radius: 100%;
    background: whitesmoke;
}

.header_phone_box {
    display: none;
}
}


@media screen and (max-width: 479px) {
	section {
		padding: 20px 0;
	}


	#benefits_list li {
		width: 100%;
	}

	#benefits_list .content {
		margin: 0 0 20px;
		text-align: center;
	}

	#footer .information {
		font-size: 12px;
		line-height: 16px;
	}

	#header .logo H1 {
		font-size: 42px;
		line-height: 48px;
	}

	#header .box.table .table_td {
		width: auto;
	}

	#items_list .item .content {
		margin: 5px;
	}

	#items_list .item H3 {
		font-size: 18px;
	}

	#items_list .item .intro_box,
	#items_list .item .intro_box p,
	#items_list .item .intro_box span,
	#items_list .item .intro_box strong {
		font-size: 12px!important;
	}

	#logo_name {
		padding: 10px 60px;
	}

	#menu_mobile #list_items_categories .list_item .name {
		padding: 10px 15px;
		font-size: 16px;
	}

	#promotions.top .row .row_item {
		width: 100%;
	}

	#promotions.top .row .row_item:nth-child(2) {
		display: none;
	}

	#promotions.top .row .row_item .img_box {
		padding: 0;
	}

	#showcase .section .id_info H2 {
		font-size: 18px;
		line-height: 22px;
	}

	#showcase .section .id_info .content .content_border {
		height: 200%;
	}

	#sub_pages_list .name {
		font-size: 14px;
	}


	.carousel .uk-slider .uk-icon>* {
		width: 20px;
	}

	.company_fax, .company_mobile,
	.company_phone, .company_street {
		font-size: 20px;
	}

	.contacts_box {
		font-size: inherit;
	}

	.content_border {
		padding: 0 10px;
	}

	.gallery li {
		width: 33.33%;
	}

	.list_box {
		margin: 0 -5px;
	}

	.list .list_item .content .button {
		padding: 5px 10px;
	}
	
	.list.gallery .dish {
		grid-template-columns: 2fr 1fr;
	}

	.page_name, .page_price {
		font-size: 24px;
		line-height: 30px;
	}

	.top_image_border {
		padding: 0 0 20px;
	}

	.vacancies_list li.box .img_box {
		width: 50%;
	}

	.vacancies_list h3 {
		font-size: 18px;
		clear: both;
	}
}


@media screen and (max-width: 419px) {
	blockquote {
		font-size: 16px;
		margin: 10px 0 20px;
	}

	blockquote p {
		text-align: left!important;
	}
		
		
	#benefits_list .li {
		width: 100%;
	}

	#cart .cart_steps .step {
		font-size: 12px;
	}

	#dishes_list .list_item H3 {
		font-size: 14px;
	}

	#dishes_list .list_item .buttons,
	#dishes_list .list_item .price {
		width: 50%;
		display: table-cell;
	}

	#dishes_list .list_item .button span {
		display: inline-block;
	}

	#dishes_list .list_item .cart_buttons {
		width: 100%;
	}

	#dishes_list .list_item .price div {
		padding: 10px 0 10px 20px;
		text-align: left;
	}

	#dress #gallery,
	#dress #info {
		width: 100%;
		display: inline-block;
	}

	#estates_list li .intro {
		display: none;
	}

	#index .box_intro p {
		font-size: 18px!important;
	}

	#items_list .item {
		width: 100%;
	}

	#items_list .item H3 {
		font-size: 18px;
		line-height: 18px;
		text-align: left;
	}

	#items_list .item .content {
		padding: 1px;
		margin: 0 5px 5px;
	}

	#items_list .item:last-child .content {
		margin: 0 5px;
	}

	#items_list .item .img_box {
		display: table-cell;
		width: 33.33%;
	}

	#items_list .item .price_box {
		padding: 0 5px 5px;
		text-align: right;
		font-size: 12px;
	}

	#items_list .item .price {
		font-size: 18px;
	}

	#items_list .item .price_unit {
		font-size: 14px;
	}

	#items_list .item .text_box {
		display: table-cell;
		width: 66.66%;
		vertical-align: middle;
		text-align: left;
		margin: 0;
		padding: 0 0 0 10px;
	}

	#list_items_categories .list_item .name {
		font-size: 18px;
	}

	#menu_mobile #list_items_categories .list_item .name {
		font-size: 14px;
		padding: 10px;
	}

	#list_items_categories .list_item .content_box {
		padding: 5px;
	}

	#showcase.menus_24 .section .carousel .item .content .name {
		font-size: 12px;
		line-height: 16px;
	}

	#showcase .section .id_info .attributes .table_td div {
		padding: 3px 0;
	}

	#sub_pages_list .name {
		padding: 7px 10px;
	}


	.box_intro {
		font-size: 16px;
		line-height: 22px;
	}

	.box_intro H2,
	.box_text H2 {
		font-size: 20px;
		line-height: 24px;
	}

	.box_intro H3,
	.box_text H3 {
		font-size: 18px;
		line-height: 22px;
	}

	.check_items_list td {
		background: whitesmoke;
		padding: 5px;
	}

	.company_fax, .company_mobile,
	.company_phone, .company_street {
		font-size: 18px;
	}

	.content_box {
		padding: 20px 10px;
	}

	.estate_attributes_box {
		margin: -5px -11px;
		clear: both;
	}

	.estate_attributes_list li {
		width: 25%;
	}

	.header_phone_box {
		display: none;
	}

	.item_name {
		font-size: 30px;
		line-height: 36px;
	}

	.iview-caption.caption1 .title {
		font-size: 20px;
		line-height: 24px;
	}

	.menu_box .menu_item .name {
		padding: 15px;
	}

	.page_name,
	.page_price {
		padding: 0 10px;
	}

	.section_name {
		font-size: 18px;
		line-height: 24px;
	}

	.vacancies_list li,
	.vacancies_list li.box_33 {
		width: 100%;
	}

	.vacancies_list h3 {
		font-size: 16px;
	}
}


@media screen and (max-width: 399px) {	
	.list.gallery .dish {
		grid-template-columns: 3fr 2fr;
	}
}


@media screen and (max-width: 359px) {
	#buttons_accessories_box div span {
		display: none;
	}

	#dishes_list .list_item H3 {
		font-size: 12px;
	}

	#dresses .img_border {    
		height: 120px;
		width: 120px;
	}

	#dresses_list .list .list_item {
		width: 50%;
		max-width: 320px;
	}

	#footer .information {
		font-size: 10px;
		line-height: 14px;
	}

	#header .soc_links .list_item span {
		display: none;
	}

	#header .logo H1 {
		font-size: 30px;
		line-height: 36px;
	}

	#items_list .item .intro_box,
	#items_list .item .intro_box p,
	#items_list .item .intro_box span,
	#items_list .item .intro_box strong {
		font-size: 10px!important;
	}

	#logo_name H1,
	#mobile_logo_name H1 {
		font-size: 30px;
		line-height: 30px;
	}

	#list_items_categories {
		padding: 0 10px;
	}

	#list_items_categories .list_item {
		/*width: 100%;*/
	}

	#list_items_categories .list_item:last-child .content_box {
		margin: 0;
	}

	#list_items_categories .list_item .img_box {
		width: 90%;
		margin: 0 auto;
	}

	#list_items_categories .list_item .name {
		font-size: 16px;
		padding: 5px 15px;
	}

	#menu_mobile #list_items_categories .list_item .content_box {
		padding: 0;
		margin: 0 auto 5px;
	}

	#menu_mobile #list_items_categories .list_item .name {
		padding: 5px;
	}

	#showcase .list .list_item,
	#showcase .section .carousel .item .content .name {
		font-size: 14px;
		line-height: 18px;
	}


	.box_intro {
		font-size: inherit;
		text-align: left;
		line-height: inherit;
	}

	.box_text {
		text-align: left;
		line-height: inherit;
		font-size: 14px;
	}

	.box_intro ol li,
	.box_intro ul li,
	.box_text ol li,
	.box_text ul li {
		margin: 5px 0 0 25px;
	}

	.box_intro ol li:first-child,
	.box_intro ul li:first-child,
	.box_text ol li:first-child,
	.box_text ul li:first-child {
		margin: 5px 0 0 25px;
	}

	.box_intro ol li:last-child,
	.box_intro ul li:last-child,
	.box_text ol li:last-child,
	.box_text ul li:last-child {
		margin: 5px 0 0 25px;
	}

	.form .fieldset.box_50 {
		width: 100%;
		display: inline-block;
	}

	.form .fieldset.box_50:first-child div,
	.form .fieldset.box_50:last-child div {
		padding: 0;
	}

	.list.gallery .dish {
		column-gap: 10px;
		padding: 20px 10px;
	}

	.section_name {
		font-size: 16px;
		line-height: 22px;
	}
}