body.bioopt-structured .bread_crumbs_dark {
    position: relative;
    top: auto;
    z-index: 3;
    padding: 117px 0 20px;
}

body.bioopt-template-product .card_product {
    padding-top: 10px;
}

body.bioopt-template-calculator .bioopt-calculator {
    padding: 5px 0 60px;
    background: #fff;
}

body.bioopt-template-calculator .bioopt-calculator__heading {
    max-width: 760px;
    margin-bottom: 32px;
}

body.bioopt-template-calculator .bioopt-calculator__heading h1 {
    font-family: "Avenir Next Medium";
    font-size: 34px;
    font-weight: 500;
    line-height: 1.18;
    position: relative;
    margin: 0 0 14px;
    padding-left: 22px;
    color: #333;
}

body.bioopt-template-calculator .bioopt-calculator__heading h1::after {
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 32px;
    content: "";
    background: linear-gradient(180deg, #FF6400 0%, #76340b 100%);
}

body.bioopt-template-calculator .bioopt-calculator__heading p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #5a6374;
}

body.bioopt-template-calculator #fuel-calculator.bioopt-calculator__panel {
    display: grid;
    max-width: 1180px;
    margin: 0;
    padding: 0;
    grid-template-columns: minmax(0, 1fr);
    border: 1px solid rgba(90, 99, 116, 0.16);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(51, 51, 51, 0.08);
    transition: grid-template-columns 0.35s ease;
}

body.bioopt-template-calculator #fuel-calculator .bioopt-calculator__form {
    padding: 24px;
}

body.bioopt-template-calculator #fuel-calculator .bioopt-calculator__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

body.bioopt-template-calculator #fuel-calculator label {
    display: block;
    margin: 0;
}

body.bioopt-template-calculator #fuel-calculator label span {
    font-family: "Avenir Next Demi";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    margin: 0 0 8px;
    color: #333;
}

body.bioopt-template-calculator #fuel-calculator input,
body.bioopt-template-calculator #fuel-calculator select {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0 16px;
    color: #333;
    border: 1px solid rgba(90, 99, 116, 0.24);
    border-radius: 6px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.bioopt-template-calculator #fuel-calculator select {
    padding-right: 42px;
    background-image: linear-gradient(45deg, transparent 50%, #FF6400 50%), linear-gradient(135deg, #FF6400 50%, transparent 50%);
    background-position: calc(100% - 21px) 24px, calc(100% - 15px) 24px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

body.bioopt-template-calculator #fuel-calculator input:focus,
body.bioopt-template-calculator #fuel-calculator select:focus {
    border-color: #FF6400;
    box-shadow: 0 0 0 3px rgba(255, 100, 0, 0.14);
}

body.bioopt-template-calculator #fuel-calculator button {
    font-family: "Avenir Next Demi";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    display: flex;
    width: 100%;
    height: 58px;
    margin: 24px 0 0;
    color: #fff;
    border: 1px solid #FF6400;
    border-radius: 6px;
    background: #FF6400;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body.bioopt-template-calculator #fuel-calculator button:hover {
    color: #FF6400;
    background: transparent;
}

body.bioopt-template-calculator #fuel-calculator button:active {
    transform: scale(0.98);
}

body.bioopt-template-calculator .bioopt-calculator__result {
    padding: 24px;
    color: #fff;
    background: #333;
    opacity: 0;
    transform: translateY(16px) scale(0.98);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

body.bioopt-template-calculator .bioopt-calculator__result[hidden] {
    display: none;
}

body.bioopt-template-calculator .bioopt-calculator__result.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

body.bioopt-template-calculator .bioopt-calculator__result h2 {
    font-family: "Avenir Next Demi";
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 20px;
    color: #fff;
}

body.bioopt-template-calculator .bioopt-calculator__metrics {
    display: grid;
    gap: 12px;
}

body.bioopt-template-calculator .bioopt-calculator__metrics div {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
}

body.bioopt-template-calculator .bioopt-calculator__metrics span {
    font-size: 13px;
    line-height: 18px;
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.72);
}

body.bioopt-template-calculator .bioopt-calculator__metrics strong {
    font-family: "Avenir Next Demi";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #70e4ab;
}

body.bioopt-template-calculator .bioopt-calculator__result p {
    font-size: 15px;
    line-height: 23px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.82);
}

body.bioopt-template-news_archive .news,
body.bioopt-template-news_article .news {
    padding: 5px 0 55px;
}

body.bioopt-template-news_archive .news .news_popular,
body.bioopt-template-news_archive .news .news_content {
    width: 100%;
}

