
.c-card-blog-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px
}

.c-card-blog-small:last-child {
    margin-bottom: 0
}

.c-card-blog-small__image {
    width: 129px;
    height: 129px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    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;
    overflow: hidden
}

.c-card-blog-small__image img, .c-card-blog-small__image picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform
}

.c-card-blog-small__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 16px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.c-card-blog-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-card-blog-middle__photo {
    width: 272px;
    height: 272px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    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;
    overflow: hidden
}

.c-card-blog-middle__photo img, .c-card-blog-middle__photo picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform
}

.c-card-blog-middle__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 21px 56px 21px 40px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.c-card-blog-middle__category {
    margin-bottom: 16px;
    color: var(--primary-color)
}

.c-card-blog-middle__title {
    margin-bottom: 8px
}

.c-card-blog-middle__description {
    line-height: 1.4em;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.c-card-blog-middle__more {
    margin-top: 20px;
    color: var(--darkGold);
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.c-card-blog-y {
    display: block
}

.c-card-blog-y__image {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden
}

.c-card-blog-y__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.c-card-blog-y__category {
    color: var(--primary-color);
    margin-bottom: 16px;
    text-transform: uppercase
}

.c-card-blog-y__name {
    margin-bottom: 8px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.c-card-blog-y__descr {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4em;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.c-card-blog-y__more {
    margin-top: 20px
}

.c-card-blog-y__more .c-link {
    color: var(--darkGold);
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}


@media (max-width: 1839.98px) {

    .c-card-blog-small__title {
        font-size: 18px
    }
    .c-card-blog-middle__photo {
        width: 200px;
        height: 200px
    }

    .c-card-blog-middle__title {
        font-size: 26px
    }
}
@media (max-width: 1199.98px) {
    .c-card-blog-small {
        margin-bottom: 30px
    }

    .c-card-blog-middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-card-blog-middle__photo {
        width: 100%;
        height: 314px
    }

    .c-card-blog-middle__content {
        padding: 20px 40px;
        background-color: #f5f5f5
    }

}
@media (max-width: 767.98px) {
    .c-card-blog-small {
        margin-bottom: 10px
    }

    .c-card-blog-small__image {
        width: 100px;
        height: 100px
    }

    .c-card-blog-small__title {
        font-size: 18px;
        font-family: "Baskerville Display PT"
    }

    .c-card-blog-middle__photo {
        height: 87.5vw;
        max-height: 320px
    }
}

@media (min-width: 1200px) and (max-width: 1839.98px) {
    .s-blog-head .c-card-blog-small:nth-child(2) {
        margin-bottom: 0
    }

    .s-blog-head .c-card-blog-small:nth-child(3), .s-blog-head .c-card-blog-small:nth-child(4) {
        display: none
    }
}
@media (any-hover: hover) {
    .c-card-blog-small:hover {
        color: var(--secondary-color)
    }

    .c-card-blog-small:hover .c-card-blog-small__image img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .c-card-blog-middle:hover {
        color: var(--secondary-color-500)
    }

    .c-card-blog-middle:hover .c-card-blog-middle__photo img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .c-card-blog-middle:hover .c-card-blog-middle__more {
        color: var(--secondary-color-500)
    }

    .c-card-blog-y:hover, .c-card-blog-y:hover .c-link {
        color: var(--secondary-color)
    }

    .c-card-blog-y:hover .c-card-blog-y__image img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}