@font-face {
	font-family: Myriad Pro;
	src: url(../css/fonts/MyriadPro/MyriadPro-Regular.otf) format("opentype");
	font-display: swap;
}


* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
 
body {
    font-family: Myriad Pro, Calibri, sans-serif; 
	font-size: 20px;
    width: 100%;
    height: 100%;
    color: #5f3302;
	background: white;
}

body.fixed {
	overflow: hidden;
}

a {
	color: #5f3302;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
    color: #5f3302;
	text-decoration: none;
}

a div {
	padding: 10px;
}

img {
	max-width: 100%;
	width: auto;	
    vertical-align: bottom;
}

p {
	margin: 0 0 10px;
}

p:last-child {
	margin: 0;
}

h1 {
}

h3 {
margin: 0 11px 10px;
}

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


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

select {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #999;
    font-family: inherit;
    font-size: inherit;
	cursor: pointer;
}

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


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

.box_80 {
	width: 80%;
	display: inline-block;
    float: left;	
}

.box_75 {
	width: 75%;
	display: inline-block;
    float: left;	
}

.box_66 {
	width: 66.66%;
	display: inline-block;
    float: left;	
}

.box_60 {
	width: 60%;
	display: inline-block;
    float: left;	
}

.box_50 {
	width: 50%;
	display: inline-block;
	float: left;
}

.box_40 {
	width: 40%;
	display: inline-block;
    float: left;	
}

.box_33 {
	width: 33.33%;
	display: inline-block;
	float: left;
}

.box_25 {
	width: 25%;
	display: inline-block;
    float: left;	
}

.box_20 {
	width: 20%;
	display: inline-block;
    float: left;	
}

.box_15 {
	width: 16.66%;
	display: inline-block;
    float: left;	
}

.box_intro {
	margin: 0 0 40px;
	text-align: justify;
	font-size: 24px;
	text-shadow: 1px 1px 1px white;
}

.box_text {
	margin: 0;
	text-align: justify;
	text-shadow: 1px 1px 1px white;
}

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

.button {
    display: inline-block;
    background: #d52027;
    color: white;
    padding: 10px;
    border-radius: 5px;
    width: auto;
	border: 1px solid #d52027;
	cursor: pointer;
}

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

.center {
	text-align: center;
}

.clear {
	clear: both;
}

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

.company_category {
	font-size: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
}

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

.container_1200 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.container_1000 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.content_border {
	padding: 20px;
}

.content_box {
	padding: 20px 0;
}

.fa {
    font-size: 30px;
    vertical-align: middle;
    width: 40px;
    text-align: center;
}

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

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

.fa-facebook-square,
.fa-instagram {
	padding: 0;
    font-size: 30px;
    margin: 0;
}

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

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

.fa-mobile {
    font-size: 36px;
	margin: 0;
	transform: rotate(5deg);
}

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

.fa-search {
	padding: 5px;
    width: inherit;
}

.fa-shopping-bag {
    position: relative;
    padding: 5px 10px 5px 0;
    color: #000;
    margin: 0;
}

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

.fa-tag {
	margin: 0;
}

.fa-times {
	font-size: 30px;
    padding: 5px;
    color: white;
    margin: 10px;
}

.gallery {
	width: 100%;
	display: inline-block;
}

.gallery a div {
	padding: 0;
	margin: 0;
}

.gallery li {
	width: 25%;
	display: inline-block;
	float: left;
}

.gallery li .image_box {
	padding: 0;
    margin: 1px;
	position: relative;
}

.gallery li .image_box_border {
	padding: 0;
    margin: 0;
    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 li .image_box_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 li .image_box_border img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

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

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

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

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

.map iframe {
	width: 100%;
	height: 400px;
}

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

.menu li a {
	display: inline-block;
}

.page_name {
	font-size: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
}

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

.popup_box .fa-times {
    color: #623303;
}

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

.popup_city {
    max-width: 960px;
}

.popup .phone_number {
	padding: 5px;
	font-size: 22px;
}

.popup .fa-fax,
.popup .fa-mobile,
.popup .fa-phone {
    width: 30px;
	margin: 0;
}

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

.popup .logo_mini {
	max-width: 125px;
}

.popup .popup_name {
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
}

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

.popup .deco_box {
    border-bottom: 1px dotted #000;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.table {
	display: table;
}

.table .table_td {
	display: table-cell;
	vertical-align: top;
}

.text input[type="button"] {
	display: inline-block;
    width: auto;
    padding: 10px 40px;
    background: #5f3302;
    color: white;
    border-radius: 30px;
    cursor: pointer;
}

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

.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;	
}


/*-- КОНТЕНТ --*/
#address_info .contacts_list li {
	vertical-align: top!important;
}

#button_menu_mobile {
	display: none;
    text-shadow: none;
    float: right;
    margin: 5px 0 0;
    text-align: center;
    background: #5f3302;
    padding: 10px 15px;
    box-shadow: 0 0 2px;
    border-radius: 15px;
    color: white;
}

