@media (min-width: 1600px) { /* istok-web-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/istok-web-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* istok-web-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Istok Web';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/istok-web-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* istok-web-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/istok-web-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* istok-web-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Istok Web';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/istok-web-v24-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
:root {
    --column-width: 1440px;
    --offset: calc(50% - (var(--column-width) / 2));
    --color-black: #1f1f1f;
    --color-white: #ffffff;
    --color-light-grey: #d2d2d2;
    --color-grey: #aeaeae;
    --color-blue2: #2d9cdb;
    --color-red: #c81317;
    --color-red-hover: #b80c10;
    --color-skin: #f3e4b9;
    --color-green2: #27ae60;
}

body,
input,
textarea,
select {
    font-family: "Istok Web", sans-serif ;
    font-size: 16px;
    -webkit-text-size-adjust: none;
}

#transition-disabled * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

img,
svg {
    max-width: 100%;
    display: block;
}

* {
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
form,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
span,
b,
i,
input,
textarea,
fieldset {
    margin: 0;
    padding: 0;
}

.none {
    display: none;
}

.fade-out {
    opacity: 1;
    transition: 0.3s;
    pointer-events: auto;
}

.fade-out.active {
    opacity: 0;
    pointer-events: none;
}

.fade-in {
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.fade-in.active {
    opacity: 1;
    pointer-events: auto;
}

.container {
    padding-left: var(--offset);
    padding-right: var(--offset);
}

.container-offset {
    width: var(--column-width);
    margin-left: auto;
    margin-right: auto;
}

img[srcset] {
    object-fit: scale-down !important;
    object-position: center !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

#loader.active {
    opacity: 1;
    pointer-events: auto;
}

#loader path {
    fill: var(--color-second);
}

a {
    text-decoration: none;
}

.h1 {
    font-size: 46px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 500;
    line-height: 58px;
}

.h2 {
    font-size: 46px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 58px;
    text-transform: uppercase;
}

.h3 {
    font-size: 30px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 42px;
    text-transform: uppercase;
}

.h4 {
    font-size: 26px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
}

.h5 {
    font-size: 20px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.subtitle {
    font-size: 22px;
    font-family: "Istok Web", sans-serif ;
    line-height: 32px;
}

.extra-text {
    font-size: 16px;
    font-family: "Istok Web", sans-serif ;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
}

.footer {
    font-size: 16px;
    font-family: "Istok Web", sans-serif ;
    line-height: 24px;
}

.footer-title {
    font-size: 15px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.menu {
    font-size: 15px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.button-normal {
    font-size: 16px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
}

.button-small {
    font-size: 14px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.button-small-2 {
    font-size: 13px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 24px;
}

.lang {
    font-size: 13px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 700;
    line-height: 22px;
}

.cookie-headline {
    font-size: 14px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 24px;
}

.cookie {
    font-family: "Istok Web", sans-serif ;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.main-text {
    font-size: 18px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 300;
    line-height: 30px;
}

.filter {
    font-size: 16px;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 24px;
}

.bread-crumbs {
    font-size: 14px;
    font-family: Raleway;
    font-weight: 500;
    line-height: 20px;
}

.little-text {
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.color-black {
    color: var(--color-black);
}

.color-grey {
    color: var(--color-grey);
}

.color-light-grey {
    color: var(--color-light-grey);
}

.color-white {
    color: var(--color-white);
}

.color-red {
    color: var(--color-red);
}

.color-red-hover {
    color: var(--color-red-hover);
}

.color-green2 {
    color: var(--color-green2);
}

/* 404 */

.error-404 {
    position: relative;
}

.breadcrumbs-404 {
    /* margin-top: 84px; */
    /* margin-left: var(--offset); */
    position: absolute;
    top: 94px;
    left: calc(var(--offset) + 80px);
}

.error-404-content-inner {
    padding: 0 80px;
}

.breadcrumbs-404 .breadcrumbs {
    margin: 0;
}

.breadcrumbs-404 .container {
    padding: 0;
}

.error-404-content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 572px;
}

.error-404-image {
    display: block;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: contain;
}

.error-404-title {
    display: block;
    width: 570px;
    margin-top: 221px;
    margin-bottom: 15px;
    font-size: 64px;
    font-family: "Istok Web", sans-serif ;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    text-transform: uppercase;
}

.error-404-description {
    width: 570px;
}

.btn-section-404 {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}

.error-404-content .btn-home {
    display: flex;
    padding: 14px 50px;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    border-radius: 8px;
    text-transform: uppercase;
    font-family: "Istok Web", sans-serif ;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    border: 2px solid var(--color-red);
}


.error-404-content .btn-catalog {
    display: flex;
    padding: 14px 50px;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    border-radius: 8px;
    text-transform: uppercase;
    font-family: "Istok Web", sans-serif ;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    background: var(--color-red);
    border: 2px solid var(--color-red);
}

.btn-home:hover {
    transition: 0.3s;
    color: var(--color-white);
    background: var(--color-red);
}

.btn-catalog:hover {
    transition: 0.3s;
    color: var(--color-red);
    background: transparent;
    border: 2px solid var(--color-red);
}

.mb {
    margin-bottom: 80px;
}

/* MODALS */

body {
    position: relative;
}

html {
    height: 100%;
    position: relative;
}

.modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10000;
}

.modal3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10001;
}

.modal4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10001;
}

.modal2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10001;
}

