

/* Start:/bitrix/templates/.default/components/bitrix/catalog/proprocenter/bitrix/catalog.element/.default/style.css?17659273736382*/
.product-page-img{
	min-height: 270px;
}
.bonus-new-box {
	margin-top: 25px;
}


/** tab 10/2021 **/

.one-info-bl {
	margin-bottom: 20px;
}
.one-info-bl .head-inf {
	padding: 10px;
	border-radius: 3px;
	background-color: #F5F6F7;
	font-size: 17px;
	font-weight: bold;
	color: #978b4e;
	text-transform: uppercase;
}
.one-info-bl .like-table {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	font-size: 14px;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.one-info-bl .like-table > * {
	width: 48%;
	border-bottom: 1px solid #F5F6F7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
	align-items: baseline;
}
.one-info-bl .like-table > * > * {
	width: 50%;
	padding: 10px;
}
.one-info-bl .like-table > * > * {
	width: 50%;
	padding: 10px;
}
.one-info-bl .like-table strong {
	font-weight: 500;
}


#youModal .popup-box {
	margin: 20px;
}
#youModal .popup-box button.close {
	font-size: 40px;
}
#youModal .popup-box .caption {
	line-height: 40px;
	color: #978b4e;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
#youModal .popup-box iframe {
	margin-bottom: 0;
}






/*Красивое описание*/

/* Общий стиль для всех блоков */
.ppc-custom-desc > div {
	margin-bottom: 40px;
}
/* TYPE_1 - Простой блок с контентом */
.ppc-custom-desc .TYPE_1 {
	width: 100%;
	box-sizing: border-box;
}
.ppc-custom-desc .TYPE_1 h2 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #333;
	font-size: 24px;
}
.ppc-custom-desc .TYPE_1 p {
	margin: 0;
	line-height: 1.6;
}
/* TYPE_2 и TYPE_3 - Блоки с текстом и изображением */
.ppc-custom-desc .TYPE_2,
.ppc-custom-desc .TYPE_3 {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	box-sizing: border-box;
}
/* Общие стили для изображений в TYPE_2 и TYPE_3 */
.ppc-custom-desc .TYPE_2 .right-img,
.ppc-custom-desc .TYPE_3 .left-img {
	flex: 0 0 40%;
	max-width: 40%;
	box-sizing: border-box;
}
.ppc-custom-desc .TYPE_2 .right-img img,
.ppc-custom-desc .TYPE_3 .left-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
/* Общие стили для текстовых блоков */
.ppc-custom-desc .TYPE_2 .left-text,
.ppc-custom-desc .TYPE_3 .right-text {
	flex: 1;
	box-sizing: border-box;
}
.ppc-custom-desc .TYPE_2 .left-text h2,
.ppc-custom-desc .TYPE_3 .right-text h2 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #333;
	font-size: 24px;
}
.ppc-custom-desc .TYPE_2 .left-text p,
.ppc-custom-desc .TYPE_3 .right-text p {
	margin: 0;
	line-height: 1.6;
}
/* TYPE_2 - Текст слева, изображение справа */
.ppc-custom-desc .TYPE_2 {
	flex-direction: row;
}
/* TYPE_3 - Изображение слева, текст справа */
.ppc-custom-desc .TYPE_3 {
	flex-direction: row; /* Изменено с row-reverse на row */
}
/* TYPE_4 - Одна картинка на всю ширину */
.ppc-custom-desc .TYPE_4 .one-img {
	width: 100%;
	box-sizing: border-box;
}
.ppc-custom-desc .TYPE_4 .one-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
/* TYPE_5 - Три картинки в ряд */
.ppc-custom-desc .TYPE_5 {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	box-sizing: border-box;
}
.ppc-custom-desc .TYPE_5 a {
	flex: 1;
	max-width: calc(33.333% - 14px);
	box-sizing: border-box;
}
.ppc-custom-desc .TYPE_5 img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	object-fit: cover;
	aspect-ratio: 4/3;
}
/* Адаптивность для ширины 1200px */
@media (max-width: 1200px) {
	.ppc-custom-desc {
		padding: 15px;
	}
	.ppc-custom-desc .TYPE_2,
	.ppc-custom-desc .TYPE_3 {
		gap: 30px;
	}
	.ppc-custom-desc .TYPE_5 {
		gap: 15px;
	}
}

