/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
* {

}

*:focus:not(:focus-visible) {

}

a,
button,
input,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.main_wid { border: 0; margin: 0px auto; width: 960px; position: relative; }
.header { 
	/*background-color: #f4eb00; background: url(../img/bg3.png);
	margin: 0 0 10px 0;.main_wid { border: 0; margin: 0px auto; width: 960px; position: relative; }
.header { 
	/*background-color: #f4eb00; background: url(../img/bg3.png);
	margin: 0 0 10px 0;
	*/
	/*background: #f4eb00 url(/img/bg3.png);
	background-size: 62px 28px;*/
	background: #f4eb00;
}

.header .l1 { 
	/*background: #000;*/ overflow: hidden; padding: 0 0 1px 0; 
}
.header .l1 .main_wid {
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 14px 0;
	border-bottom: 1px solid #fff911;
}

.header .l2 { overflow: hidden; }
.header .l2 .main_wid { padding: 16px 0; border-bottom: 1px solid #fff911; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.response_top { font: bold 20px Arial; }
.response_top a { display: inline-block; background: #000; padding: 5px 20px; color: #FFF505; border-radius: 10px; }

.header .l3 {  }

.header .l3 .ln { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; padding: 25px 0; }


.header .l4 { display: none; overflow: hidden; background: #fff; padding: 25px 0; }

.header .l4  .main_wid { 
   

 }

.header .l5 { background: #161616; overflow: hidden; padding: 0; }

.header .price_attention { font: 400 16px Arial; 

  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;

}

.header .price_attention_red { color: #f00; }

.header .att_right {  }
.header .att_left {  }
.header .price_text { text-align: center; font-size: 16px; }

.sadv {	background: #161616; padding: 15px 0; margin-bottom: 30px; }
.sadv + #maincontainer #contentwrapper #contentcolumn { padding-top: 0; }

.section_header {
	width: 100%;
	margin: 0 0 35px 0;
	gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section_header h1,
.section_header h2,
.section_header h3 {
	/*width: 100%;*/
	margin: 0;
}
.section_header .section_find {
	margin-left: auto;
}
.section_header .section_find form {
	width: 400px;
	gap: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 3px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	/*box-shadow: 0px 1px 2px 0px rgba(88, 102, 126, .12), 0px 4px 24px 0px rgba(88, 102, 126, .08);*/
	/*background: #ebebeb;*/
	border: 1px solid #ebebeb;
}

.section_header .section_find input[name="section_find_word"],
.section_header .section_find input[name="searchword"] {
    width: 100%;
    margin: 0;
    min-height: 100%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: 0;
	width: 70% !important;
	font-size: 16px;
}

.section_header .section_find .button1 {
	margin: 0;
	width: calc(30%);
	border-radius: 10px;
}

.section_header .sadv-form-wrap {
	margin-left: auto;
}

.section_header_hide {
	display: none;
}

.stw-header-slider {
	display: none;
}

#addtocartproduct0 {
	display: none;
}
/* ----------------------------- */

#gallery
{
  margin: 20px 0px;
}

.gallery_b1
{
  float: left;
}

#gallery img
{
  margin: 0 5px 10px 0;

  float: left;
}

#gallery img:hover
{
  -webkit-box-shadow: 0 0 10px 0 #333;
          box-shadow: 0 0 10px 0 #333;
}

/* -------------- */

a { border: 0; }

.img_left
{
  float: left;
  margin: 0 20px 10px 0;
}

.img_right
{
  float: right;
  margin: 0 0 10px 20px;
}

.img_left,
.img_right
{
  padding: 1px;
  border: 1px solid #ccc;

  /*display: block;*/
  clear: both;
}

#cat_list,
.goods__list-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: unset;
}

#cat_list + #cat_list {
	margin-top: 30px;
}

.cat_list_category {
	gap: 40px;
}

#cat_list .cat_group
{
  text-align: center;
  padding: 0;
  width: calc((100% - 120px) / 4);
  height: 200px;
}

#cat_list .cat_group a {
	width: 100%;
    height: 100%;
    padding: 15px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(88, 102, 126, .12), 0px 4px 24px 0px rgba(88, 102, 126, .08);
	        box-shadow: 0px 1px 2px 0px rgba(88, 102, 126, .12), 0px 4px 24px 0px rgba(88, 102, 126, .08);
    border: 1px solid #cbcbcb;
    border-radius: 10px;
	position: relative;
	overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#cat_list .cat_group a:hover {
	-webkit-box-shadow: 0 0 0px 1px #000;
	        box-shadow: 0 0 0px 1px #000;
	border-color: #000;
}

#cat_list .cat_group .cat_item_desc {
	width: 100%;
	
    font-weight: 600;
    font-size: 15px;
    color: #000;
    margin: 0 0 15px 0;
}
#cat_list .cat_group .title
{
  text-align: center;
  font-weight: bold;
}

#cat_list .cat_group img
{
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}      

#cat_list .cat_item
{
  overflow: hidden;

  border-bottom: 1px dashed #ccc; 

  padding: 10px; 
  margin-bottom: 10px;
}

#cat_list .cat_item img
{
  float: left; 
  margin: 0 20px 20px 0;
/*
  border-radius: 5px;
*/
  border: 1px solid #7FA4C4;
  padding: 2px;

  width: 170px;
}

/*
.goods_group_b img
{
  width: 310px;
}
*/


#cat_list .cat_item .title
{
  font: bold 18px Arial;
  /*text-shadow: #aaa 1px 1px 0px;*/
}

#cat_list .cat_item .title2
{
  font: bold 16px Arial;
  color: #0060BD;
}

#cat_list .cat_item .price
{
  font: bold 16px Arial;
  color: #000;

  float: right;
}

#cat_list .cat_item .city
{
  font: normal 14px Arial;
  color: #000;

  float: right;
  text-align: right;
  width: 120px; 
  margin: 0 0 0 30px;
}

#cat_list .cat_item .price .curr
{
  font: normal 14px Arial;
  color: #000;
}

#cat_list .cat_item .title a { font: bold 16px Arial; text-decoration: none; color: #0060BD; }
#cat_list .cat_item .title a:hover { text-decoration: underline; }

#cat_list .cat_item .cat_item_desc
{
  text-align: left;
  margin: 10px 0 0 0;
  min-width: 100%;
  font: normal 14px Arial;
}

.good_txt
{
  font: normal 14px Arial;
  margin: 20px 0;
}

.goodsgroup_text
{
  font: normal 14px Arial;
  margin: 20px 20px;
}

#cat_list .cat_item .cat_item_desc b
{
  font: bold 16px Arial;
}

#cat_list .cat_item_b
{
}

#cat_list .cat_item_b img
{
  float: left;
  margin: 10px 20px 20px 0;
}


#breadcrumbs
{
  margin: 5px 0 15px 0px;
  font: normal 14px Arial;
  color: #33a;
}

#breadcrumbs a
{
  font: normal 14px Arial;
  color: #33a;

  margin: 0 10px 0 0;
  text-decoration: none;
  border-bottom: 1px dotted #333;
  /*padding: 0 10px 0 0;*/
}

.breadcrumbs_hide {
  display: none;
}



.articles_list {}
.articles_list .list_item { overflow: hidden; margin: 0 0 20px 0; }
.articles_list .list_item .list_ico { float: left; margin: 0 20px 20px 0; }
.articles_list .list_item .item_hdr a { font: bold 16px Arial; text-decoration: none; color: #0060BD; }
.articles_list .list_item .item_hdr a:hover { text-decoration: underline; }
.articles_list .list_item p { margin: 10px 0 0 0; }

.filter, .filter input, .filter select { -webkit-box-sizing: border-box; box-sizing: border-box; }

.filter { background: #fff; padding: 20px; margin: 0 0 20px 0; border: 1px solid #333; }
.filter .field { display: inline-block; padding: 0 5px 5px 0; width: 130px; text-align: center; 
  font: normal 12px Arial; 
 }
.filter .field select { width: 120px; }
.filter .price { width: 270px; }
.filter .price input { width: 120px; }
.filter .price .line { width: 10px; display: inline-block; text-align: center; }

.filter .marks {}

.filter .btn_show
{
  font: normal 16px sans-serif, Arial; text-decoration: none; border-radius: 5px;
  padding: 5px 25px;
  margin: 0 5px; 
}

.filter .producers { }

.filter .producers a { display: inline-block; width: 110px; padding: 5px 0; color: #0C61AC; height: 20px; 
}
.filter .producers a.cur { font: bold 14px Arial; }

.btn_blue { 
  border: none;

  color: #fff;
  background: #119EDF url(blue.jpg) repeat-x top left;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5799),color-stop(50%, #2989d8),color-stop(51%, #207cca),to(#7db9e8));
  background: linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
  background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
  background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);

}

    



/* --------------- */

.form_order_add {
	margin-bottom: 30px;
}
.form_order_add_text {
	margin-bottom: 30px;
}
.b_gray
{
  background: #dddddd;
}

.wrk_tbl
{
  width: 100%;
  cellpadding: 0px;
  cellspacing: 0px;
  font-size: 15px;
  line-height: 1.25;
  margin: 0 0 25px 0;
}


.wrk_tbl th
{
  height: 30px;
  *height: 20px;

  padding: 10px;
  background: url(th_bg.jpg) left top repeat-x #ffffff;

  font-family: Tahoma;
  font-size: 11px;
  color: #666666;
  font-weight: bold;

  border-bottom: 1px solid #999;
}


.wbt
{
  border-top:1px solid #999;
}

.wbr
{
  border-right:1px solid #999;
}

.wbl
{
  border-left:1px solid #999;
}

.wrk_tbl tr
{
}

.wrk_tbl td
{
  background: #ffffff;
  vertical-align: center;
  text-valign: center;
  color: #666666;
}

.wrk_tbl tr:first-child td.form_title {
  padding-top: 0;
}
.wrk_tbl td.form_title {
  padding: 17px 0 5px 0;
}

.wrk_tbl td a
{
  color: #425364;
  font: normal normal 700 12px/16.64px Arial;
}

.wrk_tbl td input,
.wrk_tbl td .text,
.wrk_tbl td textarea {
	border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.wrk_tbl td input[type="submit"] {
	background: #000;
	color: #fff;
	cursor: pointer;
    border: none;
    border-radius: 20px;
    font: normal 14px Arial;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 35px;
    display: inline-block;
    margin-right: 15px;
    float: none;
	width: auto;
}

.wrk_tbl td input[type="submit"]:hover {
	background: #3a3a3a;
	color: #fff;
}

.wrk_tbl td input
{
  width: 100%;
  border: 1px solid #949494;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrk_tbl td .cb_cart
{
  border: 1px solid #C3C3C3;
  padding: 2px;
  width: auto;
}



.wrk_tbl td .line
{
  width: 100%;
  border: 1px solid #C3C3C3;
  padding: 3px 0;
}

.wrk_tbl td .text, .wrk_tbl td textarea
{
  width: 100%;
  height: 130px;
  border: 1px solid #949494;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrk_tbl .total_
{
  height: 40px;
  *height: 30px;
  padding: 10px 30px 0px 20px;
  background: url(th_bg.jpg) left top repeat-x #ffffff;
  text-align: right;
  vertical-align: center;

  border-bottom:1px solid #999;
}

.wrk_tbl .total_ div
{
  display: inline;
  margin: 0 10px 0 10px;
}

.wrk_tbl .total_ b
{
  font-family: Arial;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  position: relative;
  /*top: -8px;  */
  margin: 0 5px 0 5px;
}

.line_140
{
  width: 160px;
  border: 1px solid #CECECE;
  padding: 0 3px 0 3px;
}

.wrk_tbl2
{
  width: 100%;
  font-size: 15px;
  line-height: 1.25;
  margin: 0 0 25px 0;
}


.wrk_tbl2 th
{
  padding: 17px 0 5px 0;
  color: #666666;
  background: none;
}

.wrk_tbl2 tr:first-child th
{
  padding: 0 0 5px 0;
}

.wrk_tbl2 .text
{
  margin-left: 3px;
  padding: 0 3px 0 3px;
  width: 320px;
  border: 1px solid #CECECE;
  height: 70px;
}

.wrk_tbl2 .form_info
{
  padding-left: 5px;
  font-size: 10px;
}

.wrk_tbl2 td a
{
  font-size: 12px;
  padding: 5px;
  color: #690010;
}

.fl_right
{
  float: right;
}

.rm80
{
  margin-right: 80px;
}

.half_wid
{
  width: 45%;
  float: left;
}

.r_border_dot
{
  border-right: 1px dotted #949494;
  margin-right: 20px;
}

/* -------------------------------------------- */
.button1,
.common_btn
{
  cursor: pointer;
  border: none;
  border-radius: 20px; 
  color: #425364; 
  background: #CBCBCB;
  font: normal 14px Arial;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 20px;
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 15px;
  float: none;
  
  /*border-bottom: 1px solid #A0A0A0;*/

}


.common_btn:hover
{
  color: #FFF500; 
  background: #8F8F8F;
}


#info_panel, #errs_panel {
	/*position: fixed;
    top: 0;
    z-index: 7;*/
    margin: 5px auto 30px;
    width: 960px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
	max-width: 100%;
    /*border-radius: 12px;
    font: normal 14px Arial;*/
}

#info_panel { 
  background: #66f; 
  border-left: 1px solid #88f; 
  border-bottom: 1px solid #88f; 
  border-right: 1px solid #88f; 

  color: #fff;
}

#info_panel .msg {  }

#errs_panel { 
  background: #800; 
  border-left: 1px solid #a00; 
  border-bottom: 1px solid #a00; 
  border-right: 1px solid #a00; 

  color: #fff;
}


#processing
{
  position: fixed; z-index: 110000; left: 50%; margin-left: -16px; top: 40%; opacity: 1;

  background: url(loading.gif) no-repeat center center #fff;
  background-size: 22px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 4px;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(144 144 144);
          box-shadow: 0px 0px 20px 0px rgb(144 144 144);
  -display: block;
  display: none;
}

.mini-card-product .price .old_price, .old_price  
{
  color: #999; text-decoration:line-through; font: normal 12px Arial; display: block;
}

#footer {  }

#footer .fcontact { }

#footer .fcontact a.big_phone { }

#footer .fcontact a.big_phone .info { }

#footer .fcontact .ftel { float: none; }
#footer .fcontact .fmail { float: none; margin: 0; }

.button_resp_color_1 {
	background: #000;
	color: #fff;
}
.button_resp_color_1:hover {
	background: #3a3a3a;
	color: #fff;
}
.button_resp_color_2 {
	background: #2ec200;
	color: #fff;
}
.button_resp_color_2:hover {
	background: #208500;
	color: #fff;
}
.button_resp_size_2 {
	height: 36px;
}
.button_resp_color_3 {
	background: #2eb3f5;
	color: #fff;
}
.button_resp_color_3:hover {
	background: #027fbd;
	color: #fff;
}
.button_resp_color_4 {
	background: #d0251a;
	color: #fff;
}
.button_resp_color_4:hover {
	background: #d0251a;
	color: #fff;
}

.stwcart {
	min-width: unset;
	position: relative;
	border: 1px solid #e2e2e2;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
	display: block;
}
.stwcart_margin_top {
	margin-top: 10px;
}
.stwcart tbody {
	display: block;
}
.stwcart .stwcart-trth {
	display: none;
}
.stwcart tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	background: #fff;
	padding: 15px 10px 15px 30px;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}
.stwcart tr:nth-child(odd) {
	background: #f5f5f7;
}
.stwcart tr:last-child {
	border-bottom: 0;
}
.stwcart tr td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	background: transparent;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 100%;
	width: 100%;
	font-weight: bold;
	padding: 8px 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.stwcart tr td:last-child {
	border-bottom: 0;
}
.stwcart tr td a { 
	font-size: 16px;
}
.stwcart .stwcart-tdhide {
	display: none;
}
.stwcart-tdbefore {
	display: inline-block;
	margin-right: 8px;
	font-weight: normal;
	font-size: 13px;
}
.stwcart-tdafter {
	display: inline-block;
}
.stwcart .stwcart-tdnumber {
	font-weight: bold;
	font-size: 12px;
	width: 40px;
	min-width: 40px;
	left: 10px;
	top: 13px;
	position: absolute;
	color: #425364;
}
.stwcart-tdnumber .stwcart-tdbefore {
	display: none;
}
.stwcart .stwcart-tdtitle {
	min-width: 100%;
	width: 100%;
	border-bottom: 1px solid #dadada;
	padding: 5px 0 8px;
}
.stwcart-tdtitle .stwcart-tdbefore {
	display: none;
}
.stwcart .stwcart-tdweight {
	font-size: 12px;
	border-bottom: 1px solid #dadada;
}
.stwcart-tdweight .stwcart-tdbefore {
	font-size: 12px;
}
.stwcart .stwcart-tdprice,
.stwcart .stwcart-tdcount {
	min-width: unset;
	width: unset;
}
.stwcart .stwcart-tdcount {
	margin-left: 20px;
}
.stwcart .stwcart-tdsumma {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.stwcart-tdcount .stwcart-tdbefore {
	display: none;
}

.stwcart .stwcart-tdremove {
	font-size: 12px;
}
.stwcart .stwcart-tdremove .stwcart-tdbefore {
	font-size: 12px;
}
.stwcart .stwcart-tdall {
	border: 0;
	padding: 0;
	height: auto;
	background: none;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: left;
}
.stwcart .stwcart-tdall div {
	width: 100%;
	margin: 5px 0;
}

.cb_cart_delete {
	color: #ae0000;
	cursor: pointer;
	text-decoration: underline;	
}

.cb_cart_delete:hover {
	text-decoration: none;
}

.stwbutton_color_1 {
	background: #0071e3;
	color: #fff;
}

.mrgt_1 {
	margin-top: 30px;
}
/* Вход / Регистрация */
form[name="login"],
form[name="order"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.half_wid {
	width: calc(50% - 20.5px);
	border-top: 0;
	border-bottom: 0;
	padding: 0 0;
}
.half_wid_1 {
	padding-right: 20px;
	border-right: 1px dotted #949494;
}
.half_wid_2 {
	
}
.half_wid_1 br, 
.half_wid_2 br, 
.wrk_tbl2 br,
#user_options br {
	display: none;
}
.half_wid .line_140,
.wrk_tbl2 .text,
.wrk_tbl2 .line_140 {
	width: 100%;
    background: #ffffff;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
	border: 1px solid #949494;
	margin: 0;
}
.half_wid  tr,
.wrk_tbl2 tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.half_wid tr td,
.wrk_tbl2 tr td,
.wrk_tbl2 tr th {
	/*min-width: 100%;*/
	width: 100%;
}
.half_wid .link1 {
	margin-top: 15px;
    display: inline-block;
    margin-bottom: 5px;
}
form[name="order"],
.product_cart {
	max-width: 100%;
	width: 100%;
	overflow-x: auto;
}
form[name="order"] table,
.product_cart table {
	
}
.wrk_tbl {
	/*min-width: 600px*/
}
.r_border_dot {
	margin-right: 0;
}
.wrk_tbl2 .order_phone_s1 {
	font-weight: bold;
	font-size: 22px;
	border: 3px solid #000;
}
.wrk_tbl2 .order_phone_s2 {
	font-weight: bold;
	color: #d0241a;
}
#status_options,
#status_history,
#user_options {
	width: 100%;
	margin-bottom: 20px;
}
#status_options td,
#status_history td,
#user_options td {
	border: 1px solid #dadada;
	padding-left: 10px !important;
	padding-right: 10px !important;
}    

.articles_list {
	margin: 30px 0;
}
.articles_list .list_item {
    margin-bottom: 0;
    border-top: 1px solid #dddddd;
    padding: 20px 0;
}
.articles_list .list_item:last-child {
	/*border-bottom: 1px solid #dddddd;*/

}
.cabinet_links tr {
	border-bottom: 1px solid #c4c4c4;
}
.cabinet_links tr:first-child {
	border-top: 1px solid #c4c4c4;
}
.cabinet_links td a {
	font-size: 16px;
	padding: 25px 10px;
	display: block;
}
.cabinet_links td a:hover {
    background: #ededed;
}
.resp_order_finish {
	font-weight: bold;
	font-size: 20px;
}

.article {
    color: #595959;
    font: 17px / 26px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.article p {
	margin-bottom: 20px;
}

.innertube .article .article_form_bottom {
	margin-top: 40px;
    border-top: 1px dotted #949494;
    padding-top: 35px;
}

.innertube .article:first-child .article_form_bottom {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}