.news-inner .another-news .another-news-ttl a{
    color: #000000;
    text-decoration: none;
}

.news-inner .another-news .another-news-ttl a:hover{
    color: #1B864A;
}


.news .news-more{
    cursor: pointer;
}

.news .news-more:hover{
    cursor: pointer;
    color: #1B864A;
    border: 1px solid rgba(27, 134, 74, 0.74);
}

.news-header .news-sort-list .news-sort-tem a{
    color: #3C3C3B;
    cursor: pointer;
    text-decoration: none;
}



.news-header .news-sort-list .news-sort-tem a:hover{
    color: #1B864A;

}

.products-grid .product-item .products-name a{
    color: #3C3C3B;
    text-decoration: none;
    cursor: pointer;
}

.products-grid .product-item .products-name a:hover{
    color: #1B864A;

}

.template-txt h3{
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    margin-bottom: 16px;
}
 .template-txt p{
     color: #92949B;
 }

.header a.header-link:hover{
    color: #35AB52;
    text-decoration: underline;
}

.footer .footer-top-inner {
    display: grid;
    grid-template-columns: 1.9fr 1fr 1fr 1fr;
}

.contacts-wrap .contacts-text p {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #3F4953;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #1B864A;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.news .search-result .news-item:nth-child(10n+1) {
    position: relative !important;
    grid-column: span 6 !important;
    grid-row: span 1;
}
.news .search-result .news-item{
    grid-column: span 6 !important;
}

.news .search-result .news-item:nth-child(10n+1) .news-img{

    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 12px;
}

.news .search-result .news-item:nth-child(10n+4)::before, .news .news-item:nth-child(10n+5)::before{
    background: transparent;
}

.search.news-inner > div:first-child{
    margin-right: auto;
}
.news.search .news-item:nth-child(9n+6) .news-img, .news .news-item:nth-child(9n+7) .news-img, .news .news-item:nth-child(9n+8) .news-img, .news .news-item:nth-child(9n+9) .news-img{
    height: 220px;
}

.news.search .news-img{
    height: 220px;
}

.search-result-message{
    font-size: 26px;
    font-weight: 500;
}

.feedback .result-message{
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
    display: none;
}

.feedback .result-error{
    color: red;
}

.feedback .result-success{
    color: green;
}

.feedback .error-input{
    border: 1px solid red;
}