body.bioopt-template-news_archive .news .news_content .news_items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin: 0;
    align-items: start;
    justify-content: initial;
}

body.bioopt-template-news_archive .news .news_content .news_items .news_item,
body.bioopt-template-news_article .news .popular_content .news_item {
    float: none;
    width: 100%;
    height: auto;
    min-width: 0;
    padding: 0;
    text-align: left;
    border: 0;
    background: transparent;
    box-sizing: border-box;
}

body.bioopt-template-news_archive .news .news_content .news_items .news_item {
    position: relative;
    display: block;
    margin: 0;
    transition: transform 0.3s ease;
}

body.bioopt-template-news_archive .news .news_content .news_items .news_item:hover {
    transform: translateY(-5px);
}

body.bioopt-template-news_archive .news .news_content .news_items .news_item > a {
    position: absolute;
    z-index: 2;
    inset: 0;
}

body.bioopt-template-news_archive .news .news_content .news_items .news_item .img,
body.bioopt-template-news_article .news .popular_content .news_item .img {
    display: block;
}

body.bioopt-template-news_archive .news .news_content .news_items .news_item .img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 220px;
    margin: 0 0 16px;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

body.bioopt-template-news_archive .news .news_content .news_items .news_item .img span {
    right: auto;
    bottom: 16px;
    left: 16px;
    max-width: calc(100% - 32px);
    margin: 0;
    white-space: normal;
}

body.bioopt-template-news_archive .news .news_content .news_items .news_item .text {
    padding: 0;
    margin: 0;
}

body.bioopt-template-news_archive .news .news_content .news_items .news_item .text h3 {
    margin: 0;
    overflow-wrap: anywhere;
}

body.bioopt-template-news_article .news .news_post .news_post_content picture,
body.bioopt-template-news_article .news .news_post .news_post_content img {
    display: block;
    max-width: 100%;
}

body.bioopt-template-news_article .news .news_post .news_post_content article img {
    height: auto;
}

body.bioopt-structured .range .range_slider .slick-prev,
body.bioopt-structured .range .range_slider .slick-next {
    background-size: cover;
}

body.bioopt-structured .range .range_slider .slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4994 3.41683C11.0646 3.41683 3.4161 11.0653 3.4161 20.5002C3.4161 29.935 11.0646 37.5835 20.4994 37.5835C29.9343 37.5835 37.5828 29.935 37.5828 20.5002C37.5828 11.0653 29.9343 3.41683 20.4994 3.41683Z' stroke='%23FF6400' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4995 13.6668L13.6662 20.5002L20.4995 27.3335' stroke='%23FF6400' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.3328 20.5001L13.6661 20.5001' stroke='%23FF6400' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.bioopt-structured .range .range_slider .slick-next {
    background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5001 37.5833C29.9349 37.5833 37.5834 29.9348 37.5834 20.5C37.5834 11.0651 29.9349 3.41663 20.5001 3.41663C11.0652 3.41663 3.41675 11.0651 3.41675 20.5C3.41675 29.9348 11.0652 37.5833 20.5001 37.5833Z' stroke='%23FF6400' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5 27.3333L27.3333 20.5L20.5 13.6666' stroke='%23FF6400' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.6667 20.5H27.3334' stroke='%23FF6400' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

