

/* Start:/bitrix/templates/trendylight_main/components/bitrix/catalog.section.list/od_section_list_index/style.css?1741013220341*/
.catalog_sections a.active {
    opacity: .5;
}

.vitrina-element {
    min-height: 70vh;
    background-size: cover !important;
}

@media (max-width: 1199px) {
    .vitrina-element {
        background-size: contain !important;
    }
}

@media (max-width: 768px) {
    .vitrina-element {
        min-height: 40vh;
    }
}
/* End */


/* Start:/bitrix/templates/trendylight_main/components/bitrix/catalog.section.list/od_section_list_index2/style.css?1766729675296*/
.section-item {
    height: 860px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .section-item {
        height: 500px;
    }
}

.section-items {
    margin-right: -15px;
    margin-left: -15px;
}
/* End */


/* Start:/bitrix/templates/trendylight_main/components/bitrix/system.pagenavigation/my/style.css?17268365861194*/
div.modern-page-navigation { 
	padding: 22px 0;
	font-size: 16px;
}

div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	/*border-left-style: solid;*/
	text-decoration: none;
	padding: 5px 8px;
	color: #5B5B5B;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	/*border-right-style: solid; */
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }

span.modern-page-current { 
	/*font-weight: bold;*/
    background: #BEBEBE;
    border-color: #BEBEBE;
    padding: 2px 8px;
    border-radius: 50%;
    color: white;
    font-weight: bold;

}

.pagination {

    margin-top: 15px !important;
    margin-right: 5px !important;

}

.pagination>li>a {
color: black !important;
color: #5B5B5B !important;
}


.pagination>li.active>a {
color: #9B9B9B !important;
}


.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 3;
    background: none !important;
    border-color: transparent;
}

/*i.fa {font-size: 14px; margin-top; 3px}*/
/* End */


/* Start:/bitrix/templates/trendylight_main/components/bitrix/catalog.section/odegda/style.css?17873411457384*/

.item-catalog a:hover {
    opacity: 1;
}


.item-catalog {
    background: white;
    padding-bottom: 20px;
/*    min-height: 470px;*/
    border:1px solid #ccc;
      padding: 10px 10px 10px;
      border-radius: 7px;
      margin: 0 auto;
      
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-catalog.list {
    min-height: auto;
    background: none;

}

.item-catalog .brend {
    font-size: 11px;
    opacity: .8;

}

.item-catalog img.color{
    height: 20px;
    width: 20px;
    border: 1px rgba(0,0,0, .15) solid;

}

.item-catalog.list:hover{
    box-shadow:none;
}

.item-catalog .h4{
    font-size: 1.2em;
    font-weight: bold;
    min-height: 40px;
}

.item-catalog.list .h4{
    min-height: auto;
}

.item-catalog.list img{
    border-radius: 10px;
}
.item-catalog .btn.modal_w {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 20px 20px !important;
    width: calc(100% - 30px);
    margin-right: 30px;
    border-top: #dee2e6 1px solid;
    padding-top: 8px;
    padding-bottom: 10px;
}

.item-catalog .adress {
    min-height: 70px;
}

.item-catalog .h3 {
    font-weight: bold;
    font-size: 22px;
}

.bi-diamond-fill {
    opacity: .5;
    font-size: 11px;
}

[class^="bi bi-chevron"].item_catalog {
    font-size: 15px;
    width: 20px;
    text-align: center;
    background: rgba(0,0,0, .2);
}


[id^="carusel_catalog_item"] .carousel-control-next,
[id^="carusel_catalog_item"] .carousel-control-prev {
    opacity: .5;
}

.item-catalog img {
    /*cursor: zoom-in;*/
}

.item-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .item-img {
        height: 300px;
    }
}

@media (min-width: 1200px) {
    .item-img {
        height: 340px;
    }
}

