body, html {
    min-width: 320px
}

header, img, nav, section, svg {
    display: block
}

.pt-10, .pv-10 {
    padding-top: 1rem
}

.image--cover img, .image--wcover img {
    max-width: initial;
    max-height: initial
}

.gcenter, .tel__head {
    text-align: center
}

.btn, .btnLink, .custom-menu-wrap a span, .mainMenu__title2, .titleBold, .topMenuLeft__item, .typeProductTitle {
    text-transform: uppercase
}

@font-face {
    font-display: swap;
    font-family: OpenSans;
    src: url(/Media/fonts/OpenSans.woff2) format("woff2"), url(/Media/fonts/OpenSans.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: OpenSansBold;
    src: url(/Media/fonts/OpenSans-Bold.woff2) format("woff2"), url(/Media/fonts/OpenSans-Bold.woff) format("woff");
    font-weight: 700
}

@font-face {
    font-display: swap;
    font-family: OpenSansLight;
    src: url(/Media/fonts/OpenSans-Light.woff2) format("woff2"), url(/Media/fonts/OpenSans-Light.woff) format("woff");
    font-weight: 300
}

@font-face {
    font-display: swap;
    font-family: MinionProRegular;
    src: url(/Media/fonts/MinionPro-Regular.woff2) format("woff2"), url(/Media/fonts/MinionPro-Regular.woff) format("woff");
    font-weight: 700
}

@media only screen and (max-width: 1280px) {
    .grid--lgjbetween {
        justify-content: space-between
    }
}

@media only screen and (max-width: 640px) {
    .grid--smjend {
        justify-content: flex-end
    }
}

.s-mic {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    backface-visibility: hidden;
    width: 2.3rem;
    height: 2.3rem;
    margin: 0 1rem;
    z-index: 10;
    cursor: pointer
}

.evinent-voice-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999999;
    background: rgba(0, 0, 0, .7);
    justify-content: center;
    align-items: center
}

.evinent-voice-overlay.active, .grid, main {
    display: flex
}

.evinent-voice-text-container {
    display: flex;
    border-radius: 4px;
    flex-direction: column;
    background: #fff;
    max-width: 300px;
    max-height: 150px;
    width: 90%;
    height: 90%;
    justify-content: center;
    align-items: center
}

.select_lang_hint /*,.toTop*/
{
    background-color: #a04382
}

.mobileMenu--mob, .productOptionBlock__content, body, header, html, main, section, svg {
    width: 100%
}

.evinent-voice-text-container #voiceClose {
    display: flex;
    border-radius: 4px;
    background-color: #501c54;
    color: #fff;
    width: 150px;
    height: 50px;
    cursor: pointer;
    margin-top: 30px;
    justify-content: center;
    align-items: center
}

.zoom-btn {
    position: absolute;
    top: 35px;
    right: 5%;
    cursor: pointer;
    z-index: 9;
    pointer-events: none
}

.productColors label ins {
    width: 25px;
    height: 25px;
    margin: 5px;
    padding: 0;
    box-shadow: none;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important
}

.productColors label {
    padding: 0 5px
}

.productOptionBlock__label {
    color: #999;
    font-size: 1.5rem;
    margin-right: 2rem;
    font-family: OpenSansLight
}

.zoom-btn svg {
    width: 39px;
    height: 39px;
    fill: #bfcee1
}

@media screen and (min-width: 1281px) {
    .lg-show {
        display: none !important
    }
}

.categoryFilter__item.md-show + div:after, .categoryTree > div:first-child:after, .grid > .cell--0, .select_lang_hint, .slider_img_first, .slider_img_first_hidden, .tagsTree, .toTop {
    display: none
}

.cell, .grid > .cell--10, .grid > .cell--12, .grid > .cell--14, .grid > .cell--16, .grid > .cell--17, .grid > .cell--18, .grid > .cell--19, .grid > .cell--24, .grid > .cell--4, .grid > .cell--5, .grid > .cell--6, .grid > .cell--7, .grid > .cell--8, .grid > .cell--9 {
    display: inline-block
}

.select_lang_hint {
    position: absolute;
    right: 70px;
    top: 10px;
    min-width: 270px;
    width: 270px;
    height: 60px;
    border-radius: 1rem;
    box-shadow: 0 .5rem 1rem rgba(160, 67, 130, .3)
}

.select_lang_hint > p {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 10px 30px 10px 40px
}

.tel__title, .view-text h2, .view-text strong {
    font-weight: 700
}

.select_lang_hint > span {
    margin: 6px 10px
}

.yellow_arrow {
    position: absolute;
    left: 0;
    top: -10px;
    width: 10px;
    cursor: pointer
}

.toTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 9998;
    cursor: pointer;
    transition: hover .2s ease-in-out
}

.cartBtnBlock, .categoryFilterContainer, .control-holder, .form, .image, .image img, .image--cover img, .inputBtnIcon, body, main {
    position: relative
}

.banner--height, .image, body, html, svg {
    height: 100%
}

*, :hover, :visited {
    color: inherit
}

* {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    word-wrap: break-word;
    background-color: transparent;
    font-size: inherit;
    -webkit-font-smoothing: antialiased
}

:active, :focus {
    outline: 0
}

html {
    font-size: 10px;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
    font-family: OpenSans;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.additionalImage, .breadcrumbs__item, .btn, .constrBlock__item-inner, .image, .login__content, .marquee, .mm-panels, .prodListBlockItem__name, .productImageBlock, .productImageMobileBlock, .selectIcon__text, main {
    overflow: hidden
}

body {
    font-size: medium
}

a, ins {
    text-decoration: none
}

svg {
    fill: inherit;
    stroke: inherit;
}

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

main {
    flex-direction: column;
    min-height: 100%
}

header {
    flex-grow: 0;
    flex-shrink: 0;
    height: auto !important
}

header a picture img {
    width: 100%;
    height: 30px;
    object-fit: cover
}

@media (max-width: 768px) {
    header a picture img {
        width: 100%;
        height: 40px;
        object-fit: cover
    }
}

section {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 0 15px
}

.grid {
    flex-wrap: wrap
}

.grid--jend {
    justify-content: flex-end
}

.grid--jcenter {
    justify-content: center
}

.grid--jbetween {
    justify-content: space-between
}

.grid--aend {
    align-items: flex-end
}

.grid--acenter {
    align-items: center
}

.grid--astretch {
    align-items: stretch
}

.grid--nowrap {
    flex-wrap: nowrap
}

.cell--acenter {
    -ms-grid-row-align: center;
    align-self: center
}

.cell--grow {
    flex-grow: 1
}

.cell--nogrow {
    flex-grow: 0
}

.cell--noshrink {
    flex-shrink: 0
}

.grid > .cell--4 {
    width: 16.6666667%
}

.grid > .cell--5 {
    width: 20.8333333%
}

.grid > .cell--6 {
    width: 25%
}

.grid > .cell--7 {
    width: 29.1666667%
}

.grid > .cell--8 {
    width: 33.3333333%
}

.grid > .cell--9 {
    width: 37.5%
}

.grid > .cell--10 {
    width: 41.6666667%
}

.grid > .cell--11 {
    display: inline-block;
    width: 45.8333333%;
}

.grid > .cell--12 {
    width: 50%
}

.grid > .cell--13 {
    display: inline-block;
    width: 54.1666667%;
}

.grid > .cell--14 {
    width: 58.3333333%
}

.grid > .cell--16 {
    width: 66.6666667%
}

.grid > .cell--17 {
    width: 70.8333333%
}

.grid > .cell--18 {
    width: 75%
}

.grid > .cell--19 {
    width: 79.1666667%
}

.grid > .cell--24, .image, .logo img, .selectList--full, .tel__head {
    width: 100%
}

.ig-3 {
    margin-left: -.3rem;
    margin-right: -.3rem
}

.ig-3 > * {
    padding-left: .3rem;
    padding-right: .3rem
}

.iv-3 {
    margin-bottom: -.6rem
}

.iv-3 > * {
    padding-bottom: .6rem
}

.i-5, .ig-5 {
    margin-left: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -1rem
}

.i-10, .ig-10 {
    margin-left: -1rem;
    margin-right: -1rem
}

.i-5 > *, .ig-5 > * {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: 1rem
}

.i-10 > *, .ig-10 > * {
    padding-left: 1rem;
    padding-right: 1rem
}

.i-10 {
    margin-bottom: -2rem
}

.i-15, .iv-15 {
    margin-bottom: -3rem
}

.i-10 > *, .pb-20 {
    padding-bottom: 2rem
}

.i-15 > *, .iv-15 > *, .pb-30, .pv-30 {
    padding-bottom: 3rem
}

.i-15 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.i-15 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.i-20, .ig-20 {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -4rem
}

.i-20 > *, .ig-20 > * {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem
}

.pv-10 {
    padding-bottom: 1rem
}

.pt-20 {
    padding-top: 2rem
}

.pt-30, .pv-30 {
    padding-top: 3rem
}

.pl-30 {
    padding-left: 3rem
}

.p-50 {
    padding: 5rem
}

.pb-50 {
    padding-bottom: 5rem
}

.pg-50 {
    padding-left: 5rem;
    padding-right: 5rem
}

.mb-5 {
    margin-bottom: .5rem
}

.mb-10 {
    margin-bottom: 1rem
}

.affiliate_price_text {
    color: #777;
    font-size: 12px;
    margin-top: 2rem
}

.form, .view-text {
    font-size: 1.6rem
}

.mr-10 {
    margin-right: 1rem
}

.mt-15 {
    margin-top: 1.5rem
}

.mb-20, .reviews__item {
    margin-bottom: 2rem
}

.mb-30, .mv-30 {
    margin-bottom: 3rem
}

.mv-30 {
    margin-top: 3rem
}

.mb-40 {
    margin-bottom: 4rem
}

.image {
    display: block;
    border-radius: inherit
}

.image img {
    display: block;
    border: 0;
    width: auto;
    height: auto;
    border-radius: inherit
}

.image--cover img {
    width: auto;
    min-width: 100%;
    height: auto !important;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.image--contain img, .image--wcover img {
    min-width: 0;
    height: auto !important;
    min-height: 0;
    top: 50%
}

.image--wcover img {
    width: 100%;
    left: 0;
    transform: translateY(-50%)
}

.image--contain img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%)
}