html,
body,
body.bioopt-structured,
body.bioopt-structured .wrapper {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body.bioopt-template-product .card_product {
        padding: 16px 0 44px;
        background: #fff;
    }

    body.bioopt-template-product .card_product .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    body.bioopt-template-product .card_product .card_product_content {
        display: block;
    }

    body.bioopt-template-product .card_product .gallery {
        margin: 0 0 24px;
        overflow: hidden;
        background: #f3eee7;
    }

    body.bioopt-template-product .card_product .gallery .slider_for {
        margin: 0;
    }

    body.bioopt-template-product .card_product .gallery .slider_for .for_img {
        display: flex !important;
        min-height: 0;
        aspect-ratio: 16 / 10;
        align-items: center;
        justify-content: center;
        background: #f3eee7;
    }

    body.bioopt-template-product .card_product .gallery .slider_for .for_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    body.bioopt-template-product .card_product .gallery .slider_nav {
        display: none !important;
    }

    body.bioopt-template-product .card_product .filling .title {
        margin: 0 0 28px;
    }

    body.bioopt-template-product .card_product .filling .title h1 {
        font-family: "Avenir Next Medium";
        font-size: 26px;
        font-weight: 500;
        line-height: 32px;
        margin: 0 0 16px;
        color: #000;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    body.bioopt-template-product .card_product .filling .title .price {
        display: flex;
        margin: 0 0 24px;
        gap: 8px 16px;
        align-items: center;
        flex-wrap: wrap;
    }

    body.bioopt-template-product .card_product .filling .title .price .sum {
        font-size: 16px;
        line-height: 22px;
        margin: 0;
    }

    body.bioopt-template-product .card_product .filling .title .price .in_stock,
    body.bioopt-template-product .card_product .filling .title .price .not_available {
        font-size: 15px;
        line-height: 21px;
        margin: 0;
        padding-left: 16px;
    }

    body.bioopt-template-product .card_product .filling .title .order {
        font-family: "Avenir Next Demi";
        font-size: 15px;
        line-height: 20px;
        width: 100%;
        height: 52px;
        margin: 0;
        border-radius: 4px;
    }

    body.bioopt-template-product .card_product .filling .filling_content .price_ton {
        margin: 0 0 28px;
        padding: 18px 16px;
        gap: 10px;
        border-radius: 4px;
        align-items: flex-start;
    }

    body.bioopt-template-product .card_product .filling .filling_content .price_ton h3,
    body.bioopt-template-product .card_product .filling .filling_content .price_ton strong {
        font-size: 15px;
        line-height: 21px;
        overflow: visible;
        white-space: normal;
        text-overflow: clip;
    }

    body.bioopt-template-product .card_product .filling .filling_content .price_ton h3 {
        min-width: 0;
        padding-right: 0;
    }

    body.bioopt-template-product .card_product .filling .filling_content .price_ton strong {
        width: auto;
        min-width: 92px;
        flex: 0 0 auto;
    }

    body.bioopt-template-product .card_product .filling .filling_content .tabs {
        margin-bottom: 34px;
    }

    body.bioopt-template-product .card_product .filling .filling_content .tabs .tabs_nav {
        overflow-x: auto;
        gap: 24px;
        padding-bottom: 1px;
        border-bottom-color: rgba(0, 0, 0, 0.18);
        -webkit-overflow-scrolling: touch;
    }

    body.bioopt-template-product .card_product .filling .filling_content .tabs .tabs_nav li {
        font-size: 14px;
        line-height: 19px;
        flex: 0 0 auto;
        margin: 0;
        padding: 14px 0;
        white-space: nowrap;
    }

    body.bioopt-template-product .card_product .filling .filling_content .tabs .characteristics {
        padding-top: 22px;
    }

    body.bioopt-template-product .card_product .filling .filling_content .tabs .characteristics p,
    body.bioopt-template-product .card_product .filling .filling_content .tabs .characteristics li,
    body.bioopt-template-product .card_product .filling .filling_content .tabs .tabs_item li {
        font-size: 15px !important;
        line-height: 23px;
    }

    body.bioopt-template-product .card_product .filling .filling_content .tabs .description ul li {
        padding: 14px 0;
        gap: 12px;
        align-items: flex-start;
    }

    body.bioopt-template-product .card_product .filling .filling_content .tabs .description ul li span,
    body.bioopt-template-product .card_product .filling .filling_content .tabs .description ul li i {
        font-size: 14px;
        line-height: 20px;
        overflow: visible;
        width: 50%;
        white-space: normal;
        text-overflow: clip;
    }

    body.bioopt-template-product .card_product .filling .filling_content .tabs .description ul li span {
        padding-right: 0;
    }

    body.bioopt-template-product .card_product .filling .filling_content .tabs .description ul li i {
        padding-left: 0;
    }

    html.bioopt-mobile-nav-open,
    body.bioopt-mobile-nav-open {
        overflow: hidden;
        height: 100%;
    }

    body.bioopt-structured .wrapper {
        width: 100%;
    }

    .header_mobile .header_menu {
        min-height: 54px;
    }

    .header_mobile .header_menu .menu_open {
        font: inherit;
        padding: 17px 0;
        margin: 0;
        border: 0;
        background: transparent;
    }

    .nav_mobile {
        position: fixed;
        z-index: 98;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        padding-top: 0;
        flex-direction: column;
        overflow-y: auto;
        visibility: hidden;
        pointer-events: none;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
        transform: translate3d(0, -100%, 0);
        transition: transform 0.3s ease, visibility 0.3s ease;
    }

    .nav_mobile.active {
        visibility: visible;
        pointer-events: auto;
        transform: translate(0, 0);
    }

    .nav_mobile .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .nav_mobile .logo a {
        width: 127px;
    }

    .nav_mobile .logo a img {
        display: block;
        width: 100%;
    }

    .nav_mobile .logo .close_menu {
        font-size: 32px;
        line-height: 1;
        display: flex;
        width: 32px;
        height: 32px;
        padding: 0;
        color: #fff;
        border: 0;
        background: transparent;
        align-items: center;
        justify-content: center;
    }

    .nav_mobile nav {
        flex: 1 1 auto;
        overflow-y: auto;
        padding-top: 16px;
        padding-bottom: calc(32px + env(safe-area-inset-bottom));
        border-top: 0;
        -webkit-overflow-scrolling: touch;
    }

    .nav_mobile nav ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .nav_mobile nav ul li {
        position: static;
        width: 100%;
        padding: 0;
    }

    .nav_mobile nav ul li a {
        display: flex;
        min-height: 48px;
        padding: 10px 20px;
        align-items: center;
        line-height: 22px;
        white-space: normal;
    }

    .nav_mobile nav ul li ul {
        position: static !important;
        top: auto !important;
        left: auto !important;
        display: block;
        width: 100%;
        min-width: 0;
        height: auto;
        margin: 0;
        padding: 8px 0 10px;
        transform: none !important;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 0;
        background: rgba(0, 0, 0, 0.1);
        opacity: 1;
        visibility: visible;
    }

    .nav_mobile nav ul li ul li {
        padding: 0;
    }

    .nav_mobile nav ul li ul li a {
        min-height: 40px;
        padding: 8px 20px 8px 34px;
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
    body.bioopt-template-calculator .bioopt-calculator {
        padding: 20px 0 80px;
    }

    body.bioopt-template-calculator .bioopt-calculator__heading {
        margin-bottom: 42px;
    }

    body.bioopt-template-calculator .bioopt-calculator__heading h1 {
        font-size: 52px;
        line-height: 1.16;
        padding-left: 26px;
    }

    body.bioopt-template-calculator .bioopt-calculator__heading h1::after {
        top: 8px;
        width: 6px;
        height: 48px;
    }

    body.bioopt-template-calculator #fuel-calculator .bioopt-calculator__form,
    body.bioopt-template-calculator .bioopt-calculator__result {
        padding: 36px;
    }

    body.bioopt-template-calculator #fuel-calculator .bioopt-calculator__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 20px;
    }

    body.bioopt-template-calculator .bioopt-calculator__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.bioopt-template-news_archive .news .news_content .news_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px 3%;
    }

    body.bioopt-template-news_archive .news .news_content .news_items .news_item .img {
        min-height: 240px;
        margin-bottom: 19px;
    }
}

