

/* Start:/local/markup/build/js/slick/slick.css?17650450021776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/markup/build/js/slick/slick-theme.css?17650450023145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/markup/build/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/markup/build/js/slick/./fonts/slick.eot');
    src: url('/local/markup/build/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/markup/build/js/slick/./fonts/slick.woff') format('woff'), url('/local/markup/build/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/markup/build/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/markup/build/css/style.min.css?1765045002131080*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;font-family:'Circe Regular',Arial,sans-serif;font-size:15px;color:#646464;background-image:url(/local/markup/build/css/../img/bg.png);background-repeat:repeat-y;background-position:top center}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:'Circe Light';font-weight:400;font-style:normal;src:local('Circe Light'),url(/local/markup/build/css/../fonts/Circe/Circe-Light.eot?#iefix) format('embedded-opentype'),url(/local/markup/build/css/../fonts/Circe/Circe-Light.woff) format('woff'),url(/local/markup/build/css/../fonts/Circe/Circe-Light.ttf) format('truetype')}@font-face{font-family:'Circe Regular';font-weight:400;font-style:normal;src:local('Circe Regular'),url(/local/markup/build/css/../fonts/Circe/Circe-Regular.eot?#iefix) format('embedded-opentype'),url(/local/markup/build/css/../fonts/Circe/Circe-Regular.woff) format('woff'),url(/local/markup/build/css/../fonts/Circe/Circe-Regular.ttf) format('truetype')}@font-face{font-family:'Circe Bold';font-weight:400;font-style:normal;src:local('Circe Bold'),url(/local/markup/build/css/../fonts/Circe/Circe-Bold.eot?#iefix) format('embedded-opentype'),url(/local/markup/build/css/../fonts/Circe/Circe-Bold.woff) format('woff'),url(/local/markup/build/css/../fonts/Circe/Circe-Bold.ttf) format('truetype')}@font-face{font-family:'Roboto-Condensed-Bold';font-weight:400;font-style:normal;src:local("Roboto-Condensed-Bold"),url(/local/markup/build/css/../fonts/Roboto-Condensed-Bold.ttf) format('truetype')}@font-face{font-family:'FontAwesome';font-weight:400;font-style:normal;src:local('FontAwesome'),url(/local/markup/build/css/../fonts/fontawesome/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),url(/local/markup/build/css/../fonts/fontawesome/FontAwesome.otf) format('opentype'),url(/local/markup/build/css/../fonts/fontawesome/fontawesome-webfont.svg#alsrubl) format('svg')}@font-face{font-family:'MyriadProRegular';font-weight:400;font-style:normal;src:local('MyriadProRegular'),url(/local/markup/build/css/../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix) format('embedded-opentype'),url(/local/markup/build/css/../fonts/MyriadProRegular/MyriadProRegular.otf) format('opentype'),url(/local/markup/build/css/../fonts/MyriadProRegular/MyriadProRegular.ttf) format('truetype'),url(/local/markup/build/css/../fonts/MyriadProRegular/MyriadProRegular.woff) format('woff')}@font-face{font-family:'als_rublregular';font-weight:400;font-style:normal;src:local('als_rublregular'),url(/local/markup/build/css/../fonts/alsrubl-webfont.eot?#iefix) format('embedded-opentype'),url(/local/markup/build/css/../fonts/alsrubl-webfont.woff) format('woff'),url(/local/markup/build/css/../fonts/alsrubl-webfont.ttf) format('truetype'),url(/local/markup/build/css/../fonts/alsrubl-webfont.svg#als_rublregular) format('svg')}.rub{font-family:'als_rublregular'}a,div,input{box-sizing:border-box}input{border-radius:0}a{cursor:pointer}button:active,button:focus{outline:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;outline:none}:active,:focus,:hover{outline:0;outline-offset:0}button,input[type=button],input[type=file],input[type=reset],input[type=submit]{-webkit-appearance:none;cursor:pointer;outline:none;border:none}#wrapper{height:100%;overflow:hidden;table-layout:fixed;position:relative}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}#wrapper,.table{display:table}.table-row{display:table-row}.table-cell{display:table-cell}.wrapper{width:1034px;margin:0 auto}.artd-container{max-width:1200px;margin:0 auto;background-color:#fff;z-index:1;position:relative}.inner-page-title,.section-title{display:inline-block;font-family:'MyriadProRegular',Arial,sans-serif;font-size:32px;color:#686867;font-weight:400;letter-spacing:2px;margin:0;padding:50px 0;position:relative;z-index:2}.section-title--s::after{position:absolute;content:'';left:50%;top:50%;margin-left:-127px;margin-top:-51.5px;width:254px;height:103px;background-image:url(/local/markup/build/css/../img/bg-title1.png);background-size:254px 103px;background-repeat:no-repeat;background-position:center;z-index:-1}.inner-page-title--l::after,.inner-page-title--m::after,.inner-page-title--s::after,.section-title--l::after,.section-title--m::after{position:absolute;content:'';left:50%;top:50%;margin-left:-180.5px;margin-top:-68.5px;width:361px;height:137px;background-image:url(/local/markup/build/css/../img/bg-title2.png);background-size:361px 137px;background-repeat:no-repeat;background-position:center;z-index:-1}.inner-page-title--l::after,.inner-page-title--m::after,.inner-page-title--s::after,.section-title--l::after{margin-left:-215px;width:430px;background-image:url(/local/markup/build/css/../img/bg-title3.png);background-size:430px 137px}.inner-page-title{padding:20px 0 25px}.inner-page-title--l::after,.inner-page-title--m::after,.inner-page-title--s::after{margin-left:-87px;margin-top:-48px;width:254px;height:103px;background-image:url(/local/markup/build/css/../img/bg-title1.png);background-size:254px 103px}.inner-page-title--l::after,.inner-page-title--m::after{margin-left:-180.5px;margin-top:-68.5px;width:361px;height:137px;background-image:url(/local/markup/build/css/../img/bg-title2.png);background-size:361px 137px}.inner-page-title--l::after{margin-left:-215px;width:430px;background-image:url(/local/markup/build/css/../img/bg-title3.png);background-size:430px 137px}.inner-page-description{padding:10px 0 30px;font-size:15px;line-height:24px;color:#686867}.section-title__row{text-align:center}.section__subtitle{font-size:24px;font-weight:700;color:#000}.btn{display:inline-block;text-decoration:none;font-family:'Circe Regular',Arial,sans-serif}.btn__grey{font-size:18px;line-height:36px;padding:0 50px;color:#686867;border:1px solid #686867}.btn__grey:hover{background:#686867;color:#fff}.btn-type1,.btn__purple{text-align:center;padding:0 10px}.btn__purple{font-size:18px;line-height:36px;border:1px solid #c436a2;background:#fff;color:#c436a2}.btn__purple:hover{background:#c436a2;color:#fff}.btn-type1{background:#be37a6;color:#fff}.btn-type1:hover{background:#a2298d}.required{font-size:17px;color:#d028ab;font-weight:700}.required-info{font-size:14px;line-height:16px;color:#4a4a4a}.content-width{width:1200px;margin:0 auto;overflow:hidden}.artd-header{padding:20px 0 0}.artd-header .wrapper-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:25px}.header__left{padding-right:35px}.logo{width:280px}.logo__img{width:246px}#wrapper,.logo__img img{width:100%}.logo__text{line-height:20px;font-size:15px;margin-bottom:15px}.header__right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.header__right-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}.header__phone a{color:#c436a2;font-family:'Circe Bold',Arial,sans-serif;font-weight:700;line-height:23px;text-decoration:none;margin-right:15px}.header__right-bottom,.header__right-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__phone a,.phone-icons,.phone-icons-item{display:inline-block;vertical-align:middle}.phone-icons-item{text-decoration:none;font-size:0;width:19px;height:19px;margin-right:8px;background-repeat:no-repeat;background-position:center}.phone-icons-item--telegram{background-image:url(/local/markup/build/css/../img/telegram.svg);background-size:16px 17px}.phone-icons-item--whatsapp{background-image:url(/local/markup/build/css/../img/whatsapp.svg);background-size:17px 17px}.phone-icons-item--viber{background-image:url(/local/markup/build/css/../img/viber.png);background-size:16px 19px}.header__top-menu-list{list-style:none;padding:0;margin:0}.header__top-menu-item{display:inline-block;vertical-align:top;margin-right:15px}.header__top-menu-item:last-child{margin-right:0}.header__top-menu-link{line-height:23px;font-size:15px;color:#727272;text-decoration:none}.header__top-menu-link:hover{color:#c436a2}.user-menu__link{display:inline-block;vertical-align:top;max-width:80px;overflow:hidden;font-size:0;text-decoration:none;margin-right:20px}.user-menu__link:last-child{margin-right:0}.user-menu__link span{display:block;font-family:'Circe Bold',Arial,sans-serif;font-size:12px;line-height:15px;color:#000;font-weight:700;text-align:center}.user-menu__link i{display:block;width:31px;height:31px;background-position:center;background-repeat:no-repeat;margin:0 auto 10px}.user-menu__link--personal span{font-family:'MyriadProRegular',Arial,sans-serif}.user-menu__link--personal i{background-image:url("/local/markup/build/css/../img/profile sketch.png");background-size:25px 31px}.user-menu__link--favorites i{background-image:url(/local/markup/build/css/../img/heart.png);background-size:28px 25px}.user-menu__link--favorites i:hover{background-image:url(/local/markup/build/css/../img/favorite.png);background-size:28px 25px}.user-menu__link--basket i{background-image:url("/local/markup/build/css/../img/basket sketch.png");background-size:30px 25px}.user-menu__link--basket i:hover,.user-menu__link--basket.basketfull i{background-image:url(/local/markup/build/css/../img/basket-hover.png);background-size:30px 25px}.user-menu__link--personal.auth i{background-image:url("/local/markup/build/css/../img/user sketch.png");background-size:31px 31px}.search-form .search-box{position:relative;display:inline-block;width:505px;height:35px;line-height:35px;vertical-align:middle;background:url(/local/markup/build/css/../img/search-bg.png);border:1px solid #e0e0e2}.search-box input#search,.search-icon{border:none;background:0 0;outline:none;color:#727272}.search-box input#search{padding-left:10px;padding-right:35px;width:100%;height:100%;font-size:15px}.search-icon{position:absolute;right:8px;top:50%;margin-top:-10px;width:20px;height:20px;cursor:pointer;font-size:0}.search-icon i{font-size:15px}.search-icon:hover{color:#c436a2}.search-form-opener{display:none}.main-nav{display:block;background-color:#6bbbfa;background-image:url(/local/markup/build/css/../img/bg-nav.png);background-position:center;background-repeat:no-repeat;background-size:cover}.main-nav__menu{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.main-nav__menu-item{display:inline-block;vertical-align:top;position:relative}.main-nav__menu-link{display:block;font-size:14px;line-height:48px;text-transform:uppercase;color:#fff;text-decoration:none;padding:0 8px}.main-nav__menu-link:hover{background-color:rgba(0,0,0,.1);color:#fff;text-decoration:none}.promo-block{margin-bottom:45px}.promo-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:40px;padding-top:10px}.promo-block__slider-box{width:684px}.promo-block__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:40px}.promo-block__right-img{font-size:0}.promo-block__right-img img{width:100%;max-width:100%}.promo-slider a{display:none;font-size:0}.promo-slider a:first-child{display:block}.artd-dots,.promo-slider.slick-slider a{display:block}.artd-dots{position:absolute;left:0;bottom:-33px;width:100%;padding:20px 0 0;margin:0;list-style:none;text-align:center}.artd-dots li{position:relative;margin:0 5px;padding:0;cursor:pointer}.artd-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:0;cursor:pointer;color:transparent;outline:none;background:0 0;border-radius:50px;border:1px solid #a9b8fb}.artd-dots li button:hover{border:1px solid #7b97f9}.artd-dots li.slick-active button{border:3.5px solid #90b6f7}.promo-slider.slick-dotted.slick-slider{margin-bottom:35px}.slider-arrow-btn{position:absolute;width:21px;height:39px;top:50%;margin-top:-20px;background:0 0;font-size:0;z-index:4;background-position:center;background-repeat:no-repeat;background-size:21px 39px}.slider-arrow-btn--s{width:13px;height:24px;background-size:13px 24px;margin-top:-12px}.slider-arrow-btn--prev{left:-46px;background-image:url(/local/markup/build/css/../img/arrow-prev.png)}.slider-arrow-btn--next{right:-46px;background-image:url(/local/markup/build/css/../img/arrow-next.png)}.slider-arrow-btn--s.slider-arrow-btn--prev{left:-36px}.slider-arrow-btn--s.slider-arrow-btn--next{right:-36px}.product-info-slider-btn{position:absolute;width:10px;height:24px;background:0 0;font-size:0;z-index:4;background-position:center;background-repeat:no-repeat;background-size:10px 24px}.product-info-slider-btn--next,.product-info-slider-btn--prev{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.product-info-slider-btn--prev{left:50%;margin-left:-5px;top:-32px;background-image:url(/local/markup/build/css/../img/arrow-prev.png)}.product-info-slider-btn--next{right:50%;margin-right:-5px;bottom:-32px;background-image:url(/local/markup/build/css/../img/arrow-next.png)}.artd-dots li,.product-list-slider .slick-slide img{display:inline-block}.catalog-menu-section{margin-bottom:40px}.catalog-menu__list{font-size:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.catalog-menu__item-name{font-size:18px;line-height:23px;text-align:center}.catalog-menu__item{display:inline-block;width:120px;margin-right:9px;text-decoration:none;color:#5b5b5b;margin-bottom:20px}.catalog-menu__item:last-child{margin-right:0}.catalog-menu__item:hover{color:#c436a2}.catalog-menu__item-img{position:relative;z-index:2;width:75px;height:91px;margin:0 auto 10px}.catalog-menu__item-img img{position:relative;z-index:2;width:100%}.catalog-menu__item:hover .catalog-menu__item-img::after{position:absolute;z-index:1;content:'';width:183px;height:135px;top:-20px;left:50%;margin-left:-91px;background:url(/local/markup/build/css/../img/bg-menu-item.png);background-size:183px 135px;background-repeat:no-repeat;background-position:center}.product-item-wrapper{display:inline-block;vertical-align:top;position:relative;width:25%;padding:20px 10px}.product-item{position:relative;display:block;vertical-align:top;text-align:center;border-radius:3px}.product-item,.product-item-wrapper .product-item{padding:0 0 15px}.product-item.hover{box-shadow:0 0 0 1px #c436a2}.product-item__photo{width:100%;height:231px;overflow:hidden;display:block;text-align:center;line-height:231px}.product-item__photo img{max-width:90%;position:relative;vertical-align:middle;margin:0 auto}.product-item__name{display:block;padding:15px 10px 0;color:#000;font-size:16px;line-height:18px;text-decoration:none;text-align:center;margin-bottom:20px}.product-item__cost{text-align:center;color:#c436a2;font-weight:700;font-size:15px;margin-bottom:12px}.product-item__quantity-box,.product-item__quantity-box input{font-size:0;display:inline-block;vertical-align:top}.product-item__btn-basket,.product-item__btn-report,.product-item__quantity-btn{display:inline-block;vertical-align:top;line-height:32px;font-size:15px;text-decoration:none}.product-item__quantity-btn{width:32px;height:32px;background:#f1d9f7;font-weight:700;color:#c436a2}.product-item__quantity-box input{border:2px solid #d028ab;width:32px;height:32px;line-height:32px;font-size:15px;text-align:center;color:#c436a2;font-weight:700}.product-item__btn-basket,.product-item__btn-report{padding:0 13px;font-family:'MyriadProRegular',Arial,sans-serif;color:#fff;text-transform:uppercase;background:#be37a6}.product-item__btn-report{font-family:'Circe Bold',Arial,sans-serif;font-size:10px}.product-item__activity{font-size:0}.product-item__activity-row{display:none}.product-item.hover .product-item__activity-row{display:block;position:absolute;bottom:-16px;left:0;right:0;text-align:center}.product-item .date__row{font-size:14px;font-family:'Circe Bold',Arial,sans-serif;color:#be37a6;padding-bottom:18px}.bx-touch .product-item{padding:0 0 15px!important}.product-item__cost{padding-right:38px;padding-left:38px;position:relative}.old-cost{position:relative;color:#2f2e2f;margin-right:2px;font-size:13px}.old-cost::after{position:absolute;content:'';right:-2px;left:-2px;top:50%;margin-top:-.5px;width:100%;height:1px;background:#f43d69}.new-cost,.old-cost{display:inline-block}.tags-section{padding-top:70px}.tags-nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tags-nav__item{width:30%;margin-right:5%}.tags-nav__item:nth-child(3n){margin-right:0}.tags-nav__item-title{font-size:18px;line-height:20px;color:#c436a2;margin-bottom:8px;font-weight:700}.tags-nav__item-list{list-style:none;margin:0;padding:27px;border:1px solid #dbecff;text-align:center}.tags-nav__item-teg{position:relative;display:inline-block;padding-left:12px;margin-right:15px}.tags-nav__item-teg::before{position:absolute;content:'#';left:0;top:0;line-height:24px;color:#878787}.tags-nav__item-tag-link{font-size:15px;line-height:24px;text-decoration:none;color:#878787}.tags-nav__item-tag-link:hover{color:#c436a2;text-decoration:underline}.news-section .wrapper{padding-bottom:80px}.news__item,.news__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.news__list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:30px;-ms-flex-wrap:wrap;flex-wrap:wrap}.news__item{-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:49%;margin-right:2%;overflow:hidden;text-decoration:none;font-size:15px;color:#646464}.news__item:nth-child(2n){margin-right:0}.news-section__btn-row{text-align:center;padding-top:20px}.news__item-title{color:#c436a2;font-size:20px;margin-bottom:10px}.news__item-photo{margin-right:12px;width:162px;min-width:162px;max-width:162px;font-size:0;overflow:hidden;max-height:215px}.news__item-photo img{width:100%}.subscribe-section{background:#edf5fb}.subscribe-section-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:20px 0 30px}.social-block,.subscribe-block{width:50%}.subscribe-section__title{font-size:18px;color:#4b4b4b;margin-bottom:15px}.subscribe__form-field{font-size:0}.subscribe__form-email{display:inline-block;vertical-align:top;width:290px;border:2px solid #989999;background:#fff;font-size:15px;line-height:18px;padding:5px 10px;color:#646464;margin-right:9px}.subscribe__form-btn{display:inline-block;vertical-align:top;font-size:0;width:42px;height:32px;background-color:transparent;background-image:url(/local/markup/build/css/../img/e-mail.png);background-position:center;background-repeat:no-repeat}.subscribe__checkbox.checkbox{position:relative;display:block;padding-left:18px;margin-top:9px}.subscribe__checkbox.checkbox input{position:absolute;top:auto;left:-9999px}.subscribe__checkbox .checkbox-icon{position:absolute;left:0;top:0;width:12px;height:12px;border:1px solid #badace;background:#fff;cursor:pointer}.subscribe__checkbox .checkbox-text{display:inline-block;vertical-align:bottom;font-size:13px;color:#646464}.subscribe__checkbox .checkbox-text a{color:#646464}.footer__bottom a:hover,.subscribe__checkbox .checkbox-text a:hover{text-decoration:none}.subscribe__checkbox.checkbox input:checked+.checkbox-icon::before{content:'';position:absolute;top:50%;margin-top:-3px;left:50%;margin-left:-3px;height:6px;width:6px;background:#c536a2}.footer__main{padding:45px 0 0}.footer__main-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__main-bottom{padding:32px 0;border-bottom:1px solid #dce7e3}.footer__bottom,.footer__bottom-links,.footer__main-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;color:#999;padding:25px 0}.footer__bottom a{color:#999}.footer__bottom-links{width:50%}.footer__sites-block{width:60%;padding-right:20px}.footer__info-text{width:40%}.footer__main-contacts-info span,.footer__main-contacts-phone-number span,.footer__phone-icons{display:block}.footer__main-nav{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.footer__main-payments{padding-left:30px}.footer__main-contacts{padding-right:40px}.footer__payments-list{list-style:none;font-size:0;padding:40px 0 0;margin:0 0 25px}.footer__payments-item{display:inline-block;width:50px;margin-right:10px}.footer__payments-item:last-child{margin-right:0}.footer__sites-list{list-style:none;margin:0;padding:15px 0 0;font-size:0}.footer__sites-item{display:inline-block;margin-right:18px}.footer__sites-item a{display:inline-block;font-size:15px;line-height:17px;color:#646464;text-decoration:none;border-bottom:1px solid #646464}.footer__sites-item a:hover{border-bottom:none}.footer__title{font-size:17px;color:#141415}.footer__send-review{font-size:16px;color:#141415}.footer__main-contacts-info a:hover,.footer__nav-submenu-item--more .footer__nav-submenu-link:hover,.footer__send-review:hover{text-decoration:none}.footer__send-review-box{padding-top:33px}.footer__send-review{position:relative}.footer__send-review::before{position:absolute;content:'';top:-30px;left:0;width:26px;height:24px;background:url(/local/markup/build/css/../img/like.png) no-repeat center;background-size:26px 24px}.footer__info-text{color:#999}.footer-wrapper{background-color:#fff}.footer__nav-menu{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__nav-submenu{list-style:none;margin:0;padding:20px 0 0}.footer__nav-menu-link{font-size:17px;color:#141415;text-decoration:none}.filter-nav-list li.active a,.footer__nav-menu-link:hover,.footer__nav-submenu-link:hover,.main-nav__drop .drop .drop-list a:hover,.main-nav__drop .drop .title a:hover,.main-nav__drop .main-nav__drop-holder>ul>li.has-drop-down:hover .item::after,.main-nav__drop .main-nav__drop-holder>ul>li.item-hover .item>a,.main-nav__drop .main-nav__drop-holder>ul>li:hover .item>a{color:#c436a2}.footer__nav-submenu-link{font-size:15px;line-height:16px;color:#646464;text-decoration:none}.footer__nav-submenu-item{margin-bottom:5px}.footer__nav-submenu-item:last-child{margin-bottom:0}.footer__nav-submenu-item--more .footer__nav-submenu-link{color:#c436a2;text-decoration:underline}.checkbox input,.footer-links-nav-alt{position:absolute;top:auto;left:-9999px}.social__list{font-size:0}.social__item-link{display:inline-block;font-size:0;vertical-align:top;width:32px;height:32px;background-color:transparent;margin-right:10px;margin-bottom:10px}.footer__phone-icons.phone-icons .phone-icons-item:last-child,.social__item-link:last-child{margin-right:0}.social__item-link svg{fill:#288ff4}.social__item-link:hover svg{fill:#c536a2}.footer__main-contacts{max-width:235px}.footer__main-contacts-phone{font-size:20px;line-height:24px;color:#c436a2}.footer__main-contacts-phone-number{padding-bottom:20px}.footer__main-contacts-phone-number a{color:#c436a2;text-decoration:none}.footer__phone-icons.phone-icons .phone-icons-item{width:38px;height:38px;margin-right:15px}.footer__phone-icons.phone-icons .phone-icons-item--telegram{background-size:35px 33px}.footer__phone-icons.phone-icons .phone-icons-item--whatsapp{background-size:35px 35px}.footer__phone-icons.phone-icons .phone-icons-item--viber{background-size:35px 38px}.footer__phone-icons{padding-bottom:25px}.collection-slider-box .slick-slide img,.footer-feedback__btn.btn{width:100%}.footer__main-contacts-info{color:#999;font-size:14px;padding-bottom:25px}.footer__main-contacts-info a{color:#999;text-decoration:underline}.main-nav__menu-item.hover .main-nav__drop{top:100%;left:0}.main-nav__menu-item.hover:last-child .main-nav__drop{right:200px;left:auto}.main-nav__drop{position:absolute;top:auto;left:-9999px;z-index:1000}.filter-popup-wrapper:after,.main-nav__drop:after{content:'';display:block;clear:both}.main-nav__drop .main-nav__drop-holder{width:200px;background:#fff;box-shadow:0 2px 4px 3px rgba(0,0,0,.06);position:absolute;top:100%;left:0;z-index:5}.main-nav__menu-item--catalog .main-nav__drop .main-nav__drop-holder{min-height:340px}.main-nav__drop .main-nav__drop-holder>ul{list-style:none;font-size:16px;line-height:30px;margin:0;padding:25px 15px}.main-nav__drop .main-nav__drop-holder>ul>li .item{padding-right:5px;position:relative}.main-nav__drop .main-nav__drop-holder>ul>li.has-drop-down .item::after{position:absolute;content:'\f105';font-family:'FontAwesome';top:0;right:0;text-align:center;font-size:14px;color:#434242}.main-nav__drop .main-nav__drop-holder>ul>li .item>a{color:#434242;text-decoration:none;display:inline-block;line-height:17px}.main-nav__drop .main-nav__drop-holder>ul>li.item-hover .drop{top:0;left:100%}.main-nav__drop .drop{position:absolute;top:auto;left:-9999px;padding:0;z-index:5;bottom:0}.main-nav__drop .drop .drop-holder{background:#fff;box-shadow:3px 3px 5px 2px rgba(0,0,0,.2);width:565px;padding:25px 20px;position:relative;z-index:5;min-height:100%}.main-nav__drop .drop .drop-columns-holder{overflow:auto}.main-nav__drop .drop .drop-columns-frame{overflow:hidden;margin:0 0 0 -30px}.main-nav__drop .drop .column{width:33.3%;float:left;padding:0 0 0 30px}.main-nav__drop .drop .column .title-row:first-child{padding-top:0;border-top:none}.main-nav__drop .drop .title-row{position:relative;padding:8px 0 0;margin:0 0 8px;border-top:1px solid #ededed}.main-nav__drop .drop .title{display:inline-block;vertical-align:top}.main-nav__drop .drop .title a{color:#228ce7;font-size:16px;text-decoration:none;font-weight:500;line-height:17px;display:inline-block}.main-nav__drop .drop .drop-list{margin:0 0 8px;padding:0;list-style:none;font-size:15px;line-height:17px}.main-nav__drop .drop .column .drop-list:last-child{margin-bottom:0}.main-nav__drop .drop .drop-list li{padding:0 0 8px}.main-nav__drop .drop .drop-list a{display:inline-block;vertical-align:top;text-decoration:none;color:#242424}.collection-slid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.collection-slid__photo{font-size:0;width:196px;height:260px;overflow:hidden}.collection-slid__photo--big{width:405px;height:532px}.collection-slid__photo img{width:100%;height:100%;vertical-align:bottom}.collection-slid__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.collections-section .wrapper{background-color:#fff}.collections-box .wrapper{background-color:#fff;padding-top:28px;padding-bottom:28px}.collection-slider-box a,.jcf-list ul li:before{display:none}.collection-slider-box a:first-child{display:block}.collection-slider-box.slick-slider a{display:block}.collection-slider-nav,.product-photo-img-thumbnails .thumbnails-holder.slick-slider .slick-list .slick-slide>div{font-size:0}.collection-slider-nav__link{display:block;vertical-align:middle;margin:0 15px 0 0;font-size:15px;line-height:32px;padding:0 20px;color:#646464;border:1px solid #646464;background-color:#fff;text-decoration:none;text-align:center}.collection-slider-nav__link:last-child{margin-right:0}.collection-slider-nav__link:hover{color:#c436a2;border:1px solid #c436a2}.slick-slide.slick-current .collection-slider-nav__link,.slick-slide.slick-current .collection-slider-nav__link:hover{color:#fff;border:1px solid #c436a2;background-color:#c436a2}.breadcrumbs li,.collection-slider-nav__link span,.filter-link span{position:relative;display:inline-block;padding-left:12px}.collection-slider-nav__link span::before,.filter-link span::before{position:absolute;content:'#';left:0;top:0;line-height:32px}.collection-slider-nav__wrapper{width:78%;margin:5px auto 0}.collection-slider-nav__slide{padding:0 5px}.breadcrumbs ul{margin:0;padding:18px 0;list-style:none;overflow:hidden;font-size:0}.breadcrumbs li{vertical-align:top;padding-left:15px;font-size:15px;color:#c436a2}.breadcrumbs li:first-child{padding-left:0}.breadcrumbs li:before{content:'-';position:absolute;top:0;left:5px;color:#787878}.breadcrumbs li:first-child::before{display:none}.breadcrumbs a{color:#787878}.breadcrumbs a:hover{text-decoration:none}.catalog-page .main-content .main-content-area,.content-page-soon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-left-column{width:210px;min-width:210px;max-width:210px;margin-right:2%}.content-left-column,.content-right-column{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.gift-wrap-section{padding-bottom:35px;padding-top:35px}.recommendations-section .wrapper{background-color:#fff}.btn-back-row{padding-bottom:20px}.btn-back{background:#be37a6;color:#fff;font-size:16px;text-align:center;padding:0 20px;line-height:40px}.btn-back:hover{background:#a2298d}.side-content{padding-top:30px}.filter-nav__title{font-size:20px;font-weight:700;color:#000;margin-bottom:22px}.filter-box{padding:18px 22px;margin:0 0 15px;border:1px solid #dbecff}.filter-nav-list{list-style:none;margin:0;padding:0}.filter-nav-list li{margin-bottom:10px}.filter-nav-list li:last-child{margin-bottom:0}.filter-box .toggle-block .opener,.filter-nav-list li a{font-size:18px;line-height:20px;text-decoration:none;color:#727272}.filter-box .toggle-block .opener{display:inline-block;line-height:18px;color:#000;border-bottom:1px dashed #000}.filter-box .toggle-block .opener-row{padding-bottom:22px;padding-right:21px;position:relative}.filter-box .toggle-block.expanded .opener{border-bottom:1px solid #000}.filter-box .toggle-block .opener-ico{display:inline-block;width:19px;height:17px;position:absolute;top:0;right:0;border:1px solid #badace;border-radius:2px;cursor:pointer}.filter-box .toggle-block .opener-ico::after{position:absolute;content:'';top:50%;margin-top:-2.5px;left:50%;margin-left:-5px;width:0;height:0;border-style:solid;border-width:5px 5px 0;border-color:#919090 transparent transparent}.filter-box .toggle-block.expanded .opener-ico::after{border-width:0 5px 5px;border-color:transparent transparent #919090}.filter-box .row{padding:0 0 9px}.filter-box .row:last-child{padding:0}.filter-box .slide-holder{padding:0 0 22px}.filter-popup-wrapper{position:relative;display:inline-block}.filter-popup{position:absolute;top:50%;left:100%;margin:-14px 0 0 30px;white-space:nowrap;z-index:1;height:28px;padding:0 7px;border:1px solid #c436a2;border-left:none;background:#fff;color:#c436a2;font-size:16px}.filter-popup::after,.filter-popup::before{content:'';position:absolute;top:-1px;left:-14px;width:0;height:0;border-style:solid;border-width:14px 14px 14px 0;border-color:transparent #c436a2 transparent transparent;z-index:1}.filter-popup::after{top:0;left:-13px;border-width:13px 13px 13px 0;border-color:transparent #fff transparent transparent;z-index:2}.btn__filter-popup{display:block;line-height:28px;text-decoration:none;color:#c436a2}.filter-submit-row{text-align:center}.filter-submit-row .btn-submit.btn{display:block;width:100%;border:1px solid #c436a2;font-family:'Circe Regular',Arial,sans-serif;margin-bottom:20px}.filter-submit-row .btn-reset.btn{display:inline-block;color:#c436a2;text-decoration:underline;background-color:transparent}.filter-submit-row .btn-reset.btn:hover{text-decoration:none}.checkbox{position:relative;display:block;padding-left:25px}.checkbox .checkbox-ico{position:absolute;left:0;top:-1px;width:14px;height:14px;border:1px solid #badace;border-radius:2px;background:#fff;cursor:pointer}.checkbox input:checked+.checkbox-ico{border-color:#c536a2}.checkbox input:checked+.checkbox-ico::before{content:'';position:absolute;top:3px;left:2px;height:4px;width:8px;border:solid #c536a2;border-width:0 0 2px 2px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.label-text{display:inline-block;vertical-align:middle;font-size:16px;line-height:18px;color:#727272}.filter-box .checkbox input:checked+.checkbox-ico+.label-text{font-weight:700}.jcf-select{display:inline-block;vertical-align:middle;position:relative;border:1px solid #646464;border-radius:3px;background:#f2f8ff;height:30px;box-sizing:border-box}.jcf-select.jcf-drop-active{border-bottom:none;border-radius:3px 3px 0 0;background:#fff}.show .jcf-select,.sort-by .jcf-select{width:74px;padding:0 22px 0 10px}.sort-by .jcf-select{width:194px}.jcf-select select{z-index:1;left:0;top:0}.jcf-select .jcf-select-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default;display:block;font-size:15px;line-height:28px;color:#686867}.jcf-select.jcf-drop-active .jcf-select-text{color:#040404}.jcf-select .jcf-select-opener{position:absolute;top:50%;margin-top:-2.5px;right:10px;width:0;height:0;border-style:solid;border-width:5px 5px 0;border-color:#919090 transparent transparent}.jcf-select .jcf-select-drop{position:absolute;margin-top:0;z-index:9999;top:100%;left:-1px;right:-1px}.jcf-select .jcf-drop-flipped{bottom:100%;top:auto}body>.jcf-select-drop{position:absolute;margin:-1px 0 0;z-index:9999}body>.jcf-select-drop.jcf-drop-flipped{margin:1px 0 0}.jcf-select-drop .jcf-select-drop-content{border:1px solid #646464;border-top:none;border-radius:0 0 3px 3px;background:#fff}.jcf-list,.jcf-list .jcf-list-content{vertical-align:top;display:inline-block;width:100%}.jcf-list{position:relative;font-size:15px;line-height:28px}.jcf-list .jcf-list-content{overflow:auto}.jcf-list ul{list-style:none;padding:0;margin:0}.jcf-list ul li{overflow:hidden;display:block;padding:0;border-top:1px solid #e6e6e6}.jcf-list .jcf-overflow{overflow:auto}.jcf-list .jcf-option{white-space:nowrap;overflow:hidden;cursor:default;display:block;padding:0 22px 0 10px}.jcf-list .jcf-disabled{background:#ecebeb!important;color:#aaa!important}.jcf-list-box .jcf-selected,.jcf-select-drop .jcf-hover{color:#c436a2}.inner-page-banner__img{display:block;width:100%;max-height:112px;overflow:hidden;box-sizing:content-box;margin-bottom:25px}.inner-page-banner__img img,.product-photo-img img,.promo-slider .slick-slide img{width:100%}.filters-panel__title{font-size:18px;line-height:20px;font-weight:400;padding:0;margin:0 0 20px;color:#c436a2}.filter-list{list-style:none;margin:0;padding:0;font-size:0}.filter-item{display:inline-block;vertical-align:middle;margin:0 20px 22px 0}.filter-item:last-child{margin-right:0}.filter-link{display:block;font-size:15px;line-height:32px;padding:0 13px;color:#646464;border:1px solid #646464;background-color:#fff;text-decoration:none}.filter-link:hover,.page-nav a.page-nav__item{color:#c436a2;border:1px solid #c436a2}.filter-link--active,.filter-link--active:hover{color:#fff;border:1px solid #c436a2;background-color:#c436a2}.catalog-panel,.catalog-panel__forms{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog-panel{background-color:#f2f8ff;padding-top:10px;padding-bottom:10px}.catalog-panel__forms{-ms-flex-negative:1;flex-shrink:1}.catalog-panel .show{margin-right:20px}.catalog-panel label{display:inline-block;vertical-align:middle;margin-right:18px}.btn-filter-opener{position:relative;line-height:28px;background-color:transparent;padding-left:40px;padding-right:15px;font-size:14px;display:inline-block}.btn-filter-opener::before{position:absolute;top:50%;margin-top:-9px;left:10px;content:'';width:20px;height:18px;background:url(/local/markup/build/css/../img/filter.png) no-repeat center;background-size:20px 18px}.btn-filter-opener:hover{background-color:transparent;color:#c436a2}.btn-filter-opener-wrapper{text-align:right;display:none}.product-list-result{padding-bottom:50px}.product-list .product-list-holder{display:block;font-size:0}.product-list .product-list-holder .product-item-wrapper{display:inline-block;min-width:25%;width:25%;max-width:25%;padding:20px 2px}.page-nav{text-align:center;font-size:0;padding:20px 0}.page-nav a.page-nav__item{position:relative;display:inline-block;vertical-align:top;font-size:16px;line-height:36px;padding:0 5px;margin:5px 6px;min-width:38px;text-align:center;text-decoration:none}.page-nav a.page-nav__item:hover{text-decoration:none}.page-nav a.page-nav__item--active,.page-nav a.page-nav__item:hover{background:#c436a2;border-color:#c436a2;color:#fff;font-weight:700}.page-nav a.page-nav__item--next,.page-nav a.page-nav__item--prev{font-size:0;height:38px;min-width:38px}.page-nav a.page-nav__item--next::after,.page-nav a.page-nav__item--prev::after{position:absolute;content:'\f104';font-family:'FontAwesome';font-size:25px;line-height:36px;top:0;left:0;right:0;text-align:center}.page-nav a.page-nav__item--next::after{content:'\f105'}.product-list .stars{display:inline-block}.stars__row{padding-bottom:10px;text-align:center}.stars .stars-ico{float:left;margin:1px 8px 0 0;width:92px;height:15px;overflow:hidden;background:url(/local/markup/build/css/../img/ico-stars.svg) repeat-x;background-size:19px 40px}.stars .stars-ico span{display:block;height:100%;background:url(/local/markup/build/css/../img/ico-stars.svg) repeat-x 0 -25px;background-size:19px 40px}.product-item .btn-favorite-wrapper{position:absolute;display:none}.product-item .product-item__cost-holder{position:relative;display:inline-block}.product-item.hover .btn-favorite-wrapper{display:block;right:10px;top:-5px}.btn-favorite-wrapper a.btn-favorite{display:block;width:28px;height:25px;font-size:0;overflow:hidden;background-image:url(/local/markup/build/css/../img/favorite.png);background-position:center;background-repeat:no-repeat;background-size:28px 25px}.btn-favorite-wrapper a.btn-favorite.active,.btn-favorite-wrapper a.btn-favorite:hover{background-image:url(/local/markup/build/css/../img/favorite-hover.png)}.btn-favorite-wrapper .favorite-popup,.btn-favorite-wrapper.active .favorite-popup{display:none}.product-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-info-holder{padding-top:13px;margin-bottom:30px}.product-info .product-info__left{margin-right:7.5%}.product-info .product-info__right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product-info .product-photo{width:450px;position:relative;padding-left:122px}.product-photo-img{position:relative;overflow:hidden;text-align:center;width:330px;font-size:0}.product-photo-img .slide{display:none;font-size:0}.product-photo-img .slide:first-child{display:block}.slick-slider.product-photo-img .slide{display:block}.product-photo-img-thumbnails{position:absolute;top:0;left:0;bottom:0;padding:24px 0}.product-photo-img-thumbnails .thumbnails-holder{position:relative;height:100%;width:75px}.product-photo-img-thumbnails .thumbnails-holder.slick-slider .slick-list{height:100%!important}.product-photo-img-thumbnails .thumbnails-holder.slick-slider .slick-list .slick-slide{margin-bottom:11px}.product-photo-img-thumbnails .slick-slider .slick-slide .slide img{border:1px solid #dedede;width:70px;height:64px}.product-photo-img-thumbnails .slick-slider .slick-slide.slick-current.slick-active .slide img{border-color:#be37a6}.product-info__title{font-size:24px;font-weight:700;color:#000;line-height:30px;padding:0 0 25px;margin:0}.product-info__tools-row{font-size:16px;padding-bottom:18px}.stars{margin-left:7px}.stars,.stars-block__title{display:inline-block;vertical-align:middle}.product-info__tools-row a{color:#3a3a3a}.product-info__tools-row a:hover{text-decoration:none}.product-info__review-send-link,.product-info__reviews-link,.stars-block{margin-right:22px}.stars-block{display:inline-block;vertical-align:middle}.product-info__description-text{font-size:16px;color:#727272;line-height:24px;padding-bottom:15px}.product-info__description-prop ul{list-style:none;padding:0;margin:0;font-size:16px}.product-info__description-prop--mark{font-weight:700}.product-info__description-prop ul li{margin-bottom:4px}.product-info__description-prop{padding-bottom:15px}.product-mark-list{list-style:none;margin:7px 0;padding:0;font-size:0}.product-mark-item{display:inline-block;vertical-align:top;min-width:85px;text-align:center;line-height:24px;height:22px;font-size:13px;text-transform:uppercase;margin-right:10px;border-radius:2px}.product-mark-item:last-child{margin-right:0}.product-mark-item--hit{background:#fbbd02;color:#c436a2}.product-mark-item--new{background:#c436a2;color:#fff}.product-mark-item--discount{background:#ed1c24;color:#fff}.product-mark{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:18px}.vendor-code{display:inline-block;padding:0 17px;line-height:20px;border:1px solid #646464;border-radius:2px;margin:7px 0}.product-info__tags-list{list-style:none;margin:0;padding:0}.product-info__tags-item{position:relative;display:inline-block;padding-left:12px}.product-info__tags-item::before{position:absolute;content:'#';left:0;top:0;line-height:24px;color:#878787}.product-info__tags-link{font-size:15px;line-height:24px;text-decoration:none;color:#878787}.product-info__tags-link:hover{color:#c436a2;text-decoration:underline}.product-info__tags{padding-bottom:20px}.product-info__active-box{padding:25px 63px 25px 23px;border-radius:2px;background-color:#feedfa}.product-info__active-box-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:no-wrap;flex-wrap:no-wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.product-info__active-box-row:last-child{margin-bottom:0}.product-info__active-box-right{width:63%;max-width:63%;min-width:63%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:no-wrap;flex-wrap:no-wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-info__price-box{display:inline-block;vertical-align:middle;font-size:0}.product-info__price-box .price,.product-info__quantity-box{display:inline-block;vertical-align:top}.product-info__price-box .price.old-price{position:relative;font-size:19px;color:#2f2e2f;margin-right:14px}.product-info__price-box .price.old-price::after{position:absolute;content:'';right:-2px;left:-2px;top:50%;margin-top:-1px;width:100%;height:2px;background:#f43d69}.product-info__price-box .price.new-price{font-size:28px;color:#2f2e2f;margin-right:10px}.product-info__quantity-box{font-size:0}.product-info__quantity-box input,.product-info__quantity-btn{display:inline-block;vertical-align:top;border:1px solid #727272;height:32px;line-height:32px;font-size:15px;text-align:center;color:#727272;font-weight:700}.product-info__quantity-btn{background:#transparent;text-decoration:none;width:32px}.product-info__quantity-btn:hover{background:#727272;color:#fff}.product-info__quantity-box input{border-left:none;border-right:none;width:38px;background:#fff}.product-info .btn-favorite{position:relative;display:inline-block;width:122px;padding-left:40px;font-size:15px;line-height:16px;color:#464545;text-decoration:none}.product-info .btn-favorite::before{position:absolute;content:'';top:50%;margin-top:-15px;left:0;width:28px;height:25px;font-size:0;overflow:hidden;background-image:url(/local/markup/build/css/../img/favorite.png);background-position:center;background-repeat:no-repeat;background-size:28px 25px}.btn-favorite.active::before,.product-info .btn-favorite:hover::before{background-image:url(/local/markup/build/css/../img/favorite-hover.png)}.btn-add-cart span,.btn-favorite.active .active-text{display:inline-block}.active-text,.btn-favorite.active .default-text{display:none}.product-info__btn-row{width:100%}.btn-add-cart{display:inline-block;width:100%;border-radius:2px;background:#be37a6;color:#fff;font-size:20px;text-align:center;padding:0 10px;line-height:46px}.btn-add-cart:hover,.btn.btn-product-subscribe:hover{background:#a2298d}.btn-add-cart span{position:relative;padding-right:43px}.btn-add-cart span::after{position:absolute;content:'';right:0;top:50%;margin-top:-12.5px;width:24px;height:21px;background-image:url("/local/markup/build/css/../img/basket sketch white.png");background-repeat:no-repeat;background-position:center;background-size:24px 21px}.btn-fast-buy{font-size:19px;color:#be37a6;text-decoration:underline}.btn-fast-buy:hover{text-decoration:none}.product-info .share-box{padding-top:45px}.product-info .share-box__title{font-size:16px;font-weight:700;padding-right:22px}.product-info .share-box__social,.product-info .share-box__title{display:inline-block;vertical-align:middle}.tablets-product-info__title{display:none}.btn.btn-product-subscribe{font-size:17px;line-height:18px;padding-top:13px;padding-bottom:13px;display:inline-block;width:100%;border-radius:2px;background:#be37a6;color:#fff;text-align:center}.about-product-box__video-box{width:433px;margin:0 auto}.about-product-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.about-product-box{padding:22px;margin-right:2%;background-color:#f4f8fd;border-radius:2px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.about-product-box:last-child{margin-right:0}.about-product-box__title{font-size:20px;line-height:21px;color:#000;margin:0;padding:0 0 30px}.about-product-box .about-product-box__title,.reviews-box__item{padding-bottom:15px}.reviews-box__item{padding-top:15px;border-bottom:1px solid #d8edfd}.reviews-box__item-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.reviews-box__item-left-holder{width:130px}.reviews-box__item-right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.reviews-box__item .stars{margin-left:0;margin-bottom:17px}.reviews-box__item-author{font-size:15px;line-height:17px;color:#000;font-weight:700;margin-bottom:14px}.reviews-box__item-date{font-size:13px;color:#787878}.reviews-box__item-title{font-size:17px;line-height:19px;color:#000;font-weight:700;margin-bottom:10px}.reviews-box__item-text{font-size:15px;color:#5b5b5b;line-height:24px}.reviews-box__btn-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:20px}.reviews-box__all-link,.text-page p{font-size:15px;color:#cc68bd}.reviews-box__all-link:hover,.text-page a:hover{text-decoration:none}.reviews-box__btn-row .btn__purple,.reviews-section .btn__purple{display:inline-block;vertical-align:middle;background-color:transparent}.reviews-box__btn-row .btn__purple:hover,.reviews-section .btn__purple:hover{background:#c436a2}.reviews-section{padding:30px 0 85px}.reviews-section__title{display:inline-block;vertical-align:middle;margin-right:20px}.reviews-section__top{padding-bottom:20px}.reviews-section .reviews-box{padding:22px;background-color:#f4f8fd;border-radius:2px}.reviews-box-nav.page-nav{text-align:left;padding-top:24px;padding-bottom:0}.products-section{padding-top:30px;padding-bottom:40px;border-bottom:1px solid #d9eeff}.products-section__title{padding-bottom:26px}.text-page .main-content-area{padding-top:20px;padding-bottom:20px}.text-page h1,.text-page h2,.text-page h3,.text-page h4{font-family:'MyriadProRegular',Arial,sans-serif;font-size:32px;color:#686867;font-weight:400;letter-spacing:2px;padding:0 0 38px;margin:0}.text-page h2,.text-page h3,.text-page h4{font-size:30px;padding:0 0 35px}.text-page h3,.text-page h4{font-size:26px;padding:0 0 30px}.text-page h4{font-size:20px;padding:0 0 20px}.text-page .basic-photo{margin-bottom:30px}.text-page .video-box{width:696px;margin:0 auto 30px}.text-page p{color:#646464;line-height:24px;padding:0;margin:0 0 30px}.text-page .left-photo{float:left;width:46%;margin:0 4% 25px 0}.text-page .basic-photo img,.text-page .left-photo img,.text-page .right-photo img{display:block;width:100%;height:auto}.text-page .right-photo{float:right;width:46%;margin:0 0 25px 4%}.text-page a{color:#d341b1;text-decoration:underline}.text-page a:hover{color:#727272}.text-page ul{padding:0;list-style:none;margin:20px 0}.text-page ul li{padding-left:20px;position:relative;padding-bottom:7px}.text-page ol li:last-child,.text-page ul li:last-child{padding-bottom:0}.text-page ul li::before{position:absolute;content:'';top:3px;left:0;width:8px;height:8px;border-radius:50%;background:#c536a2}.text-page ol{padding:0;list-style:none;margin:20px 0;counter-reset:ol-count}.text-page ol li{padding-left:25px;position:relative;padding-bottom:7px;counter-increment:ol-count}.text-page ol li::before{position:absolute;content:counter(ol-count);top:-2px;left:0;width:16px;height:16px;border-radius:50%;border:1px solid #7292b9;color:#7292b9;font-size:12px;line-height:18px;text-align:center}.text-page table{width:48%;table-layout:fixed;text-align:center;margin:0 0 20px;border-collapse:collapse;border-spacing:0}.text-page table thead td{background:#d8e9fd;font-weight:600}.text-page table td{vertical-align:top;border:1px solid #d8e9fd;padding:10px}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap{border:0}.fancybox-skin,.fancybox-wrap{padding:0;margin:0;outline:none;vertical-align:top}.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-tmp,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#fff;border:1px solid #c3c3c3;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{box-shadow:0 1px 2px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.25)}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner,.fancybox-lock body{overflow:hidden!important}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-next span,.fancybox-prev span{background-image:url(/local/markup/build/css/../img/fancybox/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(/local/markup/build/css/../img/fancybox/fancybox_loading.gif) center center no-repeat}.fancybox-close,.fancybox-nav{position:absolute;cursor:pointer;z-index:8040}.fancybox-close{right:2px;background-color:#c436a2;background-image:url(/local/markup/build/css/../img/close-button.svg);background-repeat:no-repeat;background-position:center;background-size:14px 14px;outline:none;top:-3px;width:32px;height:32px}.fancybox-close::after,.fancybox-close::before{position:absolute;content:'';height:0;width:0;border-style:solid;bottom:-8px}.fancybox-close::after{left:0;border-width:8px 0 8px 16px;border-color:transparent transparent transparent #c436a3}.fancybox-close::before{border-width:8px 16px 8px 0;border-color:transparent #c436a3 transparent transparent;right:0}.fancybox-nav{top:0;width:40%;height:100%;text-decoration:none;background:url(/local/markup/build/css/../img/fancybox/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0)}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);border-radius:15px;text-shadow:0 1px 2px #222;color:#fff;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}.cart-box{padding-top:30px}.cart-box-form,.cart-box-form fieldset{margin:0;padding:0;border-style:none}.cart-box-form .warning{display:block;position:relative;padding-left:37px;color:#db4439;font-size:16px;margin-bottom:30px}.cart-box-form .warning::before{position:absolute;content:'!';top:-3px;left:0;width:22px;height:22px;border-radius:50px;background-color:#db4439;color:#fff;line-height:22px;text-align:center}.products-in-cart{margin:0 0 35px}.products-in-cart dt{display:inline-block;vertical-align:middle;font-size:16px;color:#020202;margin-right:11px}.products-in-cart dd{display:inline-block;vertical-align:middle;margin:0}.products-in-cart-list{list-style:none;padding:0;margin:7px 0;font-size:0}.products-in-cart-list li{display:inline-block;vertical-align:top;margin-right:15px;margin-bottom:5px;margin-top:5px}.products-in-cart-list li:last-child{margin-right:0}.products-in-cart-list li a{display:inline-block;font-size:15px;line-height:24px;color:#be37a6;text-decoration:none;padding:0 15px;border:1px solid #be37a6;border-radius:2px}.products-in-cart-list li.active a{color:#fff;background-color:#be37a6}.cart-box .tables-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:25px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.table-summary{width:25%;border:1px solid #c436a2;padding:23px}.table-summary .coupon-field label{display:none}.table-summary .coupon-field input{width:100%;padding:8px 7px;border:1px solid #c4c3c3;font-size:14px}.table-summary .coupon-field .btn-row{text-align:center;padding-top:12px;padding-bottom:18px}.table-summary .coupon-field-btn{font-size:14px;line-height:32px;color:#888787;border:1px solid #888787;border-radius:2px;padding:0 20px}.table-summary .coupon-field-btn:hover{color:#d028ab;border:1px solid #d028ab}.product-table{overflow:hidden;padding:0 0 13px;width:72%}.product-table .thead{overflow:hidden;border-bottom:1px solid #d9eeff;color:#040404;font-size:13px;font-weight:700;line-height:17px;padding:0 0 6px 96px}.product-table .thead .cell{float:left}.product-table .thead .cell.cell-1{width:35%;margin-left:-96px;margin-right:96px}.product-table .thead .cell.cell-2{width:10%;text-align:center}.product-table .thead .cell.cell-3{width:15%;text-align:center}.product-table .thead .cell.cell-4{width:24%;text-align:center}.product-table .thead .cell.cell-5{width:11%;text-align:center}.product-table .options-row:after,.product-table .tbody .row:after,.product-table .tbody .tbody-row:after,.product-table .tbody:after{content:'';display:block;clear:both}.product-table .tbody .tbody-row{padding:27px 0 14px;border-bottom:1px solid #d9eeff}.product-table .tbody .img-holder{float:left;width:76px;height:100px;overflow:hidden;text-align:center}.product-table .tbody .img-holder img{vertical-align:top}.product-table .tbody .row-holder{margin:0 0 0 96px;overflow:hidden}.product-table .tbody .row-frame{width:100%;float:left}.product-table .tbody .row{position:relative;padding:0 0 17px}.product-table .tbody .cell{float:left;min-height:1px;font-size:18px;color:#3c3b3c;padding-top:14px}.product-table .tbody .cell.cell-1{padding:0 10px 0 0;width:35%}.product-table .tbody .cell.cell-2{text-align:center;width:10%}.product-table .tbody .cell.cell-3{text-align:center;width:15.5%}.product-table .tbody .cell.cell-4{text-align:center;width:23%}.product-table .tbody .cell.cell-5{width:12%;text-align:center}.product-table .tbody a.btn-remove{position:absolute;top:15px;right:0;text-indent:-9999px;overflow:hidden;width:16px;height:16px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.product-table .tbody a.btn-remove:after,.product-table .tbody a.btn-remove:before{content:'';position:absolute;top:0;left:50%;width:2px;height:100%;margin:0 0 0 -1px;background:#d028ab;border-radius:2px}.product-table .tbody a.btn-remove:after{width:100%;height:2px;top:50%;left:0;margin:-1px 0 0}.product-table .tbody .basket-vendor-code,.product-table .tbody .title{display:block}.product-table .tbody .basket-vendor-code.basket-vendor-code-tablet,.product-table .tbody .title.title-tablet{display:none}.product-table .tbody .title a{text-decoration:none;color:#c436a2;font-size:16px;line-height:20px}.product-table .tbody .title a:hover{text-decoration:none}.product-table .tbody .basket-vendor-code{color:#6e6e6e;font-size:14px;padding-top:15px}.error-404-action span,.product-table .tbody .discount{display:block}.product-table .tbody .price.old-price{display:inline-block;position:relative;font-size:13px;line-height:28px;color:#999899}.product-table .tbody .price.old-price::after{position:absolute;content:'';right:-2px;left:-2px;top:50%;margin-top:-1px;width:100%;height:2px;background:#f43d69}.product-table .tbody .cell-title{display:none}.form-area,.product-table .options-row{padding:0 0 18px;position:relative}.product-table .options-row a.btn-remove{top:2px}.product-table .sub-title{display:block;color:#383838}.product-table .quantity-box{font-size:0;display:inline-block;vertical-align:top}.product-table .quantity-box input,.product-table .quantity-btn{display:inline-block;vertical-align:top;height:32px;line-height:32px;font-size:15px;text-align:center;color:#c436a2;font-weight:700}.product-table .quantity-btn{background:#f1d9f7;text-decoration:none;width:19px}.product-table .quantity-box input{border:2px solid #d028ab;width:32px;padding:0}.product-table .buy-bonus{padding-top:13px;font-size:13px;line-height:15px;color:#565555}.table-summary .total-info{display:table;width:100%;border-bottom:1px solid #d9eeff;font-size:16px;color:#5d5d5d}.table-summary .total-info .total-price{font-size:18px;color:#040404;font-weight:700}.table-summary .total-info dl{display:table-row}.table-summary .total-info dd,.table-summary .total-info dt{display:table-cell;padding:6px 0;text-align:left}.table-summary .total-info dd{text-align:right}.table-summary .table-submit{padding-top:15px}.table-summary .table-submit .btn{width:100%;background:#be37a6;color:#fff;font-size:16px;text-align:center;padding:0 10px;line-height:40px}.table-summary .table-submit .btn:hover{background:#a2298d}.table-summary .buy-bonuses-sum{font-size:14px;color:#7884a6;padding:13px 0 17px;text-align:center}.table-summary .btn-fast-buy__row{text-align:center}.table-summary .btn-fast-buy{font-size:15px;line-height:17px;position:static}.auth-page .main-content-area{width:734px;margin:0 auto}.form-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:37px 0;border:1px solid #d9eeff;border-radius:3px;background-color:#f2f8ff;margin-bottom:70px}.form-area::after{position:absolute;content:'';width:1px;top:25px;bottom:25px;left:50%;margin-left:-.5px;background-color:#d9eeff}.form-column{width:50%;padding:0 26px}.form-auth,.form-auth fieldset{margin:0;padding:0;border-style:none}.form-auth-label{display:block;font-size:16px;line-height:18px;padding-bottom:8px;color:#010101}.form-auth .field{margin-bottom:20px}.form-auth-input{border:1px solid #6d8ef9;width:100%;padding:8px 10px}.form-auth .btn-forgot-password{display:inline-block;font-size:14px;color:#cc68bd;text-decoration:underline;margin-bottom:20px}.error-404-action a:hover,.form-auth .btn-forgot-password:hover{text-decoration:none}.checkbox-type1{position:relative;display:block;padding-left:32px}.checkbox-type1 input{position:absolute;top:auto;left:-9999px}.checkbox-type1 .checkbox-ico{position:absolute;left:0;top:0;width:14px;height:14px;border:1px solid #badace;background:#fff;cursor:pointer}.checkbox-type1 .checkbox-text{display:inline-block;vertical-align:bottom;font-size:14px;color:#6b87a2}.checkbox-type1 input:checked+.checkbox-ico::before{content:'';position:absolute;top:50%;margin-top:-4px;left:50%;margin-left:-4px;height:8px;width:8px;background:#c536a2}.form-auth .submit-row .btn{font-size:19px;line-height:46px;width:100%}.social-enter__title{font-size:24px;color:#050505;font-weight:700;text-align:center;margin-bottom:15px}.social-enter__list{font-size:0;text-align:center}.social-enter__item-link{display:inline-block;vertical-align:top;width:35px;height:35px;margin:5px 4px}.social-enter__item-link--fb svg{fill:#0f379d}.social-enter__item-link--inst svg{fill:#000}.social-enter__item-link--ok svg{fill:#fd8f01}.social-enter__item-link--tw svg{fill:#009cff}.social-enter__item-link--vk svg{fill:#2675b8}.unregistered-box{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.unregistered-box__title{font-size:18px;color:#050505;font-weight:700;text-align:center;margin-bottom:20px}.btn-reg{display:inline-block;background-color:transparent;line-height:44px;font-size:16px;min-width:220px}.btn-reg__row{text-align:center}.unregistered-box .social-enter{margin-bottom:30px}.reg-page .main-content-area{width:892px;margin:0 auto}.form-reg,.form-reg fieldset{margin:0;padding:0;border-style:none}.reg-page .form-column{padding:0 35px}.form-reg .field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.form-reg .field:last-child{margin-bottom:0}.form-reg .field .form-reg-input{width:155px;padding:4px 5px;border:1px solid #989999}.form-reg-label{font-size:16px;color:#010101;display:inline-block;padding-right:10px}.form-reg .captcha{text-align:right;margin-top:-10px;margin-bottom:13px}.form-reg .captcha img{width:129px;height:40px}.form-reg .required-info{display:inline-block;margin-bottom:23px}.form-reg .submit-row .btn{font-size:19px;line-height:46px;width:100%}.news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:15px}.news-preview{padding:24px;width:49%;margin-right:2%;margin-bottom:28px;background-color:#f6faff;border-radius:2px}.news-preview:nth-child(2n){margin-right:0}.news-preview-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:10px}.news-preview__photo{width:167px;min-width:167px;max-height:167px;margin-right:23px;overflow:hidden}.card-spacer img,.news-preview__photo img{width:100%}.news-preview__date,.news-preview__title{display:block;font-size:11px;color:#9eb8d1;margin-bottom:10px}.news-preview__title{font-size:18px;line-height:20px;color:#c536a3;text-decoration:none}.news-preview__text{font-size:15px;color:#686867;line-height:18px}.news__btn-row{text-align:center;padding-top:17px;padding-bottom:5px}.news__btn.btn{padding:0 50px}.news-page-nav{margin-bottom:55px}#bx-soa-order .bx-soa-section-title-container{background:#edf5fb}#bx-soa-order .bx-soa-section-title{font-family:'Circe Regular',Arial,sans-serif}#bx-soa-order .bx-soa-item-title a{color:#c436a2}#bx-soa-order .bx-soa-item-title a:hover{color:#436a2}#bx-soa-order .btn.btn-default{background-color:#fff;border-color:#be37a6;border-radius:0;color:#be37a6}#bx-soa-order .btn.btn-default.pull-right{background-color:#be37a6;border-color:#be37a6;color:#fff}#bx-soa-order .btn.btn-default:hover,.api-reviews-form .api_modal button.api-button.api-button-large.api-form-submit.api_button_block:active,.api-reviews-form .api_modal button.api-button.api-button-large.api-form-submit.api_button_block:hover,.api_alert button.api_button.api_button_primary.api_alert_close:active,.api_alert button.api_button.api_button_primary.api_alert_close:hover,.bx_profile input.btn.btn-themes.btn-default.btn-md.main-profile-submit:hover,.popup-window.popup-window-with-titlebar .popup-window-buttons .btn.btn-default:hover,table form font p input[name=Submit]:hover{background-color:#a2298d;border-color:#a2298d;color:#fff}#bx-soa-order .bx-soa-section.bx-selected{border:1px solid #d9eeff}#bx-soa-order .bx-soa-coupon,#bx-soa-order .bx-soa-more{border-top:1px solid #d9eeff}#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company{background:#f6faff}#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container{border-color:#be37a6}#bx-soa-order .bx-sls .dropdown-block,#bx-soa-order .bx-soa-cart-total,#bx-soa-order .bx-soa-section{border-radius:0}#bx-soa-order .form-control{border-radius:0;background-color:#fff}#bx-soa-order .bx-soa-item-imgcontainer{border-radius:0}.error-404-title-box{padding:20px 0 25px;font-size:0}.error-404-icon,.error-404-title{display:inline-block;vertical-align:middle;font-size:24px;font-family:'MyriadProRegular',Arial,sans-serif;letter-spacing:2px}.error-404-icon{width:60px;height:60px;border-radius:50px;line-height:60px;text-align:center;background-color:#cc68bd;margin-right:18px;color:#fff}.error-404-title{color:#8a8a8a}.error-404-action,.error-404-text{font-size:16px;line-height:24px;color:#6b6969}.error-404-action{padding-top:20px;margin-bottom:35px}.error-404-action a{color:#d341b1;text-decoration:underline}.section-title__row--error-404{padding:15px 0 45px}.bx_profile .main-profile-form-label.text-md-right,input[class*=col-]{text-align:left;width:25%}.bx_profile .form-group{margin-bottom:15px}.bx_profile .form-group .form-control{padding:0 10px}.bx_profile .main-profile-block-date-info{margin-bottom:35px}.bx_profile input.btn.btn-themes.btn-default.btn-md{background-color:#fff;border:1px solid #be37a6;border-radius:0;color:#be37a6;line-height:32px;padding:0 25px}.bx_profile input.btn.btn-themes.btn-default.btn-md.main-profile-submit{background-color:#be37a6;border-color:#be37a6;color:#fff;margin-right:7px}.bx_profile input.btn.btn-themes.btn-default.btn-md:hover{background-color:#be37a6;border-color:#be37a6;color:#fff}.bx_profile p.main-profile-form-buttons-block{padding-top:20px}.bx_profile .main-profile-form-password-annotation{padding-top:10px}.popup-window.popup-window-with-titlebar .popup-window-buttons .btn.btn-default{background-color:#be37a6;border-color:#be37a6;color:#fff;line-height:32px;padding:0 25px;cursor:pointer;text-transform:uppercase}a:focus,a:hover{text-decoration:none}table form font p input[name=Submit]{background-color:#be37a6;border-color:#be37a6;color:#fff;line-height:32px;padding:0 25px;cursor:pointer;text-transform:uppercase;margin:20px 0}.infospice-search-module .infospice-search-form input[type=submit]{border:#be37a6;color:#fff;line-height:38px;padding:0 3px;cursor:pointer;text-transform:uppercase}.infospice-search-module .infospice-search-form input[type=submit] :hover{color:#fff}.infospice-search-module .infospice-search-module{font-family:'MyriadProRegular',Arial,sans-serif;color:#545454;font-size:14px}.infospice-search-module .infospice-search-header,.infospice-search-module .infospice-search-sidebar{background:#edf5fb}.infospice-search-module .infospice-search-header h1{margin:9px 23px 0 0;font-family:'MyriadProRegular',Arial,sans-serif;letter-spacing:2px;font-weight:400}.infospice-search-module .infospice-search-sidebar h3{background:#7bb9f2}.infospice-search-module .infospice-search-sidebar-nav li ul li span.arrow{top:7px}.infospice-search-module .infospice-search-sidebar-nav>li>ul>li a{display:block;margin-left:16px;padding-bottom:5px}.infospice-search-module .product-list .product-list-holder .product-item-wrapper{min-width:33%;width:33%;max-width:33%;padding:20px 2px}.infospice-search-module .product-list .product-item__quantity-btn{color:#c436a2}.infospice-search-module .product-list .product-item__btn-basket{color:#fff}.infospice-search-module .product-list .product-item__name{color:#000;font-family:'Circe Regular',Arial,sans-serif}.infospice-search-module .product-list .product-item__name:hover,.infospice-search-module a:hover{text-decoration:none}.infospice-search-module .infospice-search-next,.infospice-search-module .infospice-search-pager ul li,.infospice-search-module .infospice-search-prev{position:relative;display:inline-block;vertical-align:top;border:1px solid #c436a2;color:#c436a2;font-size:16px;line-height:36px;padding:0 5px;margin:0 6px;min-width:38px;text-align:center;text-decoration:none;box-sizing:border-box;background:#fff}.infospice-search-module .infospice-search-next:after,.infospice-search-module .infospice-search-prev:after{position:absolute;font-family:'FontAwesome';font-size:25px;line-height:38px;top:0;left:0;right:0;text-align:center;height:38px;width:38px;background:0 0}.infospice-search-module .infospice-search-prev:after{-webkit-transform:none;-ms-transform:none;transform:none;content:'\f104'}.infospice-search-module .infospice-search-next:after{content:'\f105'}.infospice-search-module .infospice-search-pager ul li a{color:#c436a2;text-decoration:none;font-size:16px;line-height:36px}.infospice-search-module .infospice-search-next:hover,.infospice-search-module .infospice-search-pager ul li:hover,.infospice-search-module .infospice-search-prev:hover{background:#c436a2;border-color:#c436a2;color:#fff;font-weight:700}.infospice-search-module .infospice-search-form input[type=text]{border:none}.infospice-search-module a{color:#141415}.infospice-search-module{font-family:'Circe Regular',Arial,sans-serif}.infospice-search-sidebar-nav ul li{font-size:15px;line-height:18px}.infospice-search-main{padding-left:0!important;padding-right:0!important}.infospice-search-module span.infospice-search-static-list-item-title{display:block;font-size:15px;font-weight:700;margin-bottom:5px}.infospice-search-module span.infospice-search-static-list-item-content.clearfix{font-size:13px}.infospice-search-module .infospice-search-static-list-item{margin-bottom:20px}.infospice-search-module .infospice-search-static-list-item img{margin-bottom:10px;margin-right:15px}.api-reviews-form .api_modal .api_modal_header{background:0 0}.api-reviews-form .api_modal .api-guest-form{border:none;background:#f4f8fd}.api-reviews-form .api_modal .api-rules a{border-bottom:none;color:#d028ab}.api-reviews-form .api_modal .api-rules a:hover{text-decoration:underline}.api-reviews-form .api_modal .api_label.required{color:#000}.api-reviews-form .api_modal .api_label{font-size:17px}.api-reviews-form .api_modal button.api-button.api-button-large.api-form-submit.api_button_block{width:250px;margin:0 auto;display:block;border-radius:0}.api-reviews-form .api_modal .api_required{color:#be37a6}.api-reviews-form .api_modal button.api-button.api-button-large.api-form-submit.api_button_block,.api_alert button.api_button.api_button_primary.api_alert_close,.popup-window .btn.btn-primary,a.btn.btn-sm.btn-primary{background-color:#be37a6;border-color:#be37a6;color:#fff;line-height:32px;padding:0 25px;cursor:pointer;text-transform:uppercase}.api_alert button.api_button.api_button_primary.api_alert_close{margin:0 auto;border-radius:0;display:block}#bx-soa-order-form .jcf-select{padding:0 30px 0 10px;min-width:200px}.jcf-select-drop .jcf-select-drop-content{box-sizing:border-box}.sale-personal-section-index .sale-personal-section-index-block{margin-right:10px}.sale-personal-section-index .sale-personal-section-row-flex .col-lg-4.col-md-6.col-sm-12.col-xs-12{width:20%;min-width:203px}.sale-personal-section-index .sale-personal-section-index-block-link{padding:25px 5px}.popup-window .btn.btn-primary,a.btn.btn-sm.btn-primary{display:inline-block;font-size:14px}.popup-window .btn.btn-primary:hover{background-color:#a2298d;border-color:#a2298d;color:#fff}.popup-window{font-family:'Circe Regular',Arial,sans-serif;font-size:15px}.popup-window .popup-window-with-titlebar .popup-window-content{padding:0}.popup-window .popup-window-titlebar-text{padding-left:0}.popup-window.popup-window-with-titlebar{padding:10px 30px 20px}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container{border:none;box-shadow:0 0 0 1px #c436a2;-webkit-animation:unset;animation:unset}.bx_catalog_item_controls .btn-link{color:#c436a2}.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_title{overflow:unset;margin-bottom:15px}.sale-order-payment-change-pp input[type=submit]{display:block;padding:0 17px;max-width:115px;border-radius:2px;height:38px;background:#70bb18;color:#fff;font:700 13px/38px "Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center;margin:10px 0 15px}.sale-order-payment-change-pp input[type=submit]:hover{color:#fff;background:#7bd314;transition:background ease-out .5s}.tablets-nav-opener-row{position:absolute;top:auto;left:-9999px}.filter-area-body-popup-active{overflow:hidden}.filter-area-body-popup .body-popup-heading-row{display:none}.content-page-soon .side-content{padding-top:0}.content-page-soon{padding-top:5px}.content-page-soon .product-list-result{padding-top:26px}.product-selected{position:relative;z-index:7;transition:all .5s ease-in-out 0s,opacity .35s ease-in-out .5s}.product-selected.loaded .card-contained{opacity:1}.product-selected .column{padding:1.0666666667rem 0;position:relative;z-index:7}.product-selected .card-contained{height:100%;width:100%}.pdp-accordion .pdp-cse-sentiment{border-top:0}.pdp-accordion .accordion-title{cursor:text}.browse-tile-add-to-wishlist{z-index:8}.card-spacer{display:block;margin:0 auto .53333333rem}.browse-tile.cards .browse-tile-prod-thumb{padding-bottom:.8rem}.browse-tile.cards img{margin:0 auto;width:auto}.cse [data-carousel="1"]{overflow:initial}.cse .responsive-wrapper{overflow:hidden}.card-browse-list{margin:0 0 3.2rem}.product-contained{position:relative;z-index:6;-webkit-transform:translate(0,1.06666667rem) translate3d(0,0,0);transform:translate(0,1.06666667rem) translate3d(0,0,0);-webkit-transform-origin:inherit;-ms-transform-origin:inherit;transform-origin:inherit}.product-contained:focus,.product-contained:hover{z-index:9}.product-contained.loaded .card-contained{opacity:1}.product-contained .card-centered{bottom:2.5333333333rem}.card-contained{display:block;margin:0 auto;width:70%;opacity:0;outline:0;position:relative;z-index:7;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .55s ease-in-out 0s,opacity .75s ease-in-out .75s}.card,.card-centered{height:100%;position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:3000px;-ms-perspective:3000px;perspective:3000px}.card-centered{left:50%;width:10.8rem;transition:transform .75s ease-in-out .35s,opacity .75s linear 0s;transition:transform .75s ease-in-out .35s,opacity .75s linear 0s,-webkit-transform .75s ease-in-out .35s}.card{cursor:pointer;width:100%;overflow:hidden;box-shadow:0 1px 1px rgba(0,0,0,.16),0 1px 3px rgba(0,0,0,.12);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.card img{min-height:100%;max-width:inherit}.card-inside,.card-outside{transition:all .75s ease-in-out .35s,opacity .35s ease-in-out .55s}.card-outside{z-index:8}.card-outside img{height:100%}.card-inside{z-index:7}.card-content img,.card-inside img{float:left;max-height:200%;max-width:200%}.card-content{z-index:6;transition:all .75s ease-in-out .35s}.card-content img{float:right}.product-contained .card-centered,[data-type=portrait] .card-centered{-webkit-transform:translate(-50%,0) translate3d(0,0,0);transform:translate(-50%,0) translate3d(0,0,0);-webkit-transform-origin:inherit;-ms-transform-origin:inherit;transform-origin:inherit}[data-type=portrait] .card-outside{-webkit-transform:rotateY(-20deg) translate3d(0,0,1px);transform:rotateY(-20deg) translate3d(0,0,1px)}[data-type=portrait] .card-content,[data-type=portrait] .card-inside,[data-type=portrait] .card-outside{-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}[data-type=portrait] .card-inside{-webkit-transform:rotateY(180deg) translate(-100%) translate3d(0,0,0);transform:rotateY(180deg) translate(-100%) translate3d(0,0,0)}[data-type=portrait] .card-content{-webkit-transform:rotateY(0) translate3d(0,0,0);transform:rotateY(0) translate3d(0,0,0)}@-webkit-keyframes shimmer{0%,25%{opacity:.5;-webkit-transform:translate(-100%,-100%) translate3d(0,0,0);transform:translate(-100%,-100%) translate3d(0,0,0);-webkit-transform-origin:inherit;transform-origin:inherit}50%{opacity:.75;-webkit-transform:translate(100%,100%) translate3d(0,0,0);transform:translate(100%,100%) translate3d(0,0,0);-webkit-transform-origin:inherit;transform-origin:inherit}75%,to{opacity:.5;-webkit-transform:translate(100%,100%) translate3d(0,0,0);transform:translate(100%,100%) translate3d(0,0,0);-webkit-transform-origin:inherit;transform-origin:inherit}}@keyframes shimmer{0%,25%{opacity:.5;-webkit-transform:translate(-100%,-100%) translate3d(0,0,0);transform:translate(-100%,-100%) translate3d(0,0,0);-webkit-transform-origin:inherit;transform-origin:inherit}50%{opacity:.75;-webkit-transform:translate(100%,100%) translate3d(0,0,0);transform:translate(100%,100%) translate3d(0,0,0);-webkit-transform-origin:inherit;transform-origin:inherit}75%,to{opacity:.5;-webkit-transform:translate(100%,100%) translate3d(0,0,0);transform:translate(100%,100%) translate3d(0,0,0);-webkit-transform-origin:inherit;transform-origin:inherit}}.card-canvas,.card-canvas-bg{position:relative;z-index:2;-webkit-backface-visibility:hidden;backface-visibility:hidden}.card-canvas-bg{background-color:#613790;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAALElEQVQIW2P8//+/JAMDAwMjI+NzEA1mQwXTGBgYZsEkGEEy6KrBgugAqyAA89ENBl3fYssAAAAASUVORK5CYII=);height:100%;width:100%;top:0;left:0;z-index:1;-webkit-animation:color-lights 3s ease-in-out 0s infinite;animation:color-lights 3s ease-in-out 0s infinite;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);-webkit-transform-origin:inherit;-ms-transform-origin:inherit;transform-origin:inherit}@-webkit-keyframes color-lights{0%,to{background-color:#613790}25%{background-color:#f19027}50%{background-color:#ee3d96}75%{background-color:#0077d9}}@keyframes color-lights{0%,to{background-color:#613790}25%{background-color:#f19027}50%{background-color:#ee3d96}75%{background-color:#0077d9}}.card-canvas,.card-canvas-bg{transition:opacity .15s ease-in-out .75s}.card-contained:hover .card-canvas,.card-contained:hover .card-canvas-bg{opacity:0;transition:opacity .15s ease-in-out .6s}.card-envelope{background:ivory;border:solid 1px #edecea;height:100%;width:100%;outline:1px transparent;overflow:hidden;position:relative;z-index:5;-webkit-perspective:3000px;-ms-perspective:3000px;perspective:3000px;transition:all .55s ease-in-out .75s}.card-envelope.card{border-radius:0;box-shadow:0 1px 1px rgba(0,0,0,.16),0 1px 3px rgba(0,0,0,.12)}.card-envelope:before{content:"";border:solid 1.06666667rem rgba(255,255,255,.15);box-shadow:0 0 15px rgba(0,0,0,.15);height:100%;width:1000%;position:absolute;top:0;left:0;box-sizing:border-box;-webkit-perspective:1600px;-ms-perspective:1600px;perspective:1600px;-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}[data-type=landscape] .card-envelope:before{height:1000%;width:100%;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.product-contained .card-envelope,.product-selected .card-envelope{-webkit-transform:scale(.95) translate(-24px,2%);-ms-transform:scale(.95) translate(-24px,2%);transform:scale(.95) translate(-24px,2%);-webkit-transform-origin:inherit;-ms-transform-origin:inherit;transform-origin:inherit}.product-selected .card-envelope{-webkit-transform:scale(.95) translate(-32px,2%);-ms-transform:scale(.95) translate(-32px,2%);transform:scale(.95) translate(-32px,2%)}[data-envelope=pink]{background:#f9b2b7}[data-envelope=sky-blue]{background:#9bc4e2}[data-envelope=orange]{background:#fcad56}[data-envelope=turquoise]{background:#7fd6db}[data-envelope=lime]{background:#d6e542}[data-envelope=green]{background:#56aa1c}[data-envelope=perm-pink]{background:#ff69b4}[data-envelope="white'"],[data-envelope=ivory]{background:ivory}[data-envelope=yellow]{background:#f4e287}[data-envelope="brown'"],[data-envelope="latte'"]{background:#d1bf91}[data-envelope=slate]{background:#b6ada5}[data-envelope=season-red]{background:#a0274b}[data-envelope=hyacinth]{background:#baafd3}[data-envelope=warm-white]{background:#fffaf0}.card-contained .card-outside{z-index:9}.card-contained[data-type=landscape]:hover .card-outside{opacity:0}body:not(:-moz-handler-blocked) .card{border-top:solid 1px transparent}.product-item__photo:hover .product-item__photo-hover{position:static;opacity:1;transition:opacity .8s}.product-item__photo-hover,.product-item__photo:hover .product-item__photo-stat{position:absolute;top:0;left:-9999px;opacity:0;transition:opacity .8s}.product-item__photo .product-item__photo-stat{max-width:90%}[data-animation-type=card].product-item__photo .product-item__photo-hover{-webkit-transform:scale(.7) rotate(-15deg) rotateX(35deg) translate3d(-57%,-10%,0);transform:scale(.7) rotate(-15deg) rotateX(35deg) translate3d(-57%,-10%,0);-ms-transform:scale(.7) rotate(-15deg) rotateX(35deg) translate3d(-57%,-10%,0);box-shadow:0 1px 1px rgba(0,0,0,.3),0 1px 3px rgba(0,0,0,.26);width:200%;max-width:200%}.product-list-slider [data-animation-type=card].product-item__photo .product-item__photo-hover{-webkit-transform:scale(.7) rotate(-15deg) rotateX(35deg) translate3d(-57%,-35%,0);transform:scale(.7) rotate(-15deg) rotateX(35deg) translate3d(-57%,-35%,0);-ms-transform:scale(.7) rotate(-15deg) rotateX(35deg) translate3d(-57%,-35%,0);box-shadow:0 1px 1px rgba(0,0,0,.3),0 1px 3px rgba(0,0,0,.26);width:200%;max-width:200%}.sale-profile-detail-form{background:#f2f8ff;padding:20px 35px 30px;width:580px;margin:0 auto;border:1px solid #dbecff;border-radius:3px}.sale-profile-detail-form .sale-personal-profile-detail-form-title-row h4{margin:0 0 20px;font-size:18px;color:#000;font-family:'Circe Bold',Arial,sans-serif;padding:5px 0 0 34%;border:none}.sale-profile-detail-form .text-md-right{text-align:left;width:34%;font-size:16px;color:#010101;display:inline-block}.sale-profile-detail-form input[type=email],.sale-profile-detail-form input[type=tel],.sale-profile-detail-form input[type=text]{border-radius:0;width:100%;padding:5px 15px;border:1px solid #727272;font-size:15px;color:#000}.sale-profile-detail-form .dropdown-block.bx-ui-sls-input-block{border:1px solid #727272;border-radius:0}.sale-profile-detail-form .bx-sls .bx-ui-sls-clear{background:0 0}.sale-profile-detail-form .bx-sls .bx-ui-sls-clear::after,.sale-profile-detail-form .bx-sls .bx-ui-sls-clear::before{content:'';position:absolute;left:15px;top:5.5px;width:2px;height:16px;background:#c536a2;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sale-profile-detail-form .bx-sls .bx-ui-sls-clear::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.sale-personal-profile-detail-property-textarea textarea{width:100%;box-sizing:border-box}.sale-personal-profile-detail-property-textarea label{vertical-align:top;padding-top:3px}.sale-profile-detail-form .form-group{margin-bottom:15px}.sale-profile-detail-form .form-group .req{color:#c536a2;font-size:20px;font-weight:700}.sale-profile-detail-form .sale-personal-profile-btn-block{padding-bottom:0;padding-left:34%}.sale-profile-detail-form .btn.btn-themes.btn-default{background:#c536a2;color:#fff;display:inline-block;padding:10px 12px;font-size:16px}.sale-profile-detail-form .btn.btn-themes.btn-default:hover{background:#a2298d}.sale-profile-detail-link-list{padding-top:15px}.sale-profile-detail-link-list a{position:relative;color:#727272;text-decoration:none;border-bottom:1px solid #727272;line-height:15px;font-size:15px;display:inline-block;margin-left:25px}.sale-profile-detail-link-list a::after,.sale-profile-detail-link-list a::before{content:'';position:absolute;left:-15px;top:0;width:1px;height:7px;background:#727272;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sale-profile-detail-link-list a::before{top:4px;-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.sale-profile-detail-link-list a:hover{border-bottom:none}.sale-profile-detail-form .col-md-12{width:65%;display:inline-block}table.sale-personal-profile-list-container{margin-top:35px;width:550px;border-collapse:collapse}table.sale-personal-profile-list-container th{background:#f2f8ff;padding:10px 0 10px 20px;text-align:left;color:#000}table.sale-personal-profile-list-container td{padding:10px 0 10px 20px;color:#252525}.sale-personal-profile-list-change-button{border-bottom:none;color:#252525}table.sale-personal-profile-list-container tr{border-bottom:1px solid #dbecff}table.sale-personal-profile-list-container tr:first-child{border-bottom:none}table.sale-personal-profile-list-container a.sale-personal-profile-list-arrow-down i,table.sale-personal-profile-list-container a.sale-personal-profile-list-arrow-up i{color:#aac8d5}table.sale-personal-profile-list-container .sale-personal-profile-list-border{display:none}table.sale-personal-profile-list-container .sale-personal-profile-list-close-button{position:relative;background:0 0;float:right}table.sale-personal-profile-list-container .sale-personal-profile-list-close-button::after{content:'';position:absolute;left:8px;top:0;width:2px;height:16px;background:#c536a2;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}table.sale-personal-profile-list-container .sale-personal-profile-list-close-button::before{content:'';position:absolute;left:8px;top:0;width:2px;height:16px;background:#c536a2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.markers-wrapper{position:absolute;top:0;right:0;z-index:2;min-height:54px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.marker-item{position:relative;font-size:15px;line-height:16px;text-transform:lowercase;background-color:#4b4b4b;color:#fff;padding:1px 7px 1px 3px;height:18px;z-index:2}.marker-item::after,.marker-item::before{position:absolute;content:'';left:-7px;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;z-index:-1}.marker-item::before{top:0;border-top:18px solid #4b4b4b}.marker-item::after{bottom:0;border-bottom:18px solid #4b4b4b}.marker-item--new{background-color:#b43e97;border-color:#b43e97;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.marker-item--discount{background-color:#ed1c24;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.marker-item--hit{background-color:#fbbd11;color:#b43e97;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.marker-item--new::before{border-top-color:#b43e97}.marker-item--new::after{border-bottom-color:#b43e97}.marker-item--discount::before{border-top-color:#ed1c24}.marker-item--discount::after{border-bottom-color:#ed1c24}.marker-item--hit::before{border-top-color:#fbbd11}.marker-item--hit::after{border-bottom-color:#fbbd11}@media all and (min-width:360px) and (max-width:479px){.product-info .btn-favorite{margin-left:-155px}}@media all and (min-width:360px) and (max-width:460px){.search-form{right:120px}.header__phone-link{right:150px}.logo__img{width:132px}.logo__text{font-size:12px;margin-bottom:5px}}@media all and (min-width:360px) and (max-width:767px){.artd-header{padding:24px 0 0}}@media all and (min-width:446px) and (max-width:550px){.reviews-box__item-left-holder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:25px}.reviews-box__item .stars,.reviews-box__item-author{margin-right:20px;margin-bottom:0;line-height:17px}.reviews-box__item-date{margin-bottom:0;line-height:17px}}@media all and (min-width:461px) and (max-width:1090px){.tablets-nav-opener-row ul.openers-list a span:before,.tablets-nav-opener-row ul.openers-list a:after,.tablets-nav-opener-row ul.openers-list a:before{left:20px;width:22px}.tablets-nav-opener-row ul.openers-list a{font-size:14px}}@media all and (min-width:461px) and (max-width:767px){.search-form{right:130px}.header__phone-link{right:165px}.logo__img{width:164px}.logo__text{font-size:12px;margin-bottom:5px}}@media all and (min-width:480px) and (max-width:569px){.infospice-search-module .product-list .product-list-holder .product-item-wrapper,.product-list .product-list-holder .product-item-wrapper{min-width:50%;width:50%;max-width:50%;padding:20px 2px}}@media all and (min-width:480px) and (max-width:767px){.product-info .btn-favorite{bottom:50%;margin-bottom:-16px}.reg-page .form-area,.text-page table{width:100%}.text-page h1{font-size:30px}.text-page h2{font-size:28px}.text-page h3{font-size:24px}.product-table .tbody .basket-vendor-code.basket-vendor-code-tablet,.product-table .tbody .title.title-tablet a,.text-page h4{font-size:18px}.product-table .tbody .row.product-general-info-row{padding:12px 0 0}.product-table .tbody .row.product-general-info-row .cell{padding:0 20px 15px 0;width:23%;text-align:left}.product-table .tbody .row.product-general-info-row .cell:after{content:'';display:block;clear:both}.product-table .tbody .row.product-general-info-row .cell.cell-1{display:none}.product-table .tbody .row.product-general-info-row .cell.cell-2{width:18%}.product-table .tbody .row.product-general-info-row .cell.cell-3{width:28%}.product-table .tbody .row.product-general-info-row a.btn-remove{top:16px;right:16px}.product-table .tbody a.btn-remove{width:16px;height:16px}.product-table .tbody .cell-title{font-size:14px;padding-bottom:10px}.product-table .quantity-box input{font-size:14px}.reg-page .form-column{padding-left:8%;padding-right:8%}.collection-slider-box__wrapper,.product-list{width:95%;margin-left:auto;margin-right:auto}}@media all and (min-width:480px) and (max-width:700px){.news__item-photo{width:126px;min-width:126px;max-width:126px}}@media all and (min-width:480px) and (max-width:719px){.sort-by .jcf-select{width:150px}}@media all and (min-width:480px) and (max-width:1090px){.btn-filter-opener-wrapper{padding-left:20px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.products-section__title{font-size:30px}.body-popup .user-options .user-title{margin:10px 20px 0 0;float:left}.body-popup .user-options .link,.body-popup .user-options a.btn-tablets-personal-area-opener{float:left}}@media all and (min-width:480px) and (max-width:1000px){.news__item-photo{margin-right:38px}.news__item-content{padding-right:40px}}@media all and (min-width:480px) and (max-width:539px){.product-info__active-box-right{width:66%;max-width:66%;min-width:66%}.product-info .btn-favorite{left:68%}}@media all and (min-width:530px) and (max-width:767px){.search-form.active .search-box{width:300px}}@media all and (min-width:540px) and (max-width:1090px){.tablets-product-info__title{padding-bottom:30px}}@media all and (min-width:540px) and (max-width:599px){.product-info .product-photo{width:75%}}@media all and (min-width:540px) and (max-width:767px){.product-info__active-box-right{width:60%;max-width:60%;min-width:60%}.product-info .btn-favorite{left:62%}}@media all and (min-width:551px) and (max-width:1090px){.body-popup .user-options a.btn-tablets-personal-area-opener{margin:0 30px 0 0;padding:0 26px}}@media all and (min-width:570px) and (max-width:719px){.infospice-search-module .product-list .product-list-holder .product-item-wrapper,.product-list .product-list-holder .product-item-wrapper{min-width:50%;width:50%;max-width:50%;padding:20px 15px}}@media all and (min-width:600px) and (max-width:699px){.product-info .product-photo{width:65%}}@media only screen and (min-width:620px) and (max-width:767px){[data-type=portrait] .card-centered:hover{-webkit-transform:translate(1%,0) translate3d(0,0,0);transform:translate(1%,0) translate3d(0,0,0);-webkit-transform-origin:inherit;-ms-transform-origin:inherit;transform-origin:inherit}.product-photo-img1{margin:0 auto}}@media only screen and (min-width:620px){[data-type=portrait]:focus .card-centered,[data-type=portrait]:hover .card-centered{-webkit-transform:translate(0,0) translate3d(0,0,0);transform:translate(0,0) translate3d(0,0,0);-webkit-transform-origin:inherit;-ms-transform-origin:inherit;transform-origin:inherit}[data-type=portrait]:focus .card-outside,[data-type=portrait]:hover .card-outside{-webkit-transform:rotateY(-160deg) translate3d(0,0,1px);transform:rotateY(-160deg) translate3d(0,0,1px);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}[data-type=portrait]:focus .card-inside,[data-type=portrait]:hover .card-inside{-webkit-transform:rotateY(20deg) translate(-100%) translate3d(0,0,0);transform:rotateY(20deg) translate(-100%) translate3d(0,0,0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}[data-type=portrait]:focus .card-content,[data-type=portrait]:hover .card-content{-webkit-transform:rotateY(-18deg) translate3d(0,0,0);transform:rotateY(-18deg) translate3d(0,0,0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}[data-type=portrait]:focus .card-inside,[data-type=portrait]:hover .card-inside{width:100.1%}[data-type=landscape] .card-centered,[data-type=portrait].hover .card-centered{-webkit-transform:translate(0,0) translate3d(0,0,0);transform:translate(0,0) translate3d(0,0,0);-webkit-transform-origin:inherit;-ms-transform-origin:inherit;transform-origin:inherit}[data-type=portrait].hover .card-outside{-webkit-transform:rotateY(-160deg) translate3d(0,0,1px);transform:rotateY(-160deg) translate3d(0,0,1px);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}[data-type=portrait].hover .card-inside{-webkit-transform:rotateY(20deg) translate(-100%) translate3d(0,0,0);transform:rotateY(20deg) translate(-100%) translate3d(0,0,0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}[data-type=portrait].hover .card-content{-webkit-transform:rotateY(-18deg) translate3d(0,0,0);transform:rotateY(-18deg) translate3d(0,0,0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}[data-type=landscape] .card-centered{-webkit-transform:translate(-50%,0) translate3d(0,0,0);transform:translate(-50%,0) translate3d(0,0,0)}[data-type=landscape] .card-outside{-webkit-transform:rotateX(20deg) translate3d(0,0,1px);transform:rotateX(20deg) translate3d(0,0,1px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-type=landscape] .card-inside{top:-100%;-webkit-transform:rotateX(-180deg) translate3d(0,0,0);transform:rotateX(-180deg) translate3d(0,0,0);-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}[data-type=landscape] .card-content{-webkit-transform:rotateY(0) translate3d(0,0,0);transform:rotateY(0) translate3d(0,0,0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}[data-type=landscape] .card-content img{position:absolute;bottom:0;left:0}[data-type=landscape] .card img{max-height:inherit;width:100%}[data-type=landscape]:focus .card-centered,[data-type=landscape]:hover .card-centered{-webkit-transform:translate(-50%,0) translate3d(0,0,0);transform:translate(-50%,0) translate3d(0,0,0);-webkit-transform-origin:inherit;-ms-transform-origin:inherit;transform-origin:inherit}[data-type=landscape]:focus .card-outside,[data-type=landscape]:hover .card-outside{-webkit-transform:rotateX(120deg) translate3d(0,0,1px);transform:rotateX(120deg) translate3d(0,0,1px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-type=landscape]:focus .card-inside,[data-type=landscape]:hover .card-inside{top:-100%;-webkit-transform:rotateX(-60deg) translate3d(0,0,0);transform:rotateX(-60deg) translate3d(0,0,0);-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}[data-type=landscape]:focus .card-content,[data-type=landscape]:hover .card-content{-webkit-transform:rotateY(0) translate3d(0,0,0);transform:rotateY(0) translate3d(0,0,0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}[data-type=landscape]:focus .card-content img,[data-type=landscape]:hover .card-content img{position:absolute;bottom:0;left:0}[data-type=landscape]:focus .card img,[data-type=landscape]:hover .card img{max-height:inherit;width:100%}[data-type=landscape].hover .card-centered{-webkit-transform:translate(-50%,0) translate3d(0,0,0);transform:translate(-50%,0) translate3d(0,0,0);-webkit-transform-origin:inherit;-ms-transform-origin:inherit;transform-origin:inherit}[data-type=landscape].hover .card-outside{-webkit-transform:rotateX(120deg) translate3d(0,0,1px);transform:rotateX(120deg) translate3d(0,0,1px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-type=landscape].hover .card-inside{top:-100%;-webkit-transform:rotateX(-60deg) translate3d(0,0,0);transform:rotateX(-60deg) translate3d(0,0,0);-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}[data-type=landscape].hover .card-content{-webkit-transform:rotateY(0) translate3d(0,0,0);transform:rotateY(0) translate3d(0,0,0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}[data-type=landscape].hover .card-content img{position:absolute;bottom:0;left:0}[data-type=landscape].hover .card img{max-height:inherit;width:100%}}@media all and (min-width:700px) and (max-width:767px){.product-info .product-photo{width:55%}}@media only screen and (min-width:700px){.card-contained:hover .card-envelope{opacity:0;transition:all .55s ease-in-out 0s}}@media all and (min-width:720px) and (max-width:899px){.infospice-search-module .product-list .product-list-holder .product-item-wrapper,.product-list .product-list-holder .product-item-wrapper{min-width:33%;width:33%;max-width:33%;padding:20px 5px}}@media all and (min-width:768px) and (max-width:899px){.product-info__active-box-right{width:87%;max-width:87%;min-width:87%;margin-right:0}.product-info .btn-favorite{bottom:16px;left:60%}}@media all and (min-width:768px) and (max-width:900px){.logo{width:228px}.logo__img{width:187px}.logo__text{font-size:12px}.header__left{padding-right:12px}}@media only screen and (min-width:768px) and (max-width:1090px){[data-type=portrait] .card-centered:hover{-webkit-transform:translate(40%,0) translate3d(0,0,0);transform:translate(40%,0) translate3d(0,0,0);-webkit-transform-origin:inherit;-ms-transform-origin:inherit;transform-origin:inherit}}@media all and (min-width:768px) and (max-width:1199px){.slider-arrow-btn--prev{left:-30px}.slider-arrow-btn--next{right:-30px}.promo-block__slider-box{width:66.15%;min-width:66.15%;max-width:66.15%}.promo-block__right{width:32.5%;min-width:32.5%;max-width:32.5%}.wrapper{padding-left:34px;padding-right:34px}}@media all and (min-width:768px) and (max-width:1090px){.catalog-panel{margin-left:-34px;margin-right:-34px;padding-left:34px;padding-right:34px}.product-info .product-photo{padding-left:20px;width:275px;margin-bottom:95px}.product-photo-img{width:255px}.product-info .product-info__left{margin-right:7.5%}.tablets-nav-opener-row ul.openers-list li.tablets-catalog{width:66.15%;min-width:66.15%;max-width:66.15%}.tablets-nav-opener-row ul.openers-list li.tablets-menu{width:32.5%;min-width:32.5%;max-width:32.5%}.tablets-nav-opener-row{padding:0 0 42px}.search-form .search-box{width:90%}.artd-header{padding:34px 0 0}.user-menu{top:0;right:34px}.artd-header .wrapper-header{padding-right:229px}}@media all and (min-width:768px) and (max-width:1023px){.reg-page .form-area{width:80%;margin-left:auto;margin-right:auto}.reg-page .form-column{padding-left:15%;padding-right:15%}}@media all and (min-width:900px) and (max-width:1000px){.product-info__active-box-right{width:70%;max-width:70%;min-width:70%}.product-info .btn-favorite{bottom:16px;left:50%}}@media all and (min-width:1001px){.news__item{height:215px}}@media all and (min-width:1091px){.catalog-panel{padding-left:22px;padding-right:22px}}@media only screen and (min-width:1091px) and (max-width:1190px){[data-type=portrait] .card-centered:hover{-webkit-transform:translate(20%,0) translate3d(0,0,0);transform:translate(20%,0) translate3d(0,0,0);-webkit-transform-origin:inherit;-ms-transform-origin:inherit;transform-origin:inherit}}@media screen and (max-width:1023px){.infospice-search-module .infospice-search-sidebar{margin-right:0}}@media all and (max-width:1000px){.product-info__active-box{position:relative;padding-right:23px;padding-bottom:70px}.product-info .btn-favorite{position:absolute}.product-info__active-box-row{width:100%}.product-info__active-box-row.product-info__btn-box{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.btn-fast-buy{margin-top:20px;position:absolute;left:23px;bottom:26px}.news__list,.product-info__active-box-row.product-info__btn-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news__item{width:100%;margin-bottom:40px;height:auto}.news__item:last-child{margin-bottom:0}.news__item-title{margin-bottom:15px}.news-section__btn-row{padding-top:30px}}@media all and (max-width:460px){.tablets-nav-opener-row ul.openers-list a span:before,.tablets-nav-opener-row ul.openers-list a:after,.tablets-nav-opener-row ul.openers-list a:before{left:10px;width:18px}.tablets-nav-opener-row ul.openers-list a{font-size:12px}.user-menu__link{margin-right:12px}}@media all and (max-width:719px){.catalog-panel label{display:block;margin-bottom:5px}.catalog-panel{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.catalog-panel .show{margin-right:10px}}@media all and (max-width:499px){.product-list-slider .product-item-wrapper{padding:20px 25px}}@media all and (max-width:539px){.product-info .product-photo{width:100%}.product-info__title{font-size:21px}.tablets-product-info__title{padding-bottom:5px}}@media all and (max-width:529px){.search-form.active .search-box{width:200px}}@media all and (max-width:479px){.inner-page-title,.text-page h1{font-size:28px}.section-title{font-size:28px;padding-bottom:30px}.section-title,.tags-section{padding-top:30px}.sort-by .jcf-select{width:140px}.btn-filter-opener{font-size:0;padding-left:0;padding-right:0;width:42px}.show .jcf-select{width:60px}.catalog-panel label{margin-right:0}.btn-filter-opener-wrapper{padding-left:15px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.infospice-search-module .product-list .product-list-holder .product-item-wrapper,.product-list .product-list-holder .product-item-wrapper{min-width:250px;width:250px;max-width:250px;padding:20px;margin-left:auto;margin-right:auto}.product-list .product-list-holder{text-align:center}.product-info .btn-favorite{bottom:16px;margin-bottom:0;left:100%;margin-right:5%}.product-info__active-box-right{width:95%;max-width:95%;min-width:95%}.product-info-holder .stars-block{display:block;margin-bottom:7px}.products-section__title,.text-page h2{font-size:26px}.text-page h1{padding-bottom:25px}.text-page h3{font-size:24px}.text-page h4{font-size:18px}.text-page .basic-photo{margin-bottom:10px}.product-table .tbody .row.product-general-info-row{position:static;padding:22px 0 0}.product-table .tbody .row.product-general-info-row .cell{width:100%;padding:0 0 18px;text-align:left}.product-table .tbody .row.product-general-info-row .cell:after{content:'';display:block;clear:both}.product-table .tbody .row.product-general-info-row .cell.cell-1{display:none}.product-table .tbody .row.product-general-info-row a.btn-remove{top:28px;right:0}.product-table .tbody .cell-price-holder,.product-table .tbody .discount,.product-table .tbody .quantity-box,.product-table .tbody .row.product-general-info-row .price-and-bonus{float:right}.product-table .tbody a.btn-remove{width:16px;height:16px}.product-table .tbody .row-holder{clear:both;margin-left:0}.product-table .tbody .tbody-row{position:relative}.product-table .tbody .cell-title{float:left;font-size:16px}.product-table .tbody .title.title-tablet{padding-right:30px}.product-table .quantity-btn{width:32px}.product-table .quantity-box input{width:36px}.unregistered-box .unregistered-box__title{font-size:17px}.reg-page .form-area{width:auto;margin-right:-20px;margin-left:-20px}.reg-page .form-column{padding-left:4%;padding-right:4%}.news-preview__photo{width:131px;min-width:131px;max-height:131px;margin-right:10px}.news-preview{width:auto;margin-left:-20px;margin-right:-20px;padding:20px}.body-popup .user-options .user-title{margin:10px 0 12px;float:none;display:block}.body-popup .user-options .link,.body-popup .user-options a.btn-tablets-personal-area-opener{float:none}.collection-slider-box__wrapper,.product-list{width:90%;margin-left:auto;margin-right:auto}.news__item-photo{width:62px;min-width:62px;max-width:62px;margin-right:17px}.footer__bottom-links{-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__bottom-links a:first-child{width:100%;text-align:center;margin-right:0}}@media all and (max-width:767px){.catalog-panel{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.product-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-info .product-info__left{margin-right:0}.product-photo-img-thumbnails{display:none}.product-info .product-photo{padding-left:0;margin-bottom:0;margin-left:auto;margin-right:auto}.product-photo-img{width:100%;padding-left:36px;padding-right:36px}.product-photo-img .slider-arrow-btn--next{right:0}.product-photo-img .slider-arrow-btn--prev{left:0}.product-info__active-box-right{margin-right:0}.product-info .btn-favorite{position:absolute}.product-info .share-box{padding-bottom:30px;margin-top:10px}.reviews-section{padding-bottom:45px}.text-page .left-photo,.text-page .right-photo{float:none;width:100%;margin-left:0;margin-right:0}.text-page table{width:100%}.product-table .tbody{border-top:1px solid #d9eeff}.product-table .tbody .title.title-tablet{display:block;margin:0 0 0 96px}.product-table .tbody .basket-vendor-code.basket-vendor-code-tablet{display:block;margin:0 0 0 96px;padding-top:5px;padding-bottom:15px}.auth-page .form-area::after,.product-table .thead,div#bx-soa-total-mobile .gotoback{display:none}.product-table .tbody .cell-price-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-table .tbody .new-price-item{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.product-table .tbody .old-price-item{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-right:10px}.product-table .tbody .row.product-general-info-row .price.old-price{line-height:21px}.product-table .tbody .row.product-general-info-row .cell{color:#3c3b3c}.product-table{margin-bottom:25px}.product-table .tbody .cell-title{display:block;color:#383838}.product-table .quantity-box input{font-size:14px}.auth-page .form-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}.auth-page .form-column{width:100%;padding-top:45px;padding-bottom:33px}.auth-page .form-column.unregistered-box{position:relative;padding-top:33px;padding-bottom:57px}.auth-page .form-column.unregistered-box::before{position:absolute;content:'';height:1px;top:0;right:9px;left:9px;background-color:#d9eeff}div#bx-soa-total{margin-bottom:80px}.tablets-nav-opener-row ul.openers-list li.tablets-catalog,.tablets-nav-opener-row ul.openers-list li.tablets-menu{width:48.5%;min-width:48.5%;max-width:48.5%}.tablets-nav-opener-row{padding:0 0 15px}.slider-arrow-btn--prev{left:-25px}.slider-arrow-btn--next{right:-25px}.promo-block,.user-menu__link i{margin-bottom:0}.promo-block__slider-box{width:100%;min-width:100%;max-width:100%}.promo-block__right{display:none}.search-form-opener{display:inline-block;font-size:0;width:23px;height:25px;background:url(/local/markup/build/css/../img/search.svg) no-repeat center;background-size:23px 25px;line-height:35px}.search-form{position:absolute;top:33px}.search-form.active .search-box{display:block!important;transition:width .2s linear;background-color:#fff}.search-form .search-box{display:none;width:0;position:absolute;top:-2px;right:-10px;transition:width .2s linear}.user-menu__link--personal{display:none}.artd-header .wrapper-header{padding-bottom:15px;padding-right:0}.user-menu{top:30px;right:20px}.header__left{padding-right:0}.header__phone-icons{display:none}.header__phone-link{width:23px;height:25px;font-size:0;background:url(/local/markup/build/css/../img/phone.svg) no-repeat center;background-size:23px 25px;position:absolute;top:35px}.wrapper{padding-left:20px;padding-right:20px}.tags-nav__item{width:100%;margin-bottom:20px;margin-right:0}.tags-nav__item:last-child{margin-bottom:0}.tags-nav__item-title{text-align:center}.sale-profile-detail-form{width:100%;box-sizing:border-box}.sale-profile-detail-form .sale-personal-profile-btn-block{padding-left:0;text-align:center}}@media all and (max-width:1023px){.text-page .video-box{width:100%;position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;margin-bottom:30px}.text-page .video-box iframe{position:absolute;top:0;left:0;width:100%;height:100%}.reg-page .form-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin-bottom:45px}.reg-page .form-area::after{display:none}.reg-page .form-column{width:100%;padding-top:45px;padding-bottom:33px}.reg-page .form-column.unregistered-box{position:relative;padding-top:33px;padding-bottom:57px}.reg-page .form-column.unregistered-box::before{position:absolute;content:'';height:1px;top:0;right:9px;left:9px;background-color:#d9eeff}}@media all and (max-width:550px){.reviews-box__item-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.body-popup .user-options a.btn-tablets-personal-area-opener{font-size:15px;margin:0 15px 0 0;padding:0 20px}}@media all and (max-width:939px){.subscribe-section-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.social-block,.subscribe-block{width:100%;text-align:center}.subscribe-block{margin-bottom:40px}.subscribe__form{display:inline-block}.subscribe__checkbox{text-align:left}}@media all and (max-width:1199px){.content-width,.wrapper{width:100%}.footer__nav-menu{position:absolute;top:auto;left:-9999px}.footer-links-nav-alt{position:relative;z-index:20;left:auto;padding:0}.footer-links-nav-alt .footer-links-nav-alt-main:after,.footer-links-nav-alt:after{content:'';display:block;clear:both}.footer-links-nav-alt .footer-links-nav-alt-main{position:relative}.footer-links-nav-alt .footer-links-opener{display:block;position:relative;border:1px solid #686867;border-radius:3px;background:#fff;text-decoration:none}.footer-links-nav-alt.expanded .footer-links-opener{border-bottom:none;border-radius:3px 3px 0 0;background:#fff}.footer-links-nav-alt .footer-links-opener:hover{text-decoration:none!important}.footer-links-nav-alt .footer-links-opener span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin:5px 30px 4px 16px;color:#686867}.footer-links-nav-alt .footer-links-opener::before{position:absolute;content:'';top:50%;margin-top:-2.5px;right:10px;width:0;height:0;border-style:solid;border-width:5px 5px 0;border-color:#919090 transparent transparent}.footer-links-nav-alt .footer-links-drop{position:absolute;top:100%;left:0;width:100%;border:1px solid #646464;border-top:none;border-radius:0 0 3px 3px;background:#fff}.footer-links-nav-alt .footer-links-drop .footer-links-drop-scrollable{max-height:116px;overflow:auto}.footer-links-nav-alt .footer-links-drop ul{list-style:none;padding:3px 0;margin:0}.footer-links-nav-alt .footer-links-drop ul li{overflow:hidden;display:block;border-top:1px solid #e6e6e6}.footer-links-nav-alt .footer-links-drop ul li.active a{color:#c536a2}.footer-links-nav-alt .footer-links-drop ul a{display:block;padding:5px 30px 4px 16px;color:#383838;text-decoration:none}.footer-links-nav-alt .footer-links-drop ul a:hover{color:#c536a2;text-decoration:none!important}.footer__main-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__main-nav{width:234px;margin:0 auto 20px}.footer__main-payments{padding-left:0;text-align:center;padding-bottom:20px}.footer__payments-list{padding-top:17px}.footer__send-review-box{display:inline-block;padding-top:0;padding-left:34px}.footer__send-review::before{left:-34px;top:50%;margin-top:-15px}.footer__main-bottom,.footer__send-review-box br{display:none}.footer__bottom{border-top:1px solid #dce7e3;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__bottom-links{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px}.footer__bottom-links a{margin-right:10px}.footer__bottom-links a:last-child{margin-right:0}.footer__copyright{margin-bottom:30px}.footer-feedback__btn.btn{width:200px}.footer__main-contacts{max-width:100%;text-align:center;padding-right:0;margin-bottom:20px}}@media all and (max-width:359px){.page-nav a.page-nav__item{margin:5px 4px}.product-info__active-box-right{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.product-info .btn-favorite span{font-size:0}.product-info .btn-favorite{width:28px;margin-left:-61px}.artd-header{padding:14px 0 0}.logo__img{width:115px}.logo__text{font-size:12px;margin-bottom:5px}.header__phone-link{right:135px}.search-form{right:110px}}@media all and (max-width:445px){.reviews-box__item-left-holder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:25px}.reviews-box__btn-row,.reviews-box__item-left-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.reviews-box__all-link{margin-bottom:20px}.reviews-section__title{display:block;margin-bottom:10px;font-size:21px}.sale-personal-section-index .sale-personal-section-row-flex{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media all and (max-width:450px){.subscribe__form-email{width:220px}}@media all and (max-width:560px){.catalog-menu__item{width:84px}.catalog-menu__item-name{font-size:14px}}@media all and (max-width:619px){.product-table .tbody .row-holder{margin:0;overflow:hidden;clear:both}}@media all and (max-width:1090px){.product-info-slider-btn{width:9px;height:18px;background-size:9px 18px}.product-info-slider-btn--prev{-webkit-transform:none;-ms-transform:none;transform:none;top:50%;margin-top:-9px;left:-12px}.product-info-slider-btn--next{-webkit-transform:none;-ms-transform:none;transform:none;bottom:50%;margin-bottom:-9px;right:-6px}.catalog-page .main-content .main-content-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.side-content{padding-top:0}.content-page-soon .content-left-column{width:0;min-width:0;max-width:0;margin-right:0}.recommendations-section{margin-bottom:25px}.btn-back-row{text-align:center}.filter-submit-row .btn-submit.btn{display:inline-block;width:170px;margin-right:20px}.filter-submit-row{text-align:left}.filter-box{border:none}.catalog-panel__forms{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-filter-opener-wrapper{display:inline-block}.tablets-product-info__title{display:block}.desk-product-info__title{display:none}.product-photo-img-thumbnails{position:absolute;right:-6px;left:20px;top:100%;padding:24px 0;height:95px}.product-photo-img-thumbnails .thumbnails-holder{position:relative;height:56px;width:100%}.product-photo-img-thumbnails .thumbnails-holder.slick-slider .slick-list{height:56px!important;text-align:center}.product-info .share-box{padding-top:20px}.product-info .share-box__title{margin-bottom:7px}.product-photo-img-thumbnails .slick-slider .slick-slide .slide img{width:56px;height:50px}.product-photo-img-thumbnails .thumbnails-holder.slick-slider .slick-list .slick-slide{margin-bottom:0}.thumbnails-holder .slide{display:none;font-size:0}.thumbnails-holder .slide:first-child{display:block}.slick-slider.thumbnails-holder .slide{display:block}.about-product-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about-product-box{margin-right:0;margin-bottom:30px}.about-product-box:last-child{margin-botom:0}.about-product-box__video-box{width:100%;position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;margin-bottom:30px}.about-product-box__video-box iframe{position:absolute;top:0;left:0;width:100%;height:100%}.products-section__title{font-family:'MyriadProRegular',Arial,sans-serif;color:#686867;font-weight:400;letter-spacing:2px;text-align:center}.cart-box .tables-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-table{width:100%}.table-summary{width:254px}.gift-wrap-section .gift-wrap__title-row{text-align:center}.auth-page .main-content-area,.reg-page .main-content-area{width:100%}.social-enter__title{font-size:18px}.tablets-nav-opener-row{position:static;overflow:hidden}.tablets-nav-opener-row ul.openers-list{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tablets-nav-opener-row ul.openers-list a{display:block;text-align:center;position:relative;border-radius:3px;text-decoration:none;text-transform:uppercase;color:#fff;line-height:32px}.tablets-nav-opener-row ul.openers-list a.tablets-catalog-opener{background-color:#c536a2}.tablets-nav-opener-row ul.openers-list a.tablets-menu-opener{background-color:#65bdf5}.tablets-nav-opener-row ul.openers-list a:before{content:'';position:absolute;top:50%;height:2px;margin:-8px 0 0;background-color:#fff}.tablets-nav-opener-row ul.openers-list a span:before,.tablets-nav-opener-row ul.openers-list a:after{content:'';position:absolute;top:50%;height:2px;background-color:#fff;margin:-1px 0 0}.tablets-nav-opener-row ul.openers-list a span:before{margin:6px 0 0}.body-popup{color:#727272;position:fixed;z-index:100;top:auto;left:-9999px;width:100%;height:100%;background:#fff;padding:64px 0 0}.body-popup .body-popup-heading-row{position:absolute;top:0;left:0;width:100%;height:64px;padding:22px 60px 0 33px;border-bottom:1px solid #dbecff}.body-popup .body-popup-title{display:block;font-weight:400;font-size:24px;line-height:25px;color:#686867;letter-spacing:1px}.body-popup a.btn-body-popup-back{display:inline-block;vertical-align:top;font-size:21px;line-height:25px;color:#383838;text-decoration:none;padding:0 0 0 18px;position:relative}.body-popup a.btn-body-popup-back:before{position:absolute;content:'\f104';font-family:'FontAwesome';top:0;left:0;font-size:20px;color:#383838}.body-popup a.body-popup-close{position:absolute;top:14px;right:27px;text-indent:-9999px;overflow:hidden;width:40px;height:40px;border-radius:10px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);cursor:pointer;z-index:8040}.body-popup a.body-popup-close:after,.body-popup a.body-popup-close:before{content:'';position:absolute;top:2px;bottom:2px;left:50%;margin:0 0 0 -1px;width:2px;background:#afadad;border-radius:2px}.body-popup a.body-popup-close:after{width:auto;height:2px;right:2px;left:2px;top:50%;margin:-1px 0 0}.body-popup a.body-popup-close:hover:after,.body-popup a.body-popup-close:hover:before{background:#c536a2}.body-popup .body-popup-scrollable{height:100%;overflow:auto}.body-popup .body-popup-scrollable-holder,.tablets-catalog-body-popup-active,.tablets-menu-body-popup-active,.tablets-personal-area-active{overflow:hidden}.body-popup .tablets-catalog-menu{overflow:hidden;font-size:16px;line-height:19px;width:100%;position:relative}.body-popup .tablets-catalog-menu ul{margin:0;padding:0;list-style:none;width:100%;position:relative}.body-popup .tablets-catalog-menu ul:after{content:'';display:block;clear:both}.body-popup .tablets-catalog-menu ul li{border-bottom:1px solid #e7e7e7;display:table;width:100%}.body-popup .tablets-catalog-menu ul a{display:table-cell;vertical-align:middle;color:#727272;text-decoration:none;padding:10px 10px 10px 33px;font-size:18px;font-family:'Circe Regular',Arial,sans-serif}.body-popup .phone-info .tel-link:hover,.body-popup .tablets-catalog-menu ul a.mobile-opener:hover::after,.body-popup .tablets-catalog-menu ul a:hover{color:#c536a2}.body-popup .tablets-catalog-menu ul a.mobile-opener{position:relative;width:100px;padding:0;font-size:0;overflow:hidden}.body-popup .tablets-catalog-menu ul a.mobile-opener::after{position:absolute;content:'\f105';font-family:'FontAwesome';top:50%;margin-top:-9.5px;right:33px;font-size:20px;color:#afadad}.body-popup .tablets-catalog-menu ul a.btn-multilevelmenu-back{padding:13px 10px 13px 55px;font-weight:700;position:relative;display:block!important;color:#000}.body-popup .tablets-catalog-menu ul a.btn-multilevelmenu-back:before{position:absolute;content:'\f104';font-family:'FontAwesome';top:50%;margin-top:-9.5px;left:33px;font-size:20px;color:#000}.body-popup .tablets-catalog-menu ul ul{position:absolute;top:0;left:100%}.body-popup .user-options{overflow:hidden;padding:14px 33px;border-bottom:1px solid #e7e7e7;font-size:16px;line-height:19px}.body-popup .user-options .user-title{font-weight:700;font-size:15px;color:#424343}.body-popup .user-options a.btn-tablets-personal-area-opener:hover{font-weight:400}.body-popup .user-options .link{margin:10px 0 0;color:#c536a2;font-size:16px}.body-popup .phone-info{overflow:hidden;padding:25px 33px}.body-popup .phone-info .tel-link{font-size:16px;line-height:19px;color:#777;font-weight:700;text-decoration:none}.tablets-catalog-body-popup-active .tablets-catalog-body-popup,.tablets-menu-body-popup-active .tablets-menu-body-popup{top:0;left:0}.tablets-personal-area-active .tablets-personal-area{top:0;left:0;z-index:101}.header__top-menu{display:none}.artd-header .wrapper-header{position:relative}.user-menu{position:absolute}.header__right-top{margin-bottom:15px}.filter-nav-box,.filter-nav__title,.main-nav{display:none}.filter-area-body-popup .body-popup-heading-row{display:block}.filter-area-body-popup-active .filter-area-body-popup{top:0;left:0;z-index:101}}@media only screen and (max-width:768px){.card-envelope{-webkit-transform:scale(.95) translate(-24px,2%);-ms-transform:scale(.95) translate(-24px,2%);transform:scale(.95) translate(-24px,2%);-webkit-transform-origin:inherit;-ms-transform-origin:inherit;transform-origin:inherit}}@media only screen and (max-width:479px){.card-envelope{display:none}}@media all and (max-width:1059px){.news{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news-preview{width:100%}}@media all and (max-width:399px){.error-404-title{font-size:19px}.error-404-icon{width:50px;height:50px;line-height:50px;font-size:20px;margin-right:10px}}@media screen and (max-width:959px){.infospice-search-module .infospice-search-form .infospice-search-header input[type=submit]{width:19%}}@media only screen and (max-width:767px){.product-photo-img1{margin:0 auto}}@media all and (max-width:600px){.sale-profile-detail-form .col-md-12{width:100%;display:block}.sale-profile-detail-form .sale-personal-profile-detail-form-title-row h4{padding-left:0;text-align:center}.sale-profile-detail-form{padding:20px 20px 25px}.sale-profile-detail-form .text-md-right{width:100%;display:block;margin-bottom:5px}table.sale-personal-profile-list-container{width:100%}}@media all and (max-width:400px){.sale-profile-detail-form .btn.btn-themes.btn-default{display:block;width:100%}}@media all and (max-width:440px){table.sale-personal-profile-list-container{margin-top:20px}table.sale-personal-profile-list-container td,table.sale-personal-profile-list-container th{font-size:14px;vertical-align:top;padding-left:0;text-align:center}table.sale-personal-profile-list-container td{font-size:13px}table.sale-personal-profile-list-container .sale-personal-profile-list-arrow-down,table.sale-personal-profile-list-container .sale-personal-profile-list-arrow-up{width:48%;display:inline-block;vertical-align:top}table.sale-personal-profile-list-container a.sale-personal-profile-list-arrow-up{text-align:right}table.sale-personal-profile-list-container a.sale-personal-profile-list-arrow-down{text-align:left}table.sale-personal-profile-list-container .sale-personal-profile-list-actions{min-width:20px}}
/* End */


