

/* Start:/local/templates/redesign_new/components/bitrix/catalog/main_catalog/style.css?1738221508697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/redesign_new/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/style.css?173822150818666*/
/*variables*/
/*classes*/
.justify {
  text-align: justify;
  text-justify: newspaper;
  font-size: 1px; }
  .justify > * {
    display: inline-block;
    text-align: left;
    font-size: 14px; }
  .justify:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px; }

.before-el, .page-content .top-block .product-description .buttons a, .page-content .detail-tabs .comments .item {
  position: relative; }
  .before-el:before, .page-content .top-block .product-description .buttons a:before, .page-content .detail-tabs .comments .item:before {
    position: absolute;
    content: ''; }

.main-sprite {
  background-image: url("/local/templates/redesign_new/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/../../../../../../../images/sprite.png"); }

.valign-middle {
  font-size: 1px; }
  .valign-middle:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
    margin: 0 0 0 -1px; }
  .valign-middle > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px; }

/*mixins*/
.page-content .top-block {
  margin: 35px 0; }
  .page-content .top-block .photo-gallery {
    width: 513px;
    float: left; }
    .page-content .top-block .photo-gallery .main-photo {
      width: 404px;
      height: 401px;
      border: 1px solid #ededed;
      float: left; }
      .page-content .top-block .photo-gallery .main-photo a {
        text-align: center;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 401px;
        overflow: hidden; }
        .page-content .top-block .photo-gallery .main-photo a img {
          display: inline;
          max-width: 100%;
          max-height: 100%;
          vertical-align: middle; }
    .page-content .top-block .photo-gallery .photos-carousel {
      margin-left: 14px;
      float: left; }
      .page-content .top-block .photo-gallery .photos-carousel li {
        width: 93px;
        height: 93px;
        margin-left: 0; }
        .page-content .top-block .photo-gallery .photos-carousel li a {
          text-align: center;
          border: 1px solid #ededed;
          display: block;
          width: 91px;
          height: 94px;
          line-height: 94px;
          overflow: hidden; }
          .page-content .top-block .photo-gallery .photos-carousel li a img {
            display: inline;
            max-width: 100%;
            max-height: 100%;
            vertical-align: middle; }
      .page-content .top-block .photo-gallery .photos-carousel .bx-wrapper .bx-viewport {
        border-bottom: 1px solid #ededed; }
      .page-content .top-block .photo-gallery .photos-carousel .bx-wrapper .bx-controls-direction a {
        left: 50%;
        background: url("/local/templates/redesign_new/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/../../../../../../../images/slider-arrows.png");
        width: 33px;
        height: 33px;
        margin-left: -16px;
        margin-top: 0; }
        .page-content .top-block .photo-gallery .photos-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
          top: 0; }
        .page-content .top-block .photo-gallery .photos-carousel .bx-wrapper .bx-controls-direction a.bx-next {
          bottom: 0;
          background-position: 0 -33px;
          top: auto; }
  .page-content .top-block .product-description {
    float: right;
    width: 395px; }
    .page-content .top-block .product-description h1 {
      margin: -7px 0 30px; }
    .page-content .top-block .product-description .parameters tr td {
      padding: 7px 10px 7px 0; }
    .page-content .top-block .product-description .parameters tr .name {
      font-size: 14px;
      color: #666666; }
    .page-content .top-block .product-description .parameters tr .value {
      font-size: 18px;
      font-family: PTSansBold, Arial, sans-serif;
      color: #000;
      vertical-align: top; }
      .page-content .top-block .product-description .parameters tr .value input {
        text-indent: 0;
        float: left; }
        .page-content .top-block .product-description .parameters tr .value input.count {
          width: 50px;
          height: 30px;
          font-size: 18px;
          text-align: center;
          font-family: PTSansBold, Arial, sans-serif; }
        .page-content .top-block .product-description .parameters tr .value input.plus, .page-content .top-block .product-description .parameters tr .value input.minus {
          width: 32px;
          height: 32px;
          border: none;
          background: url("/local/templates/redesign_new/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/../../../../../../../images/count.png") no-repeat;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          cursor: pointer; }
        .page-content .top-block .product-description .parameters tr .value input.minus {
          background-position: 8px 0; }
          .page-content .top-block .product-description .parameters tr .value input.minus.disabled {
            background-position: 8px -34px; }
        .page-content .top-block .product-description .parameters tr .value input.plus {
          background-position: -17px 0; }
          .page-content .top-block .product-description .parameters tr .value input.plus.disabled {
            background-position: 8px -34px; }
    .page-content .top-block .product-description .parameters tr.price .value {
      font-size: 24px; }
      .page-content .top-block .product-description .parameters tr.price .value span {
        font-size: 18px; }
    .page-content .top-block .product-description .buttons {
      margin: 33px 0 80px; }
      .page-content .top-block .product-description .buttons a {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        height: 35px;
        line-height: 35px;
        text-align: center;
        text-transform: uppercase;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .page-content .top-block .product-description .buttons a.compare {
          width: 48px;
          background: #f3f3f3; }
          .page-content .top-block .product-description .buttons a.compare:before {
            background-position: -28px -3px;
            left: 50%;
            margin-left: -14px; }
        .page-content .top-block .product-description .buttons a.delay {
          padding: 0 28px 0 44px;
          background: #f3f3f3;
          color: #666666; }
          .page-content .top-block .product-description .buttons a.delay:before {
            background-position: 2px -87px;
            left: 7px; }
        .page-content .top-block .product-description .buttons a.add-to-basket {
          padding: 0 28px 0 60px;
          background: #ffbb28;
          color: #fff;
          font-family: PTSansBold, Arial, sans-serif; }
          .page-content .top-block .product-description .buttons a.add-to-basket:before {
            background-position: -62px -3px;
            left: 10px; }
        .page-content .top-block .product-description .buttons a:before {
          width: 28px;
          height: 22px;
          margin-top: -11px;
          top: 50%;
          background-image: url("/local/templates/redesign_new/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/../../../../../../../images/sprite.png"); }
    .page-content .top-block .product-description .discount {
      line-height: 2em;
      margin-bottom: 22px; }
      .page-content .top-block .product-description .discount .title {
        font-size: 18px;
        font-family: PTSansBold, Arial, sans-serif;
        position: relative;
        cursor: pointer;
        color: #000; }
        .page-content .top-block .product-description .discount .title span {
          font-size: 30px;
          font-family: PTSansRegular, Arial, sans-serif;
          color: #a53332;
          position: relative;
          top: 3px; }
        .page-content .top-block .product-description .discount .title:after {
          content: '';
          border: 5px solid transparent;
          border-top: 5px solid #000;
          position: absolute;
          top: 10px;
          left: 100%;
          margin-left: 8px; }
      .page-content .top-block .product-description .discount.opened .title:after {
        border-top: none;
        border-bottom: 5px solid #000; }
      .page-content .top-block .product-description .discount .discount-content {
        font-size: 14px;
        padding-left: 30px;
        display: none; }
        .page-content .top-block .product-description .discount .discount-content span {
          color: #a53332;
          font-family: PTSansBold, Arial, sans-serif; }
        .page-content .top-block .product-description .discount .discount-content b {
          font-weight: normal;
          font-family: PTSansBold, Arial, sans-serif; }
    .page-content .top-block .product-description .share li {
      margin-left: 0;
      list-style: none; }
.page-content .detail-tabs {
  display: inline-block;
  width: 100%; }
  .page-content .detail-tabs > div > div {
    padding: 20px; }
  .page-content .detail-tabs > ul {
    width: 100%; }
    .page-content .detail-tabs > ul:after {
      content: "";
      display: block;
      clear: both;
      height: 2px;
      background: #444444; }
    .page-content .detail-tabs > ul li {
      cursor: pointer;
      margin-right: 4px;
      margin-left: 0 !important;
      list-style: none !important;
      -webkit-box-shadow: 1px 0 0 0 #e4e4e4;
      -moz-box-shadow: 1px 0 0 0 #e4e4e4;
      -ms-box-shadow: 1px 0 0 0 #e4e4e4;
      -o-box-shadow: 1px 0 0 0 #e4e4e4;
      box-shadow: 1px 0 0 0 #e4e4e4;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
      display: block;
      font-size: 16px;
      float: left;
      height: 35px;
      line-height: 35px;
      padding: 0 20px;
      background: #f3f3f3;
      color: #666666; }
      .page-content .detail-tabs > ul li.active, .page-content .detail-tabs > ul li:hover {
        background: #444444;
        color: #fff; }
  /*.page-content .detail-tabs .comment-form {
    height: 155px;
    padding: 20px 20px 35px;
    width: 100%;
    position: relative;
    left: -20px;
    background: #f3f3f3;
    margin-bottom: 40px; }
    .page-content .detail-tabs .comment-form .field-group {
      clear: both; }
      .page-content .detail-tabs .comment-form .field-group .field {
        width: 211px;
        margin: 0 20px 13px 0;
        float: left; }
        .page-content .detail-tabs .comment-form .field-group .field:last-child {
          margin-right: 0; }
        .page-content .detail-tabs .comment-form .field-group .field .required {
          color: #0099ff; }
        .page-content .detail-tabs .comment-form .field-group .field label {
          display: block;
          margin-bottom: 7px; }
        .page-content .detail-tabs .comment-form .field-group .field input {
          width: 100%;
          height: 30px; }
        .page-content .detail-tabs .comment-form .field-group .field.captcha {
          padding-top: 20px;
          margin-left: 18px;
          width: 193px; }
          .page-content .detail-tabs .comment-form .field-group .field.captcha img {
            border: 1px solid #dbdbdb; }
        .page-content .detail-tabs .comment-form .field-group .field.comment {
          width: 672px;
          margin-right: 30px; }
          .page-content .detail-tabs .comment-form .field-group .field.comment textarea {
            height: 62px;
            width: 100%; }
        .page-content .detail-tabs .comment-form .field-group .field.submit {
          width: 200px;
          padding-top: 50px; }
          .page-content .detail-tabs .comment-form .field-group .field.submit input {
            background: #565656;
            border: none;
            font-family: PTSansBold, Arial, sans-serif;
            color: #fff;
            font-size: 14px;
            text-align: center;
            width: 100%;
            height: 36px; }
      .page-content .detail-tabs .comment-form .field-group:last-child .field {
        margin-bottom: 0; }*/
/*  .page-content .detail-tabs .comments .item {
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 14px; }
    .page-content .detail-tabs .comments .item .date {
      color: #999999; }
    .page-content .detail-tabs .comments .item .name {
      color: #000;
      font-family: PTSansBold, Arial, sans-serif; }
    .page-content .detail-tabs .comments .item p {
      line-height: 1.7em; }
    .page-content .detail-tabs .comments .item:before {
      background: url("/local/templates/redesign_new/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/../../../../../../../images/sprite.png") -32px -88px;
      width: 19px;
      height: 18px;
      left: -20px;
      top: 0; }
*/
#product-not-available {
  width: 660px;
  display: none; }
  #product-not-available .old, #product-not-available .new {
    width: 300px;
    float: left; }
    #product-not-available .old > .title, #product-not-available .new > .title {
      font-size: 26px;
      font-family: PTSansBold, Arial, sans-serif;
      color: #000;
      margin-bottom: 23px;
      letter-spacing: 1.5px; }
    #product-not-available .old > p, #product-not-available .new > p {
      font-size: 14px;
      color: #666666;
      margin: 0 0 40px;
      line-height: 1.8em; }
  #product-not-available .old {
    margin-right: 60px;
    position: relative; }
    #product-not-available .old:after {
      content: '';
      width: 27px;
      height: 50px;
      background: url("/local/templates/redesign_new/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/../../../../../../../images/main-slider/arrows.png") -27px 0;
      position: absolute;
      top: 190px;
      left: 100%; }
    #product-not-available .old > .title {
      color: #ffbb28; }
    #product-not-available .old .img {
      width: 220px;
      height: 220px;
      line-height: 220px;
      overflow: hidden;
      margin-top: 10px;
      border: 1px solid #dbdbdb; }
      #product-not-available .old .img img {
        display: inline;
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle; }
  #product-not-available .catalog-item {
    width: 236px;
    border: 1px solid #dbdbdb;
    padding: 10px 10px 90px;
    position: relative; }
    #product-not-available .catalog-item .buy-block {
      position: absolute;
      left: 10px;
      width: 206px;
      bottom: 10px; }
      #product-not-available .catalog-item .buy-block .price {
        font-size: 24px;
        font-family: PTSansBold, Arial, sans-serif;
        margin: 0 0 5px; }
        #product-not-available .catalog-item .buy-block .price span {
          font-size: 14px;
          font-family: PTSansRegular, Arial, sans-serif; }
      #product-not-available .catalog-item .buy-block .add-to-basket {
        display: block;
        float: left;
        width: 114px;
        height: 35px;
        background: #ffbb28;
        color: #fff;
        font-family: PTSansBold, Arial, sans-serif;
        text-align: center;
        line-height: 35px;
        text-transform: uppercase;
        font-size: 14px;
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px; }
      #product-not-available .catalog-item .buy-block .compare {
        font-size: 13px;
        text-decoration: none;
        color: #999999;
        float: right;
        line-height: 35px; }
    #product-not-available .catalog-item .img {
      width: 100%;
      height: 240px;
      margin: 0 auto;
      display: block;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    #product-not-available .catalog-item .title {
      font-size: 14px;
      display: block;
      color: #000;
      text-decoration: none; }
    #product-not-available .catalog-item:first-child {
      border-left: 1px solid #dbdbdb; }

