

/* Start:/bitrix/templates/mosoboi_ad/components/bitrix/catalog/kraski_new_v2/style.css?16765393381784*/
.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;}

.main-catalog-wrapper .main-catalog-wrap {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 915px;
}

@media screen and (max-width: 1200px) {
	.main-catalog-wrapper .main-catalog-wrap {
		width: 672px;
	}
}

@media screen and (max-width: 991px) {
	.main-catalog-wrapper .main-catalog-wrap {
		width: 469px;
	}
}

.main-catalog-wrapper {
	width: 1170px;
}

#breadcrumb .breadcrumb_items,
#breadcrumb #h1-pages {
	width: 918px;
	margin: 0 0 0 auto;
}

.breadcrumb_items {
	font-size: 13px;
}

.main-catalog-wrapper .wrap-catalog-items .catalog-section {
	margin: 0;
}

#breadcrumb .breadcrumb_items, #breadcrumb #h1-pages {
	width: 903px;
}

/* End */


/* Start:/bitrix/templates/mosoboi_ad/components/bitrix/catalog/kraski_new_v2/bitrix/catalog.element/kraski_2/style.css?176527149153251*/
.page_kraski #content_part .container {
	width: 1800px;
}

.product-detail {
	margin-bottom: 80px;
}

.product-detail__main {
	display: flex;
}

.product-detail__image-container {
	width: 530px;
}

.product-detail__image {
	width: 100%;
	padding-bottom: 127%;
	position: relative;
}

.without-color .product-detail__image {
	height: 630px;
}

.product-detail__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.product-detail__property {
	display: flex;
	margin-bottom: 30px;
	break-inside: avoid;
	/*width: 49%;*/
}

/*.product-detail__property:nth-child(1) {*/
/*	order: 1;*/
/*}*/

/*.product-detail__property:nth-child(2) {*/
/*	order: 3;*/
/*}*/

/*.product-detail__property:nth-child(3) {*/
/*	order: 5;*/
/*}*/

/*.product-detail__property:nth-child(4) {*/
/*	order: 7;*/
/*}*/

/*.product-detail__property:nth-child(5) {*/
/*	order: 9;*/
/*}*/

/*.product-detail__property:nth-child(6) {*/
/*	order: 2;*/
/*}*/

/*.product-detail__property:nth-child(7) {*/
/*	order: 4;*/
/*}*/

/*.product-detail__property:nth-child(8) {*/
/*	order: 6;*/
/*}*/

/*.product-detail__property:nth-child(9) {*/
/*	order: 8;*/
/*}*/


.property__logo {
	margin-right: 17px;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.property__logo img {
	max-width: 100%;
	max-height: 100%;
}

.property__name {
	font-weight: bold;
	color: #404040;
	margin-bottom: 4px;
}

.property__value {
	color: #5f5f5f;
}

.product-detail__description {
	flex: 1;
	padding: 5px 60px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-height: 675px;
}

.product-detail__properties-list {
	column-count: 2;
	font-size: 14px;
	/*margin-bottom: 50px;*/
}

.product-detail__buy {
	width: 530px;
	flex-shrink: 0;
	padding-bottom: 33px;
}

#content_part {
	background: #fff!important;
}

.text_inside_wide {
	padding: 0!important;
}

.product-detail__desc-picture {
	width: 200px;
	flex-shrink: 0;
	margin-right: 65px;
}

.product-detail__desc-picture img {
	max-width: 100%;
}

.product-detail__description-bottom {
	display: flex;
}

.product-detail__desc-text {
	line-height: 1.4;
	font-size: 14px;
}

.color__demo {
	background: #eee8d9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 92px;
	padding: 10px 25px;
}

.color__name {
	font-size: 12px;
	min-height: 32px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.6);
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 185px;
	/*margin-top: 10px;*/
}

/*.color__select {*/
/*	position: absolute;*/
/*	z-index: 1;*/
/*	top: 10px;*/
/*	left: 50%;*/
/*	transform: translate(-50%, 0);*/
/*	width: 185px;*/
/*}*/

.color__select {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.color__select.without-color {
	justify-content: center;
}

.product-detail__color {
	position: relative;
}

.color__select-button {
	width: 185px;
	height: 32px;
	border-radius: 16px;
	background: #fff;
	font-size: 14px;
	color: #905792;
	font-weight: bold;
	border: none;
}

div.color__select-button {
	min-width: 50px;
	border-bottom: none;
}

.color__name._hide {
	visibility: hidden;
}

.product-detail__cart-block {
	/*margin-top: 50px;*/
	border-top: 1px solid #e9e9e9;
	padding: 0 20px 30px;
	background: #f9f9f9;
}

.without-color .product-detail__cart-block {
	border-top: none;
}

.cart-block__size-title,
.cart-block__quantity-title {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
}

.cart-block__size-title {
	text-align: left;
}

.cart-block__quantity-title {
	color: #7bc32f;
}

.hide-available .cart-block__quantity-title {
	opacity: 0;
}

.cart-block__size-item {
	width: calc(25% - 6px);
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	height: 40px;
	margin: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
}

.cart-block__size-item.active,
.cart-block__size-item:hover {
	border-color: #915792;
}

.cart-block__size-list {
	display: flex;
	margin: 0 -3px;
	flex-wrap: wrap;
}

.cart-block__counter {
	height: 43px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	background: #fff;
	padding: 3px 0;
	display: flex;
}

.cart-block__counter-btn {
	width: 38px;
	background: #fff;
	border: none;
	flex-shrink: 0;
	position: relative;
	outline: none;
}

.cart-block__counter-input {
	flex: 1;
	display: block;
	border: none;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	width: 100%!important;
	text-align: center;
}

.cart-block__counter-input::-webkit-outer-spin-button,
.cart-block__counter-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cart-block__counter-input[type=number] {
	-moz-appearance: textfield;
}

.cart-block__counter-btn[data-type="minus"]::before {
	content: '';
	width: 12px;
	height: 2px;
	background: #905792;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 6px);
}

.cart-block__counter-btn[data-type="plus"]::before {
	content: '';
	width: 12px;
	height: 2px;
	background: #905792;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 6px);
}

.cart-block__counter-btn[data-type="plus"]::after {
	content: '';
	width: 2px;
	height: 12px;
	background: #905792;
	position: absolute;
	top: calc(50% - 6px);
	left: calc(50% - 1px);
}

.cart-block__size {
	width: 258px;
}

.cart-block__quantity {
	width: 125px;
}

.cart-block__selection {
	display: flex;
	justify-content: space-between;
}

.cart-block__prices {
	display: none;
	justify-content: center;
	margin: 25px 0 16px;
}

.cart-block__prices.active {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.cart-block__prices .old_price {
	font-size: 18px;
	color: #9b9b9b;
	text-decoration: line-through;
	margin-right: 10px;
}

.cart-block__price-delimiter {
	height: 27px;
	display: block;
	width: 1px;
	background: #915792;
	margin: 0 20px;
}

.cart-block__price {
	font-size: 24px;
	font-weight: bold;
}

.cart-block__price span {
	font-size: 21px;
	font-weight: normal;
}

.cart-block__price:first-child {
	color: #915792;
}

/*.cart-block__price:first-child span {*/
/*	font-weight: bold;*/
/*}*/

.cart-block__price:last-child {
	order: 3;
	color: #383838;
}

.cart-block__cart-btn {
	min-width: 257px;
	height: 53px;
	border-radius: 25px;
	border: 1px solid #905792;
	background: none;
	font-size: 20px;
	color: #905792;
	display: block;
	margin: 0 auto;
	font-weight: bold;
	transition: 0.3s;
}

.cart-block__cart-btn:hover {
	background: #915792;
	color: #fff;
}

.product-detail__calc-btn {
	background: #915792;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border: none;
	width: 100%;
	min-height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-detail__calc-btn img {
	margin-left: 17px;
	display: block;
}

.product-detail__deliveries {
	display: flex;
	width: 300px;
	justify-content: space-between;
	margin: 30px auto 20px;
}

.product-detail__delivery {
	display: flex;
	align-items: center;
}

.product-detail__delivery-logo {
	margin-right: 15px;
}

.product-detail__delivery-name,
.product-detail__payment-name {
	font-size: 14px;
	font-weight: bold;
	color: #404040;
}

.product-detail__payment-logo {
	margin-right: 15px;
}

.product-detail__payment-logo img {
	display: block;
	margin-bottom: 9px;
}

.product-detail__payment-logo img:last-child {
	margin-bottom: 0;
}

.product-detail__payment {
	display: flex;
	width: 300px;
	margin: 0 auto;
}

.top-item__logo {
	width: 40px;
	height: 40px;
	border: 1px solid #dfdfdf;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	flex-shrink: 0;
}

.product-detail__top-favorites .top-item__logo::before {
	content: '';
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAOCAYAAADJ7fe0AAABUElEQVQokZXSsUvVYRTG8c/9ZVKBNNTiIETkJobRXpEtQk1B0NbSKFREhpODtDSY/gMRCKbQErRUUEQQBEGBS4Ni2SDhIgiFd4gj54Xfvd0r+kwv53n4Ht5zTuPJjVmpXozjJs5gE4uYRgMPcR39WMVTzKDZk4AjeItBzGEZw7iHawlp4hG+4zwe4AquFsjd7DCCX1l7gWd4jTWM4U96H7CEz7hTILcwVQMUreAi/tYARet4jNsBOZwzWNZZP7vUQ19wusIOtjC0R7ibTmCjSvM57uPYAQCRnYjZFchkrvjlPkGHMI/jMcsC+Y3LOJWgvj0A0WwBZzEa91TVzB+4lKA3ONkBEJ1f4VxuLVavagsFKMwAfIzJ17yBvI9oEpnI7qodEoqVRij+HaDoGkf4CUfTa1l7J0gBxde28Q7v8x21OLIWdYMU0AV8xbd8/weAf7wBQ7fhVBuqAAAAAElFTkSuQmCC") no-repeat center;
	width: 17px;
    height: 14px;
}

.product-detail__top-compare .top-item__logo::before {
	content: '';
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAPCAYAAADQ4S5JAAAASElEQVQokWOcGD6JgUhwGKSMhVjVDAwMNiCCiQQNDGRrOAxzHzGABeY2Sp2E01ZcoYTTVvqE0lDXAArWIwwMDIxo4tjFGBgYAcCCCHJvcwfyAAAAAElFTkSuQmCC") no-repeat center;
	width: 17px;
    height: 14px;
}

.product-detail__top-favorites.change .top-item__logo,
.product-detail__top-compare.change .top-item__logo {
	background-color: #905792;
}

.product-detail__top-favorites.change .top-item__logo::before,
.product-detail__top-compare.change .top-item__logo::before {
	filter: brightness(0) invert(1);
}

.product-detail__top-item {
	font-size: 14px;
	color: #905792;
	display: flex;
	align-items: center;
	margin-right: 35px;
	flex-shrink: 0;
	cursor: pointer;
}

.product-detail__top-item:last-child {
	margin-right: 0;
}

.top-item__name {
	text-decoration: underline;
}

.product-detail__top {
	display: flex;
	margin: 25px 0 35px;
}

.product-detail__top-favorites {
	margin-left: auto;
}

#breadcrumb {
	max-width: 100%;
}

#breadcrumb .breadcrumb_items {
	margin-left: 0;
}

.container .cont {
	max-width: 1800px;
	margin: 0 auto !important
}

.product-detail__top-group {
	display: flex;
	margin-right: 35px;
}

.product-detail__top-group:last-child {
	margin-right: 0;
	margin-left: auto;
}

#breadcrumb .breadcrumb_items,
#breadcrumb #h1-pages {
	width: auto;
}

