

/* Start:/local/templates/maneken/components/bitrix/system.pagenavigation/.default/style.css?17847116312118*/
.pagination {
	width: 440px;
	margin: 40px auto 0;
}

.pagination__btn {
	width: 100%;
}

.pagination-block {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 24px;
}

.pagination__prev,
.pagination__next {
	display: flex;
	width: 28px;
	height: 28px;
	background: url(/local/templates/maneken/assets/img/icons/icon-arrow-brown.svg) var(--light-grey) 50% 50%/85% no-repeat;
	cursor: pointer;
}

/* .pagination__prev.active,
.pagination__next.active {
	background: url(/local/templates/maneken/assets/img/icons/icon-arrow-white.svg) #635148 50% 50%/85% no-repeat;
} */

.pagination__prev:hover,
.pagination__next:hover {
	background: url(/local/templates/maneken/assets/img/icons/icon-arrow-white.svg) var(--default-color) 50% 50%/85% no-repeat;
}

.pagination__prev {
	transform: rotate(180deg);
}

.pagination__pages {
	display: flex;
	gap: 8px;
}

.pagination__page {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 28px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
}

.pagination__page:hover {
	background: var(--light-grey);
}
span.pagination__page:hover {
	background: transparent;
}

.pagination__page.current {
	background: var(--light-color);
}

@media (max-width: 1919px) {
	
	.pagination {
		width: 344px;
		margin: 36px auto 0;
	}
}

@media (max-width: 1511px) {

	.pagination {
		width: 296px;
		margin: 32px auto 0;
	}
	
	.pagination__prev,
	.pagination__next {
		width: 24px;
		height: 24px;
	}
	
	.pagination__page {
		width: 24px;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
	}
}

@media (max-width: 1279px) {

	.pagination {
		width: 260px;
		margin: 28px auto 0;
	}
}

@media (max-width: 1132px) {

	.pagination {
		width: 100%;
		margin: 20px auto 0;
	}
	
	.pagination-block {
		margin-top: 20px;
	}
	
	.pagination__prev,
	.pagination__next {
		width: 28px;
		height: 28px;
	}
	
	.pagination__page {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}	
}

/* End */


/* Start:/local/templates/maneken/components/bitrix/catalog.top/popular-collections/section/themes/blue/style.min.css?1784711631702*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-top-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/maneken/components/bitrix/catalog.top/main-collections/section/themes/blue/style.min.css?1784711631702*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-top-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/maneken/components/bitrix/catalog.top/popular-video/section/style.css?17854218623471*/

.video__popup__links {
	background: #fff;
    padding: 20px;
}
.video__popup__links__title {
	    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
}
@media (max-width: 1279px) {
    .video__popup__links__title {
        font-size: 12px;
    }
}
.portfolio__card {
	display: block;
	position: relative;
	cursor: pointer;
}

.portfolio__card-photo {
	position: relative;
}

.portfolio__card-photo img {
	width: 100%;
	object-fit: contain;
}

.portfolio__card-info {
	width: 100%;
	padding: 12px 8px 0;
	position: absolute;
	background: transparent;
	bottom: 0;
	transition: all 0.5s ease-out;
}

.portfolio__card-name {
	font-size: 18px;
	line-height: 120%;
	height: 44px;
	overflow: hidden;
	margin-top: 12px;
}

.portfolio__video-play-btn {
	display: flex;
	align-items: center;
    justify-content: center;
	position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 36px;
    height: 36px;
	background-color: var(--light-color);
    border-radius: 50%;
    
}

.portfolio__video-play-btn::after {
	content: "";
    background: url(/local/templates/maneken/assets/img/icons/icon-play.svg) 50% 50% / 100% no-repeat;
    display: block;
    width: 20px;
    height: 20px;
}

.video__popup-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
    top: 0;
    left: 0;
	background: rgba(99, 81, 72, 0.70);
	backdrop-filter: blur(4px);
	z-index: 100;
}

.video__popup {
	position: relative;
	width: 100%;
	height: 100%;
}

.video__content {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
}

.video__popup-close {
	position: absolute;
	top: 24px;
	right: 24px;
	display: flex;
    align-items: center;
    background: transparent;
    border: none;
}

.video__popup-close:after {
    display: block;
    content: '';
    width: 36px;
    height: 36px;
    background: url(/local/templates/maneken/assets/img/icons/icon-close.svg) var(--light-color) 50% 50% / 45% no-repeat;
    border-radius: var(--default-border-radius);
}

.video__content video {
	height: 75%;
}


@media (max-width: 1919px) {

	.portfolio__title {
		font-size: 24px;
	}

	.portfolio__filter {
		margin-bottom: 36px;
	}
	
	.portfolio__filter-value-text {
		font-size: 14px;
		padding: 8px;
	}
}

@media (max-width: 1511px) {

	.portfolio__title {
		font-size: 20px;
		margin-bottom: 28px;
	}
	
	.portfolio__filter {
		margin-bottom: 28px;
	}

	.portfolio__filter-params.owl-carousel .owl-nav button.owl-prev {
		right: 30px;
	}
	
	.portfolio__filter-value-text {
		font-size: 12px;
		line-height: 16px;
	}
	
	.portfolio__items {
		row-gap: 32px;
	}
	
	.portfolio__card-name {
		font-size: 14px;
		height: 34px;
		margin-top: 8px;
	}
}

@media (max-width: 1279px) {

	.portfolio__title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.portfolio__filter {
		margin-bottom: 20px;
	}
	
	.portfolio__items {
		row-gap: 28px;
	}

	.portfolio__card-name {
		font-size: 12px;
		height: 28px;
	}
}

@media (max-width: 1132px) {

	.portfolio__items {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 8px;
		row-gap: 20px;
	}	


}

@media (max-width: 600px) {

	.portfolio__items {
		grid-template-columns: repeat(1, 1fr);
	}

	.video__content video {
		height: 80%;
		width: 85%;
	}
	.portfolio__card {
	    display: block;
	    position: relative;
	    cursor: pointer;
	    width: 240px;
	}
}
/* End */


/* Start:/local/templates/maneken/components/bitrix/catalog.top/popular-video/section/themes/blue/style.css?1785412653821*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-top-header{border-color:#006cc0;}
/* End */
/* /local/templates/maneken/components/bitrix/system.pagenavigation/.default/style.css?17847116312118 */
/* /local/templates/maneken/components/bitrix/catalog.top/popular-collections/section/themes/blue/style.min.css?1784711631702 */
/* /local/templates/maneken/components/bitrix/catalog.top/main-collections/section/themes/blue/style.min.css?1784711631702 */
/* /local/templates/maneken/components/bitrix/catalog.top/popular-video/section/style.css?17854218623471 */
/* /local/templates/maneken/components/bitrix/catalog.top/popular-video/section/themes/blue/style.css?1785412653821 */
