@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

* {
  margin: 0;
  padding: 0; }

a {
  color: #80150d;
  outline: none;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

p {
  margin: 0 0 18px; }

img {
  border: none; }

p img {
  margin-right: 6px; }

input {
  vertical-align: middle; }

h1, h2, h3, p {
  font-family: Tahoma, Geneva, sans-serif; }

h1 {
  font-size: 12px;
  margin-bottom: 20px; }

h2 {
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: normal; }

h3 {
  font-size: 24px;
  margin-bottom: 32px;
  font-style: italic;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  clear: both;
  overflow: hidden; }

h3 span {
  /*	border-bottom:1px solid #80150d; */
  padding: 0 100px 9px 2px;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  font-family: Tahoma, serif; }

h3 span.gohome {
  border-bottom: none;
  padding: 0;
  float: right; }

h3 span.gohome a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  background: url(/images/ico_home.gif) 0 0 no-repeat;
  padding: 0 0 0 25px;
  font-style: normal; }

h3 span.gohome a:hover {
  text-decoration: underline; }

.f12 {
  font-size: 12px !important; }

.f14 {
  font-size: 14px !important; }

.no_padding_inside p {
  margin: 0 !important;
  padding: 0 !important; }

/* GENERAL STYLES */
.d-none {
  display: none !important; }

.hidden {
  display: none !important; }

.hidden_soft {
  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; }

html {
  width: 100%; }

body {
  font: 12px/18px Verdana, Geneva, sans-serif;
  color: #80150d;
  min-width: 980px;
  position: relative;
  z-index: 100;
  background: url(/img/wood_bg_light2.jpg) left -422px fixed; }

.header_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 283px;
  width: 100%;
  z-index: 200; }

.header_band_bg {
  position: absolute;
  top: 203px;
  left: 0;
  width: 100%;
  height: 37px;
  background: url(/images/bg_header_band.jpg) repeat-x top center;
  z-index: 200; }

.footer_band_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 142px;
  background: url(/images/bg_header_band.jpg) repeat-x top center #460000;
  z-index: 200; }

#wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 300; }

/* Header -----------------------------------------------------------------------------*/
#header {
  height: 244px;
  position: relative;
  margin-bottom: 6px; }

.header_pad {
  height: 232px;
  background: url(/images/bg_header_bright.png) no-repeat top center;
  position: relative; }

#header .header_bottom_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/images/bg_header_bottom.png) no-repeat 0 0;
  width: 1160px;
  height: 43px; }

#header .logo {
  position: absolute;
  left: 50%;
  margin-left: -168px;
  bottom: 71px;
  width: 336px;
  height: 132px; }

#header .logo a {
  display: block;
  width: 336px;
  height: 132px; }

#header .slogan {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/images/slogan.png) center center #7A3717;
  width: 100%;
  height: 92px; }

#header .top_band {
  background: #7A3717;
  width: 100%;
  height: 37px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 37px;
  text-align: center; }

#header .top_band .top_icon {
  background: url(/images/icon_top.png) no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block; }

#header .top_band .top_icon.home {
  background-position: 0 0;
  margin-top: 8px; }

#header .top_band .top_icon.s_go {
  background-position: 0 -20px; }

#header .top_band .top_icon.s_tw {
  background-position: 0 -40px; }

#header .top_band .top_icon.s_vk {
  background-position: 0 -60px; }

#header .top_band .top_icon.s_rs {
  background-position: 0 -80px; }

#header .top_band .top_icon.s_fb {
  background-position: 0 -100px; }

#header .top_band .top_icon.s_ok {
  background-position: 0 -120px; }

/*
#header .top_band .g_left {padding-left:10px}
#header .top_band .g_right {padding-right:10px}
*/
#header .top_band {
  position: relative; }

#header .top_band .g_left {
  position: absolute;
  top: 0;
  left: 10px; }

#header .top_band .g_right {
  position: absolute;
  top: 0;
  right: 10px; }

/* Middle -----------------------------------------------------------------------------*/
#middle {
  width: 100%;
  height: 1%;
  margin-top: 6px;
  position: relative; }

#middle:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0; }

#container {
  width: 100%;
  float: left;
  overflow: hidden; }

#content {
  /*	padding:0 0 0 230px;*/
  padding: 0 0 0 206px; }

/*
.trasparent {background:url(/images/1x1_60.png); padding:18px 25px; margin-bottom:6px}
.transparent {background:url(/images/1x1_60.png); padding:18px 25px; margin-bottom:6px}
*/
.transparent {
  background: #fff;
  padding: 18px 25px;
  margin-bottom: 6px; }

ul.items {
  padding: 0;
  margin: 6px 0 0;
  /*	overflow:hidden;*/
  list-style: none;
  text-align: justify; }

