.min_nav{
    background-color: #4BA051;
    height: 52px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

header{
    background-color: #FFFEFE;
    height: 79px;
    display: flex;
}
header nav{
    flex: 1 1 auto;
}
#navbarSupportedContent{
    justify-content: flex-end;
}

.banner{
    background-image: linear-gradient(180deg, rgba(16, 100, 46, 0.5) -11.56%, rgba(0, 0, 0, 0.5) 75.23%), url("/image/banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 695px;
}

.banner_icon_blocks{
    display: flex;
    justify-content: space-around;
    margin-top: -43.5px;
}

.banner_icon_block{
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 185.875px;
}
.banner_icon{
    background-color: #ffffff;
    border-radius: 100px;
    margin: auto;
    width: 97px;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_icon_text{

}
.catalog .card{
    border-radius: 5px;
}
.catalog button{
    border-radius: 37px;
    background-color: #008406;
    color: #fff;
    padding: 7px 23px;
}

.catalog_title_block{
    padding: 13px 16px;
    display: flex;
}

.catalog_title_block_content{
    margin-left: 9px;
}

.catalog_links ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 0 10px ;
}
.catalog_links ul li{
    list-style: none;
}

.catalog .row{
    gap: 35px 70px;
}
.catalog .row .col{
    flex: 1;
}

.gradient-bg {
    background: linear-gradient(90deg, #34b45f 0%, #a3d844 100%);
}

.testimonial-section {
    background: url('/image/DeWatermark.ai_1737636207873 1.png') no-repeat center center;
    background-size: cover;
    position: relative;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.2); /* полупрозрачный фильтр для читаемости */
    z-index: 1;
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.map-section {
    background-image: radial-gradient(55.1% 55.1% at 50% 50%, rgba(0, 135, 25, 0.17) 20%, rgba(224, 224, 224, 0.17) 100%), url("/image/image 41.png");
}

.map-section p,
.map-section li {
    font-size: 1rem;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
}

.image-shadow {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    background-color: #c5a76e;
    border-radius: 12px;
    z-index: 0;
}

.image-wrapper img {
    position: relative;
    z-index: 1;
    border-radius: 12px;
}

.icon-circle {
    background-color: #e6f4e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 13px;
}
.carousel-indicators{
    position: unset;
}
.carousel-indicators [data-bs-target]{
    background-color: #f7f7f7;
    height: 15px;
    width: 15px;
}