

/* Start:/bitrix/templates/template.rimeks/components/ma/news.list/page-banners/style.css?16630677752015*/
.page-holder--about .bc-item a{
	color: var(--site-light-color) !important;
}

.page-holder--about .bc{
	color: var(--site-label-color) !important;
	z-index: 3;
}

.bc-item:not(:first-child) {
	background: url(/bitrix/templates/template.rimeks/images/svg/bc-arrow-white.svg) 9px 33% no-repeat !important;
}
@media(max-width: 450px){
	.bc-item:first-child {
		background: url(/bitrix/templates/template.rimeks/images/svg/bc-arrow-white-back.svg) 0px 33% no-repeat !important;
	}
}

.p-banner{
	margin-top: -82px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	color: var(--site-light-color);
}

.p-banner__item{
	background: linear-gradient(263.31deg, #105098 0%, #0C3D80 60.51%, #063176 99.64%);
}

.p-banner__holder{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.p-banner__block{
	/* width: 100%;
	max-width: 660px;
	min-height: 470px; */
	width: 50%;
}

.p-banner__block:last-child{
	/* position: absolute;
	right: 0;
	top: 0;
	width: 50%; */
	display: flex;
	align-items: flex-end;
}

.p-banner__item-name{
	font-weight: 600;
	font-size: 67px;
	line-height: 110%;
	margin-bottom: 40px;
	margin-top: 80px;
}

.p-banner__item-descr{
	margin-bottom: 20px;
}

.p-banner__item-img img{
	max-width: 100%;
}

@media(max-width: 980px){
	.p-banner{
		margin-top: -82px;
		font-size: 15px;
		line-height: 125%;
	}

	.p-banner__item-name{
		font-weight: 600;
		font-size: 52px;
		line-height: 115%;
		margin-bottom: 20px;
		margin-top: 40px;
	}

	.p-banner__item-descr{
		margin-bottom: 10px;
	}
}

@media(max-width: 740px){
	.p-banner__holder{
		flex-direction: column;
	}

	.p-banner__block{
		width: 100%;
	}

	.p-banner__block:last-child{
		align-items: flex-end;
		justify-content: center;
	}

	.p-banner__item-img{
		max-width: 375px;
	}

	.p-banner__item-name{
		font-weight: 600;
		font-size: 34px;
		line-height: 115%;
		margin-bottom: 10px;
		margin-top: 40px;
	}
}
@media(max-width: 450px){
	.p-banner{
		margin-top: -46px;
	}
}

/* End */


/* Start:/bitrix/templates/template.rimeks/components/ma/news.list/brands-blocks/style.css?16576245631092*/
.b-brands{
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.b-brands-item{
	width: calc(100% / 5 - 20px * 4 / 5);
	height: auto;
	margin-bottom: 40px;
}

.b-brands-item:not(:nth-child(5n)){
	margin-right: 20px;
}

.b-brands-item a{
	display: block;
	width: fit-content;
}

.b-brands-item img{
	max-width: 100%;
}

.b-brands-item-holder{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media(max-width: 980px){
	.b-brands-item{
		width: calc(100% / 4 - 20px * 3 / 4);
	}

	.b-brands-item:not(:nth-child(5n)){
		margin-right: 0;
	}

	.b-brands-item:not(:nth-child(4n)){
		margin-right: 20px;
	}
}

@media(max-width: 650px){
	.b-brands-item{
		width: calc(100% / 3 - 20px * 2 / 3);
	}

	.b-brands-item:not(:nth-child(4n)){
		margin-right: 0;
	}

	.b-brands-item:not(:nth-child(3n)){
		margin-right: 20px;
	}
}

@media(max-width: 450px){
	.b-brands-item{
		width: calc(100% / 2 - 20px / 2);
	}

	.b-brands-item:not(:nth-child(3n)){
		margin-right: 0;
	}

	.b-brands-item:not(:nth-child(2n)){
		margin-right: 20px;
	}
}

/* End */


/* Start:/bitrix/templates/template.rimeks/components/ma/news.list/customer-info/style.css?17473027984015*/
.client-info .news-list {
    display: flex;
}

.client-info .news-item {
    height: 574px;
    border-radius: 8px;
    width: calc(100% / 3 - 20px * 2 / 3);
}

.client-info .news-item:not(:nth-child(3n)) {
    margin-right: 20px;
}

.client-info .news-item-top,
.client-info .news-item-bottom {
    height: 50%;
    position: relative;
}

.client-info .news-item-top .preview_picture {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: block !important;
}

.client-info .news-item-top::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #105099 0%, rgba(16, 80, 153, 0) 100%);
    z-index: 1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.client-info .news-item-name {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    color: var(--site-light-color);
    z-index: 2;
    font-style: normal;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 26px;
    line-height: 115%;
}

.client-info .news-item-bottom {
    padding: 40px 40px 75px 40px;
    background-color: var(--site-bg-tetriary-color);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.client-info.client-info--main .news-item-bottom {
    background-color: var(--site-light-color);
}

.client-info .news-item-link {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.client-info .news-item-ptext {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
}

.client-info .news-item-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.005em;
}

@media (max-width: 1050px) {
    .client-info .news-list {
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
        scrollbar-width: none;
        padding-top: 0;
        padding-bottom: 0 !important;
        padding-left: 40px;
        padding-right: 40px;
        -ms-overflow-style: none;
    }

    .client-info .news-list::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none;
        width: 0;
        height: 0;
    }

    .client-info .news-item {
        width: 335px;
        min-width: 335px;
    }

    .client-info .news-item:not(:last-child) {
        margin-right: 10px;
    }

    .client-info .news-item-name {
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
        font-size: 20px;
        line-height: 115%;
    }

    .client-info .news-item-ptext {

        font-size: 14px;
        line-height: 145%;
    }

    .client-info .news-item-link {
        right: 20px;
        bottom: 20px;
    }

    .client-info .news-item {
        height: 530px;
        width: 335px;
        min-width: 335px;
    }

    .client-info .news-item-bottom {
        padding: 20px 40px 65px 20px;
    }

    .client-info::before {
        top: 50%;
        bottom: -1px;
    }
}

@media (max-width: 960px) {
    .client-info .news-list {
        padding: 0 25px;
    }

    .client-info .news-header {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 450px) {
    .news-item-ptext {
        max-height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .client-info .news-list {
        padding: 0 15px;
    }

    .client-info .news-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .client-info .news-item {
        height: 444px;
    }
}
/* End */
/* /bitrix/templates/template.rimeks/components/ma/news.list/page-banners/style.css?16630677752015 */
/* /bitrix/templates/template.rimeks/components/ma/news.list/brands-blocks/style.css?16576245631092 */
/* /bitrix/templates/template.rimeks/components/ma/news.list/customer-info/style.css?17473027984015 */
