@import url("fonts.css");
body {
    font-family: "ManropeRegular", sans-serif !important;
    font-size: 16px;
    color: #424763;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
}

button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

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

*,
 :after,
 :before {
    box-sizing: border-box;
}

.el-overflow-hidden {
    overflow: hidden;
}

.svg-icons {
    fill: #424763;
}

.main-page-content-section {
    background-color: #e3e9f0;
}

.main-page-content-section__categories {
    margin-top: 45px;
    margin-bottom: 30px;
}

.inner-categories {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.inner-categories__list {
    display: flex;
    flex-wrap: wrap;
}

.inner-categories__item {
    flex-basis: 50%;
    max-width: 50%;
    transition: background-color .2s ease-in;
}

.inner-categories__item:first-child {
    background-color: #f3af00;
}

.inner-categories__item:nth-child(2) {
    grid-row: 2;
    background-color: #0095d6;
}

.inner-categories__item:nth-child(3) {
    background-color: #51abff;
}

.inner-categories__item:nth-child(4) {
    grid-row: 2;
    background-color: #ff93b3;
}

.inner-categories__item:nth-child(5) {
    background-color: #8b6ffc;
}

.inner-categories__item:nth-child(6) {
    background-color: #27a6ae;
}

.inner-categories-card {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.inner-categories-card:hover .inner-categories-card__img {
    transform: scale(1.1);
}

.inner-categories-card:before {
    content: "";
    display: block;
    padding-bottom: 62.14%;
}

.inner-categories-card__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    transition: transform .2s ease-in;
}

.inner-categories-card__icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
}

.inner-categories-card__icon svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}

.inner-categories-card__title {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
}

.inner-categories__item.helpers {
    flex-basis: 100%;
    max-width: 100%;
}

.inner-categories-gift-guide {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 45.19%;
    background-color: #000;
}

.inner-categories-gift-guide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #000, #005cb0);
    opacity: 0;
    transition: opacity .2s ease-in;
}

.dynamic-page h1 {
    font-size: 30px;
    margin-bottom: 20px;
 }
 
 .dynamic-page em {
    font-style: italic;
 }

 .dynamic-page i {
    font-style: italic;
 }

 .dynamic-page b {
    font-weight: bolder;
 }

 .dynamic-page strong {
    font-weight: bolder;
 }

