/* #tools-btn {
    display: none!important;
} */
#logo-in-background {
    position: absolute;
    right: -42%;
    top: -3rem;
    height: 100%;
    width: 100%;
    z-index: -1;
}
#logo-in-background .arz-icon {
    fill: #EEE;
    height: 100%;
    width: 100%;
}

#to-top {
    background-color: #30505C;
    border-radius: 50%;
    bottom: 10px;
    height: 52px;
    position: fixed;
    right: 10px;
    opacity: 1;
    transition: all .2s linear;
    padding:0;
    width: 52px;
    z-index: 1024;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 26px;
}
#to-top.arz-show {
    transform: scale(1);
}
#to-top .arz-icon {
    position: absolute;
    /*top: 50%;
    left: 50%;*/
    fill: #FFF;
    transition: all .4s linear;
    transform: translate(50%, 32%) rotate(90deg);
}
#to-top:hover {
    background: #F6C120;
}

#trend-tags .arz-card-title{
    margin-bottom: 0.4rem;
}
#trend-tags .arz-post-tags {
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
#trend-tags .arz-post-tags__list {
    width: 100%!important;
    padding: 0!important;
}
#trend-tags .arz-post-tags__item {
    flex-grow: 1;
}
#trend-tags .arz-post-tags__item-link {
    font-size: 12px!important;
    line-height: 14px;
    width: 100%;
}

#tags-letter .arz-sociel:hover::before {
    transform: scale(1.6);
}

#extension {
    justify-content: space-evenly;
    margin-top: 1rem;
}
.arz-extension-downloads__btn {
    position: relative;
    background: #333;
    color: #FFF;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 5px 5px 5px 1rem;
}
.arz-extension-downloads .arz-extension-downloads__btn {
    width: 310px;
}
.arz-extension-downloads__btn:hover {
    background-color: #555;
}
.arz-extension-downloads__icon {
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}

.arz-sociel-main {
    margin-top: 1rem;
    text-align: center;
    color: #FFF;
    padding: 10px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    height: 130px;
    width: calc(50% - .5rem);
    position: relative;
    background-color: #666;
    overflow: hidden;
    z-index: 0;
}
.arz-sociel-main__image {
    animation: unset!important;
    background: transparent!important;
    display: block;
    margin: 10px auto;
    max-height: 50px;
    max-width: 50px;
    margin-bottom: auto;
}
.arz-sociel-main::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    z-index: -1;
}
.arz-sociel-main__title{
    margin-top: auto;
}
#telegram {
    /* background: #2da5e1; */
    margin-left: 1rem;
}
#instagram {
    /* background: radial-gradient(circle at 33% 100%, #f07e47 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf); */
    margin-bottom: 1rem;
}
#telegram.arz-sociel-main::before{
    background: #2da5e1;
}
#instagram.arz-sociel-main::before{
    background: radial-gradient(circle at 33% 100%, #f07e47 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

@media (max-width: 1311px) {
    #footer-logo {
        margin-top: 1rem;
    }
    #popular-posts.arz-card,
    #random-posts.arz-card {
        padding: 1rem;
    }
    #extension .arz-btn,
    .arz-extension-downloads .arz-btn {
        font-size: 12px;
        padding: 5px 5px 5px 9px;
    }
    .arz-last-video-second .arz-last-video:last-child:not(:nth-child(5n)) {
        margin-left: auto;
    }
    .arz-last-video-second .arz-last-video:nth-child(5n+1):nth-last-child(2)~.arz-last-video,
    .arz-last-video-second .arz-last-video:nth-child(5n+1):nth-last-child(3)~.arz-last-video,
    .arz-last-video-second .arz-last-video:nth-child(5n+1):nth-last-child(4)~.arz-last-video {
        margin-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1111px) {
    #tags-letter {
        flex-direction: row;
        margin-top: 1.33rem;
        flex-wrap: wrap;
    }
    #trend-tags {
        margin-bottom: 0;
        margin-left: 0;
        width: 100%;
    }
    #trend-tags .arz-post-tags {
        max-height: 120px;
    }
    #instagram,
    #telegram {
        width: calc((100% - 328px) / 2 - 1rem);
        margin-right: 1rem;
        margin: 0 1rem 1rem 0;
        height: auto;
    }
}