.camera_loader, .hide, .mm-hidden {
    display: none !important
}

.control-holder--text input {
    font-size: 13px;
    padding: 0 2.5rem;
    border-radius: 2rem;
    background-color: #fff;
    text-decoration: none;
    color: #282b33;
    max-width: 100%;
    display: block;
    width: 100%;
    outline: 0;
    box-shadow: inset 0 0 .6rem rgba(0, 0, 0, .1);
    font-family: inherit;
    -webkit-appearance: none;
    height: 4rem
}

.control-holder--flag ins, .control-holder--flag__color ins {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: .7rem;
    padding: .2rem;
    fill: #fff;
    position: relative;
    background-color: #fff
}

.control-holder--text input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important
}

.control-holder--flag input[type=radio]:checked ~ ins, .control-holder--flag__color input[type=radio]:checked ~ ins {
    box-shadow: inset 0 0 0 .4rem #fff
}

.productOptionBlock {
    margin: 2rem 0
}

.control-holder--flag__color ins {
    width: 25px;
    height: 25px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    flex-shrink: 0
}

.control-holder--flag ins {
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    flex-shrink: 0
}

.control-holder--flag ins svg, .control-holder--flag__color ins svg {
    width: .8em;
    height: .8em;
    display: none
}

.control-holder--flag input, .control-holder--flag__color input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1
}

.control-holder--flag input:checked ~ ins {
    background-color: #a04382;
    border: 1px solid #a04382
}

.control-holder--flag__color input:checked ~ ins {
    height: 35px;
    margin: 0;
    border: 5px solid #fff;
    box-shadow: 0 0 1rem rgba(152, 152, 152, .3) !important
}

.control-holder--flag input[type=radio] ~ ins, .control-holder--flag__color input[type=radio] ~ ins {
    border-radius: 50%
}

.productColors {
    margin: 0 -5px;
    display: flex;
    width: 100%;
    align-items: center
}

.control-holder--flag .label {
    margin-right: 3em;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center
}

.control-holder--flag .label span {
    vertical-align: middle;
    color: #501c54;
    font-size: 1.4rem
}

.view-text > :first-child {
    margin-top: 0
}

.view-text > :last-child {
    margin-bottom: 0
}

.view-text h2 {
    clear: both;
    line-height: 1.25;
    margin: 1.4em 0 1rem;
    font-size: 2.25em
}

.view-text p, .view-text ul {
    margin: 1em 0
}

.view-text ul {
    padding-left: 1.5em;
    margin-left: 1.5em
}

.cartBtnPopup {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2rem;
    box-shadow: 0 .5rem 1rem rgba(152, 152, 152, .3);
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 1rem;
    z-index: 2000;
    display: none;
    width: 600px;
    max-width: calc(100vw - 4rem)
}

.cartBtnPopup__header {
    padding: 2rem
}

.cartBtnPopup__title {
    color: #a04382;
    font-size: 2.4rem
}

.cartBtnPopup__content {
    max-height: 34rem
}

.cartBtnPopup__close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #000;
    padding: 0
}

.cartBtnPopup__close * {
    padding: 0;
    opacity: 1
}

.lazyDiv, .lazyImg, .lazyload, .productImageBlock__slider {
    opacity: 0
}

.cartBtnPopup__footer {
    padding: 2rem
}

#seoText {
    position: absolute;
    top: 100%;
    left: -100%;
    width: 100%;
    z-index: 50
}

.mobileMenuButton {
    width: 36px;
    height: 36px;
    background-color: #501c54;
    position: relative;
    display: block;
    border-radius: 50%
}

.mobileMenuButton ins, .mobileMenuButton:after, .mobileMenuButton:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    margin: -1px 0 0 -8px;
    text-decoration: none;
    border-radius: 2px;
    background-color: #fff
}

.mobileMenu__head:after, .mobileMenu__item:after {
    left: 0 !important;
    border-bottom-color: #e3e3e4 !important
}

.mobileMenuButton:after, .mobileMenuButton:before {
    content: ''
}

.mobileMenuButton:before {
    transform: translateY(-6px)
}

.mobileMenuButton:after {
    transform: translateY(6px)
}

.selectList--center, .topMenuLeft__item:after {
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden
}

.mobileMenuButton:visited {
    background-color: #501c54;
    outline: 0
}

.mobileMenu {
    background-color: #fff !important;
    min-width: 320px !important
}

.mobileMenu__item a {
    padding: 15px 20px !important;
    display: block !important
}

.mobileMenu__item a span {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 80%
}

.mobileMenu__item--1, .mobileMenu__item--2 {
    background-color: #FFF !important
}

.mobileMenu__item--2 a {
    color: #100827 !important;
    font-family: OpenSans !important;
    text-transform: uppercase !important
}

.mobileMenu__item--2 a span {
    text-decoration: underline !important
}

.mobileMenu__item--3 {
    background-color: #a04382 !important
}

.mobileMenu__item--3 a {
    color: #fff !important
}

.mobileMenu__item--4 span {
    vertical-align: middle !important
}

.mobileMenu__item--4 .mobileMenu__icon {
    width: 30px !important;
    height: 30px !important;
    top: 0 !important
}

.mobileMenu__icon {
    width: 17px !important;
    height: 17px;
    fill: #777;
    margin-right: 10px;
    position: relative;
    top: 1px
}

.mobileMenu__head {
    padding: 15px 20px !important;
    background-color: #fff !important;
    display: flex !important;
    justify-content: space-between !important
}

.mobileMenu__left, .mobileMenu__right {
    padding: 0 !important
}

.mobileMenu__left {
    display: flex !important;
    margin: 0 -5px !important
}

.lazyImg, .lazyload {
    height: 1px
}

.mobileMenu__link {
    padding: 0 5px !important;
    display: block !important
}

.tel {
    max-width: 85%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    flex-wrap: wrap
}

.tel__head {
    display: flex;
    align-items: center;
    justify-content: center
}

.tel__title {
    color: #a04382;
    font-size: 13px
}

.tel__info {
    color: #999;
    font-size: 13px;
    padding-left: 5px;
    display: inline-block
}

.login__link, .selectList__item, .topMenuLeft__item, .topMenuLeft__listItem, .topMenuRight__item {
    font-family: OpenSansLight;
    color: #100827
}

.tel__content {
    padding: 5px 0;
    display: flex;
    justify-content: center
}

.tel__content a {
    font-size: 18px
}

.login {
    display: flex;
    justify-content: flex-end
}

.login__content {
    /*box-shadow: 0 .5rem 1rem rgba(160, 67, 130, .3);*/
    border-radius: 1rem;
    display: flex
}

.selectList, .topMenuLeft__listInner {
    box-shadow: 0 .4rem .8rem rgba(152, 152, 152, .2)
}

.login__link {
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1em;
    transition: .3s;
    cursor: pointer;
    min-width: 60px;
    justify-content: center
}

.topMenu {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between
}

.topMenuLeft, .topMenuRight {
    height: 3rem;
    display: flex;
    align-items: stretch
}

.topMenuLeft__list {
    display: none;
    padding-top: 1rem;
    z-index: 10000;
    position: absolute;
    top: 100%;
    left: -2rem;
    min-width: 100%
}

.topMenuLeft__listInner {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2rem;
    padding: 1rem 3rem
}

