

/* Start:/local/templates/acmerton/components/bitrix/news.list/acmetron_us_uk3/style.css?17568150462174*/
.home-services h3{
	 font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    color: #131313;
}
.home-services__grid {
    display: grid;
    overflow-x: auto;
    margin: 0px -14px;
    grid-gap: 20px;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 30px;
}
.services-item {
    display: block;
    overflow: hidden;
    min-width: 200px;
    height: 100%;
    min-height: 316px;
    padding: 16px;
    transition: background-color .3s ease;
    border-radius: 16px;
    background-color: var(--services-item-color);
    background-image: var(--services-item-background-image-mobile, var(--services-item-background-image));
    background-repeat: no-repeat;
    background-size: cover;
    grid-column: 3 span;
    box-sizing: border-box;
}
.services-item {
        min-height: 545px;
        padding: 32px;
        background-image: var(--services-item-background-image);
        grid-column: 4 span;
        grid-row: 1 / 4;
}
.services-item:hover {
    background-color: var(--services-item-color-hover);
}
.services-item__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
    .services-item__wrap {
        display: flex;
        align-items: center;
    }

.services-item__wrapper {
    margin-left: 16px;
    margin-top: 12px;
}

.home-services__grid  .icon {
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 100%;
}
.home-services__grid .services-item__arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}
.services-item:first-child {
    margin-left: 14px;
}
.services-item:nth-child(2n) {
        min-height: 260px;
        grid-row: 1 / 2;
}
.services-item:nth-child(3n) {
        min-height: 260px;
        grid-row: 2 / 4;
}
.services-item:nth-child(4n) {
        min-height: 545px;
        grid-row: 1 / 4;
        margin-right: 14px;
}
.services-item__icon {
    background: var(--services-item-color-box);
}
.services-item__name {
	font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    max-width: 100px;
    margin-bottom: 8px;
    color: #131313;
}

/* End */
/* /local/templates/acmerton/components/bitrix/news.list/acmetron_us_uk3/style.css?17568150462174 */
