.main-new .mn-section + .mn-section { margin-top: 80px; }
.main-new .is-hidden { display: none !important; }

.main-new .mn-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
}

.main-new .mn-head + .mn-slider-wrap,
.main-new .mn-head + .mn-panes { margin-top: 32px; }
.main-new .mn-products--no-tags .mn-head + .mn-slider-wrap { margin-top: 20px; }
.main-new .mn-head__title {
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #000;
}
.main-new .mn-head__all {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 160px;
    height: 36px;
    padding-top: 4px;
    border-radius: 32px;
    background: transparent;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: #5F19C8;
    text-decoration: none;
    transition: background-color .2s ease;
}
.main-new .mn-head__all:hover { background: #F3E8FF; }
.main-new .mn-head__all svg { flex: 0 0 auto; }

.main-new .mn-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 20px 0 30px;
}
.main-new .mn-tag {
    height: 32px;
    padding: 0 16px;
    border: 0;
    border-radius: 16px;
    background: #F3F4F6;
    color: #000;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease;
}
.main-new .mn-tag:hover { background: #E9EAEE; }
.main-new .mn-tag.is-active { background: #000; color: #fff; }

.main-new .mn-timer {
    display: flex;
    align-items: center;
    gap: 16px;
}
.main-new .mn-timer__cells {
    display: flex;
    gap: 8px;
}
.main-new .mn-timer__cell {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background: #fff;
    border-radius: 12px;
    color: #000;
}
.main-new .mn-timer__cell b {
    display: block;
    font-size: 19px;
    line-height: 100%;
    font-weight: 700;
}
.main-new .mn-timer__cell span {
    display: block;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
}
.main-new .mn-timer__label {
    margin: 0;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    color: #000;
}

.main-new .mn-slider-wrap { position: relative; }
.main-new .mn-slider { overflow: hidden; }
.main-new .mn-slider .swiper-slide { height: auto; }

.main-new .mn-nav {
    position: absolute;
    top: 182px;
    z-index: 5;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: box-shadow .2s ease;
}
.main-new .mn-nav:hover { box-shadow: 0 4px 20px rgba(0, 0, 0, .22); }
.main-new .mn-nav--next { right: -20px; }
.main-new .mn-nav--prev { left: -20px; }
.main-new .mn-nav--prev svg { transform: rotate(180deg); }

.main-new .mn-nav.swiper-button-disabled,
.main-new .mn-nav.swiper-button-lock { display: none; }

.main-new .mn-today {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    column-gap: 32px;
    min-height: 320px;
    padding: 40px;
    border-radius: 32px;
    box-sizing: border-box;
    background: radial-gradient(50% 50% at 50% 50%, #5F19C8 0%, #0F0F32 100%),
                linear-gradient(0deg, #A06EFF 0%, #5F19C8 100%),
                linear-gradient(90deg, #260363 0%, #000000 100%);
}

.main-new .mn-today__media  { grid-column: 1; grid-row: 1 / span 4; }
.main-new .mn-today__head   { grid-column: 2; grid-row: 1; }
.main-new .mn-today__name   { grid-column: 2; grid-row: 2; }
.main-new .mn-today__prices { grid-column: 2; grid-row: 3; }
.main-new .mn-today__btn    { grid-column: 2; grid-row: 4; }

.main-new .mn-today__media {
    width: 240px;
    height: 240px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 24px;
    background: #fff;
}
.main-new .mn-today__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.main-new .mn-today__head {
    display: flex;
    align-items: center;
    gap: 32px;
}
.main-new .mn-today__title {
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #fff;
}
.main-new .mn-today__name {
    margin-top: 14px;
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    text-decoration: none;
    transition: opacity .2s ease;
}
.main-new .mn-today__name:hover { color: #fff; opacity: .7; }

.main-new .mn-today__prices {
    margin-top: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.main-new .mn-today__price {
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #fff;
}
.main-new .mn-today__price-old {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF40;
    text-decoration: line-through;
}
.main-new .mn-today__off {
    width: 140px;
    height: 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    background: #FFFFFF40;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    color: #fff;
}
.main-new .mn-today__btn {
    /* padding-top: 4px; */
    margin-top: 13px;
    justify-self: start;
    width: 180px;
    height: 50px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    color: #5F19C8;
    text-decoration: none;
    transition: opacity .2s ease;
}
.main-new .mn-today__btn:hover { opacity: .7; }

.main-new .mn-cats .mn-cat {
    display: block;
    text-decoration: none;
}
.main-new .mn-cats .mn-cat__img {
    line-height: 0;
    margin-bottom: 12px;
}
.main-new .mn-cats .mn-cat__img img {
    width: 100%;
    height: auto;
    display: block;
}
.main-new .mn-cats .mn-cat__name {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #5F19C8;
    text-align: center;
}

.main-new .mn-cats .mn-nav {
    top: calc((min(1280px, 100vw - 120px) - 60px) / 4 * 0.407);
}

.main-new .mn-slider--cards .swiper-slide { width: 240px; }

.main-new .mn-super .mn-slider--cards .swiper-slide { width: 227px; }

.main-new .mn-card {
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px;
    margin: 0;
    text-align: left;
    box-sizing: border-box;
}
.main-new .mn-card .item__info.new_design {
    max-width: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    text-align: left;
}

.main-new .mn-card .mn-card__media      { order: 1; }
.main-new .mn-card .mn-card__colors     { order: 2; }
.main-new .mn-card .mn-card__prices     { order: 3; }
.main-new .mn-card .container_ya_plus   { order: 4; }
.main-new .mn-card .item__heading-link  { order: 5; }
.main-new .mn-card .item__reviews       { order: 6; }
.main-new .mn-card .block_mgtop_a       { order: 7; margin-top: auto; }

.main-new .mn-card__media {
    position: relative;
    margin-bottom: 12px;
}
.main-new .mn-card .item__gallery-link {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 100%;
    max-height: none;
    margin: 0 auto;
    transform: none;
    left: auto;
}
.main-new .mn-card .item__gallery {
    display: block;
    width: 100%;
    height: 100% !important;
    margin: 0;
    max-height: none;
}
.main-new .mn-card .item__image {
    display: block !important;
    width: 100%;
    height: 100%;
    max-width: none;
    position: static;
}
.main-new .mn-card .item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.main-new .mn-card .item__tags-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: auto;
    display: flex;
    gap: 4px;
    margin: 0;
}
.main-new .mn-card .item__tag {
    height: 24px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 13px;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
}
.main-new .mn-card .item__tag.discount { background: #5F19C8; color: #fff; }
.main-new .mn-card .item__tag.promo    { background: #FB7718; color: #fff; }
.main-new .mn-card .item__tag.best     { background: #22B04E; color: #fff; }
.main-new .mn-card .item__tag.hit      { background: #FEF0E6; color: #FB7718; }

.main-new .mn-card__actions {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.main-new .mn-card__act {
    position: static;
    top: auto;
    right: auto;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: none;
    background-image: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-new .mn-card__act svg path { transition: stroke .2s ease; }
.main-new .mn-card__act:hover svg path { stroke: #5F19C8; }

.main-new .mn-card__colors {
    display: flex;
    gap: 5px;
    margin-bottom: 8px;
}
.main-new .mn-card__color {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: block;
}

.main-new .mn-card__prices {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}
.main-new .mn-card .price_item_new {
    float: none;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #781ECD;
}
.main-new .mn-card .price_item_new_o {
    float: none;
    margin: 0;
    font-size: 14px;
    line-height: 120%;
    color: #999;
    text-decoration: line-through;
}

.main-new .mn-card .container_ya_plus { margin-bottom: 8px; }
.main-new .mn-card .product-yama {
    text-align: left;
    font-size: 12px;
    margin: 0;
    color: #000;
}
.main-new .mn-card .product-yama-line { margin: 0; }

.main-new .mn-card .item__heading-link {
    display: block;
    max-width: none;
    text-decoration: none;
    margin-bottom: 8px;
}
.main-new .mn-card .item__heading {
    max-width: none;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-new .mn-card .item__reviews {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 16px;
    color: #999;
    text-align: left;
}

.main-new .mn-card .block_mgtop_a { width: 100%; }
.main-new .mn-card .item__link_basket,
.main-new .mn-card .findout_about_i {
    width: 100%;
    max-width: 100%;
    height: 50px;
    max-height: 50px;
    margin: 0;
    padding: 0 10px;
    border-radius: 16px;
    font-size: 17px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}
.main-new .mn-card .item__link_basket { background: #5F19C8; color: #fff; }
.main-new .mn-card .findout_about_i {
    background: transparent;
    border: 2px solid #5F19C8;
    color: #5F19C8;
}

.main-new .mn-card .item__link_basket,
.main-new .mn-card .findout_about_i {
    transition: opacity .3s ease;
}
.main-new .mn-card .item__heading {
    transition: opacity .3s ease, color .3s ease;
}
.main-new .mn-card:hover .item__heading,
.main-new .mn-card:hover .item__link_basket,
.main-new .mn-card:hover .findout_about_i {
    opacity: .7;
}
.main-new .mn-card:hover .item__heading { color: #AD63F4; }

.main-new .mn-card .item__link_basket .for_in_c { display: none; }
.main-new .mn-card .item__link_basket.in_cart .for_not_in_c { display: none; }
.main-new .mn-card .item__link_basket.in_cart .for_in_c { display: block; }

.main-new .mn-sale__item {
    display: block;
    line-height: 0;
}
.main-new .mn-sale__item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.main-new .mn-sale .mn-nav {
    top: calc((min(1280px, 100vw - 120px) - 40px) * 0.0939);
}

.main-new .mn-super {
    background: linear-gradient(90deg, #FF8E31 0%, #FFB154 100%);
    border-radius: 32px;
    padding: 40px;
    box-sizing: border-box;
}
.main-new .mn-super__head {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0 0 32px;
}
.main-new .mn-super__title {
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #000;
}
.main-new .mn-super__all {
    flex: 0 0 auto;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 36px;
    padding: 4px 28px 0;
    border-radius: 32px;
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    text-decoration: none;
    transition: color .2s ease;
}
.main-new .mn-super__all:hover { background: #fff; color: #5F19C8; }

.main-new .mn-super .mn-card {
    background: #fff;
    border-radius: 16px;
    padding: 12px;
}

.main-new .mn-super .mn-nav { top: 50%; }

.main-new .mn-love__head {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 20px;
}
.main-new .mn-love__tab {
    padding: 0 0 6px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: none;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #000;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease;
}
.main-new .mn-love__tab:hover { color: #5F19C8; }
.main-new .mn-love__tab.is-active {
    color: #5F19C8;
    border-bottom-color: #5F19C8;
}
.main-new .mn-love .mn-tags { justify-content: center; margin: 0 0 30px; }

.main-new .mn-section + .mn-section.mn-gift { margin-top: 114px; }
.main-new .mn-gift {
    --gift-btn: #FF0100;
    --gift-btn-text: #fff;
    position: relative;
    padding: 40px;
    border-radius: 32px;
    box-sizing: border-box;
    background: linear-gradient(270deg, #A063FF 0%, #7F2AD6 82.43%, #781ECD 100%);
    text-align: center;
}

.main-new .mn-gift__pic {
    position: absolute;
    display: block;
}
.main-new .mn-gift__pic--1 {
    top: 33px;
    left: 24px;
    width: 170px;
    height: 170px;
}
.main-new .mn-gift__pic--2 {
    top: -34px;
    right: 18px;
    width: 215px;
    height: 215px;
}

.main-new .mn-gift__title {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #fff;
}
.main-new .mn-gift__text {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: #fff;
}

.main-new .mn-gift__selects {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
}

.main-new .mn-gift__select {
    position: relative;
    z-index: 1;
    width: 256px;
    height: 48px;
}
.main-new .mn-gift__select.is-open { z-index: 5; }
.main-new .mn-gift__box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 10px;
}

.main-new .mn-gift__cur {
    width: 100%;
    height: 48px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    display: block;
}
.main-new .mn-gift__row {
    height: 100%;
    padding: 4px 16px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.main-new .mn-gift__val {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.main-new .mn-gift__icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-new .mn-gift__icon svg { display: block; }
.main-new .mn-gift__sel-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-new .mn-gift__arrow {
    flex: 0 0 auto;
    line-height: 0;
    transition: transform .2s ease;
}
.main-new .mn-gift__select.is-open .mn-gift__arrow { transform: rotate(180deg); }

.main-new .mn-gift__list {
    display: none;
    margin: 0 8px;
    padding: 8px 0;
    border-top: 1px solid #DDDDDD;
}
.main-new .mn-gift__select.is-open .mn-gift__list { display: block; }

.main-new .mn-gift__select[data-kind="color"] .mn-gift__list {
    max-height: 228px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #DDDDDD transparent;
}
.main-new .mn-gift__list::-webkit-scrollbar { width: 4px; }
.main-new .mn-gift__list::-webkit-scrollbar-track { background: transparent; }
.main-new .mn-gift__list::-webkit-scrollbar-thumb { background: #DDDDDD; border-radius: 2px; }

.main-new .mn-gift__opt {
    width: 100%;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: none;
    cursor: pointer;
    text-align: left;
    display: block;
}
.main-new .mn-gift__opt .mn-gift__val {
    height: 100%;
    padding: 4px 8px 0;
    box-sizing: border-box;
}
.main-new .mn-gift__opt + .mn-gift__opt { margin-top: 4px; }
.main-new .mn-gift__opt:hover,
.main-new .mn-gift__opt.is-active { background: #F3F4F6; }

.main-new .mn-gift__swatch {
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
}
.main-new .mn-gift__swatch i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}

.main-new .mn-gift .mn-slider--cards .swiper-slide { width: 227px; }
.main-new .mn-gift .mn-card {
    background: #fff;
    border-radius: 16px;
    padding: 12px;
}
.main-new .mn-gift .mn-nav { top: 50%; }

.main-new .mn-gift .mn-card .item__link_basket {
    background: var(--gift-btn, #5F19C8);
    color: var(--gift-btn-text, #fff);
}

.main-new .mn-cert {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 241px;
    border-radius: 32px;
    background: #781ECD;
    background: radial-gradient(43.52% 231.12% at 72.23% 50.21%, #A06EFF 0%, #5F19C8 100%),
                linear-gradient(0deg, #781ECD, #781ECD);
    box-sizing: border-box;
}

.main-new .mn-cert__content {
    flex: 1 1 auto;
    min-width: 0;
    padding: 40px;
    box-sizing: border-box;
}
.main-new .mn-cert__title {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #fff;
}
.main-new .mn-cert__text {
    max-width: 552px;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: #fff;
}
.main-new .mn-cert__btn {
    /* padding-top: 4px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 50px;
    border-radius: 16px;
    background: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    color: #5F19C8;
    text-decoration: none;
    transition: opacity .2s ease;
}
.main-new .mn-cert__btn:hover { opacity: .7; }

.main-new .mn-cert__media {
    position: relative;
    flex: 0 0 492px;
}
.main-new .mn-cert__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 492px;
    height: auto;
    display: block;
    pointer-events: none;
    transition: transform .35s ease-out;
}

.main-new .mn-promo3__heading {
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #000;
    text-align: center;
}

.main-new .mn-promo3__row {
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin-top: 32px;
    padding-top: 66px;
}
.main-new .mn-promo3__card {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px 20px;
    border-radius: 32px;
    background: #F3E8FF;
    text-align: center;
    box-sizing: border-box;
}
.main-new .mn-promo3__img {
    margin: -66px 0 14px;
    line-height: 0;
}
.main-new .mn-promo3__img img {
    width: auto;
    height: 134px;
    display: block;
}
.main-new .mn-promo3__title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #000;
}
.main-new .mn-promo3__text {
    margin: 0 0 16px;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: #000;
}
.main-new .mn-promo3__link {
    color: #5F19C8;
    text-decoration: none;
    transition: opacity .2s ease;
}
.main-new .mn-promo3__link:hover { opacity: .7; }

.main-new .mn-promo3__btn {
    /* padding-top: 4px; */
    margin-top: auto;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #5F19C8;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    transition: opacity .2s ease;
}
.main-new .mn-promo3__btn:hover { opacity: .7; }

.main-new .mn-photo {
    padding: 40px;
    border-radius: 32px;
    background: #F3E8FF;
    text-align: center;
    box-sizing: border-box;
}
.main-new .mn-photo__title {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #000;
}
.main-new .mn-photo__text {
    margin: 0 0 32px;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: #000;
}
.main-new .mn-photo__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
}
.main-new .mn-photo__or {
    flex: 0 0 auto;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #000;
}

.main-new .mn-photo__item {
    flex: 0 1 auto;
    min-width: 0;
    perspective: 1200px;
    cursor: url('/local/templates/kitfort_new25(1)/img/icons/icon-full-heart.png'), pointer;
}

.main-new .mn-photo__frame {
    position: relative;
    max-width: 100%;
    transition: transform .1s;
}
.main-new .mn-photo__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 20px;
    backface-visibility: hidden;
}
.main-new .mn-photo__like {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    line-height: 0;
    opacity: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.main-new .mn-photo__like.is-liked { animation: mn-like .5s ease 1; }
@keyframes mn-like {
    0%   { opacity: 0; transform: translate(-50%, -50%) scale(1); }
    30%  { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(2); }
}
.main-new .mn-photo__btn {
    padding-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 280px;
    height: 50px;
    margin: 0 auto;
    border: 2px dashed #5F19C8;
    border-radius: 32px;
    background: transparent;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    color: #5F19C8;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color .2s ease, color .2s ease;
}
.main-new .mn-photo__btn:hover { background: #5F19C8; color: #fff; }
.main-new .mn-photo__btn svg { flex: 0 0 auto; margin-bottom: 4px; }
.main-new .mn-photo__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #5F19C8;
    text-decoration: none;
    transition: opacity .2s ease;
}
.main-new .mn-photo__link:hover { opacity: .7; }
.main-new .mn-photo__link svg { flex: 0 0 auto; }

.main-new .mn-slider--blog .swiper-slide { width: 416px; }
.main-new .mn-blog .article__img-wrap {
    display: block;
    margin-bottom: 12px;
    aspect-ratio: 624 / 358;
}
.main-new .mn-blog .article__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}
.main-new .mn-blog .article__tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
.main-new .mn-blog .article__tag {
    margin-right: 16px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}
.main-new .mn-blog .article__name {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    color: #000;
    text-decoration: none;
}
.main-new .mn-blog .article__bottom {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 14px;
    color: #999;
}
.main-new .mn-blog .article__fav {
    display: flex;
    align-items: center;
    margin-right: 18px;
}
.main-new .mn-blog .article-fav__icon {
    width: 16px;
    height: 14px;
    margin-right: 7px;
    background: url('/local/templates/kitfort_new25(1)/img/icons/fav-blog.svg') no-repeat center / cover;
}
.main-new .mn-blog .article__view {
    display: flex;
    align-items: center;
    margin-right: 17px;
}
.main-new .mn-blog .article-view__icon {
    width: 15px;
    height: 13px;
    margin-right: 8px;
    background: url('/local/templates/kitfort_new25(1)/img/icons/view-blog.svg') no-repeat center / cover;
}
.main-new .mn-blog__item:hover .article__tag,
.main-new .mn-blog__item:hover .article__name,
.main-new .mn-blog__item:hover .article__bottom { color: #AD63F4; }
.main-new .mn-blog__item:hover .article-fav__icon {
    background-image: url('/local/templates/kitfort_new25(1)/img/icons/fav-blog-purple.svg');
}
.main-new .mn-blog__item:hover .article-view__icon {
    background-image: url('/local/templates/kitfort_new25(1)/img/icons/view-blog-purple.svg');
}

.main-new .mn-blog .mn-nav { top: 119px; }

.main-new .mn-app {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
    padding: 40px 40px 52px;
    border-radius: 32px;
    background: #F3E8FF;
    box-sizing: border-box;
}

.main-new .mn-app__media {
    flex: 0 1 520px;
    margin-bottom: -52px;
    line-height: 0;
}
.main-new .mn-app__media img {
    width: 100%;
    height: auto;
    display: block;
}
.main-new .mn-app__content {
    flex: 0 1 660px;
    min-width: 0;
    align-self: flex-start;
}
.main-new .mn-app__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #000;
}

.main-new .mn-app__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.main-new .mn-app__col { min-width: 0; }
.main-new .mn-app__list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: #000;
}
.main-new .mn-app__list li:before { content: '-'; }
.main-new .mn-app__stores {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}
.main-new .mn-app__store {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #000;
    text-decoration: none;
    transition: opacity .2s ease;
}
.main-new .mn-app__store:hover { opacity: .7; }
.main-new .mn-app__store svg { flex: 0 0 auto; }
.main-new .mn-app__btn {
    /* padding-top: 4px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 283px;
    height: 50px;
    border-radius: 16px;
    background: #5F19C8;
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity .2s ease;
}
.main-new .mn-app__btn:hover { opacity: .7; }
.main-new .mn-app__qr {
    flex: 0 0 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    height: 205px;
    border-radius: 32px;
    background: #fff;
    box-sizing: border-box;
}
.main-new .mn-app__qr img {
    width: 190px;
    height: 190px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .main-new .mn-section + .mn-section { margin-top: 48px; }

    .main-new .mn-head + .mn-slider-wrap,
    .main-new .mn-head + .mn-panes { margin-top: 21px; }
    .main-new .mn-head__title { font-size: 27px; }
    .main-new .mn-head__all {
        width: 108px;
        height: 25px;
        font-size: 12px;
        gap: 4px;
    }
    .main-new .mn-head__all svg { width: 10px; height: 6px; }

    .main-new .mn-tags {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-right: -20px;
        padding-right: 20px;
    }
    .main-new .mn-tags::-webkit-scrollbar { display: none; }
    .main-new .mn-tag { flex: 0 0 auto; font-size: 14px; }

    .main-new .mn-nav { display: none !important; }

    .main-new .mn-slider--cards {
        margin-left: -20px;
        margin-right: -20px;
    }

    .main-new .mn-today {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
        padding: 16px;
        border-radius: 24px;
        text-align: center;
    }

    .main-new .mn-today__head,
    .main-new .mn-today__media,
    .main-new .mn-today__name,
    .main-new .mn-today__prices,
    .main-new .mn-today__btn {
        grid-column: 1;
        grid-row: auto;
    }
    .main-new .mn-today__head {
        flex-direction: column;
        gap: 16px;
    }
    .main-new .mn-today__title { font-size: 30px; }
    .main-new .mn-today__media {
        justify-self: center;
        width: 100%;
        max-width: 240px;
        height: auto;
        aspect-ratio: 1 / 1;
        margin-top: 16px;
    }
    .main-new .mn-today__name { margin-top: 16px; font-size: 17px; }

    .main-new .mn-today__prices {
        margin-top: 8px;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 11px;
    }

    .main-new .mn-today__price,
    .main-new .mn-today__price-old {
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .main-new .mn-today__price { font-size: 30px; }
    .main-new .mn-today__price-old { font-size: 14px; }
    .main-new .mn-today__off {
        width: 100px;
        height: 26px;
        font-size: 12px;
    }
    .main-new .mn-today__btn {
        margin-top: 16px;
        justify-self: stretch;
        width: 100%;
    }

    .main-new .mn-slider--cats .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 12px;
        transform: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .main-new .mn-slider--cats .swiper-slide { width: auto !important; margin: 0 !important; }
    .main-new .mn-cats .mn-cat__img { margin-bottom: 8px; }
    .main-new .mn-cats .mn-cat__name { font-size: 17px; }

    .main-new .mn-slider--cards .swiper-slide { width: 166px; }

    .main-new .mn-card { padding: 0 0 12px; }

    .main-new .mn-card .price_item_new { font-size: 20px; }
    .main-new .mn-card .price_item_new_o { font-size: 12px; }
    .main-new .mn-card .product-yama { font-size: 11px; }
    .main-new .mn-card .item__heading { font-size: 13px; }
    .main-new .mn-card .item__reviews { font-size: 12px; }
    .main-new .mn-card .item__link_basket,
    .main-new .mn-card .findout_about_i {
        width: 100%;
        height: 44px;
        max-height: 44px;
        font-size: 15px;
        border-radius: 14px;
    }

    .main-new .mn-slider--sale {
        margin-left: -20px;
        margin-right: -20px;
    }
    .main-new .mn-slider--sale .swiper-slide { width: 240px; }

    .main-new .mn-super {
        border-radius: 24px;
        padding: 16px;
    }
    .main-new .mn-super__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 16px;
    }
    .main-new .mn-super__title { font-size: 27px; }
    .main-new .mn-super__all {
        margin-left: 0;
        height: 36px;
        padding: 4px 20px 0;
        font-size: 14px;
    }

    .main-new .mn-super .mn-slider--cards {
        margin-left: -20px;
        margin-right: -36px;
    }

    .main-new .mn-slider--blog {
        margin-left: -20px;
        margin-right: -20px;
    }
    .main-new .mn-slider--blog .swiper-slide { width: 240px; }

    .main-new .mn-section + .mn-section.mn-gift { margin-top: 103px; }
    .main-new .mn-gift {
        padding: 0 16px 16px;
        border-radius: 24px;
    }

    .main-new .mn-gift__gifts {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .main-new .mn-gift__pic { position: static; }
    .main-new .mn-gift__pic--1 {
        width: 59px;
        height: 59px;
        margin-top: -24px;
    }
    .main-new .mn-gift__pic--2 {
        width: 112px;
        height: 112px;
        margin: -55px 0 0 -8px;
    }

    .main-new .mn-gift__title { margin-bottom: 16px; font-size: 30px; }
    .main-new .mn-gift__text { font-size: 14px; }
    .main-new .mn-gift__selects {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 20px;
    }
    .main-new .mn-gift__select { width: 100%; }

    .main-new .mn-gift .mn-slider--cards {
        margin-left: -20px;
        margin-right: -36px;
    }

    .main-new .mn-gift .mn-slider--cards .swiper-slide { width: 166px; }

    .main-new .mn-section + .mn-section.mn-cert { margin-top: 116px; }
    .main-new .mn-cert {
        flex-direction: column;
        align-items: center;
        min-height: 0;
        padding: 20px;
        border-radius: 24px;
        text-align: center;
    }
    .main-new .mn-cert__content {
        width: 100%;
        padding: 0;
    }
    .main-new .mn-cert__text { max-width: none; }
    .main-new .mn-cert__media {
        order: -1;
        flex: 0 0 auto;
        position: static;
        line-height: 0;
    }
    .main-new .mn-cert__img {
        position: static;
        width: 172px;
        margin: -88px 0 8px;
        transform: none !important;
    }
    .main-new .mn-cert__title { margin-bottom: 16px; font-size: 24px; }
    .main-new .mn-cert__text { margin-bottom: 16px; font-size: 14px; }
    .main-new .mn-cert__btn { width: 100%; }

    .main-new .mn-promo3__heading { font-size: 27px; }
    .main-new .mn-promo3__row {
        gap: 16px;
        margin: 21px -20px 0;
        padding: 66px 0 0 20px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .main-new .mn-promo3__row::-webkit-scrollbar { display: none; }
    .main-new .mn-promo3__card { flex: 0 0 320px; }
    .main-new .mn-promo3__title { font-size: 24px; }
    .main-new .mn-promo3__text { font-size: 14px; }

    .main-new .mn-photo { padding: 20px; }
    .main-new .mn-photo__title { font-size: 30px; }
    .main-new .mn-photo__text { margin-bottom: 20px; font-size: 14px; }
    .main-new .mn-photo__row {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 20px;
    }
    .main-new .mn-photo__or {
        order: -1;
        width: 100%;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .main-new .mn-photo__item { flex: 0 0 56%; max-width: 56%; }
    .main-new .mn-photo__item--left { transform: rotate(-3deg); }
    .main-new .mn-photo__item--right {
        position: relative;
        z-index: 2;
        margin: 28px 0 0 -12%;
        transform: rotate(4deg);
    }
    .main-new .mn-photo__like svg { width: 60px; height: auto; }
    .main-new .mn-photo__link { font-weight: 500; }

    .main-new .mn-app {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 20px 20px 0;
    }

    .main-new .mn-app__content { flex: 0 0 auto; }
    .main-new .mn-app__title { font-size: 24px; }
    .main-new .mn-app__stores { margin-bottom: 20px; }
    .main-new .mn-app__btn { width: 100%; }
    .main-new .mn-app__qr { display: none; }
    .main-new .mn-app__media {
        order: 2;
        flex: 0 0 auto;
        margin: 20px 0 0;
    }

    .main-new .mn-love__head { gap: 12px; }
    .main-new .mn-love__tab { font-size: 27px; }
    .main-new .mn-love .mn-tags {
        justify-content: flex-start;
        margin: 0 -20px 30px 0;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 660px) {
    main.main-new { overflow: visible !important; }
}