

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/round/style.css?17008219873460*/
.work-area .bx-pagination {
	margin: 10px 0;
}
.work-area .bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.work-area .bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.work-area .bx-pagination .bx-pagination-container ul li:before{
	display: none;
}
.work-area .bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
	padding: 0;
}
.work-area .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;
}
.work-area .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;
}
.work-area .bx-pagination .bx-pagination-container ul li a:after {
	content: "";
	display: none;
}
.work-area .bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.work-area .bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #00477F;
	color: #fff;
}
.work-area .bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.work-area .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.work-area .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;
}
.work-area .bx-pagination .bx-pagination-container ul li:before,
.work-area .bx-pagination .bx-pagination-container ul li:before,
.work-area .bx-pagination .bx-pagination-container ul li:before {
	display: none;
}
.work-area .bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.work-area .bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.work-area .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;
}
.work-area .bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.work-area .bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.work-area .bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.work-area .bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.work-area .bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.work-area .bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.work-area .bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #00477F;
	color: #fff;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/catalog_list/style.css?17162983537669*/
.work-area .bx-pagination{
	margin: 6rem 0 2rem 0 !important;
}
.catalog__pic{
	height: 241px;
	margin: 0 auto;
	position: relative;
}
.catalog__top:hover .catalog__bg-pic{
	background-size: 120%;
}
.catalog__bg-pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-color: #F2F2FA;
	transition: .3s background-size ease;
}
.catalog__pic img{
	margin: 0 auto;
	display: block;
	object-fit: cover;
	height: 100%!important;
}
.catalog__link{
	margin-bottom: 1rem;
	color: #1C1B1B;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.catalog__row--top{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 8rem;
	margin-bottom: 3rem;
}
.catalog__param{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	align-items: center;
}
.catalog__price{
	color: #00477F;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.catalog__price span{
	color: #00477F;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.card-detail__stock{
	font-size: 1.6rem;
}
.catalog__stock--on{
	color: #5BD159;
	position: relative;
	background-color: #E4FDE4;
	width: max-content;
	padding: .2rem 1rem;
	border-radius: 5rem;
	display: flex;
	column-gap: .5rem;
	align-items: center;
}
.catalog__stock--on span{
	position: relative;
}
.catalog__stock--off{
	color: #696969;
	position: relative;
	background-color: #E1E1E1;
	width: max-content;
	padding: .2rem 1rem;
	border-radius: 5rem;
	display: flex;
	column-gap: .5rem;
	align-items: center;
}
.catalog__stock--off span{
	position: relative;
}
.catalog__item{
	font-size: 1.4rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.catalog__item .params{
	margin-bottom: 2.5rem;
}
.catalog__item .params__item{
	display: flex;
	column-gap: 1rem;
	margin-bottom: 1rem;
	position: relative;
}
.catalog__item .params__title{
	z-index: 2;
	background-color: #FFFFFF;
	color: #696969;
	font-weight: 400;
}
.catalog__item .params__value{
	z-index: 2;
	background-color: #FFFFFF;
	font-weight: 500;
	color: #1C1B1B;
}
.catalog__item:hover .catalog__delivery{
	z-index: 1;
	opacity: 1;
}
.catalog__btn{
	color: #202020;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	border: 1px solid #DEDEDE;
	padding: .8rem 0;
	border-radius: .5rem;
	cursor: pointer;
}
.catalog__btn.--order{
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	flex: 1;
}
.catalog__btn.--order:hover{
	background-color: #00477F;
	border-color: #00477F;
	color: #FFFFFF;
	transition: all ease .3s;
}
.catalog__btn.--selected{
	background-color: #00477F;
	border-color: #00477F;
	color: #FFFFFF;
	width: 100%;
	max-width: 19rem;
	flex: 1;
	text-wrap: nowrap;
}
.catalog__btn.--selected.--active{
	flex: 2;
}
.catalog__btn.--selected:hover{
	background-color: #1869b6;
	border-color: #1869b6;
	transition: all ease .3s;
}
.catalog__top{
	position: relative;
	display: block;
	height: 29rem;
}
.catalog__stick{
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: flex;
	column-gap: 1rem;
}
.catalog__hit{
	background: #ffffff;
	color: #E3735A;
	font-weight: 600;
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
}
.catalog__new{
	background: #ffffff;
	color: #00477F;
	font-weight: 600;
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: .1rem solid #FFF;
	font-size: 1.4rem;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
}
.catalog__detail{
	display: block;
	background-color: #FFFFFF;
	border-radius: .5rem;
	z-index: -1;
	opacity: 0;
	padding: 1rem 2rem;
	position: absolute;
	font-size: 1.6rem;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 20rem;
	text-align: center;
	transform: translate(-50%, -50%);
	transition: all ease .3s;
}
.catalog__show-btn{
	display: block;
	margin: 5rem 0 0 0;
	background-color: #00477F;
	border-color: #00477F;
	color: #FFFFFF;
	width: max-content;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 1rem;
	border-radius: 0.5rem;
	cursor: pointer;
}
.catalog__btns{
	margin-bottom: 2rem;
}
.catalog__delivery{
	display: flex;
	align-items: center;
	column-gap: .5rem;
	font-size: 1.6rem;
	color: #696969;
}
.catalog__delivery--link{
	position: relative;
}
.catalog__delivery--link:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0rem;
	width: 100%;
	border-bottom: .1rem dotted #000000;
}
.catalog__quantity{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	border-radius: .6rem;
	background-color: #F2F2FA;
	height: 4rem;
}
.catalog__select{
	width: 100%;
	max-width: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .6rem;
	border: .2rem solid #00477F;
	background: rgba(138, 139, 142, 0.00);
	cursor: pointer;
	transition: background-color ease .3s;
}
.catalog__select:hover{
	background-color: #F2F2FA;
}
.catalog__submit{
	display: block;
	border-radius: .6rem;
	background: #E1E1E1;
	width: 100%;
	color: #1C1B1B;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 1rem 0;
	text-align: center;
	cursor: pointer;
}
.descr__title{
	color: #00477F;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5rem;
}
.descr__text{
	color: #1C1B1B;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 2rem;
}
.descr__show{
	color: #696969;
	font-size: clamp(1.4rem, 3.5vw, 2rem);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	column-gap: .5rem;
	cursor: pointer;
}
.descr__show span{
	position: relative;
}
.descr__show span:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: .3rem;
	border-bottom: .1rem dotted #1C1B1B;
	width: 100%;
}
.quantity-control{
	display: none;
	grid-template-columns: 19rem 1fr;
	column-gap: 2rem;
	justify-content: space-between;
}
.quantity{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	border: none;
	outline: none;
	background: transparent;
	text-align: center;
	width: 100%;
}
.quantity::-webkit-outer-spin-button,
.quantity::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quantity-plus{
	border: none;
	background: none;
	display: flex;
	padding-right: 3rem;
	align-items: center;
	justify-content: end;
	cursor: pointer;
}
.quantity-minus{
	border: none;
	background: none;
	display: flex;
	padding-left: 3rem;
	align-items: center;
	cursor: pointer;
}
.catalog-section-page .smartfilter input[type="checkbox"] {
	margin: 0 0 0 -2rem;
	width: 1.5rem;
	height: 1.5rem;
}
.catalog-section-page .smartfilter .bx-filter-input-checkbox {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 991px) {
	.catalog__row--top {
		height: 6rem;
	}
}
@media screen and (max-width: 575.9px){
	.main.main-mobile .catalog{
		max-width: 30rem;
		margin: 5rem auto;
	}
}

/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/round/style.css?17008219873460 */
/* /local/templates/main/components/bitrix/catalog.section/catalog_list/style.css?17162983537669 */
