@font-face {
    font-family: Museo;
    src: url(https://cdn.evrika.com/promotions/ms-2024/copilot/MuseoSansCyrl-Light.woff2);
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: Museo;
    src: url(https://cdn.evrika.com/promotions/ms-2024/copilot/MuseoSansCyrl-Regular.woff2);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Museo;
    src: url(https://cdn.evrika.com/promotions/ms-2024/copilot/MuseoSansCyrl-Bold.woff2);
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: Museo;
    src: url(https://cdn.evrika.com/promotions/ms-2024/copilot/MuseoSansCyrl-ExtraBold.woff2);
    font-weight: 900;
    font-display: swap
}

#root h1,
#root h2,
#root h3,
#root h4,
#root h5,
#root h6,
#root p {
    margin: 0
}

#root ul,
#root li {
    padding: 0;
    margin: 0;
    list-style: none
}

#root ul:before,
#root ul:after,
#root li:before,
#root li:after {
    display: none
}

#root .hero {
    padding: 40px 0
}

@media (max-width: 600px) {
    #root .hero {
        padding: 0 0 32px
    }
}

@media (max-width: 600px) {
    #root .hero__container {
        padding: 0 !important
    }
}

#root .hero__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 46px
}

@media (max-width: 600px) {
    #root .hero__content {
        flex-direction: column-reverse;
        gap: 30px
    }
}

#root .hero__left {
    flex: 0 0 471px
}

@media (max-width: 600px) {
    #root .hero__left {
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: initial
    }
}

#root .hero__icon {
    width: 264px;
    height: 48px
}

@media (max-width: 600px) {
    #root .hero__icon {
        width: 184px;
        height: 34px
    }
}

#root .hero__title {
    color: #231f20;
    font-size: 38px;
    font-weight: 700;
    line-height: 43px;
    margin-top: 62px
}

@media (max-width: 600px) {
    #root .hero__title {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        margin-top: 30px
    }
}

#root .hero__description {
    color: #231f20;
    font-size: 22px;
    line-height: 26px;
    margin-top: 30px
}

@media (max-width: 600px) {
    #root .hero__description {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-top: 16px
    }
}

#root .how {
    padding: 36px 0 40px
}

@media (max-width: 600px) {
    #root .how {
        padding: 36px 0
    }
}

#root .how_blue {
    background-image: linear-gradient(90deg, #2693FA 0%, #0341EE 50%, #0341EE 100%)
}

#root .how_brown {
    background: linear-gradient(90deg, #BE7B55 0%, #501F0D 50%, #501F0D 100%)
}

#root .how__title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 43px
}

@media (max-width: 600px) {
    #root .how__title {
        font-size: 22px;
        line-height: 28px
    }
}

#root .how__text {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -.55px;
    margin-top: 14px
}

@media (max-width: 600px) {
    #root .how__text {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -.4px
    }
}

#root .cards {
    padding: 40px 0 32px
}

@media (max-width: 600px) {
    #root .cards {
        padding: 32px 0
    }
}

#root .cards__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px
}

@media (max-width: 600px) {
    #root .cards__content {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px
    }
}

#root .cards__image {
    width: 100%
}

#root .cards__title {
    color: #231f20;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    margin-top: 22px
}

@media (max-width: 600px) {
    #root .cards__title {
        font-size: 22px;
        line-height: 28px;
        margin-top: 24px
    }
}

#root .cards__text {
    color: #231f20;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -.55px;
    text-align: center;
    margin-top: 18px
}

@media (max-width: 600px) {
    #root .cards__text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 8px
    }
}

@media (max-width: 600px) {
    #root .video__container {
        padding: 0 !important
    }
}

#root .video__file {
    display: block;
    max-width: 100%;
    height: auto
}

#root .products {
    display: grid;
    justify-content: start;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px
}

@media (max-width: 950px) {
    #root .products {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 575px) {
    #root .products {
        grid-template-columns: repeat(2, 1fr)
    }
}

#root .products a {
    text-decoration: none;
    color: red;
    margin-left: 0
}

#root .products a:focus-visible {
    outline: 1px solid var(--primary)
}

