html {
    scroll-behavior: smooth;
}

.products-page .container {
    background: var(--yellow_light);
}

.products-detail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*align-items: flex-start;*/
    gap: 32px;
    padding: 100px 0px;
}

.stbr_12 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 32px 0px 0px;
    width: 25%;
}

.text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    width: 57.777777777777777%;
    flex-grow: 1;
}

.img {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    width: 33.33333333333333%;
    gap: 32px;
}

.sidebar-nav {
    position: sticky;
    top: 0;
    /* Расстояние от верхней части окна браузера */
    z-index: 100;
    /* Убедитесь, что элемент находится выше других элементов */
    padding-top: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.sidebar-nav a,
.sidebar-nav a:hover,
.sidebar-nav a:active .sidebar-nav a:focus,
.sidebar-nav a:focus {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    color: var(--green_dark);
    padding: 8px 0px 8px 0px;
}

.sidebar-nav a.active {
    text-decoration: underline;
    /*font-weight: 800;*/
}

.detail_picture_sticky {
    position: sticky;
    top: 0;
    /* Расстояние от верхней части окна браузера */
    z-index: 100;
    /* Убедитесь, что элемент находится выше других элементов */
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
}

.mypdf.btn.btn-default,
.mypdf.btn.btn-default:hover {
    background-color: var(--orange);
    border-color: var(--orange);
}

.mypdf.btn.btn-default {
    padding: 16px 32px 16px 32px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    --button-height: 62px;
    border-radius: 31px;
}

/*Описание*/
.detail-text {
    color: var(--green_dark);
}

.detail-text h2 {
    color: var(--green_dark);
}

.detail-text .warn p {
    color: var(--orange);
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
}

.detail-text p {
    font-family: Geologica;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0%;
    padding: 32px 0 0;
}

.theses {
    padding: 60px 0 120px;
    width: 100%;
}

.theses .oliv {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.theses ul {
    list-style: none;
    /* Убираем стандартные маркеры */
    padding-left: 0;
    /* Убираем отступ */
}

.theses ul li {
    position: relative;
    padding-left: 34px;
    /* Отступ для кастомного маркера */
    margin-bottom: 10px;
    /* Отступ между пунктами */
    font-family: Geologica;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--green_dark);
}

.theses ul li::before {
    content: '';
    /* Обязательно для псевдоэлемента */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    /* Размер кружочка */
    height: 12px;
    /* Размер кружочка */
    background-color: var(--orange);
    /* Цвет кружочка */
    border-radius: 50%;
    /* Делаем кружочек */
}


/*Описание*/
.Content {
    margin-bottom: 100px;
}

.Content table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border: 1px solid var(--green_dark);
}

.Content table th,
.Content table td {
    border-top: 1px solid var(--green_dark);
    border-bottom: 1px solid var(--green_dark);
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    /* font-light */
    color: var(--green_dark);
}

.Content table th {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    color: var(--green_dark);
    padding: 30px 20px;
}

.Content table tr:last-child th {
    padding: 10px 20px 10px 0;
    border-top: 3px solid var(--green_dark);
    border-bottom: 3px solid var(--green_dark);
    text-align: right;
}

.Content table th h5 {
    font-size: 24px;
    font-weight: 500;
    /* font-medium */
    text-align: left;
    color: var(--green_dark);
    margin: 0;
}


.Content table td {
    text-align: right;
    padding: 10px 20px 10px 0;

}

.Content table td:first-child {
    text-align: left;
    padding: 10px 0px 10px 20px;
}

.Content table tbody tr th {
    border-bottom: 3px solid var(--green_dark);
}
.Content table tbody tr th {
text-align: right;
}

.note {
    width: 100%;
    margin-top: 20px;
}

.note p {
    font-size: 16px;
    font-weight: 300;
    /* font-light */
    color: var(--green_dark);
    line-height: 1.5;
}

.dark_wrapper {
    background: var(--green_dark);
    padding: 48px 32px 48px 32px;
    margin-bottom: 100px;
}

.dark_wrapper h3 {
    color: var(--yellow);
    margin: 32px 0 16px;
}

.icon-block-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    padding: 0px;
}


/*Структура белков*/
.Structure {
    margin-bottom: 100px;
}

.Structure,
.Structure h2,
.Structure h3 {
    color: var(--green_dark);
}

.Structure ul {
    list-style: none;
    /* Убираем стандартные маркеры */
    padding: 32px 0px 32px 0px;
    margin-bottom: 32px;
}

.Structure ul li {
    position: relative;
    padding-left: 34px;
    /* Отступ для кастомного маркера */
    margin-bottom: 10px;
    /* Отступ между пунктами */
    font-family: Geologica;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--green_dark);
}

.Structure ul li::before {
    content: '';
    /* Обязательно для псевдоэлемента */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    /* Размер кружочка */
    height: 12px;
    /* Размер кружочка */
    background-color: var(--orange);
    /* Цвет кружочка */
    border-radius: 50%;
    /* Делаем кружочек */
}

.Structure .note2 {
    padding: 16px 48px 16px 48px;
    border: 3px solid var(--orange);
    margin-bottom: 92px;
}

.Structure .note2 h3 {
    color: var(--orange);
}

.Structure .note2 span {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    margin-bottom: 16px;
    display: block;
}

.Structure .note2 ul {
    padding: 0;
}

.Pictographs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    padding: 0px;
}

.dark_wrapper.last {
    margin-bottom: 0;
}

@media (min-width: 769px) {
    #scrollToTop {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .products-page>.maxwidth-theme {
        background: var(--yellow_light);
    }

    .products-detail {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: flex-start;
        gap: 32px;
        padding: 60px 0px;
    }

    .stbr_12 {
        display: none;
    }

    .img {
        width: 100%;
    }

    .text {
        width: 100%;
    }

    .theses {
        padding: 60px 0;
    }

    .Content {
        margin-bottom: 40px;
    }

    .dark_wrapper {
        padding: 32px 16px 32px 16px;
        margin-bottom: 60px;
    }

    .Structure {
        margin-bottom: 60px;
    }

    .Structure .note2 {
        padding: 16px;
        margin-bottom: 60px;

    }

    .Content table td {
        border-top: 1px solid var(--green_dark);
        border-bottom: 1px solid var(--green_dark);
        padding: 10px;
        font-size: 14px;
    }

    .Content table td {
        text-align: right;
        padding: 10px 5px 10px 0;
    }

    .Content table td:first-child {
        text-align: left;
        padding: 10px 0px 10px 5px;
    }


}