/* Start:/local/templates/main/components/h2o/favorites.add/artd/style.css?17650450012265*/
#favorites_popup_wrap{
    /*width: 600px!important;*/
    min-height: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
    color: #4d4c4c;
}
#favorites_popup_wrap .modal-header {
    min-height: 16.42857143px;
    padding: 0px 0px;
    border: none;
    font-size: 30px;
}
#favorites_popup_wrap .modal-body{
	position: relative;
    padding: 30px;
    font-size: 18px;
}
#favorites_popup_wrap .modal-body p{
	
}
#favorites_popup_wrap .form-row{
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin: 10px 0;
}
#favorites_popup_wrap .form-row:after {
    content: "";
    display: table;
    clear: both;
}
#favorites_popup_wrap .form-row:first-child {
    margin-top: 0; 
}
#favorites_popup_wrap .form-cell-3 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 30%;
}
#favorites_popup_wrap .form-cell-3:last-child {
    margin-right: 0; 
}
#favorites_popup_wrap .form-cell-9 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 68%;
}
#favorites_popup_wrap .form-cell-9:last-child {
    margin-right: 0; 
}
#favorites_popup_wrap label{
	font-weight: normal;
	font-size: 18px;
 	
}
#favorites_popup_wrap input[type=text]{
	height: 32px;
}
#favorites_popup_wrap input[type=text].error{
	box-shadow: 0 0 0 1px red;
}
#favorites_popup_wrap textarea{
	height: 112px;
}
#favorites_popup_wrap input[type=text], #favorites_popup_wrap textarea{
	width: 100%;
	border: 1px #b7b7b7 solid;
  	padding: 0px 5px;
  	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
}
#favorites_popup_wrap .button_wrap{
	text-align: right;
}
#favorites_popup_wrap button{
	font-size: 18px;
	border: none;
	background-color: rgb(221, 221, 221);
	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
}
#favorites_popup_wrap button:hover {
    box-shadow: 0 0 0 3px rgba(204,204,204,1);
}
#favorites_popup_wrap small.error{
	color: red;
}
@media screen and (min-width: 600px){
	#favorites_popup_wrap{
		width: 600px;
	}
}
@media screen and (max-width: 600px){
	#favorites_popup_wrap .form-cell-3{
		float: none;
	}
	#favorites_popup_wrap .form-cell-9{
		float: none;
		width: 100%;
	}
	#favorites_popup_wrap .modal-header{
		font-size: 25px;
	}
}
/* End */