#root .product {
    --primary: #f48012;
    --discount: #b4d252;
    --new: #6fbebc;
    position: relative;
    min-height: 350px;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    font-family: Museo, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    transition: box-shadow .3s ease;
    border: 1px solid #DEDEDE
}

#root .product:hover {
    box-shadow: 0 8px 24px #00000026
}

#root .product .product__stickers-list {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 1
}

#root .product .product__sticker {
    flex-shrink: 0;
    list-style: none;
    margin-bottom: 0;
    padding: 7px 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    background-color: var(--primary)
}

#root .product .product__sticker:before {
    content: ""
}

#root .product .product__sticker--discount {
    background-color: var(--discount)
}

#root .product .product__sticker--new {
    background-color: var(--new)
}

#root .product .product__sticker--installment {
    background-color: var(--primary)
}

#root .product__image-container {
    position: relative;
    text-align: center
}

#root .product .product__gift {
    position: absolute;
    bottom: 0;
    right: 0
}

#root .product .product__gift-icon {
    max-width: 28px;
    width: auto
}

#root .product .product__image {
    width: 165px;
    height: 165px;
    object-fit: cover
}

@media screen and (max-width: 400px) {
    #root .product .product__image {
        width: 100%;
        height: auto
    }
}

#root .product .product__title {
    top: 0;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    margin-top: 5px;
    min-height: 72px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #202020;
    font-weight: 700;
    line-height: 24px
}

@media screen and (max-width: 575px) {
    #root .product .product__title {
        font-size: 14px
    }
}

#root .product__price-container {
    min-height: 53px
}

#root .product .product__current-price {
    top: 0;
    color: #202020;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700
}

#root .product .product__current-price--orange {
    color: var(--primary)
}

@media screen and (max-width: 575px) {
    #root .product .product__current-price {
        font-size: 15px
    }
}

#root .product .product__previous-price {
    top: 0;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 0;
    text-decoration: line-through;
    color: #737171
}

#root .product .product__loan {
    margin: 8px 0;
    padding: 4px 6px;
    background-color: #fdf8e2;
    border-radius: 4px
}

#root .product .product__loan-caption {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    color: #202020
}

#root .product__orange-caption {
    color: var(--primary)
}

#root .products__item.product {
    display: flex;
    flex-direction: column;
    max-width: 235px;
    min-height: 405px
}

#root .product__buy-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    margin-top: auto;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background-color: #fc6b3f;
    border-radius: 12px
}

#root .goods {
    padding: 40px 0
}

@media (max-width: 600px) {
    #root .goods {
        padding: 32px 0
    }
}

#root .goods__title {
    color: #231f20;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 34px
}

@media (max-width: 600px) {
    #root .goods__title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 24px
    }
}

#root .carousel {
    padding: 40px 0 0
}

@media (max-width: 600px) {
    #root .carousel {
        padding: 0
    }
}

@media (max-width: 600px) {
    #root .carousel__container {
        padding: 0 !important
    }
}

#root .carousel__content {
    background-color: #f2f2f2;
    border-radius: 15px;
    overflow: hidden
}

@media (max-width: 600px) {
    #root .carousel__content {
        padding-top: 32px;
        border-radius: initial
    }
}

#root .carousel__card {
    position: relative
}

@media (max-width: 600px) {
    #root .carousel__card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px
    }
}

#root .carousel__text {
    position: absolute;
    top: 50%;
    left: 60px;
    translate: 0 -50%;
    max-width: 354px;
    color: #010101;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -.36px
}

@media (max-width: 600px) {
    #root .carousel__text {
        position: initial;
        translate: initial;
        text-align: center;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -.2px
    }
}

@media (max-width: 600px) {
    #root .carousel__image {
        padding: 0 16px
    }
}

#root .carousel__bottom {
    padding: 31px 46px 25px;
    display: flex;
    justify-content: space-between
}

@media (max-width: 600px) {
    #root .carousel__bottom {
        padding: 20px 20px 16px
    }
}

#root .carousel__prev,
#root .carousel__next {
    width: 17px;
    height: 36px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: scale .05s ease-in-out
}

#root .carousel__prev:active,
#root .carousel__next:active {
    scale: .9
}

