@charset "UTF-8";
/*
* {
	-webkit-appearance:none;
}
*/
body {
  margin: 0;
  padding: 0;
  font-size: 12px !important;
  font-family: arial, serif;
  -webkit-text-size-adjust: none;
  background: url("/../img/wood_bg_light2.jpg") fixed left -440px;
  /*background-size:170px 250px;
	-webkit-background-size:170px 250px;*/ }

a {
  color: #fff;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

form {
  margin: 0;
  padding: 0; }

h1 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  font-family: Arial;
  padding: 0 3px 8px; }

h2 {
  color: #c40404;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px; }

input, textarea {
  outline: none; }

.wrapper {
  margin: 0 auto;
  min-width: 300px;
  max-width: 600px;
  /*	padding:0 10px 20px;*/
  padding: 0 3px 0px; }

.header {
  padding-top: 18px;
  overflow: hidden;
  min-height: 114px;
  margin-bottom: 3px;
  background: url(/img/wood_bg_dark_header.jpg) repeat-x top; }

.logo {
  z-index: 100;
  width: 291px;
  height: 114px;
  display: block;
  margin: 0 auto;
  position: relative;
  background-repeat: no-reprat;
  background-size: 291px 114px;
  -webkit-background-size: 291px 114px;
  background-image: url(../img/logo_mobile2.png);
  margin-top: 12px; }

.slogan_text {
  /*	float:left;*/
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  display: inline-block; }

.header_text {
  overflow: hidden;
  background: #7a3717;
  margin-top: -17px;
  text-align: center;
  padding: 18px 0 10px 0; }

/*
.anmarg {
	height:3px;
}
*/
.phone {
  /*
	width:281px;
	height:59px;
	vertical-align:top;
	display:inline-block;
	margin-top:5px;
	font-weight:700;
	min-height:19px;
	padding-left:32px;	
	background:url(../img/phone_mobiles.png) 0 12px no-repeat;
*/
  width: 290px;
  height: 65px;
  display: block;
  margin: 5px auto 0;
  background-repeat: no-repeat;
  background-image: url(../img/phone-mobile.png);
  background-size: 290px 65px;
  -webkit-background-size: 290px 65px; }

/*
.phone a {
	color:#fff;
	font-size:50px;
	font-style:italic;
	font-family:tahoma;
	text-decoration:none;
}
*/
.line {
  height: 15px;
  background: url(../img/line.jpg) 50% 0 no-repeat; }

.header_mar {
  margin-bottom: 10px; }

.cart_wrapper {
  /*	padding-bottom:7px;*/
  /*	padding-bottom:5px;*/ }

.cart {
  color: #fff;
  height: 32px;
  /*	color:#6d0101;*/
  display: block;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 2px;
  /*	background-image: url(/img/wood_bg_dark3.jpg);*/
  background-color: #ce181e;
  text-decoration: none;
  /*
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;

	-webkit-box-shadow:0 1px 2px #b1460a;
	   -moz-box-shadow:0 1px 2px #b1460a;
	        box-shadow:0 1px 2px #b1460a;
	background:rgb(252,199,94);
	background:-moz-linear-gradient(top, rgba(252,199,94,1) 0%, rgba(251,173,21,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,199,94,1)), color-stop(100%,rgba(251,173,21,1)));
	background:-webkit-linear-gradient(top, rgba(252,199,94,1) 0%,rgba(251,173,21,1) 100%);
	background:-o-linear-gradient(top, rgba(252,199,94,1) 0%,rgba(251,173,21,1) 100%);
	background:-ms-linear-gradient(top, rgba(252,199,94,1) 0%,rgba(251,173,21,1) 100%);
	background:linear-gradient(to bottom, rgba(252,199,94,1) 0%,rgba(251,173,21,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc75e', endColorstr='#fbad15',GradientType=0 );
*/ }

.cart > img {
  width: 18px;
  height: 18px;
  margin-top: 6px; }

.cart_header_text, .item_qty {
  font-size: 16px;
  vertical-align: top;
  font-weight: bold; }

/* start pay with the card */
.payCard {
  width: 90%;
  text-align: left;
  margin: auto;
  color: #80150d;
  font-size: 14px; }

.payCardInput {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 31px; }

/* end pay with the card */
.menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu > li {
  background: #7a3717;
  margin: 3px 0 2px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /*
	-webkit-box-shadow:0 1px 2px #b1460a;
	   -moz-box-shadow:0 1px 2px #b1460a;
	        box-shadow:0 1px 2px #b1460a;
	background:rgb(252,199,94);
	background:-moz-linear-gradient(top, rgba(252,199,94,1) 0%, rgba(251,173,21,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,199,94,1)), color-stop(100%,rgba(251,173,21,1)));
	background:-webkit-linear-gradient(top, rgba(252,199,94,1) 0%,rgba(251,173,21,1) 100%);
	background:-o-linear-gradient(top, rgba(252,199,94,1) 0%,rgba(251,173,21,1) 100%);
	background:-ms-linear-gradient(top, rgba(252,199,94,1) 0%,rgba(251,173,21,1) 100%);
	background:linear-gradient(to bottom, rgba(252,199,94,1) 0%,rgba(251,173,21,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc75e', endColorstr='#fbad15',GradientType=0 );
*/ }

.menu > li > a {
  color: #fff;
  height: 32px;
  display: block;
  font-size: 17px;
  /*	color: #6d0101;*/
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  font-family: arial;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.menu_block {
  color: #fff;
  height: 32px;
  /*	color:#6d0101;*/
  display: block;
  font-size: 16px;
  margin-top: 3px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin-bottom: 2px;
  background: #ce181e;
  text-decoration: none;
  /*
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;		
	-webkit-box-shadow:0 1px 2px #b1460a;
	   -moz-box-shadow:0 1px 2px #b1460a;
	        box-shadow:0 1px 2px #b1460a;			
	background:rgb(252,199,94);
	background:-moz-linear-gradient(top, rgba(252,199,94,1) 0%, rgba(251,173,21,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,199,94,1)), color-stop(100%,rgba(251,173,21,1)));
	background:-webkit-linear-gradient(top, rgba(252,199,94,1) 0%,rgba(251,173,21,1) 100%);
	background:-o-linear-gradient(top, rgba(252,199,94,1) 0%,rgba(251,173,21,1) 100%);
	background:-ms-linear-gradient(top, rgba(252,199,94,1) 0%,rgba(251,173,21,1) 100%);
	background:linear-gradient(to bottom, rgba(252,199,94,1) 0%,rgba(251,173,21,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc75e', endColorstr='#fbad15',GradientType=0 );
*/ }

.menu_block.main_menu {
  color: #fff;
  background-image: url(/img/wood_bg_dark3.jpg);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.b {
  font-weight: 700; }

.menu_block.main_menu, .menu_block.main_menu.anysize {
  font-size: 18px;
  font-family: verdana; }

.menu_block.main_menu.menu_slider {
  color: #fff;
  background-image: url(/img/wood_bg_dark3.jpg);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.menu_block.main_menu.menu_slider.green-menu {
  color: #fff;
  background: url(../img/arrow.png) #009F4C 98% 50% no-repeat;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.mmt .menu_block.main_menu.menu_slider {
  background: url(../img/arrow.png) #009F4C 98% 50% no-repeat; }

.menu_block.main_menu.menu_slider.green-menu.open {
  background: url(../img/arrow_up.png) 98% 50% no-repeat, url(/img/wood_bg_dark3.jpg) 98% no-repeat; }

/*
.menu_block.main_menu.menu_slider.close {
	background:url(../img/arrow_up.png) #7A3717 98% 50% no-repeat;
}

*/
/* FOOTER */
.footer {
  display: table;
  width: 100%;
  /*position:relative;*/
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  margin: 3px 0 -16px;
  height: 74px; }

.footer_row {
  display: table-row; }

.footer_b1, .footer_b2, .footer_b3, .footer_b4 {
  display: table-cell;
  background-clip: padding-box; }

.footer_b1, .footer_b4 {
  width: auto; }

.footer_b2, .footer_b3 {
  width: 35%; }

.footer_b1 {
  border-right: 3px solid transparent; }

.footer_b2 {
  background-position: 0px 52px;
  background-repeat: no-repeat; }

.footer_b2 img {
  margin-top: 8px; }

.footer_b3 {
  border-left: 2px solid transparent;
  text-align: center; }

.footer_b4 {
  border-left: 3px solid transparent; }

.footer_logo {
  display: block;
  width: 140px;
  max-width: 180px;
  height: auto;
  margin: 0 auto; }

.footer_phone {
  display: block;
  width: 90%;
  max-width: 180px;
  height: auto;
  margin: 5px auto 0; }

.show {
  margin-bottom: 3px; }

.show_content {
  display: none; }

.menu > li:first-child {
  margin-top: 0; }

/*
.footer_logo {
	float:left;
}
.footer_phone {
	float:right;
}
*/
.menu {
  /*	padding-top:2px;*/ }

.catalog_header {
  color: #fff;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-family: verdana;
  background-image: url(/img/wood_bg_dark3.jpg);
  /*
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
	        */ }

.prod_wrapper {
  background: #fff;
  overflow: hidden;
  padding-bottom: 4px;
  /*
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
	        */ }

.prod_wrapper.catmar {
  margin-top: 3px;
  padding-bottom: 5px;
  height: 93px; }

.img_wrapper {
  float: left;
  width: 90px;
  text-align: center;
  position: relative; }

.img_wrapper img {
  border: 0;
  max-width: 90px;
  max-height: 90px; }

.prod_info {
  padding-right: 5px;
  margin: 11px 0 0 90px; }

.prod_name {
  min-height: 32px;
  margin-right: 10px;
  padding-left: 5px;
  width: 75%; }

.prod_name_link {
  color: #460000;
  font-size: 14px;
  font-weight: 700;
  font-family: arial;
  text-decoration: none; }

.price, .weight {
  color: #460000;
  font-size: 14px;
  margin-top: 7px;
  font-weight: 700;
  font-family: arial; }

.price {
  color: #460000;
  margin-right: 75px;
  float: right; }

.weight {
  float: left; }

.price_wrapper {
  overflow: hidden; }

.addtocart {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  background: #27AD54 url("../img/cart_icon.png") no-repeat;
  background-position: 10px 6px;
  background-size: 66% 66%;
  text-decoration: none;
  display: block;
  padding: 0 3px;
  line-height: 25px;
  font-family: arial; }

.prod_wrapper {
  position: relative; }

.addtocart_wrapper {
  float: right; }

.prod_icons {
  padding: 5px 0 0 5px;
  min-height: 16px; }

.prod_wrapper_line {
  top: 0;
  bottom: 0;
  left: 90px;
  width: 1px;
  position: absolute;
  background: #7a3717; }

.catalog {
  padding-top: 3px; }

.bottom_menu {
  /*	padding-top:7px;*/ }

.product {
  padding: 10px; }

.product h1 {
  color: #460000;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: verdana; }

.prod_full {
  overflow: hidden;
  padding-top: 5px; }

.prod_img_full {
  float: left;
  width: 120px;
  height: 120px;
  border: 1px solid #691e19; }

.prod_img_full img {
  max-width: 120px;
  max-height: 120px;
  text-align: center; }

.prod_full_info {
  color: #460000;
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
  margin-left: 132px; }

.price_full {
  float: left;
  color: #460000;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  font-family: verdana; }

.addtocart_full {
  width: 98px;
  height: 28px;
  float: right;
  display: block;
  color: #460000;
  font-size: 12px;
  font-weight: 700;
  text-indent: 13px;
  line-height: 28px;
  font-style: italic;
  background: #ffc709;
  font-family: verdana;
  text-decoration: none; }

.cart_wrapper_full .prod_info {
  margin-right: 0; }

.cart_item_wrapper {
  margin-top: 8px;
  overflow: hidden;
  line-height: 0;
  text-align: justify;
  /*	padding:5px 0 10px 5px;*/
  padding: 5px;
  border-top: 1px solid #7a3717; }

.cart_item_wrapper * {
  line-height: normal; }

.cart_price_block {
  width: 60px;
  vertical-align: top;
  display: inline-block; }

.ctr {
  font-weight: 700;
  /*	padding-bottom:4px;*/ }

.cart_price {
  color: #C40404;
  font-family: arial;
  font-weight: 700; }

.cart_price.mod {
  color: #460000;
  font-size: 19px; }

.cart_count_block {
  /*	width:75px;*/
  width: 60px;
  text-align: center;
  vertical-align: top;
  display: inline-block; }

.ctr.mod {
  padding-bottom: 0; }

.qty_change {
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: -1px; }

.qty_minus {
  display: block;
  margin-top: 1px;
  text-decoration: none; }

.qty_plus {
  display: block;
  margin-top: 4px;
  text-decoration: none; }

.qty_minus img, .qty_plus img {
  vertical-align: middle;
  width: 33px;
  height: 33px; }

.qty_num {
  color: #460000;
  font-size: 24px;
  font-weight: 700;
  /*	margin:1px 21px 0;*/ }

.qty_change_single {
  width: 102px; }

.qty_change_single > .qty_plus, .qty_change_single > .qty_minus {
  margin-top: 10px; }

.qty_change_single > .qty_plus {
  float: left; }

.qty_change_single > .qty_num {
  float: left; }

.qty_change_single > .qty_minus {
  float: left; }

.qty_change_single > .qty_num_caption {
  font-size: 17px !important;
  margin: 16px 13px 0 13px; }

.cart_total_block {
  width: 60px;
  text-align: right;
  vertical-align: top;
  display: inline-block; }

.just {
  height: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  display: inline-block; }

.input, .order_textarea {
  width: 100%;
  outline: none;
  padding: 2px 1px;
  border: 1px solid #6f6f6f;
  /*
	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
	        border-radius:6px;
	        */ }

.order_field {
  padding-bottom: 7px; }

.order_form {
  padding: 12px 12px 15px; }

.red {
  color: #c40404; }

.order_textarea {
  height: 60px; }

input.menu_block.main_menu {
  border: 0;
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 14px;
  font-family: arial;
  font-style: normal; }

.gallery {
  padding: 0 10px 7px;
  text-align: center; }

.gallery img {
  width: 100%;
  max-width: 580px; }

.gallery > div {
  padding-bottom: 10px; }

.gallery > div:last-child {
  padding-bottom: 0; }

.content {
  margin-top: 3px;
  background: #fff;
  /*
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
	        */ }

.page {
  padding: 10px;
  color: #80150d; }

.page h2 {
  color: #80150d; }

.page img {
  width: 100%; }

.catalog .prod_wrapper:first-child {
  margin-top: 0; }

.page a {
  color: #80150d; }

.page ul {
  list-style: none; }

.news_wrapper2 {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 10px; }

.news_img_wrapper {
  float: left;
  width: 162px;
  min-height: 1px;
  text-align: center; }

.news_img_wrapper img {
  max-height: 120px;
  max-width: 160px;
  border: 1px solid #b4b4b4; }

.news_right_text {
  margin-left: 180px; }

.news_wrapper2 h2 {
  color: #337aba;
  font-size: 14px;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 14px; }

.news a {
  color: #80150d;
  text-decoration: underline; }

.news_prewiev_text {
  line-height: 18px; }

.news_p {
  margin: 0 0 18px; }

.news {
  color: #80150d;
  padding: 0 10px; }

.news_full {
  padding: 10px;
  color: #80150d; }

.news_full a {
  color: #80150d; }

.infowrapper {
  padding: 12px;
  color: #1e1e1e;
  font-size: 12px;
  margin-top: 10px;
  font-family: Arial;
  background: #f8f4ec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.pizzacond a {
  color: #80150d; }

.other_text {
  padding: 3px 12px; }

.mtt_wrapper {
  padding-top: 14px; }

.infowrapper {
  color: #460000;
  padding: 12px;
  color: #1e1e1e;
  font-size: 12px;
  font-family: Arial;
  background: #f8f4ec;
  /*
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
	        */ }

.infowrapper * {
  color: #460000; }

.vfix {
  width: 0;
  height: 130px;
  display: inline-block;
  vertical-align: middle; }

.in {
  display: inline-block;
  vertical-align: middle; }

.full_wrapper {
  background: #fff;
  margin: 3px 0 2px;
  /*	padding:5px 15px 15px;*/
  border: 1px solid #7a3717;
  /*
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
	        */ }

.fancybox-inner .full_wrapper {
  overflow: visible;
  max-width: 90%;
  padding: 10px 24px !important; }

.name_product {
  color: #460000;
  padding-top: 7px; }

.prod_img_wrapper {
  /*
	width:130px;
	height:130px;
*/ }

.prod_price_wrapper {
  float: left;
  width: 105px;
  height: 130px;
  text-align: right; }

.prod_img_wrapper img {
  max-width: 200px;
  max-height: 200px; }

.prod_item_price {
  color: #460000;
  font-size: 15px;
  font-weight: 700;
  font-family: Arial;
  padding-right: 5px; }

.incart {
  height: 25px;
  float: right;
  display: block;
  color: #460000;
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px;
  line-height: 25px;
  font-family: Arial;
  margin-right: 10px;
  background: #ffc709;
  text-decoration: none;
  background: #ffc709;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzcwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGEwMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffc709 0%, #f8a008 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc709), color-stop(100%, #f8a008));
  background: -webkit-linear-gradient(top, #ffc709 0%, #f8a008 100%);
  background: -o-linear-gradient(top, #ffc709 0%, #f8a008 100%);
  background: -ms-linear-gradient(top, #ffc709 0%, #f8a008 100%);
  background: linear-gradient(to bottom, #ffc709 0%, #f8a008 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc709', endColorstr='#f8a008', GradientType=0); }

.incart.mod {
  margin: 15px 5px 0 0; }

.mmt {
  /*	padding-bottom:8px;*/ }

.order_wrapper {
  /*	margin-top:3px;*/
  background: #fff;
  padding: 0 20px 15px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.order_text {
  color: #454545;
  font-family: Arial;
  padding-bottom: 3px; }

.order_input, .order_textarea {
  width: 100%;
  border: 1px solid #6f6f6f;
  /*
	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
	        border-radius:6px;
	        */
  padding-left: 1px;
  padding-right: 1px; }

.order_textarea {
  height: 35px; }

.order_field {
  padding-bottom: 7px; }

.small {
  font-size: 11px; }

.order_text_other {
  color: #a1a1a1;
  line-height: 14px;
  font-family: Arial;
  padding-bottom: 5px; }

.red {
  color: #c40404; }

.lbl {
  display: block;
  white-space: nowrap; }

.lbl span {
  white-space: normal; }

.lbl.mod {
  padding-bottom: 5px; }

.lbl .in {
  padding-top: 3px;
  vertical-align: top; }

.mod_no_pad {
  padding-left: 0; }

.w90 {
  width: 90%; }

.h2_b_mod {
  color: #000;
  margin-top: 0;
  padding-top: 10px; }

.empty_cart {
  padding: 10px;
  color: #b40900;
  margin-top: 10px;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.menu_block.main_menu.menu_slider.backtocatalog {
  background-image: none; }

.no_p p {
  margin: 0;
  padding: 0; }

.rev_text {
  padding: 10px 10px 0; }

.rev_text p {
  margin-top: 0; }

.order_form.send_rev {
  padding-top: 0; }

.flags {
  display: inline-block;
  height: 15px;
  margin-left: 3px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain; }

.flags.s2 {
  background-image: url(../img/flags/2.png); }

.flags.s3 {
  background-image: url(../img/flags/3.png); }

.flags.s4 {
  background-image: url(../img/flags/4.png); }

.flags.s5 {
  background-image: url(../img/flags/5.png); }

.flags.s6 {
  background-image: url(../img/flags/6.png); }

.flags.s7 {
  background-image: url(../img/flags/7.png); }

.flags.s8 {
  background-image: url(../img/flags/8.png); }

.flags.s9 {
  background-image: url(../img/flags/9.png); }

.flags.s10 {
  background-image: url(../img/flags/10.png); }

.flags.s11 {
  background-image: url(../img/flags/11.png); }

.flags.s12 {
  background-image: url(../img/flags/12.png); }

.flags.s13 {
  background-image: url(../img/flags/13.png); }

.flags.s14 {
  background-image: url(../img/flags/14.png); }

.flags.s15 {
  background-image: url(../img/flags/15.png); }

.flags.s16 {
  background-image: url(../img/flags/16.png); }

.flags.s17 {
  background-image: url(../img/flags/17.png); }

.flags.s18 {
  background-image: url(../img/flags/18.png); }

.flags.s19 {
  background-image: url(../img/flags/19.png); }

.flags.s20 {
  background-image: url(../img/flags/20.png); }

.flags.s21 {
  background-image: url(../img/flags/21.png); }

.flags.s24 {
  background-image: url(../img/flags/24.png); }

.flags.s26 {
  background-image: url(../img/flags/26.png); }

.flags.s27 {
  background-image: url(../img/flags/27.png); }

.flags.s28 {
  background-image: url(../img/flags/28.png); }

.flags.s29 {
  background-image: url(../img/flags/29.png); }

.price_wrapper {
  padding-left: 5px; }

.types {
  top: 0;
  right: 0;
  width: 67px;
  height: 16px;
  position: absolute;
  background-position: 100% 0; }

.types.s1 {
  background-repeat: no-repeat;
  background-image: url(../img/hit-mobile.png);
  background-size: 67px 16px;
  -webkit-background-size: 67px 16px; }

.types.s2 {
  background-repeat: no-repeat;
  background-image: url(../img/new-mobile.png);
  background-size: 67px 16px;
  -webkit-background-size: 67px 16px; }

.types.s4 {
  background-repeat: no-repeat;
  background-image: url(../img/mega-mobile.png);
  background-size: 67px 16px;
  -webkit-background-size: 67px 16px; }

.redbtn, .backtocatalog {
  -webkit-appearance: none;
  background: #ce181e !important; }

.subtotal {
  min-height: 66px;
  font-size: 18px;
  margin-top: 3px;
  text-align: right;
  background: #fff;
  padding: 10px 10px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.ordersum_left, .ordersum_right {
  color: #000;
  font-size: 14px;
  font-weight: 700; }

.ordersum_left {
  width: 180px;
  vertical-align: top;
  display: inline-block; }

.ordersum_right {
  width: 70px;
  text-align: right;
  vertical-align: top;
  display: inline-block; }

.cart_item {
  margin-top: 3px;
  background: #fff;
  border: 1px solid #7a3717;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.mobile_weight {
  color: #460000;
  font-size: 14px;
  margin-top: 9px;
  font-weight: 700;
  font-family: arial;
  padding-left: 5px; }

.cart_caption {
  font-size: 15px;
  font-weight: 700; }

.cart_price_caption {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-top: 3px; }

.qty_num_caption {
  font-size: 15px !important;
  font-weight: 700 !important;
  text-align: center; }

/*
.cart_item .img_wrapper img {
	margin-top:25px;
}
*/
.catalog, .prod_full_table, .cart_products {
  width: 100%;
  display: table; }

.prod_wrapper.catmar, .cart_item {
  display: table-row; }

.prod_wrapper.catmar .img_wrapper, .prod_wrapper.catmar .prod_info, .cart_item .img_wrapper, .cart_item .prod_info {
  float: none;
  display: table-cell; }

.prod_wrapper.catmar .prod_info {
  margin: 0;
  vertical-align: top;
  /*	padding:10px 5px 5px 0;*/
  padding: 5px 5px 0 0;
  border-top: 1px solid #7a3717;
  border-right: 1px solid #7a3717;
  border-bottom: 1px solid #7a3717;
  position: relative;
  /*
	-webkit-border-radius:0 4px 4px 0;
	   -moz-border-radius:0 4px 4px 0;
	        border-radius:0 4px 4px 0;
	*/ }

.prod_wrapper.catmar .img_wrapper {
  width: 90px;
  vertical-align: middle;
  border-top: 1px solid #7a3717;
  border-left: 1px solid #7a3717;
  border-right: 1px solid #7a3717;
  border-bottom: 1px solid #7a3717;
  /*
	-webkit-border-radius:4px 0 0 4px;
	   -moz-border-radius:4px 0 0 4px;
	        border-radius:4px 0 0 4px;
	 */ }

.table_row, .prod_full_row {
  display: table-row; }

.prod_full_row {
  text-align: center; }

.prod_full_row h1 {
  padding-bottom: 2px; }

.table_cell, .prod_full_cell {
  display: table-cell; }

.table_cell.height {
  height: 3px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0; }

.prod_full_table {
  border-collapse: collapse; }

.prod_full_cell {
  vertical-align: top; }

.prod_full_cell.img_cell {
  width: 130px;
  position: relative;
  vertical-align: middle;
  border-right: 1px solid #7a3717;
  border-bottom: 1px solid #7a3717;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0; }

.prod_full_cell.prod_cell {
  /*
	border-bottom:1px solid #7a3717;
*/
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0; }

.pdr {
  padding: 0 3px;
  color: #80150d;
  text-align: left; }

.prod_full_minh {
  min-height: 95px; }

.prod_icons .flags, .prod_icons img {
  vertical-align: middle; }

.prod_bgu {
  color: #80150d;
  font-size: 12px;
  font-family: Arial;
  padding: 20px 0 0; }

.incart.mod.fn {
  float: none;
  color: #fff;
  background: #7a3717;
  display: inline-block;
  margin: 15px 5px 0 0; }

.incart_wrapper {
  padding: 0; }

ul.plain_list {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  overflow: hidden; }

.prod_bgu_list .left1 {
  padding: 0;
  width: 70px;
  vertical-align: top;
  display: inline-block; }

.prod_bgu_list .right1 {
  padding: 0;
  width: 60px;
  text-align: right;
  vertical-align: top;
  display: inline-block; }

.cart_item .img_wrapper {
  margin: 0;
  vertical-align: middle;
  border: 1px solid #7a3717;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.cart_item .prod_info {
  position: relative;
  margin: 0;
  vertical-align: top;
  border-top: 1px solid #7a3717;
  border-right: 1px solid #7a3717;
  border-bottom: 1px solid #7a3717;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.cart_item .prod_name {
  margin-top: 5px;
  color: #460000;
  font-size: 14px;
  font-weight: 700;
  font-family: arial; }

.redheader {
  background: #ce181e !important; }

.prod_wrapper.catmar .img_wrapper a, .prod_wrapper.catmar .img_wrapper img {
  display: block;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.prod_full_cell.prod_cell .prod_icons {
  margin-bottom: 10px; }

ul.items {
  padding: 0;
  margin: 6px 0 0;
  list-style: none;
  text-align: justify; }

ul.items li {
  padding: 0;
  width: 247px;
  margin: 0 0 10px;
  position: relative;
  vertical-align: top;
  display: inline-block; }

ul.items li .item_img {
  width: 243px;
  height: 243px;
  background: #fff;
  text-align: center;
  border: 2px solid #80150d; }

ul.items li .item_img img {
  border: none;
  max-width: 243px;
  max-height: 243px; }

ul.items li .item_text {
  color: #fff;
  height: 41px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: Tahoma;
  background: #7a3717;
  line-height: normal; }

ul.items li .item_text a {
  color: #fff;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: Tahoma;
  line-height: normal;
  text-decoration: none; }

.vfix_mobile {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.jfix {
  width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  display: inline-block; }

.mobile_menu {
  width: 99%;
  margin: 0 auto;
  table-layout: fixed; }

.mobile_menu .item_img img {
  width: 100%;
  max-width: 190px; }

.mobile_menu td {
  width: 33%;
  vertical-align: top; }

.mobile_menu .item_text {
  color: #fff;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-family: Tahoma;
  background: #7a3717;
  line-height: normal; }

.mobile_menu .item_text a {
  color: #fff;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: Tahoma;
  line-height: normal;
  text-decoration: none; }

.mobile_menu2 {
  width: 100%;
  margin: 0 auto; }

.mobile_menu2 .item_img img {
  width: 100%; }

.mobile_menu2 td {
  width: 50%;
  vertical-align: top; }

.mobile_menu2 .item_text {
  color: #fff;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-family: Tahoma;
  background: #7a3717;
  line-height: normal; }

.mobile_menu2 .item_text a {
  color: #fff;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: Tahoma;
  line-height: normal;
  text-decoration: none; }

.mobile_menu_div {
  /*	font-size:1px;*/
  line-height: 0; }

.mobile_menu_div .inbl {
  width: 49.5%;
  text-align: left;
  vertical-align: top;
  display: inline-block;
  line-height: normal;
  margin-top: 3px; }

.mobile_menu_div .mobile_menu_div_item {
  line-height: 0;
  text-align: justify; }

.mobile_menu_div .item_img img {
  width: 100%; }

.mobile_menu_div .item_text {
  color: #fff;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-family: Tahoma;
  background-image: url(/img/wood_bg_dark3.jpg);
  line-height: normal; }

.mobile_menu_div .item_text a {
  color: #fff;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: Tahoma;
  line-height: normal;
  text-decoration: none; }

.mobile_menu_div_2 {
  text-align: center; }

.mobile_menu_div_2 .inbl {
  width: 32%;
  text-align: left;
  vertical-align: top;
  display: inline-block; }

.mobile_menu_div_2 .mobile_menu_div_item {
  text-align: justify; }

.mobile_menu_div_2 .item_img img {
  width: 100%; }

.mobile_menu_div_2 .item_text {
  color: #fff;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-family: Tahoma;
  background: #7a3717;
  line-height: normal; }

.mobile_menu_div_2 .item_text a {
  color: #fff;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: Tahoma;
  line-height: normal;
  text-decoration: none; }

.nomarg {
  margin-top: 0 !important; }

.show_content {
  margin-bottom: 3px; }

.payment_mobile {
  text-align: center;
  background: #7a3717;
  padding-bottom: 8px; }

.payment_text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0 10px;
  font-family: Tahoma; }

.wood_bg_dark {
  background-image: url("/img/wood_bg_dark3.jpg");
  padding-bottom: 3px; }

.info_wrap {
  bottom: 0;
  position: absolute;
  width: 100%; }

/* =========== ╨Ш╤Б╤В╨╛╤А╨╕╤П ╨╖╨░╨║╨░╨╖╨╛╨▓ ===========*/
.history_table {
  width: 100%;
  border-collapse: collapse;
  color: #80150d; }

.history_table th, .history_table td {
  padding: 5px;
  border: 1px solid #7a3717;
  text-align: center;
  width: 50%; }

.history_table th {
  color: #fff;
  padding: 5px;
  background-image: url("/img/wood_bg_dark3.jpg") !important;
  border-right: 1px solid #fff; }

.history_table tr:nth-child(odd) {
  background-color: #F5F0EC; }

.history_table tbody > tr:hover {
  cursor: pointer;
  background-color: #cbcbcb; }

.history_table th:last-child {
  border-right: 1px solid #7a3717; }

.history_descr {
  color: #000;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: justify; }

/* =========== ╨б╤В╤А╨░╨╜╨╕╤Ж╨░ ╤Б ╤А╨░╨╜╨╡╨╡ ╤Б╨┤╨╡╨╗╨░╨╜╨╜╤Л╨╝ ╨╖╨░╨║╨░╨╖╨╛╨▓ ===========*/
.cart_table {
  border-collapse: collapse;
  width: 100%;
  color: #80150d; }

.cart_table > tr > th, .cart_table > tbody > tr > td {
  border: 1px solid #7a3717; }

.cart_table .product_image {
  width: 100%; }

.order_button {
  border: 0 none;
  cursor: pointer;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px; }

.button {
  background: #d70e03 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 20px; }

.table_rel {
  min-height: 130px;
  position: relative; }

.prod_header.mod_cart {
  font-size: 14px;
  height: 30px; }

.prod_header {
  background: #7a3717 none repeat scroll 0 0;
  color: #fff;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 700;
  height: 41px;
  padding-left: 13px; }

.cart_table .product_header_text {
  font-size: 12px;
  line-height: normal; }

.product_header_text {
  display: inline-block;
  vertical-align: middle; }

.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.prod_consist {
  padding: 5px 10px 30px; }

.table_bot {
  bottom: 0;
  position: absolute;
  width: 100%; }

.prod_line.mod_ctr {
  margin: 0 auto; }

.prod_line {
  background: transparent url("../img/line.png") no-repeat scroll;
  background-size: 100% 100%;
  height: 1px;
  width: 155px; }

.cart_table .prod_price {
  padding-bottom: 5px; }

.prod_price {
  color: #80150d;
  font-size: 14px;
  font-weight: 700;
  font-family: Tahoma;
  padding-top: 5px; }

.table_right {
  float: right;
  padding-right: 10px; }

.cart_table .flags {
  margin-top: 7px;
  vertical-align: top; }

.vin {
  display: inline-block;
  margin: 5px 0 0 3px;
  padding-top: 4px; }

.vtop {
  vertical-align: top; }

.cart_inside_table {
  color: #000; }

.cart_inside_table {
  min-height: 130px; }

.cart_inside_table th {
  font-size: 14px;
  height: 41px;
  width: 50%; }

.cart_pad {
  font-size: 14px;
  padding-top: 20px; }

.num_prods_marg {
  margin-top: 1px;
  width: 24px; }

.fnt, .fnt * {
  font-size: 12px; }

@media screen and (max-width: 520px) {
  .footer_b1, .footer_b4 {
    display: none; }

  .footer_b2, .footer_b3 {
    width: 50%; }

  .cart_pad {
    font-size: 11px; }

  .prod_line {
    background: transparent url("../img/line.png") no-repeat scroll;
    background-size: 80% 100%; }

  .prod_price, .table_right {
    float: inherit; }

  .cart_table .flags {
    margin: 0 0 7px 7px; }

  .vin {
    margin: 0; } }
@media screen and (max-width: 360px) {
  .mobile_menu_div .inbl {
    width: 49%; }

  .catalog .prod_name {
    width: 67%;
    /*		margin-bottom: 40px;*/ }

  .prod_line {
    background: transparent url("../img/line.png") no-repeat scroll;
    background-size: 60% 100%; } }
/* start imgBanks */
.rowBanks {
  width: 100%;
  text-align: center; }

.colBanks {
  display: inline-block;
  width: 18%;
  height: 80px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center; }

.visa {
  background-image: url(../img/visa.png); }

.mCard {
  background-image: url(../img/masercard.png); }

.dclub {
  background-image: url(../img/dclub.png); }

.thawte {
  background-image: url(../img/thawte.png); }

.american {
  background-image: url(../img/american.png); }

/* end imgBanks */
/* bottom cart */
.cart-tab {
  display: none !important; }

#cart_bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 7px 0;
  /*min-width:960px; */
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0 -6px 10px -3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 -6px 10px -3px rgba(50, 50, 50, 0.3);
  box-shadow: 0 -6px 10px -3px rgba(50, 50, 50, 0.3);
  z-index: 1000;
  height: 34px; }

#cart_bottom.hide {
  display: none; }

#cart_bottom .cart_bottom_wrapper {
  padding: 0 10px;
  height: 34px;
  min-width: 300px;
  max-width: 580px;
  margin: 0 auto; }

#cart_bottom .cart-pane__logo {
  font-size: 18px;
  line-height: 34px;
  height: 34px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  white-space: nowrap; }

#cart_bottom .cart-pane__logo span {
  display: inline-block;
  vertical-align: middle; }

#cart_bottom .cart-pane__logo i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  background-image: url(/img/cart.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 30px;
  position: relative;
  top: 0px;
  background-size: 42px 34px; }

#cart_bottom .cart-pane__item {
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  color: #000; }

#cart_bottom .cart-bottom-amount {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 600;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 2px; }

#cart_bottom .btn {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 11px;
  line-height: 20px;
  padding: 5px 30px;
  font-weight: 700;
  outline: 0;
  -webkit-transition: .3s ease border;
  transition: .3s ease border;
  border: 0; }

#cart_bottom_order .btn--orange.mobile {
  display: none; }

#cart_bottom_order .btn--orange {
  background: #FF992C;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 14px;
  vertical-align: middle; }

#cart_bottom_order .btn--orange:hover {
  opacity: 0.8; }

#cart_bottom_order .btn:hover {
  outline: 0; }

#cart_bottom_logo {
  display: block;
  width: 20%;
  float: left; }

#cart_bottom_amount {
  display: block;
  width: auto;
  float: right;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  height: 34px; }

#cart_bottom_amount_text .cart-bottom-amount, .cart-bottom-amount .cart-bottom-qty {
  color: #f00;
  vertical-align: middle; }

#cart_bottom_order {
  display: inline-block;
  width: 150px;
  text-align: right;
  /*vertical-align:bottom*/ }

#cart_bottom_amount_text {
  display: inline-block; }

#cart_bottom_amount_text span {
  color: #f00; }

#cart_bottom_amount_text .cart-bottom-amount {
  margin-left: 0; }

#cart_bottom .button_mini_cart {
  white-space: nowrap;
  background: #27AD54;
  margin-top: 0;
  text-decoration: none; }

#cart_bottom .button {
  height: 34px;
  line-height: 34px; }

.cart-pane__item_mob {
  display: none;
  float: left;
  line-height: 32px;
  height: 34px;
  font-size: 16px;
  padding-top: 2px; }

@media only screen and (max-width: 767px) and (min-width: 80px) {
  #cart_bottom .cart_bottom_wrapper {
    /*padding:0*/ }

  #cart_bottom_logo {
    /*top:-5px; position:relative*/ }

  #cart_bottom .cart-pane__logo i {
    /*top:0*/ }

  #cart_bottom_logo span {
    display: none !important; }

  #cart_bottom_logo {
    /*width:42px*/ }

  #cart_bottom_amount {
    width: auto; } }
@media only screen and (max-width: 480px) {
  /*#cart_bottom {height:55px}*/
  #cart_bottom_amount {
    /*text-align:left; line-height:42px*/ }

  #cart_bottom_amount .cart-pane__item {
    vertical-align: middle;
    margin: 0; }

  #cart_bottom_amount_text {
    display: none; }

  #cart_bottom_order {
    width: 168px; }

  #cart_bottom_order .btn--orange.decktop {
    display: none; }

  #cart_bottom_order .btn--orange.mobile {
    display: block;
    float: right; } }
@media only screen and (max-width: 640px) {
  #cart_bottom_amount_text {
    display: none; }

  #cart_bottom_logo {
    float: left;
    width: auto; }

  #cart_bottom_order {
    float: right;
    width: auto; }

  #cart_bottom .cart-pane__logo i {
    margin-right: 0;
    top: -1px !important; }

  #cart_bottom_amount {
    float: none;
    overflow: hidden; }

  #cart_bottom .cart-pane__item {
    float: left;
    line-height: 39px;
    height: 34px; }

  .button {
    line-height: 30px !important;
    height: 30px !important;
    margin: 2px 0 !important; }

  .option_box .button input.submit {
    height: 30px !important;
    border-radius: 0 !important; }

  #cart_bottom_amount_text .cart-bottom-amount, .cart-bottom-amount .cart-bottom-qty {
    color: #000; }

  #cart_bottom .cart-bottom-amount {
    font-size: 18px; }

  .cart-pane__item {
    display: none !important; }

  .cart-pane__item_mob {
    display: block !important; }

  #cart_bottom .button {
    padding: 0 15px; } }
@media only screen and (max-width: 400px) {
  #cart_bottom .cart-bottom-amount {
    font-size: 18px; } }
body.withCartBottom {
  padding-bottom: 64px; }

#mini_cart {
  display: none; }

/* end bottom cart */
/* product options and variants */
.hidden_soft {
  display: none; }

.prod_wrapper {
  height: auto;
  min-height: 93px;
  overflow: visible; }

.attributes {
  padding: 2px 10px 0px;
  overflow: hidden;
  margin-bottom: 40px; }

.full_wrapper .attributes {
  margin-bottom: 10px; }

.attributes strong {
  display: block;
  margin-bottom: 5px; }

.attributes label {
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 3px; }

.attributes input {
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -ms-transform: scale(1.3);
  /* IE */
  -moz-transform: scale(1.3);
  /* FF */
  -webkit-transform: scale(1.3);
  /* Safari and Chrome */
  -o-transform: scale(1.3);
  /* Opera */
  padding: 5px; }

.attributes .variant_option {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px; }

.attributes .variant_attribute {
  display: block;
  font-size: 10px;
  color: #aaa; }

/* pizza creator */
.hidden {
  display: none; }

.g_block {
  overflow: hidden;
  clear: both;
  position: relative; }

.g_left {
  float: left !important; }

.g_right {
  float: right !important; }

.g_m0 {
  margin: 0 !important; }

.g_p0 {
  padding: 0 !important; }

.g_mt20 {
  margin-top: 20px !important; }

.g_mb10 {
  margin-bottom: 10px !important; }

.g_ml20 {
  margin-left: 20px !important; }

.g_mr20 {
  margin-right: 20px !important; }

.g_mb15 {
  margin-bottom: 14px !important; }

#pizza_creator {
  width: 280px;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  color: #7D160F; }

#pizza_creator form {
  overflow: hidden;
  width: 280px; }

#pizza_creator .subdata {
  font-size: 14px; }

#pizza_creator .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }

#fancybox-content #pizza_creator .title {
  background: none;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  padding: 0; }

