

/* Start:/local/templates/clover.1/components/webdebug/propsorter/detail.clover.1/style.css?17084182251984*/
.wdu_propsorter * {
	box-sizing:border-box;
}
.wdu_propsorter table {
	background:transparent;
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	width:100%;
}
.wdu_propsorter tbody th {
	background:transparent;
	font-size:105%;
	padding:4px 4px 8px 0;
	text-align:left;
	vertical-align:top;
}
.wdu_propsorter tbody + tbody th {
	padding-top:30px;
}
.wdu_propsorter tbody td {
	background:transparent;
	padding:4px;
	text-align:left;
	vertical-align:top;
}
.wdu_propsorter tbody td:first-child {
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAEElEQVR42mM4c+bMfwYoAAAjUANk+KqFTgAAAABJRU5ErkJggg==') 0 18px repeat-x;
	padding-left:0;
	padding-right:15px;
	width:45%;
}
.wdu_propsorter tbody td:first-child > span {
	background:#fff;
	padding-right:8px;
}
.wdu_propsorter tbody td:last-child {
	padding-left:8px;
}

/* Hints */
.wdu_propsorter tbody td:first-child > span > sup {
	border:1px solid gray;
  border-radius:100px;
  display:inline-block;
	font-size:75%;
  height:14px;
  line-height:14px;
  position:relative;
  text-align:center;
	top:-.25em;
  width:14px;
}
.wdu_propsorter tbody td:first-child > span > sup:hover {
	background:#eee;
}
.wdu_propsorter tbody td:first-child > span > sup:before {
	content:'?';
}

/* Vertical magrins and borders */
.wdu_propsorter tbody + tbody th {
	border-top:1px solid #eee;
	padding-top:20px;
}
.wdu_propsorter tbody tr:last-child td {
	padding-bottom:20px;
}
.wdu_propsorter tbody:last-child tr:last-child td {
	padding-bottom:0;
}

@media (max-width:575px) {
	.wdu_propsorter table, .wdu_propsorter tbody, .wdu_propsorter tr, .wdu_propsorter th, .wdu_propsorter td {
		/*display:block;*/
	}
	.wdu_propsorter tbody td:first-child {
		background-image:none;
		color:#777;
		font-size:95%;
		width:auto;
	}
	.wdu_propsorter tbody td:last-child {
		margin:-10px 0 0;
		padding-left:4px;
	}
	.wdu_propsorter tbody tr:last-child td:first-child {
		padding-bottom:4px;
	}
}
/* End */


/* Start:/local/components/cloverit/reviews.product/templates/.default/style.css?17089485113765*/
.catalog-review{
    border-bottom: 1px solid #E5E5E5;
    padding: 23px 35px 30px 35px;
}

.catalog-review__name{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #424242;
}

.catalog-review__text-content{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #999999;
    margin-bottom: 20px;
}

.catalog-review__answer {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #424242;
    border-radius: 5px;
    padding: 0 20px;
    border: 1px solid #B3D3E9;
    background: #DEF0FD;
}
.catalog-review__answer:before,
.catalog-review__answer:after {
    content: '';
    width: 100%;
    height: 14px;
    display: inline-block;
}

.catalog-review__text-title{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #424242;
    margin-bottom: 5px;
}

.catalog-review__answer-title{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #004394;
}

.rating-star{
    padding: 0 1px;
}

.catalog-review__is-recommended{
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #A2DA02;
    margin-left: auto;
    background: url("/local/components/cloverit/reviews.product/templates/.default/./img/recommended.png") left top -1px no-repeat;
    padding-left: 20px;
}

.catalog-review__user-circle{
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #008EEC;
    background: #DEF0FD;
}

.catalog-review-top{
    display: flex;
    align-items: baseline;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.catalog-review__stars-date{
    display: flex;
    align-items: center;
}

.catalog-review__stars-date-name{
    margin-left: 15px;
}

.catalog-review__date{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #B3B3B3;
    margin-top: 7px;
}

.catalog-review__stars img{
    margin-top: -4px;
}

#reviews-content{
    padding: 4px 0 22px;
}

.catalog-review__answer-toggle {
    outline: none !important;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 0.5px solid #B3D3E9;
    cursor: pointer;
}
.catalog-review__answer-toggle .icon-mask {
    background: #008EEC;
    transform: rotate(180deg);
}
.catalog-review__answer-wrapper.collapsed {
    border-color: #B3D3E9;
}
.catalog-review__answer-wrapper.collapsed .catalog-review__answer-toggle .icon-mask {
    transform: unset;
}

.catalog-review__answer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid transparent;
}

.catalog-review-open-form{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #B3B3B3;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.catalog-review__stars-name {
    display: flex;
    align-items: center;
}
.catalog-review__stars {
    margin-left: 30px;
}

@media (max-width: 530px) {
    .catalog-review__stars-date-name{
        width: calc(100% - 62px);
    }
    .catalog-review__is-recommended{
        margin: 10px auto;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?170841827551*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/clover.1/components/webdebug/propsorter/detail.clover.1/style.css?17084182251984 */
/* /local/components/cloverit/reviews.product/templates/.default/style.css?17089485113765 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?170841827551 */
