a:hover {
    color: red;
}

.menu-modal__search {
    position: relative;
}

#search_result {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    margin-top: 10px;
}

.live-search .live-search__item:first-child {
    padding-top: 15px;
}

.live-search .live-search__item:last-child {
    padding-bottom: 15px;
}

.live-search__item {
    display: block;
    padding: 10px;
}

.subscribe-form__message {

}

input.hasError {
    border-color: red;
}

.where-to-buy__images picture {
    margin-right: 45px;
}

.gamma--page .catalog__filter-button {
    display: none;
}


/*new*/
@media screen and (max-width: 1440px) and (min-width: 1200px) and (max-height: 1024px) and (min-height: 800px) {
    .product-card__image:after {
        padding-top: 65%;
    }

    .product-card__content {
        padding: 15px 15px 15px;
    }

    .product-card__title {
        font-size: 20px;
        line-height: 27px;
    }

    .product-item-title {
        max-height: 58px;
        min-height: 58px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1800px) {
    .hero-block .hero-slider .swiper-slide {
        background-position: center;
    }
}

.catalog__banner {
    position: relative;
}

.catalog__banner img {
    position: absolute;
    /*object-fit: contain;*/
}

.care-item__title, .gamma-item__title {
    min-height: 34px;
}

.care-item {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.care-item__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.gamma-item__content {
    display: flex;
    flex-direction: column;
}

.care-item__description {
    margin-top: 0;
    min-height: 1px;
}

.care-item__button {
    margin-top: auto;
}

.gamma-listing__banner {
    position: relative;
}

.gamma-listing__banner img {
    position: absolute;
}

.gamma-item__text {
    margin-bottom: 20px;
}


.ticker + .offers.section {
    margin-top: -20px;
}

.product-detail .recommendations.section + .recommended-care {
    margin-top: 50px;
}

.offers {
    margin: 50px 0;
}

@media screen and (max-width: 768px) {
    .care-item__title, .gamma-item__title {
        min-height: 24px;
        margin-bottom: 10px;
    }

    .product-description {
        margin-bottom: 30px;
    }

    .ticker + .offers.section {
        margin-top: 0;
    }

    .shop-cat-sub {
        width: 100%;
    }

    .footer-feedback {
        gap: 20px;
        padding: 25px 0;
    }

    .footer-navigation {
        gap: 15px;
        padding: 20px 0;
    }

    .footer-navigation .footer__subtitle {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 767px) {
    .order-features__item-first img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 45% !important;
        height: auto !important;
    }

    .favorites__items {
        margin-left: -5px;
        margin-right: -5px;
    }

    .favorites__item .product-card__buttons {
        flex-direction: column;
    }

    .favorites__item .product-card__buttons .btn {
        margin: 5px;
    }

    .favorites__item .product-card__content {
        padding-bottom: 15px;
    }

    .favorites__item {
        padding: 5px 5px;
    }

    .favorites__item .product-card, .favorites__item .product-item-container {
        height: 100%;
    }


}

/*.favorites__item .product-card__title,.favorites__item .product-item-title{*/
/*  min-height: 48px;*/
/*  overflow: hidden;*/
/*}*/

#SDEK_preloader {
    display: none !important;
}

/*cookies*/
.cookies-section {
    display: none;
    padding: 12px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: "Raleway", sans-serif;
    z-index: 101;
    background-color: #ffffff;
    box-shadow: 10px 0 16px 0 rgba(0, 0, 0, 0.12);
}

.cookies-section__close {
    position: absolute;
    right: 105px;
    top: 15px;
    width: 24px;
    height: 24px;
    display: flex;
    cursor: pointer;
    z-index: unset;
    color: #000000;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.cookies-section__close:hover {
    opacity: 1;
}

.cookies-section__close svg {
    color: currentColor;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cookies-section__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.cookies-section__row .col {
    padding-right: 45px;
    flex-grow: 1;
    width: 70%;
}

.cookies-section__ttl {
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 400;
}

.cookies-section__txt {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 300;
}

.cookies-section .btn {
    padding: 10px 7px 9px;
    margin-right: 24px;
}

@media screen and (max-width: 991px) {
    .cookies-section__txt {
        font-size: 11px;
        font-weight: 400;
    }
}

@media screen and (max-width: 575px) {
    .cookies-section {
        box-shadow: 4px 0 18px 0 rgba(46, 41, 41, 0.18);
    }

    .cookies-section__close {
        right: 7px;
        top: 7px;
    }

    .cookies-section__ttl {
        font-size: 16px;
        width: calc(100% - 24px);
    }

    .cookies-section__row .col {
        padding-right: 0;
        width: 100%;
    }

    .cookies-section .btn {
        padding: 8px 7px;
        font-size: 12px;
        margin-right: 0;
    }
}

.developer {
    display: flex;
    align-items: center;
    gap: 4px;
}

.developer img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.news-list__banner-ad-text, .news-list__banner-ad-text * {
    font-weight: 100;
    font-family: "Raleway", sans-serif;
}

.news-list__banner--ad-text {
    position: relative;
}
.news-list__banner-ad-text-btn {
    position: absolute;
    bottom: 84px;
    right: 24px;
    transform: rotate(-90deg);
    transform-origin: right;
    background: #0000006b;
    padding: 5px 10px;
    border-radius: 60px;
    font-size: 12px;
    color: white;
    display: flex;
    align-items: center;
}
.news-list__banner-ad-text-btn svg{
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.news-list__banner-ad-text-btn svg path {
    fill: white;
}
.news-list__banner-ad-text-text {
    display: none;
}
.news-list__banner-ad-text {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 19; /*999*/
}

.news-list__banner-ad-text-text-wraper {
    display: none;
}
.news-list__banner-ad-text-btn:hover ~ .news-list__banner-ad-text-text-wraper,
.news-list__banner-ad-text:hover .news-list__banner-ad-text-text-wraper {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    width: 237px;
    padding-right: 22px;
}
.news-list__banner-ad-text-text{
    display: block;
    background: #000000ad;
    color: white;
    padding: 12px;
    border-radius: 10px;
    font-weight: 100;
}
.news-list__banner-ad-text-text p:not(:last-of-type) {
    margin-bottom: 10px;
}
.news-list__banner-ad-text--1 {
    margin-right: 30px;
}

.offers__item.offer.offer--secondary.offer--signature .news-list__banner-ad-text{
    bottom: 32px;
    right: -101px;
}
.webp .offer--signature .offer__image::before {
    background-image: none;
}


/*оплата Долями*/
.installment-payment-block {
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.installment-payment {
    background-color: #ffffff;
    border: 1px solid #2E2929;
    color: #2E2929;
    border-radius: 24px;
    font-size: 13px;
    display: inline-block;
    width: fit-content;
    text-align: center;
    padding: 7px 10px 3px 6px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.installment-payment .dolyami-logo-sm, .installment-payment .split-logo-sm {
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: relative;
    top: -2px;
    margin-right: 3px;
    border-radius: 50%;
}

.js-installment-sum {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
}

.installment-payment > b {
    font-family: "Raleway", sans-serif;
}

.installment-payment-block .installment-number {
    font-family: "Raleway", sans-serif;
}

.installment-side-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    display: flex;
    z-index: 100;
    visibility: hidden;
    pointer-events: none;
    content-visibility: auto;
    transition: visibility 0.4s;
}

.installment-side-popup.active {
    pointer-events: auto;
    visibility: visible;
}

.installment-side-popup .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.4s;
}

.installment-side-popup.active .overlay {
    opacity: 1;
}

.installment-side-popup__body {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    /*letter-spacing: 0.05em;*/
    max-width: 780px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1;
    background: #ffffff;
    transform: translateX(100%);
    transition: transform 0.4s;
}

.installment-side-popup.active .installment-side-popup__body {
    transform: translateX(0);
}

.installment-side-popup__header {
    position: relative;
}

.installment-side-popup .close-popup {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #000000;
    width: 20px;
    height: 20px;
    z-index: 1;
    transition: color 0.3s;
}

.installment-side-popup .close-popup:hover {
    color: #2E2929;
}

.installment-side-popup .close-popup svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
}

.installment-side-popup__main-img {
    display: block;
    height: 40vw;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    max-height: 503px;
    position: relative;
    top: -40px;
}

.installment-side-popup__header h2,
.installment-side-popup__header .h2 {
    /*font-family: "Raleway", sans-serif;*/
    text-transform: uppercase;
    position: absolute;
    margin: 0;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
    bottom: 10px;
    left: 60px;
    right: 60px;
}

.installment-side-popup__content {
    padding: 35px 60px 150px;
}

.installment-side-popup__section:not(:first-child) {
    margin-top: 80px;
}

.installment-parts {
    margin: 48px 0 0;
}

.installment-part {
    align-items: center;
    display: flex;
    position: relative;
}

.installment-part:not(:first-child) {
    padding-top: 32px;
}

.installment-part:not(:first-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 34px;
    height: 100%;
    width: 1px;
    z-index: -1;
    background-color: #f2f2f2;
}

.installment-part__num {
    align-items: center;
    background-origin: border-box;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    background-clip: padding-box, border-box;
    border-radius: 100%;
    border: 4px solid rgba(0, 0, 0, 0);
    padding: 10px;
    height: 68px;
    width: 68px;
    margin-right: 24px;
}

.installment-part:nth-child(1) .installment-part__num {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)),
    conic-gradient(#2E2929 90deg, rgb(242, 242, 242) 0deg);
}

.installment-part:nth-child(2) .installment-part__num {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)),
    conic-gradient(#2E2929 180deg, rgb(242, 242, 242) 0deg);
}

