

/* Start:/local/templates/redisigne/components/bitrix/catalog/main/style.min.css?1772442316959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.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:5px 15px;border-bottom:2px solid #d9dee6;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}
/* End */


/* Start:/local/components/sotbi/recommendations/templates/.default/style.css?17724423161371*/
.rec-preloader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 40px;
}

.rec-preloader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 8px;
    background: var(--pink);
    animation: rec-preloader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.rec-preloader div:nth-child(1) {
    left: 0;
    animation-delay: -0.24s;
}

.rec-preloader div:nth-child(2) {
    left: 12px;
    animation-delay: -0.12s;
}

.rec-preloader div:nth-child(3) {
    left: 24px;
    animation-delay: 0;
}

@keyframes rec-preloader {
    0% {
        top: 8px;
        height: 32px;
    }

    50%,
    100% {
        top: 24px;
        height: 16px;
    }
}

.card-list--loading {
    pointer-events: none;
    animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 0.1;
    }
}


@media screen and (max-width: 768px) {
    .recs .catalog-block {
        width: auto;
        overflow-x: scroll;
    }
    .recs .card-list .card-list__item {
        min-width: 70%;
        margin-right: 10px !important;
    }
    .recs .card-list {
        flex-wrap: nowrap;
    }
    .recs .card-list:not(.card-list--group) .card-item__info {
        min-height: 60px !important;
    }                
}
/* End */


/* Start:/local/templates/redisigne/components/bitrix/system.pagenavigation/custom/style.css?17724423163684*/
.bx-pagination__layout {
    position: fixed;
    background-color: rgba(var(--white--rgb),.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .25s ease;
    z-index: 998;
}
.bx-pagination__layout.active {
    opacity: 1;
    pointer-events: all;
}
.bx-pagination__layout:after {
    position: absolute;
    content: ' ';
    background-image: url('/local/templates/redisigne/components/bitrix/system.pagenavigation/custom/img/ajax-loader.gif');
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.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: var(--white);
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: var(--darkest-gray);
	font-size: 14px;
	border-radius: var(--border-radius-xl);
	border: 1px solid var(--pink);
	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: var(--border-radius-xl);
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: var(--pink);
	color: var(--white);
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: var(--pink);
	color: var(--white);
}
.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: var(--white);
	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: var(--white);
	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: var(--white);
	border-color: #DADADA;
	color: var(--black);
}
.bx-pagination--disabled {
	pointer-events: none;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: var(--pink);
	color: var(--white);
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: var(--white);
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: var(--white);
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: var(--white);
}

/* End */
/* /local/templates/redisigne/components/bitrix/catalog/main/style.min.css?1772442316959 */
/* /local/components/sotbi/recommendations/templates/.default/style.css?17724423161371 */
/* /local/templates/redisigne/components/bitrix/system.pagenavigation/custom/style.css?17724423163684 */