.option_box {
  /*width:250px; float:left;*/
  position: relative; }

.option_box .subtitle {
  text-align: center;
  font-size: 17px;
  height: 44px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  position: relative;
  margin: 0;
  padding-top: 8px; }

.option_box .subtitle small {
  font-size: 11px;
  font-weight: normal; }

.option_box .pad_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 44px;
  background: url(/img/wood_bg_dark3.jpg) 0 0 no-repeat; }

.option_box input {
  float: left;
  position: relative; }

.option_box.pad input {
  float: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 8px;
  padding: 0;
  font-size: 11px;
  line-height: 12px; }

.option_box label {
  float: left;
  padding: 0 0 5px 10px;
  font-size: 14px; }

.option_box .red_price {
  font-size: 16px;
  font-weight: bold; }

.option_box .button {
  background: none;
  width: 120px;
  height: 34px;
  text-align: center;
  padding: 0;
  margin-top: 0; }

.option_box .button input.submit {
  -webkit-appearance: none;
  color: #fff;
  font-weight: bold;
  width: 120px;
  background: #13AD27;
  border: none;
  cursor: pointer;
  display: block;
  height: 34px;
  line-height: normal;
  font-size: 18px; }

.option_box .qty {
  text-align: center; }

.option_box .qty img {
  display: inline-block;
  width: 33px;
  height: 33px;
  vertical-align: middle;
  cursor: pointer; }

