

/* Start:/bitrix/templates/unigarderob_s2/components/bitrix/catalog.section/similar/style.css?15730450077769*/
.catalog-section.tile {
    display: block;
	margin-bottom: 100px;
}

.catalog-section.tile .catalog-section-wrapper {
    display: block;
    margin: -8px;
}

.catalog-section.tile .product {
    display: block;
    position: relative;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-section.tile .product:hover {
    z-index: 9999;
}

.catalog-section.tile .product .image-normalizer {
    display: block;
    padding-top: 100%;
}

.catalog-section.tile .product .information-normalizer {
    padding-top: 95px;
}

.catalog-section.tile .product .product-wrapper {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:  border-box;
}

.catalog-section.tile .product .shadow {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: auto;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -ms-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    border: 1px solid transparent;
    background: #ffffff;
}

.catalog-section.tile .product .shadow .shadow-wrapper {
    display: block;
    margin: 30px;
}

.catalog-section.tile .product:hover .shadow {
    border-color: #e2e2e2;
}

.catalog-section.tile .product .marks {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 80px;
    bottom: auto;
}

.catalog-section.tile .product .min-buttons {
    display: block;
    position: absolute;
    top: 30px;
    left: auto;
    right: 30px;
    bottom: auto;
}

.catalog-section.tile .product .min-buttons .min-buttons-wrapper {
    display: block;
    margin: -5px;
}

.catalog-section.tile .product .min-buttons .min-button {
    margin: 5px;
}

.catalog-section.tile .product .image {
    display: block;
    position: relative;
    padding-top: 100%;
    text-decoration: none;
}

.catalog-section.tile .product .image .image-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.catalog-section.tile .product .information {
    display: block;
    position: relative;
    margin-top: 20px;
}

.catalog-section.tile .product .information .brand {
    display: block;
    font-size: 8px;
    line-height: 12px;
    height: 12px;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
}

.catalog-section.tile .product .information .name {
    display: block;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
}

.catalog-section.tile .product .information .price {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
}

.catalog-section.tile .product .hideable {
    display: none;
    padding-top: 20px;
 }
 
 .catalog-section.tile .product:hover .hideable {
    display: block;
 }

.catalog-section.tile .product .hideable .button-buy {
    width: 100%;
}

.catalog-section.tile .product .hideable .button-buy .button {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 14px;
}  
/* Торговые предложения: Свойства */
.catalog-section.tile .product .hideable .offers.properties {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}

.catalog-section.tile .product .hideable .offers.properties .properties-wrapper {
    display: block;
    margin: -8px;
    min-width: 14px;
    min-height: 14px;
}

.catalog-section.tile .product .hideable .offers.properties .property {
    display: block;
    margin: 8px;
    white-space: normal;
}

.catalog-section.tile .product .hideable .offers.properties .property .property-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    font-size: 12px;
    color: #d0d0d0;
}