/*# sourceMappingURL=style.css.map */

.table_test {
    border: 0px;
    /*margin: 10px -20px 20px;*/
    margin: 10px -0 20px;
    padding: 0px;
    font-size: 13px;
    border-collapse: collapse;
    border-spacing: 0px;
    /*width: 740px;*/
	width: 100%;
}
.table_test thead td {
    border: 0px;
    margin: 0px;
    padding: 7px;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    background-color: rgb(245, 245, 245);
}
.table_test td {
    border: 0px;
    margin: 0px;
    padding: 8px;
    font-size: 13px;
    vertical-align: top;
}
.table_test thead tr {
    border-width: 1px 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(226, 226, 226);
    border-bottom-color: rgb(226, 226, 226);
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
.table_test tr {
    border-width: 1px 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(226, 226, 226);
    border-bottom-color: rgb(226, 226, 226);
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
.subitem{
	width: 160px;
	padding: 10px;
}
#complementary{
	margin-left: -10px;
	display: flex;
	flex-flow: row wrap;
}
h3.complementary:before{
	content: "";
	display: block;
	clear: both;
	height: 2px;
	background: #444444;
	margin: 20px 0;
}
.subitem  .imgwrap{
	padding: 10px;
	border: 1px solid #ededed;
}
.subitem a.img{
	width: 140px;
	height: 140px;
	margin: 0 auto;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;	
	
}
#complementary a.name{
	font-size: 14px;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 10px 0 0;
}

