@charset "UTF-8";

:root {
    --color-text: #292929;
    --color-main: #ffffff;
    --color-black: #000;
    --color-accent: #fff000;
    --color-rare: #ff0000;
    --color-base: #0072ff;
    --color-base2: #009dff;
    --color-dark: #1c1c1c;
    --color-dark2: #494949;
    --color-dark3: #a4a4a4;
    --color-dark4: #cdced2;
    --color-dark5: #e8e8e8;
    --color-dark6: #f7f7f7;
    --color-muted: #e5f5ff;
    --color-muted1: #e6efee;
    --color-hover: #0066e3;
    --color-purple: #6610f2;
    --color-purple-hover: #520dc2;
    --color-red: #fc5e52;
    --color-other: #046057;
    --color-additional1: #ffcd62;
    --color-additional2: #16bca2;
    --color-additional3: #fc5e52;
    --color-additional4: #fffaef;
    --color-additional5: #e6fbf7;
    --color-additional6: #ffefee;
    --with-container: 1460px;
    --circle-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Cg fill='none'%3E%3Cg clip-path='url(%23circle-check-solid_a)'%3E%3Cpath fill='black' d='M20 0C8.972 0 0 8.972 0 20s8.972 20 20 20 20-8.972 20-20S31.028 0 20 0m-2.998 28.826-7.426-7.41 2.824-2.832 4.598 4.59 10.588-10.588 2.828 2.828z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='circle-check-solid_a'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E") --circle-svg2: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Cg fill='none'%3E%3Cg clip-path='url(%23circle_a)'%3E%3Cpath fill='black' d='M20 0C8.972 0 0 8.972 0 20c.002 11.03 8.974 20.002 20 20.002 11.028 0 20-8.972 20.002-20.002C40.002 8.972 31.03 0 20 0m0 36.002c-8.82 0-15.998-7.178-16-16.002 0-8.822 7.178-16 16-16 8.824 0 16.002 7.178 16.002 16C36 28.824 28.822 36.002 20 36.002'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='circle_a'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E")
}

html {
    scroll-behavior: smooth;
    line-height: inherit;
    height: initial !important
}

* {
    padding: 0;
    line-height: inherit;
    margin: 0
}

a {
    text-decoration: none;
}

body {
    display: flex;
    flex-direction: column;
    overflow: auto !important;
    height: initial !important;
    overflow-x: hidden !important;
    font-family: Regular;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeSpeed;
    color: var(--color-text)
}

body.fixed {
    overflow: hidden !important
}

body.lock {
    overflow: hidden !important
}

b,
strong {
    font-weight: bolder;
}

button,
input {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

body.down header.clone {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}

a {
    transition: .3s
}

.main {
    flex: 1 0 auto;
    background-color: #fff;
    color: #fff;
    min-height: 100vh;
    overflow: hidden;
    position: relative
}

.footer,
.header {
    flex-shrink: 0
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.icon svg {
    width: 100%;
    height: 100%;
    transition: .3s
}

.icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.iresponsive {
    position: relative
}

.iresponsive img,
.iresponsive video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.iresponsive iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.container {
    max-width: var(--with-container) !important;
    margin: 0 auto;
    padding: 0 15px
}

.input-grey {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%
}

.input-grey.input-number {
    overflow: inherit
}

.input-grey.input-number .input-grey__placeholder {
    padding-left: 40px
}

.input-grey.input-number.js-active .input-grey__placeholder {
    text-transform: uppercase
}

.input-grey.input-number.js-active .iti__selected-dial-code {
    display: block
}

.input-grey.input-number.js-active .iti__selected-flag .iti__arrow,
.input-grey.input-number.js-active .iti__selected-flag .iti__flag {
    position: relative;
    top: 8px
}

.input-grey.input-number.js-active .input-grey__placeholder {
    top: 1px;
    padding-left: 0;
    transform: initial
}

.input-grey.input-number.js-active .input-grey__placeholder svg {
    width: 12px;
    height: 12px
}

.input-grey.input-number.js-active .input-grey__placeholder span {
    font-size: 10px
}

.input-grey.input-number .iti__selected-flag .iti__arrow,
.input-grey.input-number .iti__selected-flag .iti__flag {
    position: relative;
    top: 0
}

.input-grey.input-number label input {
    padding-left: 60px
}

.input-grey.input-number label:focus-within .iti__selected-dial-code {
    display: block
}

.input-grey.input-number label:focus-within .iti__selected-flag .iti__arrow,
.input-grey.input-number label:focus-within .iti__selected-flag .iti__flag {
    position: relative;
    top: 8px
}

.input-grey.input-number label:focus-within .input-grey__placeholder {
    text-transform: uppercase;
    top: 1px;
    padding-left: 0;
    transform: initial
}

.input-grey.input-number label:focus-within .input-grey__placeholder svg {
    width: 12px;
    height: 12px
}

.input-grey.input-number label:focus-within .input-grey__placeholder span {
    font-size: 10px
}

.input-grey input,
.input-grey textarea {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border-radius: 12px;
    min-height: 48px;
    padding: 20px 30px 3px 16px;
    appearance: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid transparent;
    transition: .3s
}

.input-grey input:focus,
.input-grey textarea:focus {
    border-color: #0072ff
}

.input-grey input:focus+.input-grey__placeholder,
.input-grey textarea:focus+.input-grey__placeholder {
    top: 1px;
    transform: initial
}

.input-grey input:focus+.input-grey__placeholder svg,
.input-grey textarea:focus+.input-grey__placeholder svg {
    width: 12px;
    height: 12px
}

.input-grey input:focus+.input-grey__placeholder span,
.input-grey textarea:focus+.input-grey__placeholder span {
    font-size: 10px;
    text-transform: uppercase
}

.input-grey input.js-active+.input-grey__placeholder,
.input-grey textarea.js-active+.input-grey__placeholder {
    top: 1px;
    transform: initial
}

.input-grey input.js-active+.input-grey__placeholder svg,
.input-grey textarea.js-active+.input-grey__placeholder svg {
    width: 12px;
    height: 12px
}

.input-grey input.js-active+.input-grey__placeholder span,
.input-grey textarea.js-active+.input-grey__placeholder span {
    font-size: 10px
}

.input-grey textarea {
    font-weight: 400
}

.input-grey .pass-show-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 8px;
    cursor: pointer;
    right: 10px
}

.input-grey .pass-show-icon.js-active .hide {
    opacity: 1
}

.input-grey .pass-show-icon.js-active .show {
    opacity: 0
}

.input-grey .pass-show-icon svg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .3s;
    fill: #cdced2
}