.color__image {
	display: none;
}

.product-detail__properties-show-more {
	display: none;
}

.paint-calculate {
	max-width: 530px;
	border: 1px solid #dbd6d6;
	padding-bottom: 46px;
	box-sizing: border-box;
	background: #fff;
}

.paint-calculate__title {
	font-size: 24px;
	margin-bottom: 3px;
}

.paint-calculate__subtitle {
	font-size: 14px;
}

/*.paint-calculate__field-name {*/
/*	font-size: 14px;*/
/*	font-weight: normal;*/
/*}*/

.paint-calculate__field {
	font-size: 14px;
	font-weight: normal;
	display: block;
}

.paint-calculate__field span {
	font-size: 16px;
}

.paint-calculate__input {
	height: 54px;
	width: 100%;
	display: block;
	border-radius: 27px;
	border: 1px solid #e2e2e2;
	padding: 0 30px;
	box-sizing: border-box;
	margin-right: 10px;
}

.paint-calculate__header {
	background: #f9f9f9;
	padding: 23px 20px 25px;
	text-align: center;
	position: relative;
}

.paint-calculate__row {
	padding: 30px 75px 35px;
}

.paint-calculate__input-wrapper {
	display: flex;
	align-items: center;
}

.paint-calculate__fields {
	display: flex;
}

.paint-calculate__fields .paint-calculate__field:first-child {
	margin-right: 30px;
}

.paint-calculate__row:first-child .paint-calculate__input-wrapper {
	margin-right: -7px;
}

.paint-calculate__field-name {
	margin: 0 0 8px 20px;
}

.paint-calculate__row:first-child {
	border-bottom: 1px solid #eeeeee;
}

.paint-calculate__text {
	margin-bottom: 25px;
	text-align: center;
	color: #915792;
	font-size: 14px;
}

.paint-calculate__calculate-button {
	height: 52px;
	width: 200px;
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: none;
	background: #915792;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 26px;
	margin: 0 auto;
}

.paint-calculate__close-button {
	width: 15px;
	height: 15px;
	border: none;
	display: block;
	background: url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog/kraski_new_v2/bitrix/catalog.element/kraski_2/images/close_button_icon.png') no-repeat center center;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
}

.paint-calculate__overlay {
	background: rgba(59, 59, 59, 0.13);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

.paint-calculate__overlay.show {
	display: flex!important;
}

.product-detail__description-bottom-ad {
	display: none;
}

.detail-mobile-tabs {
	display: none;
}

.kraski_detail_page .text_inside_wide {
	float: none;
}

#content_part.kraski_detail_page {
	border-bottom: none;
	box-shadow: none;
}

.rating-stars {
	display: flex;
	align-items: center;
	margin-right: 10px;
	flex-direction: row-reverse;
}

.rating-stars__star {
	width: 14px;
	height: 15px;
	background: url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog/kraski_new_v2/bitrix/catalog.element/kraski_2/images/star.png'), url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog/kraski_new_v2/bitrix/catalog.element/kraski_2/images/star-hover.png') no-repeat center center;
	background-size: auto, 0;
	margin-right: 2px;
	cursor: pointer;
}

.rating-stars__star.active {
	background-size: 0, auto;
}

.rating-stars__star:hover,
.rating-stars__star:hover ~ .rating-stars__star {
	/*background: url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog/kraski_new_v2/bitrix/catalog.element/kraski_2/images/star-hover.png') no-repeat center center;*/
	background-size: 0, auto;
}

.rating-stars__star:last-child {
	margin-right: 0;
}

.paint-calculate__result {
	padding: 0 30px;
	margin-bottom: 35px;
	text-align: center;
	font-size: 14px;
	background: #915792;
	color: #fff;
	height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	transition: 0.3s;
}

.paint-calculate__result.show {
	height: 50px;
	display: flex!important;
}

.paint-calculate__input.error {
	border-color: red;
}

.detail-tabs__text {
	font-size: 14px;
	line-height: 1.5;
}

.color__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(102, 102, 102, 0.5);
	z-index: 10;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: none;
}

.color__overlay > div:nth-child(1) {
	letter-spacing: 0.11em;
}

.color__overlay > div:nth-child(2) {
	font-size: 25px;
}

.product-detail__color.disabled .color__overlay {
	display: flex;
}

.product-detail__color.disabled .color-container {
	filter: blur(2px);
}

#content_part {
	box-shadow: none!important;
	border-bottom: none!important;
}

.cart-block__discount {
	display: flex;
	font-size: 16px;
	margin-bottom: 5px;
	align-items: center;
}

.product-item__discount-percent {
	background: #ff7e8f;
	color: #fff;
	padding: 5px 6px;
	border-radius: 14px;
	font-size: 12px;
	line-height: 1;
}

.product-item__old-price {
	margin-right: 10px;
}

.product-item__old-price span {
	color: #9b9b9b;
	text-decoration: line-through;
}

.cart-block__caption {
	text-align: center;
	font-size: 14px;
	color: #797979;
	padding-top: 25px;
}

@media (max-width: 1800px) {
	.container .cont {
		max-width: 1170px;
	}

	.product-detail__main {
		display: flex;
		justify-content: space-between;
	}

	.product-detail__image-container {
		flex: 1;
		max-width: 470px;
	}

	.product-detail__buy {
		width: 450px;
	}

	.product-detail__description {
		padding: 5px 0 0;
		margin: 0 25px;
		/*max-width: 300px;*/
	}

	.product-detail__properties-list {
		/*column-count: unset;*/
	}

	/*.product-detail__description-bottom {*/
	/*	display: none;*/
	/*}*/

	.cart-block__selection {
		flex-direction: column;
		padding: 0 30px;
	}

	.product-detail__cart-block {
		padding: 20px 15px 25px;
	}

	.cart-block__size-title {
		display: none;
	}

	.cart-block__quantity {
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}

	.cart-block__quantity-title {
		/*flex: 1;*/
		margin: 0;
		text-align: left;
	}

	.cart-block__counter {
		width: 125px;
	}

	.cart-block__size {
		width: 100%;
		margin-bottom: 20px;
	}

	.cart-block__prices {
		margin: 18px 0 12px;
	}

	.product-detail__deliveries {
		flex-direction: column;
		margin: 20px auto 15px;
	}

	.product-detail__delivery:first-child {
		margin-bottom: 15px;
	}

	.product-detail__info {
		padding: 0 30px;
	}

	/*.product-detail__description-bottom-ad {*/
	/*	display: flex;*/
	/*	margin-top: -90px;*/
	/*}*/

	.product-detail__description-bottom-ad .product-detail__desc-text {
		padding-top: 130px;
	}

	.hide-available .cart-block__quantity-title {
		display: none;
	}

	.hide-available .cart-block__counter {
		margin: 0 auto;
	}

	.color__select-button, .color__name {
		width: 150px;
	}
}