.topMenuLeft__listItem {
    font-size: 13px;
    padding: .5rem 0;
    display: block;
    white-space: nowrap
}

.topMenuLeft__item, .topMenuRight__item {
    line-height: 2rem;
    display: flex;
    position: relative
}

.topMenuLeft__item {
    font-size: 1.12rem;
    text-align: center;
    align-items: center;
    height: 100%
}

.topMenuLeft__item span {
    display: block
}

.topMenuLeft__item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 1px;
    display: block;
    margin: auto;
    background-color: #bbb;
    backface-visibility: hidden
}

.topMenuLeft__block {
    position: relative;
    height: 100%
}

.topMenuRight__item {
    font-size: 1.3rem;
    padding: 0 2rem;
    text-decoration: underline;
    align-items: center
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover, .sortResult__item, .topMenuRight__item--select {
    text-decoration: none
}

.selectList {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2rem;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 1rem 3rem;
    display: none;
    margin-top: 1rem;
    z-index: 10000
}

.selectList__item {
    font-size: 13px;
    padding: .5rem 0;
    display: block
}

.productLabel.custom-wrap1 .mb-20 {
    margin-bottom: 0;
}

.productLabel.custom-wrap1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.productLabel-span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 10px;
    margin: 7px 0;
}

.productLabel.custom-wrap1 .productLabel-span {
    font-size: 15px;
    line-height: 15px;
    margin: 0 !important;
}

.productLabel.custom-wrap1 .productLabel-span:before {
    width: 7px;
    height: 7px;
}

