

/* 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/style.css?174902719934128*/
.page_kraski #content_part .container {
	width: 1800px;
}

.product-detail {
	margin-bottom: 80px;
}

.product-detail__main {
	display: flex;
}

.product-detail__image {
	width: 530px;
	flex-shrink: 0;
}

.without-color .product-detail__image {
	height: 630px;
}

.product-detail__image img {
	width: 100%;
	height: 100%;
	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;
}

.product-detail__properties-list {
	column-count: 2;
	font-size: 14px;
	/*margin-bottom: 50px;*/
}

.product-detail__buy {
	width: 530px;
	flex-shrink: 0;
	background: #f9f9f9;
	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: center;
	align-items: flex-start;
	height: 92px;
}

.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;
	/*margin-top: 10px;*/
}

.color__select {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 185px;
}

.product-detail__color {
	position: relative;
	height: 144px;
}

.color__select-button {
	height: 80px;
	border: none;
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	font-weight: bold;
	color: #905792;
	border-bottom: 1px solid #905792;
	padding: 0;
	background: transparent url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog/kraski_new_v2/bitrix/catalog.element/kraski/images/brush.png') no-repeat center top;
	/*position: absolute;*/
	/*top: 50px;*/
	/*left: 50%;*/
	/*transform: translate(-50%, 0);*/
	/*z-index: 1;*/
	margin: 10px auto 0;
}

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: 25px 50px 45px;
}

.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/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/images/star.png'), url('/bitrix/templates/mosoboi_ad/components/bitrix/catalog/kraski_new_v2/bitrix/catalog.element/kraski/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/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: #595959;
	margin-bottom: 25px;
}

@media (max-width: 1800px) {
	.container .cont {
		max-width: 1170px;
	}

	.product-detail__main {
		display: flex;
		justify-content: space-between;
	}

	.product-detail__image {
		width: 470px;
	}

	.product-detail__buy {
		width: 314px;
	}

	.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 0 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;
	}
}

@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: -70px 0 0;
		/*transform: translate(0, -70px);*/
		/*margin-bottom: -70px;*/
		max-width: 100%;
	}

	.product-detail__image {
		width: 560px;
	}

	.product-detail__buy {
		width: 315px;
		padding-bottom: 25px;
	}

	.product-detail__cart-block {
		padding: 15px 0 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;
	}

	.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;
	}
}

@media (max-width: 1024px) {
	.container .cont {
		max-width: 710px;
	}

	#content_part .container {
		width: 710px!important;
		padding: 0!important;
	}

	.product-detail__image,
	.product-detail__buy {
		width: 330px;
	}

	.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;
	}
}

@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;
		border-bottom: 1px solid #e9e9e9;
	}

	.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/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/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;
	}
}

@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
	}
}
/* 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?17083381504833*/
.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;
	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/style.css?174902719934128 */
/* /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?17083381504833 */
