

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?15905981812917*/
.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/olissys2023/components/bitrix/news/catalog_new2026/bitrix/news.list/.default/style.css?178175609812424*/
@media (max-width: 79.9375em) {
    .aside__row {
        padding: 100px 20px;
        padding-bottom:0px;
    }
    .aside__body {
        padding-bottom:40px;
    }
}

/* === COMPARE BOX === */
.compare__box {
    z-index: 2;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
    position: absolute;
    right: 20px;
    top: 20px;
}
.compare__label svg {
    fill: #fff;
}
.compare__label {
    margin: 0;
    transition: all .3s;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compare__checkbox {
    display: none;
}
.product__tabs-row .column-product__slide {
    position: relative;
}
.compare__box:has(.compare__checkbox:disabled) {
    opacity: 0.6;
    cursor: wait;
}

/* === CATALOG MATERIALS === */
.catalog-materials {
    display: flex;
    flex-direction: column;
    gap: 55px;
    margin-bottom: 55px;
}
@media (max-width: 767px) {
    .catalog-materials {
        gap: 20px;
        margin-bottom: 20px;
    }
}

/* === CATALOG CARDS === */
.cat .cat-1 {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}
.cat .cat-1 .cat2 {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 24px 0;
    border-radius: 5px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EFEFEF 100%);
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .15);
}
.cat .cat-1 .cat2:hover {
    box-shadow: 0px 10px 18px rgba(0, 0, 0, .15);
}
.cat .img3,
.cat .img2 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cat .cat-1 .cat2 img {
    display: block;
    float: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 168px;
    object-fit: cover;
}
.cat .cat-1 .cat2 .text-1 {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #666666;
    margin: 4px 0 15px;
    display: block;
}
.cat .cat-1 .cat2 a.text-1 {
    text-decoration: none;
}
.cat .cat-1 .cat2 a.text-1:hover {
    color: #2D9CDB;
}
.cat .cat-1 .cat2 .text-2 {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    display: block;
    margin-bottom: 30px;
}
.cat .cat-1 .cat2 .a3 {
    background: linear-gradient(180deg, #009EE2 1.14%, #3180BD 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .15);
    border-radius: 3.94958px;
    font-style: normal;
    font-weight: 500;
    font-size: 14.2185px;
    line-height: 16px;
    color: #F2F2F2;
    text-transform: uppercase;
    border: none;
    padding: 6px 12px;
    margin-right: 0px;
    transition: none;
}
.cat .cat-1 .cat2 .a3:hover {
    background: linear-gradient(180deg, #3180BD 1.14%, #009EE2 100%);
    color: #F2F2F2;
}
.cat .cat-1 .cat2 .a3.buy_btn_cat_done {
    font-size: 12px;
    padding: 6px 10px;
}
.cat .cat-1 .cat2 .prise {
    position: relative;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #FF8A00;
    white-space: nowrap;
    width: 50%;
}
.cat .cat-1 .cat2 .prise .prise-old {
    position: absolute;
    bottom: 95%;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 14px;
    color: #666666;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.cat .cat-1 .cat2 .prise .prise-old span:first-child {
    font-size: 12px;
}
.cat .cat-1 .cat2 .prise .prise-old span:last-child {
    text-decoration-line: line-through;
}

/* === CAT ZAG (header card) === */
.cat .cat-1 .cat-zag {
    display: block;
    float: left;
    width: 100%;
    height: 272px;
    background: linear-gradient(to top, #009EE2, #005EA1);
    border-radius: 5px;
    margin-bottom: 23px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 15%);
}
.cat .cat-1 .cat-zag .text-1 {
    display: block;
    float: left;
    width: 100%;
    font-family: 'DIN Pro Cond', sans-serif;
    font-size: 14px;
    line-height: 9px;
    color: #B3B3B3;
    padding: 82px 0 0 0;
    text-align: center;
}
.cat .cat-1 .cat-zag .text-2 {
    display: block;
    float: left;
    width: 100%;
    font-family: 'DIN Pro Black', sans-serif;
    font-size: 77px;
    line-height: 1;
    color: #ffffff;
    padding: 7px 0 0 0;
    text-align: center;
}
.cat .cat-1 .cat-zag .text-3 {
    display: block;
    float: left;
    width: 100%;
    font-family: 'DIN Pro Cond', sans-serif;
    font-size: 13px;
    line-height: 9px;
    color: #B3B3B3;
    text-align: center;
    letter-spacing: 19px;
    padding-top: 11px;
    padding-left: 9px;
}

/* === CARD WRAPPER === */
.cat-card-wrp {
    padding: 22px;
    display: flex;
    flex-direction: column;
    height: 208px;
    justify-content: space-between;
    width: 100%;
}
.price-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
    position: relative;
    flex-wrap: nowrap;
}
.row-price {
    width: 100%;
    display: flex;
}
.list-btn-buy {
    width: 100%;
    margin-top: 8px;
    position: relative;
    display: flex;
}
.list-btn-buy .buy_btn_cat,
.list-btn-buy .buy_btn_cat_done {
    font-size: 14px !important;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

/* === HOVER CARD EXPANSION === */
.cat .cat-1 .cat2,
.sec-confs .content-columns .item {
    height: 375px;
}
.cat .cat-1 .cat2 .text-2 {
    display: none;
    transition: none;
}
.cat .cat-1 .cat2 .text-1 {
    margin: 4px 0 0;
    max-height: 60px;
    min-height: 60px;
    overflow: hidden;
}
.cat .cat-1 .cat2:hover {
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.25);
    background: #fff;
    z-index: 2;
}
.cat .cat-1 .cat2:hover .cat-card-wrp {
    position: absolute;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EFEFEF 100%);
    box-shadow: 0px 27px 25px rgba(0, 0, 0, 0.23);
    height: auto;
}
.cat .cat-1 .cat2:hover .text-1 {
    margin: 4px 0 15px;
    max-height: initial;
    min-height: initial;
}
.cat .cat-1 .cat2:hover .text-2 {
    display: block;
    min-height: 32px;
}