.catalog-section.tile .product .hideable .offers.properties .values {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.catalog-section.tile .product .hideable .offers.properties .values .values-wrapper {
    display: block;
    margin: -4px;
    font-size: 0px;
    min-width: 14px;
    min-height: 14px;
}

.catalog-section.tile .product .hideable .offers.properties .property .values .value {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 4px;
}.catalog-section.tile .product .hideable .offers.properties .property .values .value.hidden {
    display: none;
}

.catalog-section.tile .product .hideable .offers.properties .property.text .property-name {
    height: 34px;
    line-height: 34px;
}

.catalog-section.tile .product .hideable .offers.properties .property.text .values .value {
    padding: 9px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 3px;
    border:  1px solid transparent;
    min-width: 30px;
    text-align: center;
    color: #b2b2b2;
}.catalog-section.tile .product .hideable .offers.properties .property.text .values .value:hover {
    border-color: #f1f1f1;    
}.catalog-section.tile .product .hideable .offers.properties .property.text .values .value.disabled {
    border-color: #fcfcfc;
    background: #fcfcfc;    
}.catalog-section.tile .product .hideable .offers.properties .property.text .values .value.selected {
    color: #fff;
    background: #b2b2b2;
    border-color: #b2b2b2;
}

.catalog-section.tile .product .hideable .offers.properties .property.picture .property-name {
    height: 24px;
    line-height: 24px;
}

.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value {
    position: relative;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #f1f1f1;
}.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value.disabled {
    display: none;
}

.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value .value-image {
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    overflow: hidden;
}.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value.selected .value-image {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
}

.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value .value-image img {
    width: 100%;
    height: 100%;
}

.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value .sprite {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/bitrix/templates/unigarderob_s2/components/bitrix/catalog.section/similar/images/sku.properties.pictures.sprite.png') no-repeat;
    background-position: 24px 24px;
}

.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value.selected .sprite {
    background-position: 0px 0px;
}
.catalog-section.tile .product .shadow .uni-button-quickview {
	display:none;
}
.catalog-section.tile .product .shadow:hover .uni-button-quickview {
	display:block;
}
.catalog-section.tile .original {
    display: inline-block;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    margin-left: 5px;
    color: #f33f40;
    text-decoration: line-through;
	font-weight: normal;
	overflow: hidden;
}
.bx-android .catalog-section.tile .product:hover .hideable,
.bx-touch .catalog-section.tile .product:hover .hideable {
	display: none;
}
/* End */


/* Start:/bitrix/templates/unigarderob_s2/components/intec/reviews/reviews/style.css?15730450072813*/
.reviews-box .button {
	font-size: 14px;
	padding: 13px 20px;
}

.reviews-box {
	position: relative;
}

.reviews-box .reviews {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.reviews-box .reviews .review {
	display: block;
	width: 100%;
	white-space: nowrap;
	border-top: 1px solid #e8e8e8;
}

.reviews-box .reviews .review:nth-child(2) {
	border-top: none;
}

.reviews-box .reviews .review .info {
	display: block;
	float: left;
	margin-left: 60px;
	width: 160px;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

.reviews-box .reviews .review .info .date {
	font-size: 12px;
	color: #8d8d8d;
	margin-top: 40px
}

.reviews-box .reviews .review .info .name {
	font-size: 14px;
	font-weight: bold;
}

.reviews-box .reviews .review .description {
	display: block;
	margin-left: 265px;
	font-size: 12px;
	white-space: normal;
	padding-top: 40px;
	padding-bottom: 40px;
}

.reviews-box .reviews .form {
	position: relative;
	display: none;
	overflow: hidden;
}

.reviews-box .reviews .form .row {
	position: relative;
	display: block;
    width: 100%;
	overflow: hidden;
	margin: 0px;
}

.reviews-box .reviews .form  .label {
	display: block;
	/*float: left;*/
	width: 40px;
	line-height: 35px;
	padding: 0px;
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: normal;
}

.reviews-box .reviews .form .label .needed {
	color: #f00;
}

.reviews-box .reviews .form .control {
	position: relative;
	display: block;
	/*margin-left: 60px;*/
	text-align: left;
}

.reviews-box .reviews .form .row .control textarea,
.reviews-box .reviews .form .row .control input {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
}

.reviews-box .reviews .form .row .control textarea.ui-state-error,
.reviews-box .reviews .form .row .control input.ui-state-error {
	border: 1px solid #d55b4b;
}

.reviews-box #message {
    display: none;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
    height: 0px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
}

.icon_btn_feedback{
	background: url(/bitrix/templates/unigarderob_s2/components/intec/reviews/reviews/images/icon_btn_feedback.png) no-repeat;
	display: inline-block;
	width:13px;
	height:13px;
	margin-right: 10px;
}

@media all and (max-width: 600px) {
	.reviews-box .reviews .review .info {
		margin-left: 0px;
		float: none;
		margin-top: 20px;
		margin-bottom: 0px;
	}
	
	.reviews-box .reviews .review .info .date {
		margin-top: 10px;
	}
	
	.reviews-box .reviews .review .description {
		margin-left: 0px;
		padding-top: 10px;
	}
    
    .reviews-box .reviews .form .row {
        width: auto;
    }
}
/* End */
/* /bitrix/templates/unigarderob_s2/components/bitrix/catalog.section/similar/style.css?15730450077769 */
/* /bitrix/templates/unigarderob_s2/components/intec/reviews/reviews/style.css?15730450072813 */
