

/* Start:/local/templates/rise-bags/_dist/components/bitrix/news.list/rating-list/style.splTFJr6.css?1789994691798*/
.company-ratings{padding:0;margin:0;list-style-type:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:clamp(20px,3vw,40px)}.company-ratings li{display:flex;min-width:0;width:100%;max-width:560px}.company-rating{display:flex;gap:20px;padding:20px 30px;background-color:var(--gray-500);border-radius:10px;width:100%;max-width:560px}.company-rating__logo{width:100%;max-width:40px}.company-rating__name,.company-rating__text{grid-column:1/-1}.company-rating__name,.company-rating__value{font-weight:700}.company-rating__content{display:grid;grid-template-columns:min-content auto;flex-direction:column;gap:4px 10px;align-items:center}.company-rating__stars{display:flex;gap:4px}.company-rating__star{fill:var(--gray-600)}.company-rating__star--filled{fill:var(--warning)}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17829201612917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/rise-bags/_dist/components/bitrix/news.list/reviews-list/style.DWhd6KAU.css?17899946922002*/
.reviews{padding:0;margin:0;list-style-type:none;display:grid;grid-template-columns:1fr;gap:clamp(20px,3.6vw,40px);margin-bottom:clamp(20px,2vw,40px)}@media(min-width:768px){.reviews{grid-template-columns:repeat(2,1fr)}}.reviews-filter{display:flex;gap:10px;margin-bottom:10px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-color:transparent transparent;padding-bottom:10px}.reviews-filter__link{flex:0 0 auto;border:1px solid var(--primary);border-radius:4px;color:var(--primary);padding:clamp(6px,1vw,10px) clamp(10px,1.2vw,20px)}.reviews-filter__link.active{background-color:var(--primary);color:var(--white)}.review{height:100%;container:review/inline-size}.review-card{display:flex;flex-direction:column;gap:20px;padding:clamp(20px,3vw,30px);height:100%;border:2px solid var(--primary);border-radius:var(--base-br)}.review-card__header{display:flex;gap:10px 20px;justify-content:space-between;flex-wrap:wrap;color:var(--primary)}.review-card__rating{min-width:-moz-fit-content;min-width:fit-content}.review-card__rating svg{fill:var(--gray-500)}.review-card__rating svg.active{fill:var(--yellow)}.review-card__text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;margin:0}@container review-card (min-width: 500px){.review-card__text{-webkit-line-clamp:3}}.review-card .clear-btn{display:none}.review-card .clear-btn.active{display:flex}.review-card__author{display:grid;grid-template-columns:1fr;-moz-column-gap:20px;column-gap:20px;row-gap:clamp(4px,2cqw,8px);margin-top:auto}.review-card__author-name{color:var(--primary);font-size:18px;font-weight:600;margin:0}.review-card__author-job{margin:0}.review-card__author img{width:56px;height:56px;-o-object-fit:contain;object-fit:contain;border-radius:50%}@container review (min-width: 500px){.review-card .review-card__author:has(img){grid-template-columns:auto 1fr;grid-template-rows:repeat(2,auto)}.review-card .review-card__author:has(img) img{grid-column:1/2;grid-row:1/-1}}

/* End */