/* === CARD TOP PROPERTIES (hover reveal) === */
.cat-card-wrp-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cat-card-wrp-top-properties {
    display: none;
    transition: none;
}
.cat .cat-1 .cat2:hover .cat-card-wrp-top-properties {
    display: flex;
}
.cat .cat-1 .cat2:hover .text-1 {
    margin: 4px 0 0;
}
.cat .cat-1 .cat2:hover .text-2 {
    min-height: 0;
    margin-bottom: 0;
}
.cat .cat-1 .cat2:hover .cat-card-wrp-top {
    min-height: 100px;
}
.cat-card-wrp-top-properties {
    flex-direction: column;
    gap: 12px;
}
.cat-card-wrp-top-properties-item {
    display: flex;
    flex-direction: column;
}
.cat-card-wrp-top-properties-item-name {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
}
.cat-card-wrp-top-properties-item-value {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}

/* === IMAGE HOVER === */
.cat2 .img2 {
    width: 100%;
    float: none;
    display: block;
    height: 168px;
    background-size: 100% !important;
    transition: all .5s;
}
.cat2 .img3 {
    width: 100%;
    float: none;
    display: block;
    height: 168px;
    background-size: 100% !important;
    transition: all .5s;
    position: absolute;
    opacity: 0;
    top: 0;
}
.cat2:hover .img3 {
    opacity: 1;
}
.column-product__img .img2 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .5s;
    background-size: 100% !important;
}
.column-product__img .img2 img {
    object-fit: cover;
}
.column-product__slide:hover .column-product__img .img2 {
    opacity: 1;
}
.column-product__content--new {
    padding: 43px 51px 53px 51px;
}