@media (max-width: 1280px) {
	.container .cont {
		max-width: 940px;
	}

	.product-detail__main {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.product-detail__description {
		order: 1;
		padding: 0 8px;
		margin: -270px 0 0;
		/*transform: translate(0, -70px);*/
		/*margin-bottom: -70px;*/
		max-width: 100%;
	}

	.product-detail__image-container {
		width: 500px;
		max-width: unset;
		flex: unset;
	}

	.product-detail__buy {
		width: 400px;
		padding-bottom: 25px;
	}

	.product-detail__cart-block {
		padding: 15px 5px 20px;
	}

	.cart-block__selection {
		flex-direction: column;
	}

	.cart-block__quantity {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cart-block__counter {
		width: 125px;
		flex-shrink: 0;
	}

	.cart-block__size {
		width: 100%;
		margin-bottom: 15px;
	}

	.cart-block__quantity-title {
		margin-bottom: 0;
	}

	.cart-block__size-title {
		display: none;
	}

	.product-detail__deliveries {
		flex-direction: column;
		margin: 20px auto 0;
	}

	.product-detail__delivery {
		margin-bottom: 15px;
	}

	#content_part .container {
		width: 940px!important;
		padding: 0!important;
	}

	.product-detail__properties {
		order: 1;
		margin: 0 -8px;
	}

	.product-detail__properties-list {
		column-count: unset;
		display: flex;
		flex-wrap: wrap;
	}

	.product-detail__property {
		width: 33.3333%;
		padding: 0 8px;
		box-sizing: border-box;
		margin-bottom: 40px;
	}

	.product-detail__desc-text {
		padding-top: 110px;
	}

	.product-detail__description-bottom {
		padding: 0 10px;
		margin-bottom: 60px;
	}

	.product-detail__top-favorites .top-item__name,
	.product-detail__top-compare .top-item__name {
		display: none;
	}

	.product-detail__top-favorites .top-item__logo,
	.product-detail__top-compare .top-item__logo {
		margin-right: 0;
	}

	.product-detail__top-favorites {
		margin-right: 15px;
	}

	.product-detail__desc-picture {
		margin-right: 50px;
	}

	.product-detail__description-bottom-ad {
		display: none;
	}

	.product-detail__description-bottom {
		display: flex;
	}

	.product-detail {
		margin-bottom: 40px;
	}

	.color__demo {
		padding: 10px 20px;
	}

	.color__select {
		gap: 10px;
	}
}

@media (max-width: 1024px) {
	.container .cont {
		max-width: 710px;
	}

	#content_part .container {
		width: 710px!important;
		padding: 0!important;
	}

	.product-detail__image-container {
		width: 340px;
	}

	.product-detail__image {
		padding-bottom: 180%;
	}

	.product-detail__buy {
		width: 340px;
	}

	.product-detail__properties {
		margin: 0 -20px;
	}

	.product-detail__property {
		width: 50%;
		padding: 0 20px;
	}

	.product-detail__top-group:nth-child(2) .top-item__logo {
		display: none;
	}

	.product-detail {
		margin-bottom: 25px;
	}

	#h1-pages {
		margin-top: 60px;
	}

	.calc-block {
		flex-direction: column-reverse;
		gap: 15px;
	}

	.color__select-button {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.container .cont {
		max-width: 440px;
	}

	#content_part .container {
		width: 440px!important;
	}

	.product-detail__image,
	.product-detail__buy {
		width: 100%;
	}

	.product-detail__top-group {
		align-items: flex-start;
	}

	.product-detail__top-group:first-child .top-item__logo {
		width: auto;
		height: auto;
		border: none;
		font-weight: bold;
	}

	.product-detail__top-group:nth-child(2) {
		flex-direction: column;
	}

	.product-detail__top-group:nth-child(1) .product-detail__top-item:not(:last-child),
	.product-detail__top-group:nth-child(2) .product-detail__top-item:not(:last-child) {
		margin-bottom: 5px;
	}

	.product-detail__top-group:first-child {
		flex-direction: column;
	}

	.rating-stars {
		margin-bottom: 5px;
	}

	.cart-block__selection {
		flex-direction: row;
		padding: 0;
	}

	.cart-block__quantity {
		flex-direction: column;
		justify-content: flex-start;
		width: auto;
	}

	.cart-block__size {
		width: 258px;
		flex-shrink: 0;
		margin-bottom: 0;
	}

	.product-detail__cart-block {
		padding: 20px 0;
	}

	.cart-block__size-title {
		display: block;
	}

	.cart-block__quantity-title {
		margin-bottom: 15px;
	}

	.product-detail__buy {
		background: #fff;
	}

	.product-detail__deliveries {
		flex-direction: row;
		margin: 0;
	}

	.product-detail__info {
		display: flex;
		align-items: center;
		margin-top: 20px;
		padding: 0 5px;
	}

	.product-detail__delivery {
		margin-right: 25px;
		margin-bottom: 0;
	}

	.product-detail__delivery-logo,
	.product-detail__payment-logo {
		margin-right: 10px;
	}

	.product-detail__desc-picture {
		display: none;
	}

	.product-detail__description {
		margin-top: 0;
	}

	.product-detail__desc-text {
		padding-top: 30px;
	}

	.product-detail__description-bottom {
		padding: 0;
		border-bottom: 1px solid #e9e9e9;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.product-detail__description {
		padding: 0;
	}

	.product-detail__property {
		width: 100%;
		padding: 0;
		order: 1;
		margin-bottom: 30px;
	}

	.product-detail__properties {
		margin: 0;
	}

	.color__demo {
		background: none;
		margin-top: -85px;
	}

	/*.color__select {*/
	/*	right: 30px;*/
	/*	left: unset;*/
	/*	transform: unset;*/
	/*	width: 240px;*/
	/*}*/

	.product-detail__color {
		height: 164px;
	}

	.color__image {
		width: 130px;
		position: absolute;
		left: 25px;
		bottom: 25px;
		display: block;
	}

	.color__image img {
		width: 100%;
	}

	.color__name {
		font-size: 16px;
		min-height: 42px;
		border-radius: 21px;
	}

	.product-detail__property:nth-child(4) ~ .product-detail__property:not(:last-child) {
		display: none;
	}

	.product-detail__property:nth-last-child(1) {
		order: 0;
	}

	.product-detail__properties-show-more {
		order: 1;
	}

	div.product-detail__property:nth-last-child(1) {
		display: flex;
	}

	.product-detail__properties-show-more {
		display: block;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		color: #915792;
		text-decoration: underline;
		margin-left: 53px;
		cursor: pointer;
	}

	.product-detail__properties.open .product-detail__property {
		display: flex!important;
	}

	.text_inside_wide #h1-pages {
		height: auto!important;
		overflow: visible!important;
		font-size: 20px!important;
		margin-top: 30px!important;
	}

	.detail-mobile-tabs {
		display: block;
		border-top: 1px solid #e9e9e9;
	}

	.detail-mobile-tabs__name {
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #404040;
		min-height: 48px;
		display: flex;
		align-items: center;
		padding: 5px 20px;
		position: relative;
	}

	.detail-mobile-tabs__item.open .detail-mobile-tabs__name {
		background: #915792;
		color: #fff;
	}

	.detail-mobile-tabs__name::after {
		content: '';
		display: block;
		position: absolute;
		width: 12px;
		height: 8px;
		background: url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog/kraski_new_v2/bitrix/catalog.element/kraski_2/images/tab-arrow.png') no-repeat center center;
		right: 20px;
		top: calc(50% - 4px);
	}

	.detail-mobile-tabs__item.open .detail-mobile-tabs__name::after {
		background: url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog/kraski_new_v2/bitrix/catalog.element/kraski_2/images/tab-arrow-white.png') no-repeat center center;
	}

	.detail-mobile-tabs__item {
		border-bottom: 1px solid #e9e9e9;
	}

	.detail-mobile-tabs__content {
		display: none;
		padding: 15px;
	}

	.detail-mobile-tabs__item.open .detail-mobile-tabs__content {
		display: block;
	}

	.detail-mobile-tabs__content .block {
		width: 100%;
	}

	.detail-tabs {
		display: none;
	}

	.product-detail {
		margin-bottom: 35px;
	}

    .detail-mobile-tabs__content .tab-content-left {
		display: block;
		text-align: left;
		width: 100%;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.detail-mobile-tabs__content .row-item {
		margin-bottom: 20px;
	}

	.hide-available .cart-block__quantity-title {
		display: block;
	}

	.color__demo {
		justify-content: flex-end;
	}

	.color__select {
		width: auto;
		flex-direction: column;
		margin-top: 70px;
	}

	.color__select-button {
		font-size: 20px;
		width: auto;
		border-bottom: 1px solid #905792;
		border-radius: unset;
		height: auto;
	}
}

@media (max-width: 480px) {
	.container .cont {
		max-width: 320px;
	}

	#content_part .container {
		width: 320px!important;
	}

	.product-detail__top {
		flex-direction: column;
	}

	.product-detail__top-item {
		margin-bottom: 8px!important;
	}

	.product-detail__top-group:last-child {
		position: absolute;
		top: 0;
		right: 0;
	}

	.text_inside_wide #h1-pages {
		height: auto!important;
		font-size: 20px!important;
	}

	.color__image {
		width: 105px;
		left: 7px;
	}

	/*.color__select {*/
	/*	width: 192px;*/
	/*	right: 7px;*/
	/*}*/

	.cart-block__selection {
		flex-direction: column;
		align-items: center;
	}

	.cart-block__quantity {
		flex-direction: row;
		width: 258px;
		justify-content: space-between;
	}

	.cart-block__quantity-title {
		margin-bottom: 0;
	}

	.cart-block__size-title {
		display: none;
	}

	.cart-block__size {
		margin-bottom: 20px;
	}

	.product-detail__deliveries {
		flex-direction: column;
	}

	.product-detail__info {
		flex-direction: column;
	}

	.product-detail__delivery {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.rating-stars {
		margin-bottom: 8px;
	}

	.up-link {
		right: 10px!important;
		bottom: 0!important;
	}

	.hide-available .cart-block__quantity-title {
		display: none;
	}
}

@media screen and (max-width: 1180px) {
	.breadcrumb_items, #h1-pages {
		padding: 0!important;
	}
}


/* tabs */

