

/* Start:/local/templates/novosvetskiy/components/bitrix/news.list/home_equipment/style.css?17865120987077*/
/* Home equipment */
.home-equipment {
    background-color: #ffffff;
}

.home-equipment__heading {
    margin-bottom: 28px;
}

.home-equipment__lead {
    width: 100%;
    max-width: 980px;
    margin: 0;
    color: #656b72;
    font-size: 15px;
    line-height: var(--home-text-line-height);
}

.home-equipment__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 28px 0;
}

.home-equipment__card {
    display: flex;
    grid-column: span 2;
    min-width: 0;
    flex-direction: column;
    padding: 0 28px 32px;
    border-right: 1px solid #dce7ee;
    border-bottom: 1px solid #dce7ee;
}

.home-equipment__card:nth-child(3) {
    border-right: 0;
}

.home-equipment__card:nth-child(4) {
    grid-column: 2 / span 2;
    border-bottom: 0;
}

.home-equipment__card:nth-child(5) {
    grid-column: 4 / span 2;
    border-right: 0;
    border-bottom: 0;
}

.home-equipment__media {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    background-color: #ffffff;
}

.home-equipment__media img,
.home-equipment__featured-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-equipment__media img {
    object-fit: contain;
}

.home-equipment__featured-media img {
    object-fit: cover;
}

.home-equipment__body {
    padding: 18px 0 0;
}
.home-equipment__body h3,
.home-equipment__featured-body h3,
.home-equipment__footer h3 {
    color: var(--TEXT_COLOR);
}

.home-equipment__body h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.3;
}

.home-equipment__body p,
.home-equipment__featured-body p {
    margin: 0;
    color: #656b72;
    font-size: 15px;
    line-height: 1.55;
}

.home-equipment__body p {
    font-size: 14px;
    line-height: 1.5;
}

.home-equipment__featured {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    min-height: 360px;
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid #cfe3f0;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(8, 43, 73, 0.04);
}

.home-equipment__featured-media {
    height: 360px;
    min-height: 0;
    overflow: hidden;
    background-color: #eaf2f7;
}

.home-equipment__featured-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 38px 42px;
}

.home-equipment__label {
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    background-color: #eaf6ff;
    color: var(--OPTION_BASE_COLOR);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.home-equipment__featured-body h3 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.25;
}

.home-equipment__featured-body p {
    max-width: 560px;
}

.home-equipment__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    margin-top: 24px;
    padding: 26px 28px;
    border: 1px solid #cfe3f0;
    border-radius: 12px;
    background-color: #ffffff;
}

.home-equipment__footer h3 {
    margin: 0 0 7px;
    font-size: 20px;
    line-height: 1.3;
}

.home-equipment__footer p {
    max-width: 720px;
    margin: 0;
    color: #656b72;
    font-size: 15px;
    line-height: 1.5;
}

.home-equipment__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
}

.home-equipment__actions .btn {
    margin: 0;
    text-align: center;
}

.home-equipment__actions .color1 {
    font-weight: 600;
}

body.SITE_THEME_DARK .home-equipment,
body.SITE_THEME_DARK .home-equipment__featured,
body.SITE_THEME_DARK .home-equipment__footer {
    background-color: var(--THEME_DARK_BG_ITEM_COLOR);
}

body.SITE_THEME_DARK .home-equipment__card,
body.SITE_THEME_DARK .home-equipment__featured,
body.SITE_THEME_DARK .home-equipment__footer {
    border-color: var(--THEME_DARK_LINE_COLOR);
}