@media (max-width: 600px) {
    #root .carousel__prev,
    #root .carousel__next {
        width: 7px;
        height: 14px
    }
}

#root .carousel__prev {
    background-image: url(https://cdn.evrika.com/promotions/ms-2024/copilot/images/slider-arrow-next.svg);
    transform: rotate(180deg)
}

#root .carousel__next {
    background-image: url(https://cdn.evrika.com/promotions/ms-2024/copilot/images/slider-arrow-next.svg)
}

#root .carousel__splide {
    display: flex;
    justify-content: center
}

#root .carousel__splide .splide__pagination {
    bottom: -56px;
    gap: 16px
}

@media (max-width: 600px) {
    #root .carousel__splide .splide__pagination {
        bottom: -32px;
        gap: 8px
    }
}

#root .carousel__splide .splide__pagination__page {
    margin: 0;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #010101;
    flex-shrink: 0
}

@media (max-width: 600px) {
    #root .carousel__splide .splide__pagination__page {
        width: 8px;
        height: 8px
    }
}

#root .carousel__splide .splide__pagination__page.is-active {
    background-color: #010101;
    opacity: 1;
    transform: scale(1)
}

#root .microsoft {
    padding-bottom: 40px
}

@media (max-width: 600px) {
    #root .microsoft {
        height: 610px
    }
}

@media (max-width: 600px) {
    #root .microsoft__container {
        padding: 0 !important
    }
}

#root .microsoft__content {
    height: 594px;
    background-image: url(https://cdn.evrika.com/promotions/ms-2024/copilot/images/microsoft-365-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
    display: flex
}

@media (max-width: 600px) {
    #root .microsoft__content {
        background-image: url(https://cdn.evrika.com/promotions/ms-2024/copilot/images/microsoft-365-bg-m.png);
        background-position: center top;
        background-size: cover;
        padding: 0
    }
}

#root .microsoft__text-wrapper {
    padding-top: 150px
}

@media (max-width: 600px) {
    #root .microsoft__text-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 0 32px 32px
    }
}

#root .microsoft__title {
    max-width: 394px;
    color: #2f2f2f;
    font-size: 40px;
    font-weight: 700;
    line-height: 43px
}

@media (max-width: 600px) {
    #root .microsoft__title {
        text-align: center;
        font-size: 22px;
        line-height: 28px
    }
}

#root .microsoft__text {
    max-width: 344px;
    color: #2f2f2f;
    font-size: 22px;
    line-height: 27px;
    margin-top: 17px
}

@media (max-width: 600px) {
    #root .microsoft__text {
        margin-top: 16px;
        text-align: center;
        font-size: 16px;
        line-height: 24px
    }
}

#root .microsoft__description {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 21px;
    color: #2f2f2f;
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
    margin-top: 65px
}

@media (max-width: 600px) {
    #root .microsoft__description {
        margin-top: 24px;
        text-align: left;
        font-size: 22px;
        line-height: 28px;
        gap: 16px;
        align-items: flex-start;
        flex-direction: row-reverse;
        max-width: 237px
    }
}

#root .microsoft__description:after {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-image: url(https://cdn.evrika.com/promotions/ms-2024/copilot/images/microsoft-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    flex-shrink: 0
}

@media (max-width: 600px) {
    #root .microsoft__description:after {
        width: 24px;
        height: 24px
    }
}

#root .bottom {
    padding: 34px 0 190px;
    background-color: #f2f2f2
}

@media (max-width: 600px) {
    #root .bottom {
        padding: 32px 0
    }
}

#root .bottom__item {
    color: #010101;
    font-size: 14px;
    line-height: 20px
}

@media (max-width: 600px) {
    #root .bottom__item {
        font-size: 12px;
        line-height: 16px
    }
}

body {
    margin: 0
}

[data-ignore-ios-date=true] {
    -webkit-user-select: none;
    user-select: none
}

._id__page__TcAyg img {
    width: auto;
    max-width: none
}

.page__main .container {
    max-width: 100%;
    padding: 0
}

.page__main .Breadcrumbs_block__PCUSG {
    display: none
}