.option_box .qty input {
  display: inline-block;
  text-align: center;
  width: 33px;
  padding: 0 1px;
  border: none;
  line-height: 33px;
  font-size: 16px;
  float: none;
  font-weight: bold;
  vertical-align: middle;
  height: 33px; }

.option_box .border_box {
  padding: 15px 20px 0; }

.option_box .border_box p {
  line-height: 18px; }

.option_box.pad {
  /*background:url(/images/bg_fancy_opt_wide.jpg) 0 0 repeat-y; padding:0px 16px 4px 16px; width:242px; margin-left:15px; border: 1px solid #793916; float:right;*/
  margin-bottom: 15px; }

.option_box.pad .list {
  overflow: scroll;
  height: 235px;
  padding: 0px 16px 4px 16px; }

.option_box.pad label {
  /*padding:2px 0 8px 5px; width:205px; position:relative; font-size:11px; line-height:12px; top:1px*/
  padding: 2px 0 8px 5px;
  width: 205px;
  position: relative;
  font-size: 11px;
  line-height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  float: none; }

.option_box.pad label span.left {
  float: left; }

.option_box.pad label span.right {
  float: right;
  font-weight: bold; }

.option_box .pizza_pad {
  position: relative;
  z-index: 50;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 250px; }

.option_box .pizza_top {
  position: absolute;
  left: 14px;
  top: 6px;
  height: 250px;
  z-index: 70;
  background: url(/images/topings.png) center 5000px no-repeat;
  display: none; }