.input-grey .pass-show-icon svg.hide {
    opacity: 0
}

.input-grey__placeholder {
    transition: .1s linear;
    pointer-events: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 50%;
    width: calc(100% - 17px);
    border-radius: 12px 12px 0 0;
    left: 16px;
    padding-top: 4px;
    transform: translateY(-50%);
    cursor: text
}

.input-grey__placeholder svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transition: .1s linear
}

.input-grey__placeholder span {
    transition: .1s linear;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px
}

.radio label {
    cursor: pointer;
    position: relative
}

.radio label:hover span {
    color: var(--color-base)
}

.radio label:hover span::before {
    border-color: var(--color-base)
}

.radio input {
    position: absolute;
    top: 0;
    width: 1px;
    height: 1px;
    font-size: 0
}

.radio input:checked~span::after {
    transform: scale(1)
}

.radio input:checked~span::before {
    border-color: var(--color-base)
}

.radio input:checked~span {
    color: var(--color-base);
    text-shadow: 0 0 .65px var(--color-base), 0 0 .65px var(--color-base)
}

.radio span {
    display: inline-block;
    padding-left: 36px;
    font-size: 14px;
    line-height: 143%;
    color: var(--color-dark2);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: .3s
}

.radio span::before {
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-dark4);
    border-radius: 50%;
    transition: .3s;
    content: ""
}

.radio span::after {
    position: absolute;
    left: 4px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    background-color: var(--color-base);
    transition: all .3s ease;
    content: ""
}

.checkbox {
    position: relative
}

.checkbox label {
    cursor: pointer
}

.checkbox input {
    width: 1px;
    height: 1px;
    font-size: 0
}

.checkbox input:checked~span::after {
    transform: scale(1)
}

.checkbox input:checked~span::before {
    background-color: var(--color-base);
    border-color: transparent
}

.checkbox span {
    display: inline-block;
    padding-left: 30px;
    font-size: 14px;
    line-height: 143%;
    color: var(--color-dark2);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.checkbox span::before {
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-dark4);
    border-radius: 50%;
    transition: .3s;
    content: ""
}

.checkbox span::after {
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transform: scale(0);
    background-image: url(../img/icon-check-white.png);
    background-repeat: no-repeat;
    background-size: 18px;
    transition: all .3s ease;
    content: ""
}

.input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden
}

.input input,
.input textarea {
    width: 100%;
    border-radius: 12px;
    background-color: var(--color-dark6);
    border: 0;
    padding: 14px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-dark)
}

.input input:focus+.input__placeholder,
.input textarea:focus+.input__placeholder {
    left: -100%;
    opacity: 0
}

.input input.js-active+.input__placeholder,
.input textarea.js-active+.input__placeholder {
    left: -100%;
    opacity: 0
}

.input__placeholder {
    pointer-events: none;
    transition: .3s;
    position: absolute;
    left: 16px;
    font-size: 14px;
    line-height: 20px;
    top: 13px;
    right: 16px;
    color: var(--color-dark4)
}