.custom-scroll-lock {
    overflow-y: hidden !important
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

#root {
    font-family: Museo, sans-serif;
    position: relative;
    overflow-x: hidden;
    background-color: #fff
}

#root button {
    border: none
}

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

#root input,
#root button {
    -webkit-tap-highlight-color: transparent
}

#root ._id__page__jnuWN li:before {
    position: static;
    padding: 0
}

#root .container-custom {
    max-width: 1232px;
    margin: 0 auto;
    padding: 0 1px;
    height: 100%
}
.main-content {
	font-family: 'Inter', sans-serif, Arial;
    display: grid;
    grid-template-columns: repeat(4,minmax(200px,1fr));
    grid-gap: 8px;
    gap: 8px;
    width: 100%;
    margin-bottom: 32px
}

.main-content-recommended,.main-content.goods-grid {
    grid-template-columns: repeat(4,minmax(200px,1fr))
}

.main-content.goods-grid {
    margin-bottom: 32px
}

.main-content.favorites {
    grid-template-columns: repeat(4,minmax(200px,1fr))
}

.item-content {
    position: relative;
    display: flex;
    padding: 16px;
    box-shadow: 0 0 0 1px #e3e2e7;
    border-radius: 8px;
    background-color: #fff
}

.item-content.catalog {
    min-height: 324px;
    margin: 0;
    overflow: hidden;
    position: relative
}

.item-content.catalog-cabinet {
    height: 358px
}

.item-content.catalog.detail {
    padding: 0
}

.item-content.catalog.banner {
    justify-content: center;
    padding: 0
}

.item-content.catalog:not(.banner):hover {
    overflow: visible
}

.item-content.catalog>div.goods-tile[data-view=detail].data {
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box
}

.item-content.catalog>div.goods-tile[data-view=detail].data:hover {
    position: absolute;
    z-index: 9
}

.item-content.catalog>div.goods-tile[data-view=detail].data>div {
    justify-content: flex-start;
    border-radius: 8px
}

.item-content.catalog>div.goods-tile[data-view=detail].data>div>.goods-tile__row div div div.label {
    min-width: auto
}

.item-content:hover {
    box-shadow: 0 5px 5px 0 rgba(34,60,80,.2)
}
@media(max-width: 480px) {
  .item-content {
  		padding: 0.5rem;
        height: 100%;
        min-height: auto
   }
   .goods-tile__image {
   	height: 7rem;
   }
}

.goods-grid {
    display: flex;
    flex-flow: row wrap;
    margin: -1px -2px 0 0
}

.goods-grid__cell {
    border: 1px solid #e0e0e0;
    margin: 0 -1px -1px 0;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%
}

.goods-tile {
    box-sizing: border-box;
    white-space: normal
}

.goods-tile.data,.goods-tile__inner {
    width: 100%;
    height: 100%
}

.goods-tile__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #fff
}

.goods-tile__top {
    position: relative;
    margin-bottom: .9375rem
}

.goods-tile__image {
    display: block;
    position: relative;
    height: 14rem;
    width: 100%
}

.goods-tile__image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.goods-tile__image img[data-img=hidden] {
    display: none
}

.goods-tile__left-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.goods-tile__quality {
    align-items: center;
    background: #fff;
    border-radius: .1875rem;
    bottom: 1px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    color: #4f4f4f;
    display: inline-flex;
    vertical-align: top;
    font-size: .625rem;
    font-weight: 700;
    left: .4375rem;
    line-height: 1.2;
    padding: .25rem;
    z-index: 1;
    margin-top: 5px;
    opacity: 1!important
}

.goods-tile__quality svg {
    margin-right: .25rem
}

.goods-tile__preorder {
    align-items: center;
    background: #fb791b;
    border-radius: .1875rem;
    bottom: 1px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    color: #fff;
    display: inline-flex;
    vertical-align: top;
    font-size: .625rem;
    font-weight: 700;
    left: .4375rem;
    line-height: 1.2;
    padding: .25rem;
    z-index: 1;
    margin-top: 5px;
    opacity: 1!important
}

.goods-tile__preorder svg {
    margin-right: .25rem
}