.v_put span
{
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  text-transform: uppercase;
  color: orange;
}

.v_put span:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: orange;
  margin-right: 9px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.no_quantity span {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  text-transform: uppercase;
  color: red;
}
.no_quantity span:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: red;
  margin-right: 9px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#discount_list table
{
  width: 100%;
  border-collapse: collapse;
}


#discount_list thead
{
  background-color: #117ec1;
  color: #ffffff;

}

#discount_list thead tr
{
  height: 50px;
}

#discount_list p
{
  font-size: 20px !important;
}

.info_d
{
  font-size: 10px;
  color: red;
  width: 200px;
  display: inline-block !important;
  margin-left: 20px;
  vertical-align: middle;
}

.prop_art
{
  list-style-type: none;
  padding-left: 0px;
  margin-top: -5px;

}

.prop_art li
{
  font-weight: bold;
  margin-top: 5px;
}

.discontinued {
  text-transform: uppercase;
  color: darkgrey;
  font-weight: bold;
}
/* End */


/* Start:/bitrix/templates/.default/components/prmedia/treelike_comments/main/style.css?17382214587153*/
div.prmedia_tc_def div.comments_block {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

div.prmedia_tc_def div.comments_block.best {
	background-color: #FFFAE8;
	padding: 20px 10px 0 20px;
	border: 1px solid #FED68B;
	border-left: 7px solid #FED68B;
}

div.comments_block div, div.comments_block dl, div.comments_block dt, div.comments_block dd, div.comments_block ul, div.comments_block ol, div.comments_block li, div.comments_block h1, div.comments_block h2, div.comments_block h3, div.comments_block h4, div.comments_block h5, div.comments_block h6, div.comments_block pre, div.comments_block form, div.comments_block fieldset, div.comments_block input, div.comments_block textarea, div.comments_block p, div.comments_block blockquote, div.comments_block th, div.comments_block td {
	margin:0;
	padding:0;
}

div.prmedia_tc_def div.comments_block img {
	border:none;
}

div.prmedia_tc_def div.comments_block br.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}