.productLabel-span::before {
    content: "";
    background: #36b993;
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.productLabel-span.nalichie {
    color: #35b995
}

.productLabel-span.nalichie::before {
    background: #35b995
}

.productLabel-span.finish {
    color: #dc9f00
}

.productLabel-span.finish::before {
    background: #dc9f00
}

.productLabel-span.wait {
    color: #297fe2
}

.productLabel-span.wait::before {
    background: #297fe2
}

.productLabel-span.podZakaz {
    color: #a6a6a6
}

.productLabel-span.podZakaz::before {
    background: #a6a6a6
}

.rename_wrap_city .adress_custom {
    font-family: OpenSansLight;
    color: #777;
    font-size: 13px;
    margin: 1rem 0;
    display: flex
}

.shops-availability .colorLine {
    display: none
}

.title_wrap_city {
    color: #501c54;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: OpenSansBold;
    margin-bottom: 20px
}

.button_city.rename, .rename_city_price {
    color: #7b2465;
    font-size: 14px;
    text-transform: none
}

.rename_wrap_city {
    margin-bottom: 10px
}

.rename_wrap_city_title {
    color: #7b2465;
    font-size: 14px;
    font-family: OpenSansBold;
    margin-right: 30px
}

.button_city.rename {
    font-family: OpenSansLight;
    text-decoration: underline
}

.rename_city_price {
    font-family: OpenSansBold;
    margin-left: 5px
}

.cartBtn__result, .headerPhone {
    font-family: OpenSansBold
}

.btn--light, .productLabel span, .selectList__item.is-active {
    color: #a04382
}

.btn, .logo {
    display: flex;
    align-items: center;
    max-width: 100%
}

.btn, .btn__icon {
    justify-content: center
}

.selectList--center {
    left: 50%;
    backface-visibility: hidden
}

.btn--iconDark2.btn-disabled {
    pointer-events: none;
    background-color: #eee;
    border: 1px solid #ebebeb;
    box-shadow: none;
}

.btn--iconDark2.btn-disabled:before {
    background-color: #c7c7c7;
}

.logo {
    width: 28rem;
    height: 5.7rem;
    max-height: 100%
}

.btn {
    width: 100%;
    height: 24px;
    border-radius: 12px;
    font-size: 1.2rem;
    position: relative;
    z-index: 50
}

.btn--iconLight span, .btn__icon {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center
}

.btn--icon {
    width: 36px;
    height: 36px;
    fill: #a04482
}

.btn__icon {
    fill: #fff;
    min-width: 4rem;
    width: 2rem;
    height: 2rem;
    flex-grow: 0
}

.btn__icon svg {
    width: 80%;
    height: 80%
}

.btn--light {
    background-color: #fff;
    border: .5px solid #a04382;
    box-shadow: inset 0 0 0 .5px #a04382
}

.btn--dark {
    background-color: #a04382;
    border: none;
    box-shadow: none;
    color: #fff
}

.btn--iconDark, .btn--iconDark2, .btn--iconLight {
    border-radius: 2rem;
    box-shadow: inset 0 0 0 .5px #a04382;
    height: 4rem
}

.btn--iconLight {
    background-color: #fff;
    border: 1px solid #a04382;
    color: #a04382
}

.btn--iconLight span {
    justify-content: center;
    flex-grow: 1;
    text-align: center
}

.btn--iconDark span, .btn--iconDark2 span {
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 10;
    position: relative
}

.btn--iconLight:before {
    position: absolute;
    backface-visibility: hidden;
    background-color: #a04382
}

.btn--iconDark, .btn--iconDark2 {
    background-color: #a04382;
    color: #fff;
    border: 1px solid #a04382
}

.btn--iconDark2 span {
    justify-content: center;
    flex-grow: 1;
    padding: 0 1rem
}

.btn--iconDark span {
    justify-content: center;
    flex-grow: 1
}

.prodLabel__item span, .prodLabel__item span.mark__text {
    display: inline-block;
    margin-bottom: 0 !important;
    font-size: 1.3rem
}

.favoritesBtn, .selectIcon {
    align-items: center;
    background-color: #fff;
    display: flex
}

.btn--iconDark2:before, .btn--iconDark:before {
    position: absolute;
    backface-visibility: hidden;
    background-color: #7f2a64
}

.categoryFilter__item:after, .categoryTree__item:after {
    transform: translateX(-50%);
    height: 1px;
    left: 50%;
    content: ""
}

.btn--full {
    width: 100%;
    height: 4rem;
    border-radius: 2rem
}

.btn--big {
    width: 31.8rem;
    max-width: 100%;
    height: 5.4rem;
    border-radius: 2.7rem;
    font-size: 1.6rem
}

.btn--big:before {
    left: -147%
}

.btn--big .btn__icon {
    width: 5rem;
    height: 3rem
}

.selectBlock {
    position: relative;
    width: 100%;
    max-width: 16rem
}

.selectBlock--full {
    max-width: initial
}

.selectIcon {
    color: #a04382;
    font-size: 13px;
    justify-content: center;
    height: 4rem;
    border-radius: 2rem;
    padding: 0 3rem;
    border: 1px solid #ccc
}

.selectIcon__icon {
    width: 2.3rem;
    height: 1.7rem;
    fill: #fff;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 1rem
}

.selectIcon__text {
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 100%;
    padding-right: 0;
    height: 1em;
    line-height: 1em
}

.selectIcon__btn {
    width: 11px;
    height: 11px;
    fill: #a04382;
    flex-grow: 0;
    flex-shrink: 0
}

.headerPhone {
    color: #501c54;
    font-size: 2.1rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.cartBtn__count, .favoritesBtn__count {
    line-height: 2rem;
    color: #160f2d;
    font-size: 1.3rem;
    top: 0;
    min-width: 1.5rem;
    font-family: OpenSansBold
}

.inputBtnIcon > div {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 2.3rem;
    height: 2.3rem;
    fill: #100827;
    margin: 0 1rem;
    z-index: 10
}

.inputBtnIcon input {
    padding: 0 1rem 0 4.3rem
}

.favoritesBtn {
    padding: 0 1rem;
    height: 6rem;
    position: relative;
    border-radius: 1rem;
    box-shadow: 0 .5rem 1rem rgba(160, 67, 130, .3)
}

.favoritesBtn__count {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    border: .1rem solid #a04382;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -5px;
    height: 1.5rem
}

.favoritesBtn--oval {
    box-shadow: none;
    padding: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    border: 1px solid #e1e1e1
}

.cartBtn, .favoritesBtn--header {
    background-color: #a04382;
    border-radius: 1rem
}

.favoritesBtn--oval svg {
    width: 2rem;
    height: 2rem;
    fill: #e1e1e1
}

.favoritesBtn--header {
    height: 4rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    /*box-shadow: 0 .5rem 1rem rgba(160, 67, 130, .3)*/
}

.favoritesBtn--header__icon {
    width: 2.3rem;
    height: 3rem;
    fill: #fff;
    position: relative
}

.cartBtnBlockSmall {
    position: relative;
    display: flex;
    justify-content: flex-end
}

.cartBtn, .cartBtn__count {
    display: flex;
    align-items: center
}

.cartBtn {
    height: 4rem;
    justify-content: center;
    position: unset;
    cursor: pointer;
    /*box-shadow: 0 .5rem 1rem rgb(160 67 130 / 30%);*/
    width: 100%
}

.cartBtn__icon {
    width: 2.5rem;
    height: 3rem;
    fill: #fff;
    position: relative
}

.cartBtn__count {
    position: absolute;
    right: -3px;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    height: 1.5rem
}

.cartBtn__content {
    color: #fff;
    font-size: 1.4rem;
    margin-left: 1rem
}

.cartBtn__currency {
    font-family: OpenSans
}

.mainMenu {;
    display: table;
    width: 100%;
    position: relative
}

.mainMenu__title {
    color: #fff;
    font-size: 1.6rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem
}

.mainMenu__list {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 100000;
    width: 100%
}

.mainMenu__list > div {
    width: 100%
}

.mainMenu__item {
    display: table-cell;
    height: 3em;
    vertical-align: top
}

.mainMenu__title2 {
    color: #501c54;
    font-family: OpenSansBold;
    font-size: 1.5rem;
    padding: .5rem 1rem .5rem 0;
    display: block;
    width: 100%
}

.mainMenu__list2 {
    padding: 0 1rem 0 0
}

.mainMenu__item3 {
    color: #777;
    font-size: 1.3rem;
    padding: .5rem 0;
    display: block;
    width: 100%
}

.mainMenu--mobile .mainMenu__title {
    font-size: 14px;
    justify-content: flex-start;
    position: relative
}

.mainMenu--mobile .mainMenu__icon {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px
}

.mainMenu--mobile .mainMenu__icon--right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px;
    margin-right: 0;
    width: 26px;
    height: 26px
}

.lightGrayBlock, .banner {
    position: relative;
    display: block
}

.banner--height img {
    min-height: 100%
}

.mainSlider {
    margin-bottom: 0 !important;
    float: none !important
}

.titleBold span {
    word-wrap: normal
}

.titleBold {
    color: #501c54;
    font-size: 3.5rem;
    line-height: 1.3em;
    font-weight: 600;
    position: relative
}

.colorLine {
    width: 50px;
    height: 4px;
    background: #500c37;
    background: linear-gradient(to right, #500c37 0, #bb58a0 100%);
    margin-top: 1rem
}

.prodListBlock {
    opacity: 0;
    z-index: 100
}

.prodListBlock__item {
    width: 25%;
    visibility: hidden;
    position: relative;
    height: 44.3rem
}

.prodListBlock--grid {
    opacity: 1;
    border-left: 1px solid #d7d7d7
}

.prodListBlock--grid .prodListBlock__item {
    width: 100%;
    visibility: visible;
    border-top: 1px solid #d7d7d7
}

.prodListBlockItem {
    background-color: #fff;
    padding: 2rem;
    position: relative;
    transform-origin: 50% 47rem;
    border: 1px solid #d7d7d7
}

.prodListBlockItem__image {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
    height: 25rem
}

.prodListBlockItem__name {
    color: #501c54;
    font-size: 1.5rem;
    line-height: 1.3em;
    height: 3.6em;
    margin-bottom: 1rem;
    display: block
}

@media (max-width: 600px) {
    .prodListBlockItem__name {
        height: 2.5rem;
        margin-bottom: 5px;
    }
}

.prodListBlockItem__compare {
    text-align: right
}

.prodListBlockItem__price {
    font-family: OpenSansBold;
    color: #a04382;
    font-size: 1.6rem
}

.prodListBlockItem__oldPrice {
    color: #d7d7d7;
    text-decoration: line-through;
    font-size: 1.5rem;
    font-family: OpenSansBold;
}

.prodListBlockItem__currency {
    font-size: 1.6rem
}

.prodListBlockItem__priceBlock {
    height: 5.5rem
}

.prodListBlock--grid .prodListBlockItem {
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: none;
    border-top: none
}

.prodLabel {
    position: absolute;
    left: 10px;
    top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 1000
}

.prodLabel__item-js:last-child{
    border-top-right-radius: 1.3rem;
    border-bottom-right-radius:3.3rem;
}

.prodLabel__item {
    color: #fff;
    display: flex;
    align-items: center;
    top: 0;
    margin: 2px -1px;
    transform: skew(20deg);
    position: relative;
    text-align: center
}

.prodLabel__item span {
    padding: .5rem 1.5rem;
    line-height: 1.6rem;
    margin-right: 0;
    transform: skew(-20deg)
}

.prodLabel__item span.mark__text {
    padding: .5rem 1rem;
    line-height: 1.6rem;
    border-radius: 1.3rem;
    margin-right: .5rem
}

.prodLabel__item span.mark__num {
    font-size: 18px !important;
    background: 0 0 !important;
    padding: 0
}

.butt_wrap_city {
    margin: 20px 0;
}

.hidden-block {
    display: none;
}

.button_city {
    font-family: OpenSansBold;
    cursor: pointer;
    border-radius: 2rem !important;
    height: 4rem !important;
}

.constrBlock {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    position: relative;
    margin-bottom: 4rem;
    padding: 17rem 3rem 0
}

.constrBlock__icon {
    width: 10rem;
    height: 10rem;
    border: .4rem solid rgba(160, 67, 130, .45);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.constrBlock__icon svg {
    width: 6rem;
    height: 6rem;
    fill: #a04382
}

.categoryFilter__icon svg, .categoryTree__icon svg {
    width: 1rem;
    height: 1rem
}

.constrBlock__text {
    color: #a04382;
    font-size: 2.4rem;
    text-align: center;
    margin-top: 2rem;
    max-width: 70%
}

.constrBlock__line1, .constrBlock__line2 {
    content: "";
    position: absolute;
    z-index: 20;
    background-color: #a04382
}

.constrBlock__line1 {
    width: 0;
    height: 6px;
    left: 0;
    top: 0
}

.constrBlock__line2 {
    width: 6px;
    height: 0;
    right: 0;
    top: 0
}

.constrBlock__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.constrBlock__item {
    width: 25%;
    position: relative;
    z-index: 20;
    display: inline-block;
    padding: 10px
}

.constrBlock__item-inner {
    background-color: #f2f2f2;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 34.1rem;
    position: relative
}

.constrBlock--small {
    padding: 3rem;
    background-position: center;
    background-size: cover !important
}

.constrBlock--small .constrBlock__item {
    width: 33%
}

.constrBlock--small .constrBlock__inner {
    width: 1380px;
    max-width: 100%;
    margin: auto;
    align-items: center
}

.constrBlock--small .constrBlock__item-inner {
    height: 17rem;
    flex-direction: row;
    padding: 1rem
}

.constrBlock--small .constrBlock__icon {
    flex-shrink: 0
}

.constrBlock--small .constrBlock__text {
    font-size: 1.8rem;
    width: 100%;
    max-width: 100%;
    margin-left: 1rem;
    margin-top: 0
}

.breadcrumbs__link:after, .breadcrumbs__link:before {
    position: absolute;
    margin-top: 4px;
    font-family: MinionProRegular;
    font-size: 14px;
    color: #b4b4b4;
    line-height: 1em
}

.partnerListBlock {
    padding: 2rem 4rem;
    margin: 0 !important
}

.partnerListBlock__item {
    height: 8rem
}

.partnerListBlock__inner {
    height: 100%;
    padding: 1rem
}

.partnerListBlock__inner img {
    max-width: 100%;
    max-height: 100%
}

.searchFormContainer {
    position: absolute;
    width: 100%;
    height: 3em;
    right: 0;
    top: 7.7rem;
    background-color: #501c54;
    display: none;
    z-index: 100;
    padding: 1rem 2rem
}

.searchForm .control-holder {
    background: 0 0
}

.mobileMove {
    width: 20px;
    height: 27px;
    fill: #d2d2d2;
    display: inline-block
}

.searchForm .selectList {
    padding: 15px 10px
}

.btn--iconLight {
    min-width: 170px;
    position: relative
}

.has-coll .btn--iconLight {
    min-width: 150px
}

.selectList {
    min-width: 100%
}

.btn span, .mainMenu__title, .mob-menu-banners, .typeProduct .typeProductTitle {
    text-align: center
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 2rem 5rem 1rem;
    background-color: #fff;
    border-bottom: 1px solid #fff
}

.breadcrumbs__link {
    color: #b4b4b4;
    display: inline-block;
    border-bottom: 1px solid #b4b4b4;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative
}

.breadcrumbs__link:before {
    content: "←";
    left: -2rem;
    top: 0;
    display: none
}

.productColors label input:checked ~ ins {
    width: 35px;
    height: 35px;
    margin: 0;
    border: 5px solid #fff;
    box-shadow: 0 0 1rem rgba(152, 152, 152, .3) !important
}

.breadcrumbs__link:after {
    content: "→";
    right: -1.5rem;
    top: 0;
    display: inline-block
}

.breadcrumbs__item {
    color: #501c54;
    padding-left: 1rem;
    padding-right: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap
}

.catalog {
    display: block;
    position: relative
}

.catalog__image {
    width: 100%;
    height: 36rem
}

.catalog__content {
    width: 100%;
    height: 100%;
    background-color: rgba(242, 242, 242, .84);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10
}

.catalog__icon {
    width: 12rem;
    height: 12rem;
    fill: #a04382;
    padding: 1rem
}

.catalog__text {
    color: #a04382;
    text-align: center;
    font-size: 2.8rem;
    max-width: 42%
}

.categoryTreeContainer {
    position: relative;
    margin-bottom: -.4rem
}

.productImageBlock {
    position: relative;
    height: 42.5rem
}

.categoryTree {
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0 .5rem 1rem rgba(152, 152, 152, .3)
}

.productImageMobileBlock {
    position: relative;
    min-height: 8rem
}

.productImage {
    height: 42.5rem
}

.additionalImage {
    opacity: 0;
    padding: 0 4rem;
    position: relative;
    height: 15rem
}

.additionalImage__item {
    height: 14rem;
    padding: .5rem
}

.additionalImage__link {
    width: 100%;
    height: 100%;
    border-bottom: 2px solid transparent;
    box-shadow: 0 0 0 1px #e1e1e1
}

.typeProduct {
    padding: 2rem;
    border-radius: 2rem;
    border: 4px solid #734976
}

.categoryFilter__icon, .categoryTree__icon {
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #bbb inset;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    margin-top: .1rem;
    fill: #501c54
}

.productAttr {
    font-family: OpenSansLight
}

.productAttr__key {
    color: #777;
    font-size: 13px;
    margin-bottom: 1rem
}

.productAttr__value {
    color: #501c54;
    font-size: 13px;
    margin-bottom: 1rem
}

.productAttr a {
    display: block;
    text-decoration: underline
}

.productAttr--big {
    font-family: OpenSans
}

.productAttr--big .productAttr__key {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    position: relative
}

.categoryFilter__list, .categoryTree__list {
    padding-left: 3.2rem;
    height: 0;
    width: 100%;
    overflow: hidden
}

.categoryFilter__link, .categoryTree__link {
    padding: .5rem 0;
    font-size: 1.8rem;
    color: #501c54;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start
}

.categoryTree__link2 {
    display: block;
    padding: .5rem 0;
    font-size: 1.4rem;
    color: #501c54
}

.categoryFilter__item, .categoryTree__item {
    padding: 1rem 3rem;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start
}

.categoryFilter__item:after, .categoryTree__item:after {
    width: calc(100% - 6rem);
    background-color: #ebebeb;
    position: absolute;
    top: 0
}

.categoryItem {
    display: block;
    font-size: 2.4rem;
    height: calc(22rem + 3em);
    position: relative;
    background-color: #fff
}

.categoryItem__image {
    /*width: 100%; todo disable */
    height: 90%;
}

.categoryItem__content {
    color: #501c54;
    background-color: #fff;
    padding: 0 1.5rem;
    width: 100%;
    min-height: 2em;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center
}

.categoryFilterContainer .mobileMenu {
    min-width: 0 !important;
    background-color: transparent !important
}

.categoryFilter {
    background-color: #fff;
    border-radius: 2rem;
    padding: 1rem 0;
    box-shadow: 0 .5rem 1rem rgba(152, 152, 152, .3)
}

.categoryFilter__title {
    font-size: 20px;
    line-height: 14px;
    color: #501c54
}

.productCountBlock__minus svg, .productCountBlock__plus svg {
    width: 1.8rem;
    height: 1.8rem
}

.categoryFilter__content {
    height: 0;
    width: 100%;
    display: none;
    padding: 1rem 0
}

.categoryFilter__input input {
    text-align: center;
    padding: 0 1rem
}

.categoryFilter__check .label {
    margin: .5rem 0 !important;
    width: 100%
}

.categoryFilter__check .label ins {
    font-size: 1.4rem !important;
    float: left
}

.categoryFilter__check .label span {
    font-size: 1.4rem !important;
    color: #501c54 !important;
    display: block
}

.categoryFilter__item.is-open + .categoryFilter__item:after, .categoryFilter__item.is-open:after {
    width: 100%
}

.categoryFilter__item.is-open .categoryFilter__list {
    height: auto;
    margin-bottom: 15px
}

.categoryFilter__item.is-open .categoryFilter__content {
    height: auto;
    display: block
}

.categoryFilter__item.is-open .categoryFilter__link {
    font-size: 2.2rem
}

.categoryFilter__item.is-open .categoryFilter__icon {
    transform: rotate(180deg);
    box-shadow: 0 0 1px 1px #501c54 inset;
    margin-top: .4rem
}

.productLabel, .productLabel__inner {
    display: inline-block;
    font-family: OpenSansLight
}

.sortBlock__text {
    color: #a5a5a5;
    font-size: 1.3rem
}

.sortBlock .sortBlock__type .selectBlock {
    min-width: 280px
}

.typeProductTitle {
    color: #501c54;
    font-size: 1.5rem;
    font-family: OpenSansBold
}

.productAttr--big .productAttr__key:before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #777;
    position: absolute;
    left: 0;
    bottom: 3px
}

.productAttr--big .productAttr__key span {
    background-color: #fff;
    display: inline-block;
    z-index: 10;
    position: relative;
    padding-right: 1rem
}

.productAttr--big .productAttr__value {
    font-size: 1.8rem;
    margin-bottom: 1rem
}

.pricelist__title, .productAttr--big .productAttr__value span {
    padding-left: 1rem
}

.productLabel {
    font-size: 1.3rem;
    font-weight: 700
}

.productLabel__inner {
    padding: .5rem 3rem;
    border-radius: 1.3rem;
    font-size: 1.5rem;
    background-color: #734976
}

.productLabel__inner span {
    color: #fff
}

.productShop {
    background-color: #f2f2f2;
    padding: 1rem 5rem;
    border-radius: 2rem
}

.productShop__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 2rem 0;
    border-bottom: 1px solid #e1e1e1
}

.productShop__row--last {
    border-bottom: none;
    align-items: flex-start;
    flex-wrap: wrap
}

.productShop .btn.btn-disabled {
    pointer-events: none;
    background-color: #eee;
    border: 1px solid #ebebeb;
    box-shadow: none;
}

.productShop .btn.btn-disabled:before {
    background-color: #c7c7c7;
}

.wholesale-text {
    text-align: center;
    background-color: #c53f78;
    border-radius: 3rem;
    color: #fff;
    padding: 0.5rem 1.5rem;
    display: flex;
    margin: 0 auto;
    width: fit-content;
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.productPriceBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-grow: 1
}

.productPriceBlock__label {
    color: #999;
    font-size: 1.5rem;
    font-family: OpenSansLight;
    margin-right: 2rem
}

.productPriceBlock__label.current-city {
    margin: 10px 0 0;
}

.productPriceBlock__label .button_city {
    height: auto !important
}

.productPriceBlock__content {
    margin-bottom: -5px
}

.productPriceBlock__price {
    color: #a04382;
    font-family: OpenSansBold;
    font-size: 3rem;
    line-height: 1em;
    display: flex;
    align-items: baseline
}

.productPriceBlock__currency {
    color: #a04382;
    font-family: OpenSansBold;
    font-size: 2rem;
    margin: 0 3px
}

.productCountBlock {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2rem;
    height: 4rem;
    display: flex;
    flex-grow: 0
}

.productCountBlock__minus, .productCountBlock__plus {
    border-radius: 50%;
    border: 1px solid #ebebeb;
    fill: #501c54;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.productCountBlock__input {
    text-align: center;
    color: #501c54;
    font-size: 1.5rem;
    font-family: OpenSansLight;
    width: 5rem;
    height: 100%
}

.productShopBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 5.4rem);
    padding-right: 2rem;
    margin-top: 1rem
}