.goods-tile__actions {
    display: flex;
    flex-flow: column-reverse;
    position: absolute;
    right: .375rem;
    opacity: 0;
    top: -1px;
    z-index: 1
}

.goods-tile[data-view=detail] .goods-tile__actions {
    opacity: 1
}

.goods-tile__button_compare,.goods-tile__button_wish {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    border-radius: .1875rem;
    transition: background .2s ease;
    height: 1.6875rem;
    width: 1.6875rem
}

.goods-tile__button_compare svg,.goods-tile__button_wish svg {
    fill: #029aad;
    transition: fill .2s ease
}

.goods-tile__button_compare.is-active,.goods-tile__button_wish.is-active {
    background: #029aad
}

.goods-tile__button_compare.is-active svg,.goods-tile__button_wish.is-active svg {
    fill: #fff
}

.goods-tile__button_wish svg {
    height: 1.0625rem;
    width: 1rem
}

.goods-tile__button_compare {
    margin-top: .375rem
}

.goods-tile__button_compare svg {
    height: 1.375rem;
    width: 1.3125rem
}

.goods-tile__button_cart {
    display: none;
    color: #fff;
    background: #00bccc;
    border-radius: 50%;
    transition: background .2s ease;
    margin-left: auto;
    margin-bottom: .1875rem;
    height: 2.75rem;
    width: 2.75rem
}

.goods-tile__button_cart.in-cart {
    background: #029aad
}

.goods-tile__button_cart svg {
    fill: #fff
}

.goods-tile__button_cart:hover:not([disabled]) {
    background: #029aad
}

.goods-tile__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    font-family: 'Inter', sans-serif, Arial;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem!important;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: .5rem
}

.goods-tile__name a {
    color: inherit;
    font-size: 14px;
    text-decoration: none
}

.goods-tile__name a:hover {
    color: #fb791b
}

.goods-tile__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.goods-tile__hidden {
    display: none;
    padding-top: 1.25rem
}

