.loader01 {
    width: 56px;
    height: 56px;
    border: 8px solid #C6C5D1;
    border-right-color: #C6C5D1;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    margin: -28px auto 0 auto;
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loader_window {
    display: none;
}

.loader_on #loader_window {
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}


.swiper-wrapper {
    height: unset
}

.vitamin {
    min-height: 160px;
    box-shadow: 0 0 0 0 #00000042;
    transition: all 0.3s ease-in-out;
}

.vitamin:hover {
    box-shadow: 0 0 10px 0 #00000042;
}

.vitamin__organ img {
    max-width: 24px;
    max-height: 24px;
}

/**/
.test__question .checkbox > label, .test__question .radio > label {
    display: flex;
    margin: 1px 0;
}

.test__question .radio,
.test__question .checkbox {
    position: relative;
}

.test__question .radio label:before,
.test__question .checkbox label:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.products .product-card__image img{
    object-fit: contain;
}

h1 .r {
    font-size: 0.5em;
    vertical-align: top;
    line-height: 2em;
}

h2 .r {
    font-weight: normal;
    font-size: 0.7em;
    vertical-align: top;
    line-height: 1.4em;
}

.product__title .r {
    font-size: 0.7em;
    vertical-align: top;
    line-height: 1.4em;
}