.inner-categories-gift-guide__inner {
    padding: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.inner-categories-gift-guide__icon {
    width: 14px;
    height: 14px;
    fill: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
}

.inner-categories-gift-guide__image {
    object-fit: cover;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.inner-categories-gift-guide:hover:before {
    opacity: 1;
}

.inner-categories-gift-guide__title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}

.main-page-content-section-products__block {
    margin-bottom: 30px;
}

.main-inner-products-block {
    margin-bottom: 60px;
}

.inner-block__products {
    margin: 0 -10px 30px;
}

.inner-products {
    position: relative;
    padding: 20px 10px 10px;
    background-color: #f0f4f9;
    border-radius: 24px;
    box-shadow: 0 2px 10px rgba(66, 71, 99, .1);
    overflow: hidden;
}

.inner-products__side {
    padding: 0 10px;
    margin-bottom: 55px;
}

.inner-products__text {
    position: relative;
    max-width: 210px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.inner-products__title {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.inner-products__title___img {
    width: 24px;
    height: 28px;
    margin-left: 10px;
    pointer-events: none;
}

.inner-products__icon {
    position: absolute;
    left: 0;
    bottom: -25;
    display: flex;
    align-items: center;
}

.inner-products__icon img.robot-icon {
    width: 22px;
    height: 22px;
    margin-right: 4px;
}

.inner-products__icon img.line-icon {
    width: 8px;
    height: 8px;
}

.inner-products-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
}

.inner-products-image__content.this-right {
    z-index: 3;
}

.inner-products-image__content {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 193px;
    width: 375px;
}

.inner-products-image__center.this-new {
    background: linear-gradient(180deg, #009efe, #006dd1);
}

.inner-products-image__center {
    position: absolute;
    top: 125px;
    right: 125px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.inner-products__main {
    position: relative;
    z-index: 5;
}

.inner-products__title {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.inner-page-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
}

.inner-products__title img {
    width: 24px;
    height: 28px;
    margin-left: 10px;
    pointer-events: none;
}

.inner-products__title a {
    color: inherit;
    text-decoration: none;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.main-products__card {
    /* flex-basis: 50%; */
    flex-basis: initial;
    max-width: 50%;
    padding: 0 5px 10px;
    /* 3 карточки в ряд, минус отступы */
    /* flex: 1 1 calc(33.333% - 20px); */
    flex: initial;
    display: flex;
    flex-direction: column; /* Включаем флекс для карточки */
}

.inner-product-card__body {
    flex-grow: 1; /* Этот блок растягивается на оставшееся пространство */
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.inner-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Растягиваем по высоте */
    /* height: 100%; */
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.inner-product-card__head {
    position: relative;
}

.inner-product-card__discount {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    pointer-events: none;
}

.inner-product-discount {
    position: relative;
    width: 70px;
    height: 70px;
}

.inner-product-discount__counting.this-left {
    left: 0;
    right: 50%;
    transform: rotate(-45deg);
}

.inner-product-discount__counting {
    position: absolute;
    z-index: 2;
    top: 9px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
}

.tools-wrapper {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    padding: 10px;
}

.inner-product-card__favorite {
    margin-right: 10px;
}

/* .inner-product-card__favorite,
.inner-product-card__comparison {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
} */

.inner-product-card-favorite.favourite > .svg-icons {
    fill: #c90909 !important;
}

.inner-product-card-favorite,
.inner-product-card-comparison {
    border: none;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    position: relative;
    width: 20px;
    height: 20px;
}

.inner-product-card-favorite:before,
.inner-product-card-comparison:before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}

.inner-product-card__image {
    position: relative;
    z-index: 1;
    border-radius: 12px;
}

.inner-product-card__image-url {
    position: relative;
    display: block;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.inner-product-card__image-ur img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    max-height: 100%;
    user-select: none;
    pointer-events: none;
    border-radius: 12px;
}

[tabindex="-1"] {
    outline: none;
}

.inner-product-card__image-product[lazy=loaded] {
    display: block;
}

.inner-product-card__image-product {
    z-index: 3;
    display: none;
    transition: opacity .3s ease-in;
    animation: fadeIn .3s ease-in-out;
}

.inner-product-card__image-hover {
    z-index: 1;
    transition: opacity .3s ease-in;
    opacity: 0;
}

.inner-product-card__image-product[lazy=loaded]~.inner-product-card__preload {
    opacity: 0;
}

.inner-main-preload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
}

.inner-main-preload__boxes {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/products/loader.png) 0 0 no-repeat;
    background-size: auto 40px;
    animation: preloader 1s steps(15) infinite;
}

.inner-product-card__body {
    margin-bottom: auto;
    padding: 10px 10px 0;
    flex-grow: 1; /* Этот блок растягивается на оставшееся пространство */
}

.inner-product-card__variations {
    min-height: 14px;
    margin-bottom: 10px;
}

.inner-product-card-variations {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 3px 6px;
    min-height: 30px;
}

.inner-product-card-variations .label-lowered {
    color: #fff;
    display: block;
    padding: 3px 7px;
    font-size: 14px;
    background-color: #e91e63;
    margin-bottom: 10px;
    border-radius: 5px;
}

.inner-product-card-variations__item.this-active {
    pointer-events: none;
}

.inner-product-card-variations__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin: 0 3px 6px;
    border-radius: 2px;
    transition: border .2s ease-in;
    cursor: pointer;
}

.inner-product-card__title {
    color: #1c1c28;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

.inner-product-card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 15px 10px 10px;
}

.inner-product-card__cost {
    display: block;
}

.inner-product-card-cost {
    white-space: nowrap;
}

.inner-product-card-cost__old {
    margin-bottom: 5px;
    color: #778ba5;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-decoration: line-through;
}

.inner-product-card-cost__current.this-discount {
    color: #e91e63;
}

.inner-product-card-cost__current {
    color: #364758;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

.inner-product-card-action__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f0f4f9;
    border-radius: 6px;
    transition: background-color .2s ease-in;
}

.inner-product-card-action__icon {
    width: 16px;
    height: 16px;
    fill: #778ba5;
    transition: fill .2s ease-in, opacity .2s ease-in;
}

.inner-product-card-action__btn:disabled .inner-product-card-action__icon {
    fill: #cdcdcd;
}

.inner-main-preload.this-small .inner-main-preload__boxes {
    transform: scale(.75);
}

.swiper-main {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.product__gallery .swiper-slide img {
    /* max-height: 670px; */
    max-height: 570px;
}

.inner-product-card__image-url img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    max-height: 100%;
    user-select: none;
    pointer-events: none;
    border-radius: 12px;
}

.footer-wrapper {
    overflow: hidden;
    padding: 0 10px;
    z-index: 1;
    position: relative;
}

.footer-body {
    padding-top: 20px;
}

.footer-body__contacts {
    margin-bottom: 30px;
}

.footer-contacts__title {
    margin-bottom: 5px;
    color: #778ba5;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.footer-body__contact {
    display: block;
    color: #778ba5;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
}

.footer-body__menu {
    display: flex;
    margin: 0 5px;
}

.footer-body__inner {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 5px;
}

.footer-menu-ul__li:not(:last-child) {
    margin-bottom: 8px;
}

.footer-menu-li__ref {
    position: relative;
    color: #424763;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    transition: color .2s ease-in;
}

.footer-menu-li__ref:before {
    content: "";
    transition: opacity .2s ease-in;
    opacity: 0;
    background-color: #778ba5;
    height: 1px;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    content: "";
}

.main-page-content-section__brands {
    overflow: hidden;
    max-width: 1292px;
    width: 100%;
    margin: 75px auto;
}

#brands-carousel .swiper-wrapper,
.videoSwiper .swiper-wrapper,
.swiper.videoSwiper {
    height: auto;
}

#brands-carousel .swiper-slide {
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#brands-carousel .swiper-slide a {
    display: flex;
    justify-content: center;
}

.blog_card:last-of-type {
    margin-right: 0;
}

.blog_card {
    margin-right: 1rem;
    position: relative;
}

.blog_video {
    position: relative;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}

.blog_video img {
    object-fit: contain;
}

.img {
    display: block;
    max-width: 100%;
    height: auto;
}

.blog_video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
}