@media screen and (max-width: 1348px) {
    .home-equipment > .content_container {
        box-sizing: border-box;
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .home-equipment__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 0;
    }

    .home-equipment__card,
    .home-equipment__card:nth-child(4),
    .home-equipment__card:nth-child(5) {
        grid-column: auto;
        padding: 0 24px 28px;
        border-right: 0;
        border-bottom: 1px solid #dce7ee;
    }

    .home-equipment__card:nth-child(odd) {
        border-right: 1px solid #dce7ee;
    }

    .home-equipment__card:nth-child(5) {
        grid-column: 1 / -1;
        width: calc(50% - 12px);
        justify-self: center;
        border-right: 0;
        border-bottom: 0;
    }

    .home-equipment__featured {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .home-equipment__featured-body {
        padding: 30px;
    }

    .home-equipment__footer {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .home-equipment__actions {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .home-equipment__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .home-equipment__card,
    .home-equipment__card:nth-child(odd),
    .home-equipment__card:nth-child(4),
    .home-equipment__card:nth-child(5) {
        grid-column: auto;
        width: auto;
        padding: 0 0 24px;
        border-right: 0;
        border-bottom: 1px solid #dce7ee;
    }

    .home-equipment__card:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .home-equipment__media {
        aspect-ratio: 16 / 10;
    }

    .home-equipment__body {
        padding-top: 16px;
    }

    .home-equipment__featured {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    .home-equipment__featured-media {
        height: 260px;
    }
}

@media screen and (max-width: 575px) {
    .home-equipment > .content_container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-equipment__heading {
        margin-bottom: 22px;
    }

    .home-equipment__media {
        aspect-ratio: 4 / 3;
    }

    .home-equipment__body h3 {
        margin-bottom: 7px;
        font-size: 18px;
    }

    .home-equipment__body p {
        font-size: 14px;
        line-height: 1.45;
    }

    .home-equipment__featured-media {
        height: 220px;
    }

    .home-equipment__featured-body {
        padding: 24px 20px;
    }

    .home-equipment__featured-body h3 {
        font-size: 22px;
    }

    .home-equipment__footer {
        gap: 20px;
        padding: 22px 20px;
    }

    .home-equipment__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .home-equipment__actions .btn {
        width: 100%;
    }

    .home-equipment__actions .color1 {
        text-align: center;
    }
}
/* /Home equipment */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/news.list/photo_section/style.css?17860183552688*/
.slider_photo {margin-bottom: 20px;}
.slider_photo .owl-stage-outer {padding-bottom: 10px;}

.slider_photo .item {
    overflow: hidden; 
    width: 300px; 
    height: 200px; 
    margin: 0 15px 15px 0;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #edeef0;

}
.slider_photo .item > a{display: block; width: 100%; height: 100%;}
.slider_photo .item img {width: 100%; height: 100%;}
.slider_photo .item.owl-carousel img {object-fit: contain;}

.slider_photo .owl-dots {bottom: 0!important;}


body.SITE_THEME_DARK .slider_photo .item {border: 1px solid var(--THEME_DARK_LINE_COLOR);}


@media screen and (min-width: 1350px){
    .slider_photo.owl-theme .owl-nav button.owl-prev {left: -65px;}
    .slider_photo.owl-theme .owl-nav button.owl-next {right: -65px;}
}
@media screen and (max-width: 1300px){
    .slider_photo.owl-theme .owl-nav button.owl-prev {left: 0;}
    .slider_photo.owl-theme .owl-nav button.owl-next {right: 0;}   
}
/*.col-lg-*/
@media screen and (max-width: 1200px) {
    
}

/*.col-md-*/
@media screen and (max-width: 991px){
   
}

/*.col-sm-*/
@media screen and (max-width: 767px){

}

/*.col-*/
@media screen and (max-width: 575px){   

}

/* Home about gallery */
.home-about-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(180px, 0.75fr);
    gap: 16px;
    height: 360px;
    min-height: 0;
}

.home-about-gallery-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
}

.home-about-gallery-item--primary {
    grid-column: 1;
}

.home-about-gallery-item--secondary {
    grid-column: 2;
}

.home-about-gallery-item--hidden {
    display: none;
}

.home-about-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.home-about-gallery-item:hover img {
    transform: scale(1.025);
}

.home-about-gallery--single {
    grid-template-columns: minmax(0, 1fr);
}

.home-about-gallery--single .home-about-gallery-item--primary {
    grid-column: 1 / -1;
}

@media screen and (max-width: 1200px) {
    .home-about-gallery {
        grid-template-columns: minmax(0, 1.5fr) minmax(160px, 0.75fr);
        height: 320px;
    }
}

@media screen and (max-width: 991px) {
    .home-about-gallery {
        max-width: 720px;
        height: 320px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .home-about-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        height: 210px;
    }
}
/* /Home about gallery */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/news.list/answers_cat/style.css?17836718531980*/
.answers h3 {margin-top: 30px;}
.answers {margin: 0;}
.answers .item {
    margin: 0 0 5px 0;
    padding: 20px 30px 25px 30px; 
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f8f9fb;
}
.answers .item .name a {font-size: 1.1rem; font-weight: 500; text-decoration: none; padding-right: 30px;}
.answers .item a {color: #000; display: block;}
.answers .list .item a.active {color: #000099;}

.answers .item .answer {display: none; padding: 20px 0 0 0; color: #333333;}
.answers .item .answer a {color: #333333;}



.answers .expand_btn {
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;  
}
.answers .item:hover .expand_btn {background-color: var(--OPTION_BASE_COLOR);}
.answers .item:hover .expand_btn svg path {stroke: #FFF}
.answers .item.active .expand_btn
{
    -ms-transform:rotate(135deg); 
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
   
}

/*Темная тема*/
body.SITE_THEME_DARK .answers .item {background-color: var(--THEME_DARK_BG_ITEM_COLOR);}
body.SITE_THEME_DARK .answers .item a, body.SITE_THEME_DARK .answers .item a:hover, body.SITE_THEME_DARK .answers .item .answer {color: var(--TEXT_COLOR_LiGHT)}


@media screen and (max-width: 1348px)
{

}


/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
       
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
     
}
/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{
    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    .answers .item .name a {font-size: 1rem; font-weight: 500;}
}
/*.col-*/
@media screen and (max-width: 575px)
{
    
}
/* End */
/* /local/templates/novosvetskiy/components/bitrix/news.list/home_equipment/style.css?17865120987077 */
/* /local/templates/novosvetskiy/components/bitrix/news.list/photo_section/style.css?17860183552688 */
/* /local/templates/novosvetskiy/components/bitrix/news.list/answers_cat/style.css?17836718531980 */
