

/* Start:/local/templates/mspak/components/bitrix/catalog/catalogn/style.css?17661150374499*/
.catalog-list-plat.flex {
    display: flex;
}
.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: 0;
    border-bottom: none;
    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;}


.catalog-tags-nav {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
    gap: 5px;
    margin: 5px 0 20px;
	flex-wrap: wrap;
}

.catalog-tags-nav li,
.catalog-tags-nav a {
	border-radius: 12px;
	padding: 5px 8px;
	border: 1px solid #518EF8;
	position: relative;
	overflow: hidden;
	-webkit-transform: perspective(1px);
	transform: perspective(1px);
    font-size: 12px;
}


.catalog-tags-nav .tag-link.active {
    color: #fff;
    border-color: var(--bs-btn-hover-border-color);
    background-color: #C4E400;
}

.catalog-tags-nav li:hover,
.catalog-tags-nav a:hover {
    color: var(--bs-btn-hover-color);
   // background-color: var(--bs-blue);
    border-color: var(--bs-btn-hover-border-color);
}
.catalog-tags-nav li:hover a,
.catalog-tags-nav a:hover {
    color: #fff !important;
}

.catalog-tags-nav li:before,
.catalog-tags-nav a:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #C4E400;
    z-index: -1;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.catalog-tags-nav li:hover:before,
.catalog-tags-nav a:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*
.catalog-list-item:nth-child(1),
.catalog-list-item:nth-child(2),
.catalog-list-item:nth-child(3) {
	display:none;
}
*/


.catalog-list-item figure.icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    line-height: 0;
}
.catalog-list-item figure.icon2 {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    bottom: 50%;
    line-height: 0;
}