.container-modal {
    border-radius: 10px;
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 70px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.closemodal {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
}

.closemodal svg {
    width: 16px;
    height: 16px;
}

.mobile {
    display: none !important;
}
 
    .breadcrumbs {
        background: var(--color-back-and-stroke);
        margin-top: 30px;
        margin-bottom: 40px;
        padding: 5px var(--offset);
        position: relative;
        z-index: 1;
    }

    .breadcrumbs-inner {
        display: inline;
        list-style: none;
    }

    .breadcrumbs-item {
        display: inline;
    }

    .breadcrumbs-link {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        display: inline;
    }

    .breadcrumbs-link::after {
        content: url(/images/icons/breadcrumbs-arrow.svg);
        display: inline-block;
        margin: 0 2.1px;
    }

    .breadcrumbs-last::after {
        display: none;
    }

    .breadcrumbs-last {
        color: var(--color-light-grey);
    }

 
    .product-card-line {
        content: '';
        display: flex;
        flex: 1;
        margin: 0 10px;
        margin-bottom: 5px;
        border: none;
        border-bottom: 1.5px dashed #1F1F1F;
    }

    .product-card-content-item {
        width: 100%;
        display: flex;
        justify-content: space-between;

    }

 
    .ingradient-big-card {
        background-image: url('/images/ingradient-group.png');
        display: block;
        position: relative;
        z-index: 1;
        width: auto;
        height: fit-content;
    }

    .ingradient-big-card-content {
        padding: 59px 80px;
    }

    .ingradient-big-card-title {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        text-transform: uppercase;
    }

    .ingradient-big-card-desc {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }

    .ingradient-big-card-desc ul {
        margin-left: 20px;
    }

    .ingradient-big-card-desc p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ingradient-big-card-desc li {
        margin-bottom: 10px;
    }

    .ingradient-big-card-desc li:last-child {
        margin-bottom: 0;
    }

 
    .big-image-card {
        position: relative;
        height: 700px;
    }

    .card-title {
        text-align: center;
    }

    .descrtiption-card-block {
        position: relative;
    }

    .big-card-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .big-card-top {
        padding-top: 100px;
    }

    .big-image-card-gradient {
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        z-index: 1;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        background: radial-gradient(74% 74% at 50% 55.43%, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%);
        object-fit: cover;
    }

    .big-image-card-img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 1440px;
        height: 700px;
        margin: auto;
        object-fit: cover;
    }

    .card-image-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .card-image-title {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        width: 900px;
    }

    .card-image-desc {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .btn-block {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn {
        display: inline-block;
        align-items: center;
        padding: 14px 50px;
        border-radius: 8px;
        margin-top: 40px;
        background: var(--color-red);
        transition: .3s;
    }

    .btn:hover {
        color: var(--color-red);
        background: var(--color-white);
    }

 
    .search-items {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        width: 100%;
        padding: 20px;
        background: #FFFFFF;
        box-shadow: 0px 8px 16px 8px rgba(131, 131, 131, 0.15);
        transition: .5s;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        margin-top: 15px;
    }

    .search-items.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .search-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .search-item:last-child {
        margin-bottom: 0;
    }

    .search-item-title {
        font-size: 13px;
        font-family: "Istok Web", sans-serif ;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        text-transform: uppercase;
    }

    .search-item:hover .search-item-title {
        text-decoration: underline;
    }

    .search-item-image {
        width: 68px;
        height: 55px;
        flex-shrink: 0;
        margin-right: 10px;
        object-fit: cover;
    }

    .search-btn {
        display: block;
        text-align: center;
    }

    .header {
        display: block;
        position: relative;
        z-index: 100;
        height: 158px;
        width: 100%;
        top: 0;
        margin: auto;
        height: 94px;
        transition: .3s;
    }

    .header-main {
        background: transparent;
        transition: .3s;
    }

    header:hover .header-main {
        background: var(--color-white);
    }

    header.fixed,
    header:hover {
        background: #fff;
        position: sticky;
        top: 0;
        width: 100%;
        height: 113px;
        z-index: 1001;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    }

    header.fixed .menu,
    header:hover .menu {
        color: var(--color-black);
    }

    header.fixed .header-item,
    header:hover .header-item {
        color: var(--color-black);
    }

    header.fixed .header-icon-search,
    header:hover .header-icon-search {
        content: url('/images/icons/search-black.svg');
        width: 24px;
        height: 24px;
    }

    header.fixed .header-icon-account,
    header:hover .header-icon-account {
        content: url('/images/account-black-user.svg');
        width: 24px;
        height: 24px;
    }


    header.fixed .header-inner {
        padding-top: 21px;
        margin-bottom: 15px;
    }

    header.fixed .header-left {
        margin-top: 14px;
    }

    header.fixed .header-right {
        margin-top: 14px;
    }

    .header-inner {
        display: flex;
        justify-content: space-between;
        padding-top: 32px;
        padding-left: 80px;
        padding-right: 80px;
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
    }

    .header-left {
        display: flex;
        justify-content: flex-start;
        margin-top: 26px;
    }

    .menu {
        width: auto;
        margin-right: 80px;
        font-weight: 700;
    }

    .menu:last-child {
        margin-right: 0;
    }

    .menu:hover {
        color: var(--color-red);
    }

    header.fixed .menu:hover {
        color: var(--color-red);
    }

    .header-logo {
        display: flex;
        justify-content: center;
        margin-right: 190px;

    }

    .logo {
        height: 82px;
        object-fit: cover;
        width: auto;
    }

    .header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 26px;
        height: 24px;
    }

    .header-icon {
        object-fit: cover;
        cursor: pointer;
        width: 24px;
        height: 24px;
    }

    .header-item {
        margin-right: 28px;
    }

    .header-item:last-child {
        margin-right: 0;
    }

    .header-item:hover {
        text-decoration: underline;
    }

    .header-item.active {
        display: flex;
        padding: 1px 10px;
        align-items: flex-start;
        gap: 10px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.30);
    }

    header.fixed .header-item.active,
    header:hover .header-item.active {
        background: rgba(31, 31, 31, 0.08);
    }

    .header-title {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 120px;
        position: relative;
        z-index: 1;
    }

    .header-desc {
        display: flex;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
        position: relative;
        z-index: 1;
    }

    .header-search-input {
        width: 365px;
        height: 35px;
        gap: 8px;
        padding: 10px 35px;
        border: none;
        border-bottom: 1px solid #000000;
        background: transparent;
    }

    .search.active {
        display: flex;
        justify-content: flex-start;
        position: absolute;
        z-index: 100;
        /* width: 385px; */
        background: transparent;
    }

    .header-search {
        display: none;
    }

    .search.active .header-search {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        /* width: 385px; */
        /* height: 24px; */
        border: none;
    }

    .header-search svg {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-search-icon {
        left: 0;
    }

    .header-search-icon-close {
        right: 0;
        cursor: pointer;
    }

    .header-icon-search {
        width: 24px;
        height: 24px;
    }

    .header-search {
        display: none;
    }

    .card-arrow-right {
        display: block;
        position: absolute;
        top: 60px;
        right: 30px;
        z-index: 1;
        cursor: pointer;
        width: 45px;
        height: 45px;
        img {
            object-fit: cover;
            width: 100%;
        }
    }

    .card-arrow-left {
        display: block;
        position: absolute;
        top: 60px;
        left: 30px;
        z-index: 1;
        cursor: pointer;
        width: 45px;
        height: 45px;
        img {
            object-fit: cover;
            width: 100%;
        }
    }

    .header-menu {
        background: #fff;
        position: absolute;
        padding: 30px 80px 15px 80px;
        align-items: center;
        box-shadow: 0px 14px 16px 0px rgba(0, 0, 0, 0.08);
        top: 100%;
        left: 0;
        width: 100%;
        transition: .3s;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

    .product-menu-block:hover .header-menu {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
    }

    .product-menu-block {
        transition: .3s;
    }

    .menu-item-title {
        text-align: center;
        font-size: 13px;
        font-family: "Istok Web", sans-serif ;
        font-style: normal;
        font-weight: 800;
        line-height: 20px;
        color: var(--color-black);
        padding-top: 5px;
        transition: .3s;
        margin-left: -20px;
    }

    .menu-item {
        height: 110px;
        margin-top: 10px;
        margin-bottom: 10px;
        transition: .3s;
        min-width: calc(100% / 10);
    }

    .menu-item:hover {
        min-width: 150px;
        height: 120px;
        margin-right: 20px;
        /* margin-top: 0; */
        margin-bottom: 0;
        color: var(--color-red);
    }

    .menu-item:hover .menu-item-title {
        color: var(--color-red);
        margin: 0;
    }


    .menu-item-img {
        width: 110px;
        height: 80px;
        transition: .3s;
        border-radius: 8px;
    }

    .menu-item:hover .menu-item-img {
        width: 150px;
        height: 100px;
    }

    .products-menu {
        position: relative;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        transition: .3s;
        gap: 13px;
    }

    .menu {
        transition: .3s;
    }

    .product-menu-block:hover .menu {
        color: var(--color-red) !important;
    }

    #products-menu {
        scroll-behavior: smooth;
        cursor: grab;
    }
    #products-menu:hover {
        cursor: grabbing;
    }

 

    .pass-status {
        position: absolute;
        width: 22px;
        height: 22px;
        bottom: -5px;
        right: 26px;
        cursor: pointer;
        user-select: none;
    }

    .pass-status svg {
        width: 22px;
        height: 22px;
    }

    .pass-status .hide {
        display: none;
    }

    .pass-status.active .hide {
        display: block;
    }

    .input-block {
        display: flex;
        flex-direction: column;
    }

    .input {
        width: 100%;
        box-sizing: border-box;
        background: none;
        border: none;
        border-bottom: 1px solid var(--color-white);
        margin-right: 27px;
        padding: 8px 10px 10px 0;
    }

    input::placeholder {
        color: var(--color-grey);
    }

    .label-input {
        font-family: "Istok Web", sans-serif ;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        text-transform: uppercase;
        position: relative;

    }

 
    .btn {
        display: inline-block;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        text-align: center;
        padding: 14px 50px;
        border-radius: 8px;
        margin-top: 20px;
        background: var(--color-red);
        border: none;
        transition: .3s;
        text-transform: uppercase;
        font-family: Raleway;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 171.429% */
        text-transform: uppercase;
    }

    .btn:hover {
        color: var(--color-white);
        background: var(--color-red-hover);
    }

 
    .register-model-error {
        margin-top: 5px;
        display: none;
    }

    .modal-description a {
        text-decoration: underline;
        transition: .3s;
        color: var(--color-grey);
    }

    .modal-description a:hover {
        color: var(--color-black);
    }

    .modal-description {
        width: 360px;
        text-align: center;
        font-family: "Istok Web", sans-serif ;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin-top: 15px;
    }

    .btn-link {
        margin-top: 15px;
        text-decoration: underline;
        transition: .3s;
        cursor: pointer;
    }

    .btn-link:hover {
        color: var(--color-black);
    }

    .membership-modal-text {
        width: 361px;
        text-align: center;
    }

    .form-input {
        width: 361px;
        border-bottom: 1px solid var(--color-black);
        margin-bottom: 25px;
    }

    .form-input:last-child {
        margin-bottom: 0;
    }

    .container-modal-account {
        width: 501px;
    }

    .account-modal-title {
        align-self: flex-start;
        margin-bottom: 20px;
    }

    .container-modal-account .header-search-form {
        margin: 0;
        margin-bottom: 20px;
    }

    .container-modal-account .header-search-input {
        border: 1px solid var(--color-line);
    }

    .modal-account-blocks {
        align-self: flex-start;
        height: 800px;
        width: 100%;
        overflow: auto;
    }

    .modal-account-blocks::-webkit-scrollbar {
        width: 3px;
    }

    .modal-account-blocks::-webkit-scrollbar-track {
        background: #E6E6E6;
    }

    .modal-account-blocks::-webkit-scrollbar-thumb {
        background: var(--color-main);
    }

    .modal-account-block-title {
        margin-bottom: 10px;
    }

    .modal-account-block {
        margin-bottom: 12px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-account-block-city {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        margin-bottom: 8px;
        cursor: pointer;
    }

    .modal-cities-block-city-top {
        font-weight: 600;
    }

    .modal-cities-block-city:hover {
        text-decoration: underline;
    }

 
    .login-error {
        display: none;
        text-align: center;
        margin-top: 10px;
    }

    .sign-in-modal-description {
        margin-bottom: 15px;
        width: 100%;
    }

    .modal-description-link {
        text-decoration: underline;
        transition: .3s;
    }

    .modal-description-link:hover {
        color: var(--color-black);
    }

    .modal-description {
        width: 360px;
        text-align: center;
        font-family: "Istok Web", sans-serif ;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin-top: 15px;
    }

    .btn-link {
        margin-top: 15px;
        text-decoration: underline;
        transition: .3s;
    }

    .btn-link:hover {
        color: var(--color-black);
    }

    .btn-link-right {
        margin-top: 10px;
        text-align: right;
        float: right;
        font-family: "Istok Web", sans-serif ;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        text-decoration: underline;
        transition: .3s;
    }

    .membership-modal-text {
        width: 361px;
        text-align: center;
    }

    .form-input {
        width: 361px;
        border-bottom: 1px solid var(--color-black);
        margin-bottom: 25px;
    }

    .form-input:last-child {
        margin-bottom: 0;
    }

    .container-modal-sign-in {
        width: 501px;
    }

    .sign-in-modal-title {
        align-self: flex-start;
        margin-bottom: 20px;
    }

    .container-modal-sign-in .header-search-form {
        margin: 0;
        margin-bottom: 20px;
    }

    .container-modal-sign-in .header-search-input {
        border: 1px solid var(--color-line);
    }

    .modal-sign-in-blocks {
        align-self: flex-start;
        height: 800px;
        width: 100%;
        overflow: auto;
    }

    .modal-sign-in-blocks::-webkit-scrollbar {
        width: 3px;
    }

    .modal-sign-in-blocks::-webkit-scrollbar-track {
        background: #E6E6E6;
    }

    .modal-sign-in-blocks::-webkit-scrollbar-thumb {
        background: var(--color-main);
    }

    .modal-sign-in-block-title {
        margin-bottom: 10px;
    }

    .modal-sign-in-block {
        margin-bottom: 12px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-sign-in-block-city {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        margin-bottom: 8px;
        cursor: pointer;
    }

    .modal-cities-block-city-top {
        font-weight: 600;
    }

    .modal-cities-block-city:hover {
        text-decoration: underline;
    }

 
    .form-answer {
        display: none;
        margin-top: 5px;
    }

    .form-modal-forgot {
        display: none;
    }

    .form-modal-forgot.active {
        display: block;
    }

    .password-recovery-modal-description {
        width: 361px;
        margin-bottom: 15px;
    }

    .modal-description-link {
        text-decoration: underline;
        transition: .3s;
    }

    .modal-description-link:hover {
        color: var(--color-black);
    }

    .modal-description {
        width: 360px;
        text-align: center;
        font-family: "Istok Web", sans-serif ;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin-top: 15px;
    }

    form .btn {
        width: 100%;
    }

    .btn-link {
        margin-top: 15px;
        text-decoration: underline;
        transition: .3s;
    }

    .btn-link:hover {
        color: var(--color-black);
    }

    .btn-link-right {
        margin-top: 10px;
        text-align: right;
        float: right;
        font-family: "Istok Web", sans-serif ;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        text-decoration: underline;
        transition: .3s;
    }

    .password-btn-block {
        display: flex;
        justify-content: space-between;
        width: 361px;
    }

    .membership-modal-text {
        width: 361px;
        text-align: center;
    }

    .form-input {
        width: 361px;
        border-bottom: 1px solid var(--color-black);
        margin-bottom: 25px;
    }

    .form-input:last-child {
        margin-bottom: 0;
    }

    .container-modal-sign-in {
        width: 501px;
    }

    .password-recovery-modal-title {
        align-self: flex-start;
        margin-bottom: 20px;
    }

    .container-modal-password-recovery .header-search-form {
        margin: 0;
        margin-bottom: 20px;
    }

    .container-modal-password-recovery .header-search-input {
        border: 1px solid var(--color-line);
    }

    .modal-password-recovery-blocks {
        align-self: flex-start;
        height: 800px;
        width: 100%;
        overflow: auto;
    }

    .modal-password-recovery-blocks::-webkit-scrollbar {
        width: 3px;
    }

    .modal-password-recovery-blocks::-webkit-scrollbar-track {
        background: #E6E6E6;
    }

    .modal-password-recovery-blocks::-webkit-scrollbar-thumb {
        background: var(--color-main);
    }

    .modal-password-recovery-block-title {
        margin-bottom: 10px;
    }

    .modal-password-recovery-block {
        margin-bottom: 12px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-password-recovery-block-city {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        margin-bottom: 8px;
        cursor: pointer;
    }

    .modal-cities-block-city-top {
        font-weight: 600;
    }

    .modal-cities-block-city:hover {
        text-decoration: underline;
    }

 
    .modal-loyalty {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        z-index: 10001;
    }

    .modal-description-link {
        text-decoration: underline;
        transition: .3s;
    }

    .modal-description-link:hover {
        color: var(--color-black);
    }

    .modal-description {
        width: 360px;
        text-align: center;
        font-family: "Istok Web", sans-serif ;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin-top: 15px;
    }

    .btn-link {
        margin-top: 15px;
        text-decoration: underline;
        transition: .3s;
        cursor: pointer;
    }

    .btn-link:hover {
        color: var(--color-black);
    }

    .membership-modal-text {
        width: 361px;
        text-align: center;
    }

    .form-input {
        width: 361px;
        border-bottom: 1px solid var(--color-black);
        margin-bottom: 25px;
    }

    .form-input:last-child {
        margin-bottom: 0;
    }

    .container-modal-loyalty {
        width: 501px;
    }

    .loyalty-modal-title {
        align-self: flex-start;
        margin-bottom: 20px;
    }

    .container-modal-loyalty .header-search-form {
        margin: 0;
        margin-bottom: 20px;
    }

    .container-modal-loyalty .header-search-input {
        border: 1px solid var(--color-line);
    }

    .modal-cities-block-city-top {
        font-weight: 600;
    }

    .modal-cities-block-city:hover {
        text-decoration: underline;
    }

 
    .cookie-item {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 24px;
        left: 24px;
        background: var(--color-red);
        border-radius: 10px;
        padding: 24px;
        max-width: fit-content;
        width: 100%;
        z-index: 99999999999;
        transform: translateX(calc(-100% - 50px));
    }

    .cookie-item.cookie-popup-shown {
        transform: translateX(0);
        transition: transform 0.3s ease-in-out;
    }

    .cookie__info {
        display: flex;
    }

    .cookie__img {
        margin-right: 8px;
        min-width: 40px;
        height: 40px;
    }

    .cookie__text {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.5;
        color: #fff;
    }

    .cookie__btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px;
    }

    .cookie__link {
        font-weight: 600;
        font-size: 18px;
        line-height: 40px;
        color: #efefef;
    }

    .cookie__close {
        line-height: 40px;
        margin-left: 24px;
        font-weight: 600;
        font-family: Montserrat, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 18px;
        padding: 0 35px;
        border-radius: 5px;
        background: none;
        line-height: 45px;
        border: 1px solid;
        cursor: pointer;
        color: #fff;
        transition: background-color 0.5s;
    }


 
    .footer-block {
        width: 100%;
        padding: 50px 80px;
        background: var(--color-white);
        border: none;
        border-top: 1px solid #E2E2E2;
    }

    .footer-inner {
        display: flex;
        justify-content: flex-start;
    }

    .footer-right-section {
        display: flex;
        justify-content: flex-start;
        margin-left: 258px;
    }

    .footer-title {
        margin-bottom: 10px;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        margin-right: 130px;
    }

    .footer-column:last-child {
        margin-right: 0;
    }

    .footer-list-item {
        margin-bottom: 6px;
    }

    .footer-list-item:hover {
        text-decoration: underline;
    }

    .footer-list-item:last-child {
        margin-bottom: 0;
    }

    .footer-logo-section {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .logo {
        object-fit: cover;
    }

    .copyright {
        margin-top: 20px;
    }

    .contacts-footer-section {
        width: 194px;
    }

    .footer-social {
        display: flex;
        justify-content: flex-start;
        margin-top: 25px;
    }

    .footer-social-img {
        width: 32px;
        height: 32px;
        margin-right: 15px;
    }
    .link-download {
        color: var(--color-red);
    }

 
    .page-bg-overlay {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 9999;
    }

    .page-bg-overlay.active {
        opacity: 1;
    }

    .big-image-card-img {
        filter: brightness(0.8);
    }

    .teste_bg {
        opacity: 0;
        bottom: -100%;
        position: fixed;
        transition: all 0.3s;
        z-index: -1;
        width: 100%;
    }

    .teste_bg.active {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        opacity: 1;
    }

    .warning {
        padding: 12px 15px;
        border-radius: 6px;
        border: 1.2px dashed var(--red, #C81317);
        background: rgba(200, 19, 23, 0.05);
        margin-top: 25px;
    }

    .warning-title {
        margin-bottom: 2px;
    }

    .breadcrumbs-block {
        position: absolute;
        padding: 0 80px;
        z-index: 2;
    }

    /* Slider */

    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir="rtl"] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }

    .main-slider-wrapper {
        position: relative;
        width: 1440px;
        height: 450px;
        margin-bottom: 50px;
    }

    .main-slide-grad {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 18.68%, rgba(0, 0, 0, 0.49) 49.09%);
    }

    .main-slide {
        position: relative;
        width: 100%;
        height: 450px;
        text-align: center;
    }

    .main-slide-container {
        height: 100%;
    }

    .main-slide-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .main-slide-img.mobile {
        display: none;
    }

    .main-slide-content {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        margin-top: 150px;
        align-self: center;
        align-items: center;
        text-align: center;
        height: 100%;
        position: relative;
        z-index: 1;
    }

    .main-slide-title {
        margin-bottom: 15px;
        font-size: 52px;
        line-height: 58px;
        text-transform: uppercase;
        color: #ffffff;
    }

    .main-slide-desc {
        margin-bottom: 45px;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 28px;
        color: #ffffff;
        width: 610px;
    }

    .main-slider-wrapper .arrow-prev-svg,
    .main-slider-wrapper .arrow-next-svg,
    .main-catalog-wrapper .arrow-prev-svg,
    .main-catalog-wrapper .arrow-next-svg {
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    .main-slider-wrapper .arrow-prev-svg,
    .main-catalog-wrapper .arrow-prev-svg {
        position: absolute;
        left: 29px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .main-slider-wrapper .arrow-next-svg,
    .main-catalog-wrapper .arrow-next-svg {
        position: absolute;
        right: 29px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .main-slider-wrapper .arrow-prev-svg circle,
    .main-slider-wrapper .arrow-next-svg circle {
        fill-opacity: 0.2;
        transition: 0.3s;
    }

    .main-slider-wrapper .arrow-prev-svg:hover circle,
    .main-slider-wrapper .arrow-next-svg:hover circle {
        fill-opacity: 0.45;
    }

    .main-slider .slick-dots,
    .main-catalog-slider .slick-dots {
        display: none;
        list-style: none;
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .main-slider .slick-dots li,
    .main-catalog-slider .slick-dots li {
        flex-shrink: 1;
        margin: 0 5px;
    }

    .main-slider .slick-dots li button,
    .main-catalog-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 7px;
        height: 7px;
        padding: 0;
        list-style: none;
        background: rgba(255, 255, 255, 0.6);
        border: none;
        border-radius: 5px;
        cursor: pointer;
        opacity: 0.6000000238418579;
        transition: 0.3s;
    }

    .main-slider .slick-dots .slick-active button,
    .main-catalog-slider .slick-dots .slick-active button {
        width: 7px;
        height: 7px;
        background: #ffffff;
        opacity: 1;
        position: relative;
    }


    .product-content {
        display: flex;
        justify-content: flex-start;
        padding: 0 80px;
        margin-bottom: 25px;
    }

    .product-image-block {
        margin-right: 70px;
        margin-bottom: 73px;
    }

    .product-image {
        width: 450px;
        height: 443px;
        border-radius: 8px;
        border: 1px solid var(--color-red-hover);
        object-fit: contain;
    }

    .product-content-desc {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        width: 760px;
    }

    .product-description-title {
        margin-top: 21px;
    }

    .product-catalog-content-title {
        margin-top: 25px;
    }

    .product-catalog-item-image {
        width: 100px;
        height: 100px;
        border-radius: 100px;
        object-fit: cover;
    }

    .product-catalog-item-title {
        width: 100px;
    }

    .product-catalog {
        display: flex;
        flex-wrap: wrap;
        align-self: flex-start;
    }

    .product-features-title {
        display: flex;
        justify-content: flex-start;
        margin-top: 40px;
        cursor: pointer;
    }

    .product-arrow {
        display: flex;
        align-self: center;
        width: 14px;
        height: 14px;
        margin-left: 8px;
        transition: .3s;
        transform: rotate(180deg);
    }

    .product-features-title.active .product-arrow {
        transform: rotate(0);
    }

    .product-card-energy {
        display: flex;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        border-radius: 8px;
        background: var(--color-skin);
        width: 450px;
    }

    .product-card-content {
        display: flex;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        border-radius: 8px;
        background: var(--color-skin);
        width: 760px;
    }

    .product-card-content-scroll {
        max-height: 236px;
        overflow: auto;
        height: 100%;
    }

    .product-card-content-scroll::-webkit-scrollbar {
        width: 3px;
    }

    .product-card-content-scroll::-webkit-scrollbar-track {
        background: #E6E6E6;
    }

    .product-card-content-scroll::-webkit-scrollbar-thumb {
        background: var(--color-red);
    }

    .product-card-desc {
        display: flex;
        justify-content: flex-start;
        padding: 0 80px;
        margin-bottom: 80px;
    }

    .product-card-desc {
        display: none;
    }

    .product-card-desc.active {
        display: flex;
    }

    .product-card-content-title {
        margin-bottom: 12px;
    }

    .product-card-desc-content {
        margin-right: 70px;
    }

    .product-card-desc-content:last-child {
        margin-right: 0;
    }

    .banner {
        display: block;
        height: 330px;
        top: 0;
    }

    .banner-img {
        display: block;
        position: absolute;
        object-fit: cover;
        height: 450px;
        top: 100px;
        left: auto;
        width: 1440px;
        z-index: -1;
        object-fit: cover;
    }

    .banner-title {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        align-self: center;
        position: relative;
        width: 900px;
        z-index: 1;
    }

    .banner-desc {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        align-self: center;
        width: 900px;
        margin-top: 25px;
        position: relative;
        z-index: 1;
    }

    .product-catalog a {
        color: var(--color-black);
    }

    .taste {
        border: 1px solid;
        padding: 5px 15px;
        gap: 5px;
        border-radius: 100px;
        font-weight: 700;
        z-index: 10;
        transition: 0.2s;
    }

    .taste:hover {
        border-color: var(--taste-color, #000);
        color: var(--taste-color, #000);
    }

    .taste.active {
        border-color: var(--taste-color, #000);
        color: var(--taste-color, #000);
    }

    .teste-wrapper {
        gap: 10px;
    }

 }@media (max-width: 1600px) and (min-width: 1000px) { /* istok-web-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/istok-web-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* istok-web-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Istok Web';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/istok-web-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* istok-web-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/istok-web-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* istok-web-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Istok Web';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/istok-web-v24-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
:root {
    --column-width: 100vw;
    --offset: calc(50% - (var(--column-width) / 2));
    --color-black: #1f1f1f;
    --color-white: #ffffff;
    --color-light-grey: #d2d2d2;
    --color-grey: #aeaeae;
    --color-blue2: #2d9cdb;
    --color-red: #c81317;
    --color-red-hover: #b80c10;
    --color-skin: #f3e4b9;
    --color-green2: #27ae60;
}

body,
input,
textarea,
select {
    font-family: "Istok Web", sans-serif ;
    font-size: 1.1111vw;
    -webkit-text-size-adjust: none;
}

#transition-disabled * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

img,
svg {
    max-width: 100%;
    display: block;
}

* {
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
form,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
span,
b,
i,
input,
textarea,
fieldset {
    margin: 0;
    padding: 0;
}

.none {
    display: none;
}

.fade-out {
    opacity: 1;
    transition: 0.3s;
    pointer-events: auto;
}

.fade-out.active {
    opacity: 0;
    pointer-events: none;
}

.fade-in {
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.fade-in.active {
    opacity: 1;
    pointer-events: auto;
}

.container {
    padding-left: var(--offset);
    padding-right: var(--offset);
}

.container-offset {
    width: var(--column-width);
    margin-left: auto;
    margin-right: auto;
}

img[srcset] {
    object-fit: scale-down !important;
    object-position: center !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

#loader.active {
    opacity: 1;
    pointer-events: auto;
}

#loader path {
    fill: var(--color-second);
}

a {
    text-decoration: none;
}

.h1 {
    font-size: 3.1944vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 500;
    line-height: 4.0278vw;
}

.h2 {
    font-size: 3.1944vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 4.0278vw;
    text-transform: uppercase;
}

.h3 {
    font-size: 2.0833vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 2.9167vw;
    text-transform: uppercase;
}

.h4 {
    font-size: 1.8056vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 2.5vw;
    text-transform: uppercase;
}

.h5 {
    font-size: 1.3889vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 1.9444vw;
    text-transform: uppercase;
}

.subtitle {
    font-size: 1.5278vw;
    font-family: "Istok Web", sans-serif ;
    line-height: 2.2222vw;
}

.extra-text {
    font-size: 1.1111vw;
    font-family: "Istok Web", sans-serif ;
    line-height: 1.8056vw;
    font-weight: 400;
    font-style: normal;
}

.footer {
    font-size: 1.1111vw;
    font-family: "Istok Web", sans-serif ;
    line-height: 1.6667vw;
}

.footer-title {
    font-size: 1.0417vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 1.6667vw;
    text-transform: uppercase;
}

.menu {
    font-size: 1.0417vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 700;
    line-height: 1.6667vw;
    text-transform: uppercase;
}

.button-normal {
    font-size: 1.1111vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 800;
    line-height: 1.6667vw;
    text-transform: uppercase;
}

.button-small {
    font-size: 0.9722vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 700;
    line-height: 1.6667vw;
    text-transform: uppercase;
}

.button-small-2 {
    font-size: 0.9028vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 1.6667vw;
}

.lang {
    font-size: 0.9028vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 700;
    line-height: 1.5278vw;
}

.cookie-headline {
    font-size: 0.9722vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 1.6667vw;
}

.cookie {
    font-family: "Istok Web", sans-serif ;
    font-size: 0.9028vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3889vw;
}

.main-text {
    font-size: 1.25vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 300;
    line-height: 2.0833vw;
}

.filter {
    font-size: 1.1111vw;
    font-family: "Istok Web", sans-serif ;
    font-weight: 600;
    line-height: 1.6667vw;
}

.bread-crumbs {
    font-size: 0.9722vw;
    font-family: Raleway;
    font-weight: 500;
    line-height: 1.3889vw;
}

.little-text {
    font-family: Raleway;
    font-size: 0.9722vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3889vw;
}

.color-black {
    color: var(--color-black);
}

.color-grey {
    color: var(--color-grey);
}

.color-light-grey {
    color: var(--color-light-grey);
}

.color-white {
    color: var(--color-white);
}

.color-red {
    color: var(--color-red);
}

.color-red-hover {
    color: var(--color-red-hover);
}

.color-green2 {
    color: var(--color-green2);
}

/* 404 */

.error-404 {
    position: relative;
}

.breadcrumbs-404 {
    /* margin-top: 5.8333vw; */
    /* margin-left: var(--offset); */
    position: absolute;
    top: 6.5278vw;
    left: calc(var(--offset) + 5.5556vw);
}

.error-404-content-inner {
    padding: 0 5.5556vw;
}

.breadcrumbs-404 .breadcrumbs {
    margin: 0;
}

.breadcrumbs-404 .container {
    padding: 0;
}

.error-404-content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 39.7222vw;
}

.error-404-image {
    display: block;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: contain;
}

.error-404-title {
    display: block;
    width: 39.5833vw;
    margin-top: 15.3472vw;
    margin-bottom: 1.0417vw;
    font-size: 4.4444vw;
    font-family: "Istok Web", sans-serif ;
    font-style: normal;
    font-weight: 600;
    line-height: 4.8611vw;
    text-transform: uppercase;
}

.error-404-description {
    width: 39.5833vw;
}

.btn-section-404 {
    display: flex;
    justify-content: flex-start;
    margin-top: 2.7778vw;
}

.error-404-content .btn-home {
    display: flex;
    padding: 0.9722vw 3.4722vw;
    justify-content: center;
    align-items: center;
    margin-right: 1.3889vw;
    border-radius: 0.5556vw;
    text-transform: uppercase;
    font-family: "Istok Web", sans-serif ;
    font-size: 1.1111vw;
    font-style: normal;
    font-weight: 800;
    line-height: 1.6667vw;
    border: 2px solid var(--color-red);
}


.error-404-content .btn-catalog {
    display: flex;
    padding: 0.9722vw 3.4722vw;
    justify-content: center;
    align-items: center;
    margin-right: 1.3889vw;
    border-radius: 0.5556vw;
    text-transform: uppercase;
    font-family: "Istok Web", sans-serif ;
    font-size: 1.1111vw;
    font-style: normal;
    font-weight: 800;
    line-height: 1.6667vw;
    background: var(--color-red);
    border: 2px solid var(--color-red);
}

.btn-home:hover {
    transition: 0.3s;
    color: var(--color-white);
    background: var(--color-red);
}

.btn-catalog:hover {
    transition: 0.3s;
    color: var(--color-red);
    background: transparent;
    border: 2px solid var(--color-red);
}

.mb {
    margin-bottom: 5.5556vw;
}

/* MODALS */

body {
    position: relative;
}

html {
    height: 100%;
    position: relative;
}

.modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10000;
}

.modal3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10001;
}

.modal4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10001;
}

.modal2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10001;
}

.container-modal {
    border-radius: 0.6944vw;
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.4722vw 4.8611vw;
    position: absolute;
    top: 5.5556vw;
    left: 50%;
    transform: translateX(-50%);
}

.closemodal {
    cursor: pointer;
    position: absolute;
    top: 1.7361vw;
    right: 1.7361vw;
}

.closemodal svg {
    width: 1.1111vw;
    height: 1.1111vw;
}

.mobile {
    display: none !important;
}
 
    .breadcrumbs {
        background: var(--color-back-and-stroke);
        margin-top: 2.0833vw;
        margin-bottom: 2.7778vw;
        padding: 0.3472vw var(--offset);
        position: relative;
        z-index: 1;
    }

    .breadcrumbs-inner {
        display: inline;
        list-style: none;
    }

    .breadcrumbs-item {
        display: inline;
    }

    .breadcrumbs-link {
        font-style: normal;
        font-weight: normal;
        font-size: 0.9722vw;
        line-height: 1.3889vw;
        display: inline;
    }

    .breadcrumbs-link::after {
        content: url(/images/icons/breadcrumbs-arrow.svg);
        display: inline-block;
        margin: 0 0.1458vw;
    }

    .breadcrumbs-last::after {
        display: none;
    }

    .breadcrumbs-last {
        color: var(--color-light-grey);
    }

 
    .product-card-line {
        content: '';
        display: flex;
        flex: 1;
        margin: 0 0.6944vw;
        margin-bottom: 0.3472vw;
        border: none;
        border-bottom: 0.1042vw dashed #1F1F1F;
    }

    .product-card-content-item {
        width: 100%;
        display: flex;
        justify-content: space-between;

    }

 
    .ingradient-big-card {
        background-image: url('/images/ingradient-group.png');
        display: block;
        position: relative;
        z-index: 1;
        width: auto;
        height: fit-content;
    }

    .ingradient-big-card-content {
        padding: 4.0972vw 5.5556vw;
    }

    .ingradient-big-card-title {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        text-transform: uppercase;
    }

    .ingradient-big-card-desc {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }

    .ingradient-big-card-desc ul {
        margin-left: 1.3889vw;
    }

    .ingradient-big-card-desc p {
        margin-top: 1.0417vw;
        margin-bottom: 1.0417vw;
    }

    .ingradient-big-card-desc li {
        margin-bottom: 0.6944vw;
    }

    .ingradient-big-card-desc li:last-child {
        margin-bottom: 0;
    }

 
    .big-image-card {
        position: relative;
        height: 48.6111vw;
    }

    .card-title {
        text-align: center;
    }

    .descrtiption-card-block {
        position: relative;
    }

    .big-card-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .big-card-top {
        padding-top: 6.9444vw;
    }

    .big-image-card-gradient {
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        z-index: 1;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        background: radial-gradient(74% 74% at 50% 55.43%, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%);
        object-fit: cover;
    }

    .big-image-card-img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100vw;
        height: 48.6111vw;
        margin: auto;
        object-fit: cover;
    }

    .card-image-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .card-image-title {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        width: 62.5vw;
    }

    .card-image-desc {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 1.0417vw;
        margin-bottom: 1.3889vw;
    }

    .btn-block {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn {
        display: inline-block;
        align-items: center;
        padding: 0.9722vw 3.4722vw;
        border-radius: 0.5556vw;
        margin-top: 2.7778vw;
        background: var(--color-red);
        transition: .3s;
    }

    .btn:hover {
        color: var(--color-red);
        background: var(--color-white);
    }

 
    .search-items {
        position: absolute;
        top: calc(100% + 0.3472vw);
        left: 0;
        width: 100%;
        padding: 1.3889vw;
        background: #FFFFFF;
        box-shadow: 0vw 0.5556vw 1.1111vw 0.5556vw rgba(131, 131, 131, 0.15);
        transition: .5s;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        margin-top: 1.0417vw;
    }

    .search-items.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .search-item {
        display: flex;
        align-items: center;
        margin-bottom: 1.0417vw;
    }

    .search-item:last-child {
        margin-bottom: 0;
    }

    .search-item-title {
        font-size: 0.9028vw;
        font-family: "Istok Web", sans-serif ;
        font-style: normal;
        font-weight: 600;
        line-height: 1.25vw;
        text-transform: uppercase;
    }

    .search-item:hover .search-item-title {
        text-decoration: underline;
    }

    .search-item-image {
        width: 4.7222vw;
        height: 3.8194vw;
        flex-shrink: 0;
        margin-right: 0.6944vw;
        object-fit: cover;
    }

    .search-btn {
        display: block;
        text-align: center;
    }

    .header {
        display: block;
        position: relative;
        z-index: 100;
        height: 10.9722vw;
        width: 100%;
        top: 0;
        margin: auto;
        height: 6.5278vw;
        transition: .3s;
    }

    .header-main {
        background: transparent;
        transition: .3s;
    }

    header:hover .header-main {
        background: var(--color-white);
    }

    header.fixed,
    header:hover {
        background: #fff;
        position: sticky;
        top: 0;
        width: 100%;
        height: 7.8472vw;
        z-index: 1001;
        box-shadow: 0vw 0.2778vw 1.1111vw 0vw rgba(0, 0, 0, 0.08);
    }

    header.fixed .menu,
    header:hover .menu {
        color: var(--color-black);
    }

    header.fixed .header-item,
    header:hover .header-item {
        color: var(--color-black);
    }

    header.fixed .header-icon-search,
    header:hover .header-icon-search {
        content: url('/images/icons/search-black.svg');
        width: 1.6667vw;
        height: 1.6667vw;
    }

    header.fixed .header-icon-account,
    header:hover .header-icon-account {
        content: url('/images/account-black-user.svg');
        width: 1.6667vw;
        height: 1.6667vw;
    }


    header.fixed .header-inner {
        padding-top: 1.4583vw;
        margin-bottom: 1.0417vw;
    }

    header.fixed .header-left {
        margin-top: 0.9722vw;
    }

    header.fixed .header-right {
        margin-top: 0.9722vw;
    }

    .header-inner {
        display: flex;
        justify-content: space-between;
        padding-top: 2.2222vw;
        padding-left: 5.5556vw;
        padding-right: 5.5556vw;
        margin-bottom: 2.0833vw;
        position: relative;
        z-index: 1;
    }

    .header-left {
        display: flex;
        justify-content: flex-start;
        margin-top: 1.8056vw;
    }

    .menu {
        width: auto;
        margin-right: 5.5556vw;
        font-weight: 700;
    }

    .menu:last-child {
        margin-right: 0;
    }

    .menu:hover {
        color: var(--color-red);
    }

    header.fixed .menu:hover {
        color: var(--color-red);
    }

    .header-logo {
        display: flex;
        justify-content: center;
        margin-right: 13.1944vw;

    }

    .logo {
        height: 5.6944vw;
        object-fit: cover;
        width: auto;
    }

    .header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 1.8056vw;
        height: 1.6667vw;
    }

    .header-icon {
        object-fit: cover;
        cursor: pointer;
        width: 1.6667vw;
        height: 1.6667vw;
    }

    .header-item {
        margin-right: 1.9444vw;
    }

    .header-item:last-child {
        margin-right: 0;
    }

    .header-item:hover {
        text-decoration: underline;
    }

    .header-item.active {
        display: flex;
        padding: 1px 0.6944vw;
        align-items: flex-start;
        gap: 0.6944vw;
        border-radius: 0.4167vw;
        background: rgba(255, 255, 255, 0.30);
    }

    header.fixed .header-item.active,
    header:hover .header-item.active {
        background: rgba(31, 31, 31, 0.08);
    }

    .header-title {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 8.3333vw;
        position: relative;
        z-index: 1;
    }

    .header-desc {
        display: flex;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.7361vw;
        position: relative;
        z-index: 1;
    }

    .header-search-input {
        width: 25.3472vw;
        height: 2.4306vw;
        gap: 0.5556vw;
        padding: 0.6944vw 2.4306vw;
        border: none;
        border-bottom: 1px solid #000000;
        background: transparent;
    }

    .search.active {
        display: flex;
        justify-content: flex-start;
        position: absolute;
        z-index: 100;
        /* width: 26.7361vw; */
        background: transparent;
    }

    .header-search {
        display: none;
    }

    .search.active .header-search {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        /* width: 26.7361vw; */
        /* height: 1.6667vw; */
        border: none;
    }

    .header-search svg {
        width: 1.6667vw;
        height: 1.6667vw;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-search-icon {
        left: 0;
    }

    .header-search-icon-close {
        right: 0;
        cursor: pointer;
    }

    .header-icon-search {
        width: 1.6667vw;
        height: 1.6667vw;
    }

    .header-search {
        display: none;
    }

    .card-arrow-right {
        display: block;
        position: absolute;
        top: 4.1667vw;
        right: 2.0833vw;
        z-index: 1;
        cursor: pointer;
        width: 3.125vw;
        height: 3.125vw;
        img {
            object-fit: cover;
            width: 100%;
        }
    }

    .card-arrow-left {
        display: block;
        position: absolute;
        top: 4.1667vw;
        left: 2.0833vw;
        z-index: 1;
        cursor: pointer;
        width: 3.125vw;
        height: 3.125vw;
        img {
            object-fit: cover;
            width: 100%;
        }
    }

    .header-menu {
        background: #fff;
        position: absolute;
        padding: 2.0833vw 5.5556vw 1.0417vw 5.5556vw;
        align-items: center;
        box-shadow: 0vw 0.9722vw 1.1111vw 0vw rgba(0, 0, 0, 0.08);
        top: 100%;
        left: 0;
        width: 100%;
        transition: .3s;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

    .product-menu-block:hover .header-menu {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
    }

    .product-menu-block {
        transition: .3s;
    }

    .menu-item-title {
        text-align: center;
        font-size: 0.9028vw;
        font-family: "Istok Web", sans-serif ;
        font-style: normal;
        font-weight: 800;
        line-height: 1.3889vw;
        color: var(--color-black);
        padding-top: 0.3472vw;
        transition: .3s;
        margin-left: -1.3889vw;
    }

    .menu-item {
        height: 7.6389vw;
        margin-top: 0.6944vw;
        margin-bottom: 0.6944vw;
        transition: .3s;
        min-width: calc(100% / 10);
    }

    .menu-item:hover {
        min-width: 10.4167vw;
        height: 8.3333vw;
        margin-right: 1.3889vw;
        /* margin-top: 0; */
        margin-bottom: 0;
        color: var(--color-red);
    }

    .menu-item:hover .menu-item-title {
        color: var(--color-red);
        margin: 0;
    }


    .menu-item-img {
        width: 7.6389vw;
        height: 5.5556vw;
        transition: .3s;
        border-radius: 0.5556vw;
    }

    .menu-item:hover .menu-item-img {
        width: 10.4167vw;
        height: 6.9444vw;
    }

    .products-menu {
        position: relative;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        transition: .3s;
        gap: 0.9028vw;
    }

    .menu {
        transition: .3s;
    }

    .product-menu-block:hover .menu {
        color: var(--color-red) !important;
    }

    #products-menu {
        scroll-behavior: smooth;
        cursor: grab;
    }
    #products-menu:hover {
        cursor: grabbing;
    }

 

    .pass-status {
        position: absolute;
        width: 1.5278vw;
        height: 1.5278vw;
        bottom: -0.3472vw;
        right: 1.8056vw;
        cursor: pointer;
        user-select: none;
    }

    .pass-status svg {
        width: 1.5278vw;
        height: 1.5278vw;
    }

    .pass-status .hide {
        display: none;
    }

    .pass-status.active .hide {
        display: block;
    }

    .input-block {
        display: flex;
        flex-direction: column;
    }

    .input {
        width: 100%;
        box-sizing: border-box;
        background: none;
        border: none;
        border-bottom: 1px solid var(--color-white);
        margin-right: 1.875vw;
        padding: 0.5556vw 0.6944vw 0.6944vw 0;
    }

    input::placeholder {
        color: var(--color-grey);
    }

    .label-input {
        font-family: "Istok Web", sans-serif ;
        font-size: 0.8333vw;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5278vw;
        text-transform: uppercase;
        position: relative;

    }

 
    .btn {
        display: inline-block;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        text-align: center;
        padding: 0.9722vw 3.4722vw;
        border-radius: 0.5556vw;
        margin-top: 1.3889vw;
        background: var(--color-red);
        border: none;
        transition: .3s;
        text-transform: uppercase;
        font-family: Raleway;
        font-size: 0.9722vw;
        font-style: normal;
        font-weight: 700;
        line-height: 1.6667vw; /* 171.429% */
        text-transform: uppercase;
    }

    .btn:hover {
        color: var(--color-white);
        background: var(--color-red-hover);
    }

 
    .register-model-error {
        margin-top: 0.3472vw;
        display: none;
    }

    .modal-description a {
        text-decoration: underline;
        transition: .3s;
        color: var(--color-grey);
    }

    .modal-description a:hover {
        color: var(--color-black);
    }

    .modal-description {
        width: 25vw;
        text-align: center;
        font-family: "Istok Web", sans-serif ;
        font-size: 0.9028vw;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3889vw;
        margin-top: 1.0417vw;
    }

    .btn-link {
        margin-top: 1.0417vw;
        text-decoration: underline;
        transition: .3s;
        cursor: pointer;
    }

    .btn-link:hover {
        color: var(--color-black);
    }

    .membership-modal-text {
        width: 25.0694vw;
        text-align: center;
    }

    .form-input {
        width: 25.0694vw;
        border-bottom: 1px solid var(--color-black);
        margin-bottom: 1.7361vw;
    }

    .form-input:last-child {
        margin-bottom: 0;
    }

    .container-modal-account {
        width: 34.7917vw;
    }

    .account-modal-title {
        align-self: flex-start;
        margin-bottom: 1.3889vw;
    }

    .container-modal-account .header-search-form {
        margin: 0;
        margin-bottom: 1.3889vw;
    }

    .container-modal-account .header-search-input {
        border: 1px solid var(--color-line);
    }

    .modal-account-blocks {
        align-self: flex-start;
        height: 55.5556vw;
        width: 100%;
        overflow: auto;
    }

    .modal-account-blocks::-webkit-scrollbar {
        width: 3px;
    }

    .modal-account-blocks::-webkit-scrollbar-track {
        background: #E6E6E6;
    }

    .modal-account-blocks::-webkit-scrollbar-thumb {
        background: var(--color-main);
    }

    .modal-account-block-title {
        margin-bottom: 0.6944vw;
    }

    .modal-account-block {
        margin-bottom: 0.8333vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-account-block-city {
        font-style: normal;
        font-weight: 500;
        font-size: 0.9722vw;
        line-height: 1.5278vw;
        font-feature-settings: 'pnum' on, 'lnum' on;
        margin-bottom: 0.5556vw;
        cursor: pointer;
    }

    .modal-cities-block-city-top {
        font-weight: 600;
    }

    .modal-cities-block-city:hover {
        text-decoration: underline;
    }

 
    .login-error {
        display: none;
        text-align: center;
        margin-top: 0.6944vw;
    }

    .sign-in-modal-description {
        margin-bottom: 1.0417vw;
        width: 100%;
    }

    .modal-description-link {
        text-decoration: underline;
        transition: .3s;
    }

    .modal-description-link:hover {
        color: var(--color-black);
    }

    .modal-description {
        width: 25vw;
        text-align: center;
        font-family: "Istok Web", sans-serif ;
        font-size: 0.9028vw;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3889vw;
        margin-top: 1.0417vw;
    }

    .btn-link {
        margin-top: 1.0417vw;
        text-decoration: underline;
        transition: .3s;
    }

    .btn-link:hover {
        color: var(--color-black);
    }

    .btn-link-right {
        margin-top: 0.6944vw;
        text-align: right;
        float: right;
        font-family: "Istok Web", sans-serif ;
        font-size: 0.9028vw;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3889vw;
        text-decoration: underline;
        transition: .3s;
    }

    .membership-modal-text {
        width: 25.0694vw;
        text-align: center;
    }

    .form-input {
        width: 25.0694vw;
        border-bottom: 1px solid var(--color-black);
        margin-bottom: 1.7361vw;
    }

    .form-input:last-child {
        margin-bottom: 0;
    }

    .container-modal-sign-in {
        width: 34.7917vw;
    }

    .sign-in-modal-title {
        align-self: flex-start;
        margin-bottom: 1.3889vw;
    }

    .container-modal-sign-in .header-search-form {
        margin: 0;
        margin-bottom: 1.3889vw;
    }

    .container-modal-sign-in .header-search-input {
        border: 1px solid var(--color-line);
    }

    .modal-sign-in-blocks {
        align-self: flex-start;
        height: 55.5556vw;
        width: 100%;
        overflow: auto;
    }

    .modal-sign-in-blocks::-webkit-scrollbar {
        width: 3px;
    }

    .modal-sign-in-blocks::-webkit-scrollbar-track {
        background: #E6E6E6;
    }

    .modal-sign-in-blocks::-webkit-scrollbar-thumb {
        background: var(--color-main);
    }

    .modal-sign-in-block-title {
        margin-bottom: 0.6944vw;
    }

    .modal-sign-in-block {
        margin-bottom: 0.8333vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-sign-in-block-city {
        font-style: normal;
        font-weight: 500;
        font-size: 0.9722vw;
        line-height: 1.5278vw;
        font-feature-settings: 'pnum' on, 'lnum' on;
        margin-bottom: 0.5556vw;
        cursor: pointer;
    }

    .modal-cities-block-city-top {
        font-weight: 600;
    }

    .modal-cities-block-city:hover {
        text-decoration: underline;
    }

 
    .form-answer {
        display: none;
        margin-top: 0.3472vw;
    }

    .form-modal-forgot {
        display: none;
    }

    .form-modal-forgot.active {
        display: block;
    }

    .password-recovery-modal-description {
        width: 25.0694vw;
        margin-bottom: 1.0417vw;
    }

    .modal-description-link {
        text-decoration: underline;
        transition: .3s;
    }

    .modal-description-link:hover {
        color: var(--color-black);
    }

    .modal-description {
        width: 25vw;
        text-align: center;
        font-family: "Istok Web", sans-serif ;
        font-size: 0.9028vw;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3889vw;
        margin-top: 1.0417vw;
    }

    form .btn {
        width: 100%;
    }

    .btn-link {
        margin-top: 1.0417vw;
        text-decoration: underline;
        transition: .3s;
    }

    .btn-link:hover {
        color: var(--color-black);
    }

    .btn-link-right {
        margin-top: 0.6944vw;
        text-align: right;
        float: right;
        font-family: "Istok Web", sans-serif ;
        font-size: 0.9028vw;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3889vw;
        text-decoration: underline;
        transition: .3s;
    }

    .password-btn-block {
        display: flex;
        justify-content: space-between;
        width: 25.0694vw;
    }

    .membership-modal-text {
        width: 25.0694vw;
        text-align: center;
    }

    .form-input {
        width: 25.0694vw;
        border-bottom: 1px solid var(--color-black);
        margin-bottom: 1.7361vw;
    }

    .form-input:last-child {
        margin-bottom: 0;
    }

    .container-modal-sign-in {
        width: 34.7917vw;
    }

    .password-recovery-modal-title {
        align-self: flex-start;
        margin-bottom: 1.3889vw;
    }

    .container-modal-password-recovery .header-search-form {
        margin: 0;
        margin-bottom: 1.3889vw;
    }

    .container-modal-password-recovery .header-search-input {
        border: 1px solid var(--color-line);
    }

    .modal-password-recovery-blocks {
        align-self: flex-start;
        height: 55.5556vw;
        width: 100%;
        overflow: auto;
    }

    .modal-password-recovery-blocks::-webkit-scrollbar {
        width: 3px;
    }

    .modal-password-recovery-blocks::-webkit-scrollbar-track {
        background: #E6E6E6;
    }

    .modal-password-recovery-blocks::-webkit-scrollbar-thumb {
        background: var(--color-main);
    }

    .modal-password-recovery-block-title {
        margin-bottom: 0.6944vw;
    }

    .modal-password-recovery-block {
        margin-bottom: 0.8333vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-password-recovery-block-city {
        font-style: normal;
        font-weight: 500;
        font-size: 0.9722vw;
        line-height: 1.5278vw;
        font-feature-settings: 'pnum' on, 'lnum' on;
        margin-bottom: 0.5556vw;
        cursor: pointer;
    }

    .modal-cities-block-city-top {
        font-weight: 600;
    }

    .modal-cities-block-city:hover {
        text-decoration: underline;
    }

 
    .modal-loyalty {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        z-index: 10001;
    }

    .modal-description-link {
        text-decoration: underline;
        transition: .3s;
    }

    .modal-description-link:hover {
        color: var(--color-black);
    }

    .modal-description {
        width: 25vw;
        text-align: center;
        font-family: "Istok Web", sans-serif ;
        font-size: 0.9028vw;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3889vw;
        margin-top: 1.0417vw;
    }

    .btn-link {
        margin-top: 1.0417vw;
        text-decoration: underline;
        transition: .3s;
        cursor: pointer;
    }

    .btn-link:hover {
        color: var(--color-black);
    }

    .membership-modal-text {
        width: 25.0694vw;
        text-align: center;
    }

    .form-input {
        width: 25.0694vw;
        border-bottom: 1px solid var(--color-black);
        margin-bottom: 1.7361vw;
    }

    .form-input:last-child {
        margin-bottom: 0;
    }

    .container-modal-loyalty {
        width: 34.7917vw;
    }

    .loyalty-modal-title {
        align-self: flex-start;
        margin-bottom: 1.3889vw;
    }

    .container-modal-loyalty .header-search-form {
        margin: 0;
        margin-bottom: 1.3889vw;
    }

    .container-modal-loyalty .header-search-input {
        border: 1px solid var(--color-line);
    }

    .modal-cities-block-city-top {
        font-weight: 600;
    }

    .modal-cities-block-city:hover {
        text-decoration: underline;
    }

 
    .cookie-item {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 1.6667vw;
        left: 1.6667vw;
        background: var(--color-red);
        border-radius: 0.6944vw;
        padding: 1.6667vw;
        max-width: fit-content;
        width: 100%;
        z-index: 99999999999;
        transform: translateX(calc(-100% - 3.4722vw));
    }

    .cookie-item.cookie-popup-shown {
        transform: translateX(0);
        transition: transform 0.3s ease-in-out;
    }

    .cookie__info {
        display: flex;
    }

    .cookie__img {
        margin-right: 0.5556vw;
        min-width: 2.7778vw;
        height: 2.7778vw;
    }

    .cookie__text {
        font-weight: 500;
        font-size: 1.3889vw;
        line-height: 1.5;
        color: #fff;
    }

    .cookie__btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 0.8333vw;
    }

    .cookie__link {
        font-weight: 600;
        font-size: 1.25vw;
        line-height: 2.7778vw;
        color: #efefef;
    }

    .cookie__close {
        line-height: 2.7778vw;
        margin-left: 1.6667vw;
        font-weight: 600;
        font-family: Montserrat, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 1.25vw;
        padding: 0 2.4306vw;
        border-radius: 0.3472vw;
        background: none;
        line-height: 3.125vw;
        border: 1px solid;
        cursor: pointer;
        color: #fff;
        transition: background-color 0.5s;
    }


 
    .footer-block {
        width: 100%;
        padding: 3.4722vw 5.5556vw;
        background: var(--color-white);
        border: none;
        border-top: 1px solid #E2E2E2;
    }

    .footer-inner {
        display: flex;
        justify-content: flex-start;
    }

    .footer-right-section {
        display: flex;
        justify-content: flex-start;
        margin-left: 17.9167vw;
    }

    .footer-title {
        margin-bottom: 0.6944vw;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        margin-right: 9.0278vw;
    }

    .footer-column:last-child {
        margin-right: 0;
    }

    .footer-list-item {
        margin-bottom: 0.4167vw;
    }

    .footer-list-item:hover {
        text-decoration: underline;
    }

    .footer-list-item:last-child {
        margin-bottom: 0;
    }

    .footer-logo-section {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .logo {
        object-fit: cover;
    }

    .copyright {
        margin-top: 1.3889vw;
    }

    .contacts-footer-section {
        width: 13.4722vw;
    }

    .footer-social {
        display: flex;
        justify-content: flex-start;
        margin-top: 1.7361vw;
    }

    .footer-social-img {
        width: 2.2222vw;
        height: 2.2222vw;
        margin-right: 1.0417vw;
    }
    .link-download {
        color: var(--color-red);
    }

 
    .page-bg-overlay {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 9999;
    }

    .page-bg-overlay.active {
        opacity: 1;
    }

    .big-image-card-img {
        filter: brightness(0.8);
    }

    .teste_bg {
        opacity: 0;
        bottom: -100%;
        position: fixed;
        transition: all 0.3s;
        z-index: -1;
        width: 100%;
    }

    .teste_bg.active {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        opacity: 1;
    }

    .warning {
        padding: 0.8333vw 1.0417vw;
        border-radius: 0.4167vw;
        border: 0.0833vw dashed var(--red, #C81317);
        background: rgba(200, 19, 23, 0.05);
        margin-top: 1.7361vw;
    }

    .warning-title {
        margin-bottom: 2px;
    }

    .breadcrumbs-block {
        position: absolute;
        padding: 0 5.5556vw;
        z-index: 2;
    }

    /* Slider */

    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir="rtl"] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }

    .main-slider-wrapper {
        position: relative;
        width: 100vw;
        height: 31.25vw;
        margin-bottom: 3.4722vw;
    }

    .main-slide-grad {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 18.68%, rgba(0, 0, 0, 0.49) 49.09%);
    }

    .main-slide {
        position: relative;
        width: 100%;
        height: 31.25vw;
        text-align: center;
    }

    .main-slide-container {
        height: 100%;
    }

    .main-slide-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .main-slide-img.mobile {
        display: none;
    }

    .main-slide-content {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        margin-top: 10.4167vw;
        align-self: center;
        align-items: center;
        text-align: center;
        height: 100%;
        position: relative;
        z-index: 1;
    }

    .main-slide-title {
        margin-bottom: 1.0417vw;
        font-size: 3.6111vw;
        line-height: 4.0278vw;
        text-transform: uppercase;
        color: #ffffff;
    }

    .main-slide-desc {
        margin-bottom: 3.125vw;
        font-style: normal;
        font-weight: normal;
        font-size: 1.3889vw;
        line-height: 1.9444vw;
        color: #ffffff;
        width: 42.3611vw;
    }

    .main-slider-wrapper .arrow-prev-svg,
    .main-slider-wrapper .arrow-next-svg,
    .main-catalog-wrapper .arrow-prev-svg,
    .main-catalog-wrapper .arrow-next-svg {
        width: 1.6667vw;
        height: 1.6667vw;
        cursor: pointer;
    }

    .main-slider-wrapper .arrow-prev-svg,
    .main-catalog-wrapper .arrow-prev-svg {
        position: absolute;
        left: 2.0139vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .main-slider-wrapper .arrow-next-svg,
    .main-catalog-wrapper .arrow-next-svg {
        position: absolute;
        right: 2.0139vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .main-slider-wrapper .arrow-prev-svg circle,
    .main-slider-wrapper .arrow-next-svg circle {
        fill-opacity: 0.2;
        transition: 0.3s;
    }

    .main-slider-wrapper .arrow-prev-svg:hover circle,
    .main-slider-wrapper .arrow-next-svg:hover circle {
        fill-opacity: 0.45;
    }

    .main-slider .slick-dots,
    .main-catalog-slider .slick-dots {
        display: none;
        list-style: none;
        position: absolute;
        bottom: 1.7361vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .main-slider .slick-dots li,
    .main-catalog-slider .slick-dots li {
        flex-shrink: 1;
        margin: 0 0.3472vw;
    }

    .main-slider .slick-dots li button,
    .main-catalog-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 0.4861vw;
        height: 0.4861vw;
        padding: 0;
        list-style: none;
        background: rgba(255, 255, 255, 0.6);
        border: none;
        border-radius: 0.3472vw;
        cursor: pointer;
        opacity: 0.6000000238418579;
        transition: 0.3s;
    }

    .main-slider .slick-dots .slick-active button,
    .main-catalog-slider .slick-dots .slick-active button {
        width: 0.4861vw;
        height: 0.4861vw;
        background: #ffffff;
        opacity: 1;
        position: relative;
    }


    .product-content {
        display: flex;
        justify-content: flex-start;
        padding: 0 5.5556vw;
        margin-bottom: 1.7361vw;
    }

    .product-image-block {
        margin-right: 4.8611vw;
        margin-bottom: 5.0694vw;
    }

    .product-image {
        width: 31.25vw;
        height: 30.7639vw;
        border-radius: 0.5556vw;
        border: 1px solid var(--color-red-hover);
        object-fit: contain;
    }

    .product-content-desc {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        width: 52.7778vw;
    }

    .product-description-title {
        margin-top: 1.4583vw;
    }

    .product-catalog-content-title {
        margin-top: 1.7361vw;
    }

    .product-catalog-item-image {
        width: 6.9444vw;
        height: 6.9444vw;
        border-radius: 6.9444vw;
        object-fit: cover;
    }

    .product-catalog-item-title {
        width: 6.9444vw;
    }

    .product-catalog {
        display: flex;
        flex-wrap: wrap;
        align-self: flex-start;
    }

    .product-features-title {
        display: flex;
        justify-content: flex-start;
        margin-top: 2.7778vw;
        cursor: pointer;
    }

    .product-arrow {
        display: flex;
        align-self: center;
        width: 0.9722vw;
        height: 0.9722vw;
        margin-left: 0.5556vw;
        transition: .3s;
        transform: rotate(180deg);
    }

    .product-features-title.active .product-arrow {
        transform: rotate(0);
    }

    .product-card-energy {
        display: flex;
        padding: 1.3889vw;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5556vw;
        border-radius: 0.5556vw;
        background: var(--color-skin);
        width: 31.25vw;
    }

    .product-card-content {
        display: flex;
        padding: 1.3889vw;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5556vw;
        border-radius: 0.5556vw;
        background: var(--color-skin);
        width: 52.7778vw;
    }

    .product-card-content-scroll {
        max-height: 16.3889vw;
        overflow: auto;
        height: 100%;
    }

    .product-card-content-scroll::-webkit-scrollbar {
        width: 3px;
    }

    .product-card-content-scroll::-webkit-scrollbar-track {
        background: #E6E6E6;
    }

    .product-card-content-scroll::-webkit-scrollbar-thumb {
        background: var(--color-red);
    }

    .product-card-desc {
        display: flex;
        justify-content: flex-start;
        padding: 0 5.5556vw;
        margin-bottom: 5.5556vw;
    }

    .product-card-desc {
        display: none;
    }

    .product-card-desc.active {
        display: flex;
    }

    .product-card-content-title {
        margin-bottom: 0.8333vw;
    }

    .product-card-desc-content {
        margin-right: 4.8611vw;
    }

    .product-card-desc-content:last-child {
        margin-right: 0;
    }

    .banner {
        display: block;
        height: 22.9167vw;
        top: 0;
    }

    .banner-img {
        display: block;
        position: absolute;
        object-fit: cover;
        height: 31.25vw;
        top: 6.9444vw;
        left: auto;
        width: 100vw;
        z-index: -1;
        object-fit: cover;
    }

    .banner-title {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        align-self: center;
        position: relative;
        width: 62.5vw;
        z-index: 1;
    }

    .banner-desc {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        align-self: center;
        width: 62.5vw;
        margin-top: 1.7361vw;
        position: relative;
        z-index: 1;
    }

    .product-catalog a {
        color: var(--color-black);
    }

    .taste {
        border: 1px solid;
        padding: 0.3472vw 1.0417vw;
        gap: 0.3472vw;
        border-radius: 6.9444vw;
        font-weight: 700;
        z-index: 10;
        transition: 0.2s;
    }

    .taste:hover {
        border-color: var(--taste-color, #000);
        color: var(--taste-color, #000);
    }

    .taste.active {
        border-color: var(--taste-color, #000);
        color: var(--taste-color, #000);
    }

    .teste-wrapper {
        gap: 0.6944vw;
    }

 }@media (min-width: calc(494px)) and (max-width: calc(1000px)) {
            body {
                --coef-w: calc(var(--width) / -910 + 1.3771);
                --offset: calc(4.6875vw * ((320 - 320 * var(--coef-w) + 30 * var(--coef-w)) / 30));
                --column-width: calc( (1px * var(--width)) - (2 * var(--offset)) );
            }
        }

        @media (max-width: calc(494px)) {
            body {
                --coef-w: 1;
                --column-width: 90.625vw;
                --offset: calc(50% - (var(--column-width) / 2));
            }
        }
        @media (max-width: 1000px) { /* istok-web-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/istok-web-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* istok-web-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Istok Web';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/istok-web-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* istok-web-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/istok-web-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* istok-web-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Istok Web';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/istok-web-v24-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
:root {
    --column-width: calc(90.625vw * var(--coef-w));
    --offset: calc(4.6875vw * var(--coef-w));
    --color-black: #1f1f1f;
    --color-white: #ffffff;
    --color-light-grey: #d2d2d2;
    --color-grey: #aeaeae;
    --color-blue2: #2d9cdb;
    --color-red: #c81317;
    --color-red-hover: #b80c10;
    --color-skin: #f3e4b9;
    --color-green2: #27ae60;
}


body,
input,
textarea,
select {
    font-family: "Arial", sans-serif;
    font-size: calc(5vw * var(--coef-w));
    -webkit-text-size-adjust: none;
}

#transition-disabled * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

img,
svg {
    max-width: 100%;
    display: block;
}

* {
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
form,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
span,
b,
i,
input,
textarea,
fieldset {
    margin: 0;
    padding: 0;
}

.none {
    display: none;
}

a {
    text-decoration: none;
}

.fade-out {
    opacity: 1;
    transition: 0.3s;
    pointer-events: auto;
}

.fade-out.active {
    opacity: 0;
    pointer-events: none;
}

.fade-in {
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.fade-in.active {
    opacity: 1;
    pointer-events: auto;
}

.container {
    padding-left: var(--offset);
    padding-right: var(--offset);
}

.container-offset {
    width: var(--column-width);
    margin-left: auto;
    margin-right: auto;
}

img[srcset] {
    object-fit: scale-down !important;
    object-position: center !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

#loader.active {
    opacity: 1;
    pointer-events: auto;
}

#loader path {
    fill: var(--color-second);
}

.h1 {
    font-family: Taviraj;
    font-size: calc(10vw * var(--coef-w));
    font-style: normal;
    font-weight: 500;
    line-height: calc(13.75vw * var(--coef-w));
}

.h2 {
    font-family: Taviraj;
    font-size: calc(8.75vw * var(--coef-w));
    font-style: normal;
    font-weight: 500;
    line-height: calc(11.875vw * var(--coef-w));
    text-transform: uppercase;
}

.h3 {
    font-family: Taviraj;
    font-size: calc(7.5vw * var(--coef-w));
    font-style: normal;
    font-weight: 600;
    line-height: calc(10.625vw * var(--coef-w));
    text-transform: uppercase;
}

.h4 {
    font-family: Taviraj;
    font-size: calc(6.25vw * var(--coef-w));
    font-style: normal;
    font-weight: 600;
    line-height: calc(9.375vw * var(--coef-w));
    text-transform: uppercase;
}

.h5 {
    font-family: Taviraj;
    font-size: calc(5.625vw * var(--coef-w));
    font-style: normal;
    font-weight: 600;
    line-height: calc(8.75vw * var(--coef-w));
    text-transform: uppercase;
}

.subtitle {
    font-family: "Istok Web", sans-serif ;
    font-size: calc(5.625vw * var(--coef-w));
    font-style: normal;
    font-weight: 400;
    line-height: calc(8.75vw * var(--coef-w));
}

.extra-text {
    font-family: "Istok Web", sans-serif ;
    font-size: calc(4.375vw * var(--coef-w));
    font-style: normal;
    font-weight: 400;
    line-height: calc(7.5vw * var(--coef-w));
}

.footer {
    font-size: calc(5vw * var(--coef-w));
    font-family: "Istok Web", sans-serif ;
    line-height: calc(7.5vw * var(--coef-w));
}

.footer-title {
    font-family: Taviraj;
    font-size: calc(4.0625vw * var(--coef-w));
    font-style: normal;
    font-weight: 600;
    line-height: calc(7.1875vw * var(--coef-w));
    text-transform: uppercase;
}

.menu {
    font-family: "Istok Web", sans-serif ;
    font-size: calc(3.4375vw * var(--coef-w));
    font-style: normal;
    font-weight: 700;
    line-height: calc(5.9375vw * var(--coef-w));
    text-transform: uppercase;
}

.button-normal {
    font-family: "Istok Web", sans-serif ;
    font-size: calc(4.375vw * var(--coef-w));
    font-style: normal;
    font-weight: 800;
    line-height: calc(6.875vw * var(--coef-w));
    text-transform: uppercase;
}

.button-small {
    font-family: "Istok Web", sans-serif ;
    font-size: calc(3.75vw * var(--coef-w));
    font-style: normal;
    font-weight: 700;
    line-height: calc(6.25vw * var(--coef-w));
    text-transform: uppercase;
}

.button-small-2 {
    font-family: "Istok Web", sans-serif ;
    font-size: calc(3.4375vw * var(--coef-w));
    font-style: normal;
    font-weight: 600;
    line-height: calc(5.9375vw * var(--coef-w));
}

.lang {
    font-family: "Istok Web", sans-serif ;
    font-size: calc(3.75vw * var(--coef-w));
    font-style: normal;
    font-weight: 700;
    line-height: calc(5.625vw * var(--coef-w));
}

.cookie-headline {
    font-family: Taviraj;
    font-size: calc(4.0625vw * var(--coef-w));
    font-style: normal;
    font-weight: 600;
    line-height: calc(6.5625vw * var(--coef-w));
}

.cookie {
    font-family: "Istok Web", sans-serif ;
    font-size: calc(3.75vw * var(--coef-w));
    font-style: normal;
    font-weight: 400;
    line-height: calc(5.625vw * var(--coef-w));
}

.main-text {
    font-family: "Istok Web", sans-serif ;
    font-size: calc(5vw * var(--coef-w));
    font-style: normal;
    font-weight: 300;
    line-height: calc(8.125vw * var(--coef-w));
}

.filter {
    font-family: Taviraj;
    font-size: calc(4.6875vw * var(--coef-w));
    font-style: normal;
    font-weight: 600;
    line-height: calc(7.1875vw * var(--coef-w));
}

.bread-crumbs {
    font-family: Raleway;
    font-size: calc(3.75vw * var(--coef-w));
    font-style: normal;
    font-weight: 500;
    line-height: calc(5.625vw * var(--coef-w));
}

.color-black {
    color: var(--color-black);
}

.color-grey {
    color: var(--color-grey);
}

.color-light-grey {
    color: var(--color-light-grey);
}

.color-white {
    color: var(--color-white);
}

.color-red {
    color: var(--color-red);
}

.color-red-hover {
    color: var(--color-red-hover);
}

.color-green2 {
    color: var(--color-green2);
}

.desktop {
    display: none !important;
}

/* 404 */

.error-404 {
    padding-bottom: calc(12.5vw * var(--coef-w));
}

.breadcrumbs-404 {
    position: absolute;
    top: calc(29.6875vw * var(--coef-w));
}

.error-404-content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.error-404-image {
    display: block;
    position: absolute;
    object-fit: containe;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(221.5625vw * var(--coef-w));
    z-index: -1;
    object-fit: contain;
}

.error-404-title {
    display: block;
    width: 100%;
    margin-top: calc(121.875vw * var(--coef-w));
    font-family: Taviraj;
    font-size: calc(12.5vw * var(--coef-w));
    font-style: normal;
    font-weight: 600;
    line-height: calc(15.625vw * var(--coef-w));
    text-transform: uppercase;
}

.error-404-description {
    width: 100%;
    margin-top: calc(3.75vw * var(--coef-w));
}

.error-404-main {
    padding-left: 0;
    padding-right: 0;
}

.btn-section-404 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: calc(6.25vw * var(--coef-w));
}

.error-404-content .btn-home {
    display: flex;
    flex-direction: column;
    padding: calc(4.375vw * var(--coef-w)) calc(15.625vw * var(--coef-w));
    justify-content: center;
    align-items: center;
    margin-bottom: calc(3.125vw * var(--coef-w));
    border-radius: calc(2.5vw * var(--coef-w));
    text-transform: uppercase;
    border: 1px solid var(--color-red);
}

.error-404-content .btn-catalog {
    display: flex;
    padding: calc(4.375vw * var(--coef-w)) calc(15.625vw * var(--coef-w));
    justify-content: center;
    align-items: center;
    border-radius: calc(2.5vw * var(--coef-w));
    text-transform: uppercase;
    background: var(--color-red);
}

.btn-home:hover {
    transition: 0.3s;
    color: var(--color-red);
    background: var(--color-white);
}

.btn-catalog:hover {
    transition: 0.3s;
    color: var(--color-red);
    background: var(--color-white);
}

.mb {
    margin-bottom: calc(25vw * var(--coef-w));
}

/* MODALS */

.modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10000;
}

.modal3 {
    position: absolute;
    top: calc(146.875vw * var(--coef-w));
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10001;
}

.modal4 {
    position: absolute;
    top: calc(293.75vw * var(--coef-w));
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10001;
}

.modal2 {
    position: absolute;
    top: calc(337.5vw * var(--coef-w));
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10001;
}

.container-modal {
    border-radius: calc(3.125vw * var(--coef-w));
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: calc(15.625vw * var(--coef-w)) calc(21.875vw * var(--coef-w));
    position: absolute;
    top: calc(25vw * var(--coef-w));
    left: 50%;
    transform: translateX(-50%);
}

.closemodal {
    cursor: pointer;
    position: absolute;
    top: calc(4.6875vw * var(--coef-w));
    right: calc(4.6875vw * var(--coef-w));
}

.closemodal svg {
    width: calc(3.125vw * var(--coef-w));
    height: calc(3.125vw * var(--coef-w));
}

.breadcrumbs-block {
    position: relative;
    margin-top: calc(25vw * var(--coef-w));
}

.filters-close {
    position: absolute;
    right: calc(9.375vw * var(--coef-w));
    top: calc(9.375vw * var(--coef-w));
    cursor: pointer;
}

.filters-close svg {
    width: calc(6.25vw * var(--coef-w));
    height: calc(6.25vw * var(--coef-w));
    z-index: 99;
}
 
    .breadcrumbs {
        background: var(--color-back-and-stroke);
        margin-bottom: calc(7.8125vw * var(--coef-w));
        padding: calc(2.1875vw * var(--coef-w)) 0;
    }

    .breadcrumbs-inner {
        display: inline;
        list-style: none;
    }

    .breadcrumbs-item {
        display: inline;
    }

    .breadcrumbs-link {
        font-style: normal;
        font-weight: normal;
        font-size: calc(3.75vw * var(--coef-w));
        line-height: calc(5vw * var(--coef-w));
        color: var(--color-white);
        display: inline;
    }

    .breadcrumbs-link::after {
        content: url(/images/icons/breadcrumbs-arrow.svg);
        font-style: normal;
        font-weight: normal;
        font-size: calc(3.75vw * var(--coef-w));
        line-height: calc(5vw * var(--coef-w));
        color: var(--color-grey);
        margin: 0 calc(0.7813vw * var(--coef-w));
    }

    .breadcrumbs-last::after {
        display: none;
    }

    .breadcrumbs-last {
        color: var(--color-light-grey);
    }

 
.product-card-line {
        content: '';
        display: flex;
        flex: 1;
        margin: 0 calc(3.125vw * var(--coef-w));
        margin-bottom: calc(1.5625vw * var(--coef-w));
        border: none;
        border-bottom: calc(0.4688vw * var(--coef-w)) dashed #1F1F1F;
    }

    .product-card-content-item {
        width: 100%;
        display: flex;
        justify-content: space-between;

    }

 
    .ingradient-big-card {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        background-image: url('/images/ingradient-group.png');
    }

    .ingradient-big-card-content {
        padding: calc(18.4375vw * var(--coef-w)) calc(7.8125vw * var(--coef-w));
    }

    .ingradient-big-card-title {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        text-transform: uppercase;
    }

    .ingradient-big-card-desc {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }

    .ingradient-big-card-desc h3 {
        font-family: Taviraj;
        font-size: calc(7.5vw * var(--coef-w));
        font-style: normal;
        font-weight: 600;
        line-height: calc(10.625vw * var(--coef-w));
        text-transform: uppercase;
    }

    .ingradient-big-card-desc p {
        margin-top: calc(4.6875vw * var(--coef-w));
        margin-bottom: calc(4.6875vw * var(--coef-w));
    }

    .ingradient-big-card-desc li {
        margin-bottom: calc(3.125vw * var(--coef-w));
    }

    .ingradient-big-card-desc li:last-child {
        margin-bottom: 0;
    }

 

    .big-image-card {
        position: relative;
        height: calc(156.25vw * var(--coef-w));
    }

    .card-title {
        text-align: center;
    }

    .descrtiption-card-block {
        position: relative;
    }

    .big-card-center {
        padding-top: calc(36.5625vw * var(--coef-w));
        padding-bottom: calc(36.5625vw * var(--coef-w));
        height: calc(156.25vw * var(--coef-w));
    }

    .big-card-top {
        padding-top: calc(23.125vw * var(--coef-w));
        padding-bottom: calc(122.5vw * var(--coef-w));
        height: calc(156.25vw * var(--coef-w));
    }

    .big-image-card-gradient {
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        z-index: 1;
        width: 100%;
        height: calc(156.25vw * var(--coef-w));
        top: 0;
        left: 0;
        background: transparent;
        background: radial-gradient(74% 74% at 50% 55.43%, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%);
        object-fit: cover;
    }

    .big-image-card-img {
        display: block;
        position: absolute;
        z-index: 0;
        width: 100%;
        height: calc(156.25vw * var(--coef-w));
        top: 0;
        left: 0;
        flex-shrink: 0;
        margin: auto;
        object-fit: cover;
    }

    .card-image-content {
        display: block;
        position: relative;
        z-index: 1;
    }

    .card-image-title {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
    }

    .card-image-desc {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: calc(7.8125vw * var(--coef-w));
    }

    .btn-block {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn {
        display: inline-block;
        align-items: center;
        padding: calc(4.375vw * var(--coef-w)) calc(15.625vw * var(--coef-w));
        border-radius: calc(2.5vw * var(--coef-w));
        margin-top: calc(12.5vw * var(--coef-w));
        background: var(--color-red);
        transition: .3s;
    }

    .btn:hover {
        color: var(--color-red);
        background: var(--color-white);
    }

 
    .header {
        display: block;
        position: absolute;
        z-index: 100;
        width: 100%;
        top: 0;
        margin: auto;
        height: calc(29.375vw * var(--coef-w));
    }

    .header-mobile {
        display: flex;
        justify-content: space-between;

    }

    .header-mobile.active {
        display: flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        top: 0;
        background: var(--color-white);
        width: 100%;
        height: 100%;
        padding-left: var(--offset);
        padding-right: var(--offset);
    }

    .mobile_toggle_menu_products {
        display: none;
    }

    .header-mobile.active .mobile_toggle_menu_products.active {
        display: block;
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
        position: absolute;
        left: 0;
        top: calc(28.125vw * var(--coef-w));
        padding-left: var(--offset);
        padding-right: var(--offset);
        padding-bottom: calc(7.8125vw * var(--coef-w));
        background: var(--color-white);
    }

    .mobile_toggle_menu_find {
        display: none;
    }

    .header-mobile.active .mobile_toggle_menu_find.active {
        display: block;
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
        position: absolute;
        left: 0;
        top: calc(28.125vw * var(--coef-w));
        padding-left: var(--offset);
        padding-right: var(--offset);
        padding-bottom: calc(7.8125vw * var(--coef-w));
        background: var(--color-white);
    }

    .mobile_toggle_menu_about {
        display: none;
    }

    .header-mobile.active .mobile_toggle_menu_about.active {
        display: block;
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
        position: absolute;
        left: 0;
        top: calc(28.125vw * var(--coef-w));
        padding-left: var(--offset);
        padding-right: var(--offset);
        padding-bottom: calc(7.8125vw * var(--coef-w));
        background: var(--color-white);
    }

    .title-mobile-menu {
        margin-top: calc(4.6875vw * var(--coef-w));
    }

    .mobile-link-text {
        font-family: "Istok Web", sans-serif ;
        font-size: calc(4.0625vw * var(--coef-w));
        font-style: normal;
        font-weight: 700;
        line-height: calc(5.9375vw * var(--coef-w));
        text-transform: uppercase;
    }

    .mobile_toggle_menu {
        display: none;
    }

    .header-mobile.active .mobile_toggle_menu.active {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
        position: absolute;
        left: 0;
        top: calc(28.125vw * var(--coef-w));
        padding-left: var(--offset);
        padding-right: var(--offset);
        padding-bottom: calc(7.8125vw * var(--coef-w));
        background: var(--color-white);
    }

    .next-img {
        width: calc(3.75vw * var(--coef-w));
        height: calc(3.75vw * var(--coef-w));
        object-fit: cover;
    }

    .back-mob {
        display: flex;
        justify-content: flex-start;
        margin-top: calc(3.125vw * var(--coef-w));
    }

    .back-mob-img {
        width: calc(3.125vw * var(--coef-w));
        height: calc(3.125vw * var(--coef-w));
        margin-right: calc(3.125vw * var(--coef-w));
        margin-top: calc(2.5vw * var(--coef-w));
    }

    .mobile-menu-link {
        display: flex;
        justify-content: space-between;
        margin-top: calc(7.8125vw * var(--coef-w));
    }

    .logo {
        width: calc(31.25vw * var(--coef-w));
        height: calc(15.9375vw * var(--coef-w));
        margin-top: calc(4.6875vw * var(--coef-w));
        flex-shrink: 0;
        object-fit: cover;
    }

    .right-block {
        display: flex;
        padding: calc(3.125vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
        align-items: center;
        margin-top: calc(4.6875vw * var(--coef-w));
        border-radius: calc(15.625vw * var(--coef-w));
        background: var(--white, #FFF);
    }

    .header-mobile.active .right-block {
        display: flex;
        margin-top: 0;
        padding-top: 0;
        align-items: center;
        border-radius: calc(15.625vw * var(--coef-w));
        background: var(--white, #FFF);
    }

    .toggle {
        cursor: pointer;
        width: calc(7.8125vw * var(--coef-w));
        height: calc(8.4375vw * var(--coef-w));
        transition: .3s;
    }

    .toggle-item {
        width: calc(7.8125vw * var(--coef-w));
        height: calc(0.4688vw * var(--coef-w));
        background: var(--color-red);
        border-radius: 2px;
        margin: calc(1.875vw * var(--coef-w)) 0;
        transition: .3s;
    }

    header.active .toggle {
        padding-top: calc(2.5vw * var(--coef-w));
    }

    header.active .toggle-item:nth-child(1) {
        transform: rotate(45deg);
        margin-bottom: -2px;
    }

    header.active .toggle-item:nth-child(2) {
        opacity: 0;
        visibility: hidden;
        margin: 0;
        height: 0;
    }

    header.active .toggle-item:nth-child(3) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .header-search-input {
        width: 100%;
        height: calc(10.9375vw * var(--coef-w));
        gap: calc(2.5vw * var(--coef-w));
        padding: calc(7.5vw * var(--coef-w)) calc(14.0625vw * var(--coef-w));
        border: none;
        border-bottom: 1px solid #000000;
        background: transparent;
    }

    .search {
        display: flex;
        justify-content: flex-start;

        z-index: 100;
        /* width: calc(120.3125vw * var(--coef-w)); */
        background: transparent;
    }

    .search-form.active {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: #fff;
        height: calc(31.25vw * var(--coef-w));
        width: 100%;
    }

    .search-form {
        display: none;
    }

    .header-search {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        /* width: calc(120.3125vw * var(--coef-w)); */
        /* height: calc(7.5vw * var(--coef-w)); */
        border: none;
    }

    .header-search svg {
        width: calc(4.6875vw * var(--coef-w));
        height: calc(4.6875vw * var(--coef-w));
        position: absolute;
        margin-top: calc(4.6875vw * var(--coef-w));
    }

    .header-search-icon {
        left: calc(4.6875vw * var(--coef-w));
    }

    .header-search-icon-close {
        right: calc(4.6875vw * var(--coef-w));
        cursor: pointer;
    }

    .header-icon-search {
        width: calc(7.8125vw * var(--coef-w));
        height: calc(7.8125vw * var(--coef-w));
    }

    .search-items {
        background: #fff;
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding: calc(9.375vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
    }

    .search-item {
        display: flex;
        align-items: center;
        margin-bottom: calc(4.6875vw * var(--coef-w));
    }

    .search-item:last-child {
        margin-bottom: 0;
    }

    .search-item-title {
        font-size: calc(4.0625vw * var(--coef-w));
        font-family: "Istok Web", sans-serif ;
        font-style: normal;
        font-weight: 600;
        line-height: calc(5.625vw * var(--coef-w));
        text-transform: uppercase;
    }

    .search-item:hover .search-item-title {
        text-decoration: underline;
    }

    .search-item-image {
        width: calc(21.25vw * var(--coef-w));
        height: calc(17.1875vw * var(--coef-w));
        flex-shrink: 0;
        margin-right: calc(3.125vw * var(--coef-w));
        object-fit: cover;
    }

    .mobile-lang {
        display: flex;
        justify-content: flex-start;
        margin-top: calc(31.25vw * var(--coef-w));
    }

    .header-item {
        margin-right: calc(7.1875vw * var(--coef-w));
    }

    .header-item:last-child {
        margin-right: 0;
    }

    .header-item:hover {
        text-decoration: underline;
    }

    .header-item.active {
        display: flex;
        padding: 1px calc(3.125vw * var(--coef-w));
        align-items: flex-start;
        gap: calc(3.125vw * var(--coef-w));
        border-radius: calc(1.875vw * var(--coef-w));
        background: rgba(255, 255, 255, 0.30);
    }

    header.fixed .header-item.active,
    header:hover .header-item.active {
        background: rgba(31, 31, 31, 0.08);
    }

    .header-icon {
        object-fit: cover;
        cursor: pointer;
        width: calc(7.5vw * var(--coef-w));
        height: calc(7.5vw * var(--coef-w));
    }

    header.fixed .header-icon-account,
    header:hover .header-icon-account {
        content: url('/images/account-black-user.svg');
        width: calc(7.5vw * var(--coef-w));
        height: calc(7.5vw * var(--coef-w));
    }

    .header-icon-block {
        margin-top: calc(4.6875vw * var(--coef-w));
        padding-bottom: calc(7.8125vw * var(--coef-w));
        border: none;
        border-bottom: solid 1px #E4E4E4;
        ;
    }

    .products-menu {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: calc(7.8125vw * var(--coef-w));
    }

    .menu-item-title {
        text-align: center;
        font-family: "Istok Web", sans-serif ;
        font-size: calc(3.75vw * var(--coef-w));
        font-style: normal;
        font-weight: 500;
        line-height: calc(5.625vw * var(--coef-w));
        color: var(--color-black);
        padding-top: calc(1.5625vw * var(--coef-w));
    }

    .menu-item {
        margin-right: calc(3.125vw * var(--coef-w));
        margin-top: calc(2.5vw * var(--coef-w));
        margin-bottom: calc(2.5vw * var(--coef-w));
    }

    .menu-item:nth-child(3n) {
        margin-right: 0;
    }

    .menu-item-img {
        width: calc(28.125vw * var(--coef-w));
        height: calc(20.3125vw * var(--coef-w));
        border-radius: calc(2.5vw * var(--coef-w));
    }

    .button-small-2 {
        text-decoration: underline;
    }

 

    .pass-status {
        position: absolute;
        width: calc(5.625vw * var(--coef-w));
        height: calc(5.625vw * var(--coef-w));
        bottom: calc(-1.5625vw * var(--coef-w));
        right: calc(7.8125vw * var(--coef-w));
        cursor: pointer;
        user-select: none;
    }

    .pass-status svg {
        width: calc(5.625vw * var(--coef-w));
        height: calc(5.625vw * var(--coef-w));
    }

    .pass-status .hide {
        display: none;
    }

    .pass-status.active .hide {
        display: block;
    }

    .input-block {
        display: flex;
        flex-direction: column;
    }

    .input {
        width: 100%;
        box-sizing: border-box;
        background: none;
        border: none;
        border-bottom: 1px solid var(--color-white);
        margin-right: calc(8.4375vw * var(--coef-w));
        padding: calc(2.5vw * var(--coef-w)) calc(3.125vw * var(--coef-w)) calc(3.125vw * var(--coef-w)) 0;
    }

    input::placeholder {
        color: var(--color-grey);
    }

    .label-input {
        font-family: "Istok Web", sans-serif ;
        font-size: calc(3.75vw * var(--coef-w));
        font-style: normal;
        font-weight: 700;
        line-height: calc(6.875vw * var(--coef-w));
        text-transform: uppercase;
        position: relative;

    }

 
.btn {
        display: inline-block;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        text-align: center;
        padding: calc(4.375vw * var(--coef-w)) calc(15.625vw * var(--coef-w));
        border: none;
        border-radius: calc(2.5vw * var(--coef-w));
        margin-top: calc(6.25vw * var(--coef-w));
        background: var(--color-red);
        transition: .3s;
        text-transform: uppercase;
        font-family: Raleway;
        font-size: calc(4.375vw * var(--coef-w));
        font-style: normal;
        font-weight: 700;
        line-height: calc(7.5vw * var(--coef-w)); /* 171.429% */
        text-transform: uppercase;
    }

    .btn:hover {
        color: var(--color-white);
        background: var(--color-red-hover);
    }

 
    .container-modal-account {
        width: calc(90.625vw * var(--coef-w));
        display: flex;
        padding: calc(10.9375vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
        flex-direction: column;
        align-items: center;
    }

    .form-input {
        border-bottom: 1px solid var(--color-black);
        margin-bottom: calc(9.375vw * var(--coef-w));
    }

    .form-input:last-child {
        margin-bottom: 0;
    }

    .account-modal-title {
        align-self: flex-start;
        margin-bottom: calc(4.6875vw * var(--coef-w));
    }

    .container-modal-account .header-search-form {
        order: 0;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: calc(4.6875vw * var(--coef-w));
    }

    .container-modal-account .header-search-input {
        border: 1px solid var(--color-line);
    }

    .modal-cities-blocks {
        align-self: flex-start;
        height: calc(101.5625vw * var(--coef-w));
        overflow: auto;
        width: 100%;
    }

    .modal-account-blocks::-webkit-scrollbar {
        width: 2px;
    }

    .modal-account-blocks::-webkit-scrollbar-track {
        background-color: var(--color-line);
    }

    .modal-account-blocks::-webkit-scrollbar-thumb {
        background-color: var(--color-main);
    }

    .modal-account-block-title {
        margin-bottom: calc(3.125vw * var(--coef-w));
    }

    .modal-account-block {
        margin-bottom: calc(3.75vw * var(--coef-w));
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-account-block-city {
        font-style: normal;
        font-weight: 500;
        font-size: calc(4.375vw * var(--coef-w));
        line-height: calc(6.875vw * var(--coef-w));
        font-feature-settings: 'pnum' on, 'lnum' on;
        margin-bottom: calc(2.5vw * var(--coef-w));
    }

    .label-input {
        font-family: "Istok Web", sans-serif ;
        font-size: calc(3.4375vw * var(--coef-w));
        font-style: normal;
        font-weight: 700;
        line-height: calc(5.9375vw * var(--coef-w));
        text-transform: uppercase;
        position: relative;
    }

    .input::placeholder {
        font-family: "Istok Web", sans-serif ;
        font-size: calc(4.375vw * var(--coef-w));
        font-style: normal;
        font-weight: 400;
        line-height: calc(7.5vw * var(--coef-w));
        color: var(--color-grey);
    }

    .register-model-error {
        margin-top: calc(1.5625vw * var(--coef-w));
        display: none;
    }

    .modal-description {
        width: calc(90.625vw * var(--coef-w));
        text-align: center;
        text-align: center;
        font-family: "Istok Web", sans-serif ;
        font-size: calc(3.75vw * var(--coef-w));
        font-style: normal;
        font-weight: 500;
        line-height: calc(5.625vw * var(--coef-w));
        margin-top: calc(4.6875vw * var(--coef-w));
    }

    .modal-description a {
        text-decoration: underline;
        transition: .3s;
        color: var(--color-grey);
    }

     .btn-link {
        margin-top: calc(3.75vw * var(--coef-w));
        text-decoration: underline;
        transition: .3s;
        cursor: pointer;
    }

 
    .container-modal-sign-in {
        width: calc(90.625vw * var(--coef-w));
        display: flex;
        padding: calc(10.9375vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sign-in-modal-title {
        align-self: flex-start;
        margin-bottom: calc(4.6875vw * var(--coef-w));
        font-family: Taviraj;
        font-size: calc(5.625vw * var(--coef-w));
        font-style: normal;
        font-weight: 600;
        line-height: calc(8.75vw * var(--coef-w));
        text-transform: uppercase;
    }

    .container-modal-sign-in .header-search-form {
        order: 0;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: calc(4.6875vw * var(--coef-w));
    }

    .container-modal-sign-in .header-search-input {
        border: 1px solid var(--color-line);
    }

    .modal-cities-blocks {
        align-self: flex-start;
        height: calc(101.5625vw * var(--coef-w));
        overflow: auto;
        width: 100%;
    }

    .modal-account-blocks::-webkit-scrollbar {
        width: 2px;
    }

    .modal-account-blocks::-webkit-scrollbar-track {
        background-color: var(--color-line);
    }

    .modal-account-blocks::-webkit-scrollbar-thumb {
        background-color: var(--color-main);
    }

    .modal-account-block-title {
        margin-bottom: calc(3.125vw * var(--coef-w));
    }

    .modal-sign-in-block {
        margin-bottom: calc(3.75vw * var(--coef-w));
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-sign-in-block-city {
        font-style: normal;
        font-weight: 500;
        font-size: calc(4.375vw * var(--coef-w));
        line-height: calc(6.875vw * var(--coef-w));
        font-feature-settings: 'pnum' on, 'lnum' on;
        margin-bottom: calc(2.5vw * var(--coef-w));
    }

    .btn-link-right {
        margin-top: calc(1.875vw * var(--coef-w));
        text-align: right;
        font-family: "Istok Web", sans-serif ;
        font-size: calc(3.75vw * var(--coef-w));
        font-style: normal;
        font-weight: 500;
        line-height: calc(5.625vw * var(--coef-w));
        text-decoration: underline;
        transition: .3s;
    }

    .sign-in-modal-description {
        margin-bottom: calc(6.25vw * var(--coef-w));
        width: 100%;
    }

    .modal .btn {
        width: 100%
    }

    .login-error {
        display: none;
        text-align: center;
        margin-top: calc(3.125vw * var(--coef-w));
    }

 
    .container-modal-password-recovery {
        width: calc(90.625vw * var(--coef-w));
        display: flex;
        padding: calc(10.9375vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .password-recovery-modal-title {
        align-self: flex-start;
        margin-bottom: calc(4.6875vw * var(--coef-w));
    }

    .container-modal-password-recovery .header-search-form {
        order: 0;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: calc(4.6875vw * var(--coef-w));
    }

    .container-modal-password-recovery .header-search-input {
        border: 1px solid var(--color-line);
    }

    .modal-password-recovery-blocks {
        align-self: flex-start;
        height: calc(101.5625vw * var(--coef-w));
        overflow: auto;
        width: 100%;
    }

    .modal-password-recovery-blocks::-webkit-scrollbar {
        width: 2px;
    }

    .modal-password-recovery-blocks::-webkit-scrollbar-track {
        background-color: var(--color-line);
    }

    .modal-password-recovery-blocks::-webkit-scrollbar-thumb {
        background-color: var(--color-main);
    }

    .modal-password-recovery-block-title {
        margin-bottom: calc(3.125vw * var(--coef-w));
    }

    .modal-password-recovery-block {
        margin-bottom: calc(3.75vw * var(--coef-w));
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-password-recovery-block-city {
        font-style: normal;
        font-weight: 500;
        font-size: calc(4.375vw * var(--coef-w));
        line-height: calc(6.875vw * var(--coef-w));
        font-feature-settings: 'pnum' on, 'lnum' on;
        margin-bottom: calc(2.5vw * var(--coef-w));
    }

    .password-recovery-modal-description {
        margin-bottom: calc(4.6875vw * var(--coef-w));
    }

    .form-answer {
        display: none;
        text-align: center;
        margin-top: calc(1.5625vw * var(--coef-w));
    }

    .form-modal-forgot {
        display: none;
    }

    .form-modal-forgot.active {
        display: block;
    }

    .password-btn-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

 
    .container-modal-loyalty {
        width: calc(90.625vw * var(--coef-w));
        display: inline-flex;
        padding: calc(10.9375vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
        flex-direction: column;
        align-items: flex-start;
        gap: calc(6.25vw * var(--coef-w));
    }

    .loyalty-modal-title {
        align-self: flex-start;
        margin-bottom: calc(4.6875vw * var(--coef-w));
    }

    .container-modal-loyalty .header-search-form {
        order: 0;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: calc(4.6875vw * var(--coef-w));
    }

    .container-modal-loyalty .header-search-input {
        border: 1px solid var(--color-line);
    }

    .modal-cities-blocks {
        align-self: flex-start;
        height: calc(101.5625vw * var(--coef-w));
        overflow: auto;
        width: 100%;
    }

    .membership-modal-text {
        text-align: center;
    }

 
    .cookie-item {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: calc(7.5vw * var(--coef-w));
        background: var(--color-red);
        border-radius: calc(3.125vw * var(--coef-w));
        max-width: fit-content;
        z-index: 99999999999;
        transform: translateX(calc(-100% - calc(15.625vw * var(--coef-w))));
        left: calc(0vw * var(--coef-w));
        padding: calc(3.4375vw * var(--coef-w));
        margin-left: calc(3.125vw * var(--coef-w));
        margin-right: calc(3.125vw * var(--coef-w));
    }

    .cookie-item.cookie-popup-shown {
        transform: translateX(0);
        transition: transform 0.3s ease-in-out;
    }

    .cookie__info {
        display: flex;
    }

    .cookie__img {
        margin-right: calc(2.5vw * var(--coef-w));
        min-width: calc(12.5vw * var(--coef-w));
        height: calc(12.5vw * var(--coef-w));
    }

    .cookie__text {
        font-weight: 500;
        font-size: calc(6.25vw * var(--coef-w));
        line-height: 1.5;
        color: #fff;
    }

    .cookie__btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: calc(3.75vw * var(--coef-w));
    }

    .cookie__link {
        font-weight: 600;
        font-size: calc(5.625vw * var(--coef-w));
        line-height: calc(12.5vw * var(--coef-w));
        color: #efefef;
    }

    .cookie__close {
        margin-left: calc(7.5vw * var(--coef-w));
        font-weight: 600;
        font-family: Montserrat, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: calc(5.625vw * var(--coef-w));
        border-radius: calc(1.5625vw * var(--coef-w));
        background: none;
        border: 1px solid;
        cursor: pointer;
        color: #fff;
        transition: background-color 0.5s;
        line-height: normal;
        padding: calc(3.125vw * var(--coef-w));
    }

    .cookie__text {
        font-size: calc(4.375vw * var(--coef-w));
    }

    .cookie__close,
    .cookie__link {
        font-size: calc(5vw * var(--coef-w));
    }

    .cookie {
        top: initial;
        bottom: 0;
        left: calc(6.25vw * var(--coef-w));
        right: calc(6.25vw * var(--coef-w));
        max-width: 100%;
    }

 
    .footer-block {
        width: 100%;
        background: var(--color-white);
        padding-top: calc(12.5vw * var(--coef-w));
        padding-bottom: calc(6.25vw * var(--coef-w));
        border: none;
        border-top: 1px solid #E2E2E2;
    }

    .footer-inner {
        display: flex;
        flex-direction: column;
    }

    .footer-right-section {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        margin-left: calc(80.625vw * var(--coef-w));
    }

    .footer-title {
        margin-top: calc(9.375vw * var(--coef-w));
        margin-bottom: calc(3.125vw * var(--coef-w));
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        margin-right: calc(40.625vw * var(--coef-w));
    }

    .footer-column:last-child {
        margin-right: 0;
    }

    .footer-list-item {
        margin-bottom: calc(1.875vw * var(--coef-w));
    }

    .footer-list-item:hover {
        text-decoration: underline;
    }

    .footer-list-item:last-child {
        margin-bottom: 0;
    }

    .footer-logo-section {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .footer-logo {
        width: calc(32.8125vw * var(--coef-w));
        height: calc(19.0625vw * var(--coef-w));
        object-fit: contain;
    }

    .copyright {
        margin-top: calc(6.25vw * var(--coef-w));
        margin-bottom: calc(9.375vw * var(--coef-w));
    }

    .contacts-footer-section {
        width: calc(60.625vw * var(--coef-w));
    }

    .footer-social {
        display: flex;
        justify-content: flex-start;
        margin-top: calc(7.8125vw * var(--coef-w));
    }

    .footer-social-img {
        width: calc(10vw * var(--coef-w));
        height: calc(10vw * var(--coef-w));
        margin-right: calc(4.6875vw * var(--coef-w));
    }

    .footer-icon-instagram:hover {
        transition: .3s;
        content: url('/images/icons/footer-instagram-red.svg')
    }

    .footer-icon-youtube:hover {
        transition: .3s;
        content: url('/images/icons/footer-youtube-red.svg')
    }

    .footer-icon-facebook:hover {
        transition: .3s;
        content: url('/images/icons/footer-facebook-red.svg')
    }
    .link-download {
        margin-left: calc(0vw * var(--coef-w));
        color: var(--color-red);
    }

 
    .big-image-card-img {
        filter: brightness(0.8);
    }

    .warning {
        padding: calc(3.125vw * var(--coef-w)) calc(3.75vw * var(--coef-w));
        border-radius: calc(1.875vw * var(--coef-w));
        border: calc(0.375vw * var(--coef-w)) dashed var(--red, #C81317);
        background: rgba(200, 19, 23, 0.05);
        margin-top: calc(7.8125vw * var(--coef-w));
    }

    .warning-title {
        margin-bottom: 2px;
    }

    /* Slider */

    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir="rtl"] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }

    .main-slider-wrapper {
        position: relative;
        top: 0;
        width: calc(100vw * var(--coef-w));
        height: calc(156.25vw * var(--coef-w));
        margin-bottom: calc(15.625vw * var(--coef-w));
    }

    .main-slide-grad {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 18.68%, rgba(0, 0, 0, 0.49) 49.09%);
    }

    .main-slide {
        position: relative;
        width: 100%;
        height: calc(156.25vw * var(--coef-w));
        text-align: center;
    }

    .main-slide-container {
        height: 100%;
    }

    .main-slide-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .main-slide-img.mobile {
        display: none;
    }

    .main-slide-content {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        margin-top: calc(46.875vw * var(--coef-w));
        align-self: center;
        align-items: center;
        text-align: center;
        height: 100%;
        position: relative;
        z-index: 1;
    }

    .main-slide-title {
        margin-bottom: calc(4.6875vw * var(--coef-w));
        font-size: calc(16.25vw * var(--coef-w));
        line-height: calc(18.125vw * var(--coef-w));
        text-transform: uppercase;
        color: #ffffff;
    }

    .main-slide-desc {
        margin-bottom: calc(14.0625vw * var(--coef-w));
        font-style: normal;
        font-weight: normal;
        font-size: calc(6.25vw * var(--coef-w));
        line-height: calc(8.75vw * var(--coef-w));
        color: #ffffff;
        width: calc(190.625vw * var(--coef-w));
    }

    .main-slider-wrapper .arrow-prev-svg,
    .main-slider-wrapper .arrow-next-svg,
    .main-catalog-wrapper .arrow-prev-svg,
    .main-catalog-wrapper .arrow-next-svg {
        width: calc(7.5vw * var(--coef-w));
        height: calc(7.5vw * var(--coef-w));
        cursor: pointer;
    }

    .main-slider-wrapper .arrow-prev-svg,
    .main-catalog-wrapper .arrow-prev-svg {
        position: absolute;
        left: calc(9.0625vw * var(--coef-w));
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .main-slider-wrapper .arrow-next-svg,
    .main-catalog-wrapper .arrow-next-svg {
        position: absolute;
        right: calc(9.0625vw * var(--coef-w));
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .main-slider-wrapper .arrow-prev-svg circle,
    .main-slider-wrapper .arrow-next-svg circle {
        fill-opacity: 0.2;
        transition: 0.3s;
    }

    .main-slider-wrapper .arrow-prev-svg:hover circle,
    .main-slider-wrapper .arrow-next-svg:hover circle {
        fill-opacity: 0.45;
    }

    .main-slider .slick-dots,
    .main-catalog-slider .slick-dots {
        display: flex;
        list-style: none;
        position: absolute;
        bottom: calc(7.8125vw * var(--coef-w));
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .main-slider .slick-dots li,
    .main-catalog-slider .slick-dots li {
        flex-shrink: 1;
        margin: 0 calc(1.5625vw * var(--coef-w));
    }

    .main-slider .slick-dots li button,
    .main-catalog-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: calc(2.1875vw * var(--coef-w));
        height: calc(2.1875vw * var(--coef-w));
        padding: 0;
        list-style: none;
        background: rgba(255, 255, 255, 0.6);
        border: none;
        border-radius: calc(1.5625vw * var(--coef-w));
        cursor: pointer;
        opacity: 0.6000000238418579;
        transition: 0.3s;
    }

    .main-slider .slick-dots .slick-active button,
    .main-catalog-slider .slick-dots .slick-active button {
        width: calc(2.1875vw * var(--coef-w));
        height: calc(2.1875vw * var(--coef-w));
        background: #ffffff;
        opacity: 1;
        position: relative;
    }

    .main {
        padding-left: 0;
        padding-right: 0;
    }

    .product-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: calc(7.8125vw * var(--coef-w));
    }

    .product-image-block {
        margin-bottom: calc(7.8125vw * var(--coef-w));
    }

    .product-image {
        width: calc(90.625vw * var(--coef-w));
        height: calc(68.75vw * var(--coef-w));
        border-radius: calc(2.5vw * var(--coef-w));
        border: 1px solid var(--color-red-hover);
        object-fit: contain;
    }

    .product-content-desc {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        width: calc(90.625vw * var(--coef-w));
    }

    .product-description-title {
        margin-top: calc(6.5625vw * var(--coef-w));
    }

    .product-catalog-content-title {
        margin-top: calc(7.8125vw * var(--coef-w));
    }

    .product-catalog-item-image {
        width: calc(21.875vw * var(--coef-w));
        height: calc(21.875vw * var(--coef-w));
        border-radius: calc(21.875vw * var(--coef-w));
        object-fit: cover;
    }

    .product-catalog {
        display: flex;
        align-self: flex-start;
        width: calc(90.625vw * var(--coef-w));
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
    }

    .product-features-title {
        display: flex;
        justify-content: flex-start;
        margin-top: calc(12.5vw * var(--coef-w));
        cursor: pointer;
    }

    .product-arrow {
        display: flex;
        align-self: center;
        width: calc(4.375vw * var(--coef-w));
        height: calc(4.375vw * var(--coef-w));
        margin-left: calc(2.5vw * var(--coef-w));
        transition: .3s;
        transform: rotate(180deg);
    }

    .product-features-title.active .product-arrow {
        transform: rotate(0);
    }

    .product-card-energy {
        display: flex;
        padding: calc(6.25vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
        flex-direction: column;
        align-items: flex-start;
        gap: calc(2.5vw * var(--coef-w));
        border-radius: calc(2.5vw * var(--coef-w));
        background: var(--color-skin);
        width: calc(90.625vw * var(--coef-w));
        margin-bottom: calc(7.8125vw * var(--coef-w));
    }

    .product-card-content {
        display: flex;
        padding: calc(6.25vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
        flex-direction: column;
        align-items: flex-start;
        gap: calc(2.5vw * var(--coef-w));
        border-radius: calc(2.5vw * var(--coef-w));
        background: var(--color-skin);
        width: 100%;
    }

    .product-card-desc {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: calc(25vw * var(--coef-w));
    }

    .product-card-desc {
        display: none;
    }

    .product-card-desc.active {
        display: flex;
    }

    .product-card-content-title {
        margin-bottom: calc(3.75vw * var(--coef-w));
    }

    .product-card-desc-content {
        margin-right: calc(21.875vw * var(--coef-w));
    }

    .product-card-desc-content:last-child {
        margin-right: 0;
    }

    .product-catalog a {
        color: var(--color-black);
    }

    .breadcrumbs-block {
        position: absolute;
        width: calc(90.625vw * var(--coef-w));
        padding: 0 calc(4.6875vw * var(--coef-w));
        z-index: 2;
    }

    .taste {
        border: 1px solid;
        padding: calc(1.5625vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
        gap: calc(1.5625vw * var(--coef-w));
        border-radius: calc(31.25vw * var(--coef-w));
        font-weight: 700;
    }

    .teste-wrapper {
        gap: calc(3.125vw * var(--coef-w));
    }

    .teste_bg {
        display: none;
    }

    .teste_bg.active {
        display: none;
    }

 }