.tags_wrapper {
    margin-bottom: 38px;
}

.tags__title {
    color: #0f0f0f;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 20px;
    font-weight: bold;
}

.tags .tag {
    background: #f7f7f7;
    color: #3f3f3f;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.detail_blog__banner {
    margin-bottom: 45px;
}

.detail_blog__banner img {
    max-width: 100%;
}

.detail_blog__banner a {
    position: relative;
    display: inline-block;
}

.detail_blog__banner .banner_button {
    position: absolute;
    bottom: 35px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.block_main_left_menu__container .tags .tag.active {
    color: #ffffff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.tags .tag:hover {
    color: #ffffff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.block_main_left__feedback .footer-block__follow_input_email {
    border: 1px solid #ededed;
    width: calc(100% - 60px);
    max-width: 200px;
}

.block_main_left__feedback .footer-block__follow_input_submit {
    min-width: 66px;
    color: #ffffff;
}

.block_main_left__feedback .footer-block__follow_input_submit .footer-block__follow_input_icon {
    fill: #fff;
    padding-top: 5px;
}