ul.items li {
  /*	width:238px;*/
  width: 247px;
  position: relative;
  margin-bottom: 10px;
  vertical-align: top;
  display: inline-block; }

ul.items li:hover a {
  text-shadow: 0 0 10px #ff0; }

.jfix {
  width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  display: inline-block; }

/*
ul.items li.third {margin:0 0 10px 0}
*/
ul.items li .item_img {
  /*	width:234px; */
  width: 243px;
  height: 243px;
  background: #fff;
  text-align: center;
  border: 2px solid #80150d; }

/*
ul.items li:hover .item_img {
	border:2px solid #f00;
}
*/
ul.items li .item_img img {
  /*	max-width:234px;
	max-height:234px;*/
  max-width: 243px;
  max-height: 243px; }

ul.items li .item_text {
  /*	background:url(/images/bg_item_text.png) repeat-x #CE181E;
	line-height:16px;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	padding:18px 10px 0;
	height:36px;*/
  color: #fff;
  height: 41px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: Tahoma, serif;
  background: #7a3717; }

ul.items li .item_text a {
  color: #fff;
  font-style: normal; }

ul.items li .item_text.two_rows {
  line-height: 16px;
  padding: 8px 10px 0;
  height: 46px; }

ul.items li .item_text a {
  text-decoration: none; }

ul.prod_items {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: Verdana, Geneva, sans-serif; }

.prod_items p {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 8px;
  font-family: Verdana, Geneva, sans-serif;
  padding-right: 10px; }

.prod_items p.headline {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 7px;
  font-style: italic;
  font-weight: bold; }

.prod_items p.headline a {
  text-decoration: none; }

.prod_items p.headline a:hover {
  text-decoration: underline; }

ul.prod_items li {
  width: 312px;
  float: left;
  margin: 0 15px 25px 0;
  overflow: hidden; }

ul.prod_items li.even {
  margin-right: 0; }

ul.prod_items li.odd {
  clear: left; }

ul.prod_items li .item_text {
  float: left;
  width: 158px;
  height: 154px;
  position: relative; }

ul.prod_items li .item_text .price {
  background: #FFC809;
  border: 2px solid #80150D;
  border-right: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 156px;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  line-height: 36px; }

ul.prod_items li .item_text .cart_link {
  position: absolute;
  left: 0;
  bottom: 45px;
  font-size: 14px;
  font-weight: bold; }

ul.prod_items li .item_text .cart_link a.add_to_cart {
  padding: 2px 0 2px 30px;
  background: url(/images/ico_cart.gif) no-repeat 10px 2px; }

ul.prod_items li .item_img {
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
  text-align: center;
  border: 2px solid #80150D; }

a.add_to_cart.green {
  color: #2c0; }

.gallery.onecol {
  overflow: visible; }

.gallery.onecol li {
  float: none;
  width: auto;
  overflow: visible;
  text-align: center;
  padding-bottom: 20px;
  display: block; }

.gallery.onecol li img {
  clear: none;
  display: inline-block;
  padding: 1px;
  border: 1px solid #C2262E; }

.news_wrapper2 {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 25px; }

.news_img_wrapper {
  float: left;
  width: 162px;
  min-height: 1px;
  text-align: center; }

.news_img_wrapper img {
  max-width: 160px;
  max-height: 120px;
  border: 1px solid #b4b4b4; }

.news_prewiev_text {
  line-height: 18px; }

.news_wrapper2 h2 {
  margin-top: 0;
  color: #337aba;
  font-size: 14px;
  font-weight: 700; }

.news_right_text {
  margin-left: 180px; }

.fancy_content .item_text {
  float: left;
  width: 320px; }

.fancy_content p {
  font-size: 14px;
  font-style: italic;
  line-height: normal;
  margin-bottom: 15px; }

.fancy_content p.headline {
  font-size: 18px;
  font-weight: bold; }

.fancy_content .cart_link {
  background: #7a3717;
  border: 2px solid #80150D;
  position: static;
  width: 116px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  margin: 24px 0 0; }

.fancy_content .cart_link a {
  color: #fff; }

.fancy_content .item_img {
  float: left;
  width: 400px;
  overflow: hidden;
  text-align: center;
  border: 4px solid #80150D; }

.fancy_padd {
  padding: 15px 10px 0 10px; }

/* Sidebar Left -----------------------------------------------------------------------------*/
#sideLeft {
  float: left;
  width: 200px;
  margin-left: -100%;
  position: relative;
  color: #fff;
  /*	padding-bottom:20px;*/ }

#sideLeft a {
  color: #fff; }

.sidebar_pad {
  position: relative;
  overflow: hidden; }

.sidebar_pad_bottom {
  background: url(/images/sidebar_pad_bottom.png) no-repeat 1px 0;
  width: 100%;
  height: 300px;
  margin-bottom: 50px; }

.sidebar_pad ul {
  position: relative;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding-right: 10px; }

.sidebar_pad ul li {
  padding-bottom: 8px; }

.sidebar_pad ul a {
  text-decoration: none; }

.sidebar_pad ul a:hover,
.sidebar_pad ul a.active {
  text-shadow: 0 0 10px #FF0; }

.sidebar_pad ul.menu {
  font-size: 18px;
  margin-bottom: 6px;
  /*background:url(/images/sidebar_menu_bottom.jpg) left bottom no-repeat #CE181E;*/
  text-align: center;
  /*padding:0 10px 16px*/
  padding: 0 10px 5px; }

.sidebar_pad ul.menu li {
  background: url(/images/sidebar_menu_sep3.png) center bottom no-repeat;
  line-height: 20px;
  padding: 5px 0;
  font-weight: 700;
  font-family: Tahoma, serif; }

.sidebar_pad ul.menu li:last-child {
  background: none; }

.cart {
  margin-bottom: 6px;
  background: #7A3717;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-family: Tahoma, Geneva, sans-serif;
  position: relative; }

.cart .title {
  height: 60px;
  background: url(/images/bg_cart_title.png) 0 0 repeat-x;
  text-align: center; }

.cart .title a {
  line-height: 45px;
  color: #fff;
  display: block; }

.banner {
  text-align: right; }

.brown_pad {
  background: #7A3717;
  padding: 12px 5px 18px 18px;
  margin-bottom: 6px; }

.brown_pad a {
  text-decoration: underline !important; }

.cart .button_wrapper a:hover {
  text-decoration: none; }

/* Footer -----------------------------------------------------------------------------*/
#footer {
  height: 82px;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 14px;
  margin-bottom: -13px; }

#footer a {
  color: #fff;
  text-decoration: none; }

#footer a:hover {
  text-decoration: underline; }

#footer .logo {
  position: absolute;
  left: 20px;
  top: 7px;
  width: 165px;
  height: 63px; }

#footer .logo a {
  display: block;
  width: 204px;
  height: 63px; }

#footer .creater a {
  display: block;
  color: #fff !important; }

#footer .slogan {
  position: absolute;
  left: 50px;
  top: 28px;
  background: url(/images/slogan_footer.png) no-repeat 0 0;
  width: 438px;
  height: 33px; }

#footer .copyright {
  /*
	float:right;
	width:265px;
	margin:13px 0 0;
*/
  color: #fff;
  position: absolute;
  left: 540px;
  top: 13px; }

#footer .copyright a {
  color: #fff; }

/* MISC -----------------------------------------------------------------------------*/
.button {
  color: #fff;
  height: 30px;
  padding: 0 20px;
  margin-top: 10px;
  line-height: 30px;
  display: inline-block;
  background: #d70e03; }

#sideLeft .button {
  color: #fff;
  height: 34px;
  padding: 0 10px;
  margin: 12px 0 10px;
  line-height: 34px;
  display: inline-block;
  background: #CE181E; }

.button_wrapper {
  text-align: center; }

.update_cart h3,
.cart_list h3 {
  line-height: normal; }

.cart_list h3 {
  font-size: 1.17em;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold; }

.cart_list {
  width: 100%;
  margin: 25px 0 20px;
  border-collapse: collapse; }

.cart_list th {
  color: #666;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0 5px 5px;
  vertical-align: top; }

.cart_list td {
  padding: 5px;
  text-align: center; }

.cart_list img {
  border: 0; }

.num_prods_marg {
  width: 24px;
  margin-top: 1px; }

.cart_list .bt_bb {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc; }

.cart_list .bl {
  border-left: 2px solid #ccc; }

.cart_list .br {
  border-right: 2px solid #ccc; }

.subtotal {
  min-height: 60px;
  font-size: 18pt;
  margin-top: 10px;
  text-align: right;
  line-height: normal; }

/*.subtotal span {color:#B40900; font-size:18pt; font-weight:700}*/
hr {
  margin: 10px 0; }

.warnText {
  color: #B40900;
  padding: 10px;
  border: 1px solid #B40900;
  margin: 0 0 20px; }

/* -------------------------------------------------------------------------------------------------- */
.prods_wrapper {
  /*	width:730px;*/
  width: 754px;
  margin-top: 6px;
  text-align: justify; }

.prod_block {
  /*	width:358px;*/
  width: 370px;
  height: 241px;
  text-align: left;
  margin-bottom: 6px;
  vertical-align: top;
  display: inline-block;
  border: 2px solid #7a3717; }

.stub {
  width: 100%;
  vertical-align: top;
  display: inline-block; }

.prod_header {
  color: #fff;
  height: 41px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 13px;
  font-family: Tahoma, serif;
  background: #7a3717; }

.prod_info_wrapper {
  overflow: hidden;
  background: #7a3717; }

.prod_img_column {
  float: left;
  width: 200px;
  height: 200px;
  /*
	width:198px;
	height:188px;
*/
  background: #fff;
  position: relative;
  text-align: center; }

.prod_img_column img {
  max-width: 200px;
  max-height: 200px; }

.prod_info_column {
  float: right;
  width: 169px;
  height: 200px;
  background: #fff; }

.prod_descr {
  width: 150px;
  height: 102px;
  font-size: 11px;
  overflow: hidden;
  line-height: 14px;
  padding: 7px 10px 12px; }
  .prod_descr .super_price {
    text-align: center;
    width: 100%;
    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: 18px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 5px; }

.super_price_outer .sub_descr {
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.prod_icons {
  float: right;
  height: 27px; }

.prod_line {
  width: 155px;
  height: 1px;
  background: url(../img/line.png) no-repeat; }

.prod_line.mod_ctr {
  margin: 0 auto; }

.prod_price {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px 0;
  font-family: Tahoma, serif;
  color: inherit; }

.prod_cart {
  padding: 0 10px; }

.prod_cart a {
  color: #7a3717;
  font-size: 12px;
  font-weight: 700;
  font-family: Tahoma, serif;
  text-decoration: none; }

.product_header_text {
  display: inline-block;
  vertical-align: middle; }

.vfix {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.cart {
  padding-bottom: 10px; }

.prod_item_icons_wrapper {
  overflow: hidden;
  padding: 0 10px; }

.prod_item_weight {
  float: left; }

ul.plain_list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

ul.plain_list li {
  display: block;
  /*	margin-bottom:5px;*/ }

ul.plain_list span.left {
  width: 100px;
  padding-right: 10px;
  float: left;
  display: block; }

ul.plain_list span.right {
  float: left;
  padding-right: 5px;
  display: block; }

.flags {
  width: 24px;
  height: 15px;
  margin-left: 3px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../img/flags_updates29.png);
  background-position: 500px 500px; }
  .flags.s2 {
    background-position: 0 0; }
  .flags.s3 {
    background-position: 0 -16px; }
  .flags.s4 {
    background-position: 0 -32px; }
  .flags.s5 {
    background-position: 0 -48px; }
  .flags.s6 {
    background-position: 0 -64px; }
  .flags.s7 {
    background-position: 0 -80px; }
  .flags.s8 {
    background-position: 0 -96px; }
  .flags.s9 {
    background-position: 0 -112px; }
  .flags.s10 {
    background-position: 0 -128px; }
  .flags.s11 {
    background-position: 0 -144px; }
  .flags.s12 {
    background-position: 0 -160px; }
  .flags.s13 {
    background-position: 0 -176px; }
  .flags.s14 {
    background-position: 0 -192px; }
  .flags.s15 {
    background-position: 0 -208px; }
  .flags.s16 {
    background-position: 0 -224px; }
  .flags.s17 {
    background-position: 0 -240px; }
  .flags.s18 {
    background-position: 0 -256px; }
  .flags.s19 {
    background-position: 0 -272px; }
  .flags.s20 {
    background-position: 0 -288px; }
  .flags.s21 {
    background-position: 0 -304px; }
  .flags.s24 {
    background-position: 0 -352px; }
  .flags.s25 {
    background-position: 0 -368px; }
  .flags.s26 {
    background-position: 0 -384px; }
  .flags.s27 {
    background-position: 0 -400px; }
  .flags.s28 {
    background-position: 0 -416px; }
  .flags.s29 {
    background-position: 0 -432px; }

.types {
  top: 0;
  right: 0;
  width: 95px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/typesprods.png); }

.types.s1 {
  background-position: 0 0; }

.types.s2 {
  background-position: 0 -25px; }

.types.s4 {
  background-position: 0 -50px; }

/*
.change_menu .sidebar_pad ul.menu {
*/
.sidebar_pad ul.menu {
  background: #7a3717; }

.befooter {
  color: #fff;
  padding: 8px 29px;
  background: #7a3717;
  margin-bottom: 6px; }

.befooter a {
  color: #fc9; }

.befooter p {
  margin: 0;
  padding: 0; }

.nomarg p {
  margin: 0;
  padding: 0; }

.cart_caption {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: Tahoma, serif;
  text-decoration: none; }

.cart_caption:hover, .button_cart:hover, .add_to_cart:hover {
  text-shadow: 0 0 10px #ff0; }

.name_sub {
  height: 43px;
  padding: 0 0 0 13px; }

.name_sub span {
  padding: 0;
  float: none;
  vertical-align: middle;
  display: inline-block; }

.name_prod_popup {
  font-size: 18px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-family: Tahoma, serif !important; }

.descr_prod_popup {
  font-size: 14px;
  line-height: normal;
  /*	line-height:14px !important;*/
  font-style: normal !important; }

.out {
  font-size: 14px;
  font-style: normal !important; }

.prod_bgu_list li {
  width: 200px; }

.prod_bgu_list .left1 {
  padding: 0;
  width: 90px;
  vertical-align: top;
  display: inline-block; }

.prod_bgu_list .right1 {
  padding: 0;
  width: 60px;
  text-align: right;
  vertical-align: top;
  display: inline-block; }

.ordersum_left {
  width: 300px;
  vertical-align: top;
  display: inline-block; }

.ordersum_right {
  width: 100px;
  text-align: right;
  vertical-align: top;
  display: inline-block; }

.ordersum_left, .ordersum_right {
  color: #000;
  font-size: 14px;
  font-weight: 700; }

.cart_table {
  width: 100%;
  border-collapse: collapse; }

.cart_table > tr > th, .cart_table > tbody > tr > td {
  border: 1px solid #7a3717; }

.vtop {
  vertical-align: top; }

.table_rel {
  min-height: 130px;
  position: relative; }

.table_bot {
  bottom: 0;
  width: 100%;
  position: absolute; }

.prod_consist {
  padding: 5px 10px 30px; }

.cart_table .prod_price {
  padding-bottom: 5px; }

.table_right {
  float: right;
  padding-right: 10px; }

.cart_table .flags {
  margin-top: 7px;
  vertical-align: top; }

.vin {
  margin: 5px 0 0 3px;
  vertical-align: top;
  display: inline-block; }

.cart_inside_table {
  min-height: 130px; }

.cart_inside_table th {
  height: 41px;
  font-size: 14px; }

.cart_inside_table {
  color: #000; }

.cart_pad {
  font-size: 14px;
  padding-top: 20px; }

.fnt, .fnt * {
  font-size: 12px; }

.fnt input[type="text"] {
  width: 300px; }

.fnt textarea {
  width: 300px; }

/* slider */
#top, #fssList, #fssPlayPause {
  display: none; }

.fssPrev {
  top: 100px;
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 100;
  position: absolute;
  text-indent: -999999px;
  background: url(../img/left.png?v=2) no-repeat; }

.fssNext {
  top: 100px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 100;
  position: absolute;
  text-indent: -999999px;
  background: url(../img/right.png?v=2) no-repeat; }

.fssPrev, .fssNext {
  display: none; }

.slides:hover .fssPrev, .slides:hover .fssNext {
  display: block;
  cursor: pointer; }

.slides {
  position: relative;
  text-align: center; }

.slides a {
  display: block; }

.dpl {
  display: block;
  margin: 0 auto; }

/**********/
.button_cart {
  font-size: 18px;
  font-weight: 700;
  font-family: Tahoma, serif;
  text-decoration: none; }

.cart_font {
  font-size: 17px;
  font-weight: 700;
  font-family: Tahoma, serif; }

.order_button {
  border: 0;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  margin-top: 20px;
  font-family: Tahoma, serif; }

.item_text {
  font-size: 14px;
  line-height: normal; }

.prod_header.mod_cart {
  height: 30px;
  font-size: 14px; }

.nomarg {
  margin-bottom: 0; }

.alone_news {
  overflow: hidden; }

.update_cart {
  background: #fff;
  padding: 20px 20px 10px; }

.bg_pad {
  background: #fff;
  padding: 0 20px 20px; }

.minh {
  /*min-height:1151px;*/
  /* -28px */ }

.order {
  background: #fff; }

.cart_table .product_header_text {
  font-size: 12px;
  line-height: normal; }

.ajax_cart_qty img {
  width: 20px; }

h3.name_sub {
  color: #fff;
  background: #7a3717; }

.vfix_mobile {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.prod_items {
  background: #fff; }

#ok_group_widget, .fb-like-box, #vk_groups {
  vertical-align: top;
  display: inline-block; }

.fb-like-box {
  background: #fff; }

.socials {
  text-align: justify; }

.wood_bg_dark {
  background-image: url(/img/wood_bg_dark3.jpg) !important; }

.footer_div1 {
  position: relative;
  height: 82px;
  float: left;
  top: 0;
  left: 0;
  margin-right: 5px;
  width: 215px; }

.footer_div2 {
  position: relative;
  height: 82px;
  width: 740px;
  left: 220px;
  top: 0; }

.footer_div1_logo {
  position: relative;
  background-image: url(/img/wood_bg_dark3.jpg) !important;
  top: 60px;
  height: 22px; }

.footer_div1_logo2 {
  position: relative;
  background-image: url(/img/wood_bg_dark3.jpg) !important;
  top: 64px;
  height: 18px; }

#footer .logo2 {
  position: absolute;
  left: 3px;
  top: 0;
  width: 165px;
  height: 63px; }

.add_to_cart-red-button {
  padding: 4px 6px 4px 6px;
  background: linear-gradient(to right, #a51218, #e51c26);
  border: none;
  color: white;
  margin-top: 10px;
  cursor: pointer; }

.add_to_cart-red-button-link {
  padding: 4px 6px 4px 6px;
  background: linear-gradient(to right, #a51218, #e51c26);
  border: none;
  color: white !important;
  margin-top: 10px;
  display: inline-block;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: normal !important;
  font-family: Arial, Helvetica, sans-serif !important; }

.price-box {
  float: right;
  margin-top: 8px;
  padding-left: 0; }

.cart-box {
  float: left;
  max-width: 80px;
  margin-left: 0;
  padding-right: 0; }

.cart-box select {
  display: none; }

.incart {
  width: 30px;
  height: 30px;
  background: url(/images/incart.png) no-repeat left top;
  position: absolute;
  top: 157px;
  left: 100%;
  margin-left: -43px; }

#mini_cart {
  position: fixed;
  top: 25%;
  right: -400px;
  margin: -40px 0 0 0;
  overflow: hidden;
  padding: 0;
  z-index: 400; }

#panel-content {
  width: 388px;
  float: left;
  border: 1px solid #7A3717;
  border-bottom: none;
  background-color: white; }

#panel-sticker {
  float: left;
  position: relative;
  height: 100%;
  font-size: 16px;
  font-family: Tahoma, Geneva, sans-serif;
  margin: 0;
  color: white;
  cursor: pointer;
  width: 200px;
  background: #7A3717;
  padding-bottom: 10px; }

#panel-hidden {
  width: 200px;
  height: 200px; }

.title {
  background: url(/images/bg_cart_title.png) 0 0 repeat-x;
  text-align: center;
  padding-top: 12px;
  height: 40px;
  margin-bottom: 5px; }

.short_name {
  width: 150px;
  margin-left: 5px; }

.mini_cart_table {
  border-collapse: collapse;
  width: 100%;
  display: block;
  max-height: 500px;
  overflow-y: auto; }

.mini_cart_table td {
  padding: 5px; }

.icon_cart {
  max-width: 15px;
  vertical-align: middle; }

.inside_cart {
  width: 60px;
  text-align: center;
  vertical-align: middle; }

.num_prods_marg_mini {
  display: inline-block;
  vertical-align: middle;
  min-width: 27px; }

.price_mini_cart {
  text-align: center;
  padding-top: 3px; }

.panel_ordering {
  font-size: 16px;
  font-family: Tahoma, Geneva, sans-serif;
  margin: 0;
  color: white;
  width: 100%;
  height: 40px;
  background-color: #7A3717;
  padding-left: 15px;
  padding-bottom: 15px; }

.rec {
  border-bottom: 1px solid #7A3717 !important; }

.mini_cart_summ {
  float: left;
  margin-top: 18px; }

.block_button_cart {
  float: right;
  margin-right: 25px;
  max-width: 150px; }

.button_mini_cart {
  color: #FFF;
  height: 34px;
  padding: 0 10px;
  margin-left: 35px;
  line-height: 34px;
  display: inline-block;
  background: #CE181E none repeat scroll 0 0;
  font-size: 18px;
  font-weight: 700;
  font-family: Tahoma, serif;
  text-decoration: none; }

.cart-info {
  margin-left: 15px;
  margin-top: 7px;
  margin-bottom: 5px; }

.button_mini_cart:hover {
  text-shadow: 0 0 10px #ff0; }

.empty_mini_cart {
  padding: 15px;
  min-height: 24px; }

.mini_cart_font {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 700;
  font-family: Tahoma, serif; }

.g_block {
  position: static; }

td.inside_cart {
  padding: 0;
  width: 70px; }

td.inside_tb {
  width: 40%;
  padding: 0; }

.dk-upd {
  position: absolute;
  max-width: 15px;
  cursor: pointer;
  z-index: -1000; }

.dk-upd-minus {
  top: 13px;
  left: 3px; }

.dk-upd-plus {
  top: 13px;
  right: 3px; }

.dk-upd-btn {
  position: relative;
  width: 72px; }

.dk-hide {
  display: none !important; }

.delivery_justify {
  height: 1106px; }

.delivery_justify p {
  text-align: justify;
  margin-bottom: 15px; }

.delivery_table {
  border-collapse: collapse;
  width: 90%;
  margin: 0 auto; }

.delivery_table td {
  border: 1px solid #80150d;
  padding: 5px; }

.delivery_caption {
  text-align: center;
  background-color: #cccccc;
  font-weight: bold; }

.delivery_value {
  text-align: center;
  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 */
/* start imgBanks */
.rowBanks {
  width: 100%; }

.colBanks {
  display: inline-block;
  width: 11%;
  height: 70px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center; }

/* end imgBanks */
/* bottom cart */
.cart-tab {
  display: none !important; }

#cart_bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 8px 0;
  /*min-width:960px; */
  width: 100%;
  -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;
  line-height: 34px;
  max-width: 940px;
  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;
  position: relative;
  top: -2px; }

#cart_bottom .cart-pane__logo i {
  display: inline-block;
  margin-right: 5px;
  background-image: url(/img/cart.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  width: 42px;
  height: 34px;
  background-size: 42px 34px; }

#cart_bottom .cart-pane__logo span {
  display: inline-block;
  vertical-align: top;
  line-height: 38px; }

#cart_bottom .cart-pane__item {
  display: inline-block;
  line-height: 34px;
  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: 5px; }

#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; }

#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: 210px;
  text-align: right; }

#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: #13AD27;
  margin-top: 0;
  text-decoration: none !important; }

#cart_bottom .button_mini_cart:hover {
  text-decoration: none; }

.cart-pane__item_mob {
  display: none;
  float: left;
  font-size: 16px;
  color: #000;
  line-height: 34px;
  height: 34px; }

@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: 128px; }

  #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: -2px !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; }

  #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: inline-block !important; }

  #cart_bottom .button {
    padding: 0 5px;
    font-size: 14px; } }
body.withCartBottom {
  padding-bottom: 50px; }

#mini_cart {
  display: none; }

/* end bottom cart */
/* pizza creator */
#pizza_creator {
  width: 552px;
  margin-top: 15px; }

#pizza_creator form {
  overflow: hidden; }

#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 {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
  position: relative; }

.option_box .pad_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 274px;
  height: 30px;
  background: url(/img/wood_bg_dark3.jpg) 0 0 no-repeat; }

.option_box input {
  float: left;
  position: relative; }

.option_box label {
  float: left;
  padding: 0 0 5px 10px; }

.option_box .red_price {
  font-size: 16px;
  font-weight: bold; }

.option_box .button {
  background: none;
  width: 100%;
  height: 34px;
  text-align: center;
  padding: 0; }

.option_box .button input.submit {
  color: #fff;
  width: 100%;
  background: #13AD27;
  border: none;
  cursor: pointer;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  font-weight: 700;
  font-family: Tahoma, Geneva, sans-serif; }

.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;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  float: none;
  font-weight: bold; }

.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: 0 16px 4px 16px;
  width: 242px;
  margin-left: 15px;
  border: 1px solid #793916;
  float: right; }

.option_box.pad label {
  padding: 0 0 10px 5px;
  width: 224px;
  position: relative;
  font-size: 11px;
  line-height: 12px;
  top: 1px; }

.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 250px; }

