/********************************** Content ***********************************/
.site-content {}

@media screen and (max-width: 575px) {
    .site-navigation .logo {
        padding: 0;
    }
    .navbar {
        flex-wrap: nowrap;
    }
}

/** pre Footer content */
.bottom-right-corner {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 992px) {
    .bottom-right-corner {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    body .howtouse__prev img {
        margin-top: -40px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 575px) {
    .about__name {
        font-size: 14px;
    }
}

.news-detail_type_stati .detail_name {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.type__name, .type__name:hover, .type__name:focus {
    padding: 0.5rem 0.75rem;
    background-color: #368f3a;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}

.type__name h3 {
    font-size: 20px;
    text-align: left;
    margin: 0;
}

.news-list_type_types .detail_name {
    margin-top: 2rem;
    color: #368f3a;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.bolezni-gorla-u-vzroslyh .news__backlink,
.bolezni-gorla-u-detey .news__backlink {
    text-align: center;
}

.bolezni-gorla-u-vzroslyh .news__backlink .btn,
.bolezni-gorla-u-detey .news__backlink .btn {
    display: inline-block;
    padding: 24px 52px;
    width: auto;
    height: auto;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;

    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    transition: .4s ease background-color;

    @media screen and (max-width: $media-hd) {
        padding: 18px 52px;
    }

    @media screen and (max-width: $media-sm) {
        padding: 10px 22px;
        font-size: 12px;
    }
}