#button_menu_mobile.fixed {
    position: fixed;
    right: 10px;
    top: 5px;
}


#wrapper {
	width: 100%;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#container {
    width: 100%;
	margin: 0 auto;
	max-width: 960px;
}

#menus_list .gallery li {
	width: 100%;
}

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

#mobile_logo_name {
	color: white;
	padding: 0;
}

#mobile_lang_menu .fa {
	color: white;
}

#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 {

}

#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 {
	font-size: 18px;
	display: inline-block;
	padding: 5px;
	text-transform: uppercase;
	margin: 1px;
}

#mobile_main_list li.active .name {
    background: #623303;
    border-radius: 20px;
    color: white;
    padding: 5px 20px;
    margin: 5px 0 0;
    display: inline-block;
}

#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 40px;
}

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

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

#mobile_menu_list li .menu_button {
	padding: 0;
}

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

/*#mobile_menu_list li:last-child .menu_button {
    background: orangered;
    color: white;
    padding: 0 20px;
    margin: 5px 0 0;
	display: inline-block;
}*/

#mobile_menu_list li .name {
	font-size: 18px;
    display: inline-block;
    padding: 10px 20px;
    margin: 1px;
    color: #623303;
    text-transform: uppercase;
}

#mobile_menu_list li.active .name {
    background: #623303;
    border-radius: 20px;
    color: white;
    padding: 10px 20px;
    margin: 10px 0 0;
    display: inline-block;
}

#mobile_menu_list li .button_sub_name {
    display: inline-block;
	padding: 0 10px;
	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: 10px;
}

#right {
float: right;
}

.right {
float: right;
}

#left {
float: left;
width: 100%;
}

.left {
float: left;
}


#header {
width: 100%;
top: 0;
z-index: 99;
}

#header .contacts_box {
	text-align: center;
    width: 320px;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    text-shadow: 2px 2px 2px white;
    z-index: 99;
    position: absolute;
    top: 0;
    border-radius: 25px;
}

#header .contacts_delivery_box {
	padding: 15px 10px;
    margin: 5px 0;
    text-shadow: 2px 2px 2px white;
    z-index: 99;
    top: 0;
    border-radius: 25px;
	background: rgb(255 255 255 / .75);
	box-shadow: 0 0 2px;
}

#header .header_image {
	margin: 0 0 0 -40px;
    display: inline-block;
    max-width: 75%;
}

#header .header_image_index {
	min-width: 480px;
}

/*#header {
position: absolute;
z-index: 5;
top: 100px;
left: 50%;
width: 8px;
height: 400px;
}*/


#pidmenu {
list-style: none;
display: none;
text-align: center;
position: absolute;
text-transform: capitalize;
}

.pidmenu {
margin: 1px 0 0;
font-size: 14px;
}

.pidmenu:hover {
color: white
}

li.menu, li.activemenu {
  margin: 0;
  text-align: center;
}

li.menu a div:hover{
color: #5f3302;
}


li.activemenu a div:hover{
  color: #5f3302;
}

.topmenu {
color: #333;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: bold;
}

li.pidmenu a div{
text-align: left;
padding: 10px;
color: whitesmoke;
background: url(/images/bg-b50.png);
}

li.activebottommenu a div{
padding: 2px;
color: #5F3302;
}

li.bottommenu a div{
padding: 2px;
-webkit-transition: color 1s ease;
}

li.bottommenu a div:hover {
color: #5F3302;
}

#slider {
display: block;
height: 400px;
width: 1920px;
z-index: 999;
margin: 0 0 0 -960px;
}


.title {
color: #b7cae5;
font-size: 15px;
text-transform: uppercase;
margin: 0 0 5px;
}

#text  img {
border: none;
width: 100%;
}

footer {
  background: #5f3302;
}

#footer .menu {
	display: inline-block;
	text-align: left;
	padding: 0 0 0 20px;
	color: white;
}

#footer .menu li a div {
    padding: 5px 0;
    text-transform: uppercase;
	color: white;
}

#footer .menu li.active {
	list-style-type: none;
    margin: 0 0 0 -20px;
}

#footer .menu li.active a div {
	background: white;
    padding: 5px 20px;
    color: #5f3302;
    border-radius: 15px;
}

#footer .soc_link_list a div {
	color: white;
}

#footer .phone_list a div {
	color: white;
}

#footer .table {
	width: 100%;
}

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

#footer .table .table_td_right {
	float: right;
	text-align: right;
}

#feedback-form {
border: 1px solid #b17225;
  padding: 10px;
  border-radius: 10px;
  background: url(/images/default/bg-w75.png);
}

#feedback-form div {
  padding: 0 0 10px;
}

#feedback-form div  p {
  font-weight: bold;
}

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

input[type="submit"] {
    display: inline-block;
    background: #663403;
    color: white;
    padding: 10px;
    border-radius: 5px;
	cursor: pointer;
}

input[type="submit"]:hover {
    background: #b17220;
}

textarea {
width: 100%;
box-sizing: border-box;
padding: 10px;
overflow: auto;
  font-family: -webkit-body;
}

