.logo-vestnik {
    background: url(assets/images/pageHeaderLogoImage_ru_RU\ \(1\).png) no-repeat;
    background-position: center center;
    background-size: 50%;
    background-color: #e07b21;
    width: 100%;
    height: 100px;
}

.shadow-on-hover:hover {
    box-shadow: 0px 0px 50px #a8e2a4;
}

.shadow-on-hover {
    transition: box-shadow .2s linear;
}

.img-on-hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.img-on-hover:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 10;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.target-img img {
    object-fit: contain;
}

.img-13 {
    background-color: #487e4b;
}

.img-15 {
    background-color: #69b855;

}

img {
    max-width: 100%;
}

.feature img,
#method img {
    height: 40px;
    width: 40px;
}


.gradient {
    height: 3px;
    width: 100%;
    background: linear-gradient(0.25turn, #447141, #dd8c72);
}

.home-header {
    background: url("../../assets/images/ОБЛОЖКА.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    background: hsla(0, 0%, 16%, .65);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}


.accordion-button:not(.collapsed) {
    color: #447141;
    background-color: #b6d4b4;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:focus {
    border-color: #b6d4b4;
    box-shadow: 0 0 0 0.25rem #b6d4b4;
}

@media only screen and (max-width: 600px) {
    .box-center {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .box-center h4 {
        line-height: 40px;
    }

    .accordion-body .table tbody tr td:nth-child(n+4) {
        display: none;
    }

    .accordion-body .table thead tr th:nth-child(n+4) {
        display: none;
    }
}

.carousel-caption {
    background: hsla(0, 0%, 16%, .65);
    padding: 10px;
    border-radius: 5px;
}

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

/* .card-img-top img {
    max-width: 230px;
} */

.w-20 {
    max-width: 10rem;
}