div.prmedia_tc_def div.comments_block a {
	color:#1160d7;
}

div.prmedia_tc_def div.comments_block a:hover {
	text-decoration:none;
}

div.prmedia_tc_def div.comments_block p.comments_block_title {
	font-size:21px;
}

div.prmedia_tc_def div.comments_block div.comments_list {
	margin:10px 0 10px 0;
}

div.prmedia_tc_def div.comments_block div.divider {
	height:1px;
	border-style:none;
	border-top:1px solid #ebebeb;
	background-color:transparent;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}

div.prmedia_tc_def div.comments_block div.comment_item {
	padding:10px 10px 10px 0;
	overflow:auto;
}

div.prmedia_tc_def div.comments_block div.comment_item div.user_icon {
	border:1px solid #ebebeb;
	width:48px;
	height:48px;
	position:absolute;
}

div.prmedia_tc_def div.comments_block div.comment_item_container {
	padding-left:60px;
}

div.prmedia_tc_def div.comments_block div.comment_item div.user_icon_noavatar {
    background:  url('/bitrix/templates/.default/components/prmedia/treelike_comments/main/images/nophoto.gif') no-repeat;
	border:1px solid #ebebeb;
	width:48px;
	height:48px;
	float:left;
}

div.prmedia_tc_def div.comments_block div.comment_item div.comment_item_top {
	float:left;
	color:#898989;
	margin:2px 0 15px 0;
}