/*.option_box .pizza_pad,*/
.option_box .pizza_top {
  width: 250px; }

.option_box .topping_1 {
  background-position: center 0; }

.option_box .topping_2 {
  background-position: center -250px; }

.option_box .topping_3 {
  background-position: center -500px; }

.option_box .topping_4 {
  background-position: center -750px; }

.option_box .topping_5 {
  background-position: center -1000px; }

.option_box .topping_6 {
  background-position: center -1250px; }

.option_box .topping_7 {
  background-position: center -1500px; }

.option_box .topping_8 {
  background-position: center -1750px; }

.option_box .topping_9 {
  background-position: center -2000px; }

.option_box .topping_10 {
  background-position: center -2250px; }

.option_box .topping_11 {
  background-position: center -2500px; }

.option_box .topping_12 {
  background-position: center -2750px; }

.option_box .topping_13 {
  background-position: center -3000px; }

.option_box .topping_14 {
  background-position: center -3250px; }

.option_box .topping_15 {
  background-position: center -3500px; }

.option_box .topping_16 {
  background-position: center -3750px; }

.option_box .topping_17 {
  background-position: center -4000px; }

.option_box .topping_18 {
  background-position: center -4250px; }

.option_box .topping_19 {
  background-position: center -4500px; }

.option_box .topping_20 {
  background-position: center -4750px; }

