.blog {
    margin-top: 20em;
    margin-bottom: 2em;
   
}

.blog__wrapper {
    padding: 0 20px;
}

.blog__title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog__slider {
    margin-right: 10px;
    margin-left: 10px;
}

.blog__slider-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blog__slide {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #e8e8e8;
    padding: 15px;
    height: 100%;
}

.blog__slide:hover .blog__subtitle {
    color: #e8e8e8;
    text-decoration: none;
  color: #FFFFFF;
}

.blog__image-box {
    position: relative;
    margin-bottom: 15px;
    height: 184px;
    border-radius: 10px;
}

.blog__image-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 10px;
}

.blog__image-box:hover::after {
    opacity: 0.6;
    border-radius: 10px;
}

.blog__image-box:hover .blog__image-box {
    opacity: 0.6;
    border-radius: 10px;
}

.blog__image-box:hover .blog__buttons {
    opacity: 0;
    border-radius: 10px;
}

.blog__image {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.blog__buttons {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog__button {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 14px 12px;
    background-color: var(--main-color);
    color: #fff;
    min-width: 44px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog__button:hover {
    background: #000;
}

.blog__zoom {
    margin-right: 10px;
}

.blog__content {
    margin-bottom: auto;
    text-decoration: none;
    color: #FFFFFF;
}

.blog__date {
    color: var(--main-color);
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 1.77;
}

.blog__subtitle {
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.8px;
    
}

.blog__description {
    margin-top: 10px;
    color: #999;
}

.blog .c-carousel .owl-stage {
    margin: 0 auto;
}

.blog .c-carousel--index .owl-stage-outer {
    padding-top: 0;
}

@media (min-width: 1450px) {
    .blog__subtitle {
        margin-top: 5px;
    }
}

.blog .product__nav {
    top: -25px;
}

.c-carousel--index {
    visibility: hidden;
    opacity: 0;
}

.c-carousel {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

@media (max-width: 767px) {
    .c-carousel--first {
        margin-top: 0;
    }
}

.textdekorr {
    color: black;
   text-decoration: none;
}