div.prmedia_tc_def div.comments_block div.comment_item div.comment_item_top a {
	font-size:16px;
}

div.prmedia_tc_def div.comments_block div.comment_item div.comment_item_top .link_to_comment {
	text-decoration:none !important;
	display: block;
	float: right;
	font-size: 16px;
	margin-top: -1px;
	margin-right: 10px;
	margin-left: 10px;
	width: auto;
}

.authorized {
	margin-top: 1px !important;
}

div.prmedia_tc_def div.comments_block div.comment_item div.comment_item_controls {
	float:right;
	margin:5px 0 0 10px;
}

div.prmedia_tc_def div.comments_block div.comment_item div.comment_item_controls span.green {
	font-size:14px;
	color:#3b9a22;
	margin-right:5px;
	margin-left:3px;
}

div.prmedia_tc_def div.comments_block div.comment_item div.comment_item_controls span.red {
	font-size:14px;
	color:#b30101;
	margin-right:5px;
	margin-left:3px;
}

div.prmedia_tc_def div.comments_block div.comment_item div.comment_item_controls img {
	margin:0 3px 0 3px;
	vertical-align:middle;
}

div.prmedia_tc_def div.comments_block div.comment_item div.comment_item_controls span.admin-control {
	margin-left:12px;
}

div.prmedia_tc_def div.comments_block div.comment_item div.comment_item_content {
	line-height:140%;
}

div.prmedia_tc_def div.comments_block div.comment_item a.comment_item_reply_link{
	text-decoration:none;
	border-bottom:dotted 1px;
	float:right;
	margin-top:5px;
}

div.prmedia_tc_def div.comments_block div.comment_reply {
	margin-top:20px;
}