.detail-tabs {
	margin-top: 18px;
	background: #fff;
	border-radius: 7px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}

.detail-tabs .tabs-buttons {
	white-space: nowrap;
	height: auto;
	line-height: 50px;
	font-size: 0;
	display: box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: -webkit-box;
	box-orient: horizontal;
	o-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	-webkit-box-orient: horizontal
}

.detail-tabs .tabs-buttons:after {
	clear: both;
	content: '';
	display: block
}

.detail-tabs .tabs-buttons > div {
	width: 200px;
	border-right: 1px solid #bd91bf;
	text-align: center;
	background-color: #905792;
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 14px;
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	float: left;
	position: relative;
	height: 50px
}

.detail-tabs .tabs-buttons > div:last-child {
	border-right: 0
}

.detail-tabs .tabs-buttons > div:hover, .detail-tabs .tabs-buttons > div.active {
	background-color: white;
	color: #404040
}

.detail-tabs .tabs-buttons .reviews .count {
	font-style: italic;
	font-weight: normal
}

.detail-tabs .tabs-info .tab-info {
	display: none;
	padding: 50px;
}

.detail-tabs .tabs-info .tab-info.active {
	display: flex;
	justify-content: center;
}

.detail-tabs .tabs-info .properties {
	margin: 0;
	gap: 45px;
}

.detail-tabs .tabs-info .properties .prop-column {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	flex: 1;
}

.detail-tabs .tabs-info .properties .row-item {
	display: table;
	width: 100%
}

.detail-tabs .tabs-info .properties .row-item:nth-child(2n) {
	background-color: #f0f0f0
}

.detail-tabs .tabs-info .properties .row-item .str-name, .detail-tabs .tabs-info .properties .row-item .value, .detail-tabs .tabs-info .properties .row-item .tab-content-left, .detail-tabs .tabs-info .properties .row-item .normal {
	display: table-cell;
	line-height: 26px;
	min-height: 32px;
	padding: 3px 10px;
	font-size: 13px;
	vertical-align: top;
	width: auto
}

.detail-tabs .tabs-info .properties .row-item .str-name, .detail-tabs .tabs-info .properties .row-item .tab-content-left {
	color: #404040;
	font-weight: bold;
	text-align: left
}

.detail-tabs .tabs-info .properties .row-item .value, .detail-tabs .tabs-info .properties .row-item .normal {
	text-align: right
}

.detail-tabs .tabs-info .properties .row-item .normal {
	display: block;
}

.detail-tabs .tabs-info .description {
	padding: 30px 40px 40px 40px
}

.detail-tabs .tabs-info .delivery {
	padding: 15px 20px 100px 20px
}

.detail-tabs .tabs-info .delivery .str-title {
	font-size: 13px;
	color: #404040;
	padding: 0 25px
}

.detail-tabs .tabs-info .delivery .first-line *, .detail-tabs .tabs-info .delivery .th-line *, .detail-tabs .tabs-info .delivery .td-terminal * {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	color: #404040;
	line-height: 14px
}

.detail-tabs .tabs-info .delivery .first-line {
	white-space: nowrap;
	margin-top: 15px;
	position: relative;
	padding: 0 25px;
	border-bottom: 1px solid #d89cda;
	height: 30px
}

.detail-tabs .tabs-info .delivery .first-line .str {
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px
}

.detail-tabs .tabs-info .delivery .first-line .count {
	font-size: 14px;
	margin-right: 20px
}

.detail-tabs .tabs-info .delivery .first-line .show-terminals, .detail-tabs .tabs-info .delivery .first-line .other-city, .detail-tabs .tabs-info .delivery .td-terminal .td-name .show-terminals {
	color: #ab76ae;
	font-size: 14px;
	cursor: pointer;
	line-height: 14px;
	text-decoration: underline
}

.detail-tabs .tabs-info .delivery .first-line .show-terminals:hover, .detail-tabs .tabs-info .delivery .first-line .other-city:hover, .detail-tabs .tabs-info .delivery .td-terminal .td-name .show-terminals:hover {
	text-decoration: none
}

.detail-tabs .tabs-info .delivery .first-line .other-city {
	position: absolute;
	right: 25px;
	top: 4px
}

.detail-tabs .tabs-info .delivery .th-line {
	border-bottom: 1px solid #cecece;
	height: 28px;
	line-height: 26px;
	padding: 0 25px
}

.detail-tabs .tabs-info .delivery .th-line * {
	color: #a3a3a3;
	font-size: 14px
}

.detail-tabs .tabs-info .delivery .th-line .td-name, .detail-tabs .tabs-info .delivery .td-terminal .td-name {
	width: 360px;
	margin-right: 75px
}

.detail-tabs .tabs-info .delivery .td-terminal .td-name .show-terminals {
	font-size: 13px
}

.detail-tabs .tabs-info .delivery .th-line .td-sroki, .detail-tabs .tabs-info .delivery .td-terminal .td-sroki {
	width: 235px;
	margin-right: 73px
}

.detail-tabs .tabs-info .delivery .th-line .td-price, .detail-tabs .tabs-info .delivery .td-terminal .td-price {
	width: 102px;
	margin-right: 100px
}

.detail-tabs .tabs-info .delivery .td-terminal {
	padding: 0 25px;
	height: 85px;
	border-bottom: 1px solid #cecece;
	line-height: 85px;
	white-space: nowrap
}

.detail-tabs .tabs-info .delivery .td-terminal .td-price {
	font-weight: bold
}

.detail-tabs .tabs-info .delivery .td-terminal .td {
	padding-left: 10px
}

.detail-tabs .tabs-info .delivery .td-terminal .td .button {
	height: 40px;
	line-height: 40px;
	width: 132px;
	cursor: pointer;
	text-align: center;
	color: white;
	background-color: #905792;
	border: 1px solid #905792;
	font-size: 13px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none
}

.detail-tabs .tabs-info .delivery .td-terminal .td .button:hover {
	border: 1px solid #c6c6c6
}

.detail-tabs .tabs-info .delivery .other-terminals {
	color: #905792;
	font-size: 14px;
	cursor: pointer;
	line-height: 14px;
	text-decoration: underline;
	margin-top: 22px;
	padding-left: 25px
}

.detail-tabs .tabs-info .delivery .other-terminals .str {
	font-weight: bold
}

.detail-tabs .tabs-info .delivery .other-terminals:hover {
	text-decoration: none
}

.detail-tabs .tabs-info .average_rating_wrap, .detail-tabs .tabs-info .reviews_wrap {
	padding: 30px
}

.colors-search-result {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
	overflow-y: auto;
}

.palitra_area.show-search-results {
	overflow-y: hidden;
}

@keyframes skeleton-loading {
	0% {
		background-color: #c2cfd6;
	}
	100% {
		bacgkround-color: #f0f3f5;
	}
}

.preloader.show {
	display: flex!important;
}

@media (max-width: 1200px) {
	.detail-tabs .tabs-buttons > div {
		width: 157px
	}

	.detail-tabs .tabs-info .properties .prop-column {
		width: 415px
	}
}

@media (max-width: 1000px) {
	.detail-tabs .tabs-buttons {
		white-space: normal
	}

	.detail-tabs .tabs-buttons > div {
		width: 246px;
		border-bottom: 1px solid #bd91bf
	}

	.detail-tabs .tabs-info .tab-info .properties {
		text-align: center
	}

	.detail-tabs .tabs-info .properties .prop-column {
		width: 100%
	}

	.detail-tabs .tabs-info .properties .prop-column:first-child {
		margin-right: 0
	}

	.detail-tabs .tabs-info .delivery .th-line .td-name, .detail-tabs .tabs-info .delivery .td-terminal .td-name {
		width: 245px;
		margin-right: 0
	}

	.detail-tabs .tabs-info .delivery .th-line .td-sroki, .detail-tabs .tabs-info .delivery .td-terminal .td-sroki {
		width: 165px;
		margin-right: 10px
	}

	.detail-tabs .tabs-info .delivery .th-line .td-price, .detail-tabs .tabs-info .delivery .td-terminal .td-price {
		margin-right: 0
	}
}

@media screen and (max-width: 767px) {
	.detail-tabs .tabs-buttons > div {
		width: 237px
	}
}

.offers-table {
	font-size: 14px;
}

.offers-table__tr {
	height: 52px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 0 8px;
}

.offers-table__tr:first-child {
	padding: 0 0 0 4px;
}

.offers-table__th {
	font-weight: bold;
}

.offers-table__td,
.offers-table__th {
	flex: 1;
}

.offers-table__td:nth-child(1),
.offers-table__th:nth-child(1) {
	width: 90px;
	flex: unset;
}

@media (max-width: 1024px) {
	.offers-table__td:nth-child(1), .offers-table__th:nth-child(1) {
		width: 50px;
	}
}

.offers-table__td:nth-child(2), .offers-table__td:nth-child(4),
.offers-table__th:nth-child(2), .offers-table__th:nth-child(4) {
	width: 120px;
	flex: unset;
}

@media (max-width: 1280px) {
	.offers-table__td:nth-child(4), .offers-table__th:nth-child(4) {
		width: 100px;
	}
}

@media (max-width: 1024px) {
	.offers-table__td:nth-child(2), .offers-table__th:nth-child(2) {
		width: 100px;
	}
	.offers-table__td:nth-child(4), .offers-table__th:nth-child(4) {
		width: 80px;
	}
	.offers-table__cart-btn {
		font-size: 12px;
	}
}

.offers-table__td:nth-child(3),
.offers-table__th:nth-child(3),
.offers-table__th:nth-child(2) {
	text-align: center;
}

