

/* Start:/local/templates/main/components/bitrix/catalog.section.list/services_list/style.css?17642527011731*/
.items-grid {
    display: grid;
    gap: 25px;
}

.items-grid_4 {
    grid-template-columns: repeat(4, 1fr);
}

.simple-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
    padding: 40px;
    border-radius: 4px;
    background: #fff;
    color: var(--darkColor);
    text-decoration: none;
    transition: .3s ease;
}

.simple-card__title {
    font-weight: 900;
    font-size: 20px;
    max-width: 259px;
}

.simple-card__icon {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    min-height: 22px;
    transition: .3s ease;
}

.simple-card__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 100%;
}

.simple-card__img_normal {
    opacity: 1;
}

.simple-card__img_hover {
    opacity: 0;
}

.simple-card:hover {
    box-shadow: 0 50px 150px 0 rgba(11, 41, 95, 0.2);
    background: var(--activeColor);
    color: var(--lightColor);
    text-decoration: none;
}

.simple-card:hover .simple-card__img {
    filter: brightness(20) saturate(0) contrast(10);
}


@media(max-width: 1400px) {
    .items-grid_4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:999px) {
    .items-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:600px) {
    .items-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .simple-card {
        padding: 16px;
        height: auto;
        flex-direction: row;
    }

    .simple-card__title {
        font-size: 14px;
        max-width: none;
    }

    .simple-card__icon {
        width: 22px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/subservices/style.css?17642527012875*/
.subservices{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.subservice{
    background: var(--lightColor);
    height: 460px;
    width: 100%;
    padding: 40px;
    border-radius: 4px;
    text-decoration: none;
}
.subservice:hover{
    box-shadow: 0 50px 150px 0 rgba(11, 41, 95, 0.2);
}
.subservice__arrow{
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    border-radius: 50px;
}
.subservice__arrow:hover{
    background: var(--activeColor);
}
.subservice__arrow:hover svg{
    color: var(--lightColor);
}
.subservice__title{
    font-weight: 900;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 34px;
}
.subservice__description{
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.subservice_person{
	grid-area: 1 / 3;
    position: relative;
    background: transparent;
    padding: 0;
    display: flex;
    overflow: hidden;
}
.subservice_person:hover{
    box-shadow: none;
}
.subservice__content{
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.subservice__small-button{
    height: 60px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-bottom: 25px;
    width: 100%;
}
.subservice_person .subservice__description{
    -webkit-line-clamp: 5;
    margin-bottom: 15px;
}

.subservice_description {
    padding: 70px 0;
    font-size: 16px;
    font-weight: 500;

    & h3 {
        padding-bottom: 20px;
    }

    & p {
        padding-bottom: 20px;
        margin-bottom: 0 !important;
    }
}

@media(max-width: 1365px) {
    .subservices{
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .subservice{
        height: 400px;
        padding: 35px;
    }
    .subservice_person{
        padding:0;
        grid-area: 2 / 1;
    }
    .subservice__arrow{
        margin-bottom: 25px;
    }
    .subservice__title{
        font-size: 18px;
        margin-bottom: 24px;
    }
}

@media(max-width: 900px) {
    .subservices{
        grid-template-columns: repeat(1, 1fr);
    }
    .subservice_person{
        grid-area: 3 / 1;
        display: block;
    }
}

@media(max-width: 600px) {
    .subservices{
        gap: 10px;
    }
    .subservice{
        padding: 20px;
        height: auto;
    }
    .subservice_person{
        padding: 0;
    }
    .subservice__arrow{
        display: none;
    }
    .subservice__title{
        font-size: 14px;
    }
    .subservice__description{
        font-size: 11px;
    }
    .subservice_order_first{
        order: 1;
    }
    .subservice_order_last{
        order: 100;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/why_swiper/style.css?1764252701150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/clients_carousel/style.css?1764252701466*/
/*brands*/
.brands{
    background: var(--darkColor);
    margin-top: -1px;
    padding-bottom: 20px;
    height: fit-content;
}

.brands .swiper-wrapper {
    align-items: center;
}

.brand.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 999px) {
    .brands{
        padding: 0 0 43px;
    }
}

@media (max-width: 600px) {
    .brands{
        padding: 0px 0 40px 0;
    }
}
/* End */
/* /local/templates/main/components/bitrix/catalog.section.list/services_list/style.css?17642527011731 */
/* /local/templates/main/components/bitrix/catalog.section/subservices/style.css?17642527012875 */
/* /local/templates/main/components/bitrix/news.list/why_swiper/style.css?1764252701150 */
/* /local/templates/main/components/bitrix/news.list/clients_carousel/style.css?1764252701466 */