div.prmedia_tc_def div.comments_block div.comment_reply a {
	text-decoration:none;
	border-bottom:dotted 1px;
	font-size:18px;
}

div.prmedia_tc_def div.comments_block div.not_approved {
	background-color:#fff568;
	padding-left: 10px;
}

div.prmedia_tc_def div.comments_block form {
	margin-top:10px;
	padding-bottom:10px;
}

div.prmedia_tc_def div.comments_block form p {
	margin: 10px 0;
}

div.prmedia_tc_def div.comments_block form .editor {
	width: 430px;
	height: 30px;
	background-color: #f4f4f4;
	margin-bottom: 5px;
}

div.prmedia_tc_def div.comments_block div.comment_item div.comment_item_content .quote {
 	background: url('/bitrix/templates/.default/components/prmedia/treelike_comments/main/images/icons/quote.jpg') #f4f4f4 no-repeat;
 	background-color: #f4f4f4;
	margin-bottom: 5px;
	padding: 35px 10px 10px 10px;
	border: 1px solid silver;
	margin-top: 11px;
}

div.prmedia_tc_def div.comments_block div.comment_item div.comment_item_content .code {
 	background: url('/bitrix/templates/.default/components/prmedia/treelike_comments/main/images/icons/code.jpg') #f4f4f4 no-repeat;
	margin-bottom: 5px;
	padding: 35px 10px 10px 10px;
	background-position: 1% 0%;
	border: 1px solid silver;
	margin-top: 5px;
}

div.prmedia_tc_def div.comments_block form .editor img {
	width: 27px;
	height: 27px;
	border: 1px solid #f4f4f4;
}

div.prmedia_tc_def div.comments_block form .editor img:hover {
	border: 1px solid #acacac;
}

/*div.prmedia_tc_def div.comments_block form input, div.comments_block form textarea {
	border-style:none;
	border:#acacac 1px solid;
	height:30px;
	width:300px;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 5px 0 5px;
}*/

*+html div.prmedia_tc_def div.comments_block form input { padding-top:6px; height:24px; }
@media \0screen { div.prmedia_tc_def div.comments_block form input { padding-top:6px; height:24px; } }

div.prmedia_tc_def div.comments_block form textarea {
	width:430px;
	height:100px;
	padding:5px;
}

/*div.prmedia_tc_def div.comments_block form input.comment_captcha {
	width:110px;
	vertical-align:middle;
	margin-left:10px;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
}*/

div.prmedia_tc_def div.comments_block form img {
	vertical-align:middle;
}

.comment_submit {
	height:36px;
	width:133px;
	background-image:url(/bitrix/templates/.default/components/prmedia/treelike_comments/main/images/submit_btn.png);
	border:none;
	margin-top:20px;
	padding:0;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
}

.checkRobot {
	clear: both;
	margin-top: 5px !important;
}

@media (min-resolution: .001dpcm) {
    _:-o-prefocus, .checkRobot input {
		padding-top: 4px !important;
		border: none !important;
    }
}

@media (min-resolution: .001dpcm) {
    _:-o-prefocus, .checkRobot label {
		position: relative;
		top: 1px !important;
    }
}

.checkRobot input {
	height: 16px !important;
	width: 20px !important;
}

.checkRobot label {
	position: relative;
	bottom: 2px;

}


/* comment modification info */
.prmedia_tc_def .comments_block .modify-info
{
	font-size: 13px;
	font-style: italic;
	color: #898989;
}

.prmedia_tc_def .comments_block .modify-link
{
	text-decoration: none;
	font-style: italic;
	color: #898989;
	border-bottom: 1px dotted #898989;
}
.prmedia_tc_def .comments_block .comment_hidden_content
{
	display: none;
}
font.notetext {
    color: green;
}
font.errortext {
    color: red!important;
}
/* End */
/* /local/templates/redesign_new/components/bitrix/catalog/main_catalog/style.css?1738221508697 */
/* /local/templates/redesign_new/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/style.css?173822150818666 */
/* /bitrix/templates/.default/components/prmedia/treelike_comments/main/style.css?17382214587153 */