.productShopBtn--icon {
    width: auto;
    flex-grow: 0;
    padding-right: 0
}

.productShopBtn .btn {
    width: 100%;
    height: 5.4rem;
    border-radius: 2.7rem
}

.prodListSmallItem, .productTabs__content {
    background-color: #fff;
    border: 1px solid #e1e1e1
}

.productShopBtn .btn:before {
    left: -147%
}

.productShopBtn .btn .btn__icon {
    width: 5rem;
    height: 3rem
}

.productShopBtn .favoritesBtn {
    width: 5.4rem;
    height: 5.4rem
}

.productShopBtn .favoritesBtn svg {
    width: 3rem;
    height: 3rem
}

.btnLink {
    color: #a04382;
    font-family: OpenSansBold;
    font-size: 1.5rem;
    display: inline-block
}

.productServiceLink {
    display: flex;
    justify-content: space-around;
    padding: 5rem 0;
    border-bottom: 1px solid #e1e1e1
}

.productServiceLink__link {
    display: inline-block;
    color: #777;
    fill: #d7d7d7;
    font-size: 1.5rem
}

.productServiceLink__link svg {
    width: 6rem;
    height: 4rem;
    margin-bottom: 1rem
}

.prodListSmall {
    opacity: 0;
    margin: 0 -2rem
}

