

/* Start:/local/templates/emi-new/components/bitrix/system.pagenavigation/.default/style.css?17548972952958*/
.bx-pagination {
	margin: 20px 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: 16px;
	font-weight: 500;
	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: #e68a9a;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #181616;
	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/emi-new/components/bitrix/catalog.section/.default/style.css?17316531321016*/
.catalog-section.container-fluid,
.catalog-section.container-fluid .row {
	--bs-gutter-x: 0;
}

.catalog-section.container-fluid { padding: 0 calc(var(--bs-gutter-x) / 2); }

.catalog-section .main-ui-loader-custom {
	position: absolute;
	top: unset;
	left: 50%;
	bottom: 5px;
	transform: translate3d(-50%, 0, 0);
	z-index: 100;
}

@media (min-width: 576px) {
	.catalog-section.container-fluid,
	.catalog-section.container-fluid .row {
		--bs-gutter-x: 15px !important;
	}
}

.catalog-element-addinational-blocks .catalog-section {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (max-width: 575px) {
	.catalog-section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 991px) {
	.catalog-section-item-wrapper {
		min-width: 273px;
		flex-grow: 1 !important;
		max-width: 100% !important;
	}
	.catalog-section .main-ui-loader-custom {
		position: absolute;
		top: unset;
		left: 50%;
		bottom: 5px;
		transform: translate3d(-50%, 0, 0);
		z-index: 100;
	}
}

/* End */


/* Start:/local/templates/emi-new/components/bitrix/catalog.item/.default/style.css?1751542640469*/
.card-item {
	height: 100%;
	display: flex;
    flex-direction: column;
}

.cards-carousel .product-item-container, .cards-carousel .card-item{
	height: 100%;
}

.cards-carousel .card-item{
	display: flex;
	flex-direction: column;
}

.card-item__info {
    flex-grow: 1;
}

.cards-carousel .card-item__info {
    flex: 1;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}


.card-item__basket .bx-catalog-subscribe-button {
    margin: 0;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17397968381413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */
/* /local/templates/emi-new/components/bitrix/system.pagenavigation/.default/style.css?17548972952958 */
/* /local/templates/emi-new/components/bitrix/catalog.section/.default/style.css?17316531321016 */
/* /local/templates/emi-new/components/bitrix/catalog.item/.default/style.css?1751542640469 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17397968381413 */
