.cards-icons__headline {
    padding-bottom: 20px;
}

.cards-icons__title {
    margin-bottom: 20px;
}

.card-icons-item {
    margin-top: 10px;
}

.load-box {
    display: none;
}

.loadMore {
    position: relative;
    margin-top: 20px;
}

.loadMore::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 57px;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    left: 0;
    bottom: 44px;
}

.card-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 0;
    border-radius: 32px;
    background: #F4EDED;
    padding-right: 20px;
}

.card-icons__img {
    width: 63px;
    height: 63px;
    border-radius: 32px;
    background: rgba(157,0,10,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 28px;
    line-height: 1em;
    font-weight: normal;
}

.card-icons__title {
    color: #000000;
    font-size: 20px;
    margin: 0;
    padding: 0 30px 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    width: calc(100% - 63px);
    position: relative;
}

.card-icons__title::after {
    content: '\e904';
    font-family: 'calhoun-super-icon';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 22px;
    line-height: 1em;
    font-weight: normal;
    color: #E4212E;
}

.loadMore a {
    display: inline-block;
    padding: 8px 40px 8px 22px;
    background: #FFFFFF;
    color: #000;
    position: relative;
    border: none;
    border-radius: 23px;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 600px;
    font-family: "Oswald", sans-serif;
}

.loadMore a::after {
    content: '\e906';
    font-family: 'calhoun-super-icon';
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translate(0, -50%);
    font-size: 11px;
    line-height: 1em;
    font-weight: normal;
    color: #E4212E;
}

.cards-icons__title h2 {
    padding-top: 15px;
    position: relative;
}

.cards-icons__title h2:before {
    content: '\e90b';
    font-family: 'calhoun-super-icon';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 85px;
    font-weight: 400;
    color: #ED1C24;
    line-height: .1em;
}

@media (min-width: 768px) {
    .cards-icons__headline {
        padding-bottom: 15px;
    }
    
}


@media (min-width: 1200px) {
    .cards-icons__flex {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -16px;
        justify-content: center;
    }
    
    .card-icons-item {
        width: 50%;
        padding: 0 16px;
        margin-top: 25px;
    }
    
    .load-box {
        display: block;
    }

    .card-icons {
        border-radius: 46px;
        padding-right: 26px;
    }
    
    .card-icons__img {
        width: 92px;
        height:92px;
        border-radius: 46px;
        color: #000;
        font-size: 28px;
    }
    
    .card-icons__title {
        font-size: 22px;
        line-height: 1.363em;
        padding: 0 30px 0 24px;
        width: calc(100% - 92px);
    }
    
    .card-icons__title::after {
        font-size: 23px;
    }

    .cards-icons__headline {
        padding-bottom: 7px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
    }

    .cards-icons__title {
        margin-bottom: 0;
        width: 709px;
    }

    .card-icons {
        border-radius: 30px;
        padding-right: 28px;
    }
    
    .card-icons__img {
        width: 60px;
        height: 60px;
        border-radius:  30px;
    }
    
    .card-icons__title {
        font-size: 28px;
        line-height: 1.363em;
        padding: 0 30px 0 12px;
        width: calc(100% - 60px);
    }
    
    .card-icons__title::after {
        font-size: 28px;
    }


    .card-icons:hover .card-icons__title,
    .card-icons:hover .card-icons__title::after {
        color: #fff;
    }

    .card-icons:hover .card-icons__img {
        background: #9D000A;
        color: #fff;
    }

    .card-icons:hover {
        background: #F4EDED;
    }

    .card-icons__img {
        position: relative;
        z-index: 1;
    }
    
    .card-icons:hover::before {
        transform: scaleX(1);
    }
    
    .card-icons {
        position: relative;
        overflow: hidden;
    }
    
    .card-icons::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        transform: scaleX(0);
        transform-origin: 0 50%;
        width: 100%;
        height: calc(100% + 1px);
        border-radius: inherit;
        background:#E4212E;
        transition: all 0.6;
    }

    .loadMore::after {
        display: none;
    }

    .cards-icons__title--big {
        width: 924px;
    }
    
}



@media (min-width: 1366px) {
    .card-icons {
        padding-right: 15px;
    }

    .cards-icons__headline {
        padding-bottom: 15px;
    }

    .cards-icons__title {
        margin-bottom: 0;
        width: 880px;
    }

    .cards-icons__flex {
        margin: 0 -8px;
    }

    .card-icons__title {
        font-size: 22px;
    }

    .card-icons-item {
        width: 25%;
    }
}



@media (min-width: 1620px) {
    .card-icons__title {
        font-size: 22px;
    }
}