.socilas {
    overflow: hidden;
    padding-top: 20px !important;
}

.socials__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 40px;
}

.socials__subtitle {
    margin-top: 40px;
}

.socilas span {
    color: var(--color-accent);
}

.socials__btn-wrapper {
    align-items: center;
    display: flex;
    margin-top: 40px;
    gap: 40px;
}

.socials__btn-wrapper .btn {
    background: #070127 !important;
    border: 1px solid #070127 !important;
}

.socials__btn-wrapper .btn:hover {
    background: var(--color-accent) !important;
    border: 1px solid var(--color-accent) !important;
}

.socials-list a {
    display: inline-block;
    width: 30px;
}

.socials-list a img {
    height: auto;
    width: 100%;
}

.socials-list__wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 16px;
    font-weight: 600;
}

.socials-list__title {
    line-height: 120%;
}

.socials-list {
    display: flex;
    gap: 10px;
}

.socilas__instagram-wrapper {
    /* margin-top: 76px; */
}

.socials__phone-holder {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
}

.eapps-instagram-feed-posts-container {
    border-radius: 30px;
    overflow: hidden;
}

.socials__side-img {
    padding: 20px 20px 0 20px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.socials__side-wrapper {
    position: relative;
    margin-top: var(--block-spacing);
}

.socials__side-wrapper::before {
    content: '';
    height: 200px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
}

.custom-body-class .socilas {
    color: #fff;
    background: var(--dark-grey);
}

.custom-body-class .socilas #eapps-instagram-feed-1 .eapps-instagram-feed-header {
    background: rgb(19 19 19);
    color: #fff !important;
}

.custom-body-class #eapps-instagram-feed-1 .eapps-instagram-feed-header,
.custom-body-class #eapps-instagram-feed-1 .eapps-instagram-feed-header a {
    color: rgb(255 255 255);
}

@media (max-width: 1200px) {
    .socials__btn-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

@media (max-width: 991px) {
    .socials__side-wrapper {
        display: none;
    }
    .socials__info {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .socials__subtitle {
        margin-top: 30px;
    }
    .socials__btn-wrapper {
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 545px) {
    .socials-list__wrapper {
        display: none;
    }
    .socials__btn-wrapper .btn {
        width: 100%;
    }
}