.option_box .pizza_top {
  position: absolute;
  left: 0;
  top: 54px;
  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; }

/* end pizza creator */
.update_toppings {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat; }

.plus_toppings {
  background-image: url(/images/plus.gif); }

.minus_toppings {
  background-image: url(/images/minus.gif); }

.toppings_table, .toppings_admin_table {
  border-collapse: collapse; }

.toppings_table td, .toppings_admin_table td {
  padding: 3px;
  border: 1px solid #000; }

.toppings_table {
  width: 244px;
  margin-top: 5px; }

.toppings_table td {
  vertical-align: middle; }

.toppings_table td:first-child {
  width: 170px; }

.qty_wrap {
  width: 24px;
  margin-top: 2px;
  text-align: center;
  vertical-align: top;
  display: inline-block; }

/* product options and variants */
.prod_block {
  height: auto;
  min-height: 241px; }

.prod_img_column {
  min-height: 200px; }

.prod_info_column {
  height: auto;
  min-height: 180px;
  padding-bottom: 18px;
  position: relative; }

.prod_info_wrapper {
  overflow: visible; }

.dk-upd-btn {
  display: none; }

.item_bottom_wrapper.change_position {
  position: absolute;
  bottom: 18px;
  width: 100%; }

.price-box {
  height: 20px; }

.attributes {
  padding: 7px 10px 0;
  overflow: hidden; }

.fancy_content .attributes {
  padding-left: 0; }

.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: top; }