.option_box .topping_21 {
  background-position: center -5000px; }

.option_box .topping_22 {
  background-position: center -5250px; }

.option_box .topping_23 {
  background-position: center -5500px; }

.option_box .topping_24 {
  background-position: center -5750px; }

.option_box .topping_25 {
  background-position: center -6000px; }

.option_box .topping_26 {
  background-position: center -6250px; }

.option_box .topping_27 {
  background-position: center -6500px; }

.option_box .topping_28 {
  background-position: center -6750px; }

.option_box .topping_29 {
  background-position: center -7000px; }

.option_box .topping_30 {
  background-position: center -7250px; }

.option_box .topping_31 {
  background-position: center -7500px; }

.option_box .topping_32 {
  background-position: center -7750px; }

.option_box .topping_33 {
  background-position: center -8000px; }

.option_box .topping_34 {
  background-position: center -8250px; }

.option_box .topping_35 {
  background-position: center -8500px; }

.option_box .topping_36 {
  background-position: center -8750px; }

.option_box .topping_37 {
  background-position: center -9000px; }

.option_box .topping_38 {
  background-position: center -9250px; }

.option_box .topping_39 {
  background-position: center -9500px; }

.option_box .topping_40 {
  background-position: center -9750px; }

.list_toppings_button.small_btn {
  height: 30px;
  font-size: 18px;
  line-height: 30px; }