.goods-tile__row {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.goods-tile__characteristics {
    color: #828282;
    font-size: .75rem;
    line-height: 1.25;
    list-style: none;
    margin: 1.0625rem 0 0;
    padding: 0
}

.goods-tile__gift {
    border-top: 1px dashed #e0e0e0;
    padding: 1.0625rem 0 0
}

.goods-tile__gift-img {
    position: relative;
    height: 4rem;
    width: 4rem
}

.goods-tile__gift-img img {
    border-radius: .75rem;
    border: 2px solid #ffd300
}

.goods-tile__gift-desc {
    font-size: .8125rem;
    line-height: 1.24
}

.goods-tile__gift-desc strong {
    display: block;
    margin: 0 0 .5rem
}

.goods-tile__gift-desc a {
    color: #333;
    text-decoration: none
}

.goods-tile__gift-desc a:hover {
    color: #fb791b
}

.goods-tile_banner {
    display: block;
    max-height: 18rem
}

.goods-tile__banner {
    display: block;
    height: 100%;
    text-align: center
}

.goods-tile__banner img {
    object-fit: cover;
    height: 100%
}

.goods-tile_show-more {
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-flow: column;
    height: 15.5625rem
}

.goods-tile_show-more:hover .goods-tile__show-more {
    color: #fb791b
}

.goods-tile_show-more.is-loading svg {
    animation: spin 1s linear infinite
}

.goods-tile__show-more {
    color: #029aad;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.22;
    max-width: 8.75rem;
    padding: 0 0 1.5rem
}

.goods-tile__show-more-text {
    margin-top: 1.6875rem
}

.goods-tile[data-view=detail] {
    overflow: hidden
}

.goods-grid__cell_fav .goods-tile[data-view=detail] {
    overflow: hidden;
    height: 19.25rem
}

.goods-tile[data-view=detail] .goods-tile__inner {
    min-height: 100%;
    position: relative;
    padding: 18px 22px
}

.goods-tile[data-view=detail] .goods-tile__inner:before {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    bottom: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    content: "";
    left: 0;
    margin: -1px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease-in-out;
    z-index: -1
}

@media(max-width: 1024px) {
    .main-content {
        grid-template-columns: repeat(3,minmax(200px,1fr));
    }
}
@media(max-width: 768px) {
    .goods-tile__top {
        margin-bottom: .5rem
    }

    .goods-tile__name {
        color: #000;
        font-weight: 500;
        font-size: .85rem!important;
        line-height: 18px
    }

    .goods-tile__banner img {
        object-fit: cover;
        width: 100%;
        height: 100%
    }

    .goods-tile[data-view=detail] .goods-tile__inner {
        padding: 8px 16px
    }
}


.labels {
    align-items: flex-start;
    display: flex;
    left: .4375rem;
    position: absolute;
    top: -1px;
    z-index: 1
}

.label {
    display: inline-block;
    vertical-align: top;
    border-radius: 1.25rem;
    font-weight: 700;
    font-size: .625rem;
    line-height: 1.2;
    padding: .28125rem .53125rem;
    margin-bottom: .5625rem;
    position: relative
}

.label span {
    position: relative;
    z-index: 1
}

.label:after {
    content: "";
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.label_sale {
    color: #fff;
    background: red
}

.label_sale:before {
    border-left-color: #a60006
}

.label_sale:after {
    background: red
}

.label_novelty {
    color: #fff
}

.label_novelty:before {
    border-left-color: #008f3c
}

.label_novelty:after {
    background: #00c453
}

.label_gift {
    color: #202020
}

.label_gift:before {
    border-left-color: #fb791b
}

.label_gift:after {
    background: #ffd300
}

.label_top {
    color: #fff
}

.label_top:before {
    border-left-color: #141a38
}

.label_top:after {
    background: #3a77ff
}

.label_sample {
    color: #fff
}

.label_sample:before {
    border-left-color: #4f4f4f
}

.label_sample:after {
    background: #999
}

.labels {
    width: 100%
}

.labels.labels-product_gift {
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    position: static;
    margin-top: 5px;
    width: 32px
}

.labels.labels-product_gift .label {
    background: hsla(0,0%,100%,.9);
    border-radius: .1875rem;
    padding: initial;
    margin-bottom: 0
}

.labels.labels_wrapper-catalog {
    pointer-events: auto;
    z-index: 1
}

.animate-wrapp {
    width: 100%;
    display: inline-block
}

.labels-slide .label.badge-el {
    border-radius: 4px;
    color: #fff;
    white-space: nowrap;
    font-size: .75rem;
    margin-right: 5px;
    margin-bottom: 25px;
    padding: .275rem .53125rem
}

.labels_wrapper-catalog .labels-slide .label.badge-el {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    margin-left: 10px;
    width: max-content
}

.labels_wrapper-catalog .labels-slide .label.badge-el .icon-tooltip .icon-tooltip__badge svg {
    width: 16px;
    height: 16px
}

.labels_wrapper-catalog .labels-slide .label.badge-el .icon-tooltip__text {
    font-weight: 400;
    overflow: auto;
    white-space: normal
}

.labels_wrapper-catalog .labels-slide .label.badge-el .icon-tooltip__text p {
    margin: 0
}

.labels_wrapper-catalog .labels-slide .label.badge-el .icon-tooltip__text a {
    color: #029aad
}

.labels_wrapper-catalog .badges-dropdown-wrapper .label.badge-el.badges-dropdown {
    margin-bottom: 0
}

.labels_wrapper-catalog {
    padding: 5px;
    width: 100%
}

.labels_wrapper-catalog .labels-slide {
    width: 100%
}

.labels-slide {
    display: inline-block
}

.labels-slide .label {
    padding: initial
}

.labels_wrapper {
    padding: 10px 0
}

.labels_wrapper.labels_wrapper__card {
    z-index: 2;
    position: static;
    padding: 0
}

.labels_wrapper.labels_wrapper__card .label.badge-el {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    height: 24px;
    line-height: 24px
}

.labels_wrapper.labels_wrapper__card .label.badge-el .icon-tooltip .icon-tooltip__badge svg {
    width: 16px;
    height: 16px
}

.labels_wrapper.labels_wrapper__card .label.badge-el .icon-tooltip__text {
    font-weight: 400;
    overflow: auto;
    white-space: normal
}

.labels_wrapper.labels_wrapper__card .label.badge-el .icon-tooltip__text p {
    margin: 0
}

.labels_wrapper.labels_wrapper__card .label.badge-el .icon-tooltip__text a {
    color: #029aad
}

:root {
    --no-of-slides: 6;
    --slides-in-view: 5;
    --slide-width: 60px;
    --slide-height: 24px;
    --iteration-time: 10s
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(var(--slide-width)*var(--no-of-slides)*-1))
    }
}