.blog_card-content {
    margin-top: 2.1rem;
}

.blog_card-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.3rem;
}

#brands-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-products__mobile {
    margin: 0 -5px 10px;
    display: flex;
    flex-wrap: wrap;
}

.inner-products__link {
    box-shadow: 0 2px 10px rgba(66, 71, 99, .1);
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
    line-height: 71px;
    font-weight: 750;
    font-size: 17px;
    color: #424763;
    display: block;
    position: relative;
}

.inner-products__link svg {
    fill: #e3e9f0;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.mobile-nav-panel {
    background: #fff;
    box-shadow: 0 -1px 13px rgba(22, 26, 53, .2);
    border-radius: 13px;
    padding: 4px 13px;
    position: fixed;
    left: 5px;
    right: 5px;
    bottom: 0;
    z-index: 37;
}

.mobile-nav-panel__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

svg.hc-control-item__icon {
    width: 23px;
    height: 23px;
    fill: #adbdd2;
    transition: fill .2s ease-in, width .2s ease-in, height .2s ease-in;
}

.mobile-nav-panel__search {
    background-color: #f0f4f9;
    border-radius: 50%;
    width: 59px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.mobile-nav-panel__search svg {
    fill: #778ba5;
}

.mobile-nav-panel__catalog {
    background-color: #f0f4f9;
    border-radius: 50%;
    width: 59px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.mobile-nav-panel__catalog svg {
    fill: #778ba5;
}

.mobile-nav-panel__catalog svg ellipse,
.mobile-nav-panel__catalog svg circle {
    fill: #adbdd2;
}

.bs-btn--ver-3 {
    background-color: #fff;
    border-color: #fff;
    color: #424763;
}

.bs-btn--small {
    border-radius: 15px;
    padding: 0 9px;
    font-size: 17px;
    line-height: 65px;
}

.bs-btn {
    border: 1px solid transparent;
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    transition: opacity .2s ease-in, color .2s ease-in, border-color .2s ease-in, background-color .2s ease-in, background-position .4s ease-in;
    position: relative;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: normal;
    text-transform: initial;
}

.bs-btn--ver-3 .bs-btn__add-icons {
    fill: #e3e9f0;
}

.bs-btn--ver-3:hover .bs-btn__add-icons {
    fill: #e3e9f0;
}

.bs-btn__add-icons {
    width: 15px;
    height: 15px;
    transition: fill .3s ease-in;
    position: absolute;
    top: 15px;
    right: 15px;
}

.city-prompt-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 9999;
    padding-top: 3rem;
}

.city-prompt-modal {
    width: 40%;
    min-width: 280px;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
}

.city-prompt-modal__title {
    color: #778ba5;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.city-prompt-modal__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.city-prompt-modal__button {
    background-color: #03a9f4;
    color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    width: 30%;
    min-width: 240px;
    /* margin-bottom: 20px; */
}

.city-prompt-modal__button.cancel {
    background-color: #778ba5;
}

.availability-label {
    margin-top: 10px;
    font-size: 12px;
    color: red;
    display: block;
}

.live-select {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #778ba5;
    padding: 5px 10px;
    font-size: 15px;
    min-height: 38px;
    cursor: pointer;
}

.live-select svg {
    position: absolute;
    right: 2px;
    top: 20%;
    z-index: 2;
}

.live-select__selected {
    position: relative;
    display: flex;
    padding-right: 10px;
    overflow-x: hidden;
    white-space: nowrap;
}

.tab-pickup-content .live-select__selected {
    overflow-x: initial;
}

.live-select__options {
    position: absolute;
    top: calc(100% + 2px);
    width: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    z-index: 12;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.live-select__option {
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 1px solid #f8f8f8;
}

.live-select__option:hover, .live-select__option.selected {
    background-color: #ebebeb;
}


.cart-preloader {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99;
}

.cart-preloader.active {
    display: flex;
}

.cart-preloader.absolute {
    position: absolute;
}


.status-section {
    background-color: #e3e9f0;
    padding: 70px 0;
}

.status-block {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
}

.status-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.status-form .form-group {
    width: 100%;
}

.status-section .page-title {
    margin-bottom: 20px;
    font-size: 36px;
}

.status-field {
    margin-bottom: 20px;
    width: 100%;
    min-height: 50px;
    border-radius: 10px;
}

.status-field::placeholder {
    color: #cdcdcd;
}

.status-section .status-btn {
    width: 200px;
    height: 50px;
    border-radius: 10px;
    background-color: #03a9f4;
    color: #fff;
    font-weight: 700;
    transition: background-color 0.3s ease;
    border-radius: 16px;
}

.status-section .status-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.status-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    font-size: 15px;
}

.status-table {
    border-top-left-radius: 10px;
}

.status-table tr th, .status-table tr td {
    border: 1px solid #ebebeb;
    padding: 10px 15px;
} 

.status-result {
    width: 100%;
    overflow-x: auto;
}

.hc-control-item__icon.catalog {
    width: 20px;
    height: 29px;
    fill: #424763;
    margin-bottom: 0;
 }

 .hc-control-item__icon.catalog.product-card {
    width: 20px;
    height: 15px;
    fill: #424763;
    margin-bottom: 0;
 }
 
 .hc-item-favorite-control.catalog {
    background: no-repeat center url(../images/icons/header/favourites.png);
    background-size: contain;
 }
 
 .favourite .hc-item-favorite-control.catalog {
    background: no-repeat center url(../images/icons/header/favourites_active.png);
    background-size: contain;
 }
 
 .hc-item-comparison-control.catalog {
    background: no-repeat center url(../images/icons/header/comparison.png);
    background-size: contain;
 }
 
 .comparison .hc-item-comparison-control.catalog {
    background: no-repeat center url(../images/icons/header/comparison_active.png);
    background-size: contain;
 }

 .video-review-title {
    display: flex;
    align-items: center;
    gap: 10px;
 }

 .video-review-title img {
    width: 60px !important;
    height: auto !important;
 }

.pagination {
    --bs-pagination-active-bg: #03a9f4; /* Новый цвет фона активного элемента */
}


.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}