@keyframes scale {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.text p+p {
    margin-top: 15px
}

.text a {
    text-decoration: underline
}

.input::-moz-placeholder {
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.input::placeholder {
    transition: opacity .3s ease
}

.input:focus::-moz-placeholder {
    opacity: 0
}

.input:focus::placeholder {
    opacity: 0
}

.textarea::-moz-placeholder {
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.textarea::placeholder {
    transition: opacity .3s ease
}

.textarea:focus::-moz-placeholder {
    opacity: 0
}

.textarea:focus::placeholder {
    opacity: 0
}

.btn {
    display: flex;
    transition: .3s
}

.btn:disabled {
    pointer-events: none;
    background: rgba(255, 255, 255, .4);
    color: var(--color-main)
}

.select {
    display: inline-flex;
    align-items: center;
    z-index: 15;
    width: 100%
}

.select.select-selected-items.addtour-section__select {
    flex-direction: column;
    align-items: flex-start
}

.select.select-placeholder .select__trigger {
    padding-top: 18px;
    padding-bottom: 8px
}

.select.select-placeholder .select__trigger>.icon {
    position: relative;
    top: -5px
}

.select .select-placeholder__trigger-placeholder {
    position: absolute;
    top: 8px;
    left: 16px;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--color-dark4);
    display: flex;
    align-items: center
}

.select .select-placeholder__trigger-placeholder-icon {
    width: 12px;
    height: 12px;
    fill: var(--color-dark4);
    margin-right: 4px
}

.select.hidden {
    pointer-events: none;
    mix-blend-mode: normal;
    opacity: .36
}

.select__title {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    display: block;
    margin-right: 8px;
    color: var(--color-dark4)
}

.select__wrapper {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.select__wrapper a {
    text-decoration: none;
    display: flex;
    align-items: center
}

.select__wrapper a .icon {
    margin-right: 5px
}

.select__content {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: .3s;
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    color: var(--color-dark2)
}

.select__content.open .select__trigger {
    color: var(--color-hover-text);
    border-color: var(--color-hover-text)
}

.select__content.open .select__trigger>.icon svg {
    fill: var(--color-hover-text);
    transform: rotate(180deg)
}

.select__content.open .select__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.select__content.disabled .icon {
    display: none
}

.select__content.disabled .select__trigger {
    cursor: default
}

.select__content.disabled a {
    cursor: default
}

.select__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: 0 0;
    min-height: 56px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border-bottom: 1px solid #b1b1b1;
    box-shadow: 15px 15px 20px rgba(228, 228, 228, .25);
    padding-left: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: var(--color-text);
    cursor: pointer
}

.select__trigger img {
    width: 28px;
    height: 28px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px
}

.select__trigger input {
    width: 100%;
    background-color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.select__trigger b {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--dark-green);
    transition: .3s linear
}

.select__trigger b:hover {
    color: var(--green)
}

.select__trigger span,
.select__trigger>a {
    display: flex;
    align-items: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.select__trigger .icon {
    margin-left: 15px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s linear;
    min-height: 40px
}

.select__trigger .icon svg {
    width: 18px;
    fill: var(--color-text);
    height: 18px;
    transition: .3s linear
}

.select__dropdown {
    position: absolute;
    display: block;
    top: calc(100% + 6px);
    left: 0;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 15;
    overflow: hidden;
    width: 100%;
    padding: 0 9px;
    background: #fff;
    box-shadow: 3px 3px 15px rgba(177, 177, 177, .25)
}

.select__options {
    max-height: 175px
}

.select__options .simplebar-vertical {
    width: 6px;
    background: #e1e1e1;
    border-radius: 6px;
    right: 0;
    top: 16px;
    bottom: 17px
}

.select__options .simplebar-vertical .simplebar-scrollbar {
    background: #e1e1e3;
    border-radius: 6px
}

.select__options .simplebar-vertical .simplebar-scrollbar:before {
    display: none
}

.select__options .select__option:last-child {
    border-bottom: 0
}

.select__option {
    position: relative;
    display: block;
    cursor: pointer;
    transition: .3s;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #585858;
    min-height: 56px;
    border-bottom: 1px solid rgba(177, 177, 177, .5);
    filter: drop-shadow(15px 15px 20px rgba(228, 228, 228, .25));
    width: 100%
}

.select__option img {
    width: 28px;
    height: 28px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px
}

.select__option:last-child {
    margin-bottom: 0
}

.select__option:hover {
    color: var(--color-hover-text);
    filter: none
}

.select__option:hover b,
.select__option:hover span {
    color: var(--green)
}

.select__option.selected:before {
    opacity: 1
}

.select__checkboxs {
    overflow-y: auto
}

.select__checkbox {
    position: relative;
    display: block;
    padding: 10px 16px;
    transition: .3s;
    transition: .3s
}

.select__checkbox.checked {
    background-color: var(--color-muted)
}

.select__checkbox:last-child {
    margin: 0
}

.select__checkbox.checkbox span::before {
    left: 16px
}

.select__checkbox.checkbox span::after {
    left: 16px
}

.select__checkbox:hover {
    background-color: var(--color-muted);
    color: var(--color-base)
}

.select__checkbox:hover.checkbox span::before {
    border-color: var(--color-base)
}

.select__checkbox.selected {
    background-color: var(--color-base);
    color: var(--color-main)
}

.select__on-map {
    display: block;
    text-decoration: none;
    cursor: pointer;
    margin-top: 6px;
    padding: 6px 12px 7px 12px;
    font-size: 14px;
    line-height: 143%;
    color: var(--color-main);
    background-color: var(--color-base);
    transition: .3s
}

.select__on-map:hover {
    color: var(--color-base);
    background-color: var(--color-muted)
}

.select {
    padding: 0 10px;
    background-color: #fff
}

.select__content {
    color: inherit
}

.select__trigger {
    padding: 0;
    border: none;
    min-height: 30px;
    color: #fff;
    box-shadow: none;
    opacity: 1
}

.select__trigger .icon {
    margin-left: 5px;
    min-height: inherit
}

.select__trigger .icon svg {
    fill: #fff
}

.select__dropdown {
    min-width: 150px;
    top: initial;
    bottom: calc(100% + 10px)
}

.select__options {
    padding: 10px
}

.select__option {
    min-height: 30px;
    border-bottom: 0
}

.btn--purple {
    color: #fff;
    border-color: #6610f2;
    background: #6610f2
}

.btn--purple:hover {
    color: #fff;
    background: #520dc2;
    border-color: #520dc2
}

/* .header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%
} */

.products {
    padding-top: 138px;
    padding-bottom: 268px;
    background-color: #f5f8ff
}

.products__title {
    color: #002e7b;
    /* font-family: Bold; */
    font-size: 40px;
    line-height: 120%;
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    font-family: Bold;
}

.products__desc p {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #002e7b;
    padding-bottom: 100px;
    max-width: 860px;
    margin: 0 auto
}

.products__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.product-card {
    background: linear-gradient(134.49deg, rgba(235, 241, 252, .8) 4.15%, rgba(255, 255, 255, .8) 98.65%);
    border: 2px solid #fff;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 20px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

.product-card__image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 20px
}

.product-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-card__title {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: .02em;
    padding-bottom: 16px;
    font-family: Bold;
    color: #002e7b;
    text-align: center
}

.product-card__volume {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: #002e7b;
    margin-bottom: 0 !important;
    letter-spacing: .04em
}

.product-page {
    padding: 60px 0;
    background-color: #f2f4fc;
    padding-top: 130px
}

.product-page__container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px
}

.product-page__image-wrapper {
    flex: 0 0 560px;
    max-width: 100%;
    text-align: center
}

.product-page__image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.product-page__image-wrapper.mobile {
    display: none
}

.product-page__image {
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05)
}

.product-page__image img {
    border-radius: 25px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.product-page__content {
    flex: 1;
    min-width: 300px
}

.product-page__title {
    font-family: Bold;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-align: left;
    color: #002e7b;
    padding-bottom: 35px
}

.product-page__subtitle {
    font-size: 18px;
    line-height: 150%;
    font-family: Bold;
    color: #002e7b;
    margin-bottom: 15px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #81bdfe
}

.product-page__text {
    font-size: 18px;
    line-height: 140%;
    color: #002e7b;
    max-width: 767px;
    margin-bottom: 0
}

.composition {
    padding: 60px 0;
    background-color: #f2f4fc;
    padding-top: 100px;
    width: 100%
}

.composition__wrapper {
    padding: 60px;
    background: url(../img/bg-sostav.jpg) no-repeat;
    background-size: cover;
    border-radius: 20px
}

.composition__title {
    text-align: center;
    font-size: 24px;
    font-family: Bold;
    letter-spacing: .02em;
    padding-bottom: 50px;
    margin: 0 auto;
    max-width: 836px;
    color: #002e7b
}

.composition__table {
    background: linear-gradient(134.49deg, rgba(235, 241, 252, .8) 4.15%, rgba(255, 255, 255, .8) 98.65%);
    padding: 36px;
    max-width: 1195px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 20px
}

.composition__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.composition__row:last-child {
    margin-bottom: 0
}

.composition__row--group {
    margin-bottom: -30px;
}

.composition__col {
    flex: 0 0 calc(50% - 30px);
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 30px;
}

.composition__col--full {
    flex: 0 0 100%
}

.composition__label {
    font-family: Bold;
    color: #002e7b;
    font-size: 18px
}

.composition__value {
    color: #002e7b;
    font-weight: 400;
    font-size: 18px
}

.composition__divider {
    height: 1px;
    background: #81bdfe;
    margin: 30px 0
}

.product-info {
    background-color: #f2f4fc;
    padding-bottom: 90px
}

.product-info__wrapper {
    margin: 0 auto;
    max-width: 1195px
}

.product-info__title {
    font-size: 18px;
    font-family: Bold;
    color: #002e7b;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #81bdfe
}

.product-info__subtitle {
    font-size: 18px;
    font-family: Bold;
    color: #002e7b;
    margin-bottom: 8px
}

.product-info__list {
    list-style: none;
    padding: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #81bdfe
}

.product-info__list--short {
    padding-bottom: 32px
}

.product-info__list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 15px;
    font-size: 18px;
    color: #002e7b
}

.product-info__list li b {
    text-align: right;
    color: #002e7b;
    font-weight: 400
}

.product-info__list--short li {
    padding: 6px 0
}

.product-info__codes {
    margin-top: 20px
}

.product-info__codes-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.product-info__codes-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 15px;
    font-size: 18px;
    color: #002e7b
}

