/*
Theme Name: defendico
Author: Artem H.
Version: 1.0
*/

/*base*/
body.admin-bar .header {
    top: 46px;
}
@media screen and (min-width: 783px){
    body.admin-bar .header {
        top: 32px;
    }
}

li.moving-point > a {
    display: none !important;
}

.text-center {
    text-align: center;
}

.post-card__img {
    padding-bottom: 100%!important;
}

@media screen and (min-width: 1300px) {
    .hidden-desktop-v2 {
        display: none;
    }
}

@media screen and (max-width: 1299px) {
    .s-news__list .post-card:not(:first-child) {
        position: relative;
    }
    .s-news__list .post-card:not(:first-child):before {
        content: '';
        display: block;
        position: absolute;
        top: -36px;
        width: 100%;
        height: 1px;
        background: #13B7FE;
    }
}

@media screen and (max-width: 767px) {
    .s-news__list .post-card:not(:first-child) {
        padding-top: 40px;
    }
    .s-news__list .post-card:not(:first-child):before {
        top: 0;
    }
}