.offers-counter {
	display: flex;
	align-items: center;
	height: 42px;
	width: 100%;
	border-radius: 21px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.offers-counter__button {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	height: 100%;
	cursor: pointer;
}

.offers-counter__button[data-role="minus"],
.paint-counter__button[data-role="minus"] {
	background: url('data:image/svg+xml;base64,PHN2ZyAKICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogICAgd2lkdGg9IjEycHgiIGhlaWdodD0iMnB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNDQsIDg3LCAxNDYpIgogICAgZD0iTTAuMCwwLjAgTDExLjk5OSwwLjAgTDExLjk5OSwxLjk5OSBMMC4wLDEuOTk5IEwwLjAsMC4wIFoiLz4KPC9zdmc+') no-repeat center center;
}

.offers-counter__button[data-role="plus"],
.paint-counter__button[data-role="plus"] {
	background: url('data:image/svg+xml;base64,PHN2ZyAKICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogICAgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMTQ0LCA4NywgMTQ2KSIKICAgIGQ9Ik0xMS45OTksNi45OTkgTDYuOTk5LDYuOTk5IEw2Ljk5OSwxMS45OTkgTDQuOTk5LDExLjk5OSBMNC45OTksNi45OTkgTDAuMCw2Ljk5OSBMMC4wLDQuOTk5IEw0Ljk5OSw0Ljk5OSBMNC45OTksMC4wIEw2Ljk5OSwwLjAgTDYuOTk5LDQuOTk5IEwxMS45OTksNC45OTkgTDExLjk5OSw2Ljk5OSBaIi8+Cjwvc3ZnPg==') no-repeat center center;
}

.offers-counter .offers-counter__input {
	width: 45px;
	display: flex;
	box-sizing: border-box;
	border: none;
	height: 36px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	text-align: center;
}

@media (max-width: 1024px) {
	.offers-counter .offers-counter__input {
		width: 35px;
	}
}

/* Убирает стрелочки в Chrome, Safari, Edge, Opera */
.offers-counter__input::-webkit-outer-spin-button,
.offers-counter__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Для Firefox */
.offers-counter__input {
	-moz-appearance: textfield;
}

.offers-table__cart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 42px;
	background: #915792;
	color: #fff;
	font-weight: bold;
	border-radius: 21px;
	border: none;
	text-transform: lowercase;
}

.calc-block {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}

.calc-block.without-calc {
	justify-content: center;
}

.calc-btn {
	display: flex;
	align-items: center;
	gap: 13px;
	width: 255px;
	cursor: pointer;
}

