.product__price {
    background-color: #e6ebe5;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    max-height: 230px
}

.product__price-amount {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #0c0605;
    display: flex;
    justify-content: space-between
}

.product__price-amount span:last-child {
    font-weight: 700
}

.product__price p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #0c0605;
    color: #518048;
    margin-top: 20px
}

.product__price .addProduct {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease, transform .1s ease;
    background-color: #0a3426;
    border-color: #0a3426;
    max-width: 150px;
    color: #8cea6f;
    margin-top: 40px;
    border-radius: 30px;
    width: 100%;
    max-width: 100%
}

.product__price .addProduct:hover {
    background: #518048;
    border-color: #518048;
    box-shadow: 0 1px 8px rgba(12, 6, 5, .3);
    text-shadow: 0 0 .8px currentColor
}

.product__buy {
    grid-area: buy;
    width: 100%;
    padding: 40px 20px;
    border-radius: 4px;
    height: fit-content;
    background-color: #e6ebe5
}

.product__buy-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.product__buy p {
    margin-top: 14px;
    text-align: center
}

.product__buy .field {
    margin-top: 15px
}

.product__buy .form__submit {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px
}

.product__buy .aside-form__hint {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #0c0605;
    text-align: left;
    color: #9499a5
}

.product__buy .footer-form__checks {
    margin-top: 14px
}

.product__buy .form__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease, transform .1s ease;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #0c0605;
    background-color: #c9ed5f;
    padding: 12px 0
}

.product__buy .form__submit:hover {
    opacity: .8
}

.product__buy .form__submit:disabled {
    background-color: #9499a5
}

.product__buy .form__submit:disabled:hover {
    color: #000;
    opacity: 1;
    box-shadow: none;
    cursor: not-allowed
}

.service__title {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 40px 70px 40px;
    border-radius: 4px;
    margin-top: 30px;
    overflow: hidden;
    min-height: 200px;
}


.service__title-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 25%;
    z-index: 1;
}
/* 



.service__title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #EAEFE9 25%, transparent 100%);
    z-index: 2; 
    pointer-events: none;
} */


/* Overlay gradient */
.service__title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #EAEFE9 25%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

/* 
.service__title h1 {
    color: #0c0605;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-transform: none;
}

.service__title h1,
.service__title .category__back {
    position: relative;
    z-index: 3;
}


.service__title .category__back {
    color: #0a3426;
    font-size: 16px;
    font-weight: 400;
    padding-left: 22px;
    position: relative;
}

.service__title .category__back::before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #0a3426;
    border-bottom: 2px solid #0a3426;
    left: 8px;
    top: 9px;
    transform: rotate(45deg);
} */


/* Texte */
.service__title h1 {
    color: #0c0605;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-transform: none;
    position: relative;
    z-index: 3;
}

.service__title .category__back {
    color: #0a3426;
    font-size: 16px;
    font-weight: 400;
    padding-left: 22px;
    position: relative;
    z-index: 3;
}

.service__title .category__back::before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #0a3426;
    border-bottom: 2px solid #0a3426;
    left: 8px;
    top: 9px;
    transform: rotate(45deg);
}

.service__aside {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    grid-area: aside
}

.service__content {
    display: grid;
    grid-template-columns: auto 340px;
    grid-template-areas: "text aside" ". aside";
    gap: 16px;
    margin-top: 50px
}

.service__content .service__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #0c0605;
    grid-area: descr;
    line-height: 1.5
}

.service__content .seotext__content {
    grid-area: text;
    min-width: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #0c0605;
    line-height: 1.5
}

@media screen and (max-width: 992px) {
    .service__content {
        grid-template-areas: "text aside" ". text";
        grid-template-columns: auto 300px
    }
}

@media screen and (max-width: 768px) {
    .service__title .h1 {
        font-size: 24px;
    }
    .service__content {
        grid-template-areas: "text" "aside" ".";
        grid-template-columns: auto
    }
}

