.wp-block-cover {
    height: auto!important;
}

.tag_v2 .before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    border-radius: 5px;
}

.set-color, .set-color:hover {
    color: #fff!important;
}

.tag-list-item {
    text-decoration: none;
    font-size: 1rem!important;
    color: #ec8937!important;
    display: inline-block;
    text-transform: lowercase;
    border-bottom-width: 0!important;
}

.tag-list:before {
    content: 'Теги:';
}

.author__photo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.footer__text {
    font-size: 12px;
    color: #ddd;
    width: 100%;
    max-width: 400px;
    padding-top: 20px;
}

/*  */
.wp-block-cover h2 {
    max-width: none;
    padding: 0;
}
.wp-block-cover h2 a {
    font-size: inherit;
    line-height: inherit;
}
/* responsive video */
.wp-block-embed-youtube {
    margin: 0;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* fix empty image */
@media (max-width: 767px) {
    .card_tall-v2 .card__tags + .card__info {
        padding-top: 60px;
    }
}

@media (min-width: 767px) {
    .footer__menu > .menu-item {
        margin-left: 80px;
    }
}

.footer__menu {
    justify-content: flex-end;
}

/* header logo */
.logo-wrap {
    display: flex;
    align-items: center;
}
.logo-icon {
    height: 22px;
    margin-right: 8px;
}

.header .search {
    max-width: 145px;
}

.header__menu_light .header__menu-item:last-child  {
    background-color: #44a521;
    font-weight: bold;
}

.mobile.d-block img {
    width: 100%!important;
}

.shortcode .set-color, .shortcode .set-color:hover {
    color: #000000!important;
}

.shortcode a{
    border: 0;
}

.child-map-image {
    height: 63px;
}

@media (max-width: 480px) {
    header {
        min-height: 40px;
    }
}