

/* 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?17700917239206*/
.detail-banner-section img {
    width: 100%;
	margin: 0 0 20px;
}
.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/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?17700917239206 */
/* /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/news.list/useful/style.css?176611536169 */
