@charset "UTF-8";
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

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

ul,
ol {
    padding-left: 30px
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none
}

a[href^='tel'] {
    cursor: default
}

.j-block__menu li,
.product-default-price,
.price-slider-list li,
.mg-pager li,
.product-status-list li,
.form-list li,
.j-cart li,
.small-cart-list li,
.sum-list li,
.j-block__catalog li {
    list-style: none
}

li {
    list-style-position: inside
}

b,
strong {
    font-weight: 700
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

svg:not(:root) {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

[class*='icon--'] {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

p {
    margin-bottom: 10px
}

h1,
h2,
h3 {
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px 0;
    color: inherit
}

iframe {
    border: 0
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

textarea {
    overflow: auto;
    resize: none
}

textarea,
[type='url'],
[type='text'],
[type='email'],
[type='search'],
[type='password'] {
    line-height: inherit;
    width: 250px;
    margin-bottom: 10px;
    color: inherit;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none
}

::-webkit-search-decoration,
 ::-webkit-search-cancel-button,
 ::-webkit-search-results-button,
 ::-webkit-search-results-decoration {
    display: none
}

[type='radio'],
[type='submit'],
[type='checkbox'],
button:not(:disabled) {
    cursor: pointer
}
button:disabled {
    pointer-events: none;
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

::-webkit-input-placeholder {
    color: #999
}

button,
[type='submit'] {
    font-size: inherit;
    display: inline-block;
    color: inherit;
    border: 0;
    background: none
}

select {
    font-size: inherit;
    margin-bottom: 10px;
    color: inherit
}

* {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-width: 320px;
    height: 100vh;
    min-height: 100vh;
    color: #272727;
    background-color: #f1f1f1;
    background-repeat: repeat !important;
    background-attachment: initial !important;
    background-size: initial !important;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

._hidden {
    display: none !important;
}

.j-header,
.j-main,
.j-footer {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.j-container {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 25px
}

@media (max-width: 800px) {
    .j-container {
        padding: 0 15px
    }
}

@media (max-width: 700px) {
    .j-container {
        padding: 0 10px
    }
    .more-agreement-data-container {
        width: 98%
    }
}

.j-container.relative {
    position: relative
}

@media (max-width: 1024px) {
    .admin-top-menu {
        display: none
    }
    .admin-on-site {
        padding: 0 !important
    }
}

.j-header {
    border-bottom: 1px solid #dadada;
    background: #fff
}

.j-header .j-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 700px) {
    .j-header .j-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: initial
    }
    .j-header {
        border-bottom: 0
    }
    .j-contact .back-ring-button.default-btn {
        font-size: 16px;
        padding: 0 5px;
        font-weight: 100
    }
}

.j-header .j-block__logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    height: 60px;
    max-height: 60px
}

@media (max-width: 1024px) {
    .j-header .j-block__logo {
        width: 25%;
        max-height: 50px
    }
}

@media (max-width: 700px) {
    .j-header .j-block__logo {
        width: 50%;
        max-height: 40px
    }
}

.j-header .j-block__logo img {
    position: absolute;
    top: 0;
    right: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto
}

.j-header .j-block__search {
    width: 40%
}

@media (max-width: 700px) {
    .j-header .j-block__search {
        width: 100%;
        margin-top: 10px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.j-header .j-block__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: end;
    -ms-flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 700px) {
    .j-header .j-block__contact {
        width: 50%;
        padding-left: 10px
    }
}

.j-header .j-block__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1024px) {
    .j-header .j-block__cart {
        position: absolute
    }
}

.j-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 25px;
    padding-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media (max-width: 800px) {
    .j-main {
        padding: 25px 15px;
        padding-top: 0
    }
}

@media (max-width: 700px) {
    .j-main {
        padding: 25px 10px;
        padding-top: 0
    }
}

.j-main:before {
    position: absolute;
    z-index: -1;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    content: '';
    border-bottom: 1px solid #dadada;
    background: #fff
}

@media (max-width: 1024px) {
    .j-main:before {
        height: 35px
    }
}

.j-main__aside {
    width: 280px;
    padding-right: 25px
}

@media (max-width: 1024px) {
    .j-main__aside {
        position: absolute;
        visibility: hidden
    }
}

.j-main__article {
    width: calc(100% - 280px)
}

@media (max-width: 1024px) {
    .j-main__article {
        width: 100%
    }
}

.j-main__article__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-bottom: 25px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .j-main__article__top {
        height: 30px
    }
}

@media (min-width: 1025px) {
    .j-main__article__top .j-block__mobile {
        display: none
    }
}

@media (max-width: 1024px) {
    .j-main__article__top .j-block__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }
}

.j-main__article__top .j-block__menu {
    height: 100%;
    max-width: 70%;
}

@media (max-width: 1185px) {
    .j-main__article__top .j-block__menu {
        max-width: 60%;
    }
}

.j-main__article__top .j-block__menu::-webkit-scrollbar {
    height: 4px;
}

.j-main__article__top .j-block__menu::-webkit-scrollbar-thumb {
    background-color: #5b59a9;
    border-radius: 3px;
    height: 4px;
}

@media (max-width: 1024px) {
    .j-main__article__top .j-block__menu {
        width: 0
    }
}

.j-main__article__top .j-block__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff;

}

@media (min-width: 1025px) {
    .j-block__login>.selects {
        display: inline-flex;
    }
    .j-block__login .lang-select {
        display: flex;
        margin: 0 5px;
    }
}

@media (max-width: 700px) {
    .j-main__article__top .j-block__login {
        width: 300px
    }
}

.j-footer {
    background: #444
}

.j-footer .j-container {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
}

.j-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.j-footer .powered {
    display: flex;
    align-items: center;
}

@media (max-width: 700px) {
    .j-footer__row {
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        align-items: center;
    }
    
    .j-footer .powered {
        margin-top: 10px;
    }
}

.j-footer__phone {
    font-size: 16px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.j-footer__phone-container {
    display: flex;
}

@media (max-width: 700px) {
    .j-footer__phone {
        margin-top: 10px
    }
}

.j-footer__phone .icon {
    font-size: 20px;
    margin-right: 10px
}

.j-footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

@media (max-width: 700px) {
    .j-footer__column {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.j-left-block .j-tab__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-tab__nav {
    display: -webkit-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 700px) {
    .j-tab__nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.j-tab__nav__a {
    font-size: 18px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 0 10px 5px 10px;
    border-bottom: 2px solid transparent;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.j-tab__nav__a:before,
.j-tab__nav__a:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    content: ' ';
    border: solid transparent
}

.j-tab__nav__a:after {
    margin-left: -7px;
    border-width: 7px;
    border-top-color: #fff
}

.j-tab__nav__a:before {
    margin-left: -10px;
    border-width: 10px
}

@media (max-width: 700px) {
    .j-tab__nav__a {
        font-size: 16px;
        margin-right: 10px;
        padding-right: 5px;
        padding-left: 5px
    }
}

.j-tab__nav__a:last-child {
    margin-right: 0
}

.j-tab__nav__a.active {
    border-bottom-color: #be97c7
}

.j-tab__nav__a.active:before {
    border-top-color: #be97c7
}

.j-tab__nav__a:not(.active):hover {
    border-bottom-color: #dadada
}

.j-tab__nav__a:not(.active):hover:before {
    border-top-color: #dadada
}

.j-tab__content {
    display: none;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff
}

.j-tab__content p {
    line-height: 20px
}

.j-tab__content.active {
    display: block
}

.j-product__tab .j-tab__nav__a:after {
    border-top-color: #f1f1f1
}

.j-modal__content .j-tab__content {
    padding: 0;
    border: 0
}

.j-personal__tab {
    margin-top: 30px
}

.j-personal__tab .j-tab__nav__a:after {
    border-top-color: #f1f1f1
}

.j-left-block .j-tab__content {
    padding: 0;
    border: 0
}

.j-modal {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-modal__content {
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 600px;
    max-height: 90%;
    margin: 0 15px;
    padding: 15px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
    border-radius: 2px;
    background: #fff
}

.j-modal--open {
    visibility: visible;
    opacity: 1
}

.j-modal--open .j-modal__content {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.j-modal__cart__content {
    width: 600px
}

.j-contact {
    position: relative
}

.j-contact__visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.j-contact__visible__img {
    margin-right: 10px
}

.j-contact__visible__img .icon {
    font-size: 28px;
    color: #be97c7
}

@media (max-width: 700px) {
    .j-contact__visible__img {
        display: none
    }
}

.j-contact__visible__phone {
    font-size: 18px;
    cursor: pointer !important
}

@media (max-width: 700px) {
    .j-contact__visible__phone {
        font-size: 16px;
        margin-bottom: 5px
    }
}

.j-contact__visible__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

@media (max-width: 700px) {
    .j-contact__visible__arrow {
        font-size: 10px;
        margin-left: 5px
    }
}

.j-contact__dropdown {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    visibility: hidden;
    max-width: 250px;
    padding: 10px 15px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(218, 218, 218, .5);
    box-shadow: 0 5px 10px rgba(218, 218, 218, .5)
}

@media (min-width: 1025px) {
    .j-contact__dropdown {
        min-width: 230px
    }
}

@media (max-width: 700px) {
    .j-contact__dropdown {
        left: -95px;
        width: 230px
    }
    div[itemprop='aggregateRating'] {
        margin-top: 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.j-contact__dropdown__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.j-contact__dropdown__li:last-child {
    padding-bottom: 0
}

.j-contact__dropdown__title {
    font-size: 13px;
    width: 100%;
    padding-left: 30px;
    color: #999
}

.j-contact__dropdown__img {
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin-right: 10px
}

.j-contact__dropdown__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.j-contact__worktime {
    width: 100%
}

.j-contact__worktime__title {
    margin: 10px 0;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #dadada
}

.j-contact__worktime__ul {
    font-size: 13px
}

@media (max-width: 1024px) {
    .j-contact__worktime__ul {
        font-size: 12px
    }
}

.j-contact__worktime__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.j-contact__worktime__li:last-child {
    padding-bottom: 0
}

.j-contact__worktime__day {
    width: 50%
}

.j-contact__worktime__time {
    color: #999
}

@media(min-width: 1025px) {
    .j-contact:hover .j-contact__dropdown {
        visibility: visible;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
    .j-contact:hover .j-contact__visible__arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media(max-width: 1024px) {
    .hover-dropdown .j-contact__dropdown {
        visibility: visible;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
    .hover-dropdown .j-contact__visible__arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media (max-width: 1024px) {
    .j-contact__click {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer
    }
}

@media (max-width: 560px) {
    .j-contact__click {
        display: none;
    }
}

.j-carousel {
    position: relative;
    width: 100%;
    text-align: center;
    -ms-touch-action: pan-y
}

.j-carousel__title {
    position: relative;
    width: 100%;
    margin-top: 35px
}

.j-carousel__title:before {
    font-size: 22px;
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #dadada;
}

.j-carousel__title:after {
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    margin-left: 5px;
    content: '';
    background: #555
}

#modal-buy-click {
    position: absolute;
}
/*
.j-carousel__title--new:before {
    content: 'Новинки'
}

.j-carousel__title--hit:before {
    content: 'Хиты продаж'
}

.j-carousel__title--sale:before {
    content: 'Акции'
}

.j-carousel__title--related:before {
    content: 'Похожие товары'
}
*/

.j-carousel__button {
    font-size: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin: auto;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    background: #be97c7;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1025px) {
    .j-carousel__button {
        visibility: hidden;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        opacity: 0
    }
    .j-carousel__button__left {
        left: 25px
    }
    .j-carousel__button__right {
        right: 25px
    }
}

@media (max-width: 1024px) {
    .j-carousel__button__left {
        left: 5px
    }
    .j-carousel__button__right {
        right: 5px
    }
}

@media (max-width: 800px) {
    .j-carousel__button {
        width: 40px;
        height: 40px
    }
}

.j-carousel__button:hover {
    background: #b486be
}

@media (min-width: 1025px) {
    .j-carousel:hover .j-carousel__button {
        visibility: visible;
        opacity: 1
    }
    .j-carousel:hover .j-carousel__button__right {
        right: 5px
    }
    .j-carousel:hover .j-carousel__button__left {
        left: 5px
    }
}

.j-carousel .owl-next,
.j-carousel .owl-prev {
    position: absolute;
    top: 0;
    height: 100%
}

.j-carousel .owl-next {
    right: 0
}

.j-carousel .owl-prev {
    left: 0
}

.j-carousel .owl-item {
    float: left
}

.j-carousel .owl-item>div {
    width: 100%
}

.j-carousel .owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.j-carousel .owl-wrapper {
    position: relative;
    display: none;
    -webkit-transform: translate3d(0, 0, 0)
}

.j-carousel .owl-wrapper:before,
.j-carousel .owl-wrapper:after,
.j-trigger:before,
.j-trigger:after {
    display: table;
    clear: both;
    content: ' '
}

.j-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%
}

.j-carousel .owl-pagination {
    position: absolute;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-carousel .owl-pagination>div {
    margin: 2px;
    padding: 7px;
    cursor: pointer;
    border: 1px solid #be97c7;
    border-radius: 2px;
    background: transparent
}

.j-carousel .owl-pagination>div:active {
    -webkit-transform: translatey(3px);
    -ms-transform: translatey(3px);
    transform: translatey(3px)
}

.j-carousel .owl-pagination>div.active,
.j-carousel .owl-pagination>div:hover {
    background: #b486be
}

@media (max-width: 700px) {
    .j-carousel .owl-pagination {
        display: none
    }
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -moz-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective-origin-y: 50%
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        -webkit-transform: translateZ(-500px);
        opacity: .5
    }
    75% {
        -webkit-transform: translateZ(-500px) translateX(-200%);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(-500px) translateX(-200%);
        opacity: .5
    }
}

@keyframes backSlideOut {
    25% {
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
        opacity: .5
    }
    75% {
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
        opacity: .5
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        -webkit-transform: translateZ(-500px) translateX(200%);
        opacity: .5
    }
    75% {
        -webkit-transform: translateZ(-500px);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(0) translateX(0);
        opacity: 1
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%);
        opacity: .5
    }
    75% {
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes scaleToFade {
    to {
        -webkit-transform: scale(.8);
        opacity: 0
    }
}

@keyframes scaleToFade {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@keyframes scaleUpFrom {
    from {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@keyframes scaleUpTo {
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.j-carousel__slideset .owl-item {
    padding: 0 5px
}

.j-carousel__slideset .owl-wrapper-outer {
    padding: 27px 0
}

@media (max-width: 1024px) {
    .j-offcanvas {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        opacity: 0;
        background: rgba(0, 0, 0, .5)
    }
    .j-offcanvas--open {
        visibility: visible;
        opacity: 1
    }
    .j-offcanvas--open .j-offcanvas__content {
        left: 0
    }
    .j-offcanvas__content {
        position: fixed;
        top: 0;
        left: -300px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 280px;
        height: 100%;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        background: #272727
    }
    .j-offcanvas__ul:not(.j-topmenu__ul) {
        display: none
    }
    .j-offcanvas__ul__1 {
        background: #222
    }
    .j-offcanvas__ul__2:not(.j-topmenu__ul__2) {
        background: #272727
    }
    .j-offcanvas__li--open:not(.j-topmenu__li)>.j-offcanvas__a__1 .icon,
    .j-offcanvas__li--open:not(.j-topmenu__li)>.j-offcanvas__a__2 .icon {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .j-offcanvas .j-topmenu__li .icon {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .j-offcanvas__a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        min-height: 40px;
        padding: 5px 25px 5px 15px;
        color: #dadada;
        border-top: 1px solid rgba(0, 0, 0, .3);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .j-offcanvas__a__2 {
        font-size: 13px;
        height: 35px;
        padding-left: 20px
    }
    .j-offcanvas__a__3 {
        font-size: 12px;
        height: 30px;
        padding-left: 35px
    }
    .j-offcanvas__a__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .j-offcanvas__a .icon {
        font-size: 11px;
        position: absolute;
        top: 50%;
        right: 7px;
        margin-top: -5.5px;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all
    }
    .j-offcanvas__a .icon--arrow-down {
        display: none
    }
    .j-offcanvas__a:hover,
    .j-offcanvas__a.active {
        color: #fff;
        background: #be97c7
    }
    .j-offcanvas__img {
        display: none
    }
}

.j-to-top {
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    width: 100px;
    height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #be97c7;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-to-top--show {
    visibility: visible
}

@media (max-width: 700px) {
    .j-to-top {
        font-size: 12px;
        width: 70px;
        height: 30px
    }
}

.j-to-top:hover {
    background: #b486be
}

.j-to-top:active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #cbcbcb
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #a4a4a4
}

.j-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada
}

@media (max-width: 1024px) {
    .j-title {
        font-size: 20px;
        line-height: 22px
    }
}

@media (max-width: 700px) {
    .j-title {
        font-size: 20px;
        line-height: 20px
    }
}

.j-title__static {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada
}

@media (max-width: 1024px) {
    .j-title__static {
        font-size: 20px;
        line-height: 22px
    }
}

@media (max-width: 700px) {
    .j-title__static {
        font-size: 20px;
        line-height: 20px
    }
}

.j-title__static__sub {
    font-size: 16px;
    line-height: 16px;
    margin-top: 25px
}

.j-title__static__sub span {
    color: #be97c7
}

textarea,
[type='url'],
[type='text'],
[type='email'],
[type='search'],
[type='password'] {
    height: 35px;
    padding: 0 10px;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff
}

textarea:focus,
[type='url']:focus,
[type='text']:focus,
[type='email']:focus,
[type='search']:focus,
[type='password']:focus {
    background: #f2f2f2
}

:not:not(.admin-bar *):not(.helper-tooltip-inner *):not(.j-search__button) {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color
}

textarea {
    height: 130px;
    max-height: 130px;
    padding: 10px
}

select {
    padding: 5px;
    border: 1px solid #dadada;
    border-radius: 2px
}

select:focus {
    background: #fafafa
}

.j-radio,
.j-checkbox,
.payment-details-list label {
    font-size: 14px;
    line-height: 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 0;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.j-radio [type='radio'],
.j-checkbox [type='radio'],
.payment-details-list label [type='radio'],
.j-radio [type='checkbox'],
.j-checkbox [type='checkbox']:not(.mg-form-designer .j-checkbox [type='checkbox']),
.payment-details-list label [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.j-radio:before,
.j-checkbox:before,
.payment-details-list label:before {
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 10px;
    content: '';
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff
}

.mg-form-designer .j-checkbox:before {
    display: none;
}

.mg-form-designer .agreement-container.j-checkbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.mg-form-designer label,
.mg-form-designer input[type="checkbox"] {
    cursor: pointer;
}

.j-radio:hover:before,
.j-checkbox:hover:before,
.payment-details-list label:hover:before {
    background: #dadada
}

.j-radio.active:before,
.j-checkbox.active:before,
.payment-details-list label.active:before {
    background: #be97c7
}

.j-product p .j-radio:first-of-type,
.j-product p .j-checkbox:first-of-type {
    margin-top: 5px
}

button:not(.j-search__button):not(.fancybox-button):not(.assistant *):not(.templates-popup *):not(.owl-dot):not(.admin-bar *):not(.helper-tooltip-inner *),
[type='submit']:not(.j-search__button),
.default-btn {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    height: 30px;
    padding: 0 25px;
    white-space: nowrap;
    color: #fff;
    border-radius: 2px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}

button:not:not(.admin-bar *):not(.helper-tooltip-inner *):not(.j-search__button):not(.fancybox-button):not(.assistant *):not(.templates-popup *):hover,
[type='submit']:not(.j-search__button):not(.assistant *):not(.templates-popup *):hover {
    background: #b486be
}

.brands .owl-dots .owl-dot {
    outline: none;
    border: none;
}

button:not:not(.admin-bar *):not(.helper-tooltip-inner *):not(.j-search__button):not(.fancybox-button):active,
[type='submit']:not(.j-search__button):active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.j-button,
.j-goods__item a.a-button {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    height: 30px;
    padding: 0 25px;
    white-space: nowrap;
    color: #fff;
    border-radius: 2px;
    background: #be97c7;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-button:hover,
.mg-buy-click-button:hover {
    background: #b486be
}

.j-button:active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.j-button__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 200px;
    height: 100%;
    margin-right: 5px;
    padding: 0 55px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 700px) {
    .j-button__mobile {
        padding: 0 15px
    }
}

.j-button__mobile:last-child {
    margin-right: 0
}

.j-button__compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 35px;
    max-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-order: 1;
    -ms-flex-pack: center;
    justify-content: center;
    order: 1
}

.j-button__compare .icon {
    font-size: 14px;
    margin-right: 5px;
    color: #be97c7
}

@media (max-width: 700px) {
    .j-button__compare {
        display: none
    }
}

.j-goods .j-button {
    width: 100%
}

.j-goods:not(.j-goods__list) .j-button__compare {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 100%;
    margin-top: -2px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    text-align: center;
    opacity: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #be97c7;
    box-shadow: inset 0 0 0 1px #be97c7
}

.j-goods__list .j-button__compare {
    font-size: 0
}

.j-goods__list .j-button__compare .icon {
    font-size: 21px;
    margin-right: 0
}

.j-goods__item:hover .j-button__compare {
    visibility: visible;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

.j-goods .j-amount:not([style*='none'])~.j-button,
.j-goods__item a.a-button {
    width: calc(100% - 111px)
}

.j-goods__item a.a-button {
    font-size: 13px;
}

.j-product .buy-container .j-button {
    width: 180px;
    height: 40px;
    padding: 0 55px;
    text-transform: uppercase
}

@media (max-width: 800px) {
    .j-product .buy-container .j-button {
        width: 120px;
        padding: 0
    }
}

@media (max-width: 700px) {
    .j-product .buy-container .j-button {
        width: calc(100% - 120px)
    }
}

.j-order__form [type='submit'] {
    height: 45px;
    margin: 0 auto;
    padding: 0 45px;
    text-transform: uppercase
}

.j-order__form [type='submit'][disabled] {
    cursor: default;
    opacity: .2
}

.payment-form-block [type='submit'] {
    margin-bottom: 15px;
    padding: 0 25px !important
}

.j-personal__pay [type='submit'] {
    font-size: 16px;
    height: 40px
}

.j-personal__bottom button {
    margin-top: 10px
}

.owl-item .j-button {
    width: 100%
}

.j-compare__item .j-button {
    width: calc(100% - 80px)
}

.j-goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.j-goods__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 2px;
    background: #fff;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column
}

@media (min-width: 1261px) {
    .j-goods__item {
        width: calc(25% - 7.5px);
        margin-top: 10px
    }
    .j-goods__item:nth-child(4n+1) {
        margin-right: 10px
    }
    .j-goods__item:nth-child(4n+2) {
        margin-right: 10px
    }
    .j-goods__item:nth-child(4n+3) {
        margin-right: 10px
    }
    .j-goods__item:nth-child(-n+4) {
        margin-top: 0
    }
}

@media (min-width: 1025px) and (max-width: 1260px) {
    .j-goods__item {
        width: calc(33.333333333333336% - 6.666666666666667px);
        margin-top: 10px
    }
    .j-goods__item:nth-child(3n+1) {
        margin-right: 10px
    }
    .j-goods__item:nth-child(3n+2) {
        margin-right: 10px
    }
    .j-goods__item:nth-child(-n+3) {
        margin-top: 0
    }
}

@media (min-width: 960px) and (max-width: 1024px) {
    .j-goods__item {
        width: calc(25% - 7.5px);
        margin-top: 10px
    }
    .j-goods__item:nth-child(4n+1) {
        margin-right: 10px
    }
    .j-goods__item:nth-child(4n+2) {
        margin-right: 10px
    }
    .j-goods__item:nth-child(4n+3) {
        margin-right: 10px
    }
    .j-goods__item:nth-child(-n+4) {
        margin-top: 0
    }
}

@media (min-width: 701px) and (max-width: 961px) {
    .j-goods__item {
        width: calc(33.333333333333336% - 6.666666666666667px);
        margin-top: 10px
    }
    .j-goods__item:nth-child(3n+1) {
        margin-right: 10px
    }
    .j-goods__item:nth-child(3n+2) {
        margin-right: 10px
    }
    .j-goods__item:nth-child(-n+3) {
        margin-top: 0
    }
}

@media (max-width: 700px) {
    .j-goods__item {
        width: 100%;
        margin-top: 10px
    }
    .j-goods__item:first-child {
        margin-top: 0
    }
}

.j-goods__item:hover {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-box-shadow: inset 0 0 0 1px #be97c7;
    box-shadow: inset 0 0 0 1px #be97c7
}

.j-goods__image {
    position: relative;
    display: block;
    height: 200px
}

.j-goods__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.j-goods__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    margin-top: 10px;
    text-align: center;
    border-top: 1px dotted #dadada;
    border-bottom: 1px dotted #dadada;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 700px) {
    .j-goods__name {
        padding: 0 30px;
    }
}

.j-goods__price {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-goods__price__current {
    font-size: 16px;
    padding: 3px;
    border-radius: 2px;
    background: #fff3b5
}

.j-goods__price__old {
    position: relative;
    margin-right: 10px;
    color: #777
}

.j-goods__price__old:before {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    background: #e74c3c
}

.j-goods__description {
    display: none
}

.j-goods .hidder-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 280px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 700px) {
    .j-goods .hidder-element {
        max-width: 100%
    }
}

.j-goods__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.j-goods__buttons {
    margin-top: 15px
}

.j-goods__list .j-goods__item {
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
    margin-right: 0 !important;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row
}

.j-goods__list .j-goods__item:first-child {
    margin-top: 0
}

.j-goods__list .j-goods__left {
    min-width: 200px;
    max-width: 200px
}

.j-goods__list .j-goods__right {
    width: 100%;
    margin-left: 9px;
    padding-left: 25px;
    border-left: 1px solid #dadada;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-align: start
}

.j-goods__list .j-goods__image {
    height: 100%
}

.j-goods__list .j-goods__stiker {
    right: 0
}

.j-goods__list .j-goods__name {
    font-size: 18px;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 5px;
    border-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.j-goods__list .j-goods__price {
    margin-top: 15px
}

.j-goods__list .j-goods__description {
    display: block;
    margin-top: 15px
}

.j-goods__list .hidder-element {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.j-ribbon {
    position: absolute;
    z-index: 1;
    top: -14px;
    left: -14px;
    overflow: hidden;
    width: calc(100% + 28px);
    height: 100%
}

.j-ribbon__new,
.j-ribbon__hit {
    position: absolute;
    top: 21px;
    width: 120px;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.j-ribbon__new:before,
.j-ribbon__hit:before,
.j-ribbon__new:after,
.j-ribbon__hit:after {
    position: absolute;
    bottom: -4px;
    content: '';
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.j-ribbon__new:before,
.j-ribbon__hit:before {
    left: 0
}

.j-ribbon__new:after,
.j-ribbon__hit:after {
    right: 0
}

.j-ribbon__new {
    right: -27px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #2ecc71
}

.j-ribbon__new:before,
.j-ribbon__new:after {
    border-top: 4px solid #27ae60
}

.j-ribbon__hit {
    left: -27px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f39c12
}

.j-ribbon__hit:before,
.j-ribbon__hit:after {
    border-top: 4px solid #e67e22
}

.j-ribbon__sale {
    position: absolute;
    right: 0;
    bottom: 5px;
    padding: 5px;
    color: #fff;
    border-radius: 2px;
    border-bottom-right-radius: 0;
    background: #e74c3c
}

.j-ribbon__sale:after {
    position: absolute;
    right: 0;
    bottom: -5px;
    content: '';
    border-width: 0 0 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #c0392b
}

body:not(.j-page__product) .c-variant {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    margin-top: -15px;
}

body:not(.j-page__product) .c-variant tbody {
    display: inline
}

body:not(.j-page__product) .c-variant:hover .c-variant__selected {
    background: #f2f2f2
}

body:not(.j-page__product) .c-variant__selected {
    line-height: 30px;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff
}

body:not(.j-page__product) .c-variant__selected__text {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

body:not(.j-page__product) .c-variant__selected .icon {
    float: right;
    height: 100%;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    color: #999
}

body:not(.j-page__product) .c-variant__dropdown {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    overflow-y: auto;
    flex-direction: column;
    width: 100%;
    max-height: 165px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(218, 218, 218, .5);
    box-shadow: 0 5px 10px rgba(218, 218, 218, .5);
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column
}

body:not(.j-page__product) .c-variant__row {
    font-size: 12px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

body:not(.j-page__product) .c-variant__row:last-child {
    margin-bottom: 0
}

body:not(.j-page__product) .c-variant__row:hover,
body:not(.j-page__product) .c-variant__row--active {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .15)
}

body:not(.j-page__product) .c-variant input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

body:not(.j-page__product) .c-variant__img {
    position: relative;
    display: none;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-right: 10px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

body:not(.j-page__product) .c-variant__img--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body:not(.j-page__product) .c-variant__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

body:not(.j-page__product) .c-variant__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 10px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column
}

body:not(.j-page__product) .c-variant__price {
    white-space: nowrap
}

body:not(.j-page__product) .c-variant--toggle .c-variant__dropdown {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

body:not(.j-page__product) .c-variant--toggle .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

body:not(.j-page__product) .c-variant__none {
    opacity: .5
}

body:not(.j-page__product) .c-variant__none:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    content: 'Нет в наличии';
    color: #fff;
    background: #e74c3c;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

body:not(.j-page__product) .c-variant__none:hover.c-variant__none:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body:not(.j-page__product) .c-variant .j-radio {
    display: none
}

.j-amount {
    min-width: 80px;
    max-width: 110px;
    padding-right: 10px
}

.j-amount__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px
}

.j-amount__arrow {
    font-size: 12px;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 100%;
    color: #fff;
    background: #be97c7;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.j-amount__arrow__plus {
    right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.j-amount__arrow__minus {
    left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.j-amount__arrow:hover {
    background: #b486be
}

.j-amount [type='text'] {
    font-size: 12px;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 0 25px;
    text-align: center
}

.j-product .j-amount {
    min-width: 120px;
    max-width: 120px
}

.j-product .j-amount__inner {
    height: 40px
}

.j-product .j-amount__arrow {
    font-size: 14px;
    width: 30px
}

.j-product .j-amount [type='text'] {
    font-size: 14px
}

.j-order__table__count .j-amount {
    margin: 0 auto
}

.mg-pager .allPages {
    margin: 10px 0;
    text-align: center
}

.mg-pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 375px) {
    .mg-pager ul {
        padding-left: 0;
    }
    .mg-pager ul li {
        margin-bottom: 10px;
    }
}

.mg-pager ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 4px;
    padding: 5px 15px;
    color: #fff;
    border-radius: 2px;
    background: #be97c7;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mg-pager ul a:hover,
.mg-pager ul a.active {
    background: #b486be
}

.mg-pager ul a:active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.j-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 700px) {
    .j-view {
        margin: 0
    }
}

.j-view__apply {
    width: 90%
}

@media (max-width: 700px) {
    .j-view__apply {
        width: 100%
    }
}

.j-view__switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
    min-width: 50px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 700px) {
    .j-view__switcher {
        display: none
    }
}

.j-switcher__item {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 35px;
    cursor: pointer;
    border: 1px solid #dadada;
    background: #fff;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-switcher__item:first-child {
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.j-switcher__item:last-child {
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.j-switcher__item--active {
    cursor: default;
    color: #dadada;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .15)
}

.j-switcher__item:hover:not(.j-switcher__item--active) {
    color: #be97c7
}

.filter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 700px) {
    .filter-form {
        display: none;
        flex-direction: column;
        margin-bottom: 15px;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column
    }
}

.filter-form--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -25px;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff
}

.filter-form .mg-filter-head {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-align: center;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width: 700px) {
    .filter-form .mg-filter-head {
        flex-direction: column;
        width: 100%;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column
    }
}

@media (max-width: 700px) {
    .filter-form .mg-filter-head .wrapper-field {
        width: 100%
    }
    .filter-form .mg-filter-head .wrapper-field select {
        width: 100%
    }
}

.filter-form .mg-filter-head .last-items-dropdown {
    margin-bottom: 0;
    margin-left: 10px
}

@media (max-width: 1024px) {
    .filter-form .mg-filter-head .last-items-dropdown {
        margin-left: 0
    }
}

.filter-form .mg-filter-head .range-field {
    margin-left: 25px
}

@media (max-width: 700px) {
    .filter-form .mg-filter-head .range-field {
        margin: 10px 0
    }
}

.filter-form .mg-filter-body .range-field .price-slider-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter-form .mg-filter-head .filter-preview,
.filter-form .mg-filter-head #price-slider {
    display: none !important
}

.filter-form .mg-filter-head [type='text'],
.wrapper-field.range-field .price-slider-list li .price-input {
    width: 80px;
    height: 28px;
    margin: 0 5px;
    padding: 0 5px;
    text-align: center;
    border-radius: 2px
}

@media (max-width: 1024px) {
    .filter-form .mg-filter-head .label-field {
        display: none
    }
}

.filter-form .mg-filter-body {
    width: 100%;
}

.filter-form .mg-filter-body .mg-filter {
    border: 2px solid #be97c7;
    border-radius: 2px
}

@media (max-width: 700px) {
    .filter-form .mg-filter-body {
        padding-top: 10px;
        border: 0;
        border-top: 1px solid #be97c7;
        border-bottom: 1px solid #be97c7;
        border-radius: 0
    }
}

.filter-form .mg-filter-body .mg-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 2px;
    background: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

@media (max-width: 700px) {
    .filter-form .mg-filter-body .mg-filter {
        padding-left: 0
    }
    .filter-form .mg-filter-body {
        border-bottom: 0;
    }
    .mg-viewfilter-all {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
    }
    .wrapper-field.range-field .price-slider-list {
        display: flex;
        justify-content: center;
        padding-left: 0;
    }
}

@media (max-width: 700px) {
    .filter-form .mg-filter-body .mg-filter:before {
        display: none
    }
}

.filter-form .mg-filter-body .mg-filter-item {
    position: relative
}

@media (max-width: 700px) {
    .filter-form .mg-filter-body .mg-filter-item {
        width: 50%
    }
}

.filter-form .mg-filter-body .mg-filter-item--hidden {
    display: none
}

.filter-form .mg-filter-body .mg-filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.filter-form .mg-filter-body .mg-filter-item:after,
.filter-form .mg-filter-body .mg-filter-item:before {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: calc(50% - 14px);
    display: none;
    width: 0;
    height: 0;
    margin-top: -14px;
    content: ' ';
    pointer-events: none;
    border: solid transparent
}

@media (max-width: 700px) {
    .filter-form .mg-filter-body .mg-filter-item:after,
    .filter-form .mg-filter-body .mg-filter-item:before {
        left: 49%
    }
}

.filter-form .mg-filter-body .mg-filter-item:after {
    margin-left: -8px;
    border-width: 8px;
    border-color: transparent;
    border-bottom-color: #fff
}

.filter-form .mg-filter-body .mg-filter-item:before {
    margin-left: -7px;
    border-width: 7px;
    border-color: transparent;
    border-bottom-color: #dadada
}

.filter-form .mg-filter-body .mg-filter-item>span {
    font-size: 13px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px 10px 0;
    cursor: pointer;
    white-space: nowrap;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 700px) {
    .filter-form .mg-filter-body .mg-filter-item>span {
        font-size: 12px;
        line-height: 11px;
        white-space: normal
    }
}

.filter-form .mg-filter-body .mg-filter-item>span:after {
    display: block;
    min-width: 8px;
    max-width: 8px;
    min-height: 8px;
    max-height: 8px;
    margin-left: 3px;
    content: '';
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMiIgYmFzZVByb2ZpbGU9InRpbnkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTQ2Ny45LDEyMi42TDI1NiwzMzQuNmwtMjExLjktMjEyYy0xMC4xLTEwLjEtMjYuNC0xMC4xLTM2LjYsMCBjLTEwLjEsMTAuMS0xMC4xLDI2LjUsMCwzNi42bDIzMC4yLDIzMC4zbDAsMGwwLDBjMTAuMSwxMC4xLDI2LjQsMTAuMSwzNi41LDBsMjMwLjItMjMwLjNjMTAuMS0xMC4xLDEwLjEtMjYuNSwwLTM2LjYgQzQ5NC40LDExMi41LDQ3OCwxMTIuNSw0NjcuOSwxMjIuNnoiLz48L3N2Zz4=);
    background-repeat: no-repeat
}

.filter-form .mg-filter-body .mg-filter-item>span:hover {
    color: #272727
}

.filter-form .mg-filter-body .mg-filter-item .unit:after {
    display: none
}

.filter-form .mg-filter-body .mg-filter-item .unit {
    margin: 0;
}

.filter-form .mg-filter-body .mg-filter-item ul {
    position: absolute;
    z-index: 9;
    top: 27px;
    display: none;
    min-width: 122px;
    padding: 10px;
    padding-bottom: 5px;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(218, 218, 218, .5);
    box-shadow: 0 5px 10px rgba(218, 218, 218, .5)
}

.wrapper-field.range-field .price-slider-list,
.filter-form .mg-filter-body .mg-filter-item--active .wrapper-field.range-field .price-slider-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline
}


/* .filter-form .mg-filter-body .mg-filter-item--active .wrapper-field.range-field .price-slider-list li:first-of-type {
    margin-left: 15px
} */

.filter-form .mg-filter-body .mg-filter-item--active ul .wrapper-field.range-field span:after {
    display: none
}

.filter-form .mg-filter-body .mg-filter-item--active .wrapper-field.range-field {
    width: 180px;
    margin-right: 15px
}

.filter-form .mg-filter-body .mg-filter-item .price-slider-list {
    top: 23px;
    left: -1px;
    width: 217px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.filter-form .mg-filter-body .mg-filter-item--active .wrapper-field.range-field .price-slider-list li .label-field {
    width: initial;
    margin: 0
}

.filter-form .mg-filter-body .mg-filter-item--active .wrapper-field.range-field .price-slider-list li .price-input {
    max-width: 75px
}

@media (max-width: 700px) {
    .filter-form .mg-filter-body .mg-filter-item ul {
        font-size: 10px;
        /*width: 150px*/
    }
    .mg-filter>span {
        width: 100%
    }
}

.filter-form .mg-filter-body .mg-filter-item .mg-filter-prop-select {
    font-size: 12px;
    width: 100%;
    margin-bottom: 5px
}

.filter-form .mg-filter-body .mg-filter-item .disabled-prop {
    display: none
}

.filter-form .mg-filter-body .mg-filter-item--active ul,
.filter-form .mg-filter-body .mg-filter-item--active:after,
.filter-form .mg-filter-body .mg-filter-item--active:before {
    display: block
}

.filter-form .filter-buttons {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-ordinal-group: 3;
    -webkit-box-pack: end;
    -ms-flex-order: 2;
    -ms-flex-pack: end;
    justify-content: flex-end;
    order: 2
}

@media (max-width: 700px) {
    .filter-form .filter-buttons {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.filter-form .filter-buttons .refreshFilter {
    margin-left: 10px
}


/*.apply-filter-form {*/


/*margin-top: -230px;*/


/*padding-top: 230px*/


/*}*/

@media (max-width: 700px) {
    .apply-filter-form {
        margin-bottom: 5px
    }
}

.apply-filter-form .refreshFilter {
    display: none
}

.apply-filter-form .filter-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

.apply-filter-form .apply-filter-item {
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px 10px 0;
    padding: 5px;
    border-radius: 2px;
    background: #fff
}

.apply-filter-form .filter-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none;
}

.apply-filter-form .filter-price-range {
    margin-left: 5px;
    color: #f39c12
}

.apply-filter-form .apply-filter-item-value {
    margin-left: 15px;
    color: #f39c12
}

.apply-filter-form .apply-filter-item-value:first-child {
    margin-left: 5px
}

.apply-filter-form .removeFilter {
    margin-left: 5px;
    color: #555
}

.apply-filter-form .removeFilter:hover {
    color: #f39c12
}

.j-filter-mobile {
    display: none
}

@media (max-width: 700px) {
    .j-filter-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 25px;
        margin-bottom: 15px;
        padding: 10px;
        text-transform: uppercase;
        border-radius: 2px;
        background: #fff;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.j-filter-mobile__title {
    padding: 0 15px
}

.j-filter-mobile .icon--arrow-down {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.j-filter-mobile--open .icon--arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.j-page__index .filter-form {
    margin-top: 25px
}

.j-seo {
    font-size: 12px;
    margin-top: 25px
}

.j-seo h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada
}

.j-seo__top {
    margin-top: 15px
}

@media (max-width: 700px) {
    .j-seo__top {
        display: none
    }
}

.j-alert {
    line-height: 18px;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid;
    border-radius: 2px
}

.j-alert__default {
    color: #2d7091;
    border-color: rgba(45, 112, 145, .3);
    background: #ebf7fd
}

.j-alert__red {
    color: #d85030;
    border-color: rgba(216, 80, 48, .3);
    background: #fff1f0
}

.j-alert__green {
    color: #659f13;
    border-color: rgba(101, 159, 19, .3);
    background: #f2fae3
}

.error-box {
    position: fixed !important;
    z-index: 999;
    top: 0 !important;
    left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 700px) {
    .error-box {
        display: none !important
    }
}

.error-box .sorry-error,
.error-box .text-error {
    line-height: 20px;
    width: 500px;
    margin-bottom: 15px;
    padding: 10px;
    border: 5px solid rgba(216, 80, 48, .3);
    border-radius: 2px;
    background: #fff1f0
}

.error-box .close-notification {
    font-size: 44px;
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff
}

.error-box .close-notification:before {
    content: 'x'
}

.error-box .close-notification:hover {
    opacity: .8
}

.error-box .send-report-btn {
    padding: 10px
}

.property-form {
    margin-top: 10px;
    border-radius: 2px;
    background: #fff;
    padding: 15px;
}

.j-goods__item .property-form {
    padding: 15px 0 0 0;
}

.property-form .property-title {
    font-size: 13px;
    display: inline-block;
    font-weight: 700;
}

.property-form .property-delimiter {
    margin-right: 5px;
    font-size: 12px;
}

.property-form br {
    display: none
}

.property-form p {
    margin: 0 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #dadada
}

.property-form select {
    font-size: 13px
}

.property-form .label-black {
    font-size: 13px
}

.property-form .hidder-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.j-page__product .property-form {
    padding: 10px
}

.j-page__product .buy-container {
    margin-top: 15px
}

.j-compare .property-form {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 100%;
    margin-top: -5px;
    padding: 10px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    border: 1px solid #be97c7;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 1;
}

.j-compare__item:hover .property-form {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    z-index: 1;
}

.j-compare .property-title {
    font-size: 11px
}

.j-compare .property-delimiter {
    display: none
}

.j-compare p {
    margin-bottom: 10px
}

.j-compare select {
    width: 100%;
    margin-bottom: 0
}

.j-goods__list .hidder-element {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.j-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.j-figure__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    padding: 10px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    border-radius: 2px;
    background: #fff;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

@media (min-width: 701px) {
    .j-figure__item {
        width: calc(33.333333333333336% - 6.666666666666667px);
        margin-top: 10px
    }
    .j-figure__item:nth-child(3n+1) {
        margin-right: 10px
    }
    .j-figure__item:nth-child(3n+2) {
        margin-right: 10px
    }
    .j-figure__item:nth-child(-n+3) {
        margin-top: 0
    }
}

@media (max-width: 700px) {
    .j-figure__item {
        width: 100%;
        margin-top: 10px
    }
    .j-figure__item:first-child {
        margin-top: 0
    }
}

.j-figure__item:hover {
    -webkit-box-shadow: 0 0 0 1px #be97c7;
    box-shadow: 0 0 0 1px #be97c7
}

.j-figure__icon,
.j-figure__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.j-figure__icon {
    font-size: 100px;
    width: 40%;
    color: #be97c7
}

.j-figure__text {
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    text-align: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

.j-figure__text span {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 5px
}

.j-no-data {
    width: 100%;
    padding: 100px 0;
    text-align: center
}

@media (max-width: 700px) {
    .j-no-data {
        margin-top: 25px;
        padding: 50px 0
    }
}

.j-no-data .icon {
    font-size: 180px;
    color: #dadada
}

@media (max-width: 700px) {
    .j-no-data .icon {
        font-size: 110px
    }
}

.j-no-data__text {
    font-size: 34px;
    line-height: 34px;
    margin-top: 25px;
    text-align: center;
    color: #c8c8c8
}

@media (max-width: 700px) {
    .j-no-data__text {
        font-size: 20px;
        line-height: 20px
    }
}

.j-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.j-payment__item {
    position: relative;
    width: calc(33.333333333333336% - 6.666666666666667px);
    height: 50px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 1px #dadada;
    box-shadow: inset 0 0 0 1px #dadada
}

.j-payment__item:nth-child(3n+1) {
    margin-right: 10px
}

.j-payment__item:nth-child(3n+2) {
    margin-right: 10px
}

.j-payment__item:nth-child(-n+3) {
    margin-top: 0
}

.j-payment__item .icon {
    font-size: 36px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.j-payment__item .icon--visa,
.j-payment__item .icon--master-card {
    font-size: 52px
}

.j-payment__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.j-payment__link .icon {
    font-size: 12px;
    margin-left: 2px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.j-payment__link:hover .icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.j-social {
    margin-top: 15px;
    padding: 10px;
    border-radius: 2px;
    background: #fff
}

.j-social__text {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 13px;
}

.j-left-block {
    margin-top: 25px;
    padding: 10px;
    border-radius: 2px;
    background: #fff
}

.j-left-block__title {
    font-size: 18px;
    margin-top: 35px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #be97c7
}

.j-pre {
    font-family: monospace !important;
    overflow-x: auto;
    padding: 15px 0;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    border-radius: 2px;
    background: #f0f0f0;
    -webkit-box-shadow: inset 0 1px 0 0 #ccc, inset 0 0 0 1px #dedede, inset 0 1px 2px 1px #e6e6e6;
    box-shadow: inset 0 1px 0 0 #ccc, inset 0 0 0 1px #dedede, inset 0 1px 2px 1px #e6e6e6
}

.j-pre__title {
    font-weight: 700;
    margin: 25px 0 15px 0;
    text-transform: uppercase
}

.j-typography__list {
    padding-left: 20px
}

.j-typography__list li {
    display: -webkit-box;
    position: relative;
    padding-left: 10px;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.j-typography__table th {
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #dadada;
    background: #f1f1f1
}

.j-typography__table td {
    padding: 10px;
    border: 1px solid #dadada
}

.j-typography__table td:first-child,
.j-typography__table td:last-child {
    text-align: center
}

.j-typography__table tr:hover {
    background: #f1f1f1
}

.j-typography__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.j-typography__grid__item {
    height: 50px;
    padding: 5px;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 2px
}

@media (min-width: 701px) {
    .j-typography__grid__item {
        width: calc(11.11111111111111% - 8.88888888888889px);
        margin-top: 10px
    }
    .j-typography__grid__item:nth-child(9n+1) {
        margin-right: 10px
    }
    .j-typography__grid__item:nth-child(9n+2) {
        margin-right: 10px
    }
    .j-typography__grid__item:nth-child(9n+3) {
        margin-right: 10px
    }
    .j-typography__grid__item:nth-child(9n+4) {
        margin-right: 10px
    }
    .j-typography__grid__item:nth-child(9n+5) {
        margin-right: 10px
    }
    .j-typography__grid__item:nth-child(9n+6) {
        margin-right: 10px
    }
    .j-typography__grid__item:nth-child(9n+7) {
        margin-right: 10px
    }
    .j-typography__grid__item:nth-child(9n+8) {
        margin-right: 10px
    }
    .j-typography__grid__item:nth-child(-n+9) {
        margin-top: 0
    }
}

@media (max-width: 700px) {
    .j-typography__grid__item {
        width: calc(25% - 7.5px);
        margin-top: 10px
    }
    .j-typography__grid__item:nth-child(4n+1) {
        margin-right: 10px
    }
    .j-typography__grid__item:nth-child(4n+2) {
        margin-right: 10px
    }
    .j-typography__grid__item:nth-child(4n+3) {
        margin-right: 10px
    }
    .j-typography__grid__item:nth-child(-n+4) {
        margin-top: 0
    }
}

.j-typography__grid__item .icon {
    width: 100%;
    height: 100%
}

.j-typography__grid__item__count {
    padding: 5px 0
}

@media (max-width: 700px) {
    .j-typography__grid__item__count {
        display: none
    }
}

.j-login__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.j-login__forgot {
    margin-left: 25px
}

.j-login__registration {
    margin-top: 10px
}

.j-login__logout {
    margin-left: 5px
}

@media (max-width: 700px) {
    .j-login__logout {
        margin-left: 10px
    }
}

.j-login__enter .icon {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
    color: #fff
}

@media (min-width: 701px) {
    .j-login__enter,
    .j-login__logout,
    .j-login__personal {
        display: -ms-inline-flexbox;
        display: -webkit-inline-box;
        display: inline-flex;
        height: 30px;
        padding: 0 25px;
        white-space: nowrap;
        color: #fff;
        border-radius: 2px;
        background: #be97c7;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .j-login__enter:hover,
    .j-login__logout:hover,
    .j-login__personal:hover {
        background: #b486be
    }
    .j-login__enter:active,
    .j-login__logout:active,
    .j-login__personal:active {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px)
    }
}

@media (min-width: 701px) {
    .j-login__logout,
    .j-login__personal {
        padding: 0 15px
    }
}

.j-cart {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.j-cart__visible {
    position: relative
}

@media (min-width: 1025px) {
    .j-cart__visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }
    .j-cart__visible .icon--cart {
        font-size: 50px;
        margin-right: 10px;
        color: #be97c7
    }
    .j-cart__visible__li {
        margin-bottom: 5px
    }
    .j-cart__visible__li:last-child {
        margin-bottom: 0
    }
    .j-cart__visible__count,
    .j-cart__visible__amount {
        font-size: 16px;
        font-weight: 500
    }
}

@media (max-width: 1024px) {
    .j-cart__visible {
        position: fixed;
        z-index: 80;
        top: 200px;
        right: -100px;
        width: 50px;
        height: 50px;
        padding: 5px;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: right;
        -o-transition-property: right;
        transition-property: right;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 2px;
        background: #be97c7;
        -webkit-box-shadow: 0 5px 10px rgba(218, 218, 218, .5);
        box-shadow: 0 5px 10px rgba(218, 218, 218, .5)
    }
    .j-cart__visible--open {
        right: 0
    }
    .j-cart__visible:active {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px)
    }
    .j-cart__visible .icon {
        font-size: 4em
    }
    .j-cart__visible__count {
        line-height: 0;
        position: absolute;
        top: -13px;
        left: -13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 20px;
        height: 20px;
        border: 1px solid #fff;
        border-radius: 2px;
        background: #be97c7;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .j-cart__visible__amount,
    .j-cart__visible__suffix {
        display: none
    }
    .j-cart__visible:hover {
        background: #b486be
    }
    .j-cart__visible:hover .j-cart__visible__count {
        background: #b486be
    }
}

.j-cart__dropdown {
    position: absolute;
    z-index: 90;
    top: 100%;
    right: 0;
    visibility: hidden;
    width: 600px;
    padding: 15px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    border-top: 15px solid transparent;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(218, 218, 218, .5), inset 0 0 0 2px #be97c7;
    box-shadow: 0 5px 10px rgba(218, 218, 218, .5), inset 0 0 0 2px #be97c7
}

@media (max-width: 1024px) {
    .j-cart__dropdown {
        display: none !important
    }
}

.j-cart__title {
    font-size: 22px;
    padding-bottom: 10px
}

.j-cart__table {
    overflow: auto;
    max-height: 200px;
    margin-bottom: 15px;
    padding: 5px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    box-shadow: inset 0 0 10px 2px #dadada;
}

.j-cart__table__tr {
    padding: 5px 0
}

.j-page__noindex:not(.j-page__product):not(.j-page__catalog) .j-static {
    background: #fff;
    padding: 20px;
    border-radius: 2px;
}

.j-modal__content .j-tab__content input {
    width: 100%;
}

.j-cart__table__img {
    position: relative;
    display: block;
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
    margin-top: 5px;
    margin-left: 10px;
}

.j-cart__table__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

@media (max-width: 480px) {
    .j-cart__table__img {
        display: none
    }
}

@media (max-width: 650px) {
    .prop-string .prop-spec {
        width: 25% !important;
        word-wrap: break-word
    }
}

@media (max-width: 400px) {
    .prop-string .prop-spec {
        width: 40% !important
    }
}

.j-cart__table__name {
    font-size: 12px;
    width: 80%;
    padding: 10px
}

@media (max-width: 480px) {
    .j-cart__table__name {
        width: 95%;
        padding: 10px 0 10px 10px
    }
}

.j-cart__table__name__link {
    font-weight: 500
}

.j-cart__table__name__link:hover {
    color: #e74c3c
}

.j-cart__table__name__qty {
    color: #e74c3c
}

.j-cart__table__remove {
    font-size: 20px;
    width: 5%;
    padding: 10px;
    text-align: right
}

.j-cart__table__remove a:hover {
    color: #e74c3c
}

.j-cart__total {
    font-size: 16px;
    text-align: right
}

.j-cart__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.j-cart__close {
    margin-right: 15px;
    cursor: pointer
}

.j-cart__close:hover {
    text-decoration: underline
}

@media (min-width: 1025px) {
    .j-cart:hover .j-cart__visible {
        color: #b486be
    }
    .j-cart:hover .j-cart__visible:after,
    .j-cart:hover .j-cart__visible:before {
        visibility: visible;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        opacity: 1
    }
}

.j-cart:hover .j-cart__dropdown {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

.transfer_class {
    display: none !important
}

@media (min-width: 1025px) {
    .j-page__order .j-cart__dropdown {
        display: none
    }
    .j-page__order .j-cart__visible:after,
    .j-page__order .j-cart__visible:before {
        display: none
    }
}

@media (max-width: 1024px) {
    .j-page__order .j-cart {
        display: none
    }
}

.j-search {
    position: relative
}

.j-search [type='search'] {
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    padding: 0 10px;
    padding-right: 110px
}

@media (max-width: 1024px) {
    .j-search [type='search'] {
        padding-right: 50px
    }
}

@media (max-width: 700px) {
    .j-search [type='search'] {
        font-size: 12px;
        height: 30px
    }
}

.j-search__button {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 40px;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #be97c7
}

@media (max-width: 1024px) {
    .j-search__button {
        width: 40px
    }
}

@media (max-width: 700px) {
    .j-search__button {
        height: 30px
    }
}

.j-search__button__text {
    margin-left: 5px;
    vertical-align: text-top;
    line-height: 1;
}

@media (max-width: 1024px) {
    .j-search__button__text {
        display: none
    }
}

.j-search__button:hover {
    background: #b486be
}

.j-search__results {
    position: absolute;
    left: 0;
    width: 100%
}

.j-search__results ul {
    position: relative;
    z-index: 999;
    overflow: auto;
    max-height: 300px;
    padding: 10px;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(218, 218, 218, .5);
    box-shadow: 0 5px 10px rgba(218, 218, 218, .5)
}

.j-search__results li {
    padding: 5px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.j-search__results li:hover {
    border-top-color: #dadada;
    border-bottom-color: #dadada
}

.j-search__results li:last-child {
    margin-bottom: 0
}

.j-search__results a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.j-search__results span {
    font-size: 12px;
    line-height: 15px;
    display: block;
    margin-top: 5px;
    color: #e74c3c
}

.j-search__results .variant-text {
    margin-top: 0;
    color: #999
}

.j-search__results .fast-result-img {
    position: relative;
    width: 50px;
    height: 50px
}

.j-search__results .fast-result-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.j-search__results .fast-result-info {
    width: calc(100% - 50px);
    padding-left: 15px
}

@media(max-width: 1024px) {
    .j-topmenu__content--open {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .j-topmenu {
        height: 100%;
        position: relative;
        min-width: 300px;
    }
    .j-topmenu__content--open {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .j-topmenu__content--open:focus {
        outline: 0;
    }
    .j-topmenu__content--open .icon {
        margin-left: 10px;
        width: 12px;
        height: 12px;
        pointer-events: none;
        transition: all 0.3s ease;
    }
    .content--open-menu .icon {
        transform: rotate(180deg);
        transition: all 0.3s ease;
    }
    .j-topmenu__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
    .j-topmenu__content--hidden {
        left: 0;
        width: 100%;
        height: auto;
        position: absolute;
        top: 50px;
        padding: 10px;
        background-color: #fff;
        z-index: 1000;
        flex-direction: column;
        border: 1px solid #dadada;
        border-top: none;
        max-height: 800px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .content--open-menu+ul {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease;
    }
    .j-topmenu__content--hidden .j-topmenu__li {
        width: 100%;
    }
    .j-topmenu__content--hidden .j-topmenu__a {
        margin-right: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 5px;
        justify-content: center;
    }
    .j-topmenu__content--hidden .j-topmenu__a:hover {
        text-decoration: underline;
    }
    .j-topmenu__content--hidden .j-topmenu__a:hover::before {
        display: none;
    }
    .j-topmenu__ul {
        position: absolute;
        z-index: 99;
        width: 230px;
        border: 1px solid #dadada;
        border-radius: 2px;
        background: #fff;
        -webkit-box-shadow: 0 5px 10px rgba(218, 218, 218, .5);
        box-shadow: 0 5px 10px rgba(218, 218, 218, .5);
        padding-left: 0
    }
    .j-topmenu__ul__1 {
        top: 100%;
        left: 0;
        visibility: hidden;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        opacity: 0
    }
    .j-topmenu__ul__2 {
        top: 0;
        left: 100%;
        visibility: hidden;
        margin-top: -1px;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        opacity: 0
    }
    .j-topmenu__li {
        position: relative;
        height: 100%
    }
    .j-topmenu__li__1:hover .j-topmenu__a__1:before {
        background: #be97c7
    }
    .j-topmenu__li__1:hover>.j-topmenu__ul {
        visibility: visible;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
    .j-topmenu__li__2:hover>.j-topmenu__ul {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
    .j-topmenu__li:last-child .j-topmenu__a__1 {
        margin-right: 0
    }
    .j-topmenu__a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }
    .j-topmenu__a__1 {
        line-height: 1.1;
        position: relative;
        height: 100%;
        margin-right: 25px;
        text-align: center
    }
    .j-topmenu__a__1 .icon--arrow-right {
        display: none
    }
    .j-topmenu__a__1:before {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 3px;
        content: ''
    }
    .j-topmenu__a__1.active:before {
        background: #be97c7
    }
    .j-topmenu__a__2,
    .j-topmenu__a__3 {
        font-size: 13px;
        padding: 10px
    }
    .j-topmenu__a__2:hover,
    .j-topmenu__a__3:hover,
    .j-topmenu__a__2.active,
    .j-topmenu__a__3.active {
        -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .15);
        box-shadow: inset 0 0 10px rgba(0, 0, 0, .15)
    }
    .j-topmenu .j-parent>.j-topmenu__a {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .j-topmenu .j-topmenu__content--hidden .j-parent>.j-topmenu__a {
        justify-content: center;
    }
    .j-topmenu .j-parent>.j-topmenu__a .icon {
        font-size: 11px;
        margin-left: 5px
    }
}

@media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1200px) {
    .j-topmenu__a__1 {
        font-size: 13px;
        margin-right: 15px
    }
}

@media (min-width: 1025px) {
    .j-leftmenu__title {
        border-radius: 2px;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        padding: 0 15px;
        text-transform: uppercase;
        color: #fff;
        background: #be97c7;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .j-leftmenu__title__icon {
        width: 25px
    }
    .j-leftmenu__title__icon div {
        height: 3px;
        margin-bottom: 3px;
        border-radius: 2px;
        background: #fff
    }
    .j-leftmenu__title__icon div:last-child {
        margin-bottom: 0
    }
    .j-leftmenu__title:hover {
        background: #b486be
    }
    .j-leftmenu__img {
        position: relative;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 30px;
        height: 30px;
        margin: 5px 5px 5px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .j-leftmenu__count {
        font-size: 12px;
        margin-left: 5px
    }
    .j-leftmenu__content {
        position: relative;
        background: #fff
    }
    .j-leftmenu__content li {
        padding-left: 10px;
        position: relative;
    }
    .j-leftmenu__ul {
        position: absolute;
        z-index: 99;
        top: 0;
        left: 100%;
        visibility: hidden;
        min-width: 100%;
        min-height: 100%;
        margin-left: -1px;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        opacity: 0;
        background: #fff;
        -webkit-box-shadow: inset 0 0 0 1px #dadada;
        box-shadow: inset 0 0 0 1px #dadada
    }
    .j-leftmenu__li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 40px;
        padding: 5px 0;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        border: 1px solid #dadada;
        border-top: 0
    }
    .j-leftmenu__li__1:hover>.j-leftmenu__ul,
    .j-leftmenu__li__2:hover>.j-leftmenu__ul {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
    .j-leftmenu__li:hover,
    .j-leftmenu__li--active {
        border-top-color: transparent;
        border-bottom-color: transparent;
        -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .15);
        box-shadow: inset 0 0 10px rgba(0, 0, 0, .15)
    }
    .j-leftmenu__a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 0 17px 0 0;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .j-leftmenu__a .icon {
        font-size: 11px;
        position: absolute;
        top: 50%;
        right: 4px;
        margin-top: -5.5px
    }
    .j-leftmenu__a__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.j-sub-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.j-sub-categories__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 10px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    border-radius: 2px;
    background: #fff;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column
}

@media (min-width: 701px) {
    .j-sub-categories__item {
        width: calc(25% - 7.5px);
        margin-top: 10px
    }
    .j-sub-categories__item:nth-child(4n+1) {
        margin-right: 10px
    }
    .j-sub-categories__item:nth-child(4n+2) {
        margin-right: 10px
    }
    .j-sub-categories__item:nth-child(4n+3) {
        margin-right: 10px
    }
    .j-sub-categories__item:nth-child(-n+4) {
        margin-top: 0
    }
}

@media (max-width: 700px) {
    .j-sub-categories__item {
        width: 100%;
        margin-top: 10px
    }
    .j-sub-categories__item:first-child {
        margin-top: 0
    }
}

.j-sub-categories__item:hover {
    -webkit-box-shadow: 0 0 0 1px #be97c7;
    box-shadow: 0 0 0 1px #be97c7
}

.j-sub-categories__img {
    position: relative;
    width: 100%;
    height: 100px
}

.j-sub-categories__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.j-sub-categories__title {
    display: block;
    margin-top: 10px;
    text-align: center
}

.j-page__index .j-sub-categories {
    margin-top: 25px
}

.j-images__big {
    position: relative;
    height: 350px;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff
}

@media (max-width: 700px) {
    .j-images__big {
        height: 200px
    }
}

.j-images__big img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.j-images__slider {
    margin-top: 10px
}

.j-images__slider__item {
    position: relative;
    display: block;
    height: 100px;
    margin: 0 5px;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
}

@media (max-width: 800px) {
    .j-images__slider__item {
        height: 70px
    }
}

.j-images__slider__item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 5px
}

.j-images__slider__item.active {
    border-color: #be97c7
}

.j-images .magnify {
    width: 100%;
    height: 100%
}

.j-images .magnify-lens {
    top: 0 !important;
    left: 100% !important;
    width: 460px !important;
    height: 350px !important;
    margin-top: -1px !important;
    border: 1px solid #dadada !important;
}

@media (max-width: 1024px) {
    .j-images .magnify-lens {
        display: none !important
    }
}

.j-images .fancy-modal:first-child {
    width: 100%;
    height: 100%
}

.j-order__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
    border: 1px solid #dadada;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 800px) {
    .j-order__table {
        font-size: 13px
    }
}

@media (max-width: 700px) {
    .j-order__table {
        font-size: 14px
    }
}

.j-order__table__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.j-order__table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dadada;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

@media (max-width: 700px) {
    .j-order__table__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.j-order__table__row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.j-order__table__img {
    position: relative;
    width: 15%;
    height: 100px;
    max-height: 100px
}

.j-order__table__img a {
    display: block;
    width: 100%;
    height: 100%
}

.j-order__table__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.j-order__table__title {
    width: 35%;
    padding-left: 10px
}

.j-order__table__title a {
    font-weight: 500
}

.j-order__table__title a:hover {
    text-decoration: underline
}

.j-order__table__price {
    width: 15%;
    padding-left: 10px;
    white-space: nowrap
}

.j-order__table__count {
    width: 15%;
    padding-left: 10px
}

.j-order__table__total {
    font-weight: 500;
    width: 15%;
    padding-left: 10px;
    white-space: nowrap
}

.j-order__table__delete {
    font-size: 16px;
    width: 5%;
    text-align: center
}

.j-order__table__delete a:hover {
    color: #e74c3c
}

.j-order__table__property {
    font-size: 13px;
    margin-top: 5px
}

.j-order__table__code {
    font-size: 12px;
    margin-top: 5px;
    color: #999
}

.j-order__table__column {
    display: block
}

@media (max-width: 700px) {
    .j-order__table__column {
        width: 100%;
        padding: 10px 0;
        text-align: center
    }
}

.j-order__table__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 10px;
    border: 1px solid #dadada;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 700px) {
    .j-order__table__bottom {
        text-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.j-order__table__bottom__total {
    font-size: 18px;
    width: calc(20% - 10px);
    color: #e74c3c
}

@media (max-width: 700px) {
    .j-order__table__bottom__total {
        width: 100%
    }
}

@media (max-width: 700px) {
    .j-order__table__bottom__promo {
        width: 100%
    }
}

.j-order__table__bottom__promo .promo-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

#msg-about-code {
    font-size: 13px;
    margin-top: 5px;
    margin-left: 90px;
    color: #ff7474;
}

@media (max-width: 700px) {
    .j-order__table__bottom__promo .promo-form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center
    }
}

.j-order__table__bottom__promo [type='submit'] {
    height: 35px
}

.j-order__table__bottom [type='text'] {
    margin: 0 10px
}

@media (max-width: 700px) {
    .j-order__table__bottom [type='text'] {
        width: 100%;
        margin: 5px 0 10px 0
    }
}

@media (max-width: 700px) {
    .j-order__table__bottom [type='submit'] {
        margin-bottom: 25px
    }
}

.j-order__table__checkout {
    float: right;
    margin-top: 15px
}

.j-order__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.j-order__form__left,
.j-order__form__right {
    padding: 15px 10px;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff
}

.j-order__form__left,
.j-order__form__right {
    width: calc(50% - 10px)
}

@media (max-width: 700px) {
    .j-order__form__left,
    .j-order__form__right {
        width: 100%
    }
}

@media (max-width: 700px) {
    .j-order__form__right {
        margin-top: 20px
    }
}

.j-order__form__bottom {
    width: 100%;
    margin-top: 25px;
    text-align: center
}

.j-order__form textarea,
.j-order__form [type='text'],
.j-order__form [type='email'] {
    width: 100%
}

.j-order__form__title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #dadada
}

.j-order__form__ul {
    margin-bottom: 20px
}

.j-order__form__delivery-date {
    margin-bottom: 10px
}

.j-order__form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#postcalcInput,
.delivery-calc-plugin {
    -webkit-box-flex: 0;
    flex-basis: 100%;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    -ms-flex-preferred-size: 100%;
    flex-shrink: 0
}

#postcalcSend {
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.j-order__form li label {
    margin-bottom: 0
}

.j-order__form [class*='icon-payment-'] {
    margin-top: -10px
}

@media (max-width: 800px) {
    .j-order__form [class*='icon-payment-'] {
        display: none
    }
}

.j-order__form .rate-payment {
    font-size: 12px;
    margin-left: 5px;
    text-transform: lowercase
}

.j-order__form__total {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px
}

.ui-datepicker {
    margin: auto
}

.j-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.j-product__title {
    width: calc(100% - 130px)
}

.j-product__gallery {
    width: 50%
}

@media (max-width: 700px) {
    .j-product__gallery {
        width: 100%
    }
}

.j-product__status {
    width: 50%;
    padding-left: 15px
}

@media (max-width: 700px) {
    .j-product__status {
        width: 100%;
        padding-top: 25px;
        padding-left: 0
    }
}

.j-product__tab {
    width: 100%;
    padding-top: 25px
}

.j-product__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 700px) {
    .j-product__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 700px) {
    .j-product__block__left {
        width: 100%
    }
}

.j-product__block__right {
    font-size: 13px;
    margin-left: 15px;
    color: #777
}

@media (max-width: 700px) {
    .j-product__block__right {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        text-align: center
    }
}

.j-product__stock {
    display: inline-block;
    margin: 5px 0;
    padding: 2px 5px;
    color: #fff;
    border-radius: 2px
}

.j-product__stock--in {
    background: #2ecc71
}

.j-product__stock--out {
    background: #f39c12
}

.j-product__message {
    margin-bottom: 5px;
    color: #f39c12;
    text-decoration: underline;
}

.j-product__message:hover {
    text-decoration: none
}

.j-product__price {
    line-height: 27px
}

@media (max-width: 700px) {
    .j-product__price {
        text-align: center
    }
}

.j-product__price__current {
    font-size: 28px;
    font-weight: 800;
    color: #be97c7
}

.j-product__price__old {
    font-size: 22px;
    position: relative;
    color: #777
}

.j-product__price__old:before {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    background: #e74c3c
}

.j-personal__orders {
    font-size: 14px;
    margin-left: 5px
}

.j-personal__orders:before {
    content: '('
}

.j-personal__orders:after {
    content: ')'
}

.j-personal__item {
    margin-top: 15px
}

.j-personal__item:first-child {
    margin-top: 0
}

.j-personal__item--open .j-personal__header .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.j-personal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 10px;
    cursor: pointer;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 700px) {
    .j-personal__header {
        height: auto;
        padding: 5px 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.j-personal__header__left,
.j-personal__header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

@media (max-width: 700px) {
    .j-personal__header__left,
    .j-personal__header__right {
        width: 100%;
        padding: 5px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.j-personal__header__number {
    font-weight: 500;
    width: 160px
}

.j-personal__header__date {
    padding-left: 10px;
    color: #777
}

.j-personal__header__status {
    width: 140px;
    margin-right: 15px;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    border-radius: 2px
}

.j-personal__header__status.dont-confirmed {
    background: #999
}

.j-personal__header__status.get-paid,
.j-personal__header__status.in-delivery,
.j-personal__header__status.processed {
    background: #f39c12
}

.j-personal__header__status.paid,
.j-personal__header__status.performed {
    background: #2ecc71
}

.j-personal__header__status.dont-paid {
    background: #e74c3c
}

.j-personal__header .icon {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.j-personal__header:hover {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .15)
}

.j-personal__body {
    font-size: 13px;
    display: none;
    margin-top: -2px;
    padding: 10px;
    border: 1px solid #dadada;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff
}

.j-personal__table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #dadada;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

@media (max-width: 700px) {
    .j-personal__table__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.j-personal__table__title {
    font-weight: 500;
    width: 50%
}

.j-personal__table__subtitle {
    font-size: 12px;
    font-weight: 400;
    color: #777
}

.j-personal__table__code {
    width: 10%
}

.j-personal__table__price {
    width: 15%
}

.j-personal__table__count {
    width: 10%
}

.j-personal__table__total {
    font-weight: 500;
    width: 15%
}

.j-personal__table__column {
    display: block
}

@media (max-width: 700px) {
    .j-personal__table__column {
        width: 100%;
        padding: 5px 0
    }
}

.j-personal__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 700px) {
    .j-personal__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.j-personal__bottom__left {
    width: 60%;
    padding-right: 25px
}

@media (max-width: 700px) {
    .j-personal__bottom__left {
        width: 100%;
        padding-right: 0
    }
}

.j-personal__bottom__right {
    width: 40%
}

@media (max-width: 700px) {
    .j-personal__bottom__right {
        width: 100%;
        margin-top: 10px
    }
}

.j-personal__bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dotted #dadada
}

.j-personal__bottom__row:last-child {
    border-bottom: 0
}

.j-personal__bottom__title {
    width: 62%
}

@media (max-width: 700px) {
    .j-personal__bottom__title {
        width: 50%
    }
}

.j-personal__bottom__value {
    font-weight: 500;
    width: 38%
}

@media (max-width: 700px) {
    .j-personal__bottom__value {
        width: 50%
    }
}

.j-personal__bottom__total {
    text-transform: uppercase
}

.j-personal__bottom__price {
    font-size: 16px;
    color: #e74c3c
}

.j-personal__manager {
    margin-right: 25px
}

.j-personal__download {
    font-size: 16px;
    display: inline-block;
    margin-top: 10px
}

.j-personal__download .icon {
    margin-right: 5px
}

.j-personal__download:hover {
    color: #f39c12
}

.j-compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.j-compare--added {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 75px 15px;
    padding-bottom: 0;
    background: #f1f1f1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-compare__top,
.mg-compare-products .mg-compare-left-side {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #dadada;
    background: #fff;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-order: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    order: 1
}

.j-compare__top__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.j-compare__top__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.j-compare__top__buttons>a {
    margin-left: 10px
}

.j-compare__top__buttons .icon {
    font-size: 12px;
    margin-top: -1px;
    margin-right: 5px
}

.j-compare__top__title {
    margin-right: 10px
}

.j-compare__left {
    position: relative;
    width: 20%;
    height: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.j-compare__right {
    min-width: 40%;
    max-width: 75%;
    height: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.j-compare__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.j-compare__item {
    min-width: 225px;
    max-width: 225px;
    min-height: 300px;
    max-height: 300px;
    margin: 0;
    margin-right: 10px !important;
}

.j-compare__table {
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    padding-bottom: 25px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column
}

.j-compare__table__left {
    position: absolute;
    top: 301px;
    left: 0;
    width: 100%
}

.j-compare__table__left .j-compare__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.j-compare__table__left .j-compare__column {
    width: 100%;
    margin-top: 0;
    text-transform: uppercase
}

.j-compare__table__right .j-compare__column {
    min-width: 225px;
    max-width: 225px
}

.j-compare__row,
.mg-compare-products .mg-compare-fake-table .mg-compare-fake-table-left {
    display: -webkit-box;
    position: static;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.j-compare__column,
.mg-compare-products .mg-compare-fake-table-left .mg-compare-fake-table-cell:nth-child(2n+1),
.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row:nth-child(2n+1) .mg-compare-fake-table-cell,
.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row .mg-compare-fake-table-cell,
.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row .mg-compare-fake-table-cell+.mg-compare-fake-table-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 35px;
    margin-top: 5px;
    margin-right: 10px;
    padding: 2px 10px;
    border-radius: 2px;
    background: #fff;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}
.mg-compare-products .j-compare__table__right .j-compare__row {
    margin-top: 5px;
}
.mg-compare-products .j-compare__table__right .j-compare__column {
    margin-top: 0 !important;
}

.mg-compare-products .mg-compare-fake-table-left .mg-compare-fake-table-cell,
.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row .mg-compare-fake-table-cell {
    margin-top: 5px;
}

.mg-compare-products .mg-compare-fake-table-right {
    margin: 5px 0 0 0;
}

.j-compare__remove {
    text-align: right
}

.j-compare__remove:hover {
    color: #e74c3c
}

.j-compare__list,
.mg-compare-products .mg-compare-product .mg-compare-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    text-align: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

.mg-compare-products .mg-compare-product .mg-compare-product-list li .old-price {
    text-decoration: none;
}

.j-compare__count {
    font-size: 12px;
    width: 100%;
    margin-top: 10px
}

.j-compare__code,
.j-compare__weight {
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
    color: #777
}

.j-compare__informer,
.mg-product-to-compare,
.mg-product-to-compare a {
    position: fixed;
    right: 25px;
    right: 200px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    height: 35px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #dadada;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.j-compare__informer:hover {
    color: #fff;
    background: #b486be
}

.j-compare__informer__count,
.mg-product-to-compare .mg-compare-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    height: 100%;
    color: #fff;
    border-top-left-radius: 3px;
    background: #be97c7;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 500px) {
    .j-compare__informer {
        right: auto;
        left: 0;
        width: 50%;
        font-size: 12px;
    }
    .j-compare__informer__count {
        width: auto;
        padding: 0 5px;
        height: 100%;
    }
}

.j-compare__informer__text {
    width: 80%;
    text-align: center;
    border-top-right-radius: 3px
}

.j-page__static .j-static {
    padding: 10px;
    border-radius: 2px;
    background: #fff
}

.j-page__static .j-static p {
    line-height: 22px
}

.j-comments__info {
    margin-bottom: 0;
    text-align: center
}

.j-comments__count {
    margin-left: 5px
}

.j-comments__success {
    font-size: 14px
}

.j-property__item {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.j-property__separator {
    font-size: 0;
    width: 100%;
    height: 15px;
    margin: 0 5px;
    border-bottom: 1px dotted #dadada
}

.j-carousel .j-property {
    margin: 15px 0 0 0
}

.j-goods .j-property {
    margin: 0 0 15px 0
}

.j-one-click__send,
.j-one-click__button {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    height: 30px;
    padding: 0 25px;
    white-space: nowrap;
    color: #fff;
    border-radius: 2px;
    background: #be97c7;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-one-click__send:hover,
.j-one-click__button:hover {
    background: #b486be
}

.j-one-click__send:active,
.j-one-click__button:active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.j-one-click__send {
    height: 35px
}

.j-one-click__button {
    font-size: 14px;
    width: 100%;
    margin-top: 5px
}

.j-one-click input[type='text'] {
    height: 35px
}

.j-page__product .j-one-click__button {
    max-width: 300px;
    height: 40px
}

@media (max-width: 800px) {
    .j-page__product .j-one-click__button {
        max-width: 240px
    }
}

@media (max-width: 700px) {
    .j-page__product .j-one-click__button {
        max-width: 100%
    }
}

.j-goods__list .j-one-click__button {
    margin: 0 0 0 10px
}

.j-navigator {
    font-size: 12px;
    margin-bottom: 15px
}

.j-navigator__last {
    color: #be97c7
}

.j-navigator a:hover {
    text-decoration: underline
}

.j-page__static .j-navigator {
    display: none
}

.j-callme__button {
    margin: 0;
    margin-top: 5px;
    padding: 0
}

@media (max-width: 1024px) {
    .j-callme__button {
        margin-top: 0
    }
}

@media (max-width: 700px) {
    .j-callme__button {
        margin-top: 5px;
        text-align: left
    }
}

.j-callme__button:hover {
    color: #be97c7
}

.j-callme input[type='text'] {
    height: 35px
}

.j-callme__send {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    height: 30px;
    padding: 0 25px;
    white-space: nowrap;
    color: #fff;
    border-radius: 2px;
    background: #be97c7;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-callme__send:hover {
    background: #b486be
}

.j-callme__send:active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.j-categories__item {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    border-radius: 2px
}

.j-categories__item:hover {
    -webkit-box-shadow: 0 0 0 1px #be97c7;
    box-shadow: 0 0 0 1px #be97c7
}

.j-slider-images__button {
    color: #fff;
    border-radius: 2px;
    background: #be97c7
}

.j-slider-images__button:hover {
    background: #b486be
}

.j-slider-images .owl-pagination>div {
    border: 1px solid #be97c7;
    border-radius: 2px
}

.j-slider-images .owl-pagination>div.active,
.j-slider-images .owl-pagination>div:hover {
    background: #b486be
}

.j-last-views__button {
    color: #fff;
    border-radius: 2px;
    background: #be97c7
}

.j-last-views__button:hover {
    background: #b486be
}

.j-last-views__title {
    padding-bottom: 5px;
    border-bottom: 1px solid #be97c7
}

.j-last-views__item {
    border-radius: 2px
}

.j-last-views__item:hover {
    -webkit-box-shadow: inset 0 0 0 1px #be97c7;
    box-shadow: inset 0 0 0 1px #be97c7
}

.j-last-views__price__current {
    padding: 3px;
    border-radius: 2px;
    background: #fff3b5
}

.j-last-views__price__old {
    color: #777
}

.j-news {
    padding: 20px 10px;
    border-radius: 2px;
    background: #fff
}

.j-news__item {
    margin-top: 50px
}

.j-news__item:before,
.j-news__item:after {
    display: table;
    clear: both;
    content: ' '
}

.j-news__item:first-child {
    margin-top: 0
}

.j-news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.j-news__title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0
}

.j-news__title--small {
    font-size: 16px
}

.j-news__image {
    display: block;
    margin: 15px 0 10px 0
}

.j-news__image:not(.j-news__image--no-hover):hover img {
    opacity: .8
}

.j-news__date {
    margin-left: 15px;
    color: #777
}

.j-news__desc {
    line-height: 20px
}

.j-news__more {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    float: right;
    width: 130px;
    height: 30px;
    margin-top: 10px;
    padding: 0 25px;
    white-space: nowrap;
    color: #fff;
    border-radius: 2px;
    background: #be97c7;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-news__more:hover {
    background: #b486be
}

.j-news__more:active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.j-news__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.j-news__back .icon {
    margin-right: 2px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.j-news__back:hover .icon {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}

.j-news--small {
    margin-top: 25px;
    padding: 10px
}

.j-news--small:before,
.j-news--small:after {
    display: table;
    clear: both;
    content: ' '
}

.j-news--small .j-news__item {
    margin-top: 15px
}

.j-news--small .j-news__item:first-child {
    margin-top: 0
}

.j-news--small .j-news__date {
    font-size: 12px
}

.j-news--small .j-news__image {
    margin: 10px 0 0 0
}

.j-news--small .j-news__all-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    margin-top: 10px;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.j-news--small .j-news__all-news .icon {
    font-size: 12px;
    margin-left: 2px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.j-news--small .j-news__all-news:hover .icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.sizeMap-row span {
    font-size: 14px;
    font-weight: 500
}

.sizeMap-row .size {
    display: inline-block;
    min-width: 25px;
    min-height: 25px;
    margin: 10px 5px 5px 0;
    padding: 2px 5px;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    border: 2px solid #e6e6e6;
}

.sizeMap-row .size.active,
.sizeMap-row .color.active {
    border-color: #272727 !important
}

.sizeMap-row .size,
.sizeMap-row .color {
    border-radius: 20px
}

.sizeMap-row .color {
    display: inline-block;
    min-width: 25px;
    height: 25px;
    margin: 10px 5px 5px 0;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #e6e6e6
}

.size-block>span,
.color-block>span {
    display: block;
    min-width: 60px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 700;
}

.sklad p span {
    font-size: 16px;
    display: block;
    color: #b5b5b5
}

.product-wrapper .sizeMap-row .color,
.product-wrapper .sizeMap-row .size {
    font-size: 12px;
    display: inline-block;
    min-width: 22px;
    height: 22px;
    min-height: initial;
    margin: 10px 2px 5px 0;
    padding: 2px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e6e6e6;
    line-height: 17px
}

.product-wrapper .sizeMap-row .size span {
    font-size: 13px
}

.sizeMap-row .size span {
    font-weight: 400
}

.product-wrapper .sizeMap-row .size-block>span,
.product-wrapper .sizeMap-row .color-block>span {
    display: none
}

.sizeMap-row .color {
    background: -o-linear-gradient(top left, rgba(255, 255, 255, .25), rgba(0, 0, 0, .125));
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, .25)), to(rgba(0, 0, 0, .125)));
    background: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(0, 0, 0, .125))
}

.sizeMap-row .color,
.sizeMap-row .size,
.c-filter .color-filter .cbox {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.sizeMap-row .color:hover,
.sizeMap-row .size:hover {
    border-color: #656060
}

.mg-filter .color-filter span.value-name {
    padding-left: 5px;
}

.mg-filter .color-filter {
    display: inline-block
}

.filter-form .color-filter .cbox {
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
    border: none;
    background: -o-linear-gradient(135deg, rgba(255, 255, 255, .25), rgba(0, 0, 0, .125));
    background: linear-gradient(-45deg, rgba(255, 255, 255, .25), rgba(0, 0, 0, .125));
    -webkit-box-shadow: none;
    box-shadow: none
}

.filter-form .color-filter label:hover .cbox {
    -webkit-box-shadow: 0 0 0 3px #d9d9d9;
    box-shadow: 0 0 0 3px #d9d9d9
}

.filter-form .color-filter label [type='checkbox']:checked~.cbox {
    -webkit-box-shadow: 0 0 0 3px #272727;
    box-shadow: 0 0 0 3px #272727
}

.filter-form .mg-filter .mg-filter-item ul .color-filter label {
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.filter-form .mg-filter .mg-filter-item ul .color-filter label [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0
}

tr.sklad {
    border-bottom: 1px dotted #dadada
}

.sklad p span {
    font-size: 11px;
    display: block;
    color: #b5b5b5
}

.sklad p {
    margin: 0;
    padding: 5px 0;
    color: #524d4d
}

tr.sklad td:nth-child(2) {
    text-align: right;
    white-space: nowrap
}

.order-storage label [disabled]+span {
    text-decoration: line-through;
    color: #525252
}

.order-storage input[name='storage'] {
    margin-right: 7px
}

.c-order__title {
    font-weight: 700
}

.order-storage p.st-error,
.order-storage label {
    font-size: 13px;
    display: block;
    margin: 5px 0
}

.order-storage p.st-error {
    color: red
}

.order-storage.c-form {
    margin-bottom: 15px
}

.storage-field {
    margin-top: 20px
}

.order-storage.c-form .j-radio:before {
    float: left
}

.order-storage.c-form .j-radio span {
    line-height: 17px
}

i.c-order__list--item.c-order__radiobutton label {
    display: block;
    margin-bottom: 10px
}

li.c-order__list--item.c-order__checkbox label {
    margin: 10px 0
}

.wrapper li.c-order__list--item label input[type='checkbox'],
.wrapper li.c-order__list--item label input[type='radio'] {
    width: unset
}

li.c-order__list--item.c-order__radiobutton {
    display: block
}

.prop-string .prop-item {
    font-size: 13px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    list-style: none;
    color: #272727;
    border-bottom: 2px dotted #272727;
    align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    -ms-flex-align: end;
    -ms-flex-pack: justify;
    justify-content: space-between
}

ul.prop-string {
    padding: 0
}

.prop-string .prop-name {
    display: inline-block;
    max-width: 90%;
    padding-right: 5px
}

.prop-string .prop-spec {
    z-index: 1;
    float: right;
    width: 55%;
    padding-left: 5px
}

.prop-string .prop-spec,
.prop-string .prop-name,
.prop-string .prop-unit {
    margin-bottom: -5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #272727;
    background: #f1f1f1
}

.prop-string .name-group {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    margin: 15px 0;
    list-style: none;
    color: #272727
}

.prop-string .prop-item:hover span {
    color: #5b3f97
}

.prop-string .prop-item {
    cursor: text
}

.j-product.product-details-block span.c-variant__value {
    margin-left: 7px
}

.c-variant__price--not-available {
    font-weight: 100;
    margin-left: 5px;
    color: #dc4e41
}

.mg-filter .color-filter .j-checkbox:before,
.filter-form .mg-filter-body .mg-filter-item .value-name:after,
.filter-form .mg-filter-body .mg-filter-item .cbox:after {
    display: none
}

.filter-form .mg-filter-body .mg-filter-item span.value-name {
    margin: 0
}

.filter-form .mg-filter-body .mg-filter-item li.color-filter .cbox {
    margin: 3px
}

div[itemprop='aggregateRating'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

div[itemprop='aggregateRating'] span.info {
    line-height: 23px;
    margin-left: 5px
}

.j-goods__item div[itemprop='aggregateRating'] {
    margin-top: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-goods__item div[itemprop='aggregateRating'] span.info {
    line-height: 19px
}

.bread-crumbs {
    margin-bottom: 15px
}

.mg-recently-viewed-plugin {
    position: relative;
    width: 100%;
    margin: 35px 0;
    padding-bottom: 10px;
    text-align: center;
    background: #fff
}

.mg-recently-viewed-plugin h2.mg-recently-title {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 10px 0 10px;
    text-align: center;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background: #ffffff;
    line-height: 1.2;
}

.mg-recently-viewed-plugin h2.mg-recently-title .custom-arrow {
    display: none
}

.mg-recently-viewed-plugin .bx-wrapper {
    position: relative;
    padding-top: 20px
}

.mg-recently-viewed-plugin .bx-wrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background: #ffffff;
}

.mg-recently-viewed-plugin .mg-recently-product-name a {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-top: 10px;
    text-align: center;
    border-top: 1px dotted #dadada;
    border-bottom: 1px dotted #dadada;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mg-recently-viewed-plugin .mg-recently-product-wrapper .mg-recently-product-name {
    line-height: 17.5px;
    overflow: visible;
    height: auto
}

.mg-recently-viewed-plugin .mg-recently-product-wrapper .mg-recently-product-price {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 3px;
    text-transform: none;
    color: #272727;
    border-radius: 2px;
    background: #fff3b5;
}

.mg-recently-viewed-plugin .mg-recently-product-wrapper .addToCart,
.mg-recently-viewed-plugin .mg-recently-product-wrapper .product-info {
    display: none
}

.mg-recently-viewed-plugin .bx-controls-direction>a,
.slider-block .m-p-slider-wrapper .bx-controls-direction>a {
    font-size: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    width: 50px;
    height: 50px;
    margin: auto;
    cursor: pointer;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    opacity: 0;
    color: #fff;
    border-radius: 2px;
    background: #b486be;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mg-recently-viewed-plugin .bx-controls-direction>a:first-of-type {
    left: 0
}

.mg-recently-viewed-plugin .bx-controls-direction>a:last-of-type {
    right: 0
}

.mg-recently-viewed-plugin:hover .bx-controls-direction>a,
.slider-block:hover .m-p-slider-wrapper .bx-controls-direction>a {
    visibility: visible;
    opacity: 1
}

.mg-recently-viewed-plugin:hover .bx-controls-direction>a:first-of-type {
    left: -20px
}

.mg-recently-viewed-plugin:hover .bx-controls-direction>a:last-of-type {
    right: -20px
}

.mg-recently-viewed-plugin .bx-controls-direction>a:last-of-type:after,
.slider-block .m-p-slider-wrapper .bx-controls-direction>a:last-of-type:after {
    width: 22px;
    height: 22px;
    content: ' ';
    background: url(../images/arrow-next.png)
}

.mg-recently-viewed-plugin .bx-controls-direction>a:first-of-type:after,
.slider-block .m-p-slider-wrapper .bx-controls-direction>a:first-of-type:after {
    width: 22px;
    height: 22px;
    content: ' ';
    background: url(../images/arrow-prev.png)
}

.slider-block {
    max-height: 500px
}

.slider-block .m-p-slider-wrapper {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.slider-block .m-p-slider-wrapper .bx-controls-direction>a:first-of-type {
    left: 25px
}

.slider-block .m-p-slider-wrapper .bx-controls-direction>a:last-of-type {
    right: 25px
}

.slider-block:hover .m-p-slider-wrapper .bx-controls-direction>a:first-of-type {
    left: 5px
}

.slider-block:hover .m-p-slider-wrapper .bx-controls-direction>a:last-of-type {
    right: 5px
}

.slider-block .m-p-slider-wrapper .bx-controls-direction>a {
    z-index: 99
}

.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 2px;
    padding: 7px;
    cursor: pointer;
    border: 1px solid #be97c7;
    border-radius: 2px;
    background: transparent
}

.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    border-color: #b486be;
    background: #b486be
}

.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager {
    z-index: 51;
    margin-top: -25px
}

.mg-recently-viewed-plugin .bx-wrapper .bx-viewport {
    overflow: hidden !important
}

a.mg-buy-click-button.mg-plugin-btn {
    font-size: 14px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    width: 100%;
    height: 40px;
    height: 30px;
    margin-top: 5px;
    padding: 0 15px;
    white-space: nowrap;
    text-transform: none;
    color: #fff;
    border: none;
    border-radius: 2px;
    background: #be97c7;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wrapper-mg-buy-click {
    max-width: 300px;
}

button.mg-send-order-click-button.mg-buy-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    height: 35px;
    margin-left: 10px;
    padding: 0 25px !important;
    text-align: center;
    vertical-align: top;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none
}

.mg-price-buy-click span {
    font-size: 20px;
    font-weight: 100
}

.wrapper-modal-mg-buy-click button.close-mg-buy-button.mg-plugin-btn {
    display: none
}

a.send-ring-button.red-btn.default-btn {
    text-transform: none;
    border: none;
    text-shadow: none
}

.j-contact~.wrapper-back-ring {
    margin-top: 5px
}

.j-contact~.wrapper-back-ring button:first-child {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    color: #555;
    background: none
}

.j-contact~.wrapper-back-ring button:first-child:hover {
    background: none
}

.j-contact__dropdown button.back-ring-button.default-btn {
    padding: 0 5px
}

.wrapper-back-ring .back-ring-button.default-btn {
    height: 0 !important;
}

.j-contact~.wrapper-back-ring button:first-child:active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.go-back-link {
    line-height: 125%;
    display: inline-block;
    margin: 0 0 10px
}

h2.news-title {
    font-size: 1.5em;
    float: left;
    margin: 0 0 16px
}

.main-news-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 26px;
    border: 1px solid #eaeaea;
    text-align: center;
    max-height: 400px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.news-date {
    font-size: 12px;
    display: block;
    text-align: right
}

.main-news-item img {
    margin: 0;
    vertical-align: bottom
}

.j-goods__list .mg-buy-click-button.mg-plugin-btn {
    margin: 0
}

.j-goods__list .wrapper-mg-buy-click {
    margin: 0 0 0 10px
}

.c-variant {
    position: relative;
    width: 100%;
    margin-bottom: 15px
}

.c-variant tbody {
    display: inline
}

.c-variant:hover .c-variant__selected {
    background: #f2f2f2
}

.c-variant__selected {
    line-height: 30px;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 2px;
    background: #fff
}

.c-variant__selected__text {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

.c-variant__selected .icon {
    float: right;
    height: 100%;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    color: #999
}

.c-variant__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1px;
    padding: 5px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.c-variant__row:last-child {
    margin-bottom: 0
}

.c-variant__row:hover,
.c-variant__row--active {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .15)
}

.j-page__product .c-variant__row[data-count='0'] {
    background: #eaeaea
}

.c-variant__row[data-count='0'] .c-variant__value {
    text-decoration: line-through
}

.c-variant input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.c-variant__img {
    position: relative;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-right: 10px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-variant__img--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-variant__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.c-variant__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 10px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column
}

.c-variant__price {
    white-space: nowrap
}

.c-variant--toggle .c-variant__dropdown {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

.c-variant--toggle .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-variant__none {
    opacity: .5
}

.c-variant__none:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    content: 'Нет в наличии';
    color: #fff;
    background: #e74c3c;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-variant__none:hover.c-variant__none:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.j-product .c-variant {
    max-height: 300px;
    padding: 10px 0;
    border-radius: 2px;
    background: #fff;
    border-bottom: 1px dotted #dadada;
    overflow-y: auto;
}

.wholesales-data,
.storage-field {
    background: #fff;
    border-radius: 2px;
    margin-top: 15px;
    padding: 15px 10px 20px;
    font-size: 13px;
}

.j-product .c-variant__price {
    font-size: 16px;
    font-weight: 600;
    margin-left: auto
}

.j-product .c-variant__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #eaeaea;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.j-product .c-variant__column,
.j-product .c-variant__column .j-radio {
    width: 100%
}

.c-variant__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 5px
}

@media (max-width: 800px) {
    .j-product .c-variant {
        max-width: 240px
    }
}

@media (max-width: 700px) {
    .j-product .c-variant {
        width: 100%;
        max-width: 100%
    }
}

.j-product .c-variant__selected {
    display: none
}

.j-page__product .wrapper-mg-buy-click {
    width: 100%;
    max-width: 300px
}

.j-page__product a.mg-buy-click-button.mg-plugin-btn {
    height: 40px
}

.modal-mg-order-list li>span,
.agreement-container~br {
    display: none
}

.wrapper-modal-mg-buy-click {
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}

.mg-product-img {
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-modal-mg-buy-click,
.mg-action-buttons {
    border: none
}

.modal-mg-order-list li h3 {
    font-size: 20px;
    line-height: 125%;
    margin-bottom: 10px;
    color: #555
}

.content-modal-mg-buy-click {
    padding-top: 0
}

.modal-mg-order-list li input[type='text'] {
    padding: 0 10px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-mg-order-list li {
    margin: 0
}

.modal-mg-order-list li textarea {
    line-height: 20px;
    height: 100px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mg-price-buy-click {
    font-size: 20px;
    text-align: right;
    color: #555;
    background: none
}

.mg-recently-viewed .mg-recently-product-name a {
    line-height: 1.4;
    font-size: 16px;
}

.mg-recently-viewed .mg-recently-product-name {
    overflow: visible
}

@media (max-width: 1023px) {
    .slider-block .m-p-slider-wrapper .bx-controls-direction>a {
        visibility: visible;
        opacity: 1
    }
}

span.j-alert.j-alert__green {
    display: block
}

.captcha[type='text'] {
    width: auto
}

.mg-filter .color-filter {
    display: inline-block
}

.filter-form .color-filter .cbox {
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
    border: none;
    background: -o-linear-gradient(135deg, rgba(255, 255, 255, .25), rgba(0, 0, 0, .125));
    background: linear-gradient(-45deg, rgba(255, 255, 255, .25), rgba(0, 0, 0, .125));
    -webkit-box-shadow: none;
    box-shadow: none
}

.filter-form .color-filter label:hover .cbox {
    -webkit-box-shadow: 0 0 0 3px #d9d9d9;
    box-shadow: 0 0 0 3px #d9d9d9
}

.filter-form .color-filter label [type='checkbox']:checked~.cbox {
    -webkit-box-shadow: 0 0 0 3px #272727;
    box-shadow: 0 0 0 3px #272727
}

.filter-form .mg-filter .mg-filter-item ul .color-filter label {
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.filter-form .mg-filter .mg-filter-item ul .color-filter label [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0
}

.logo-block img {
    width: 100%;
    max-width: 300px
}

.currency-select>span {
    display: none
}

.j-main__article__top select {
    margin-bottom: 0
}

.selects select {
    max-width: 100px;
    height: 100%;
    padding: 0
}

@media (max-width: 500px) {
    .selects {
        display: none
    }
}

.mg-filter-item.mg-filter-item--visible>label {
    margin-top: 5px
}

.fancybox-navigation .fancybox-arrow--left,
.fancybox-navigation .fancybox-arrow--right,
.fancybox-navigation .fancybox-arrow--left:hover,
.fancybox-navigation .fancybox-arrow--right:hover {
    background-color: initial
}

.mg-filter>span {
    font-weight: 500;
    margin-right: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.mg-viewfilter-all {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.mg-filter>span {
    display: none
}

.filter-form .mg-filter-body .mg-filter-item--visible~span {
    display: block
}

.selects {
    height: 30px;
    margin-right: 4px
}

.selects select {
    border: none
}

.delivery-addition-info a {
    font-size: 12px;
    margin-left: 5px;
    padding: 2px 7px;
    text-transform: capitalize;
    color: #222;
    border-radius: 2px
}

.mg-trigger .mg-trigger-text {
    display: block
}

.mg-trigger-guarantee.horfloat {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.mg-trigger-guarantee.horfloat>.mg-trigger:last-child {
    margin-right: 0
}

@media screen and (max-width: 945px) {
    .mg-trigger-guarantee .mg-trigger {
        width: 31%;
        min-width: 200px
    }
}

@media screen and (max-width: 500px) {
    .j-trigger {
        display: none
    }
}

.buyClick_agreement {
    padding-right: 18px;
    text-align: right
}

.mg-price-buy-click {
    padding: 18px;
    background: #f5f5f5;
}

.buyClick_agreement .agreement-container {
    justify-content: flex-end!important;
}

.mg-price-buy-click {
    padding: 18px
}

@media screen and (max-width: 500px) {
    .wrapper-modal-mg-buy-click .mg-product-img {
        float: left;
        width: 85px;
        padding: 0
    }
    .content-modal-mg-buy-click {
        padding-top: 0
    }
}

.wrapper-modal-back-ring .agreement-container {
    display: block;
    margin-bottom: 10px
}

.wrapper-modal-back-ring ul>li:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 375px) {
    .modal-ring-list>li:nth-child(-n+4) span {
        display: none
    }
    .wrapper-modal-back-ring .modal-ring-list li {
        margin: 0
    }
    .content-modal-back-ring input {
        margin: 5px 0;
        height: 40px;
        font-size: 16px
    }
    .content-modal-back-ring textarea {
        font-size: 16px;
        margin-top: 5px
    }
}

.mg-advise {
    margin-top: 15px;
    padding: 10px;
    border-radius: 2px;
    background: #fff
}

.mg-advise__title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-align: center;
    border-bottom: 1px solid #dadada
}

.mg-advise .mg-plugin-product-slider-container {
    padding: 0
}

.mg-advise .caroufredsel_wrapper {
    min-height: 300px;
    margin: auto !important
}

.mg-advise .title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
    text-align: center
}

.mg-advise .slider-product {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center
}

.mg-advise .price {
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #cd4449
}

.mg-advise .product-buy {
    float: none !important;
    margin-top: 10px !important;
    color: #fff !important
}

.mg-advise .product-buy:active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mg-plugin-product-slider-container .mg-plugin-slider .slider-product .title {
    height: 35px
}

.product-wrapper .color-block>span,
.product-wrapper .size-block>span {
    display: none
}

.j-goods__grid .product-wrapper .color-block,
.j-goods__grid .product-wrapper .size-block {
    text-align: center
}

.product-wrapper .sizeMap-row .color,
.product-wrapper .sizeMap-row .size {
    font-size: 12px;
    margin-top: 0
}

.product-wrapper .sizeMap-row {
    min-height: 55px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mg-tooltip {
    font-size: 10px;
    line-height: 10px;
    position: relative;
    float: left;
    margin-left: 3px;
    padding: 0 3px;
    color: #909090;
    border: 1px solid;
    border-radius: 80px
}

.mg-tooltip:hover .mg-tooltip-content {
    display: block !important
}

.mg-tooltip-content {
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    z-index: 9;
    top: -5px;
    left: 23px;
    width: 260px;
    padding: 10px;
    white-space: normal;
    border: 1px solid;
    border-radius: 2px;
    background: #fff
}

.mg-tooltip-content:before {
    position: absolute;
    top: 3px;
    left: -11px;
    width: 0;
    height: 0;
    content: '';
    border-top: 7px solid transparent;
    border-right: 10px solid #6c6ab2;
    border-bottom: 7px solid transparent
}

.j-page__index .bread-crumbs {
    display: none
}

.prop-price {
    float: right
}

.whole-info .prop-item span {
    color: #272727
}

.prop-string .name-group {
    margin-top: 0
}

.prop-string .prop-item:last-of-type {
    margin-bottom: 0;
}

.mg-filter-item>ul>a {
    display: block;
    text-align: center
}

.j-footer__phone {
    max-width: 170px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.agreement-container.j-checkbox {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feedback-form-wrapper .agreement-container.j-checkbox {
    justify-content: flex-start;
}

.agreement-data-checkbox-checkout-btn>span {
    position: relative;
    z-index: 1
}

.show-more-agreement-data {
    position: relative;
    z-index: 2
}

.j-container {
    position: relative;
    height: 100px
}

.brands .property-form .hidder-element {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.brand-product-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brand-product-wrapper .product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 45%;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column
}

.product-wrapper .size-block,
.product-wrapper .color-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 -2px -5px 0;
}

.brand-product-wrapper .mg-buy-click-button.mg-plugin-btn {
    margin-top: 0
}

.products-wrapper.brands .addToCompare {
    padding: 10px 0 20px
}

.j-goods__left {
    width: 100%
}

.c-product__stock--out {
    font-weight: 100;
    padding: 3px 10px;
    border-radius: 2px;
    margin: 5px 0;
    display: block;
    text-align: center;
    background: #F44336;
    color: #fff;
}

.hidder-element>*,
.mg-buy-click-button.mg-plugin-btn {
    margin-bottom: 5px
}

.j-page__index .color-block>span,
.j-page__index .size-block>span {
    display: none
}

.j-cart__visible__ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100px;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: end;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column
}

.color-filter.disabled span.cbox:after {
    position: absolute;
    top: 47%;
    left: -2px;
    width: 117%;
    height: 1px;
    content: '';
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    background: #272727
}

.color-filter.disabled span.cbox {
    position: relative
}

li.color-filter.disabled {
    opacity: 1
}

.color-filter.disabled span.cbox:after {
    position: absolute;
    top: 47%;
    left: -2px;
    width: 117%;
    height: 1px;
    content: '';
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    background: #272727
}

.color-filter.disabled span.cbox {
    position: relative
}

li.color-filter.disabled {
    opacity: 1
}

.filter-form label [type='checkbox']:checked~.cbox {
    background: rgb(0, 0, 0)
}

.filter-form label .cbox {
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 218, 218);
    -o-border-image: initial;
    border-image: initial;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: rgb(255, 255, 255) 0 0 0 2px inset;
    box-shadow: rgb(255, 255, 255) 0 0 0 2px inset;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.filter-form .mg-filter .mg-filter-item ul li label {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.filter-form label:before {
    display: none
}

.filter-form .disabled-prop {
    cursor: default;
    opacity: .3
}

.mg-filter-prop-checkbox {
    width: 0;
    height: 0;
    opacity: 0
}

.wrapper-back-ring .back-ring-button.default-btn {
    display: none !important
}

li {
    list-style-position: inside
}

.form-list li,
.top-menu-list li,
.mg-main-menu li,
.product-status-list li,
.total-list li,
.small-cart-list li,
.sum-list li,
.delivery-details-list li,
.payment-details-list li,
.total li,
.js_phoneDropdown li,
footer li,
.j-modal__content li,
.mg-filter li,
.fast-result-list li {
    list-style: none
}

.mg-filter ul,
.form-list,
.top-menu-list,
.mg-main-menu,
.product-status-list,
.total-list,
.small-cart-list,
.sum-list,
.delivery-details-list,
.payment-details-list,
.total,
.js_phoneDropdown ul,
footer ul,
.j-leftmenu__content,
.j-topmenu__content,
.j-cart__visible__ul,
.j-contact__worktime__ul,
.j-leftmenu ul,
.main-product-slide,
.j-modal__content ul,
.fast-result-list {
    padding: 0
}

.whole-info .prop-item>span {
    background-color: #fff
}

.adress .j-contact__worktime__title,
.j-contact__worktime__title {
    width: 100%
}

.filter-form .mg-filter-body .mg-filter-item span.cbox {
    margin: 0 5px 0 0
}

.j-tab__content .prop-item span {
    background-color: #fff
}

.powered a {
    font-weight: 700
}

.powered a .red {
    color: #d90707
}

#tab-personal-3 .j-modal__content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column
}

.back-ring-button.default-btn {
    float: right
}

@media screen and (min-width: 701px) {
    .back-ring-button.default-btn {
        width: 100%
    }
}

.j-goods__grid .hidder-element {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.owl-wrapper-outer .j-goods__item .hidder-element {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 700px) {
    .j-page__product .wrapper-mg-buy-click {
        max-width: 100%
    }
}

.j-page__product .color-block>span {
    vertical-align: sub
}

.sizeMap-row .color {
    vertical-align: middle
}

.mg-brand {
    margin-top: 20px
}

.mg-brand .mg-brand-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.mg-brand .mg-brand-block .mg-brand-logo {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    max-width: 130px
}

.mg-brand .mg-brand-block .mg-brand-logo a {
    margin: 2px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

.brands .addToCompare {
    margin-left: 10px !important
}

.mg-brand-block .mg-brand-logo {
    width: 100%
}

.mg-brand .mg-brand-block .owl-item {
    float: left
}

.mg-brand .mg-brand-block .c-carousel__arrow {
    border: none;
    background: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    top: -11px
}

.mg-brand .mg-brand-block {
    overflow: hidden
}

.mg-brand .mg-brand-block .mg-brand-logo a {
    max-width: 100%
}

.mg-brand.j-carousel {
    display: block
}

.mg-brand.j-carousel .owl-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-wrapper.brands .cat-desc-img {
    width: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.j-alert__default {
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    color: #2d7091;
    border: 1px solid rgba(45, 112, 145, .3);
    border-radius: 4px;
    background: #ebf7fd;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.j-order__form .addressPartsContainer,
.j-order__form .addressPartsTitle {
    display: none
}

blockquote {
    padding: 10px 20px 5px;
    border-radius: 2px;
    background: #fff;
    border-left: 2px solid #4072bb;
    margin: 10px 0
}

.products-wrapper.brands .cat-desc {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mg-compare-fake-table-cell.with-tooltip {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.icon-style {
    padding-left: 25px;
    list-style: none !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    background-image: url(../../../mg-admin/design/images/icons/cash.png)
}

.icon-style.pay-5 {
    background-size: auto;
    padding-left: 45px
}

.icon-style.pay-1 {
    background-image: url(../../../mg-admin/design/images/icons/webmoney.png)
}

.icon-style.pay-2 {
    background-image: url(../../../mg-admin/design/images/icons/ya.png)
}

.icon-style.pay-3,
.icon-style.pay-4 {
    background-image: url(../../../mg-admin/design/images/icons/cash.png)
}

.icon-style.pay-12 {
    background-image: url(../../../mg-admin/design/images/icons/ya.png)
}

.icon-style.pay-12,
.icon-style.pay-13 {
    background-image: url(../../../mg-admin/design/images/icons/cash.png)
}

.icon-style.pay-5 {
    background-image: url(../../../mg-admin/design/images/icons/robo.png)
}

.icon-style.pay-6 {
    background-image: url(../../../mg-admin/design/images/icons/qiwi.png)
}

.icon-style.pay-7 {
    background-image: url(../../../mg-admin/design/images/icons/cash.png)
}

.icon-style.pay-8 {
    background-image: url(../../../mg-admin/design/images/icons/sci.png)
}

.icon-style.pay-9 {
    background-image: url(../../../mg-admin/design/images/icons/payanyway.png)
}

.icon-style.pay-10 {
    background-image: url(../../../mg-admin/design/images/icons/paymaster.png)
}

.icon-style.pay-11 {
    background-image: url(../../../mg-admin/design/images/icons/alfabank.png)
}

.icon-style.pay-14 {
    background-image: url(../../../mg-admin/design/images/icons/yandexkassa.png)
}

.icon-style.pay-15 {
    background-image: url(../../../mg-admin/design/images/icons/privat24.png)
}

.icon-style.pay-16 {
    background-image: url(../../../mg-admin/design/images/icons/liqpay.png)
}

.icon-style.pay-17 {
    background-image: url(../../../mg-admin/design/images/icons/sber.png)
}

.icon-style.pay-18 {
    background-image: url(../../../mg-admin/design/images/icons/tinkoff.png)
}

.icon-style.pay-19 {
    background-image: url(../../..//mg-admin/design/images/icons/paypal.png)
}

.icon-style.pay-21 {
    background-image: url(../../..//mg-admin/design/images/icons/paykeeper.png)
}

.icon-style.pay-20 {
    background-image: url(../../..//mg-admin/design/images/icons/comepay.png)
}

.icon-style.pay-22 {
    background-image: url(../../..//mg-admin/design/images/icons/cloudpayments.png)
}

.icon-style.pay-23 {
    background-image: url(../../..//mg-admin/design/images/icons/ya-pay-parts.svg)
}

.icon-style.pay-24 {
    background-image: url(../../..//mg-admin/design/images/icons/yandexkassa.png)
}

.icon-style.pay-25 {
    background-image: url(../../..//mg-admin/design/images/icons/apple.png)
}

.icon-style.pay-26 {
    background-image: url(../../..//mg-admin/design/images/icons/free-kassa.png)
}

.icon-style.pay-27 {
    background-image: url(../../..//mg-admin/design/images/icons/megakassa.png)
}

.icon-style.pay-28 {
    background-image: url(../../..//mg-admin/design/images/icons/qiwi.png)
}

.icon-style.pay-29 {
    background-image: url(../../..//mg-admin/design/images/icons/intellectmoney.png)
}

.icon-style.pay-31 {
    background-image: url(../../..//mg-admin/design/images/icons/qr.png)
}

.side-payment {
    padding-left: 10px
}

.mg-add-to-favorites,
.mg-remove-to-favorites {
    border: 1px solid;
    /* border-color: inherit; */
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 5px 4px 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 5px;
    line-height: 17px;
    position: absolute;
    top: -25px;
    background: #fff;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 125px;
    text-decoration: none
}

.product-wrapper:hover {
    border-top-right-radius: 0
}

.product-wrapper:hover .mg-add-to-favorites,
.product-wrapper:hover .mg-remove-to-favorites {
    opacity: 1;
    visibility: visible
}

.mg-add-to-favorites svg,
.mg-remove-to-favorites svg {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin-right: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mg-add-to-favorites svg,
.mg-remove-to-favorites:hover svg {
    stroke: #272727;
    fill: #fff
}

.mg-add-to-favorites:hover svg,
.mg-remove-to-favorites svg {
    stroke: #ffd325;
    fill: #ffc107
}

.remove__hover {
    display: none;
    width: 87px;
    text-align: center
}

.mg-remove-to-favorites--product .remove__hover {
    width: 102px
}

.mg-remove-to-favorites:hover .remove__text {
    display: none
}

.mg-remove-to-favorites:hover .remove__hover {
    display: inline-block
}

.favourite {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    text-decoration: none;
    background: rgb(73, 80, 163);
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 1px
}

@media (max-width: 500px) {
    .favourite {
        padding: 7px;
    }
}

.j-favourite--open {
    visibility: visible;
    opacity: .6;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.j-favourite--open:hover {
    opacity: .9
}

.mg-remove-to-favorites--product,
.mg-add-to-favorites--product {
    visibility: visible;
    opacity: 1;
    top: 0;
    z-index: 51;
    border: 0;
    background: transparent;
    font-size: 12px;
    padding: 0
}

.mg-remove-to-favorites--product svg,
.mg-add-to-favorites--product svg {
    vertical-align: bottom;
    width: 20px;
    height: 20px
}

.mg-product-slides {
    position: relative
}

@media screen and (max-width: 550px) {
    .mg-remove-to-favorites--product,
    .mg-add-to-favorites--product {
        margin: 0 0 15px
    }
}

.c-carousel--index .owl-stage-outer {
    padding-top: 26px
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.favourite__text svg {
    width: 20px;
    height: 20px;
    fill: #ffc107;
    vertical-align: text-bottom
}

.mg-add-to-favorites:hover,
.mg-remove-to-favorites:hover {
    text-decoration: none
}

.product-wrapper {
    position: relative
}

.m-p-products-slider .owl-carousel .owl-wrapper-outer {
    padding-top: 25px
}

.fancybox-button svg {
    width: 30px;
    max-width: initial;
    overflow: visible
}

.mg-trigger-guarantee.horfloat .mg-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.mg-trigger-guarantee .mg-trigger .mg-trigger-icon,
.mg-trigger .mg-trigger-text {
    margin-bottom: 0
}

.mg-trigger-guarantee img,
.mg-trigger-guarantee i {
    display: inline
}

.mg-trigger-guarantee .mg-trigger {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.j-seo__hidden {
    display: none;
    margin-top: 20px
}

.j-seo__show {
    display: block !important;
    margin: 18px auto 0
}

.j-seo {
    font-size: 18px;
    margin-top: 25px;
    padding: 20px;
    border-radius: 2px;
    background: #fff
}

.j-seo__top {
    margin-bottom: 20px
}

.bread-crumbs a {
    text-decoration: underline
}

.bread-crumbs a:hover {
    text-decoration: none
}

.form-designer-submit button.form-plugin-submit {
    font-size: 16px;
    text-shadow: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px
}

.mg-form-designer {
    border-radius: 2px
}

#tab-delivery ul {
    padding-left: 10px
}

text-bold {
    font-weight: 700;
}

.wrapper-faq {
    background: #fff;
    padding: 15px;
    border-radius: 2px;
}

.mg-news-details {
    background: #fff;
    padding: 25px;
    border-radius: 2px;
}

.mg-main-news-item {
    background: none;
}

.open-3d {
    background: #fff;
    padding: 5px;
}

.main-news-item img {
    border: 1px solid #eaeaea;
    padding: 15px;
    border-radius: 2px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.m-p-products-slider-start .owl-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.m-p-products-slider-start .j-carousel .owl-item>div {
    height: 100%;
}

.m-p-products-slider-start .owl-wrapper-outer {
    padding-top: 25px;
}

.j-carousel {
    opacity: 0;
}

.product-details-image {
    display: none;
}

.m-p-slider-wrapper h2 {
    font-size: 22px;
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #dadada;
}

.m-p-slider-wrapper .bx-wrapper {
    position: relative;
}

.j-goods__count {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    font-size: 13px;
}

.j-goods__count--in:before {
    top: 0;
    left: -15px;
    bottom: 2px;
    content: '';
    width: 8px;
    height: 4px;
    margin: auto;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 2px solid #4eba06;
    border-bottom: 2px solid #4eba06;
}

.j-goods__count--in {
    color: #2ecc71;
}

.j-goods__count--out {
    color: #cc0008;
}

.j-goods__count--out:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.j-goods__count--out:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.j-goods__count--out:after,
.j-goods__count--out:before {
    top: 2px;
    left: -9px;
    bottom: 0px;
    width: 1px;
    height: 10px;
    content: '';
    margin: auto;
    position: absolute;
    background: #e44d4d;
}

.j-goods__code {
    text-align: center;
    font-size: 12px;
    color: #a2a2a2;
    display: block;
    margin: 5px 0 2px;
}

.mg-rating-count {
    font-size: 13px;
    vertical-align: text-top;
    color: #a2a2aa;
}

.dailyProduct {
    margin: 0 auto;
}

.product-wrapper .rating-wrapper {
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.j-topmenu__a {
    overflow: hidden;
}

.j-typography__list li:before {
    content: '';
    background: #be97c7;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.j-goods__list .j-goods__count {
    margin: 5px 0 0 15px;
}

.rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-wrapper .rating-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-opfields-data {
    border-top: 1px dotted #dadada;
    border-bottom: 1px dotted #dadada;
    margin-bottom: 10px;
    padding: 10px 0;
}

.product-opfield {
    border-bottom: 1px dotted #a7a2a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    color: #a7a2a2;
    font-size: 13px;
}

.product-opfield span {
    background: #fff;
    margin-bottom: -5px;
}

.product-opfield__value {
    color: #272727;
    padding-left: 5px;
}

.product-opfield__name {
    padding-right: 5px;
}

.product-opfields-data:empty {
    display: none;
}

.product-opfields-data_product {
    border-top: 0;
}

.product-opfields-data_product .product-opfield {
    color: #272727;
}

.c-product__stock--in {
    color: #2ecc71;
}

.mg-slider-products .j-goods__item {
    width: 100%;
}

.brands .c-carousel__title:before {
    display: none;
}

.mg-buy-click-button.mg-plugin-btn:before {
    content: '';
    background: url(../images/cursor.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
    margin-right: 5px;
}

.mg-recently-viewed-plugin .bx-next,
.mg-recently-viewed-plugin .bx-next:hover {
    background-position: initial!important;
}

.order-settings {
    margin-bottom: 15px;
}

.mg-product-slides .bx-viewport {
    overflow: visible!important;
}

.c-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 2px solid #dadada;
}

.deliveryInfo {
    padding-top: 5px;
    color: #777;
    line-height: 1.4;
    padding-left: 33px;
    flex: 1;
}

.c-phone-registry {
    background: #fff;
    color: #000;
    margin: -11px -12px;
    width: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.c-phone-registry [src="captcha.html"] {
    vertical-align: middle;
}

.c-phone-registry .custom-text {
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    color: #3c763d;
    background: #dff0d8;
    font-size: 14px;
}

.c-phone-registry__list {
    width: 100%;
    max-width: 485px;
}

.c-phone-registry__tip {
    font-size: 12px;
    color: #9f999f;
    margin-top: 15px;
    display: block;
}

.c-phone-registry .name-input input {
    width: 100%;
}

.mg-error {
    padding: 15px 15px 15px 10px;
    box-sizing: border-box;
    margin: 20px 0;
    color: #d85030;
    border-color: rgba(216, 80, 48, .3);
    background: #fff1f0;
}

.j-alert__red {
    margin-top: 20px;
}

.restore-pass .custom-text {
    width: auto;
}

.j-images.mg-product-slides .bx-viewport {
    height: 450px;
}

.agreement-data-denied .show-more-agreement-data {
    color: red !important;
}

.show-more-agreement-data {
    text-decoration: underline;
}

.j-seo__top p {
    font-size: 14px;
    margin-bottom: 0;
}

.mg-poll-container .mg-poll-variants li label {
    padding-left: 20px !important;
    margin-bottom: 15px;
}

.mg-poll-container .mg-poll-variants li label::before {
    position: absolute;
    left: 0;
}

.j-carousel__title-before {
    font-size: 22px;
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #dadada;
}

.create-user-account-form p.custom-text {
    float: none;
}

.create-user-account-form .register-btn {
    margin-top: 10px;
}

#chd-show-more-button{
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    height: 30px;
    padding: 0 25px;
    white-space: nowrap;
    color: #fff;
    border-radius: 2px;
    background-color: #22184c;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}


#chd-show-more-button:hover{
    background: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(0, 0, 0, .125));
    background-color: #5b59a9;
}

.j-product .wrapper-chd-request-price {
    margin: 0 0 5px 0 !important;
}

.j-product .chd-request-price-btn {
    height: 100% !important;
}