.attributes .variant_option {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 1px; }

.attributes .variant_attribute {
  display: block;
  font-size: 10px;
  color: #aaa; }

.prod_block.add_banner {
  background: #7a3717; }

.prod_block.add_banner div, .prod_block.add_banner a {
  height: 100%;
  display: inline-block; }

/* ╨┐╨╛╨┤╨╝╨╡╨╜╨░ ╤В╨╡╨╗╨╡╤Д╨╛╨╜╨░ ╨▓ ╤Д╤Г╤В╨╡╤А╨╡ */
#footer .slogan.workphone2 {
  background-image: url(/images/slogan_footer2.png); }

#footer .slogan.workphone3 {
  background-image: url(/images/slogan_footer3.png); }

.super_price_wrapper {
  padding: 0 10px;
  overflow: hidden; }

.super_price_crossed {
  padding-top: 5px;
  position: relative;
  float: right;
  /*color: #f00;*/
  font-size: 14px;
  font-weight: 700;
  font-family: Tahoma, serif; }

.super_price_crossed:before {
  position: absolute;
  content: '';
  left: 0;
  top: 55%;
  right: 0;
  border-top: 2px solid;
  border-color: #903E4C;
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  transform: skewY(-5deg); }

.super_price_crossed_outer .add_to_cart-red-button {
  margin-top: 1px; }