#feedback-form [type="submit"] {
padding: 10px;
border: none;
box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
background: #b17225;
color: white;
text-transform: uppercase;
cursor: pointer;
margin: 10px 0;
width: 150px;
}

#feedback-form [type="submit"]:hover {
box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
color: white;
}



#topmenu-button {
  display: none;
}

#menu_main_box {
	position: relative;
    z-index: 2;
}

#menu_main_box.fixed { 
    position: fixed;
    right: 0;
    left: 0;
	width: 100%;
	top: 5px;
}

#menu_main, nav { 
  display: inline-table;
  list-style: none;
  padding: 0 20px;
  background: #FFF9E8;
  border-radius: 25px;
  box-shadow: 0 0 2px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Cambria;
}

#menu_main .menu_item { 
	display: inline-block;
}

#menu_main .menu_item a div {
  padding: 15px 20px;
  /*-webkit-transition: color 1s ease;*/
  margin: 3px 1px;
  color: #5f3302;
    text-transform: uppercase;
}

#menu_main .menu_item.active a div { 
	background: #5f3302;
    color: white;
    border-radius: 25px;
}

/*#menu_main .menu_item a div:hover { 
	background: white;
    border-radius: 25px;
}*/

#content-box {
    margin: 0 33% 0 0;
}

#rightside-box {
   float: right; width: 33%;
}

#form {
 float: right;
  width: 310px;
  padding: 0 0 25px;
}

#bottommenu { 
text-transform: lowercase;
margin: 20px 0;
list-style: initial;
-webkit-transition: color 1s ease;
width: 200px;
}


#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;
}

#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: 45px!important;
    color: #000;
	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:1023px) {
#header .contacts_delivery_box {
    background: rgb(255 255 255 / .75);
}
}


@media screen and (max-width:799px) {
#contacts .box_25,
#contacts .box_33,
#contacts .box_66,
#contacts .box_75 {
	width: 100%;
}

#footer .menu {
    margin: 0 0 0 -20px;
}

#header .header_image {
    margin: 0 0 0 -60px;
}

#menu_main .menu_item a div {
    padding: 15px 10px;
    margin: 0;
	font-size: 16px;
}

#menus_list .gallery .image_box {
    width: 100%;
}

#topmenu-button {
  display: block;
}

#topmenu, nav { 
  display: none;
}

li.menu a div {
  padding: 15px 10px;
  -webkit-transition: color 1s ease;
  margin: 3px 1px;
    color: #865616;
}

li.activemenu a div{
  padding: 15px 10px;
  margin: 3px 1px;
-webkit-transition: color 1s ease;
  color: #5f3302;
    text-transform: uppercase;
}

#content-box {
    margin: 0 33% 0 0;
}

#rightside-box {
   float: right; width: 33%;
}

#form {
  margin: 0 10px;
  padding: 0 0 25px;
  float: left;
}

#footer .table .table_td {
	width: 100%;
    display: inline-block;
    text-align: center;
}

#bottommenu { 
text-transform: lowercase;
margin: 20px 0;
list-style: initial;
-webkit-transition: color 1s ease;
width: 200px;
}
}


@media screen and (max-width:649px) {
#header .contacts_box {
    text-align: right;
}

#header .contacts_delivery_box {
    /*margin: 20px;
    background: none;
    position: relative;
    margin: 0 auto;
    padding: 0 20px 40px;*/
	display: none;
}

#header .header_image {
    margin: 0 0 0 -100px;
}

#header .soc_link_list span {
    font-size: 14px;
}

#button_menu_mobile {
	display: block;
}

#menu_main_box_container {
	display: none;
}

#topmenu-button {
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

#topmenu-button a div{
  padding: 10px;
  text-transform: uppercase;
  background: #AF6F18;
  color: white;
  border-radius: 5px;
  margin: 0 auto;
  width: 50%;
  cursor: pointer;
  position: relative;
  font-family: Cambria;
  font-weight: bold;
}

li.menu a div {
  padding: 10px;
  -webkit-transition: color 1s ease;
    color: #865616;
}

li.activemenu a div{
  padding: 10px;
-webkit-transition: color 1s ease;
  color: #5f3302;
    text-transform: uppercase;
}

#content-box {
    width: 100%;
}

#rightside-box {
  float: left;
  margin: 0 10px;
}

#form {
  padding: 0 0 25px;
  float: left;
  margin: 0 10px;
}

#bottommenu { 
display: none;
}
}


@media screen and (max-width:479px) {
.content_border {
	padding: 20px 10px;
}

.gallery li {
	width: 33.33%;
}
}


@media screen and (max-width:399px) {
#header .contacts_box {
	width: inherit;
    padding: 10px;
}

#header .header_image_index img {
	margin: 0 0 0 -25px;
}
}


@media screen and (max-width:359px) {
#button_menu_mobile .fa {
    font-size: 24px;
}

#header .soc_link_list span {
    font-size: 12px;
}

.content_border {
	padding: 20px 5px;
}
}