.labels-slide {
    white-space: nowrap;
    display: flex;
    align-items: flex-start
}

.label-carousel__slide {
    animation: scroll var(--iteration-time) linear infinite;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    box-sizing: border-box;
    position: relative
}

.labels-slide .label_gift-product {
    width: 42px;
    height: 24px;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0
}

.label_gift-product svg {
    height: 24px
}

.badges-dropdown-wrapper {
    width: 100%
}

.badges-dropdown-wrapper .label:before {
    content: normal
}

.badges-dropdown {
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.badges-dropdown svg {
    height: 12px
}

.badges-dropdown_list {
    background-color: hsla(0,0%,100%,.9);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    z-index: 9;
    padding-bottom: 5px;
    padding-top: 5px
}

.curve-down-20-wrapp {
    display: flex;
    align-items: center
}

.curve-down-img {
    max-width: 100%;
    width: 12px;
    color: #fff;
    margin-left: 5px
}

.curve-down-20-rotate {
    transform: rotate(180deg);
    margin-left: 5px
}

.curve-down-20-rotate .curve-down-img {
    margin-left: 0
}

.badges-dropdown_list .badge-el {
    display: inherit
}

.label-new {
    border-radius: 4px;
    font-size: .625rem;
    font-weight: 700;
    padding: 1px .1875rem .125rem .25rem;
    min-width: 1.9375rem;
    margin: 0 .25rem 0 0
}

.goods-tile__top .goods-tile__actions {
    z-index: 3
}

.bttn-blue {
  display: none;
}
 .goods-delivery__cost,.goods-delivery__time {
    font-size: .875rem;
    line-height: 1.22
}
div.cost__sale {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px
}

#price,div.cost__value {
    color: #000
}

#price {
    font-size: 1rem;
    font-weight: 700
}

.cost {
    display: inline-flex;
    vertical-align: top;
    flex-flow: column;
    justify-content: flex-end;
    min-height: 2.375rem;
    margin-left: .125rem
}

.cost .label {
    font-size: .625rem;
    padding: 1px .1875rem .125rem .25rem;
    min-width: 1.9375rem;
    margin: 0 .25rem 0 0
}

.cost .label:before {
    bottom: -.25rem;
    right: .1875rem
}

.cost__sale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 .25rem
}

.cost__sale-value {
    color: #999;
    font-size: .625rem;
    line-height: 1.2;
    text-decoration: line-through
}

.cost__value {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.19
}

.cost_lg .label {
    font-size: 14px;
    line-height: 18px;
    min-width: 2.5rem
}

.cost_lg .label:before {
    bottom: -.5rem;
    right: .25rem;
    border-bottom-width: .625rem;
    border-left-width: 1rem
}

.cost_lg .cost__sale {
    margin: 0 0 .3125rem
}

.cost_lg .cost__sale-value {
    font-size: .875rem;
    margin: 0 0 0 .3125rem;
    line-height: 1.22
}

.cost_lg .cost__value {
    font-size: 1.5625rem;
    line-height: 1.22
}

@media(max-width: 640px) {
    .header__bottom,.header__center,.header__top {
        display:none
    }

    .bank-box {
        width: 90%;
        min-height: auto
    }

    .bank-box__terms {
        margin-top: 8px;
        min-height: auto
    }

    .main-content,.main-content.goods-grid {
        grid-template-columns: repeat(2,calc(50% - 4px))
    }

    .main-content.goods-grid {
        margin-top: 16px
    }

    .main-content.favorites {
        grid-template-columns: repeat(2,1fr)
    }

    .item-content {
        height: 100%;
        min-height: auto
    }

    .page-title {
    	display: none;
    }
}