/* Адаптивность для планшетов (768px) */
@media (max-width: 768px) {
	.ppc-custom-desc > div {
		margin-bottom: 30px;
		padding: 15px 0;
	}
	.ppc-custom-desc .TYPE_2,
	.ppc-custom-desc .TYPE_3 {
		flex-direction: column;
		gap: 20px;
	}
	.ppc-custom-desc .TYPE_2 .right-img,
	.ppc-custom-desc .TYPE_3 .left-img,
	.ppc-custom-desc .TYPE_2 .left-text,
	.ppc-custom-desc .TYPE_3 .right-text {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.ppc-custom-desc .TYPE_2 h2,
	.ppc-custom-desc .TYPE_3 h2,
	.ppc-custom-desc .TYPE_1 h2 {
		font-size: 22px;
	}
	.ppc-custom-desc .TYPE_5 {
		flex-wrap: wrap;
		gap: 15px;
	}
	.ppc-custom-desc .TYPE_5 a {
		flex: 0 0 calc(50% - 8px);
		max-width: calc(50% - 8px);
	}
	.ppc-custom-desc .TYPE_5 a:nth-child(3) {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* Адаптивность для телефонов (480px и ниже) */
@media (max-width: 480px) {
	.ppc-custom-desc {
		padding: 10px;
	}
	.ppc-custom-desc > div {
		margin-bottom: 25px;
		padding: 10px 0;
	}
	.ppc-custom-desc .TYPE_2,
	.ppc-custom-desc .TYPE_3 {
		gap: 15px;
	}
	.ppc-custom-desc .TYPE_2 h2,
	.ppc-custom-desc .TYPE_3 h2,
	.ppc-custom-desc .TYPE_1 h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.ppc-custom-desc .TYPE_2 p,
	.ppc-custom-desc .TYPE_3 p,
	.ppc-custom-desc .TYPE_1 p {
		font-size: 14px;
		line-height: 1.5;
	}
	.ppc-custom-desc .TYPE_5 {
		flex-direction: column;
		gap: 10px;
	}
	.ppc-custom-desc .TYPE_5 a {
		flex: 0 0 100%;
		max-width: 100%;
	}
	/* Для TYPE_4 и TYPE_5 - уменьшаем скругление углов на маленьких экранах */
	.ppc-custom-desc .TYPE_4 .one-img img,
	.ppc-custom-desc .TYPE_5 img {
		border-radius: 4px;
	}
}
/* Дополнительные улучшения для изображений */
.ppc-custom-desc a[data-fancybox] {
	display: block;
	transition: transform 0.5s ease;
}
.ppc-custom-desc a[data-fancybox]:hover {
	transform: translateY(-5px);
}
/* Улучшения для всех изображений */
.ppc-custom-desc img {
	max-width: 100%;
	height: auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* Улучшения для текстовых блоков */
.ppc-custom-desc h2 {
	font-weight: 600;
}
/*Красивое описание*/
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/pro_element_comment_list/style.css?162834804310260*/
/** rating star (08/2019) **/

.modal-backdrop.in {
    z-index: 0;
}

.star-ico {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url("/bitrix/templates/.default/components/bitrix/news.list/pro_element_comment_list/./img/star.svg") no-repeat center/contain; }
  .star-ico.dark {
    background: url("/bitrix/templates/.default/components/bitrix/news.list/pro_element_comment_list/./img/star-grey.svg") no-repeat center/contain; }

.product-wrapper .one-block:hover .rating-star {
  display: block; }

.review-clean .yellow-line {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 4px;
  background-color: #fff6dc;
  font-size: 16px;
  color: #333333; }
  .review-clean .yellow-line span {
    font-weight: 600;
    color: #353535; }

.modal-review .modal-dialog {
  width: 480px;
  margin: 20px auto; }
  @media (max-width: 480px) {
    .modal-review .modal-dialog {
      width: 96%;
      margin: 10px 2%; } }

.modal-review .caption {
  margin-bottom: 25px;
  color: #444444;
  font-size: 24px; }

.modal-review .modal-content {
  padding: 30px 30px 35px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background-color: #f9f9f9; }
  @media (max-width: 480px) {
    .modal-review .modal-content {
      padding: 20px; } }

.modal-review .popup-box {
  padding: 0; }
  .modal-review .popup-box .one-line-popup .box-input1 .brand-btn {
    margin-right: 8px; }
  .modal-review .popup-box .one-line-popup .box-input1 .btn-border span {
    border-bottom: 1px solid; }
  .modal-review .popup-box .one-line-popup .text {
    width: 110px;
    font-size: 14px;
    color: #333333; }

.send-review {
  max-width: 220px; }

.rating-css {
  padding-top: 6px;
  cursor: pointer;
  font-size: 0; }
  .rating-css i {
    width: 17px;
    height: 16px; }
  .rating-css input {
    display: none; }
    .rating-css input + label {
      margin-right: 4px;
      text-align: center;
      font-size: 17px;
      color: #f29626;
      cursor: pointer; }
      .rating-css input + label:before {
        background: url("/bitrix/templates/.default/components/bitrix/news.list/pro_element_comment_list/../img/star.svg") no-repeat center/contain; }

.rating-css input:checked + label ~ label:before {
  background: url("/bitrix/templates/.default/components/bitrix/news.list/pro_element_comment_list/../img/star-grey.svg") no-repeat center/contain; }

.rating-css.hover-effect input:checked + label ~ label,
.rating-css.hover-effect:hover input:hover + label ~ label {
  opacity: 0.5; }

.rating-css.hover-effect:hover input + label ~ label {
  opacity: 1; }

.wrapper-comment-all {
  padding-top: 30px; }

.one-comment-bl {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  background-color: #f9f9f9; }
  .one-comment-bl .rating-css {
    padding-top: 0; }
    .one-comment-bl .rating-css i {
      width: 13px;
      height: 12px; }
  .one-comment-bl:last-child {
    margin-bottom: 0; }
  .one-comment-bl p {
    color: #333333;
    font-size: 15px;
    line-height: 23px; }
  .one-comment-bl .user-description {
    margin-bottom: 15px;
    padding-right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (max-width: 520px) {
      .one-comment-bl .user-description {
        padding-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .one-comment-bl .user-description .name {
      margin-right: 20px;
      color: #333333;
      font-size: 16px;
      font-weight: 600; }
    .one-comment-bl .user-description .time {
      position: absolute;
      top: 0;
      right: 0;
      color: #757575;
      font-size: 14px; }
      @media (max-width: 520px) {
        .one-comment-bl .user-description .time {
          width: 100%;
          padding-top: 7px;
          position: relative;
          font-size: 13px; } }

.star-rt > * {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.star-rt span {
  margin-left: 10px;
  color: #757575;
  font-size: 14px; }

.wr-t2 {
  margin-top: -20px;
  margin-bottom: 15px; }
  .wr-t2 .cod-product {
    margin-bottom: 10px; }

/** end rating star (08/2019) **/




/** comment gallery (08/2021) **/


.box-you-modal .link-video{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.box-you-modal .btn-video-youtube:hover{
    border: 1px solid #cdcdcd;
}

.box-you-modal .btn-video-youtube{
    width: 36px;
    height: 36px;
    margin-right: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background-color: #ffffff;
    color: #999999;
    font-size: 24px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.box-you-modal{

}

.caption-add-m{
    margin-bottom: 10px;
    color: #999999;
    font-size: 14px;
}

.box-add-photo-m .top .text{
    width: 100%;
    padding-right: 40px;
    color: #757575;
    font-size: 12px;
    line-height: 18px;
}

.box-add-photo-m .top i{
    margin-right: 15px;
    font-size: 24px;
    color: #999999;
}

.box-add-photo-m .top img{
    width: 24px;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.box-add-photo-m .top .choose-images:hover{
    background-color: #ead28a;
    text-decoration: none;
}

.box-add-photo-m .top .choose-images{
    padding: 13px;
    color: #757575;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    border: 0;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 3px;
    background-color: #e6e6e6;
    margin-left: 10px;
    text-transform: uppercase;
}

.box-add-photo-m .top:last-child{
    margin-bottom: 0;
}
.box-add-photo-m .top{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.box-add-photo-m{
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    background-color: #ffffff;
}

.list-photo-m{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.box-list-photo-review:last-child{
    margin-bottom: 0;
}

.box-list-photo-review .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-list-photo-review .box-img{
    height: 85px;
    line-height: 0;
    overflow: hidden;
    border-radius: 4px;
}

.box-list-photo-review{
    margin-bottom: 20px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.list-photo-m .box-img .delete-img i:nth-child(1){
    transform: rotate(-45deg);
}
.list-photo-m .box-img .delete-img i:nth-child(2){
    transform: rotate(45deg);
}
.list-photo-m .box-img .delete-img i{
    width: 2px;
    height: 13px;
    top: 5px;
    left: 10px;
    position: absolute;
    border-radius: 2px;
    content: '';
    display: block;
    background: #999999;
}
.list-photo-m .box-img .delete-img:hover{
    opacity: 0.9;
}
.list-photo-m .box-img .delete-img{
    width: 24px;
    height: 24px;
    top: 5px;
    right: 5px;
    position: absolute;
    transition: 0.3s;
    z-index: 20;
    border: 1px solid #f9f9f9;
    background-color: #ffffff;
    border-radius: 50%;
}

.list-photo-m .box-img{
    width: 100%;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.object-fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-from .text{
    margin-right: 5px;
    display: inline;
    color: #50533f;
    font-size: 14px;
}
.review-from img{
    height: 13px;
}
.review-from{
    margin-left: 50px;
    display: inline-block;
}

.box-video-review iframe{
    max-width: 100%;
}

@media (max-width: 1200px) {
    .box-list-photo-review{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}
@media (max-width: 992px) {
    .list-photo-m{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .box-add-photo-m .top .text{
        padding-right: 0;
    }
    .box-list-photo-review{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .one-comment-bl .user-description{
        padding-right: 0;
        padding-top: 20px;
    }
    .one-comment-bl .user-description .time{
        right: initial;
    }
}

@media (max-width: 767px) {
    .list-photo-m{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .box-list-photo-review{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 580px) {
    .list-photo-m{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .box-list-photo-review{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .review-from{
        margin-left: 0;
        width: 100%;
        margin-top: 5px;
    }
}

@media (max-width: 520px) {
    .list-photo-m .box-img{
        height: 80px;
    }
    .list-photo-m{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .box-add-photo-m .top{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box-add-photo-m .top .text{
        width: calc(100% - 40px);
        line-height: 15px;
    }
    .box-add-photo-m .top .choose-images{
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
}

.list-photo-m .box-img .delete-img,
.box-add-photo-m .top .choose-images {
    cursor: pointer;
}
/** end rating star (08/2019) **/
/* End */


/* Start:/bitrix/templates/.default/components/h2o/buyoneclick/proprocenter/style.css?14847637786236*/
/***   proprocenter   ***/

.h2o_component .item_current_price {
    display: none;
}
.form-helper {
    font-size: 13px;
}

.h2o_component label {
    font-family: Arial,Helvetica,sans-serif;
 line-height: 1.2;
    font-weight: normal;
    font-size: 13px;
}
.bx-authform-content-container, .bx-authform-label-container {
    width: 100%;
}
.h2o_component input[type=text], .h2o_component textarea {
	background-color: #f6edd0;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0px;
    height: 38px;
    line-height: 36px;
    border-color: #978b4e;
    border-radius: 2px;
}
.modal_title {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.2;
    color: #353535;
}
.h2o_component {
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: #353535;
}

/***   proprocenter   ***/

.clr{
    clear: both;
}

.h2o_component{
    min-height: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
    color: #4d4c4c;
/*    font-family: 'Open Sans';*/
}
.h2o_component{
    /*width: 600px!important;*/
    min-height: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
    color: #4d4c4c;
}
.h2o_component .modal-header {
    min-height: 16.42857143px;
    padding: 0px 0px 2px;
    border: none;
    font-size: 30px;
}
.h2o_component .modal-body{
	position: relative;
    padding: 30px;
    font-size: 18px;
}
.h2o_component .modal-body p{
	
}
.h2o_component .form-row{
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin: 10px 0;
}
.h2o_component .form-row:after {
    content: "";
    display: table;
    clear: both;
}
.h2o_component .form-row:first-child {
    margin-top: 0; 
}
.h2o_component .form-cell-3 {
    display: block;
    margin-right: 2%;
    width: 100%;
}
.h2o_component .form-cell-3:last-child {
    margin-right: 0; 
}
.h2o_component .form-cell-9 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 100%;
}
.h2o_component .form-cell-9:last-child {
    margin-right: 0; 
}
.h2o_component label{
	font-weight: normal;
}
.h2o_component input[type=text]{
	height: 38px;
}
.h2o_component input[type=text].error{
	box-shadow: 0 0 0 1px red;
}
.h2o_component textarea{
	height: 112px;
}
.h2o_component input[type=text], .h2o_component textarea{
	width: 100%;
	border: 1px #b7b7b7 solid;
  	padding: 0px 5px;
  	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
}
.h2o_component .button_wrap{
	text-align: right;
}
.h2o_component .item_current_price {
    font-size: 24px;
    color: #d52c48;
    margin-bottom: 10px;
}
.h2o_component button{
	width: 131px;
    height: 36px;
    padding-bottom: 4px;
    text-align: center;
    font-size: 15px;
    border: none;
    background: #ead28a;
    color: #50533F;
    /*
    transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    */
    float: right;
    font-weight: bold;
    border-radius: 3px;
    line-height: 34px;
}

.h2o_component button:hover {
    color: #fff;
    background-color: #978b4e;
    text-decoration: none;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.h2o_component small.error{
	color: red;
}
@media screen and (min-width: 500px){
	.h2o_component{
		width: 500px;
	}
}
@media screen and (max-width: 500px){
	.h2o_component .form-cell-3{
		float: none!important;
		width: 100%!important;
	}
	.h2o_component .form-cell-6:nth-child(2n){
		float: none!important;
		text-align: left!important;
	}
	.h2o_component .form-cell-9{
		float: none!important;
		width: 100%!important;
	}
	.h2o_component .modal-header{
		font-size: 25px!important;
	}
}
.h2o_component .transparent_input {
    border: none!important;
    background: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 60px!important;
    text-align: center!important;
}
.h2o_component .bx_small.bx_bt_button_type_2:hover, .h2o_component .bx_small.bx_bt_button_type_2:focus {
	text-decoration: none;
}
.h2o_component .form-cell-6{
	display: inline-block;
	text-align: left;
 	width: 50%;
    padding: 0;
    margin: 0;
    float: left;
}






.h2o_component input[type="radio"] {
    display:none;            
}
 
.h2o_component input[type="radio"] + label {
  font: 18px bold;
  font-family: 'Open Sans';
  color: #444;
  cursor: pointer;
}

.h2o_component input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px 0 0;
    background-image: url(/bitrix/templates/.default/components/h2o/buyoneclick/proprocenter/images/radio_b1c.png);
    background-repeat: no-repeat;
}
.h2o_component input[type="radio"] + label::before {
    background-position: 0px 0px;
}
.h2o_component input[type="radio"] + label:hover::before {
    background-position: -16px 0px;
}
.h2o_component input[type="radio"]:checked + label::before {
    background-position: -33px 0px;
}
.h2o_component .offers_list{
	padding: 0;
}
.h2o_component .offers_list li{
	list-style: none;
}
.h2o_component .button_set_quantity{
    display: inline-block;
    min-width: 20px;
    line-height: 20px;
    border: 1px solid #e9e9e9;
    background: #fcfcfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
    color: #656565;
    text-shadow: 0 1px 0 #fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/proprocenter/bitrix/catalog.element/.default/style.css?17659273736382 */
/* /bitrix/templates/.default/components/bitrix/news.list/pro_element_comment_list/style.css?162834804310260 */
/* /bitrix/templates/.default/components/h2o/buyoneclick/proprocenter/style.css?14847637786236 */