.prodListSmall__item {
    visibility: hidden;
    position: relative;
    padding: 0 2rem
}

.prodListSmallItem {
    padding: 2rem;
    position: relative;
    display: block
}

.prodListSmallItem__image {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
    height: 14rem
}

.productTabs__content {
    flex-wrap: wrap;
    width: 100%;
    padding: 5rem;
    border-radius: 2rem;
    display: none
}

.js-account-login:hover .login-mass2, .login__link:hover .login-mass, .marquee.ticker, .productTabs__content.is-active {
    display: block
}

.productImageMobile {
    opacity: 0;
    margin-bottom: 0 !important
}

.productImageMobile__item {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width: 641px) {
    .mobileMenu--lang {
        display: none
    }

    .sm-show {
        display: none !important
    }
}

@media only screen and (min-width: 1000px) {
    .md-show {
        display: none !important
    }

    .categoryFilter__item--first:after {
        display: none
    }
}

@media only screen and (min-width: 1921px) {
    html {
        font-size: 11px
    }
}

@media only screen and (max-width: 1679px) {
    .grid > .cell--mg10, .grid > .cell--mg11, .grid > .cell--mg12, .grid > .cell--mg13, .grid > .cell--mg16, .grid > .cell--mg17, .grid > .cell--mg5, .grid > .cell--mg7, .grid > .cell--mg8, .grid > .cell--mg9 {
        display: inline-block
    }

    html {
        font-size: 9.5px
    }

    .grid > .cell--mg5 {
        width: 20.8333333%
    }

    .grid > .cell--mg7 {
        width: 29.1666667%
    }

    .grid > .cell--mg8 {
        width: 33.3333333%
    }

    .grid > .cell--mg9 {
        width: 37.5%
    }

    .grid > .cell--mg10 {
        width: 41.6666667%
    }

    .grid > .cell--mg11 {
        width: 45.8333333%
    }

    .grid > .cell--mg12 {
        width: 50%
    }

    .grid > .cell--mg13 {
        width: 54.1666667%
    }

    .grid > .cell--mg16 {
        width: 66.6666667%
    }

    .grid > .cell--mg17 {
        width: 70.8333333%
    }

    .pt-mg30 {
        padding-top: 3rem
    }

    .pb-mg30 {
        padding-bottom: 3rem
    }

    .mb-mg0 {
        margin-bottom: 0
    }

    .pt-mg0 {
        padding-top: 0
    }

    .tel__info {
        font-size: 12px
    }

    .tel__content a {
        font-size: 15px;
        margin-left: 10px;
        margin-right: 10px
    }

    .mainMenu__title {
        font-size: 1.4rem
    }

    .constrBlock__text {
        font-size: 2rem
    }

    .productShop {
        padding: 1.5rem 2rem
    }

    .productShop .productShop__row {
        padding: 1.5rem 0
    }

    .productOptionBlock__label, .productPriceBlock__label {
        width: 100%;
        margin-bottom: 1rem
    }

    .productOptionBlock {
        margin: 0
    }

    .productCountBlock__input {
        width: 3rem
    }

    .productServiceLink {
        justify-content: space-between;
        padding: 4rem 0
    }
}

@media only screen and (max-width: 1355px) {
    html {
        font-size: 9px
    }

    .btn--iconDark2 span, .btn--iconDark2:before {
        display: none
    }
}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 8.5px
    }

    .grid--lgjend {
        justify-content: flex-end
    }

    .grid--lgjcenter {
        justify-content: center
    }

    .grid--lgacenter {
        align-items: center
    }

    .grid--lgnowrap {
        flex-wrap: nowrap
    }

    .cell--lgnogrow {
        flex-grow: 0
    }

    .grid > .cell--lg0, .tel {
        display: none
    }

    .grid > .cell--lg, .grid > .cell--lg11, .grid > .cell--lg13, .grid > .cell--lg20, .grid > .cell--lg24, .grid > .cell--lg6 {
        display: inline-block
    }

    .grid > .cell--lg {
        width: auto
    }

    .grid > .cell--lg6 {
        width: 25%
    }

    .grid > .cell--lg11 {
        width: 45.8333333%
    }

    .grid > .cell--lg13 {
        width: 54.1666667%
    }

    .grid > .cell--lg20 {
        width: 83.3333333%
    }

    .grid > .cell--lg24 {
        width: 100%
    }

    .ig-lg5 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .ig-lg5 > * {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .i-lg10 {
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: -2rem
    }

    .i-lg10 > * {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 2rem
    }

    .pv-lg10 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .p-lg20 {
        padding: 2rem
    }

    .pb-lg40, .pv-lg40 {
        padding-bottom: 4rem
    }

    .pt-lg20 {
        padding-top: 2rem
    }

    .pg-lg20 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .pt-lg30 {
        padding-top: 3rem
    }

    .pv-lg40 {
        padding-top: 4rem
    }

    .lg-hide {
        display: none !important
    }

    .logo {
        width: 180px
    }

    .titleBold {
        font-size: 2.8rem
    }

    .constrBlock__text {
        font-size: 1.8rem
    }

    .breadcrumbs {
        padding: 3rem 2rem
    }

    .categoryFilter__item {
        padding: 1rem 2rem
    }

    .productShopBtn--last {
        width: 100%;
        padding-right: 0
    }

    .catalog__text {
        max-width: 50%
    }
}

@media only screen and (max-width: 999px) {
    html {
        font-size: 8px
    }

    .cell--mdoend {
        order: 1
    }

    .cell--mdnoorder {
        order: 0
    }

    .grid > .cell--md10 {
        display: inline-block;
        width: 41.6666667%
    }

    .grid > .cell--md12 {
        display: inline-block;
        width: 50%
    }

    .grid > .cell--md14 {
        display: inline-block;
        width: 58.3333333%
    }

    .grid > .cell--md24 {
        display: inline-block;
        width: 100%
    }

    .i-md3 {
        margin-left: -.3rem;
        margin-right: -.3rem;
        margin-bottom: -.6rem
    }

    .i-md3 > * {
        padding-left: .3rem;
        padding-right: .3rem;
        padding-bottom: .6rem
    }

    .pg-md50 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .iv-md10 {
        margin-bottom: -2rem
    }

    .iv-md10 > * {
        padding-bottom: 2rem
    }

    .mb-md0 {
        margin-bottom: 0
    }

    .mb-md10 {
        margin-bottom: 1rem
    }

    .md-hide {
        display: none !important
    }

    .logo {
        width: 140px
    }

    .constrBlock {
        background-size: 150% auto
    }

    .constrBlock__item {
        width: 50%
    }

    .selectList {
        left: auto;
        right: 0
    }

    .prodLabel__item span {
        font-size: 6px;
        padding: 4px 6px;
    }

    .categoryFilterContainer .categoryFilter, .categoryTree, .productAttr--big .productAttr__key:before {
        display: none
    }

    .categoryFilterContainer .mobileMenu {
        background-color: #fff !important
    }

    .categoryFilter {
        padding: 0 !important
    }

    .productAttr--big .productAttr__key span {
        background-color: transparent
    }

    .productTabs__content {
        border-radius: 0;
        padding: 2rem 0;
        border: none !important;
        background-color: transparent !important
    }

    .catalog__image {
        height: 25rem
    }

    .catalog__text {
        max-width: 65%
    }
}

@media only screen and (max-width: 767px) {
    .grid--msjstart {
        justify-content: flex-start
    }

    .grid--mswrap {
        flex-wrap: wrap
    }

    .breadcrumbs__item, .breadcrumbs__link, .breadcrumbs__link:after, .grid > .cell--ms0, .topMenu {
        display: none
    }

    .grid > .cell--ms10 {
        display: inline-block;
        width: 41.6666667%
    }

    .grid > .cell--ms11 {
        display: inline-block;
        width: 45.8333333%
    }

    .grid > .cell--ms13 {
        display: inline-block;
        width: 54.1666667%
    }

    .grid > .cell--ms14 {
        display: inline-block;
        width: 58.3333333%
    }

    .grid > .cell--ms24 {
        display: inline-block;
        width: 100%
    }

    .pg-ms0 {
        padding-left: 0;
        padding-right: 0
    }

    .ms-hide {
        display: none !important
    }

    .constrBlock__item-inner {
        height: 30rem
    }

    .constrBlock--small .constrBlock__item {
        width: 50%
    }

    .prodListBlock--grid .prodListBlock__item {
        height: auto
    }

    .prodListBlock--grid .prodListBlockItem__priceBlock {
        height: 10rem
    }

    .prodListBlock--grid .prodListBlockItem__image {
        height: 15rem
    }

    .breadcrumbs {
        background-color: #f2f2f2
    }

    .breadcrumbs__link:before {
        display: inline-block
    }

    .breadcrumbs__link--last {
        color: #501c54;
        display: inline-block;
        margin-left: 2rem
    }

    .el-sec .shops-availability .colorLine, .item-info {
        display: flex
    }

    .el-frst {
        order: 0
    }

    .el-sec {
        order: 2;
        padding: 0
    }

    .el-thrd {
        order: 1
    }

    .el-sec .shops-availability {
        margin-bottom: 20px;
        padding: 1.5rem 2rem;
        background-color: #f2f2f2
    }

    .el-sec .shops-availability .title_wrap_city {
        font-size: 2.8rem;
        line-height: 1.3em;
        font-weight: 600;
        font-family: OpenSans;
        margin-bottom: 0
    }

    .el-sec .shops-availability .adress_custom {
        font-size: 1.8rem
    }
}

