

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1733992623585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/lik/components/bitrix/news/catalog_news_lik/bitrix/news.detail/.default/style.css?17339922677469*/
.slider_block_container {
    margin-top: 40px;
    background-color: #F2F4F6;
    padding-bottom: 40px;
}

.news-detail-c {
    max-width: 1180px;
    margin: 0 auto;
}

.news-detail-c-block-content {
    display: flex;
    justify-content: space-between;
}

@media(max-width:600px) {
    .news-detail-c-block-content {
        display: block;
    }
}

.news-detail-c-block-content-img img {
    object-fit: cover;
    width: 480px;
    height: 322px;

}

@media(max-width:600px) {
    .news-detail-c-block-content-img img {
        width: 100%
    }
}

.news-detail-c-block-content-item {
    display: grid;
    align-items: stretch;
    /* width: 680px; */

}

@media(min-width:600px)
{
    .news-detail-c-block-content-item {
        width:680px;
    }
}



.news-detail-c-block-content-item-online img {
    width: 20px;
    height: 17px;
    margin-right: 15px;
}



.news-detail-c-block-content-item-title h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 131.02%;
}

@media(max-width:600px) {
    .news-detail-c-block-content-item-price {
        display: flex;
    }
}


.news-detail-c-block-content-item-price-t {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.news-detail-c-block-content-item-price-d {

    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;

}

.news-detail-c-block-content-item-button {
    display: flex;

}

.news-detail-c-block-text {
    margin-top: 70px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.news-detail-c-block-content-item-button a {
    text-decoration: none;
    height: fit-content;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 40px;
}

.news-detail-c-block-content-item-button a:first-child {
    background-color: #0194C8;
    border: 1px solid #0194C8;
    color: #ffffff;
    transition: all .3s;
    margin-right: 15px;
}

.news-detail-c-block-content-item-button a:last-child {
    border: 1px solid #D8D8D8;
    color: #575757;
    transition: all .3s;
}

.news-detail-c-block-content-item-button a:last-child:hover{
    background-color: #0194C8;
    color: white;
    border: 1px solid #0194C8;
}

.news-detail-c-block-content-item-button a:first-child:hover {
    color: #0194C8;
    background-color: #ffffff;
}

.block-6-osn-top {
    display: flex;
    justify-content: space-between;
    padding: 72px 0 58px;
}

.block-6-osn-top-title h2 {
    font-weight: 400;
    font-size: 28px;
    margin: unset;
}



.news-detail-c-t {

    background-color: #F2F4F6;
    height: 500px;
    padding-top: 50px;
}

.news-detail-c-table {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
}

.news-detail-c-table li {
    background-color: #ffffff;
    width: 380px;
    height: 100px;
    margin: 5px 10px;
    border-radius: 5px;
    list-style-type: none;
}

.news-detail-c-table a {
    text-decoration: none;

    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: #000000;
}

.slider_block {
    max-width: 1180px;
    margin: 0 auto;
}

.news-list-c-block {
    background-color: white;
    width: 280px;
    height: 400px;
    border: 1px solid #E0E6EC;
    border-radius: 5px;
    margin: 8px;
    transition: all .3s;
}

.news-list-c-block:hover {
    box-shadow: 0px 3px 14px rgba(36, 44, 51, 0.14);
}

.news-list-c-block:hover .news-list-c-block-item-title-tb a {
    color: #0194C8;
}

.news-list-c-block-item-img {
    display: flex;
    height: fit-content;
    width: 100%;
    margin-bottom: 20px;
}

.news-list-c-block-item-img a,
.news-list-c-block-item-img a img {
    width: 100%;
}

.news-list-c-block-item-title-tb {
    display: grid;
    align-content: space-between;
    flex-direction: row;
    height: 149px;
    justify-items: stretch;
}




.news-list-c-block-item-title {
    margin: 0 20px;

}

.news-list-c-block-item-title a {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    text-decoration: none;
    transition: all .3s;
}


.news-list-c-block-item-bp {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;

}

.news-list-c-block-item-bp-price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;


}

.news-list-c-block-item-bp-button button {

    cursor: pointer;
    width: 160px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #0194C8;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #0194C8;
    transition: all .3s;
}

.news-list-c-block-item-bp-button button:hover {

    background-color: #0194C8;
    border: none;
    color: #fff;

}

.slider-button6.mobile {
    display: none;
}

.news-list-c-block-item-img .preview_picture{
    width: 100%;
    height: 200px;
}

@media screen and (max-width: 649px) {
    .news-list-c {
        justify-content: center;
    }

    .news-list-c-block {
        width: 90%;
    }
}


@media(min-width:601px) {
    .mobile {
        display: none;
    }

    .news-detail-c-block-content-item-online {
        display: flex;
        align-items: center;
    }

    .news-detail-c-block-content-item-online-mobile {
        display: none;
    }
}

.detail_picture.mobile {
    display: none;
}

@media screen and (max-width:820px) and (min-width: 600px) {
    .news-detail-c-block-content-item {
        width: 100%;
    }

    .news-detail-c-block-content-item-button {
        order: 5;
    }

    .news-detail-c-block-content-item-price {
        order: 4;
    }

    .news-detail-c-block-content-item-online {
        order: 2;
    }

    .news-detail-c-block-content-item-title {
        order: 1;
    }

    .slider_block {
        margin: 0 10px;
    }

    .news-detail-c {
        margin: 0 10px;
    }

    .detail_picture.desktop {
        display: none;
    }

    .detail_picture.mobile {
        order: 3;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .news-detail-c {
        margin: 0 20px;
    }

    .slider_block {
        margin: 0 20px;
    }

    .news-detail-c-block-content-item-button {
        flex-direction: column;
        order: 5;
    }

    .news-detail-c-block-content-item-price {
        justify-content: space-between;
        padding: 20px 0;
        order: 4;
    }

    .news-detail-c-block-content-item-online {
        order: 2;
        display: flex;
        align-items: center;
        padding: 20px 0;
    }

    .news-detail-c-block-content-item-online p {
        margin: 0;
    }

    .news-detail-c-block-content-item-title {
        order: 1;
    }

    .detail_picture.desktop {
        display: none;
    }

    .detail_picture.mobile {
        order: 3;
        display: block;
        width: 100%;
        height: 100%;
    }

    .news-detail-c-block-content-item-title h3 {
        margin: unset;
    }

    .news-detail-c-block-content-item-button a:first-child{
        margin-right: unset;
        margin-bottom: 15px;
    }

    .news-detail-c-block-content-item-button a {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }

    .slider-button6.desktop {
        display: none;
    }

    .slider-button6.mobile {
        display: flex;
        justify-content: center;
    }
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1733992623585 */
/* /local/templates/lik/components/bitrix/news/catalog_news_lik/bitrix/news.detail/.default/style.css?17339922677469 */