.product-info__codes-list li b {
    text-align: right;
    color: #002e7b;
    font-weight: 400
}

.packing {
    background-color: #f2f4fc;
    padding-bottom: 268px;
    padding-top: 90px
}

.packing__title {
    text-align: center;
    font-size: 40px;
    font-family: Bold;
    line-height: 120%;
    color: #002e7b;
    padding-bottom: 100px;
    max-width: 1194px;
    margin: 0 auto
}

.packing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.packing__item {
    border-radius: 16px;
    overflow: hidden
}

.packing__image {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.private-label {
    padding-top: 142px;
    padding-bottom: 268px;
    background: linear-gradient(180deg, #f2f6ff 0, #e1f0ff 100%);
    font-family: Inter, sans-serif;
    position: relative
}

.private-label:before {
    content: "";
    background: url(../img/bg-header.png);
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    height: 283px
}

.private-label>.container {
    position: relative;
    z-index: 2
}

.private-label__title {
    font-size: 40px;
    line-height: 120%;
    font-family: Bold;
    text-align: center;
    color: #002e7b;
    margin-bottom: 50px
}

.private-label__description {
    font-size: 18px;
    color: #002e7b;
    line-height: 140%
}

.private-label__grid {
    margin: 0 auto;
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 180px;
    max-width: 1150px
}

.private-label__box {
    background: linear-gradient(134.49deg, #ebf1fc 4.15%, #fff 98.65%);
    border: 3px solid #fff;
    box-shadow: 10px 10px 20px rgba(24, 106, 169, .1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 40px 30px;
    padding-bottom: 90px
}

.private-label__subtitle {
    text-align: center;
    font-family: Bold;
    color: #002e7b;
    margin-bottom: 30px;
    font-size: 24px
}

.private-label__list {
    list-style: none;
    position: relative;
    padding-left: 0
}

.private-label__list li {
    margin-bottom: 10px;
    position: relative;
    color: #002e7b;
    display: flex;
    font-size: 18px;
    line-height: 140%;
    padding-left: 40px
}

.private-label__list li::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url(../img/list-icon.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.private-label__formats-title {
    font-size: 40px;
    font-family: Bold;
    text-align: center;
    margin-bottom: 100px;
    color: #002e7b
}

.private-label__formats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%
}

.private-label__format {
    text-align: center;
    width: 100%;
    position: relative
}

.private-label__image {
    width: 100%;
    height: 523px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    filter: drop-shadow(10px 10px 20px rgba(24, 106, 169, .1))
}

.private-label__caption {
    font-family: Bold;
    font-size: 24px;
    position: absolute;
    left: 50%;
    bottom: -43px;
    width: calc(100% - 60px);
    transform: translateX(-50%);
    color: #1d45cf;
    padding: 30px 15px;
    background: linear-gradient(134.49deg, rgba(235, 241, 252, .8) 4.15%, rgba(255, 255, 255, .8) 98.65%);
    border: 2px solid #fff;
    box-shadow: 10px 10px 20px rgba(24, 106, 169, .15);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 20px
}

.gallery {
    overflow: initial
}

.main.water {
    background: #f2f4fc
}

.format {
    margin-top: 120px;
    margin-bottom: 267px
}

.format--photo {
    margin-top: 0;
    margin-bottom: 355px
}

.format .format__bg {
    position: absolute;
    width: auto;
    height: 756px;
    left: 32%;
    bottom: -16%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: inherit
}

.format__container {
    max-width: 1200px;
    margin: 0 auto
}

.format__title {
    text-align: center;
    font-size: 40px;
    font-family: Bold;
    line-height: 120%;
    text-transform: uppercase;
    color: #002e7b
}

.format__content {
    padding-top: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.format__content--photo {
    padding-top: 140px;
    justify-content: flex-start
}

.format__text {
    width: 100%;
    max-width: 486px
}

.format__subtitle {
    font-family: Bold;
    color: #002e7b;
    font-size: 30px;
    padding-bottom: 20px
}

.format__subtitle--photo {
    font-family: Bold;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: .03em;
    text-transform: uppercase
}

.format__description {
    font-size: 18px;
    line-height: 140%;
    color: #002e7b
}

.format__media {
    margin-right: 55px;
    width: 100%;
    max-width: 750px;
    position: relative;
    border-radius: 20px
}

.format__media img {
    display: block;
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.format__media .swiper-button-next,
.format__media .swiper-button-prev {
    color: #e6007a
}

.format__media .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1
}

.format__media .swiper-pagination-bullet-active {
    background: #e6007a
}

.swiper-specialized-equipment {
    overflow: visible
}

.swiper-specialized-equipment__arrow {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    left: -21px;
    top: 57%;
    transform: translateY(-50%);
    z-index: 5;
    gap: 20px
}

.swiper-specialized-equipment__arrow .swiper-button-disabled {
    transform: scale(.8) translateY(-50px)
}

.swiper-specialized-equipment__arrow .swiper-specialized-equipment__next.swiper-button-disabled {
    transform: scale(.8) translateY(-10px)
}

.swiper-specialized-equipment__btn {
    transform: inherit;
    position: static;
    margin: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(137.86deg, #f30157 16.35%, #b1003f 91.25%);
    border: 1px solid #fff;
    opacity: 1 !important;
    transition: .3s linear;
    border-radius: 50%;
    box-shadow: 0 10px 10px rgba(9, 51, 84, .2)
}

.swiper-specialized-equipment__btn:after {
    font-size: 26px;
    color: #fff
}

.swiper-specialized-equipment .swiper-slide {
    border-radius: 20px;
    transition: .3s linear
}

.swiper-specialized-equipment .scrollbar-wrap {
    top: initial;
    left: 100px;
    bottom: -44px;
    background-color: #e0e4f2;
    max-width: 300px
}

.swiper-specialized-equipment .swiper-slide-active {
    transform: translateX(0) scale(1);
    z-index: 20;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
}

.swiper-specialized-equipment .swiper-slide-next {
    transform: translateX(-60%) scale(.85);
    z-index: 10;
    opacity: 1;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
    border-radius: 12px
}

.swiper-specialized-equipment .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
    opacity: 0;
    pointer-events: none;
    transform: scale(.8)
}

.quality {
    margin-bottom: 90px
}

.quality__container {
    max-width: 1150px
}

.quality__title {
    text-align: center;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: .03em;
    font-family: Bold;
    color: #002e7b;
    margin-bottom: 100px;
    text-transform: uppercase
}

.quality__content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1150px;
    margin: 0 auto;
    position: relative
}

.quality__image-wrapper {
    position: relative;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 650px;
    box-shadow: 10px 10px 20px rgba(24, 106, 169, .1)
}

.quality__image {
    width: 100%;
    height: auto;
    display: block
}

.quality__logistics {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(255, 255, 255, .85);
    border-top-right-radius: 20px;
    background: linear-gradient(90.65deg, rgba(255, 252, 252, .5) 9.13%, rgba(255, 252, 252, .5) 98.6%);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    width: 100%;
    max-width: 840px;
    border-radius: 0 30px 0 20px
}

.quality__logistics-title {
    font-family: Bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .02em;
    text-align: center;
    color: #002e7b
}

.quality__logistics-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #002e7b;
    text-align: center
}

.quality__hexagon {
    position: absolute;
    width: 476px;
    height: 397px;
    background: url(../img/hexagon.png) no-repeat;
    background-size: contain;
    background-position: center;
    right: -190px;
    top: -145px;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: 500
}

.quality__hexagon--content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.quality__hexagon--header {
    position: absolute;
    top: 33px;
    font-size: 30px;
    font-family: 'Bold';
}

.quality__hexagon--text {
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 0
}

.quality__hexagon--arrow {
    display: block;
    margin: 10px 0;
    width: 25px;
    height: 25px
}

.quality__hexagon--arrow svg {
    fill: #fff;
    width: 100%;
    height: 100%
}

.delivery {
    margin: 180px 0;
    position: relative
}

.delivery:before {
    content: "";
    background: url(../img/bg_delivery.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 836px;
    position: absolute;
    left: 0;
    top: 244px
}

.delivery__container {
    max-width: 1150px
}

.delivery__title {
    text-align: center;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: .03em;
    font-family: Bold;
    color: #002e7b;
    margin-bottom: 30px;
    text-transform: uppercase
}

.delivery__subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #002e7b
}

.delivery__cards {
    max-width: 1150px;
    margin: 0 auto;
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px
}

.delivery__card {
    padding: 30px;
    padding-bottom: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(134.49deg, #ebf1fc 4.15%, #fff 98.65%);
    border: 3px solid #fff;
    box-shadow: 10px 10px 20px rgba(24, 106, 169, .1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 20px
}

.delivery__image {
    width: 100%;
    max-height: 290px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto
}

.delivery__card-title {
    font-family: Bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .02em;
    color: #1d45cf;
    margin-top: 17px;
    margin-bottom: 20px;
    text-align: center
}

.delivery__card-weight {
    font-family: Bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #f30157
}

.delivery__list {
    list-style: none;
    position: relative;
    padding-left: 0;
    margin-top: 20px
}

.delivery__list li {
    margin-bottom: 10px;
    position: relative;
    color: #002e7b;
    font-size: 18px;
    line-height: 140%;
    padding-left: 40px
}

.delivery__list li::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url(../img/list-icon.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.info-packing {
    margin-top: 250px;
    margin-bottom: 100px
}

.info-packing__content {
    padding: 70px 0;
    background: url(../img/bg_info-packing.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px
}

.info-packing__title {
    text-align: center;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: .03em;
    font-family: Bold;
    color: #002e7b;
    margin-bottom: 30px;
    text-transform: uppercase
}

.info-packing__desc {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #002e7b;
    margin: 0 auto;
    margin-bottom: 72px;
    max-width: 778px
}

.info-packing__desc--video {
    margin: 0 auto;
    margin-bottom: 50px
}

.info-packing__cards {
    margin: 0 auto;
    max-width: 1050px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px
}

.info-packing__card {
    background: linear-gradient(134.49deg, rgba(235, 241, 252, .8) 4.15%, rgba(255, 255, 255, .8) 98.65%);
    border: 2px solid #fff;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 20px;
    padding: 40px
}

.info-packing__card-title {
    font-family: Bold;
    font-size: 24px;
    line-height: 150%;
    color: #1d45cf;
    text-align: center;
    letter-spacing: .02em;
    padding-bottom: 30px;
    min-height: 102px
}

.info-packing p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #002e7b;
    margin-bottom: 10px;
}

.info-packing strong {
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #002e7b
}

.info-packing__line {
    height: 1px;
    width: 100%;
    background: #81bdfe;
    margin-bottom: 1rem
}

.info-packing small {
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #002e7b
}

.packing--watter {
    padding: 0
}

.interview--watter {
    padding: 190px 30px
}

.interview--watter .oksana-wrap .okasna {
    max-width: 1150px
}

.main.water2 {
    background: 0 0
}

body.water {
    background: #f2f4fc
}

.format.water2 {
    margin-bottom: 100px
}

.bardi {
    padding-top: 180px;
    padding-bottom: 0
}

.bardi__container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative
}

.bardi__content {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    max-width: 643px;
    background: linear-gradient(134.49deg, rgba(235, 241, 252, .8) 4.15%, rgba(255, 255, 255, .8) 98.65%);
    border: 2px solid #fff;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    padding: 36px;
    border-radius: 20px
}

.bardi__title {
    font-family: Bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .02em;
    color: #002e7b;
    max-width: 400px;
    padding-bottom: 30px
}

.bardi__title span {
    display: inline-block
}

.bardi__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    padding-bottom: 17px;
    color: #002e7b;
    margin-bottom: 0
}

.bardi__subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #002e7b
}

.bardi__list {
    list-style: none;
    position: relative;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 36px
}

.bardi__list li {
    margin-bottom: 10px;
    position: relative;
    color: #002e7b;
    font-size: 18px;
    line-height: 140%;
    padding-left: 40px
}

.bardi__list li::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url(../img/list-icon.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.bardi__item {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px
}

.bardi__item .bardi__icon {
    color: red;
    margin-right: 10px;
    font-weight: 700
}

.bardi__note {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 0;
    color: #002e7b
}

.bardi__image {
    width: 100%;
    max-width: 83%;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    overflow: hidden
}

.bardi__image img {
    height: 688px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.quality.water2 {
    margin-top: 100px;
    margin-bottom: 180px
}

@media (min-width:650px) {
    .select__checkboxs {
        max-height: 299px
    }
}

@media (max-width:1399.98px) {
    .products__title {
        font-size: 32px
    }

    .products__desc p {
        font-size: 14px;
        padding-bottom: 50px
    }

    .products__grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .product-card__title {
        font-size: 18px
    }

    .product-info__wrapper {
        max-width: 100%
    }

    .format {
        margin-bottom: 180px
    }

    .format .format__bg {
        height: 500px
    }

    .format__title {
        font-size: 36px
    }

    .format__content {
        justify-content: flex-start;
        padding-top: 180px
    }

    .format__subtitle--photo {
        font-size: 36px
    }

    .format__media {
        max-width: 550px
    }

    .format__media img {
        height: 350px
    }

    .quality__title {
        font-size: 36px
    }

    .quality__hexagon {
        width: 420px;
        right: -23px;
        top: -100px
    }

    .delivery {
        margin: 90px 0
    }

    .delivery__title {
        font-size: 36px
    }

    .info-packing {
        margin: 90px 0
    }

    .info-packing__title {
        font-size: 36px
    }

    .interview--watter {
        padding: 100px 30px
    }
}

@media (max-width:1199.98px) {
    .container {
        padding: 0 32px
    }

    .product-page__image-wrapper {
        flex: 0 0 300px
    }

    .product-page__title {
        font-size: 32px
    }

    .product-page__text {
        font-size: 16px
    }

    .product-info {
        padding-bottom: 50px
    }

    .packing {
        padding-top: 50px;
        padding-bottom: 100px
    }

    .packing__title {
        font-size: 32px;
        padding-bottom: 50px
    }
}

@media (max-width:992px) {
    .packing__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:991.98px) {
    .container {
        padding: 0 24px
    }

    .products {
        padding-bottom: 150px;
        padding-top: 188px
    }

    .products__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .private-label {
        padding-top: 100px;
        padding-bottom: 200px
    }

    .private-label__title {
        font-size: 36px;
        margin-bottom: 40px
    }

    .private-label__description {
        font-size: 16px
    }

    .private-label__grid {
        margin-top: 40px;
        margin-bottom: 100px
    }

    .private-label__box {
        padding: 26px 12px
    }

    .private-label__formats-title {
        font-size: 36px;
        margin-bottom: 40px
    }

    .format {
        margin-bottom: 125px
    }

    .format--photo {
        margin-bottom: 200px
    }

    .format .format__bg {
        display: none
    }

    .format__title {
        font-size: 26px
    }

    .format__content {
        padding-top: 40px;
        flex-direction: column;
        gap: 20px
    }

    .format__text {
        max-width: 100%
    }

    .format__subtitle {
        font-size: 20px;
        text-align: center
    }

    .format__subtitle--photo {
        font-size: 28px
    }

    .format__description {
        font-size: 18px;
        text-align: center
    }

    .format__media {
        margin-right: 0;
        max-width: 100%
    }

    .format__media img {
        height: 500px
    }

    .swiper-specialized-equipment__arrow {
        display: none
    }

    .swiper-specialized-equipment .scrollbar-wrap {
        left: 50%;
        transform: translateX(-50%)
    }

    .quality {
        margin-bottom: 150px
    }

    .quality__title {
        font-size: 26px;
        margin-bottom: 80px
    }

    .quality__content {
        flex-direction: column-reverse
    }

    .quality__image-wrapper {
        margin-top: 40px;
        height: initial;
        overflow: inherit;
        left: 0;
        max-width: calc(100% + 32px);
        width: calc(100% + 32px)
    }

    .quality__logistics {
        max-width: 100%;
        bottom: initial;
        top: 80%;
        padding: 26px 19px
    }

    .quality__hexagon {
        position: static
    }

    .delivery:before {
        top: 50px;
        z-index: -1
    }

    .delivery__title {
        font-size: 28px
    }

    .delivery__subtitle {
        font-size: 16px
    }

    .delivery__cards {
        margin-top: 40px
    }

    .delivery__card {
        padding: 30px 15px
    }

    .delivery__card-title {
        font-size: 20px
    }

    .delivery__card-weight {
        margin-bottom: 0
    }

    .info-packing__content {
        position: relative;
        left: -24px;
        border-radius: 0;
        width: calc(100% + 48px);
        padding: 70px 15px
    }

    .info-packing__title {
        font-size: 28px
    }

    .info-packing__desc {
        font-size: 16px
    }

    .packing--watter {
        padding: 0
    }

    .format.water2 {
        margin-bottom: 50px
    }

    .bardi {
        padding-top: 50px
    }

    .bardi__container {
        flex-direction: column-reverse
    }

    .bardi__content {
        position: static;
        max-width: 100%;
        margin-top: -30px;
        padding: 36px 12px
    }

    .bardi__image {
        max-width: 100%
    }

    .bardi__image img {
        height: auto
    }
}

@media (max-width:768px) {
    .product-page__content {
        flex: 100%
    }
}

@media (max-width:767px) {
    .product-page {
        padding-top: 90px;
        padding-bottom: 50px
    }

    .product-page__image-wrapper {
        display: none
    }

    .product-page__image-wrapper.mobile {
        display: block
    }

    .product-page__title {
        font-size: 24px;
        line-height: 120%
    }

    .product-page__subtitle {
        padding-top: 40px
    }

    .composition {
        padding: 50px 0
    }

    .composition__wrapper {
        position: relative;
        left: -24px;
        width: calc(100% + 48px);
        padding: 30px 24px
    }

    .packing__title {
        font-size: 24px
    }

    .private-label {
        padding-top: 90px
    }

    .private-label__title {
        font-size: 18px
    }

    .private-label__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }

    .private-label__subtitle {
        font-size: 20px;
        margin-bottom: 20px
    }

    .private-label__list li {
        margin-bottom: 16px;
        font-size: 16px
    }

    .private-label__formats-title {
        font-size: 18px
    }

    .private-label__formats {
        grid-template-columns: repeat(1, 1fr);
        gap: 76px
    }

    .private-label__image {
        height: 247px
    }

    .private-label__caption {
        width: 100%;
        padding: 20px 9px;
        font-size: 16px;
        bottom: -30px
    }

    .delivery__list li {
        margin-bottom: 16px;
        font-size: 16px
    }
}

@media (max-width:576px) {
    .quality__hexagon--header {
        top: 50px;
    }

    .container {
        padding: 0 16px
    }

    .select__checkboxs {
        padding: 8px 16px
    }

    .select__checkbox {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .products {
        padding-top: 90px
    }

    .products__title {
        font-size: 28px;
        padding-bottom: 40px
    }

    .products__desc p {
        font-size: 16px;
        padding-bottom: 40px
    }

    .products__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }

    .product-card {
        padding: 22px 18px
    }

    .product-card__title {
        font-size: 20px
    }

    .product-page {
        padding-bottom: 40px
    }

    .product-page__title {
        font-size: 18px;
        padding-bottom: 20px
    }

    .product-page__subtitle {
        padding-top: 20px;
        padding-bottom: 16px;
        margin-bottom: 16px
    }

    .composition {
        padding-top: 0;
        padding-bottom: 23px
    }

    .composition__title {
        font-size: 18px;
        padding-bottom: 40px
    }

    .composition__table {
        padding: 0;
        background: 0 0;
        border: transparent
    }

    .composition__row {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px
    }

    .composition__row:last-child {
        margin-bottom: 0
    }

    .composition__row--group {
        margin-bottom: -30px;
    }


    .product-info__title {
        text-align: center;
        font-size: 16px
    }

    .product-info__subtitle {
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px
    }

    .packing {
        padding-bottom: 188px
    }

    .packing__grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .format {
        margin-top: 90px;
        margin-bottom: 120px
    }

    .format--photo {
        margin-top: 0;
        margin-bottom: 214px
    }

    .format__title {
        font-size: 18px
    }

    .format__content--photo {
        padding-top: 0
    }

    .format__subtitle {
        font-size: 16px;
        padding-bottom: 10px
    }

    .format__subtitle--photo {
        font-size: 18px
    }

    .format__media img {
        height: 211px
    }

    .quality__title {
        font-size: 18px;
        margin-bottom: 40px
    }

    .quality__logistics-title {
        font-size: 16px
    }

    .quality__logistics-subtitle {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 16px
    }

    .quality__hexagon {
        width: 375px;
        height: 350px;
        padding: 0
    }

    .quality__hexagon--text {
        font-size: 16px
    }

    .delivery {
        margin: 100px 0
    }

    .delivery__cards {
        gap: 40px;
        grid-template-columns: repeat(1, 1fr)
    }

    .delivery__card {
        padding: 26px 11px
    }

    .delivery__card-title {
        font-size: 18px
    }

    .delivery__list {
        margin-bottom: 0
    }

    .delivery__list.water2 li {
        text-align: left;
        padding-top: 0;
        padding-left: 40px
    }

    .delivery__list.water2 li:before {
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .delivery__list li {
        text-align: center;
        padding-left: 0;
        padding-top: 30px;
        font-size: 16px
    }

    .delivery__list li::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    .info-packing__content {
        padding: 26px 19px;
        left: -19px;
        width: calc(100% + 38px)
    }

    .info-packing__title {
        font-size: 18px
    }

    .info-packing__desc {
        margin-bottom: 40px
    }

    .info-packing__cards {
        gap: 60px;
        grid-template-columns: repeat(1, 1fr)
    }

    .info-packing__card {
        padding: 0;
        border-radius: 0;
        background: 0 0;
        border: none
    }

    .info-packing__card.water2 {
        padding: 26px 12px;
        background: linear-gradient(134.49deg, rgba(235, 241, 252, .8) 4.15%, rgba(255, 255, 255, .8) 98.65%);
        border: 2px solid #fff;
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        border-radius: 20px
    }

    .info-packing__card-title {
        min-height: initial;
        font-size: 18px
    }

    .info-packing p {
        display: flex;
        flex-direction: column
    }

    .packing--watter {
        padding: 0
    }

    .interview--watter {
        padding: 100px 19px
    }

    .format.water2 {
        margin-bottom: 0
    }

    .bardi__title {
        font-size: 18px;
        max-width: 301px;
        padding-bottom: 20px
    }

    .bardi__title span {
        display: block
    }

    .bardi__text {
        font-size: 16px
    }

    .bardi__subtitle {
        font-size: 16px
    }

    .bardi__list {
        margin-bottom: 0
    }

    .bardi__list li::before {
        font-size: 16px
    }
}