@media only screen and (max-width: 640px) {
    .cell--smnoorder {
        order: 0
    }

    .grid--smastart {
        align-items: flex-start
    }

    .grid--smcol {
        flex-direction: column
    }

    .grid > .cell--sm0 {
        display: none
    }

    .grid > .cell--sm {
        display: inline-block;
        width: auto
    }

    .grid > .cell--sm2 {
        display: inline-block;
        width: 8.3333333%
    }

    .grid > .cell--sm12 {
        display: inline-block;
        width: 50%
    }

    .grid > .cell--sm24 {
        display: inline-block;
        width: 100%
    }

    .pb-sm0 {
        padding-bottom: 0
    }

    .image--smcontain img {
        width: auto;
        min-width: 0;
        max-width: 100%;
        height: auto !important;
        min-height: 0;
        max-height: 100%;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .pg-sm0 {
        padding-left: 0;
        padding-right: 0
    }

    .pt-sm10 {
        padding-top: 1rem
    }

    .p-sm20 {
        padding: 2rem
    }

    .sm-hide {
        display: none !important
    }

    .constrBlock--small .constrBlock__item, .selectList {
        width: 100%
    }

    .constrBlock--small .constrBlock__item-inner {
        height: 14rem
    }

    .partnerListBlock {
        padding: 0;
    }

    .partnerListBlock__item {
        height: auto
    }

    .partnerListBlock__inner {
        height: 20rem
    }

    .categoryTree {
        width: 80%
    }
}

@media only screen and (max-width: 480px) {
    .grid--xsacenter {
        align-items: center
    }

    .grid--xscol {
        flex-direction: column
    }

    .grid > .cell--xs24 {
        display: inline-block;
        width: 100%
    }

    .grid > .cell--xs2 {
        display: inline-block;
        width: 8.3333333%
    }

    .logo {
        width: 130px
    }

    .prodListBlock--grid .prodListBlockItem__priceBlock .cell--grow {
        width: 100% !important
    }

    .categoryTree {
        width: 100%
    }
}

@media only screen and (max-width: 320px) {
    .prodListBlock--grid .prodListBlockItem__priceBlock {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1405px) {
    .tel__content a {
        font-size: 13px;
        margin-left: 5px;
        margin-right: 5px
    }
}

.productShop .btn {
    z-index: 0
}

.mm-panels, .mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.product360, .product360Label {
    position: absolute;
    bottom: 1rem;
    right: 1rem
}

.camera_src {
    display: block !important
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
    width: 100%;
    min-width: 140px;
    max-width: 440px
}

.p-10 {
    padding: 1rem
}

.sortResult__item a {
    width: 20px;
    height: 20px;
    fill: #282b33;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 50%;
    flex-shrink: 0
}

.product360Label__icon {
    width: 5rem;
    height: 3.4rem;
    fill: #a04382
}

.iconLable svg {
    width: 1.5rem;
    height: 2rem;
    margin-right: 1rem
}

.catalog-new svg, .login__link svg {
    transition: .3s;
    width: 25px;
    height: 29px
}

.price_List .table-wrapper, .price_List table, .pricelist__title h4 {
    margin: 0
}

.iconLable--red {
    color: #a04352;
    fill: #a04352
}

@media screen and (max-width: 999px) {
    .tags-pc {
        display: none
    }
}

.sortResult__item {
    font-size: 13px;
    min-height: 4rem;
    padding: 0 2rem;
    border: .1rem solid #a04382;
    border-radius: 2rem;
    background-color: #fff;
    color: #282b33;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%
}

.active-filters {
    font-size: 14px;
    color: #501c54
}

.mv-10 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.btn_getPriceList, btn_getPriceList {
    background-color: #fff;
    color: #a04382;
    font-size: 13px;
    height: 4rem;
    border-radius: 2rem;
    padding: 0 3rem;
    border: 1px solid #a04382;
    cursor: pointer;
    transition: .3s
}

.PriceLists, .price_List {
    margin-top: 2rem;
    margin-bottom: 1rem
}

@media (max-width: 999px) {
    .PriceLists {
        display: flex;
        justify-content: center
    }
}

@media screen and (max-width: 1254px) {
    .sortBlock .sortBlock__type .selectBlock {
        min-width: 180px
    }
}

.sortBlock .sortBlock__count .selectBlock {
    max-width: 100%;
    width: 100px
}

.btn_getPriceList__img {
    width: 25px;
    fill: #a04382
}

.btn_getPriceList:hover svg, .price_List .btn_getPriceList:hover svg {
    fill: #fff;
    color: #a04382;
}

.catalog-new:hover svg, .selectIcon.custom:hover .selectIcon__text .selectIcon__btn.custom2, .selectIcon.custom:hover .selectIcon__icon.custom {
    fill: #a04382;
    color: #a04382
}

.btn_getPriceList:hover {
    color: #fff;
    background: #a04382
}

.price_List .btn_getPriceList {
    border: none;
    background-color: inherit;
    padding: 0
}

.price_List .btn_getPriceList:hover {
    background: #a04382
}

.price_List table tr:nth-child(2n) {
    background: #f2f2f2
}

.price_List table td {
    vertical-align: middle
}

.price_List_name {
    color: #a04382;
    padding-left: 3rem;
    font-weight: 700
}

.product360 {
    cursor: pointer;
    z-index: 2;
    text-align: center;
    background-color: #a04382;
    transition: .3s;
    padding: 5px;
    border-radius: 5px
}

.product360__icon {
    width: 5rem;
    height: 3.4rem;
    fill: #fff
}

.product360__text {
    font-size: 1.4rem;
    color: #fff
}

.reviews__name {
    color: #501c54;
    font-size: 1.8rem
}

.reviews__date {
    color: #b4b4b4;
    font-size: 1.3rem;
    font-family: OpenSansLight
}

.reviews__icon {
    width: 2.5rem;
    height: 2.5rem;
    fill: #777;
    margin-right: 1rem;
    flex-shrink: 0
}

.reviews__container {
    border: 1px solid #e1e1e1;
    padding: 2rem;
    display: flex;
    background-color: #fff
}

.reviews__content {
    color: #777;
    margin-top: 2px;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-family: OpenSansLight
}

.btn--simple {
    width: 22rem;
    border-radius: 2rem;
    height: 4rem
}

.grid > .cell--3 {
    display: inline-block;
    width: 12.5%
}

.reviews__line {
    width: 5rem;
    height: 1px;
    background-color: #501c54
}

@media only screen and (max-width: 999px) {


    .grid > .cell--md0 {
        display: none
    }

    .grid > .cell--md6 {
        display: inline-block;
        width: 25%
    }
}

@media only screen and (max-width: 640px) {
    .grid > .cell--md6, .grid > .cell--sm24 {
        display: inline-block;
        width: 100%
    }

    .i-sm10 > * {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 2rem
    }

    .grid--smjcenter {
        justify-content: center
    }

    .i-sm10 {
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: -2rem
    }

    .cell--smoend {
        order: 1
    }
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    white-space: nowrap
}

.marquee.ticker > * {
    display: inline-block;
    padding-left: 100%;
    animation: 45s linear infinite scroll
}

@keyframes scroll {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(-100%, 0)
    }
}
.ig-5 > * {
    padding-left: .5rem;
    padding-right: .5rem
}
.productPriceBlock__oldPrice {
    color: #d7d7d7;
    font-size: 1.5rem;
    line-height: 1em;
    font-family: Arial;
    text-decoration: line-through
}

.mobileMenu .mm-panels .mm-panel .mm-listview .mobileMenu__head .mobileMenu--lang {
    display: flex
}

.grid-custom {
    flex-wrap: nowrap
}

.cell--18.cell--sm.сustom-wrap {
    width: 45%
}

.grid > .cell--6.cell--lg.сustom-wrap {
    width: 50%
}

.grid--aend.custom-wrap {
    align-items: center
}

.grid > .cell--6.custom-wrap {
    width: 55%
}

.selectBlock.custom {
    max-width: 25rem
}

@media only screen and (max-width: 1679px) {
    .grid > .cell--mg16.custom-wrap {
        width: 97.666667%
    }

    .grid > .cell--mg5.custom-wrap {
        width: 28.833333%
    }

    .grid > .cell--mg10.custom-wrap {
        width: 33.666667%
    }
}

@media only screen and (max-width: 1280px) {
    .grid--lgjbetween.custom-wrap {
        flex-wrap: nowrap
    }

    .grid > .cell--6.custom-wrap {
        width: 20%
    }

    .cell--18.cell--sm.сustom-wrap {
        width: 80.5%
    }

    .grid > .cell--lg0.custom-wrap {
        display: block
    }

    .grid > .cell--mg5.custom-wrap {
        display: none
    }

    .grid > .cell--lg13.custom-wrap {
        width: 54.1666667%
    }

    .grid > .cell--lg11.custom-wrap {
        width: 45.8333333%
    }

    .grid > .cell--mg10.custom-wrap {
        width: 47.666667%
    }
}

@media only screen and (max-width: 767px) {
    .grid > .cell--lg11.custom-wrap {
        width: 33.833333%
    }

    .grid > .cell--lg13.custom-wrap {
        width: 66.166667%
    }
}

@media only screen and (max-width: 640px) {
    .cell--18.cell--sm.сustom-wrap, .grid > .cell--6.custom-wrap {
        width: auto
    }

    .grid > .cell--lg0.custom-wrap {
        display: none
    }
}

.selectIcon.custom {
    border-radius: 1rem;
    background-color: #a04382;
    color: #fff
}

.selectIcon__text.custom {
    height: 1em;
    padding-right: 5px
}

.selectIcon__text.custom2 {
    height: 2em;
    padding-right: 5px
}

.selectIcon__icon.custom {
    height: 2.5rem;
    z-index: 20
}

.btn--iconLight.custom {
    border: none
}

.selectIcon__btn.custom {
    fill: #ffffff
}

.topBanners .grid--astretch {
    justify-content: flex-end
}

.topBanners .cell--ms0.custom-menu-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between
}