@media (min-width: 1320px) {
    body.bioopt-template-calculator .bioopt-calculator {
        padding: 38px 0 100px;
    }

    body.bioopt-template-calculator .bioopt-calculator__heading h1 {
        font-size: 58px;
        line-height: 79px;
        padding-left: 27px;
    }

    body.bioopt-template-calculator .bioopt-calculator__heading h1::after {
        top: 18px;
        height: 45px;
    }

    body.bioopt-template-calculator #fuel-calculator.bioopt-calculator__panel.is-calculated {
        grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
    }

    body.bioopt-template-calculator .bioopt-calculator__result {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    body.bioopt-template-calculator .bioopt-calculator__metrics {
        grid-template-columns: 1fr;
    }

    body.bioopt-template-news_archive .news .news_popular {
        display: block;
    }

    body.bioopt-template-news_archive .news .news_content .news_items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 48px 2%;
    }

    body.bioopt-structured .products .products_content {
        padding-top: 170px;
    }

    body.bioopt-template-products .products .products_content {
        padding-top: 0;
    }

    body.bioopt-structured .card_product {
        padding-top: 178px;
    }

    body.bioopt-template-product .bread_crumbs_dark {
        padding: 178px 0 20px;
    }

    body.bioopt-template-products .bread_crumbs_dark {
        padding: 178px 0 20px;
    }

    body.bioopt-template-product .card_product {
        padding-top: 39px;
    }
}

@media (min-width: 1680px) {
    body.bioopt-template-calculator .bioopt-calculator .container {
        padding: 0 220px;
    }

    body.bioopt-template-calculator .bioopt-calculator__heading h1 {
        font-size: 64px;
        line-height: 87px;
    }

    body.bioopt-template-news_archive .news .news_content {
        padding: 0 120px;
    }

    body.bioopt-template-news_archive .news .news_popular {
        padding: 0;
    }
}