.catalog-list-plat button {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.catalog-list-item.white {
    background: #f5f5f5;
}
.catalog-list-item.green {
    background: #c4e300;
}
.catalog-list-item.blue {
    background: #4169f4;
}
.catalog-list-item.black {
    background: #303030;
}
.catalog-list-item.black .catalog-list-item-text {
    color: #fff;
}



.catalog-list-item.blue-green-fon {
    background: linear-gradient(170deg, #4169f4 60%, #c4e300 50%);
}
.catalog-list-item.green-white-fon {
    background: linear-gradient(170deg, #c4e300 60%, #fff 50%);
}
.catalog-list-item.blue-black-fon {
    background: linear-gradient(170deg, #4169f4 60%, #000 50%);
}
.catalog-list-item:hover {
    background: #4169F4;
    transition: all ease .3s;
}

.catalog-list-item.blue-black-fon:hover {
    background: linear-gradient(170deg, #000 60%, #4169f4 50%);
}
.catalog-list-item.blue-green-fon:hover {
    background: linear-gradient(170deg, #c4e300 60%, #4169f4 50%);
}
.catalog-list-item.green-white-fon:hover {
    background: linear-gradient(170deg, #fff 60%, #c4e300 50%);
}

.catalog-list-item:hover .catalog-list-item-text {
    color: #fff;
    transition: all ease .3s;
}
.menu-list-count {
    line-height: 100%;
    margin-left: 5px;
    font-size: 13px;
}

/* End */


/* Start:/local/templates/mspak/components/bitrix/catalog.element/catalog_new/style.css?17665036669139*/
.description-detal {
    margin-bottom: 30px;
    max-height: 210px;
    overflow-y: scroll;
}.description-detal {
    margin-bottom: 30px;
    max-height: 210px;
    overflow-y: scroll;
}
.description-detal ul {
    list-style: circle;
}
.description-detal li:before {
    content: '\25CF';
	color: #303030;
    font-size: 0.7em;
    margin-right: 10px;
}
.description-anons h4,
.description-detal h4 {
    font-weight: 600;
    font-size: 16px;
}
.description-anons p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24.8px;
}
.description-detal>ul>li {
	display:flex;
	justify-content: flex-start;
    border-top: none;
    padding: 5px 0 5px 10px;
    list-style-type: circle;
}
.description-detal>ul>li>b {
    flex-basis: 28%;
	max-width:50%;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}
.description-detal>ul>li>b span {
    border-bottom: 1px dashed #D4D4D4;
}
.description-detal>ul>li>span, 
.description-detal>ul>li>ul {
    flex-basis: 70%;
    max-width: 90%;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
}
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

@media (max-width: 1024px) {

	.description-anons p {
		font-size: 14px;
		line-height: 21.7px;
	}
    .about-the-product-group .row {
        //gap: 10px;
    }
	.about-the-product-group {
		padding:20px 0;
		margin-bottom: 0;
	}
	.description-detal {
		margin-bottom: 0;
	}
	.description-detal>ul>li {
		//gap: 25px;
	}
	.description-detal>ul>li>b {
		flex-basis: 50%;
		max-width: 48%;
		margin-right: 10px;
	}
	.description-detal>ul>li>span, .description-detal>ul>li>ul {
        flex-basis: 50%;
        max-width: 45%;
	}
}
.choose-del-price-item.file a {
    color: #303030;
    text-decoration: inherit;
}








.new-calc-link {
	font-size: 16px;
	line-height: 1.43333333em;
	color: #4169F4;
	font-weight: 600;
	border: 1px solid #4169F4;
	background: #fff;
	width: calc(100% - 126px);
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	padding: 12px 30px;
	position: relative;
	overflow: hidden;
	-webkit-transform: perspective(1px);
	transform: perspective(1px);
}
.choose-del-price-item .dostavka {
	color:#6c757d;
}
.choose-size-group {
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 28px 30px 18px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 35px 0px #0000001A;
    background: #fff;
}
.info-card-product .price {
    margin-bottom: 0;
    border-radius: 10px;
    padding: 4px 10px;
    background: #4169F4;
    color: #fff;
}
.info-card-product .price div {
    font-weight: 800;
    font-size: 34px;
    line-height: 47.6px;
    border-radius: 10px;
    padding: 0 18px;
    background: #4169F4;
}
.choose-size-foot a {
    flex-basis: 100%;
    min-width: 100%;
}
.flex-line {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 50px;
}
.product-item-scu-container {
    width: 100%;
    height: auto;
    max-height: 105px;
}

.choose-size-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
.choose-size-item .mount {
	color: #9D9FA6;
    font-weight: 600;
    font-size: 14px;
}
.choose-size-item b {
    font-weight: 600;
    font-size: 14px;
}

@media screen and (max-width:1024px) {
	.flex-line {
		display: flex;
		gap: 10px;
		align-items: flex-start;
        margin-bottom: 10px;
		flex-direction: column;
	}
	.info-card-product {
		font-size: 14px;
		line-height: 19px;
		margin-top: 22px;
	}
	.choose-size-item {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 0;
		display: flex;
	}
	.info-card-product .price div {
		font-weight: 800;
	}
	.d-mobile-none {
		display:none;
	}
	.new-calc-link,
	.choose-size-foot {
		margin-bottom: 20px;
	}
	.art-kat a {
		max-width: 100%;
	}
	.info-card-product .price div {
		font-size: 24px;
	}
	.choose-size-item .choose-size-item div {
		margin-left: 5px;
	}
}



.card-image-big {
	/* flex-basis: 78%; */
	/* max-width: 78%; */
	position: relative;
	width: 517px;
	height: 517px;
	border-radius: 10px;
	border: 5px solid #F5F5F5;
	/* justify-content: center; */
	/* align-content: center; */
	/* align-items: center; */
	/* display: flex; */ 
	/* flex-direction: column; */
}
.card-image-big .tab-nav .flex {
    padding: 20px;
    gap: 10px;
}
.card-image-big .tab-content {
	visibility: hidden;
	pointer-events: none;
}
.card-image-big .tab-content.active {
	visibility: visible;
	pointer-events: all;
}
.card-image-min figure, .card-image-big figure, .card-image-big figure a {
    height: 100%;
}
.card-image-big img {
    max-width: 500px;
    max-height: 500px;
justify-content: center; 
align-content: center; 
align-items: center; 
display: flex; 
flex-direction: column; 
}
.card-image-big .tab-link {
    width: max-content;
    border-radius: 6px;
    padding: 5px 8px;
	background: #4169F41A;
    color: #4169F4;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
}
.card-image-big .tab-link.active {
    background: #4169F4;
    color: #fff;
}
.choose-del-price-item .maket a img {
    width: 100%;
    padding: 20px;
}
.plashka {
    background: #4E87F733;
    padding: 5px 10px;
    border-radius: 8px;
    color: #303030;
}
.review {
    margin: 5px 0 16px;
    display: flex;
    gap: 8px;
    color: #9D9FA6;
    align-content: center;
    align-items: center;
}
.review .star-new {
    display: inline-flex;
    width: 21px;
    height: 21px;
    min-width: 21px;
    background: url(/local/templates/mspak/images/bg/star.svg) no-repeat;
    margin-right: 5px;
}
.review span.count,
.review span.stars {
    display: flex;
    align-items: center;
    align-content: center;
}
.review span.count:before {
    content: '\25CF';
    color: #9D9FA6;
    font-size: 0.7em;
    margin-right: 5px;
}
.primer .primer-slider {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	max-width: 416px;
	max-height: 416px;
	height: 416px;
    margin: 0 auto;
}
.primer .primer-slider img {
    object-fit: contain;
    width: 100%;
}
@media screen and (min-width:1024px) {
	.d-desktop-none {
		display:none;
	}
	.card-image-big {
		width: 517px;
		height: 517px;
		border-radius: 10px;
	}
	.card-image-big figure img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
    max-width: 500px;
    max-height: 500px;
	}
	.card-image-min figure img {
		width: 100%;
		max-width: 98px;
		max-width: 62px;
		max-height: 62px;
		object-fit: contain;
	}
	
	.card-image-min ul li {
		margin-bottom: 18px;
		cursor: pointer;
		display: none;
		width: 91px;
		height: 91px;
		top: 248px;
		left: 60px;
		border-radius: 10px;
		border: 1px solid #F5F5F5;
	}
	.card-image-min ul li.active {
		border: 2px solid #4169F4;
		cursor: default;
	}
	
	.card-image-min ul li {
		display: flex;
		justify-content: center;
		align-items: center;
	}

}
.product-item-scu-item-text-container {
    position: relative;
}
.product-item-scu-item-color-block:before,
.product-item-scu-item-text-container:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #C4E400;
    z-index: -1;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.product-item-scu-item-color-block:hover:before,
.product-item-scu-item-text-container:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-blue);
    border-color: var(--bs-btn-hover-border-color);
}

/************** new cart buttons   ********/

.info-card-product .btn-cart {
    min-width: auto;
    width: auto;
    background: #C4E400;
    padding: 13px;
    margin: 0;
    max-width: 50px;
    max-height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.choose-size-foot {
    gap: 10px;
}
.card-product-group .choose-size-foot a {
    flex-basis: 100%;
    min-width: auto;
}

.new-product-settings__warehouse-transit-icon {
    background-color: #f2f2f2;
    border-radius: 4px;
    color: gray;
    display: flex;
    margin-left: 0px;
    padding: 2px 0px;
}

.new-product-settings__warehouse-transit-icon .icon
 {
    margin-left: 4px;
}

.new-product-settings__warehouse-transit-icon .icon svg {
    display: block;
    height: 20px;
    width: 20px;
}
@media (max-width: 992px) {
	.new-product-settings__warehouse-transit-icon {
		margin-left: 10px;
		padding: 0;
	}
}

/* End */


/* Start:/local/templates/mspak/components/chililab/page.comments.list/comments/style.min.css?176611549238868*/
.red-body{display:flex;justify-content:center;box-sizing:border-box;width:100%;font-size:1rem}.red-rating{font-size:1rem;box-sizing:border-box;padding:20px 30px;background:#f5f5f5;min-width:450px;color:#333;display:flex;flex-direction:row;width:100%;border-radius:5px}.red-rating-info{display:flex;flex-direction:column}.red-rating-info div.rating-overall{display:flex;flex-direction:row;font-weight:700;font-size:1.15rem}.red-rating-info big{font-size:1.7rem}.red-rating-info .star{display:inline-block;width:27px;height:27px;margin-left:2px;margin-top:4px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-1.png);background-repeat:no-repeat;background-size:contain}.red-rating-info div.rating-stat{font-size:.85rem;padding:5px 0 6px 0;color:#6A6A6A}.red-rating-grade{display:flex;flex-wrap:wrap;align-content:center;justify-content:flex-end;flex-direction:row;flex-grow:1;padding-left:15px;font-weight:700}.red-rating-title{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;padding-right:5px}.red-rating-stars{display:flex;flex-direction:row}.red-rating-stars{display:flex;flex-direction:row-reverse;justify-content:center}.red-rating-stars>input{display:none}.red-rating-stars>label{position:relative;font-size:1.5rem;margin-left:5px;color:#FFBE4A;cursor:pointer}.red-rating-stars>label::before{content:"\2605";position:absolute;color:#D7D7D7}.red-rating-stars>label:hover:before,.red-rating-stars>label:hover~label:before{opacity:1!important;color:#FFBE4A}.red-rating-stars>input:checked~label:before{opacity:1;color:#FFBE4A}.red-rating-stars:hover>input:checked~label:before{opacity:.4}.red-reviews{font-size:1rem;display:flex;flex-direction:column;box-sizing:border-box;width:100%;color:#333}.red-reviews h1{font-size:1.8rem}.red-reviews-bar{box-sizing:border-box;padding:20px 2px;min-width:450px;display:flex;flex-direction:row;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.red-reviews-info{display:flex;flex-direction:column}.red-reviews-info div.reviews-overall{display:flex;flex-direction:row;font-weight:700;font-size:1.2rem}.red-reviews-info big{font-size:1.7rem}.red-reviews-info .star{display:inline-block;width:27px;height:27px;margin-left:2px;margin-top:4px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-1.png);background-repeat:no-repeat;background-size:contain}.red-reviews-info div.reviews-stat{font-size:.85rem;padding:10px 0 10px 0;color:#6A6A6A}.red-reviews-button-wrap{display:flex;flex-wrap:wrap;align-content:center;justify-content:flex-end;flex-direction:row;flex-grow:1;padding-left:15px;font-weight:700}.red-reviews-button{font-size:16px;padding:10px 15px 10px 40px;border-radius:5px;color:#FFF;font-weight:400;border:none;cursor:pointer;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/quote.png) no-repeat left center #FFBE4A;background-size:contain}.red-show-more-button-wrap{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:center;flex-direction:row;flex-grow:1;padding-left:15px;font-weight:700}.red-show-more-button{font-size:16px;padding:10px 15px 10px 15px;border-radius:5px;color:#FFF;font-weight:400;border:none;cursor:pointer;background:#FFBE4A;background-size:contain}.red-reviews-button:hover{background-color:#fbae2a}.red-reviews-sortbar{padding:30px 0;font-size:.9rem}.red-review{background:#f5f5f5;padding:30px 45px 30px 45px;margin-bottom:35px}.red-review-header{display:flex;flex-direction:row;padding:0 0 15px 0;color:#444}.red-review-header-left{width:50%}.red-review-header-right{display:flex;flex-wrap:wrap;justify-content:flex-end;width:50%}.red-review-recommend{width:120px;height:40px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/recommend.png) right no-repeat;background-size:contain}.red-review-unrecommend{width:140px;height:40px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/unrecommend.png) right no-repeat;background-size:contain}.red-review-body{font-size:.93rem;line-height:1.4;width:98%}.red-review-stars{display:flex;flex-direction:row;margin-left:-1px}.red-review-stars .star{width:21px;height:20px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-narrow-0.png);background-repeat:no-repeat;background-size:contain}.red-review-stars .star-active{background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-narrow-1.png)}.red-review-name{font-size:.87rem;font-weight:700;padding-top:12px}.red-review-footer{border-top:1px solid #e5e5e5;padding-top:20px;margin-top:15px}.red-review-button{background:#FAFAFA;border-radius:5px;padding:5px 10px 5px 27px;margin-right:5px;cursor:pointer;border:1px solid #dadada;font-size:.8rem}.red-review-like:hover,.red-review-unlike:hover{background-color:#fff;opacity:.9}.red-review-like{background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/like.png);background-repeat:no-repeat;background-size:contain;color:#44904B}.red-review-unlike{background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/unlike.png);background-repeat:no-repeat;background-size:contain;color:#C65F5F}.red-review-like-tap{background-color:#44904B;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/like-tap.png);background-repeat:no-repeat;background-size:contain;color:#fff;border:none;border-radius:3px}.red-review-unlike-tap{background-color:#C65F5F;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/unlike-tap.png);background-repeat:no-repeat;background-size:contain;color:#fff;border:none;border-radius:3px}.red-review-like-tap:hover,.red-review-unlike-tap:hover{opacity:.9}.red-link-dotted{cursor:pointer;color:#0053b0;text-decoration:none;border-bottom:1px dashed #0053b0}.red-link-dotted:hover{opacity:.9;border:none}.red-link{cursor:pointer;color:#0053b0;text-decoration:none}.red-link:hover{opacity:.9;border:none}.red-link-bold{color:#555;font-weight:700}.red-review-answer{border-radius:5px;padding:15px 25px;margin-top:25px;margin-bottom:10px;background:#fff;font-size:.9rem;line-height:1.5}.red-review-answer p.text{padding:0;margin:0;font-size:.93rem}.red-comments-module{font-size:1rem;display:flex;flex-direction:column;box-sizing:border-box;width:100%;color:#333;padding-bottom:20px}.red-comments-bar{box-sizing:border-box;padding:0 2px 10px 2px;min-width:450px;display:flex;flex-direction:row}.red-comments-list{display:flex;flex-direction:column}.red-comments-info{display:flex;flex-direction:column}.red-comments-info h1{font-size:1.8rem}.red-comments-info h1 span{color:#9A9A9A;font-weight:400}.red-comments-info div.reviews-overall{display:flex;flex-direction:row;font-weight:700;font-size:1.2rem}.red-comments-info big{font-size:1.7rem}.red-comments-info .star{display:inline-block;width:27px;height:27px;margin-left:2px;margin-top:4px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-1.png);background-repeat:no-repeat;background-size:contain}.red-comments-info div.reviews-stat{font-size:.85rem;padding:10px 0 10px 0;color:#6A6A6A}.red-comments-button-wrap{display:flex;flex-wrap:wrap;align-content:center;justify-content:flex-end;flex-direction:row;flex-grow:1;padding-left:15px;font-weight:700}.red-comments-button{font-size:16px;padding:10px 15px 10px 40px;border-radius:5px;color:#FFF;font-weight:400;border:none;cursor:pointer;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/plus.png) no-repeat left center #518EF8;background-size:contain}.red-comments-button:hover{background-color:#C4E400}.red-comment{display:flex;justify-content:flex-end;width:100%}.red-comment p{padding:0;margin:0 0 20px 0}.red-comment-wrap{box-sizing:border-box;background:#f5f5f5;padding:30px 40px 10px 40px;margin-bottom:15px}.red-comments-header{display:flex;flex-direction:row;padding:0 0 15px 0;color:#444;font-size:.9rem}.red-comments-header-left{width:70%;color:#848484}.red-comments-header-left strong{color:#333}.red-comments-header-left .user-icon{width:12px}.red-comments-header-right{display:flex;flex-wrap:wrap;justify-content:flex-end;width:30%;color:#7E7E7E}.red-comments-recommend{width:120px;height:39px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/recommend.png) right no-repeat;background-size:contain}.red-comments-unrecommend{width:140px;height:39px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/unrecommend.png) right no-repeat;background-size:contain}.red-comments-body{font-size:.93rem;line-height:1.4;width:100%}.red-comments-stars{display:flex;flex-direction:row;margin-left:-1px}.red-comments-stars .star{width:21px;height:20px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-narrow-0.png);background-repeat:no-repeat;background-size:contain}.red-comments-stars .star-active{background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-narrow-1.png)}.red-comments-name{font-size:.87rem;font-weight:700;padding-top:12px}.red-comments-reply{background:#FAFAFA;border-radius:5px;padding:5px 10px 5px 27px;margin-right:5px;cursor:pointer;border:1px solid #dadada;font-size:.8rem;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/reply.png);background-repeat:no-repeat;background-size:contain;color:#777}.red-comments-reply:hover{background-color:#fff;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/reply-hover.png);opacity:.9;color:#3778AA}.red-comments-module .step-0 .red-comment-wrap{width:100%}.red-comments-module .step-1 .red-comment-wrap{width:97%}.red-comments-module .step-2 .red-comment-wrap{width:94%}.red-comments-module .step-3 .red-comment-wrap{width:91%}.red-comments-module .step-4 .red-comment-wrap{width:88%}.red-comments-module .step-5 .red-comment-wrap{width:85%}.red-fade-overlay{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;background:rgba(0,0,0,.75);overflow:auto;width:100%;height:100%;z-index:1000}.red-modality{box-sizing:border-box;width:535px;min-width:535px;min-height:450px;background:#F8F8F8;padding:40px 45px 35px 45px;border-radius:10px;overflow-y:auto;color:#595959;font-size:.9rem}.red-modality .line{width:100%;padding-bottom:18px}.red-modality .red-notice{color:#8A8A8A;font-size:.85rem;padding-bottom:20px}.red-modality .red-captcha{padding-bottom:15px}.red-modality .red-captcha img{height:70px}.red-modality .text-review{padding:0 0 15px 0}.red-modality .header-line{display:flex;flex-direction:row;width:100%;padding-bottom:20px}.red-modality .name-line{display:flex;flex-direction:row}.red-modality h1{font-size:1.9rem;margin:0 0 5px 0}.red-modality input.text{box-sizing:border-box;width:100%;font-size:.9rem;border:1px solid #e3e3e3;padding:8px 8px;color:#555;margin:5px 0 5px 0}.red-modality input.modality-name{width:100%}.red-modality textarea{box-sizing:border-box;font-weight:400;font-size:.9rem;width:100%;height:100px;border:1px solid #e3e3e3;padding:6px 8px;color:#555;margin:0 0 0 0}.red-modality .button{background:#187AB7;text-align:center;color:#fff;font-size:.85rem;border:none;border-radius:3px;padding:12px 18px;cursor:pointer;text-transform:uppercase}.red-modality .button:hover{background:#106da7}.red-modality-notice{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;padding-right:5px}.red-modality-stars{display:flex;flex-direction:row}.red-modality-stars .star-inactive{width:30px;height:30px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-0.png);background-repeat:no-repeat;background-size:contain;cursor:pointer}.red-modality-stars .star-active{width:30px;height:30px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-1.png);background-repeat:no-repeat;background-size:contain;cursor:pointer}.red-modality-stars .star-active:hover,.red-modality-stars .star-inactive:hover{background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-1.png);opacity:.7}.red-modality .recommend-line label{margin-top:-10px;cursor:pointer}.red-modality .recommend-line label:hover{color:#333}.red-modality .red-modality-title{width:80%}.red-modality .red-modality-close{width:20%;display:flex;justify-content:flex-end;flex-wrap:wrap;align-content:center}.red-modality .red-modality-left{width:45%}.red-modality .red-modality-right{width:55%;display:flex;justify-content:flex-end;flex-wrap:wrap;align-content:center}.red-modality .close-button{width:24px;height:24px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/close.png) no-repeat right top;background-size:contain;cursor:pointer;opacity:.6}.red-modality .close-button:hover{opacity:1}ul.red-pagination{display:flex;flex-direction:row;justify-content:center;margin:30px 0 30px 0;padding:0 0 0 0}ul.red-pagination li{margin:0 5px;padding:4px 8px;list-style:none}ul.red-pagination li.red-page-number{list-style:none;border-radius:5px;cursor:pointer}ul.red-pagination li.red-page-number:hover{background-color:#f5f5f5;border-radius:5px}ul.red-pagination li.red-page-number a{text-decoration:none;color:#9a9a9a}ul.red-pagination li.red-page-number:hover a{color:#2d2d2d}.mobile-only{display:none}@media (max-width:450px){textarea,select,input.text,input[type="text"],input[type="button"],input[type="submit"],.input-checkbox{-webkit-appearance:none}body{padding:0}.desktop-only{display:none}.mobile-only{display:block}.red-body{width:100%}.footer{border-radius:0;margin-bottom:0}.red-modality{width:95%;min-width:100px;padding:35px 30px 25px 30px;border-radius:5px;font-size:1rem}.red-modality .red-modality-close{align-content:flex-start}.red-modality .close-button{margin-top:5px}.red-modality .red-modality-left,.red-modality .red-modality-right{width:100%}.red-modality input.text,.red-modality textarea{font-size:1.1rem;padding:10px}.red-modality textarea{height:120px}.red-modality .name-line{flex-direction:column}.red-modality .red-modality-right{justify-content:flex-start;padding:10px 0 0 0}.red-modality .button{width:100%;font-size:.9rem;padding:16px 15px}.red-modality .button:hover{background:#106da7}.red-modality .red-captcha img{height:auto;width:85%}.red-comments-module{width:92%;min-width:100px;padding-top:20px}.red-comments-bar{display:flex;flex-direction:column;box-sizing:border-box;min-width:100px;width:100%}.red-comments-button-wrap{justify-content:flex-start;padding-left:0}.red-comments-list{display:flex;flex-direction:column}.red-comment{display:flex;justify-content:flex-end;width:100%}.red-comment-wrap{box-sizing:border-box;background:#f5f5f5;padding:30px 30px 10px 30px;margin-bottom:15px}.red-comments-header{font-size:1.1rem;flex-direction:column;padding-bottom:0}.red-comments-header-left,.red-comments-header-right{width:100%;justify-content:flex-start;line-height:1.5}.red-comments-body{font-size:1.1rem;padding-top:10px}.red-comments-reply{font-size:1rem;padding-left:30px}.red-comments-module .step-1 .red-comment-wrap{width:100%}.red-comments-module .step-2 .red-comment-wrap,.red-comments-module .step-3 .red-comment-wrap,.red-comments-module .step-4 .red-comment-wrap,.red-comments-module .step-5 .red-comment-wrap{width:95%}.red-comments-info h1{font-size:2rem}.red-reviews-button{position:fixed;bottom:35px;left:50%;width:190px;margin-left:-95px;font-size:18px;text-align:left;padding:10px 0 10px 42px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/quote.png) no-repeat left center #FFBE4A;background-size:contain;box-shadow:0 5px 10px rgba(0,0,0,.12),0 10px 10px rgba(0,0,0,.1)}.red-comments-button{display:block;position:fixed;bottom:25px;left:50%;width:175px;margin-left:-88px;font-size:18px;text-align:left;padding:10px 0 10px 44px;box-shadow:0 5px 10px rgba(0,0,0,.12),0 10px 10px rgba(0,0,0,.1)}.red-reviews{width:92%;padding-top:20px}.red-review p{padding:0;margin:0 0 20px 0}.red-review-header{display:flex;flex-direction:column;padding:10px 0 0 0;color:#444}.red-review-header-left{width:100%}.red-review-header-right{display:block;width:100%;padding:3px 0 10px 0}.red-review-recommend{width:100%;height:43px;background-position-x:left}.red-review-unrecommend{width:100%;height:43px;background-position-x:left}.red-reviews-bar{width:100%;min-width:100px}.red-review{padding:30px 30px;margin-bottom:18px}.red-review-stars .star{width:24px;height:23px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-narrow-0.png);background-repeat:no-repeat;background-size:contain}.red-review-body,.red-reviews-sortbar,.red-review-answer,.red-review-name,.red-review-answer p.text{font-size:1.1rem}.red-reviews-bar{padding:15px 0 15px 5px}.red-reviews-info div.reviews-stat{font-size:1.1rem}.red-review-answer{padding:15px 20px}.red-reviews-sortbar{padding:30px 0 20px 0}.red-rating{min-width:100px;flex-direction:column;width:92%;padding:20px 20px;margin-top:20px}.red-rating-info div.rating-overall{font-size:1.4rem}.red-rating-info div.rating-stat{font-size:1rem}.red-rating-grade{justify-content:flex-start;padding:10px 0 0 0;margin-top:10px;border-top:1px solid #dcdcdc}.red-rating-title{font-size:1.1rem}.red-bottom{font-size:1.2rem;margin:0 0 75px 0}}.red-rating{font-size:1rem;box-sizing:border-box;padding:20px 30px;background:#f5f5f5;min-width:450px;color:#333;display:flex;flex-direction:row;width:100%;border-radius:5px}.red-rating-info{display:flex;flex-direction:column}.red-rating-info div.rating-overall{display:flex;flex-direction:row;font-weight:700;font-size:1.15rem}.red-rating-info big{font-size:1.7rem}.red-rating-info .star{display:inline-block;width:27px;height:27px;margin-left:2px;margin-top:4px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-1.png);background-repeat:no-repeat;background-size:contain}.red-rating-info div.rating-stat{font-size:.85rem;padding:5px 0 6px 0;color:#6A6A6A}.red-rating-grade{display:flex;flex-wrap:wrap;align-content:center;justify-content:flex-end;flex-direction:row;flex-grow:1;padding-left:15px;font-weight:700}.red-rating-title{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;padding-right:5px}.red-rating-stars{display:flex;flex-direction:row}.red-rating-stars{display:flex;flex-direction:row-reverse;justify-content:center}.red-rating-stars>input{display:none}.red-rating-stars>label{position:relative;font-size:1.5rem;margin-left:5px;color:#FFBE4A;cursor:pointer}.red-rating-stars>label::before{content:"\2605";position:absolute;color:#D7D7D7}.red-rating-stars>label:hover:before,.red-rating-stars>label:hover~label:before{opacity:1!important;color:#FFBE4A}.red-rating-stars>input:checked~label:before{opacity:1;color:#FFBE4A}.red-rating-stars:hover>input:checked~label:before{opacity:.4}.red-reviews{font-size:1rem;display:flex;flex-direction:column;box-sizing:border-box;width:100%;color:#333}.red-reviews h1{font-size:1.8rem}.red-reviews-bar{box-sizing:border-box;padding:20px 2px;min-width:450px;display:flex;flex-direction:row;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.red-reviews-info{display:flex;flex-direction:column}.red-reviews-info div.reviews-overall{display:flex;flex-direction:row;font-weight:700;font-size:1.2rem}.red-reviews-info big{font-size:1.7rem}.red-reviews-info .star{display:inline-block;width:27px;height:27px;margin-left:2px;margin-top:4px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-1.png);background-repeat:no-repeat;background-size:contain}.red-reviews-info div.reviews-stat{font-size:.85rem;padding:10px 0 10px 0;color:#6A6A6A}.red-reviews-button-wrap{display:flex;flex-wrap:wrap;align-content:center;justify-content:flex-end;flex-direction:row;flex-grow:1;padding-left:15px;font-weight:700}.red-reviews-button{font-size:16px;padding:10px 15px 10px 40px;border-radius:5px;color:#FFF;font-weight:400;border:none;cursor:pointer;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/quote.png) no-repeat left center #FFBE4A;background-size:contain}.red-show-more-button-wrap{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:center;flex-direction:row;flex-grow:1;padding-left:15px;font-weight:700}.red-show-more-button{font-size:16px;padding:10px 15px 10px 15px;border-radius:5px;color:#FFF;font-weight:400;border:none;cursor:pointer;background:#FFBE4A;background-size:contain}.red-reviews-button:hover{background-color:#fbae2a}.red-reviews-sortbar{padding:30px 0;font-size:.9rem}.red-review{background:#f5f5f5;padding:30px 45px 30px 45px;margin-bottom:35px}.red-review-header{display:flex;flex-direction:row;padding:0 0 15px 0;color:#444}.red-review-header-left{width:50%}.red-review-header-right{display:flex;flex-wrap:wrap;justify-content:flex-end;width:50%}.red-review-recommend{width:120px;height:40px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/recommend.png) right no-repeat;background-size:contain}.red-review-unrecommend{width:140px;height:40px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/unrecommend.png) right no-repeat;background-size:contain}.red-review-body{font-size:.93rem;line-height:1.4;width:98%}.red-review-stars{display:flex;flex-direction:row;margin-left:-1px}.red-review-stars .star{width:21px;height:20px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-narrow-0.png);background-repeat:no-repeat;background-size:contain}.red-review-stars .star-active{background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-narrow-1.png)}.red-review-name{font-size:.87rem;font-weight:700;padding-top:12px}.red-review-footer{border-top:1px solid #e5e5e5;padding-top:20px;margin-top:15px}.red-review-button{background:#FAFAFA;border-radius:5px;padding:5px 10px 5px 27px;margin-right:5px;cursor:pointer;border:1px solid #dadada;font-size:.8rem}.red-review-like:hover,.red-review-unlike:hover{background-color:#fff;opacity:.9}.red-review-like{background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/like.png);background-repeat:no-repeat;background-size:contain;color:#44904B}.red-review-unlike{background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/unlike.png);background-repeat:no-repeat;background-size:contain;color:#C65F5F}.red-review-like-tap{background-color:#44904B;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/like-tap.png);background-repeat:no-repeat;background-size:contain;color:#fff;border:none;border-radius:3px}.red-review-unlike-tap{background-color:#C65F5F;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/unlike-tap.png);background-repeat:no-repeat;background-size:contain;color:#fff;border:none;border-radius:3px}.red-review-like-tap:hover,.red-review-unlike-tap:hover{opacity:.9}.red-link-dotted{cursor:pointer;color:#0053b0;text-decoration:none;border-bottom:1px dashed #0053b0}.red-link-dotted:hover{opacity:.9;border:none}.red-link{cursor:pointer;color:#0053b0;text-decoration:none}.red-link:hover{opacity:.9;border:none}.red-link-bold{color:#555;font-weight:700}.red-review-answer{border-radius:5px;padding:15px 25px;margin-top:25px;margin-bottom:10px;background:#fff;font-size:.9rem;line-height:1.5}.red-review-answer p.text{padding:0;margin:0;font-size:.93rem}.red-comments-module{font-size:1rem;display:flex;flex-direction:column;box-sizing:border-box;width:100%;color:#333;padding-bottom:40px}.red-comments-bar{box-sizing:border-box;padding:0 2px 10px 2px;min-width:450px;display:flex;flex-direction:row;margin:0 0 20px}.red-comments-list{display:flex;flex-direction:column}.red-comments-info{display:flex;flex-direction:column;justify-content:center}.red-comments-info h1{font-size:1.8rem;margin:0}.red-comments-info .h1{margin:0}.red-comments-info h1 span{color:#9A9A9A;font-weight:400}.red-comments-info div.reviews-overall{display:flex;flex-direction:row;font-weight:700;font-size:1.2rem}.red-comments-info big{font-size:1.7rem}.red-comments-info .star{display:inline-block;width:27px;height:27px;margin-left:2px;margin-top:4px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-1.png);background-repeat:no-repeat;background-size:contain}.red-comments-info div.reviews-stat{font-size:.85rem;padding:10px 0 10px 0;color:#6A6A6A}.red-comments-button-wrap{display:flex;flex-wrap:wrap;align-content:center;justify-content:flex-end;flex-direction:row;flex-grow:1;padding-left:15px;font-weight:700}.red-comments-button{font-size:16px;padding:10px 15px 10px 40px;border-radius:5px;color:#FFF;font-weight:400;border:none;cursor:pointer;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/plus.png) no-repeat left center #FFBE4A;background-size:contain}.red-comments-button:hover{background-color:#fbae2a}.red-comment{display:flex;justify-content:flex-end;width:100%}.red-comment p{padding:0;margin:0 0 20px 0}.red-comment-wrap{box-sizing:border-box;background:#f5f5f5;padding:30px 40px 10px 40px;margin-bottom:15px}.red-comments-header{display:flex;flex-direction:row;padding:0 0 15px 0;color:#444;font-size:.9rem}.red-comments-header-left{width:70%;color:#848484}.red-comments-header-left strong{color:#333}.red-comments-header-left .user-icon{width:12px}.red-comments-header-right{display:flex;flex-wrap:wrap;justify-content:flex-end;width:30%;color:#7E7E7E}.red-comments-recommend{width:120px;height:39px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/recommend.png) right no-repeat;background-size:contain}.red-comments-unrecommend{width:140px;height:39px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/unrecommend.png) right no-repeat;background-size:contain}.red-comments-body{font-size:.93rem;line-height:1.4;width:100%}.red-comments-stars{display:flex;flex-direction:row;margin-left:-1px}.red-comments-stars .star{width:21px;height:20px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-narrow-0.png);background-repeat:no-repeat;background-size:contain}.red-comments-stars .star-active{background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-narrow-1.png)}.red-comments-name{font-size:.87rem;font-weight:700;padding-top:12px}.red-comments-reply{background:#FAFAFA;border-radius:5px;padding:5px 10px 5px 27px;margin-right:5px;cursor:pointer;border:1px solid #dadada;font-size:.8rem;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/reply.png);background-repeat:no-repeat;background-size:contain;color:#777}.red-comments-reply:hover{background-color:#fff;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/reply-hover.png);opacity:.9;color:#3778AA}.red-comments-module .step-0 .red-comment-wrap{width:100%}.red-comments-module .step-1 .red-comment-wrap{width:97%}.red-comments-module .step-2 .red-comment-wrap{width:94%}.red-comments-module .step-3 .red-comment-wrap{width:91%}.red-comments-module .step-4 .red-comment-wrap{width:88%}.red-comments-module .step-5 .red-comment-wrap{width:85%}.red-fade-overlay{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;background:rgba(0,0,0,.75);overflow:auto;width:100%;height:100%;z-index:1000}.red-modality{box-sizing:border-box;width:535px;min-width:535px;min-height:450px;background:#F8F8F8;padding:40px 45px 35px 45px;border-radius:10px;overflow-y:auto;color:#595959;font-size:.9rem}.red-modality .line{width:100%;padding-bottom:18px}.red-modality .red-notice{color:#8A8A8A;font-size:.85rem;padding-bottom:20px}.red-modality .red-captcha{padding-bottom:15px}.red-modality .red-captcha img{height:70px}.red-modality .text-review{padding:0 0 15px 0}.red-modality .header-line{display:flex;flex-direction:row;width:100%;padding-bottom:20px}.red-modality .name-line{display:flex;flex-direction:row}.red-modality h1{font-size:1.9rem;margin:0 0 5px 0}.red-modality input.text{box-sizing:border-box;width:100%;font-size:.9rem;border:1px solid #e3e3e3;padding:8px 8px;color:#555;margin:5px 0 5px 0}.red-modality input.modality-name{width:100%}.red-modality textarea{box-sizing:border-box;font-weight:400;font-size:.9rem;width:100%;height:100px;border:1px solid #e3e3e3;padding:6px 8px;color:#555;margin:0 0 0 0}.red-modality .button{background:#187AB7;box-shadow:none;text-align:center;color:#fff;font-size:.85rem;border:none;border-radius:3px;padding:12px 18px;cursor:pointer;text-transform:uppercase}.red-modality .button:hover{background:#106da7}.red-modality-notice{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;padding-right:5px}.red-modality-stars{display:flex;flex-direction:row}.red-modality-stars .star-inactive{width:30px;height:30px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-0.png);background-repeat:no-repeat;background-size:contain;cursor:pointer}.red-modality-stars .star-active{width:30px;height:30px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-1.png);background-repeat:no-repeat;background-size:contain;cursor:pointer}.red-modality-stars .star-active:hover,.red-modality-stars .star-inactive:hover{background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-1.png);opacity:.7}.red-modality .recommend-line label{margin-top:-10px;cursor:pointer}.red-modality .recommend-line label:hover{color:#333}.red-modality .red-modality-title{width:80%}.red-modality .red-modality-close{width:20%;display:flex;justify-content:flex-end;flex-wrap:wrap;align-content:center}.red-modality .red-modality-left{width:45%}.red-modality .red-modality-right{width:55%;display:flex;justify-content:flex-end;flex-wrap:wrap;align-content:center}.red-modality .close-button{width:24px;height:24px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/close.png) no-repeat right top;background-size:contain;cursor:pointer;opacity:.6}.red-modality .close-button:hover{opacity:1}ul.red-pagination{display:flex;flex-direction:row;justify-content:center;margin:30px 0 30px 0;padding:0 0 0 0}ul.red-pagination li{margin:0 5px;padding:4px 8px;list-style:none}ul.red-pagination li.red-page-number{list-style:none;border-radius:5px;cursor:pointer}ul.red-pagination li.red-page-number:hover{background-color:#f5f5f5;border-radius:5px}ul.red-pagination li.red-page-number a{text-decoration:none;color:#9a9a9a}ul.red-pagination li.red-page-number:hover a{color:#2d2d2d}.red-modality.red-modality-success{min-height:inherit}.red-modality-success .red-modality-title h1{text-align:center}.chili-comment-form .success-message{display:none}.success-message{text-align:center;font-size:22px;color:#44904B;padding-top:50px}.chili-comment-form .form-field .error-message{display:none}.chili-comment-form .form-field.error .error-message{display:block;color:#C65F5F;font-size:12px}.red-modality .auth-line{display:flex;flex-direction:row;justify-content:space-around;align-content:center;flex-wrap:wrap;align-items:center}.chili-review-form .success-message{display:none}.success-message{text-align:center;font-size:22px;color:#44904B;padding-top:50px}.chili-review-form .form-field .error-message{display:none}.chili-review-form .form-field.error .error-message{display:block;color:#C65F5F;font-size:12px}.red-modality .auth-line{display:flex;flex-direction:row;justify-content:space-around;align-content:center;flex-wrap:wrap;align-items:center}.chili-page-reviews-item{margin-bottom:15px}.red-reviews{display:flex;flex-direction:column;box-sizing:border-box;width:100%;color:#333}.red-reviews h1{font-size:1.8rem}.red-reviews-bar{box-sizing:border-box;padding:20px 2px;min-width:450px;display:flex;flex-direction:row;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.red-reviews-info{display:flex;flex-direction:column}.red-reviews-info div.reviews-overall{display:flex;flex-direction:row;font-weight:700;font-size:1.2rem}.red-reviews-info big{font-size:1.7rem}.red-reviews-info .star{display:inline-block;width:27px;height:27px;margin-left:2px;margin-top:4px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-1.png);background-repeat:no-repeat;background-size:contain}.red-reviews-info div.reviews-stat{font-size:.85rem;padding:10px 0 10px 0;color:#6A6A6A}.red-reviews-button-wrap{display:flex;flex-wrap:wrap;align-content:center;justify-content:flex-end;flex-direction:row;flex-grow:1;padding-left:15px;font-weight:700}.red-reviews-button{font-size:16px;padding:10px 15px 10px 40px;border-radius:5px;color:#FFF;font-weight:400;border:none;cursor:pointer;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/quote.png) no-repeat left center #FFBE4A;background-size:contain}.red-reviews-button:hover{background-color:#fbae2a}.red-reviews-sortbar{padding:30px 0;font-size:.9rem}.red-review{background:#f5f5f5;padding:30px 45px 30px 45px;margin-bottom:35px}.red-review-header{display:flex;flex-direction:row;padding:0 0 15px 0;color:#444}.red-review-header-left{width:50%}.red-review-header-right{display:flex;flex-wrap:wrap;justify-content:flex-end;width:50%}.red-review-recommend{width:120px;height:39px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/recommend.png) right no-repeat;background-size:contain}.red-review-unrecommend{width:140px;height:39px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/unrecommend.png) right no-repeat;background-size:contain}.red-review-body{font-size:.93rem;line-height:1.4;width:98%}.red-review-stars{display:flex;flex-direction:row;margin-left:-1px}.red-review-stars .star{width:21px;height:20px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-narrow-0.png);background-repeat:no-repeat;background-size:contain}.red-review-stars .star-active{background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-narrow-1.png)}.red-review-name{font-size:.87rem;font-weight:700;padding-top:12px}.red-review-footer{border-top:1px solid #e5e5e5;padding-top:20px;margin-top:15px}.red-review-button{background:#FAFAFA;border-radius:5px;padding:5px 10px 5px 27px;margin-right:5px;cursor:pointer;border:1px solid #dadada;font-size:.8rem}.red-review-like:hover,.red-review-unlike:hover{background-color:#fff;opacity:.9}.red-review-like{background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/like.png);background-repeat:no-repeat;background-size:contain;color:#44904B}.red-review-unlike{background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/unlike.png);background-repeat:no-repeat;background-size:contain;color:#C65F5F}.red-review-like-tap{background-color:#44904B;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/like-tap.png);background-repeat:no-repeat;background-size:contain;color:#fff;border:none;border-radius:3px}.red-review-unlike-tap{background-color:#C65F5F;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/unlike-tap.png);background-repeat:no-repeat;background-size:contain;color:#fff;border:none;border-radius:3px}.red-review-like-tap:hover,.red-review-unlike-tap:hover{opacity:.9}.red-link-dotted{cursor:pointer;color:#0053b0;text-decoration:none;border-bottom:1px dashed #0053b0}.red-link-dotted:hover{opacity:.9;border:none}.red-link{cursor:pointer;color:#0053b0;text-decoration:none}.red-link:hover{opacity:.9;border:none}.red-link-bold{color:#555;font-weight:700}.red-review-answer{border-radius:5px;padding:15px 25px;margin-top:25px;margin-bottom:10px;background:#fff;font-size:.9rem;line-height:1.5}.red-review-answer p.text{padding:0;margin:0;font-size:.93rem}.mobile-only{display:none}@media (max-width:450px){textarea,select,input.text,input[type="text"],input[type="button"],input[type="submit"],.input-checkbox{-webkit-appearance:none}body{padding:0}.desktop-only{display:none}.mobile-only{display:block}.red-body{width:100%}.footer{border-radius:0;margin-bottom:0}.red-modality{width:95%;min-width:100px;padding:35px 30px 25px 30px;border-radius:5px;font-size:1rem}.red-modality .red-modality-close{align-content:flex-start}.red-modality .close-button{margin-top:5px}.red-modality .red-modality-left,.red-modality .red-modality-right{width:100%}.red-modality input.text,.red-modality textarea{font-size:1.1rem;padding:10px}.red-modality textarea{height:120px}.red-modality .name-line{flex-direction:column}.red-modality .red-modality-right{justify-content:flex-start;padding:10px 0 0 0}.red-modality .button{width:100%;font-size:.9rem;padding:16px 15px}.red-modality .button:hover{background:#106da7}.red-modality .red-captcha img{height:auto;width:85%}.red-comments-module{width:92%;min-width:100px;padding-top:20px}.red-comments-bar{display:flex;flex-direction:column;box-sizing:border-box;min-width:100px;width:100%}.red-comments-button-wrap{justify-content:flex-start;padding-left:0}.red-comments-list{display:flex;flex-direction:column}.red-comment{display:flex;justify-content:flex-end;width:100%}.red-comment-wrap{box-sizing:border-box;background:#f5f5f5;padding:30px 30px 10px 30px;margin-bottom:15px}.red-comments-header{font-size:1.1rem;flex-direction:column;padding-bottom:0}.red-comments-header-left,.red-comments-header-right{width:100%;justify-content:flex-start;line-height:1.5}.red-comments-body{font-size:1.1rem;padding-top:10px}.red-comments-reply{font-size:1rem;padding-left:30px}.red-comments-module .step-1 .red-comment-wrap{width:100%}.red-comments-module .step-2 .red-comment-wrap,.red-comments-module .step-3 .red-comment-wrap,.red-comments-module .step-4 .red-comment-wrap,.red-comments-module .step-5 .red-comment-wrap{width:95%}.red-comments-info h1{font-size:2rem}.red-reviews-button{position:fixed;bottom:75px;left:50%;width:190px;margin-left:-95px;font-size:18px;text-align:left;padding:10px 0 10px 42px;background:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/quote.png) no-repeat left center #518EF8;background-size:contain;box-shadow:0 5px 10px rgba(0,0,0,.12),0 10px 10px rgba(0,0,0,.1)}.red-comments-button{display:block;position:fixed;bottom:25px;left:50%;width:175px;margin-left:-88px;font-size:18px;text-align:left;padding:10px 0 10px 44px;box-shadow:0 5px 10px rgba(0,0,0,.12),0 10px 10px rgba(0,0,0,.1)}.red-reviews{width:92%;padding-top:20px}.red-review p{padding:0;margin:0 0 20px 0}.red-review-header{display:flex;flex-direction:column;padding:10px 0 0 0;color:#444}.red-review-header-left{width:100%}.red-review-header-right{display:block;width:100%;padding:3px 0 10px 0}.red-review-recommend{width:100%;height:43px;background-position-x:left}.red-review-unrecommend{width:100%;height:43px;background-position-x:left}.red-reviews-bar{width:100%;min-width:100px}.red-review{padding:30px 30px;margin-bottom:18px}.red-review-stars .star{width:24px;height:23px;background-image:url(/local/templates/mspak/components/chililab/page.comments.list/comments/images/star-narrow-0.png);background-repeat:no-repeat;background-size:contain}.red-review-body,.red-reviews-sortbar,.red-review-answer,.red-review-name,.red-review-answer p.text{font-size:1.1rem}.red-reviews-bar{padding:15px 0 15px 5px}.red-reviews-info div.reviews-stat{font-size:1.1rem}.red-review-answer{padding:15px 20px}.red-reviews-sortbar{padding:30px 0 20px 0}.red-rating{min-width:100px;flex-direction:column;width:92%;padding:20px 20px;margin-top:20px}.red-rating-info div.rating-overall{font-size:1.4rem}.red-rating-info div.rating-stat{font-size:1rem}.red-rating-grade{justify-content:flex-start;padding:10px 0 0 0;margin-top:10px;border-top:1px solid #dcdcdc}.red-rating-title{font-size:1.1rem}.red-bottom{font-size:1.2rem;margin:0 0 75px 0}}@media (max-width:450px){.mobile-only{display:block}}.red-comments-list{display:flex;flex-direction:row;gap:28px}.red-comment{display:flex;justify-content:flex-end;width:100%;//width:408px;height:253px}.red-comment-wrap{box-sizing:border-box;background:#f5f5f5;padding:30px;margin-bottom:0;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch}.red-comments-module .step-0 .red-comment-wrap{width:100%;height:100%;display:flex;justify-content:space-between}.red-comments-header-right{color:#303030;font-weight:500;font-size:13px;opacity:.3}.red-body .slick-slider .slick-track,.red-body .slick-slider .slick-list{display:flex;flex-direction:row;gap:28px}.red-gray{font-weight:600;font-size:1em;color:#4169F4}@media (max-width:1024px){.red-body .slick-slider .slick-track,.red-body .slick-slider .slick-list{gap:0}}.red-modality .red-modality-left{width:100%}.red-modality input.text,.red-modality textarea{font-size:16px;color:#303030;font-family:'Manrope',sans-serif;font-weight:500;width:100%;border-color:#EBEBEB;border-radius:12px;padding:13px 20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-comments-button{font-size:16px;padding:10px 15px 10px 40px;border-radius:5px;color:#FFF;font-weight:400;border:none;cursor:pointer;font-family:'Manrope',sans-serif;background:url(/bitrix/themes/.default/chililab.comments/public/images/plus.png) no-repeat left center #518EF8;background-size:contain}.red-modality h1{font-size:1.4rem;margin:0 0 5px 0;line-height:100%}.red-show-more-button{font-size:16px;padding:10px 15px 10px 15px;border-radius:5px;color:#FFF;font-weight:400;border:none;cursor:pointer;background:#518EF8;background-size:contain;font-family:'Manrope',sans-serif}.red-modality .button{border-radius:12px;padding:12px 30px;position:relative;overflow:hidden;-webkit-transform:perspective(1px);transform:perspective(1px);width:100%;background:#518EF8;font-family:'Manrope',sans-serif}.red-comments-button:hover,.red-show-more-button:hover,.red-modality .button:hover{background-color:#518EF8;background-color:var(--bs-blue);color:#fff}.red-show-more-button-wrap,.chili-page-comments-pagination.red-bottom{display:none}.red-comment{height:auto}.red-comments-list .slick-prev{left:0}
/* End */


/* Start:/local/templates/mspak/components/bitrix/catalog.section/related-products-new/style.min.css?17396708053212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/local/templates/mspak/components/bitrix/catalog.item/detail-catalog/style.min.css?174004543822843*/
.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;box-sizing:border-box;padding:15px 0 5px;width:100%;border:1px solid transparent;border-radius:2px}.product-item-line-card .product-item{width:auto !important;border-bottom:1px solid #dadada}@media(max-width:991px){.product-item-line-card .product-item .col-sm-6:nth-child(2n){clear:both}}.bx-retina .product-item{border-width:.5px}.product-item *{transition:opacity 300ms ease}@media(max-width:767px){.product-item{padding:15px 5px 5px}.product-item-line-card .product-item .col-xs-12:nth-child(2n){clear:both}}.bx-no-touch .product-item-container.hover .product-item{position:absolute;right:-15px;left:-15px;padding:15px 15px 0;width:auto;border:1px solid transparent;background:#fff;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}.bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.bx-no-touch .product-item-container.hover .product-item{-webkit-animation:product-item-hover 300ms 1 ease}@-webkit-keyframes product-item-hover{0%{position:absolute;left:-15px;right:-15px;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0)}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}}.product-item-image-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%;transition:all 300ms ease}.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%}.product-item-image-original,.product-item-image-alternative{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity 300ms linear}.product-item-image-original{z-index:11}.product-item-image-alternative{z-index:13;opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-original{opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity:1}.product-item-big-card .product-item-image-wrapper{margin-bottom:25px}.product-item-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity 300ms ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.next,.product-item-image-slide.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.prev,.product-item-image-slide.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.next.left,.product-item-image-slide.prev.right,.product-item-image-slide.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;height:1px;background-color:#f42c2c;opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;bottom:10px;left:0;z-index:15;padding:0;text-align:center;opacity:0;transition:opacity 300ms ease}.product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:rgba(128,128,128,.8);opacity:.6;cursor:pointer;transition:all 300ms ease}.product-item-image-slider-control:hover,.product-item-image-slider-control.active:hover{cursor:pointer}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:15}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span{padding:5px 12px;font-size:16px;line-height:21px}.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:5px 17px;font-size:22px;line-height:33px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:120px;height:120px;font-size:42px;line-height:120px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{--product-item-label-ring-size:40px;width:var(--product-item-label-ring-size);height:var(--product-item-label-ring-size);line-height:var(--product-item-label-ring-size);font-size:14px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{transform:translateY(-50%) translateX(-50%)}.product-item-title{overflow:hidden;margin-bottom:15px;text-overflow:ellipsis;white-space:nowrap}.bx-touch .product-item-title,.product-item-container.hover .product-item-title{overflow:auto;white-space:normal}.product-item-title a{color:#3f3f3f;text-decoration:none;font-size:13px}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}.product-item-price-container{margin:5px 0 10px}.product-item-price-current{color:#3f3f3f;white-space:nowrap;font-weight:bold;font-size:13px}.product-item-price-old{color:#a5a5a5;text-decoration:line-through;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-line-card .product-item-info-container{text-align:center}.product-item-info-container{margin-bottom:8px}.product-item-info-container-title{color:#000;font-weight:bold;font-size:13px}.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{display:none;opacity:0;transition:opacity 300ms ease}.bx-touch .product-item-info-container.product-item-touch-hidden{display:none !important}.bx-touch .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{display:block;opacity:1}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:inline-block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3 !important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center; background-size:10px}.product-item-amount-field-btn-minus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center; background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field{display:inline-block;padding:0;max-width:50px;width:auto;height:22px;border:1px solid transparent;border-radius:2px;background:transparent !important;color:#000;vertical-align:middle;text-align:center;font-weight:bold;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none !important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{color:#a5a5a5;white-space:nowrap;font-size:12px;display:block}.product-item-big-card .product-item-amount-field-container{text-align:left}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{color:#333;font-weight:normal;font-size:12px}.product-item-properties{display:block;overflow:hidden;margin:0;color:#a5a5a5;font-size:12px}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:normal}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;color:#000}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:0;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-item-line-card .product-item-compare-container,.product-item-container.hover .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product-item-scu-container{padding:0 0 2px}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0 0 0 -2px;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%}.product-item-scu-item-text-container{min-width:32px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4 !important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center; background-size:80% 80%;content:""}@media(max-width:991px){.product-item-line-card .product-item-scu-container-title{text-align:center}.product-item-line-card .product-item-scu-item-list{text-align:center}.product-item-line-card .product-item-scu-item-color-container,.product-item-line-card .product-item-scu-item-text-container{display:inline-block;float:none}}.product-item-description-container p{color:#575757;font-size:13px}.product-item-button-container{text-align:center}.product-item-button-container .btn{margin-bottom:2px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all 300ms ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center; background-size:50%;opacity:.7;transition:opacity 300ms ease}.bx-touch .product-item-more,.product-item-container.hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
/* End */


/* Start:/local/templates/mspak/components/bitrix/news.list/useful/style.css?176611536169*/
.useful-you-item-top a,.useful-you-item-top a:hover{color: #ffffff;}

/* End */
/* /local/templates/mspak/components/bitrix/catalog/catalogn/style.css?17661150374499 */
/* /local/templates/mspak/components/bitrix/catalog.element/catalog_new/style.css?17665036669139 */
/* /local/templates/mspak/components/chililab/page.comments.list/comments/style.min.css?176611549238868 */
/* /local/templates/mspak/components/bitrix/catalog.section/related-products-new/style.min.css?17396708053212 */
/* /local/templates/mspak/components/bitrix/catalog.item/detail-catalog/style.min.css?174004543822843 */
/* /local/templates/mspak/components/bitrix/news.list/useful/style.css?176611536169 */