/* Start:/local/templates/rise-bags/_dist/components/bitrix/news.list/gallery-slider/style.D2dkJkDR.css?17899946912600*/
.gallery .swiper-slide{width:-moz-fit-content;width:fit-content;height:auto;max-width:80%}.gallery .swiper-pagination{position:static;padding:20px 0}.gallery .swiper-pagination-bullet-active{background-color:var(--primary)}.gallery .swiper.gallery-slider--narrow .swiper-slide{max-width:clamp(120px,15vw,246px)}.gallery-item{position:relative;display:flex;flex-direction:column;justify-content:center;padding:20px;background-color:var(--gray-800);border-radius:var(--base-br);height:100%}.gallery-item--fancybox:before{content:"";position:absolute;top:24px;right:24px;width:30px;height:30px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAA45JREFUeAG1V11Ik1EYfs9xWeAP68/UAickLTdhhhMv+lOCIio/FeqmaKMbiWrZTRdFfxQkFNkPXs22qBuhbFYUQWB/F8aihjUcFbgbS9JipVHq/E7n/eb0m/vc9226B8bOOd/2Puc973ve9/kIaIBFcOnDOrAwEWqBsc0EmIEB6PEZAQgxID4gLEgJ7fxwz+7RYpOoEY5RcFAmHo0SaUCQEerOFOGWz2MPQrLE5gaXA0TxjJzQWLwErKYCKMzLhpyshdLa8J9R+Pp9BLz+bxDo+xmzAW79rL/jgFszsanedQW4lzjOzcqEvTtMIFSXSISJgBtobX8Pnq7PMgba4u+wN6kSm+rbXMDAhmOrOR8uHNqoSqi0gSPNz6ZPgICbe26X/yYjlhQ9ZY04Ri8vHavmR5oJyQL/s3urURp7/QP4ZckrrdMP9nY+jSM2CW02AHYRxwf3lEPTvgqYK6zmAp4DY9DzaZDPWNWy0tpfQ70PuvGZdNQ8ew3jROziQwMm0N3LgqrRaBwx9mqwn3oM3o+S56EFjBbzbA9RnIUp7EdSHF87vkXVEMbw5PVX0gfHasA8yY2EjF/PSNJKxIyJtujuk00kLUCbmDMIwsCB9YGWNTjxXA24iLFNF2Qh0YchbKEiI7U4w9imw9so0DZyIESSIVDCiAEnFbwipRvWSQ6e0Zt0DJgFJytn8VYpefpla/2zJJfS6U1zMIMOJmuxUqHAK4OZmwh4VZRw/vCGuKuWPc2hp5AIDFKHyn/R4xDuACvMTAg1JVBpjo89Hm/UU9e57YphUjrqERmHjgAJYpyTiZUcSKr1Nsg58Khf4OAt76fphlfGQYFNSFIFW5iW8pcq0LZcKFAd6HwQiXNsA59ntLa/i5lT7BSEwFWc3H7kT4vXaNPT9SVmTerHhWvqfCJhjWPjE4sCwR+qrQ7vfOHybKipLJJ6rhrwBgyF/sYTDwQ6/+UZd44CIdtwdyjg1pevSmjMWLxU+qgBNdiT131x61MKZDDwsHvF2l2LeSWtiigG0ORNIjTffANt93sUn8WLPcHp5p6jMJC6CQqDVMTeiRsvo6pDGzHCXOds4W8HjuhcqF7Ne/U6TfIWb8YdnqS/FSqhKjFCEn8ETsOkSEBEBH0+30DODEE/LKnJGYI+NWKJiItAHYRt/JVkSpPNC7jOJlp/WyY4BZGAQIAW8dZjSeJdSsbHCxWB5yMitf8HFWtdZf5abMIAAAAASUVORK5CYII=);background-position:center;background-repeat:no-repeat;background-size:contain;transition:opacity var(--main-transition);pointer-events:none}.gallery-item--fancybox:hover:before,.gallery-item--fancybox:focus:before{opacity:.6}.gallery-item--fancybox:active:before{opacity:.4}.gallery-item__footer{margin-top:10px;display:flex;flex-direction:column;gap:4px}.gallery-item__footer span:first-child{font-weight:700}.gallery-item__footer span:last-child{color:var(--gray-900)}.gallery-item__img{width:100%;height:auto;max-height:300px;-o-object-fit:contain;object-fit:contain}

/* End */


/* Start:/local/templates/rise-bags/_dist/components/bitrix/form.result.new/callback-form/style.DKEg6Xj0.css?17899946892411*/
.callback{container:callback/inline-size}@container callback (min-width: 920px){.callback.callback--fullwidth .container{grid-template-columns:1fr}}.callback--jeans-bg form{background-image:url(/local/templates/rise-bags/_dist/components/bitrix/form.result.new/callback-form/_src/images/jeans-bg.jpg);background-size:cover}.callback--jeans-bg form a{color:var(--white);text-decoration:underline}.callback .container{display:grid;grid-template-columns:1fr;gap:24px}@container callback (min-width: 920px){.callback .container{grid-template-columns:repeat(2,1fr)}}.callback-form{border-radius:20px;background:var(--primary);overflow:hidden}.callback-form__content{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}@container form (min-width: 850px){.callback-form__content{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;max-width:900px;margin:0 auto}}.callback-form .main-checkbox-wrapper{margin:12px 0;align-items:flex-start;grid-column:1/-1;justify-self:center}@media(max-width:500px){.callback-form .main-checkbox-wrapper{gap:20px}}.callback-form .main-checkbox-wrapper:before{border:1px solid var(--white)}.callback-form form{container:form/inline-size;padding:clamp(24px,4vw,60px);margin:0 auto;z-index:3;color:var(--white)}.callback-form form .main-input-wrapper{width:100%}.callback-form form *[type=submit]{background-color:var(--white);color:var(--dark);width:-moz-fit-content;width:fit-content;min-width:240px;grid-column:1/-1;justify-self:center}.callback-form__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;width:100%;margin-bottom:10px}.callback-form__header *{margin:0;color:var(--white)}.callback-form .main-textarea-wrapper{width:100%;grid-column:1/-1}.callback img{display:none;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}@container callback (min-width: 920px){.callback img{display:flex}}.callback .rate{display:flex;align-items:center;gap:10px;grid-column:1/-1;justify-content:center}.callback .rate label input[type=radio]{display:none}.callback .rate label svg{width:clamp(24px,2.4vw,40px);height:auto;fill:var(--white);transition:fill var(--main-transition)}.callback .rate label:has(input:checked) svg,.callback .rate label:has(~label input:checked) svg,.callback .rate label:hover svg,.callback .rate label:has(~label:hover) svg{fill:var(--warning)}

/* End */
/* /local/templates/rise-bags/_dist/components/bitrix/news.list/rating-list/style.splTFJr6.css?1789994691798 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17829201612917 */
/* /local/templates/rise-bags/_dist/components/bitrix/news.list/reviews-list/style.DWhd6KAU.css?17899946922002 */
/* /local/templates/rise-bags/_dist/components/bitrix/news.list/gallery-slider/style.D2dkJkDR.css?17899946912600 */
/* /local/templates/rise-bags/_dist/components/bitrix/form.result.new/callback-form/style.DKEg6Xj0.css?17899946892411 */
