

/* Start:/local/templates/main/components/bitrix/catalog/.default/style.css?17274391653633*/
.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%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}
.many-slides .many-slides-item {
    display: block;
}

.many-slides .many-slides-item img {
    width: 160px;
    height: 200px;
    object-fit: cover;
}
.many-slides .slick-prev:before,
.many-slides .slick-next:before {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.many-slides .slick-prev:hover:before,
.many-slides .slick-next:hover:before {
    color: #eebb00;
}



.many-slides-item {
    position: relative;
    z-index: 1;
    border: 5px solid transparent;
}

.many-slides-item:hover {
    border: 5px solid #e5c063;
}

.many-slides-item-desc {
    position: absolute;
    z-index: 2;
    width: 80%;
    top: 50%;
    left: 12%;
    background: #e5c063;
    text-align: center;
}


@media only screen and (min-width:865px) and (max-width:1085px) {
    .many-slides .many-slides-item {
        height: auto;
        width: 30%!important;
        top: 44%;
        left: 0%;
        text-align: justify;
        font-size: 11px;
    }
    .common-catalog .many-slides .slick-track {
        width: 600px!important;
    }
}



@media only screen and (min-width:564px) and (max-width:864px) {
    .many-slides-item-desc {
        position: absolute;
        z-index: 2;
        width: 85%;
        top: 50%;
        left: 7%;
        background: #e5c063;
        text-align: center;
    }
}

@media only screen and (max-width:563px) {
    .many-slides-item-desc {
        position: absolute;
        z-index: 2;
        width: 90%;
        top: 48%;
        left: 5px;
    }
}

.many-slides-item-desc .item-name {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 13px;
    margin: 0 auto;
    border-bottom: 1px solid #ab8524;
    padding: 4px 4px;
}

@media only screen and (max-width:563px) {
    .many-slides-item-desc .item-name {
        color: black;
        font-weight: 500;
        font-size: 11px;
        text-transform: none;
    }
}

.many-slides-item-desc .item-name .sect-name {
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.many-slides-item-desc .item-price {
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    border-top: 1px solid #f2d488;
    padding: 4px 4px;
}

@media only screen and (min-width:865px) and (max-width:1085px) {
    .many-slides-item-desc .item-price {
        font-size: 12px;
    }
}

@media only screen and (max-width:563px) {
    .many-slides-item-desc .item-price {
        font-size: 11px;
        font-weight: 500;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/.default/style.css?17624182934298*/
.share-product {
	display: flex;
	justify-content: flex-end;
}
@media only screen and (max-width:563px) {
	.share-product {
		justify-content: center;
	}
	.share-product li {
		width: auto;
	}
}

.inf-properties__price {
	position: relative;
}

.inf-properties__price td.detail-variable-row {
	border: none;
	color: black;
	font-size: 16px;
}

.detail-variable-content {
	position: absolute;
	top: 5px;
	right: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 10px;
}

.detail-variable-content-block {
	display: flex;
	align-items: center;
	gap: 5px;
	color: green;
}

.detail-variable-content-block-bg {
	width: 5px;
	height: 22px;
	background: green;
}

.detail-variable-content-block-text {
	margin-left: 5px;
}

@media only screen and (min-width: 865px) and (max-width: 1227px) {
	.inf-properties__price td.detail-variable-row {
		font-size: 12px;
	}
}

@media (max-width: 1200px) {
	.detail-variable-content {
		position: relative;
		top: 0;
		right: 0;
	}

	.inf-properties__price tr {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.inf-properties__price td.detail-variable-row {
		padding: 0;
	}
}

.rating-stars-selector {
	margin: 20px 0;
}

.rating-stars-selector label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.stars-container {
	display: flex;
	cursor: pointer;
	width: calc(5 * 24px + 4 * 5px);
	flex-shrink: 0;
	overflow: hidden;
}

.star-rating {
	width: 24px;
	height: 24px;
	font-size: 0;
	color: transparent;
	background: none;
	border: none;
	outline: none;
	box-sizing: content-box;
	background-color: #ddd;
	clip-path: polygon(
			50% 0%,     /* Вершина */
			61% 35%,    /* Правый верхний выступ */
			98% 35%,    /* Правая точка */
			68% 57%,    /* Правый нижний выступ */
			79% 91%,    /* Нижняя точка */
			50% 70%,    /* Нижняя впадина */
			21% 91%,    /* Левая нижняя точка */
			32% 57%,    /* Левый нижний выступ */
			2% 35%,     /* Левая точка */
			39% 35%     /* Левый верхний выступ */
	);
	transition: background-color 0.2s ease;
	box-sizing: content-box;
	margin-right: 5px;
}

.star-rating:last-child {
	margin-right: 0;
}

.star-rating:hover,
.star-rating.active,
.star-rating.selected {
	background-color: gold;
}

.star-rating:hover ~ .star-rating:not(.selected) {
	background-color: #ddd;
}

.rating-stars-display {
	display: flex;
	gap: 2px;
}

.rating-stars-display .star {
	font-size: 18px;
	color: #ddd;
}

.rating-stars-display .star.full {
	color: gold;
}

.rating-stars-display .star.half {
	color: gold;
}

.rating-stars-display .star.empty {
	color: #ddd;
}

.reviews-header {
	position: relative;
}

.reviews-summary {
	position: absolute;
	top: -30px;
	right: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

@media (max-width: 768px) {
	.reviews-summary {
		top: -30px;
		right: 0;
		left: 0;
	}
}

.review_block,
.review-form,
.review-tab-content {
	overflow-x: hidden;
}

.details-btn-row {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.details-btn-row-content {
	display: flex;
	align-items: center;
	gap: 10px;
}
.details-btn-row-link {
	border: 1px solid #9b9b9b;
	padding: 5px 20px;
	background-color: #ffffff;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 768px) {
	.details-btn-row {
		flex-direction: column;
	}
}

.detail-variable-row-sale {
	background-color: #FFD700;
	color: #000;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 1.4;
	position: relative;
	display: inline-block;
	margin-left: 20px;
	max-width: 170px;
}

.detail-variable-row-sale::before {
	content: '';
	position: absolute;
	left: -14px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 33px;
	height: 33px;
	background-color: #FFD700;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}

div#request-form .checkbox-wrap {
    text-align: center;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/klientyMain/style.css?17091320082017*/

.specialoffers__item_main {
    background: #fff;
    border: 1px solid #d4d4d4;
    margin-top: 15px;
}

.specialoffers__item_main .specialoffers__item--photo {
    height: 200px;
    max-width: 205px;
    margin-right: 0px;
    float: none;
    margin: auto;
    border: none;
    object-fit: contain;
}

.specialoffers_slider {
    margin-bottom: 30px;
}

.sert_slider .slick-prev:before,
.specialoffers_slider .slick-prev:before {
    opacity: 1;
    color: #eebb00;
    font-size: 30px;
}

.sert_slider .slick-next:before,
.specialoffers_slider .slick-next:before {
    opacity: 1;
    color: #eebb00;
    font-size: 30px;
}

.sert_slider .slick-prev{
    left: -40px;
}

.specialoffers_slider .slick-prev {
    right: 30px;
    top: -20px;
    left: auto;
}

.specialoffers_slider .slick-next {
    right: 0px;
    top: -20px;
}

.specialoffers_h {
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #eebb00;
    width: fit-content;
    font-size: 36px;
}

.specialoffers {
    padding-top: 5px;
}

.specialoffers__item--photo {
    border: 5px solid #d4d4d4;
    height: 234px;
    max-width: 234px;
    float: left;
    margin-right: 25px;
}

.specialoffers__item {
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 30px;
    margin-top: 15px;
    width: 100%;
}

.specialoffers__item-date {
    position: relative;
    color: black;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

.specialoffers__item-date:before {
    content: url(/local/templates/main/components/bitrix/news.list/klientyMain/../images/icons/calendar.png);
    display: block;
    float: left;
    margin-right: 8px;
}

.specialoffers__item-name {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 563px) {
    .specialoffers__item_main .specialoffers__item--photo {
        height: 150px;
        max-width: 150px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/catalog/.default/style.css?17274391653633 */
/* /local/templates/main/components/bitrix/catalog.element/.default/style.css?17624182934298 */
/* /local/templates/main/components/bitrix/news.list/klientyMain/style.css?17091320082017 */