.wback {
  width: 280px; }

.list_toppings_button {
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #CD181D; }

/* end pizza creator */
.toppings_table {
  width: 100%;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  font-family: Tahoma;
  border-collapse: collapse; }

.toppings_table td {
  padding: 5px;
  font-weight: 700;
  border: 1px solid #888782;
  vertical-align: niddle; }

.toppings_table td:last-child {
  width: 80px;
  text-align: center; }

.update_toppings {
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 17px;
  width: 17px; }

.minus_toppings {
  background-image: url(/images/minus.gif); }

.plus_toppings {
  background-image: url(/images/plus.gif); }

.qty_wrap {
  display: inline-block;
  /*	padding-top:4px;*/
  text-align: center;
  /*	vertical-align:top;*/
  width: 24px;
  font-size: 16px;
  vertical-align: middle; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fancybox-close-small:after {
    top: 0px !important;
    right: 0px !important; } }
/* ╨┐╨╛╨┤╨╝╨╡╨╜╨░ ╤В╨╡╨╗╨╡╤Д╨╛╨╜╨░ */
.phone.workphone2 {
  background-image: url(../img/phone-mobile2.png); }

.phone.workphone3 {
  background-image: url(../img/phone-mobile3.png); }

.prod_name .super_price {
  display: inline-block;
  color: #fff;
  background: #007336;
  background: -moz-linear-gradient(left, #007835 0%, #009949 50%, #007835 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #007835 0%, #009949 50%, #007835 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #007835 0%, #009949 50%, #007835 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007835', endColorstr='#007835', GradientType=1);
  /* IE6-9 */
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 1px;
  padding: 0 5px; }

.super_price_wrapper {
  overflow: hidden;
  /*padding-bottom:50px;*/
  padding-bottom: 40px;
  float: left;
  width: 100%; }

.super_price_crossed {
  position: relative;
  float: left;
  margin-right: 5px; }

.super_price_crossed:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: #460000;
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  transform: skewY(-5deg); }

@media only screen and (max-width: 374px) {
  .price {
    margin-right: 50px; } }
.super_price_outer .sub_price {
  color: #007336; }

.super_price_outer .attributes {
  clear: both; }

.delivery_table {
  border-collapse: collapse;
  width: 98%;
  margin: 0 auto; }
  .delivery_table .delivery_caption {
    text-align: center;
    background-color: #cccccc;
    font-weight: bold; }
  .delivery_table .delivery_value {
    text-align: center;
    font-weight: bold; }
  .delivery_table td {
    border: 1px solid #80150d;
    padding: 3px; }

.addrFields * {
  box-sizing: border-box; }
.addrFields .addrRow {
  margin-top: 7px;
  clear: both;
  overflow: hidden; }
.addrFields .addrCol {
  float: left;
  padding-right: 15px; }
  .addrFields .addrCol:last-child {
    padding-right: 1px; }
  .addrFields .addrCol label {
    display: block; }
  .addrFields .addrCol input {
    width: 100%; }
.addrFields .addrStreet {
  width: 75%; }
.addrFields .addrHouse {
  width: 25%; }
.addrFields .addrKv, .addrFields .addrPod, .addrFields .addrKod, .addrFields .addrFloor {
  width: 25%; }

.mt_0 {
  margin-top: 0 !important; }

.mt_5 {
  margin-top: 5px !important; }

.tgBar {
  background: linear-gradient(0deg, #219ddb 0%, #27a4e4 46%, #2aabed 100%);
  padding: 4px;
  display: flex;
  justify-content: center; }

.tgWrap {
  display: flex;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  justify-content: stretch;
  align-items: center; }

.tgTitle {
  font-size: 16px; }

.tgLogo {
  display: flex;
  align-self: stretch;
  align-items: center;
  padding: 0 15px 0 10px; }

.tgLogo img {
  width: 30px;
  height: 30px;
  fill: #fff; }

.tgWord {
  font-size: 14px; }

.tgPoint {
  font-size: 12px;
  padding: 0 5px; }

.logo_mobile_popup {
  width: 172px;
  height: 67px;
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/img/logo_mobile_popup.png); }

.fancy_padd {
  background-image: url("/../img/wood_bg_light.jpg");
  background-size: cover;
  border-radius: 0;
  padding: 0 !important;
  overflow: visible;
  width: 422px;
  max-width: 90%;
  height: auto;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif; }

.disclaimer {
  position: fixed;
  z-index: 10000;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 5px;
  padding: 10px 10px 10px 10px;
  background: #fff;
  box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.4);
  color: #000;
  animation: dscStart 2s ease-out;
  display: flex;
  flex-direction: column; }
  .disclaimer a {
    color: #80150d; }
  .disclaimer .dsclText {
    margin-bottom: 5px; }
  .disclaimer .dscBtn {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    border: 1px solid #000;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer; }

@keyframes dscStart {
  0% {
    bottom: -180px; }
  70% {
    bottom: -180px; }
  100% {
    bottom: 60px; } }
.policyWarn {
  padding: 10px 0; }
  .policyWarn a {
    color: #80150d;
    text-decoration: underline; }

/*# sourceMappingURL=style.css.map */