@media screen and (max-width: 991px) {
    .blog_video-play {
        width: 34px;
        height: 34px;
    }
    .blog_video-play svg {
        width: 13px;
        height: 18px;
    }
    .blog_card-title {
        font-size: 12px;
    }
    .blog_card-content {
        margin-top: 1rem;
        line-height: normal;
    }
    .main-page-content-section__brands {
        margin: 25px auto;
    }
    .hide-mobile {
        display: none !important;
    }
    .main-page-content-section-products__block,
    .main-inner-products-block {
        margin-bottom: initial;
    }

    .inner-products__mobile {
        justify-content: center;
        align-items: stretch;
     }
  
    .main-products__card {
        flex: 0 1 calc(33.33% - 10px);
        display: flex;
        flex-direction: column;
    }

    .hc-control-item-mobile__name {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 50%;
        /* background: rgba(233, 30, 99, .7); */
        background: #00d0ff;
        padding: 1px 4.5px;
        font-size: 13px;
    }

    .video-review-title {
        gap: 5px;
    }

    .video-review-title img {
        width: 22px !important;
        margin-left: 5px;
        margin-top: 7px;
     }
    
}

@media only screen and (min-width: 992px) {

    .main-page-content-section__categories {
        margin-bottom: 60px;
    }
    .inner-categories {
        border-radius: 24px;
    }
    .inner-categories__list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .inner-categories__item {
        flex-basis: 100%;
        max-width: 100%;
    }
    .inner-categories-card:before {
        padding-bottom: 63.49%;
    }
    .inner-categories-card__icon {
        top: 20px;
        right: 20px;
        width: 18px;
        height: 18px;
    }
    .inner-categories-card__title {
        left: 30px;
        right: auto;
        bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .inner-categories-card__title:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 3px;
        height: 1px;
        background-color: #fff;
        transition: opacity .2s ease-in;
        opacity: 0;
    }
    .inner-categories__item:hover:first-child {
        background-color: #e9a800;
    }
    .inner-categories__item.helpers {
        grid-row: 1 / -1;
        grid-column: 2;
    }
    .inner-categories-gift-guide {
        padding-bottom: 126.98%;
    }
    .inner-categories-gift-guide__inner {
        padding: 20px 30px;
    }
    .inner-categories-gift-guide__icon {
        width: 18px;
        height: 18px;
        top: 20px;
        right: 20px;
    }
    .inner-categories-gift-guide__title {
        font-size: 32px;
        line-height: 40px;
    }
    .main-page-content-section-products__block {
        margin-bottom: 60px;
    }
    .main-inner-products-block {
        margin-bottom: 90px;
    }
    .inner-block__products {
        margin: 0 0 20px;
    }
    .inner-products {
        display: flex;
        /* justify-content: space-between; */
        justify-content: center;
        padding: 30px 40px 30px;
        border-radius: 40px;
        box-shadow: none;
    }
    .inner-products__side {
        display: flex;
        flex-direction: column;
        order: 1;
        max-width: 308px;
        width: 100%;
        margin-bottom: 0;
        padding: 0 0 35px;
    }
    .inner-products__text {
        max-width: 245px;
        margin-bottom: auto;
        padding-top: 10px;
    }
    .inner-products__title {
        margin-bottom: 10px;
    }
    .desktop-hide {
        display: none !important;
    }
    .inner-products__title___img {
        width: 48px;
        height: 56px;
        margin-left: 20px;
    }
    .inner-products-image {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }
    .inner-products-image__content.this-right {
        z-index: 1;
        left: 0;
    }
    .inner-products-image__content {
        top: auto;
        bottom: 0;
        width: 360px;
        height: 400px;
        transition: transform .2s ease-in;
        pointer-events: none;
    }
    .inner-products-image__content.this-left {
        right: 0;
    }
    .inner-products-image__center {
        position: relative;
        top: auto;
        right: auto;
        width: 308px;
        height: 308px;
        transition: transform .2s ease-in;
    }
    .inner-products__main {
        /* max-width: 508px; */
        /* max-width: 758px; */
        width: 100%;
        margin-right: initial;
    }
    .inner-products__title {
        margin-bottom: 10px;
    }
    .inner-products__title {
        margin-bottom: 10px;
    }
    .inner-products__title img {
        width: 48px;
        height: 56px;
        margin-left: 20px;
    }
    .inner-products__desktop {
        position: relative;
    }
    .inner-products__desktop .swiper-main {
        margin: 0 -10px;
        padding: 10px 0;
        border-radius: 1px;
        overflow: hidden;
    }
    .main-products__card.swiper-slide {
        height: auto;
    }
    .main-products__card {
        /* max-width: 244px; */
        max-width: 25%;
        /* margin: 0 10px; */
        margin-bottom: 7px;
        padding: 0;
    }
    .inner-product-card {
        border-radius: 18px;
        transition: box-shadow .2s ease-in;
    }
    .inner-product-discount {
        width: 100px;
        height: 100px;
    }
    .inner-product-discount__counting {
        top: 13px;
        font-size: 17px;
        list-style: 28px;
    }
    .inner-product-card__favorite,
    .inner-product-card__comparison {
        top: 15px;
        right: 15px;
    }
    .inner-product-card-favorite,
    .inner-product-card-comparison {
        width: 24px;
        height: 24px;
    }
    .inner-product-card__image {
        border-radius: 18px;
    }
    .inner-product-card__image-url,
    .inner-product-card__image-url img {
        border-radius: 18px;
    }
    .inner-product-card__body {
        /* padding: 10px 15px 0; */
    }
    .inner-product-card__variations {
        min-height: 20px;
    }
    .inner-product-card-variations {
        margin: 0 -5px -10px;
    }
    .inner-product-card-variations__item {
        width: 20px;
        height: 20px;
        margin: 0 5px 10px;
    }
    .inner-product-card-variations__item:before {
        content: "";
        position: absolute;
        top: -3px;
        bottom: -3px;
        left: -3px;
        right: -3px;
        border: 1px solid #778ba5;
        border-radius: 5px;
        opacity: 0;
        transition: opacity .2s ease-in;
    }
    .inner-product-card__title {
        font-size: 14px;
        line-height: 22px;
        transition: color .2s ease-in;
    }
    .inner-product-card__bottom {
        padding: 7px 15px 15px;
    }
    .inner-product-card-cost__old {
        font-size: 16px;
        line-height: 14px;
    }
    .inner-product-card-cost__current {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
    }
    .inner-product-card-action__icon {
        width: 20px;
        height: 20px;
    }
    .footer-body {
        display: flex;
        justify-content: space-between;
        padding: 40px 0 20px;
    }
    .footer-body__contacts {
        margin-bottom: 0;
    }
    .footer-contacts__title {
        font-size: 20px;
        line-height: 20px;
    }
    .footer-body__contact {
        font-size: 48px;
        line-height: 60px;
        transition: color .2s ease-in;
    }
    .footer-body__menu {
        max-width: 520px;
        width: 100%;
        margin: 0 -10px;
    }
    .footer-body__inner {
        padding: 0 10px;
    }
    .footer-menu-ul__li:not(:last-child) {
        margin-bottom: 16px;
    }
    .footer-menu-li__ref {
        font-size: 18px;
    }
    .hide-desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 1365px) {
    .main-inner-products-block {
        margin-bottom: 120px;
    }
    .inner-products {
        padding: 40px 60px 30px;
    }
    .iinner-title {
        font-size: 60px;
        line-height: 72px;
    }
    .inner-products__title___img {
        width: 62px;
        height: 72px;
    }
    .inner-products__main {
        min-width: 1052px;
    }
    .inner-page-title {
        font-size: 60px;
        line-height: 72px;
    }
    .inner-products__title img {
        width: 62px;
        height: 72px;
    }
    .footer-body {
        padding: 60px 0 30px;
    }
    .footer-body__contact {
        font-size: 60px;
        line-height: 72px;
    }
    .footer-body__menu {
        max-width: 640px;
    }
    .footer-menu-ul__li:not(:last-child) {
        margin-bottom: 20px;
    }
    .footer-menu-li__ref {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .inner-product-discount__counting {
        font-size: 11px;
    }
    .main-products__card {
        flex-basis: 50%;
    }
}

@media screen and (max-width: 991px) {
    .dynamic-page .container {
        padding: 0 !important;
    }
}