.super_price_crossed_outer .price-box {
  margin-top: 1px; }
.super_price_crossed_outer .prod_price {
  color: #007336; }

.addrFields * {
  box-sizing: border-box; }
.addrFields .addrRow {
  margin-top: 10px;
  clear: both;
  overflow: hidden; }
.addrFields .addrCol {
  float: left;
  padding-right: 15px; }
  .addrFields .addrCol:last-child {
    padding-right: 1px; }
  .addrFields .addrCol label {
    display: block;
    font-size: 12px; }
  .addrFields .addrCol input {
    width: 100%; }
.addrFields .addrStreet {
  width: 75%; }
.addrFields .addrHouse {
  width: 25%; }
.addrFields .addrKv, .addrFields .addrPod, .addrFields .addrKod, .addrFields .addrFloor {
  width: 25%; }

.disclaimer {
  position: fixed;
  z-index: 10000;
  width: 980px;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  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: row; }
  .disclaimer .dsclText {
    margin-right: 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; }
  .policyWarn input[type=checkbox] {
    margin: 0 3px 0 0; }

.order-form-wrapper {
  background: #fff;
  padding: 10px 20px; }
  .order-form-wrapper *, .order-form-wrapper ::after, .order-form-wrapper ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .order-form-wrapper label {
    display: inline-block;
    margin-bottom: .5rem; }
  .order-form-wrapper input {
    overflow: visible; }
  .order-form-wrapper ul {
    margin-top: 0;
    margin-bottom: 1rem; }
  .order-form-wrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .order-form-wrapper .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .order-form-wrapper .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .order-form-wrapper .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .order-form-wrapper .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .order-form-wrapper .smallGutters .row, .order-form-wrapper .smallGutters.row {
    margin-right: -5px;
    margin-left: -5px; }
  .order-form-wrapper .smallGutters .col {
    padding-right: 5px;
    padding-left: 5px; }
  .order-form-wrapper .fontSize1 {
    font-size: 13px !important;
    font-weight: 700 !important; }
  .order-form-wrapper .headType1 {
    margin-bottom: .2rem;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-style: normal; }
  .order-form-wrapper .form-order {
    max-width: 520px;
    margin-top: 20px; }
  .order-form-wrapper .input-wrapper {
    margin-bottom: 20px; }
  .order-form-wrapper .form-label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px; }
  .order-form-wrapper .form-input {
    padding: 5px;
    width: 100%;
    font-size: 15px; }
  .order-form-wrapper .radio-button-list {
    list-style: none;
    padding: 0;
    font-size: 14px; }
  .order-form-wrapper .radio-button-list--mt10 {
    margin-top: 10px; }
  .order-form-wrapper .radio-button-label {
    position: relative;
    padding-left: 5px; }
  .order-form-wrapper .radioLabel1 {
    color: #101010; }
  .order-form-wrapper .form-radio {
    vertical-align: top;
    margin-top: 3px; }
  .order-form-wrapper .form-note {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    color: #101010; }
  .order-form-wrapper .payment-price {
    font-size: 18px;
    padding-left: .5rem; }
  .order-form-wrapper .payMethodDelivDescr {
    display: block; }
  .order-form-wrapper .policyWarn {
    font-size: 11px; }
  .order-form-wrapper .price-order-form {
    font-weight: 700;
    font-size: 20px;
    color: #101010;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-form-wrapper .order-form-payment-description {
    color: #101010;
    margin-right: 10px; }

/*# sourceMappingURL=tstudio.css.map */