.calc-btn__img {
	background: url(data:image/svg+xml;base64,PHN2Zw0KICAgICAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogICAgICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KICAgICAgICB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyNHB4Ij4NCiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMjU1LCAyNTUsIDI1NSkiDQogICAgICAgICAgZD0iTTIxLjM5OSwyMi4wOTEgQzIxLjM5OSwyMi45NDcgMjEuMTUyLDIzLjE5OCAyMC4zMTAsMjMuMTk4IEMxNC4wOTcsMjMuMTk5IDcuODgzLDIzLjE5OSAxLjY3MCwyMy4xOTggQzAuODU3LDIzLjE5OCAwLjYwMSwyMi45NDAgMC42MDEsMjIuMTIxIEMwLjYwMCwxNS4zNzUgMC42MDAsOC42MjkgMC42MDEsMS44ODMgQzAuNjAxLDEuMDU4IDAuODUzLDAuODAwIDEuNjY0LDAuODAwIEM3Ljg5NCwwLjc5OSAxNC4xMjQsMC43OTkgMjAuMzUzLDAuODAwIEMyMS4xMzQsMC44MDEgMjEuMzk4LDEuMDY3IDIxLjM5OSwxLjg1MiBDMjEuNDAwLDUuMjMzIDIxLjM5OSw4LjYxNSAyMS4zOTksMTEuOTk2IEMyMS4zOTksMTUuMzYxIDIxLjQwMCwxOC43MjYgMjEuMzk5LDIyLjA5MSBaTTE5Ljc3MCwyLjQyMyBDMTMuOTE4LDIuNDIzIDguMDk0LDIuNDIzIDIuMjM5LDIuNDIzIEMyLjIzOSw4LjgzNSAyLjIzOSwxNS4yMDQgMi4yMzksMjEuNTU2IEM4LjExMSwyMS41NTYgMTMuOTQ2LDIxLjU1NiAxOS43NzAsMjEuNTU2IEMxOS43NzAsMTUuMTU4IDE5Ljc3MCw4LjgwMSAxOS43NzAsMi40MjMgWk0zLjk2NywzLjIwMCBDNC42NTAsMy4xOTUgNS4zMzMsMy4xOTYgNi4wMTcsMy4yMDAgQzYuNjM3LDMuMjA0IDcuMDA3LDMuNTEzIDYuOTk4LDQuMDE0IEM2Ljk5MCw0LjUxMiA2LjYyNyw0Ljc5NiA1Ljk5MCw0LjgwMSBDNS41NzQsNC44MDUgNS4xNTgsNC44MDYgNC43NDEsNC44MTEgQzQuNzEyLDQuODExIDQuNjgzLDQuODMzIDQuNjI4LDQuODU2IEM0LjYyOCw1Ljg3MiA0LjYyOCw2Ljg5OSA0LjYyOCw3Ljk2MiBDOC44NjMsNy45NjIgMTMuMTAxLDcuOTYyIDE3LjM4Niw3Ljk2MiBDMTcuMzg2LDYuOTExIDE3LjM4Niw1Ljg5NiAxNy4zODYsNC44MDEgQzE3LjIwNyw0LjgwMSAxNy4wMzMsNC44MDEgMTYuODU4LDQuODAxIEMxNS4wMjUsNC44MDEgMTMuMTkyLDQuODAxIDExLjM2MCw0LjgwMSBDMTEuMjI2LDQuODAxIDExLjA5Miw0LjgwOSAxMC45NjAsNC43OTYgQzEwLjUyMCw0Ljc1MyAxMC4yMDksNC40MjggMTAuMjAyLDQuMDEzIEMxMC4xOTQsMy41NzYgMTAuNTE0LDMuMjEwIDEwLjk4MiwzLjIwNyBDMTMuMzk4LDMuMTk1IDE1LjgxNSwzLjE5NCAxOC4yMzAsMy4yMTAgQzE4LjY5MiwzLjIxMyAxOC45ODUsMy41MTkgMTguOTkwLDMuOTgwIEMxOS4wMDgsNS41OTUgMTkuMDA4LDcuMjEyIDE4Ljk4OSw4LjgyOCBDMTguOTgzLDkuMjkwIDE4LjY4NSw5LjU0OCAxOC4yMjMsOS41OTYgQzE4LjEwNyw5LjYwOCAxNy45OTAsOS42MDAgMTcuODczLDkuNjAwIEMxMy4yOTEsOS42MDEgOC43MDksOS42MDEgNC4xMjcsOS42MDAgQzMuMjQwLDkuNjAwIDMuMDAxLDkuMzYxIDMuMDAwLDguNDc5IEMyLjk5OSw3LjA0NiAyLjk5Nyw1LjYxMiAzLjAwMSw0LjE4MCBDMy4wMDMsMy40ODkgMy4yODUsMy4yMDYgMy45NjcsMy4yMDAgWk0zLjgyNywxNi4wMDMgQzQuODc1LDE1Ljk4OSA1LjkyMywxNS45ODkgNi45NzAsMTYuMDAzIEM3LjQ3MCwxNi4wMTAgNy43ODgsMTYuMzE4IDcuNzk1LDE2LjgxMyBDNy44MTEsMTcuODYxIDcuODA5LDE4LjkwOSA3Ljc5NiwxOS45NTYgQzcuNzkwLDIwLjQ4MiA3LjQ3OCwyMC43ODIgNi45NDgsMjAuNzk1IEM2LjQxNiwyMC44MDkgNS44ODQsMjAuNzk4IDUuMzUyLDIwLjc5OCBDNC44NTMsMjAuNzk4IDQuMzU0LDIwLjgwOSAzLjg1NSwyMC43OTYgQzMuMzI0LDIwLjc4MiAzLjAxMSwyMC40ODMgMy4wMDUsMTkuOTU4IEMyLjk5MSwxOC45MTAgMi45OTAsMTcuODYyIDMuMDA2LDE2LjgxNSBDMy4wMTMsMTYuMzE3IDMuMzI1LDE2LjAxMCAzLjgyNywxNi4wMDMgWk00LjYxMSwxOS4xNjYgQzUuMTU4LDE5LjE2NiA1LjY2MSwxOS4xNjYgNi4xNjQsMTkuMTY2IEM2LjE2NCwxOC42MzIgNi4xNjQsMTguMTI5IDYuMTY0LDE3LjYzOSBDNS42MjUsMTcuNjM5IDUuMTIxLDE3LjYzOSA0LjYxMSwxNy42MzkgQzQuNjExLDE4LjE1OSA0LjYxMSwxOC42MzggNC42MTEsMTkuMTY2IFpNNi45NTksMTUuMTk1IEM1LjkxMiwxNS4yMDggNC44NjQsMTUuMjA5IDMuODE2LDE1LjE5NCBDMy4zMjIsMTUuMTg3IDMuMDEyLDE0Ljg2OSAzLjAwNSwxNC4zNzAgQzIuOTkxLDEzLjMyMiAyLjk5MSwxMi4yNzUgMy4wMDUsMTEuMjI3IEMzLjAxMiwxMC43MjQgMy4zMTgsMTAuNDExIDMuODE2LDEwLjQwNCBDNC44NjQsMTAuMzg5IDUuOTEyLDEwLjM5MCA2Ljk1OSwxMC40MDMgQzcuNDg1LDEwLjQxMCA3Ljc4NCwxMC43MjEgNy43OTcsMTEuMjUzIEM3LjgxMSwxMS43NjggNy44MDAsMTIuMjgzIDcuODAwLDEyLjc5OSBDNy44MDAsMTMuMzE1IDcuODExLDEzLjgzMSA3Ljc5NywxNC4zNDYgQzcuNzg0LDE0Ljg3NiA3LjQ4NCwxNS4xODggNi45NTksMTUuMTk1IFpNNi4xNzYsMTIuMDI4IEM1LjYyNSwxMi4wMjggNS4xMzMsMTIuMDI4IDQuNjM0LDEyLjAyOCBDNC42MzQsMTIuNTU5IDQuNjM0LDEzLjA2MyA0LjYzNCwxMy41NjEgQzUuMTcxLDEzLjU2MSA1LjY3NCwxMy41NjEgNi4xNzYsMTMuNTYxIEM2LjE3NiwxMy4wMzMgNi4xNzYsMTIuNTQxIDYuMTc2LDEyLjAyOCBaTTkuNDk2LDEwLjQwMSBDOS45OTUsMTAuMzkxIDEwLjQ5NCwxMC4zOTkgMTAuOTkzLDEwLjM5OSBDMTEuNDkyLDEwLjM5OCAxMS45OTEsMTAuMzkyIDEyLjQ4OSwxMC40MDEgQzEzLjA4MiwxMC40MTAgMTMuMzkxLDEwLjcwMyAxMy4zOTcsMTEuMjgzIEMxMy40MDcsMTIuMjk4IDEzLjQwOCwxMy4zMTIgMTMuMzk3LDE0LjMyNyBDMTMuMzkxLDE0Ljg4NSAxMy4wODUsMTUuMTkwIDEyLjUyOCwxNS4xOTYgQzExLjUxMywxNS4yMDggMTAuNDk5LDE1LjIwNyA5LjQ4NCwxNS4xOTcgQzguOTA0LDE1LjE5MSA4LjYwNiwxNC44ODIgOC42MDIsMTQuMjg5IEM4LjU5MywxMy4yOTIgOC41OTMsMTIuMjk0IDguNjAyLDExLjI5NiBDOC42MDcsMTAuNzA3IDguOTA3LDEwLjQxMSA5LjQ5NiwxMC40MDEgWk0xMC4yMjUsMTMuNTcwIEMxMC43NTIsMTMuNTcwIDExLjI1NSwxMy41NzAgMTEuNzY2LDEzLjU3MCBDMTEuNzY2LDEzLjAzOCAxMS43NjYsMTIuNTM1IDExLjc2NiwxMi4wMjAgQzExLjI0MiwxMi4wMjAgMTAuNzUxLDEyLjAyMCAxMC4yMjUsMTIuMDIwIEMxMC4yMjUsMTIuNTY2IDEwLjIyNSwxMy4wNTcgMTAuMjI1LDEzLjU3MCBaTTkuNDYzLDE2LjAwMSBDMTAuNDk0LDE1Ljk5MCAxMS41MjUsMTUuOTg5IDEyLjU1NiwxNi4wMDIgQzEzLjA4MywxNi4wMTAgMTMuMzgzLDE2LjMxOSAxMy4zOTYsMTYuODUwIEMxMy40MTAsMTcuMzgyIDEzLjQwMCwxNy45MTQgMTMuNDAwLDE4LjQ0NiBDMTMuNDAwLDE4LjkyOSAxMy40MDcsMTkuNDExIDEzLjM5OCwxOS44OTMgQzEzLjM4OCwyMC40ODUgMTMuMDk0LDIwLjc5MCAxMi41MTAsMjAuNzk2IEMxMS40OTYsMjAuODA2IDEwLjQ4MiwyMC44MDcgOS40NjcsMjAuNzk1IEM4LjkxMywyMC43ODkgOC42MDgsMjAuNDgwIDguNjAyLDE5LjkyMSBDOC41OTIsMTguOTA3IDguNTkyLDE3Ljg5MyA4LjYwMiwxNi44NzggQzguNjA4LDE2LjMxNSA4LjkwOCwxNi4wMDggOS40NjMsMTYuMDAxIFpNMTAuMjIzLDE5LjE3MSBDMTAuNzczLDE5LjE3MSAxMS4yNjQsMTkuMTcxIDExLjc2NywxOS4xNzEgQzExLjc2NywxOC42NDAgMTEuNzY3LDE4LjEzOCAxMS43NjcsMTcuNjM1IEMxMS4yMzIsMTcuNjM1IDEwLjcyOSwxNy42MzUgMTAuMjIzLDE3LjYzNSBDMTAuMjIzLDE4LjE2MiAxMC4yMjMsMTguNjU0IDEwLjIyMywxOS4xNzEgWk0xNS4xNjQsMTAuNDAwIEMxNi4xMjksMTAuMzk1IDE3LjA5NCwxMC4zOTQgMTguMDYwLDEwLjQwMSBDMTguNzA2LDEwLjQwNSAxOC45OTYsMTAuNjk5IDE4Ljk5OCwxMS4zNTUgQzE5LjAwMywxMi43ODcgMTguOTk5LDE0LjIxOCAxOS4wMDAsMTUuNjUwIEMxOS4wMDAsMTcuMDMxIDE5LjAwMiwxOC40MTIgMTguOTk4LDE5Ljc5NCBDMTguOTk3LDIwLjUxNCAxOC43MTksMjAuNzk1IDE4LjAwOCwyMC43OTggQzE3LjA2MCwyMC44MDIgMTYuMTExLDIwLjgwMyAxNS4xNjIsMjAuNzk4IEMxNC40ODcsMjAuNzk0IDE0LjIwMCwyMC41MDMgMTQuMTk5LDE5LjgxNiBDMTQuMTk3LDE3LjAwNCAxNC4xOTcsMTQuMTkxIDE0LjIwMCwxMS4zNzggQzE0LjIwMCwxMC42ODkgMTQuNDgzLDEwLjQwNCAxNS4xNjQsMTAuNDAwIFpNMTUuODI2LDE5LjE3NCBDMTYuMzQzLDE5LjE3NCAxNi44MzYsMTkuMTc0IDE3LjM2MywxOS4xNzQgQzE3LjM2MywxNi43NjUgMTcuMzYzLDE0LjM5NyAxNy4zNjMsMTIuMDQxIEMxNi44MjMsMTIuMDQxIDE2LjMxOSwxMi4wNDEgMTUuODI2LDEyLjA0MSBDMTUuODI2LDE0LjQzOCAxNS44MjYsMTYuNzk1IDE1LjgyNiwxOS4xNzQgWk04LjYzMCw0Ljc5OCBDOC4yMDMsNC44MTUgNy44MjYsNC40NzAgNy44MDIsNC4wNDIgQzcuNzc4LDMuNTkzIDguMTQzLDMuMjA2IDguNTk0LDMuMjAyIEM5LjAyMywzLjE5OSA5LjM4OCwzLjU1MyA5LjM5OCwzLjk4MiBDOS40MDgsNC40MTEgOS4wNTksNC43ODIgOC42MzAsNC43OTggWiIvPg0KPC9zdmc+) no-repeat center #414041;
	flex: 0 0 57px;
	max-width: 57px;
	height: 57px;
	border-radius: 50%;
	display: block;
}

.calc-btn__name {
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}

.calc-btn__desc {
	font-size: 12px;
	color: rgba(28, 28, 28, 0.702);
	padding-top: 4px;
}

.main-cart-btn {
	min-width: 218px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #915792;
	border-radius: 30px;
	cursor: pointer;
}

.deliveries {
	background-color: #fafafa;
	padding: 28px 32px 15px 32px;
	margin-bottom: 10px;
}

.deliveries__title {
	font-size: 15px;
	color: #404040;
	font-weight: bold;
}

.deliveries-list {
	display: flex;
	padding-top: 17px;
}