.custom-menu-wrap a {
    border-radius: 2rem
}

.custom-menu-wrap a span {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    text-align: center
}

.catalog-new {
    padding: .5rem 2rem;
    display: flex;
    align-items: center;
    color: #100827;
    font-size: 12px;
    line-height: 1em;
    font-family: OpenSans;
    transition: .3s;
    cursor: pointer;
    background-color: #a04382;
    border: 1px solid #a04382
}

.login-mass, .login-mass2 {
    height: auto;
    right: 45px;
    display: none;
    background-color: #43a189;
    border-radius: 1rem;
    position: absolute
}

.catalog-new svg {
    flex-shrink: 0;
    fill: #fff
}

.catalog-new:hover {
    background-color: #fff
}

.new .btn__icon {
    font-size: 12px;
    padding-left: 15px;
    min-width: 5rem;
    z-index: 1000;
    color: #fff
}

.custom-menu-wrap.mobile {
    max-width: 350px;
    min-width: 320px
}

.custom-menu-wrap.mobile a {
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
    .ms-show {
        display: none !important
    }

    .mob-menu-banners {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .topBanners .cell--ms0.custom-menu-wrap {
        display: none
    }
}

.prodListBlock__item.interier {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.lastNews__name.interier span {
    padding-left: 40px;
    position: relative
}

.all-numbers .selectIcon.custom {
    border-radius: 2rem;
    background-color: #fff;
    color: #a04382
}

.all-numbers .selectIcon__btn.custom {
    fill: #a04382;
    z-index: 10000
}

.all-numbers .btn--iconLight:hover .selectIcon__btn.custom {
    fill: #ffffff;
    z-index: 10000
}

.all-numbers .btn--iconLight:hover.selectIcon.custom {
    color: #fff
}

.black-span {
    margin-right: 5px;
    color: #000;
    font-weight: 600
}

.all-numbers .btn--iconLight:hover .black-span, .custom-menu-wrap a.catalog-new span {
    color: #fff
}

.btn--iconLight.new:before {
    margin-left: 7rem;
    background-color: #ab5a95
}

.btn--iconLight.sale {
    box-shadow: inset 0 0 0 .5px #f8d243;
    color: #f8d243
}

.btn--iconLight.sale:before {
    margin-left: 7rem;
    background-color: #f8d243
}

.btn--iconLight.hit {
    box-shadow: inset 0 0 0 .5px #59a29b;
    color: #59a29b
}

.btn--iconLight.hit:before {
    margin-left: 7rem;
    background-color: #59a29b
}

.btn--iconLight.akcia {
    box-shadow: inset 0 0 0 .5px #c54078;
    color: #c54078
}

.btn--iconLight.akcia:before {
    margin-left: 7rem;
    background-color: #c54078
}

.btn--iconLight.ucenka {
    box-shadow: inset 0 0 0 .5px #96b5c9;
    color: #96b5c9
}

.btn--iconLight.ucenka:before {
    margin-left: 7rem;
    background-color: #96b5c9
}

@media (min-width: 1280px) and (max-width: 1500px) {
    .grid > .cell--mg16.custom-wrap {
        width: 96.666667%
    }

    .grid > .cell--mg13.custom-wrap {
        width: 51.166667%
    }

    .grid > .cell--mg11.custom-wrap {
        width: 48.833333%
    }

    .grid > .cell--mg10.custom-wrap {
        width: 36.666667%
    }

    .grid > .cell--mg5.custom-wrap {
        width: 29.833333%
    }

    .custom-wrap .grid > .cell--mg9 {
        width: 33.5%
    }
}

@media (min-width: 1678px) and (max-width: 2560px) {
    .cell--18.cell--sm.сustom-wrap {
        width: 60%
    }

    .grid > .cell--6.custom-wrap {
        width: 40%
    }
}

.selectIcon.custom:hover {
    background-color: #f2f2f2;
    color: #a04382
}

.custom-menu-wrap .btn__icon {
    font-size: 12px;
    padding-left: 15px;
    min-width: 5rem;
    z-index: 1000;
    color: #fff
}

.prodLabel__item--new.custom {
    background-color: #ab5a95
}

.prodLabel__item--sale.custom, .prodLabel__item--sale.filtersale span {
    background-color: #f8d243
}

.prodLabel__item--wholesale.custom {
    background-color: #c53f78;
    position: absolute;
    top: 15px;
    transform: none;
    left: 10px;
    border-radius: 3rem !important;
}

.prodLabel__item--wholesale.custom span {
    transform: none;
}

.prodLabel__item--recomended.custom {
    background-color: #59a29b
}

.prodLabel__item--special.custom {
    background-color: #c53f78
}

.prodLabel__item--ucenka.custom {
    background-color: #98b5c8
}

.prodLabel__item--percent.custom {
    border-radius: 0
}

.prodLabel__item:first-child {
    border-top-left-radius: 3.3rem;
    border-bottom-left-radius: 1.3rem
}

.prodLabel__item:last-child {
    border-top-right-radius: 1.3rem;
    border-bottom-right-radius: 3.3rem
}

.prodLabel__item--new.filtersale span {
    background-color: #ab5a95
}

.prodLabel__item--order.filtersale span {
    background-color: #98b5c8
}

.login-mass {
    width: 100px;
    top: -20px;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.login-mass2 {
    width: 115px;
    top: -27px;
    justify-content: center;
    align-items: center;
    padding: 7px
}

.login__link.js-account-login {
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1em;
    transition: .3s;
    cursor: pointer;
    min-width: 60px;
    justify-content: center
}

.login__link.js-account-login:hover {
    background-color: #fff
}

.login__link svg {
    flex-shrink: 0;
    fill: #fff;
    margin-right: 0
}

.prodLabel__item--percent {
    background-color: #f8c025;
    text-align: center
}

#mark-text-custom {
    padding: .5rem 1rem
}

.grid > .cell--7.button_gear {
    max-width: 220px;
}

.grid > .cell--8.button_phone {
    max-width: 240px;
}

@media only screen and (min-width: 1700px) {
    .grid > .cell--8.button_phone .selectIcon__icon.custom {
        margin-right: 5px;
    }
}

.grid > .cell--8.button_phone .all-numbers {
    min-width: 200px;
}

@media only screen and (max-width: 1680px) {
    .grid > .cell--8.button_phone .all-numbers .selectIcon {
        padding: 0 1rem;
    }
}

@media only screen and (max-width: 680px) {
    .grid > .cell--8.button_phone .all-numbers {
        min-width: 200px;
    }

    .selectBlock.custom.js-selectList.all-numbers {
        padding: 0 1rem;
    }
}