.social-media-posts {
    width: 100%;
}
.social-media-posts__body {
    position: relative;
    margin-top: 30px;
    height: 380px;
}
.social-media-posts__footer {
    margin-top: 30px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.social-media-posts-slider {
    margin: 0 -15px;
}
.social-media-posts-slider__links {
    position: relative;
    z-index: 1;
}
.social-media-posts-slider__buttons {
    height: 50px;
    display: flex;
    align-items: center;
}
.social-media-posts-slider__dots {
    position: absolute;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    width: 100%;
}
.social-media-posts-slider__dots ul {
    margin: 0;
    position: static;
    transform: none;
    display: flex !important;
}
.social-media-posts-slider__dots ul li {
    font-size: 0;
    height: 8px;
    width: 8px;
    background-color: #D7D7D7;
    margin: 0 5px;
}
.social-media-posts-slider__dots ul li.slick-active {
    height: 8px;
    width: 8px;
    background-color: #0044CC;
}
.social-media-posts-slider__buttons button {
    position: relative;
    margin-top: 0;
}
.social-media-posts-slider__buttons button.slick-disabled {
    opacity: 1;
    visibility: visible;
}
.social-media-posts-slider__buttons button:not(:last-child) {
    margin-right: 8px;
}
.social-media-posts-card-wrapper {
    padding: 0 15px;
}
.social-media-posts-card {
    height: 380px;
    display: flex !important;
    position: relative;
    flex-direction: row;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.social-media-posts-card__background {
    position: absolute;
    left: -8%;
    top: -8%;
    width: 116%;
    height: 116%;
    z-index: 1;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    z-index: 0;
}
.social-media-posts-card__link {
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: unset;
    position: absolute;
    z-index: 1;
}
.social-media-posts-card__icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 3;
    background-color: #039;
    color: #fff;
    padding: 10px;
}
.social-media-posts-card__icon--vkontakte {
    background-color: #0077FF;
}
@media screen and (max-width: 1200px) {
    .social-media-posts__body {
        height: 300px;
    }
    .social-media-posts-card {
        height: 300px;
    }
}
@media screen and (max-width: 910px) {
    .social-media-posts__body {
        height: 336px;
    }
    .social-media-posts-card {
        height: 336px;
    }
    .social-media-posts-card__icon {
        bottom: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 570px) {
    .social-media-posts__body {
        height: 300px;
        margin-top: 20px;
    }
    .social-media-posts-card {
        height: 300px;
    }
    .social-media-posts__footer {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .social-media-posts-slider__dots {
        order: 1;
        justify-content: flex-start;
        position: relative;
        width: auto;
    }
    .social-media-posts-slider__buttons {
        order: 2;
    }
    .social-media-posts-slider__links {
        order: 3;
        width: 100%;
    }
    .social-media-posts-slider__links a {
        width: 100%;
        margin-top: 30px;
    }
}