.delivery-item {
	flex: 1 0;
	border: none;
	display: block;
	margin-top: 0;
	border-radius: 0;
	padding: 0 !important;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.delivery-item:not(:first-child)::before {
	content: "";
	position: absolute;
	height: 54px;
	width: 1px;
	background: #d5d5d5;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.delivery-item__img {
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.delivery-item__img img {
	max-width: 100%;
	max-height: 100%;
}

.delivery-item__name {
	font-size: 13px;
	font-weight: bold;
	padding: 0 5px;
}

.delivery-item__desc {
	padding-top: 4px;
}

.delivery-item__price {
	padding-top: 1px;
	font-size: 12px;
	color: unset;
	font-weight: unset;
	margin: 0;
	min-height: unset;
}

.payments {
	background-color: #fafafa;
	padding: 28px 0 15px;
}

.payments__title {
	padding-left: 32px;
	font-size: 15px;
	color: #404040;
	font-weight: bold;
}

.payments-list {
	padding-top: 17px;
	display: flex;
}

.payment-item {
	flex: 1 0;
	border: none;
	display: block;
	margin-top: 0;
	border-radius: 0;
	padding: 0 !important;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.payment-item:not(:last-child)::before {
	content: "";
	position: absolute;
	height: 54px;
	width: 1px;
	background: #d5d5d5;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.payment-item__img {
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.payment-item__img img {
	max-width: 100%;
	max-height: 100%;
}

.payment-item__name {
	font-size: 12px;
	padding: 0 8px;
}

.paint-calc {
	max-width: 600px;
	margin: 0 10px;
	padding: 60px 55px 45px;
	box-sizing: border-box;
	font-size: 14px;
	background: #fff;
}

.paint-calc__title {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.paint-calc__form {
	display: flex;
	gap: 15px;
}

.paint-calc-form__button {
	width: 142px;
	height: 40px;
	box-sizing: border-box;
	display: block;
	border-radius: 20px;
	background: #363636;
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}

.paint-calc-form__button:hover {
	background: #1d1d1d;
}

.paint-calc-form__field {
	flex: 1;
	width: 100%;
}

.paint-calc__form .paint-calc-form__input {
	width: 100%;
	display: flex;
	align-items: center;
	border: none;
	box-sizing: border-box;
	height: 40px;
	background: #ededed;
	border-radius: 20px;
	padding: 5px 20px;
}

.paint-calc-form__info {
	font-size: 12px;
	color: #7b7b7b;
	text-align: center;
	margin-top: 10px;
}

.variants-table {
	padding: 25px 0;
}

.variants-table__tr {
	display: flex;
	padding: 0 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #e1e1e1;
	height: 42px;
	align-items: center;
}

.variants-table__th {
	font-weight: bold;
}

.variants-table__td,
.variants-table__th {
	flex: 1;
}

.variants-table__td:last-child,
.variants-table__th:last-child {
	width: 95px;
	flex: unset;
}

.variants-table__th:last-child {
	text-align: right;
}

.paint-coutner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.paint-counter__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
	transition: 0.3s;
}

.paint-counter__button:hover {
	background-color: #f9f8f8;
}

.paint-calc__primer {
	font-size: 12px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.paint-calc-primer__add-field {
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: bold;
	cursor: pointer;
}

.paint-calc-primer__add-field input {
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 0!important;
}

.primer-variants .variants-table__tr:first-child {
	border-top: 1px solid #e1e1e1;
}

.primer-variants .variants-table__tr:last-child {
	border: none;
}

.paint-calc-total__price {
	font-size: 18px;
	font-weight: bold;
}

.paint-calc__cart-btn {
	width: 260px;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #915792;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}

.paint-calc__bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.paint-calc__cart-btn:hover {
	background: #89518a;
}

.paint-calc-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	justify-content: center;
	align-items: center;
	z-index: 100;
	display: none;
}

.paint-calc-backdrop._show {
	display: flex;
}

.paint-calc-container {
	max-height: 100%;
	overflow-y: auto;
}

.before-calc {
	padding: 30px 0 20px;
}

.before-calc.is-hide {
	display: none;
}

.before-calc .paint-calc__primer {
	grid-template-columns: unset;
}

.after-calc.is-hide {
	display: none;
}

.paint-calc__close-btn {
	width: 13px;
	height: 13px;
	cursor: pointer;
	background: url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog/kraski_new_v2/bitrix/catalog.element/kraski_2/images/close_button_icon.png') no-repeat center center;
	position: absolute;
	top: 5px;
	right: 5px;
}

@media (max-width: 768px) {
	.product-detail__image-container {
		width: 100%;
	}

	/*.color__image {*/
	/*	display: none;*/
	/*}*/

	.product-detail__image {
		padding-bottom: 127%;
	}

	.product-detail__cart-block {
		background: none;
		padding-top: 0;
		margin-top: 10px;
	}

	.offers-table__td:nth-child(1), .offers-table__th:nth-child(1) {
		width: 100px;
	}

	.main-cart-btn {
		min-width: 250px;
	}

	.calc-block {
		gap: 20px;
	}

	.offers-table__tr {
		height: 60px;
	}

	.offers-table__td:nth-child(4), .offers-table__th:nth-child(4) {
		width: 100px;
	}

	.offers-table__cart-btn {
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	.paint-calc {
		padding: 60px 20px 45px;
	}
}

@media (max-width: 480px) {
	.offers-table__td:nth-child(1), .offers-table__th:nth-child(1) {
		width: 50px;
	}

	.offers-table__td:nth-child(4), .offers-table__th:nth-child(4) {
		width: 80px;
	}

	.offers-table__cart-btn {
		font-size: 12px;
	}

	.paint-calc__title {
		font-size: 20px;
	}

	.paint-calc__form {
		flex-direction: column;
		align-items: flex-end;
	}

	.paint-calc__bottom {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.primer-variants {
		padding-bottom: 0;
	}

	.before-calc {
		padding: 10px 0;
	}

	.variants-table__th {
		flex: 1;
		width: unset;
		text-align: center;
	}

	.variants-table__th:last-child {
		flex: 1;
		width: unset;
		text-align: center;
	}

	.variants-table__td:last-child {
		width: 85px;
	}

	.variants-table__td:first-child {
		flex: unset;
		width: 50px;
	}

	.paint-calc {
		padding: 30px 15px;
	}

	.paint-calc__title {
		margin-bottom: 25px;
	}
}

/* End */


/* Start:/bitrix/components/uniofweb/product.reviews/templates/kraski/style.css?16834991795818*/
.average_rating {
    display: inline-block;
    margin-right: 10px;
}

.average_rating .gist_block {
    height: 20px;
    width: 150px;
    background: #d3d2d2;
    margin-bottom: 10px;
    display: inline-block;
}

.average_rating .count_star {
    vertical-align: top;
    font-weight: bold;
}

.average_rating .gist_block_background {
    background: #ffb200;
    height: inherit;
}

.average_rating_wrap {
    /*border-top: 1px solid #e9e9e9;*/
    padding: 13px 0 0 0;
}

.average_rating_wrap .reviews_title {
    color: #ab76ae;
    font-size: 20px;
    display: block;
}

.average_rating_wrap .average_rating_title {
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
}

.average_rating_wrap .title_count_reviews {
    display: inline-block;
    background-color: rgb(144, 87, 147);
    color: white;
    text-align: center;
    font-size: 13px;
    padding: 1px 12px;
    border-radius: 5px;
    vertical-align: top;
}

.average_rating_wrap .send_review {
    background: white;
    display: inline-block;
    color: rgb(253, 177, 123);
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid rgb(253, 177, 123);
    cursor: pointer;
}

.average_rating_wrap .stars, .reviews_wrap .stars {
    display: inline-block;
    vertical-align: top;
}

.average_rating_wrap .stars .star, .reviews_wrap .stars .star {
    height: 16px;
    width: 13px;
    background: url("/bitrix/templates/mosoboi_ad/images/reviews/gray_star.png");
    display: inline-block;
}

.average_rating_wrap .stars .star.golden_star, .reviews_wrap .stars .star.golden_star {
    background: url("/bitrix/templates/mosoboi_ad/images/reviews/star.png");
}

.reviews_wrap .review {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 35px 0;
}

.reviews_wrap .review .name {
    display: inline-block;
    font-weight: bold;
}

.reviews_wrap .review .date {
    display: block;
    font-style: italic;
    color: #ab76ae;
    padding: 5px 0;
}

.reviews_wrap .hidden-reviews {
    display: none;
}

.average_rating_form {
    vertical-align: top;
    padding: 0 0 0 30px;
    background: url(/bitrix/components/uniofweb/product.reviews/templates/.default/images/left_bord.png) no-repeat 0px;
    display: inline-block;
}

.average_rating_form .error {
    color: red;
}

.average_rating_form .form_top_title {
    display: inline-block;
    float: left;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

.average_rating_form .stars {
    margin-left: 21px;
    vertical-align: middle;
    cursor: pointer;
}

.average_rating_form .form_top_title_right {
    float: right;
}

.average_rating_form .form_top input {
    border-radius: 4px;
    border: 1px solid rgb(198, 198, 198);
    padding: 5px 0 5px 10px;
    margin: 0 10px 0 0;
}

.average_rating_form .form_bottom {
    margin: 15px 0 0 0;
}

.average_rating_form .form_bottom textarea {
    border-radius: 4px;
    border: 1px solid rgb(198, 198, 198);
}

.average_rating_form .add_review {
    border: 1px solid rgb(253, 177, 123);
    border-radius: 4px;
    background-color: rgb(253, 177, 123);
    display: inline-block;
    color: white;
    padding: 5px 42px;
    cursor: pointer;
}

.button_show_more {
    border: 1px solid #e9e9e9;
    padding: 10px;
    color: #ab76ae;
    text-align: center;
    margin: 0 auto;
    width: 160px;
    cursor: pointer;
}

.grecaptcha-badge {
    display: none;
}

.review-page .average_rating_wrap{
    padding: 20px;
}

.review-page .message-result{
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    font-size: 18px;
}

.average_rating_form .form_top_title {
    display: block;
    float: none;
}

.form-review__fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.average_rating_form {
    background: none;
    width: 500px;
}

.average_rating_form .form_top input {
    width: 49%;
    margin: 0 0 15px;
}

.average_rating_form .form_bottom textarea {
    width: 100%;
}

.average_rating_form .form_top_title {
    margin: 10px 0;
}

.average_rating_wrap .average_rating_title {
    margin: 10px 0;
}

.average_rating_form .stars {
    margin-left: 0;
}

.average_rating_wrap .reviews_title {
    text-align: center;
    margin-bottom: 15px;
}

.reviews__body {
    display: flex;
    justify-content: center;
}

.average_rating_form .add_review {
    /*margin: 10px 0 0 50px;*/
    margin: 15px auto;
    display: block;
}

@media (max-width: 1024px) {
    .reviews__body {
        flex-direction: column;
        align-items: center;
    }

    .average_rating_form {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .reviews_title {
        margin: 0 10px 0 10px;
    }

    .average_rating {
        margin: 0 10px 0 10px;
    }

    .average_rating_form {
        width: 100%;
        padding: 0 10px 0 10px;
        background: none;
    }

    .average_rating_form .form_top input {
        margin: 0;
        float: left;
    }

    .average_rating_form .form_top input[name="SURNAME"] {
        margin: 10px 0 10px 0;
    }

    .average_rating_form .stars {
        display: block;
        margin: 10px 0 0 0;
        /*text-align: right;*/
    }

    .average_rating_form .form_bottom {
        text-align: center;
    }

    .average_rating_form .form_bottom textarea{
        width: 100%;
    }

    .reviews_wrap {
        margin: 0 10px;
    }

    .average_rating_form .form_top .form-review__fields input {
        margin: 5px 0;
    }
}
/* End */


/* Start:/js/owl-carousel/owl.carousel.css?16765394691180*/
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(/js/owl-carousel/grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
/* End */


/* Start:/js/owl-carousel/owl.theme.css?16765394691384*/
.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{border-radius:50%}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-prev{left:15px;background:rgba(0,0,0,0) url("/bitrix/templates/mosoboi_ad/images/big_slider_left.png") repeat scroll 0 0;width:39px;height:39px;position:absolute;top:50%;margin-top:-39px}.owl-next{background-position:-30px 0;right:15px;background:rgba(0,0,0,0) url("/bitrix/templates/mosoboi_ad/images/big_slider_right.png") repeat scroll 0 0;width:39px;height:39px;position:absolute;top:50%;margin-top:-39px}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:rgba(0,0,0,0);border:1px solid #fff}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);background:#fff}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(/js/owl-carousel/AjaxLoader.gif) no-repeat center center}
/* End */


/* Start:/js/owl-carousel/owl.transitions.css?16765394694476*/
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/* End */


/* Start:/bitrix/templates/mosoboi_ad/components/bitrix/system.pagenavigation/modernmy/style.css?16765393411427*/
div.modern-page-current{background:#ab75ab;border:1px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,0.3);width:42px;height:38px;display:block;padding:8px 0px;color:#000000 !important;margin-right:4px;float:left;font-size:14px;text-align:center}a.pagenav:hover{background:#ab75ab;border:1px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,0.3);color:#000000}a.modern-page-all{color:#000000 !important;font-size:12px !important;padding-right:10px !important;text-decoration:none !important;text-transform:uppercase !important}a.pagenav{background:#c2d670;border:1px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,0.3);width:42px;height:38px;display:block;margin-right:4px;padding:8px 0px;color:#000000;float:left;font-size:14px;text-align:center;text-decoration:none;box-sizing:border-box}a.modern-page-previous.pagenav,a.modern-page-next.pagenav{width:auto;border-color:transparent;box-shadow:none}.m10{margin-bottom:10px}div.modern-page-navigation{margin:18px 0px}div.modern-page-navigation a.modern-page-previous{color:#000000;font-size:12px;text-transform:uppercase;text-decoration:none;background:url("/bitrix/templates/mosoboi_ad/components/bitrix/system.pagenavigation/modernmy/images/prev_page.gif") no-repeat 0 46%;padding-left:10px}div.modern-page-navigation a.modern-page-next{color:#000000;font-size:12px;text-transform:uppercase;text-decoration:none;background:url("/bitrix/templates/mosoboi_ad/components/bitrix/system.pagenavigation/modernmy/images/next_page.gif") no-repeat 100% 46%;padding-right:10px}.goToPage{float:right;padding-top:3px}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/mosoboi_ad/components/bitrix/catalog.section/related_new/style.css?17590988474837*/
.related-wrapper {
	/*margin: 0 -20px;*/
	position: relative;
}

.related-wrapper .related__title {
	/*padding-left: 20px;*/
	font-size: 30px;
	color: #404040;
	margin-bottom: 25px;
	padding-bottom: 0;
	margin-top: 70px;
}

.related-item__img {
	border: 1px solid #e1e1e1;
	height: 240px;
	display: flex;
	padding: 5px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.related-item__img img {
	max-width: 100%;
	max-height: 100%;
}

.related__item {
	/*padding: 0 20px;*/
	box-sizing: border-box;
	position: relative;
}

.related-item__name {
	font-size: 16px;
	text-align: center;
	color: #905792;
	text-decoration: underline;
	margin: 10px 0;
	line-height: 1.25;
	max-height: 3.75em;
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.related-item__price {
	font-size: 20px;
	color: #1c1c1c;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.related-item__available {
	text-align: center;
	font-size: 12px;
	color: #7bc32f;
	font-weight: bold;
}

.related-item__button {
	min-height: 37px;
	width: 115px;
	font-size: 14px;
	color: #905792;
	border: 1px solid #905792;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 17px;
	margin: 14px auto;
}

.related-item__button:hover {
	background: #905792;
	color: #fff;
}

.slider-buttons {
	display: flex;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}

.slider-buttons__button {
	width: 40px;
	height: 40px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 1;
}

.slider-buttons__prev {
	background: url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog.section/related_new/images/related-slider-prev.png') no-repeat center center;
	right: 50px;
}

.slider-buttons__next {
	background: url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog.section/related_new/images/related-slider-next.png') no-repeat center center;
	right: 0;
}

.related-item__content {
	display: block;
	text-decoration: none;
}

.related-item__actions {
	position: absolute;
	top: 8px;
	right: 8px;
	display: flex;
}

.related-item__btn {
	width: 30px;
	height: 30px;
	border: 1px solid #e1e1e1;
	display: block;
	box-sizing: border-box;
	/*background-color: rgba(255, 255, 255, 0.6);*/
	border-radius: 50%;
}

.related-item__btn:first-child {
	margin-right: 10px;
}

.related-item__favorite-btn {
	/*background: rgba(255, 255, 255, 0.6) url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog.section/related_new/images/favorites.png') no-repeat center center;*/
	background: rgba(255, 255, 255, 0.6) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAOCAMAAAD+MweGAAAASFBMVEUAAAB0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHTqkITAAAAAF3RSTlMA3RzGzhMPBdnTdjDmCvKJSfW5mpJORX/09QAAAABvSURBVAjXRcxHFoUwDENRpXfgV+1/pySAkzfR8R0YQMh2U7v3u3qlHDo0w1GM17w7ZdajFUum0n6VGVD8A3ApuT4HIwKJkdYA7mtjwaywAh8aL+Atv4BTk5ylcuPDIAENCE1YJLBIYBHjA0LGPHACsvsFz2tLWdwAAAAASUVORK5CYII=') no-repeat center center;
	transition: background 0.2s linear, border-color 0.2s linear;
}

.related-item__favorite-btn.change {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAOCAMAAAD+MweGAAAAV1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////+ORg7oAAAAHHRSTlMA3B3ODsUTBdnTdhHmyAry34lJNCwa9bmakk5Fk1YUuAAAAHpJREFUCNdFzNkOhSAMBNAiOyLud53//07bmMo8QHvSDBHFYudldW41r1wiQ/OQpATJm6mgbm23QN7br6IQGfz5MuQ88rchUQRIMgz83NuMg54cqEQfTE5htPhyg4F3D5ggDUoMC7d1CnzBoDQ5hU4KnZAEek7vz3u6AH3LB0RkMpRvAAAAAElFTkSuQmCC') no-repeat center center #905792;
	border-color: #905792;
}

.related-item__compare-btn {
	/*background: rgba(255, 255, 255, 0.6) url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog.section/related_new/images/compare.png') no-repeat center center;*/
	background: rgba(255, 255, 255, 0.6) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAPBAMAAAAizzN6AAAAKlBMVEUAAAB0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHTQ0uMQAAAADXRSTlMAtFpW8psN2roY4pYjTONDqwAAADBJREFUCNdjAAFmVzDFeBdGHUoAU2s3gKm7AlAqow1M2V4GU7qX8FEIlSEG0yuZXQGFwyBIEMdbmgAAAABJRU5ErkJggg==') no-repeat center center;
	transition: background 0.2s linear, border-color 0.2s linear;
}

.related-item__compare-btn.change {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAPBAMAAAAizzN6AAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAtFpW8pvauhgP4pZgIwvWMspLAAAAMUlEQVQI12MAAWZXMMX4H0bdeQCm1m8AU/8FoNT0SjBl/xlM6X/CRyFUhhi0ZTC7AgBjnCS+/jwDAwAAAABJRU5ErkJggg==') no-repeat center center #905792;
	border-color: #905792;
}



@media (max-width: 1024px) {
	.related-wrapper .related__title {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	.related-wrapper .related__title {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.related-wrapper {
		padding: 0 50px;
	}

	.slider-buttons__button {
		top: 150px;
	}

	.slider-buttons__prev {
		left: 0;
	}

	.slider-buttons__next {
		right: 0;
	}
}
/* End */
/* /bitrix/templates/mosoboi_ad/components/bitrix/catalog/kraski_new_v2/style.css?16765393381784 */
/* /bitrix/templates/mosoboi_ad/components/bitrix/catalog/kraski_new_v2/bitrix/catalog.element/kraski_2/style.css?176527149153251 */
/* /bitrix/components/uniofweb/product.reviews/templates/kraski/style.css?16834991795818 */
/* /js/owl-carousel/owl.carousel.css?16765394691180 */
/* /js/owl-carousel/owl.theme.css?16765394691384 */
/* /js/owl-carousel/owl.transitions.css?16765394694476 */
/* /bitrix/templates/mosoboi_ad/components/bitrix/system.pagenavigation/modernmy/style.css?16765393411427 */
/* /bitrix/templates/mosoboi_ad/components/bitrix/catalog.section/related_new/style.css?17590988474837 */