.item-img img {
    /* max-height: 100%; */
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.item-img:hover .item-img-hover {
    opacity: 1;
    transform: scale(1.09);
}

.item-img-hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease,transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.item-img-hover img {
    width: 100%;
    object-fit: cover;
}

.catalog_fav {
    font-size: 18px;
    text-align: center;
    /*display: flex;*/
    /*justify-content: flex-end;*/
    /*margin: 20px 0;*/
}

.item-catalog .catalog_fav {
    position: absolute;
    top: 20px;
    right: 20px;
}

.view_stock {
    color: #343A40 !important;
    /* border: 1px dashed #343A40; */
    border: 1px solid #343A40;
    border-radius: 5px;
}

.view_no_stock {
    color: #ed0c0c !important;
    border: 1px solid #ed0c0c;
    border-radius: 5px; 
}

.catalog_fav label {
    padding: 0 !important;
}

.catalog_fav .btn {
    font-size: 22px;
}

.catalog_fav .bi {
    color: #9e9d98;
    text-shadow: black 0 0 1px;
}


.sticky-top.map {
    top: 30px;
    padding: 3px;
}

.shildiki {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    text-align: center;
    z-index: 10;
}

.shildiki div {padding: 3px 7px 3px; border-radius: 5px; margin-bottom: 3px; font-size: 11px; color: white;}

.shildiki .new { background: #00AD58;}
.shildiki .hit { background: #FF8300;}
.shildiki .skidka { background: #ff5656;}
.shildiki .showroom { background: #ffd201;}
.shildiki .recom { background: #007FFF;}

.new_scroll { overflow-y: auto; }
.new_scroll::-webkit-scrollbar, .new_scroll_index::-webkit-scrollbar {
    width: 5px;
    height: 16px;
    background: #eeeeee90;
}

.new_scroll::-webkit-scrollbar-thumb,.new_scroll_index::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .1);
}

.new_scroll::-webkit-scrollbar-track, .new_scroll_index::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .1);
}

.see.new_scroll::-webkit-scrollbar, .new_scroll_index::-webkit-scrollbar {
    width: 2px !important;
}

.new_scroll.see {
    gap: 2%;
}

.new_scroll_index::-webkit-scrollbar-button:end:horizontal:increment,
.new_scroll::-webkit-scrollbar-button:end:horizontal:increment
 {
    background: url(/bitrix/templates/trendylight_main/components/bitrix/catalog.section/odegda/img/scroll_arrow_right.png) center;
    width:25px;
    cursor: pointer;
}

.new_scroll_index::-webkit-scrollbar-button:start:horizontal:decrement,
.new_scroll::-webkit-scrollbar-button:start:horizontal:decrement
 {
    background: url(/bitrix/templates/trendylight_main/components/bitrix/catalog.section/odegda/img/scroll_arrow_left.png)  center;
    cursor: pointer;
    width:25px;
}



.col_my {
    /*min-width: 200px;
    display: inline-block;*/
}

.col_my.see {
    width: 32%;
    display: inline-block;
}
.new_scroll .item-catalog{
    padding-bottom: 0 !important;
    min-height: auto !important;
}
.new_scroll  .catalog_fav {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 18px;
    z-index: 10;
}

.item-catalog  .carousel-control-prev, .item-catalog .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: end;
    -ms-flex-pack: center;
    justify-content: center;
     width: auto; 
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.item-catalog-cart {
    width: 70%;
}

/* Product names in catalog cards */
.products-container .item-catalog > a.text-dark.d-block.position-relative:not(.temp_1),
.products-container .item-catalog > a.text-dark.d-block.position-relative:not(.temp_1) > *,
.item-catalog > a.text-dark.d-block.position-relative:not(.temp_1),
.item-catalog > a.text-dark.d-block.position-relative:not(.temp_1) > * {
    font-family: "Onest", Arial, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
}

/* Buttons and action links in catalog cards */
.products-container .item-catalog .view__property_href,
.products-container .item-catalog .btn,
.products-container .item-catalog button,
.products-container .item-catalog input[type="button"],
.products-container .item-catalog input[type="submit"],
.item-catalog .view__property_href,
.item-catalog .btn,
.item-catalog button,
.item-catalog input[type="button"],
.item-catalog input[type="submit"] {
    font-family: "Onest", Arial, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.view__property {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.view__property_href {
    color: #343A40 !important;
    /* border: 1px dashed #343A40; */
    border: 1px solid #343A40;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px 5px;
    line-height: 24px    
}
.view__property_href:hover {
    background: #343A40;
    color: #FFF!important;
}
span.view__property_priceOld {
    text-decoration: line-through;
    opacity: 0.5;
}


@media (max-width: 762px) {
    .item-img img {
        position: inherit;
        left: inherit;
        top: inherit;
        transform: none;
    }

    .slick-dots-white.slick-dots-see {
        display: block!important;
    }
}

/* End */


/* Start:/bitrix/templates/trendylight_main/components/bitrix/news.list/od_index_plitki_priem/style.css?1726836586114*/
.index_priem {
	color: white;
}

.index_priem  img{
	opacity: .5;
}

.index_priem .text{
	opacity: .9;
}
/* End */
/* /bitrix/templates/trendylight_main/components/bitrix/catalog.section.list/od_section_list_index/style.css?1741013220341 */
/* /bitrix/templates/trendylight_main/components/bitrix/catalog.section.list/od_section_list_index2/style.css?1766729675296 */
/* /bitrix/templates/trendylight_main/components/bitrix/system.pagenavigation/my/style.css?17268365861194 */
/* /bitrix/templates/trendylight_main/components/bitrix/catalog.section/odegda/style.css?17873411457384 */
/* /bitrix/templates/trendylight_main/components/bitrix/news.list/od_index_plitki_priem/style.css?1726836586114 */