.installment-part:nth-child(3) .installment-part__num {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)),
    conic-gradient(#2E2929 270deg, rgb(242, 242, 242) 0deg);
}

.installment-part:nth-child(4) .installment-part__num {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)),
    conic-gradient(#2E2929 360deg, rgb(242, 242, 242) 0deg);
}

.installment-part__num .number {
    /*font-family: "Raleway", sans-serif;*/
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.installment-part__price {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}

.installment-part__price-sum {
    font-size: 24px;
    font-weight: 600;
}

.installment-part__price-sum .js-part-price {
    /*font-family: "Raleway", sans-serif;*/
}

.installment-side-popup__section h3,
.installment-side-popup__section .h3 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 25px;
}

.installment-side-popup__list:not(:last-child) {
    margin-bottom: 25px;
}

.installment-side-popup__list li:not(:last-child) {
    margin-bottom: 25px;
}

.installment-side-popup__list .list-ttl {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

ul.installment-side-popup__list .list-ttl::before {
    content: "";
    display: inline-block;
    height: 4px;
    vertical-align: middle;
    width: 4px;
    background-color: #2E2929;
    border-radius: 100%;
    margin-right: 10px;
}

ol.installment-side-popup__list {
    padding-left: 17px;
}

.installment-side-popup__list li p:not(:last-child) {
    margin-bottom: 8px;
}

.installment-side-popup__list .inner-list {
    margin: 10px 0;
}

ul.inner-list li::before {
    content: "";
    display: inline-block;
    height: 4px;
    vertical-align: middle;
    width: 4px;
    background-color: #2E2929;
    border-radius: 100%;
    margin-right: 10px;
}

.installment-side-popup__list .inner-list:last-child {
    margin-bottom: 0;
}

.installment-side-popup__bottom-text a {
    color: #b40064;
}

.product__installment-payment .installment-payment-block {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-left: 10px;
    cursor: pointer;
}

.product__installment-payment .installment-payment {
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 7px 12px;
}

.product__installment-payment .dolyami-logo-lg {
    height: 26px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    padding-left: 8px;
}

.product__installment-payment .installment-payment .dolyami-logo-sm, .product__installment-payment .installment-payment .split-logo-sm {
    width: 24px;
    height: 24px;
    top: 0;
    margin-right: 8px;
}

@media screen and (min-width: 1141px) {
    .product__installment-payment .dolyami-logo-sm, .product__installment-payment .split-logo-sm {
        display: none;
    }
}

.product__installment-payment .more {
    width: 100%;
    padding-left: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.05em;
    transition: color 0.3s;
}

.product__installment-payment .more svg {
    stroke: currentColor;
    width: 14px;
    height: 11px;
}

.product__installment-payment .installment-payment-block:hover .more {
    color: #b40064;
}

.product__installment-payment .installment-payment-block:hover .installment-payment {
    background-color: #F9F9F9;
}

@media screen and (max-width: 1140px) {
    .product__installment-payment .dolyami-logo-lg {
        display: none;
    }

    .product__installment-payment .installment-payment {
        padding: 8px 10px;
    }
}

@media screen and (max-width: 991px) {
    .product__installment-payment .installment-payment-block {
        flex-direction: column;
        align-items: flex-start;
        width: fit-content;
    }

    .product__installment-payment .more {
        max-width: fit-content;
    }

    .installment-side-popup__header h2, .installment-side-popup__header .h2 {
        bottom: 0;
    }

    .installment-side-popup__main-img {
        height: 55vw;
    }
}

@media screen and (max-width: 767px) {
    .product-buy__buttons {
        flex-wrap: wrap;
    }

    .product__installment-payment .installment-payment-block {
        padding-left: 0;
        justify-content: center;
    }

    .product__installment-payment .more {
        font-size: 12px;
    }

    .installment-side-popup__main-img {
        height: 75vw;
    }
}

@media screen and (max-width: 575px) {
    .installment-payment {
        font-size: 11px;
        padding: 7px 6px 4px 4px; /*7px 7px 8px*/
    }

    .js-installment-sum {
        font-size: 13px;
    }

    .installment-payment .dolyami-logo-sm, .installment-payment .split-logo-sm {
        width: 17px;
        height: 17px;
        margin-right: 1px;
    }

    .installment-side-popup__body {
        font-size: 15px;
    }

    .installment-side-popup__main-img {
        max-height: 465px;
        height: 80vw;
    }

    .installment-side-popup__header h2,
    .installment-side-popup__header .h2 {
        font-size: 29px;
        left: 20px;
        right: 20px;
    }

    .installment-side-popup .close-popup {
        top: 20px;
        right: 20px;
    }

    .installment-side-popup__content {
        padding: 25px 20px 78px;
    }

    .installment-side-popup__section:not(:first-child) {
        margin-top: 50px;
    }

    .installment-parts {
        margin: 23px 0 0;
    }

    .installment-part__num {
        border-width: 3px;
        padding: 10px;
        height: 58px;
        width: 58px;
        margin-right: 20px;
    }

    .installment-part:not(:first-child) {
        padding-top: 22px;
    }

    .installment-part:not(:first-child)::before {
        left: 29px;
    }

    .installment-part__num .number {
        font-size: 15px;
    }

    .installment-part__price {
        font-size: 14px;
    }

    .installment-part__price-sum {
        font-size: 20px;
    }

    .installment-side-popup__section h3,
    .installment-side-popup__section .h3 {
        font-size: 25px;
        margin: 0 0 20px;
    }

    .installment-side-popup__list li:not(:last-child) {
        margin-bottom: 20px;
    }

    .installment-side-popup__list .list-ttl {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .product__installment-payment {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .product__installment-payment .more {
        margin: 0 auto;
        padding-left: 0;
    }
}

@media screen and (max-width: 375px) {
    .installment-side-popup__header h2,
    .installment-side-popup__header .h2 {
        font-size: 26px;
    }
}

.gamma-listing__signature img {
    display: none;
}

@media screen and (max-width: 1199px) {
    .footer-form__input-group input::placeholder {
        font-size: 14px;
    }
}

.hero-slider__video {
    width: 100%;
    height: 100%;
    max-height: 650px;
    object-fit: cover;
}

.main-hero-block .hero-block {
    height: 123vw;
    max-height: 650px;
}

@media screen and (min-width: 992px) {
    .main-hero-block .hero-block {
        height: 65vw;
    }
}

@media screen and (min-width: 1200px) {
    .main-hero-block .hero-block {
        height: 55vw;
    }
}

@media screen and (max-width: 768px) {
    .main-hero-block .hero-block .hero-slider .swiper-slide {
        align-items: flex-start;
    }

    .main-hero-block .hero-block .hero-slider .text {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 8%;
    }
}

@media screen and (max-width: 576px) {
    .main-hero-block .hero-block .hero-slider .text__title {
        font-size: 24px;
        line-height: 1.1;
    }
}