/* Start:/local/templates/main/components/h2o/favorites.line/artd/style.css?17650450012324*/
.favor-list-wrap{
	display: inline-block;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUM0OEMyOUVGRjFCMTFFNThENDc5MDExOERBMURFNjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUM0OEMyOURGRjFCMTFFNThENDc5MDExOERBMURFNjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2N2M2NjVkZS1mZjFhLTExZTUtOWU5NC1hMmM4MjU2NjM0MDkiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2N2M2NjVkZS1mZjFhLTExZTUtOWU5NC1hMmM4MjU2NjM0MDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5iU9LBAAAByUlEQVR42sSXy0rDQBSGp0O6rFJcKKgUF4JIqbhwK/gMIugDCC59HMGNC++oCF6qKy8oRWxFqrWCBQW7kWKhuqu28T9wIiEk5mKbOfBBhsw5/5+TyTCJiPmysIQEwyAJBkAH0ME7eAJ58CLsIwFGwCDoAhHwAZ7BPXgATXNCxGKgF0yDbvF3PIJtUONxJ5gEQy55b2ADlO0M0BPPgKjwFp9gka9nQcxj3hdY4478GugHcz7EjahxS+M+88jEAniV/M6nAogbrY8HyIuyppTc+h4RfpBmkgykhLpIkYE+hQYSkr9zVRGT1o0h5PgmAxWFBipkoKjQQJEMZEFDgThpZslAFVwoMECaVcmDI1AKUbzEmkKa2rEECiGIF1irYTZAUQfL4K6N4nnWqJsPH9aFsQJu2yBONVetC16zmUgb0zqfgkZbJH4DNu02PemQ0OSTS64F4jkncacOmE0YiWMBxa/BFnfTNqRLAZ0LXAUQv3IT92LAMLEDMj7EM5yju02UHgtSoV2PO+Ylz9W9FNZ8PBUV3OM1Me4w5xwceBX30wGziX1wanPvjO/pfgpqAVf3IQtN8PgEpIMU0v7xfad5V6Pfr+OgRX4EGABj+W5Juz4SogAAAABJRU5ErkJggg==') no-repeat;
	width: 32px;
	height: 28px;
	vertical-align: middle;
	margin: 0 5px;
	text-align: center;
}
.count-favor-item{
	display: inline-block!important;
	color: white!important;
	font-size: 16px!important;
	line-height: 20px!important;
	text-align: center!important;
	padding-top: 4px!important;
	cursor: pointer!important;
	text-decoration: none!important;
}
/* End */
/* /local/markup/build/js/slick/slick.css?17650450021776 */
/* /local/markup/build/js/slick/slick-theme.css?17650450023145 */
/* /local/markup/build/css/style.min.css?1765045002131080 */
/* /local/templates/main/components/h2o/favorites.add/artd/style.css?17650450012265 */
/* /local/templates/main/components/h2o/favorites.line/artd/style.css?17650450012324 */
