

/* Start:/local/components/all4it/news.section/templates/.default/style.css?17388237285479*/
.hidden{
    display: none !important;
}
.news-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column: 1 / 5;
    justify-content: flex-start;
    width: 1350px;
    margin-left: 3.5%;

}
.content-wrapper {
    border-radius: 20px;
    margin-left: 5%;
}
.content-wrapper h1 {
    margin-left: 4.5%;

}
.news-wrapper .card-news {
    display:flex;
    width: 398px;
    height: 408px;
    background-color: white;
    margin-left: 16px;
    margin-top: 25px;
    border-radius: 24px;
    flex-direction: column;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.news-wrapper .card-news:hover {
    box-shadow: 0 10px 20px #b0cfe0;
    transform: translateY(-5px);
}
.news-container {
    --container-max-width-native: 1800px;
    justify-content: space-between;
}
.news-wrapper .card-news .card-product__head {
    position: relative;
}
.news-wrapper .card-news .card-product__inner,
.news-wrapper .card-news .card-product__body,
.news-wrapper .card-news .card-product__img {
    width: 100%;
    border-radius: 24px 24px
}
.news-wrapper .card-news .card-news__img {
    height: 250px;
}

.news-wrapper .card-news .card-news__img img {
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 24px 24px 0 0;
    width: 100%;
}
.news-wrapper .card-news .card-product__inner {
    box-shadow: 30px 45px 20px -35px rgba(176, 207, 224, 1);
}
.news-pagination {
    margin-top: 3%;
    margin-bottom: 8%;
}
.news-wrapper .card-news .card-product__footer {
    margin: 8%;
    display: flex;
    flex-direction: column;
}

.data-block {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color:#636363;
    order: 1;
    margin-right: 255px;
    margin-bottom: 10px;

}
.news-container {
    display:block !important;
}

.info-block {
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color:#0F6DA1;
    order: 2;
    width:100%;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pagination-news {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3%;
    margin-bottom: 4%;
}
.news-page {
    padding-top: 40px;
    background-color: #f0f9ff;
}

.news-page__content {
    width: calc(100% - 350px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.news-page-header{
    width:300px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    padding-left: 65px;
}

.news-page-header__title {
    margin-block: 0;
    font-size: 32px;
    font-weight: 700;
    color: #0f6da1;
}

.card-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border-radius: 24px 24px;
    box-shadow: 30px 45px 20px -35px rgba(176, 207, 224, 1);
}

.card-news__body {
    width: 100%;
    border-radius: 24px 24px;
}

.card-news__img {
    height: 250px;
    width: 100%;
    border-radius: 24px 24px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-news__footer {
    display: -ms-flexbox;
    -webkit-box-align: center;
    align-items: center;
    margin: 8%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 600px) {
    .news-wrapper {
        flex-direction: column;
        margin-left: unset !important;
    }

    .news-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }

    .content-wrapper {
        height: 100%;
        margin-left: -17%;
        border-radius: 20px;
    }

    .content-wrapper {
        height: 100%;
        margin-top: 0 !important;
        margin-left: 0 !important;
        display: flex;
        width: unset !important;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .news-wrapper .card-news {
        display: flex;
        width: 100%;
        height: 408px;
        background-color: white;
        margin-left: 0 !important;
        margin-top: 25px;
        border-radius: 24px;
        flex-direction: column;
        transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    .content-wrapper h1 {
        margin-top: 15%;
        margin-left: 5%;
    }

    .news-page-header {
        width: 300px;
        margin-bottom: 0 !important;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 0 !important;
        padding-left: 13px;
    }

    .catalog-page>.container {
        display: unset !important;
    }
}
.news-page__title{
    margin-block: 0 0 !important;
}
.news-page-card__description{
    max-width:344px ;
}
/* End */


/* Start:/local/templates/westcomp/components/bitrix/breadcrumb/.default/style.css?17388237282208*/
.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;
	color: #0F6DA1;
}

#bx_breadcrumb {
	color: black !important;
	font-size: 13px !important;
}


.bx-breadcrumb-item {
	font-size: 13px;
}

.bx-breadcrumb-item span {
	font-family: Montserrat !important;
	font-size: 13px;
	white-space: normal;
	color: #0F6DA1;
}

.catalog-general-page__breadcrumbs .breadcrumbs .bx-breadcrumb-item span {
	font-family: Montserrat;
	white-space: normal;
	color: black !important;
	font-size: 13px !important;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none; color: #0F6DA1;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}


.hidden {
	display: none;
}

.fa-angle-down:before {
	color: #0F6DA1;
	line-height: 13px;
	font-size: 18px;
	vertical-align: middle;
	margin-right: 5px;
}

.nav_dropdown-list {
	position: absolute;
	font-family: Montserrat;
	width: 200px;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 600;
	background-color: white;
	border-radius: 7px;
	line-height: 16px;
	color: #636363!important;
	white-space: nowrap;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 2;
	box-shadow: 10px 10px 20px rgba(15, 109, 161, 0.07);
	overflow-y: auto;
	max-height: 400px;
}

.nav_dropdown-list li {
	font-family: Montserrat;
	font-size: 13px;
	font-weight: normal;
	padding: 15px 20px;
	background-color: white;
}

.nav_dropdown-list li:first-child {
	border-radius: 7px 7px 0 0;
}

.nav_dropdown-list li:last-child {
	border-radius: 0 0 7px 7px;
}

.nav_dropdown-list li:hover {
	font-family: Montserrat;
	background-color: var(--light-blue-2);
}
#bx_breadcrumb_1{
	margin-right: unset !important;
	z-index: 2;
}

.nav_dropdown-list::-webkit-scrollbar {
	width: 5px;
}

.nav_dropdown-list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.nav_dropdown-list::-webkit-scrollbar-thumb {
	background: #0F6DA1;
	border-radius: 20px;
}

.nav_dropdown-list::-webkit-scrollbar-thumb:hover {
	background: #0F6DA1;
}


/* End */
/* /local/components/all4it/news.section/templates/.default/style.css?17388237285479 */
/* /local/templates/westcomp/components/bitrix/breadcrumb/.default/style.css?17388237282208 */