/* === NEW GRID === */
.new-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 375px);
    min-height: 0;
    min-width: 0;
    padding: 0 11px;
    margin-bottom: 15px;
}
.new-grid .item.bg {
    margin: 0;
}
.new-grid .cat-1 .cat2 {
    margin-bottom: 0;
}
.gallery-item {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 5px;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* === CATALOG GALLERY (mobile swiper) === */
.catalog-gallery {
    display: none;
    margin: 0 -15px 15px -15px;
    position: relative;
}
.catalog-gallery .swiper-slide {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    min-width: calc(100% - 28px) !important;
}
.catalog-gallery__i {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.catalog-gallery__i img {
    width: 100%;
}
.catalog-gallery .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}
.catalog-gallery .swiper-pagination-bullet-active {
    opacity: .2;
}

/* === PRODUCT LINKS === */
.product__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 0 0 30px;
}
.product__links a {
    display: inline-block;
    white-space: nowrap;
    padding: 10px 20px;
    border-radius: 20px;
    background: var(--grey);
    line-height: 1;
    font-size: 1rem;
    transition: all .3s;
}
.product__links a:hover {
    background: var(--blue);
    color: #fff;
}

/* === RESPONSIVE === */
@media (max-width: 1179px) {
    .cat .cat-1 .cat2 .prise {
        font-size: 18px;
    }
}
@media (min-width: 1024px) and (max-width: 1169px) {
    .cat-card-wrp {
        padding: 12px;
    }
    .cat .cat-1 .cat2 .prise {
        font-size: 17px;
    }
}
@media screen and (max-width: 800px) {
    .cat .cat-1 .cat2 img {
        height: 100%;
    }
    .new-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .new-grid .item.bg {
        grid-row: 1 / 5;
    }
    .new-grid .cat-1 .cat2 {
        margin: 0;
    }
}
@media (max-width: 813px) {
    .cat2 .img2 {
        height: 250px;
        background-size: cover !important;
    }
    .cat2 .img3 {
        height: 250px;
        background-size: cover !important;
    }
    .cat .cat-1 .cat2 .prise {
        float: right;
    }
    .cat .cat-1:nth-child(3n) {
        margin-right: 2%;
    }
    .cat .cat-1 .cat2 .prise .prise-old span:last-child {
        font-size: 13px;
    }
    .cat .cat-1 .cat2 .prise .prise-old {
        justify-content: flex-start;
    }
    .cat .cat-1 .cat2 .prise .prise-old span:first-child {
        margin-right: 5px;
    }
    .cat-card-wrp {
        padding: 22px 22px 32px 22px;
    }
}
@media (max-width: 767px) {
    .cat .cat-1 .cat2 .text-2 {
        display: block;
    }
    .cat .cat-1 .cat2,
    .sec-confs .content-columns .item {
        height: initial;
    }
    .cat-card-wrp {
        height: auto;
        display: block;
    }
    .cat .cat-1 .cat2 .text-1 {
        margin: 4px 0 15px;
        max-height: initial;
        min-height: initial;
    }
    .cat .cat-1 .cat2:hover .cat-card-wrp {
        position: relative;
        box-shadow: none;
    }
    .cat-card-wrp-top-properties {
        display: flex;
    }
    .cat .cat-1 .cat2 .text-1 {
        margin: 4px 0 0;
    }
    .cat .cat-1 .cat2 .text-2 {
        min-height: 0;
        margin-bottom: 0;
    }
    .list-btn-buy .buy_btn_cat,
    .list-btn-buy .buy_btn_cat_done,
    .cat-card-wrp-bottom .price-wrp .a3 {
        font-size: 12px !important;
    }
}
@media (max-width: 600px) {
    .cat .cat-1 .cat2 .prise {
        float: right;
    }
}
@media (max-width: 564px) {
    .catalog-gallery {
        display: block;
    }
    .new-grid {
        display: block;
    }
    .new-grid .item.bg picture {
        position: initial !important;
    }
    .new-grid .item.bg {
        margin-bottom: 15px;
    }
    .new-grid .gallery-item {
        display: none;
    }
    .new-grid .cat-1 {
        margin-bottom: 15px;
    }
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?15905981812917 */
/* /local/templates/olissys2023/components/bitrix/news/catalog_new2026/bitrix/news.list/.default/style.css?178175609812424 */
