*::-webkit-input-placeholder {
    color: #666;
    opacity: 0.6;
    filter: alpha(opacity=100);
}
*:-moz-placeholder {
    color: #666;
    opacity: 0.6;
    filter: alpha(opacity=100);
}
*::-moz-placeholder {
    color: #666;
    opacity: 0.6;
    filter: alpha(opacity=100);
}
*:-ms-input-placeholder {
    color: #666;
    opacity: 0.6;
    filter: alpha(opacity=100);
}

/*@media screen and (max-width: 480px) {*/
/*@-ms-viewport { width: 320px !important; }*/
/*}*/
@-ms-viewport {
    width: 100% !important;
}
a {
    display: inline-block;
    text-decoration: underline;
    position: relative;
    zoom: 1;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    /*-ms-touch-action: none !important;*/

}

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}

input[type="checkbox"] label, input[type="radio"] + label {
    vertical-align: middle;
}

.up {
    background: url(../images/template/up.png) no-repeat 0px 0px;
    bottom: 74px;
    cursor: pointer;
    height: 48px;
    right: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    /*margin-left: -541px;*/
    position: fixed;
    width: 48px;
    z-index: 10;
}
.up:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.auto_height {
    height: auto !important;
}
.left {
    float: left;
}

.right {
    float: right;
}

.visible768 {
    display: none;
}

.vertical__align {
    display: inline-block;
    line-height: 0px;
    vertical-align: middle;
}

.justify__align {
    position: relative;
    text-align: justify;
    line-height: 0;
}
.justify__align > * {
    font-size: 16px;
    margin-right: -4px;
    line-height: normal;
}

.justify__align:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.no_margin {
    margin-bottom: 0 !important;
}

.title_screenreader {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);

    padding: 0;
    height: 1px;
    width: 1px;

    border: 0;
    overflow: hidden;
}
.line-through {
    text-decoration: line-through;
}

.line-through-after {
    position: relative;

}
.line-through-after:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #c5c0c0;
    top: 50%;
}

a {
    color: #181719;
}

a:hover {
    color: #a33091;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.title {
    color: #292828;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 29px;
    margin-top: 0;
}

h1 {
    color: #292828;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 29px;
}

h2 {
    color: #292828;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 38px;
}

.h2-title {
    font-weight: normal;
    padding: 0;
    color: #292828;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 38px;
}

h3 {
    color: #af7ea8;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
}

h4 {
    color: #292828;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

h5 {
    color: #2a2c2e;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 11px;
}

h6 {
    color: #2a2c2e;
    font-size: 12px;
    line-height: 36px;
}

p {
    color: #0b0b0b;
    font-size: 14px;
    line-height: 22px;
}

html {
    overflow: visible;
}
body {
    font-family: "Open Sans", sans-serif;
    overflow: visible;
    width: 100%;
    font-size: 16px;
}

/*html, body {*/
/*-webkit-overflow-scrolling: touch;*/
/*-ms-scroll-chaining: none;*/
/*-ms-touch-action: pan-y;*/
/*}*/

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.text__center {
    text-align: center;
}.text__left {
    text-align: left;
}.text__right {
    text-align: right;
}
.text-center {
    text-align: center;
}.text-left {
     text-align: left;
}.text-right {
  text-align: right;
}
.np-form-control{
    width:100%;
}

.modal_body {
    display: none;
}
.modal_body .title_more_mb{
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.2;
}
.modal_body .button{
    margin-top: 20px;
}

.container-fluid {
    width: 990px;
}

.a__butt {
    background: #9d228a;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 165px;
}

.a__butt:hover,
.a__butt:focus{
    background: #701362;
    color: #ffffff;
}

.a__butt:active {
    background: #4B1543;
    color: #ffffff;
}
.a__butt.disabled, .a__butt[disabled]  {
    background: #b8b8b8;
    color: #f1f1f1;
    cursor: default;
}

.a__butt.disabled:hover, .a__butt[disabled]:hover,
.a__butt.disabled:focus, .a__butt[disabled]:focus {
    background: #b8b8b8;
    color: #f1f1f1;
    cursor: default;
}

.a__butt--invert{
    background: #ffffff;
    color: #9d228a;
    border: 1px solid #9d228a;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 165px;
}
.a__butt--invert:hover {
    background: #9d228a;
    color: #ffffff;
}

.slider__bg {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
    z-index: -1;
}

.bg_block_slider{
    height: 100%;
    position: absolute;
    top: 0;
    width: auto;
    z-index: -1;
}

.slider__bg.bg-right,
.bg_block_slider.bg-right{
    right: 0;
}
.slider__bg.bg-left,
.bg_block_slider.bg-left{
    left: 0;
}

.image_item {
    position: relative;
    color: #ffffff;
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.image_item p,
.image_item h1,
.image_item h2,
.image_item h3,
.image_item h4,
.image_item h5,
.image_item h6 {
    color: #ffffff;
}

.image_item h1 {
    font-size: 32px;
}
/* main slider */

.main_slider_list {
    height: 340px;
    padding-left: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.main_slider_item,
.action_slider_item,
.adaptive_slider_item{
    height: 340px;
    line-height: 340px;
    width: 100%;
}

.main_slider_item a,
.action_slider_item a,
.adaptive_slider_item a{
    height: 100%;
    width: 100%;
}

.wrapper_slider_content {
    /*height: 100%;*/
    /*line-height: 370px;*/
    position: relative;
}

.inner_slider_content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: normal;
    color: #ffffff;
}

.inner_slider_content .slider_title {
    max-width: 510px;
    margin-bottom: 40px;
}
.inner_slider_content .slider_title .title {
    line-height: 1.2;
    font-weight: normal;
    font-size: 36px;
    text-transform: uppercase;
    color: #ffffff;
}


.inner_slider_content .info {
    max-width: 385px;
}
.inner_slider_content .info p {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 20px;
    color: #ffffff;
}


.inner_slider_content .slider__icon {
    position: absolute;
    bottom: -50px;
    right: 50px;
}


.np-banner-slider .owl-controls .owl-buttons div {
    position: absolute;
    outline: 0;
    text-indent: -9999px;
    z-index: 10;
    height: 100px;
    margin: 0;
    top: 50%;
    margin-top: -50px;
    width: 50px;
}

.np-banner-slider .owl-controls .owl-buttons div.owl-next,
.np-banner-slider .owl-controls .owl-buttons div.owl-next:active,
.np-banner-slider .owl-controls .owl-buttons div.owl-next:hover{
    background: url(../images/arrow_right.png) no-repeat center center;
    left: auto;
    /*right: 50px;*/
}
.np-banner-slider .owl-controls .owl-buttons div.owl-next {
    opacity: 0.4;
}
.np-banner-slider .owl-controls .owl-buttons div.owl-next:active,
.np-banner-slider .owl-controls .owl-buttons div.owl-next:hover {
    opacity: 1;
}

.np-banner-slider .owl-controls .owl-buttons div.owl-prev,
.np-banner-slider .owl-controls .owl-buttons div.owl-prev:active,
.np-banner-slider .owl-controls .owl-buttons div.owl-prev:hover{
    background: url(../images/arrow_left.png) no-repeat center center;
    right: auto;
    /*left: 50px;*/
}
.np-banner-slider .owl-controls .owl-buttons div.owl-prev {
    opacity: 0.4;
}
.np-banner-slider .owl-controls .owl-buttons div.owl-prev:active,
.np-banner-slider .owl-controls .owl-buttons div.owl-prev:hover {
    opacity: 1;
}


.np-banner-slider .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    margin-right: 8px !important;
    border-radius: 0;
}
.np-banner-slider .owl-theme .owl-controls .owl-page .owl-numbers{
    width: 23px;
    height: 23px;
}

.np-banner-slider .owl-theme .owl-controls .owl-page .owl-numbers,
.np-banner-slider .owl-theme .owl-controls .owl-page span{
    display: block;
    line-height: 23px;
    font-size: 14px;
    border: 0;
    margin: 0;
    padding: 0;
    opacity: 1 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #fff;
    color: #000;
}
.np-banner-slider .owl-theme .owl-controls .owl-page.active .owl-numbers,
.np-banner-slider .owl-theme .owl-controls .owl-page.active span,
.np-banner-slider .owl-theme .owl-controls .owl-page:hover .owl-numbers,
.np-banner-slider .owl-theme .owl-controls .owl-page:hover span{
    background: #a33091;
    color: #ffffff;
}


.custom_slider_item{
    position: relative;
}
    .custom_slider_item .restricted-container{
         max-width: 1170px;
         margin-right: auto;
         margin-left: auto;
         position: relative;
     }
    .custom_slider_item .background{
        position: absolute;
        width: 100%;
        /* background-position: top center; Положение фона */
        background-repeat: no-repeat; /* Отменяем повторение фона */
        background-size: cover;
        z-index: 0;
    }

    .custom_slider_item .left,
    .custom_slider_item .center,
    .custom_slider_item .right,
    .custom_slider_item .mobile-left,
    .custom_slider_item .mobile-center,
    .custom_slider_item .mobile-right,
    .custom_slider_item .tablet-left,
    .custom_slider_item .tablet-center,
    .custom_slider_item .tablet-right,
    .custom_slider_item .desktop-left,
    .custom_slider_item .desktop-center,
    .custom_slider_item .desktop-right,
    .custom_slider_item .large-left,
    .custom_slider_item .large-center,
    .custom_slider_item .large-right{
        position: absolute;
        top: 0;
        bottom: 0;
        max-width: 400px;
        width: 90%;
    }
    /* зададим сразу основные классы*/
    .custom_slider_item .left{
        left: 35px;
        z-index: 1;
    }
    .custom_slider_item .center{
        left: 35px;
        right: 35px;
        text-align: center;
        margin: auto;
        z-index: 3;
    }
    .custom_slider_item .right{
        right: 35px;
        z-index: 2;
    }
        .custom_slider_item .left > *,
        .custom_slider_item .center > *,
        .custom_slider_item .right > *,
        .custom_slider_item .mobile-left > *,
        .custom_slider_item .mobile-center > *,
        .custom_slider_item .mobile-right > *,
        .custom_slider_item .tablet-left > *,
        .custom_slider_item .tablet-center > *,
        .custom_slider_item .tablet-right > *,
        .custom_slider_item .desktop-left > *,
        .custom_slider_item .desktop-center > *,
        .custom_slider_item .desktop-right > *,
        .custom_slider_item .large-left > *,
        .custom_slider_item .large-center > *,
        .custom_slider_item .large-right > *{
            display: inline-block;
            vertical-align: middle;
        }
        .custom_slider_item .text-block{
            background-color: #fff;
            padding: 25px 50px;
            text-align: center;
            word-wrap: break-word;
        }
            .custom_slider_item .title{
                font-size: 30px;
                color:#242424;
                line-height: 35px;
                margin-bottom: 15px;
            }
            .custom_slider_item .description{
                font-size: 35px;
                color:#a33091 ;
                max-height: 130px;
                margin-bottom: 15px;
            }
            .custom_slider_item .period{
                border: 0;
                padding: 0;
                font-size: 15px;
                color: #242424;
                line-height: 35px;
                margin-bottom: 15px;
            }

            .custom_slider_item button{
                background: #9d228a;
                color: #ffffff;
                display: inline-block;
                font-size: 14px;
                line-height: 22px;
                padding: 10px 10px;
                text-align: center;
                text-decoration: none;
                text-transform: uppercase;
                min-width: 165px;
                border: 0;
            }
            .custom_slider_item button:hover {
                background: #701362;
                color: #ffffff;
            }
            .custom_slider_item button:active {
                background: #4B1543;
                color: #ffffff;
            }
            .custom_slider_item button.disabled {
                background: #b8b8b8;
                color: #f1f1f1;
                cursor: default;
            }

/* /main slider */

header a {
    text-decoration: none;
}


.newBanner {
    background-color:rgba(155, 35, 140, 1);
}


.newBanner_content {
    height: 68px;

    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.newBanner_logo {
    margin-left: 24px;
}

.newBanner_title {
    display: flex;
    align-items: center;

    font-family: 'Neutral Face', 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;

    color: rgba(245, 243, 247, 1);
}

.newBanner_button {
    position: absolute;
    right: 0;

    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-decoration-line: underline;
    color: rgba(166, 166, 166, 1);
    background-color: inherit;
    border: none;
}

@media (max-width: 1200px) {
    .newBanner_title {
        line-height: 16px;
        font-size: 14px;
    }

    .newBanner_button {
        font-size: 14px;
        line-height: 16px;
    }

    .newBanner_logo {
        margin-left: 30px;
    }
}

.header__countdown {
    position: relative;
    display: none;
}

@media screen and (min-width: 1024px) {
    .header__countdown {
        display: block;
    }
}

@media (max-width: 767px) {
    .np-page-header {
        position: sticky;
        top: 50px;
        z-index: 102;
        height: 0;
    }

    .newBanner_content {
        flex-direction: column-reverse;
    }


    .newBanner_button {
        position: static;
        font-size: 12px;
    }

    .newBanner_logo {
        width: 62px;
        height: 28px;
        margin-left: 8px;
    }
}

.top_white_panel {
    background: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0,1,1,0.59);
    height: 43px;
    left: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 103;
}
.top_white_panel_dummy {
    height: 44px;
}

.top_white_panel_dummy + .countdown-timer{
    height: 112px;
}


.cities-list .wrapper {
    max-width: 990px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.countries {
    overflow: hidden;
    padding: 9px 0px 12px;
}

.countries li {
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding-left: 0px;
}

.countries li + li {
    padding-left: 10px;
}

.countries a {
    color: #000000;
    text-decoration: none;
}
/*меню top block**/
.top_block_item{
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    padding: 12px 0;
}

.top_block_items_social {
    display: inline-flex;
    align-items: center;
}

.top_block_ico-telegram {
    display: none;
}

@media all and (min-width: 1280px) {
    .top_block_items_social .top_block_item {
        margin-left: 4px;
        margin-right: 4px;
    }

    .top_block_ico-telegram {
        width: 22px;
        height: 22px;
        content: '';
        display: block;
        background: url("/assets/np2016/svg/tg-grey.svg");
    }

    .top_block_item:hover .top_block_ico-telegram {
        background: url("/assets/np2016/svg/tg-pink.svg");
    }

}

.top_block {
    height: 43px;
}
.top_block .top_logo {
    padding: 0;
}
.top_block_ico,
.mob_block .ico{
    vertical-align: middle;
    color: #d0d0d0;
    font-size: 19px;
    margin-right: 2px;
    min-width: 18px;
    display: inline-block;
    text-align: right;
}

.top_block .text{
    vertical-align: middle;
}

.cities .text,
.np__toogle__ico{
    position : relative;
    padding-right: 10px;
}
.cities .text:after,
.np__toogle__ico:after{
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #534741 transparent transparent transparent;
    content: '';
    position: absolute;
    top: 50%;
    right:0;
}
.cities .text:hover:after{
    border-color: #9d228a transparent transparent transparent;
}
.city__up .text:after,
.np__toogle__ico.np__toogle__ico-active:after{
    border-color: transparent transparent #534741 transparent;
    border-width: 0 3.5px 4px 3.5px;
}
.city__up .text:hover:after{
    border-color: transparent transparent #9d228a transparent;
}
.top_phone{
    color: #9d228a;
}
.top_basket .quantity {
    color: #bdb8b8;
}
/*меню top block*/

.main_nav {
    background: #a33091;
    position: relative;
}

.top_white_panel_dummy + .main_nav {
    padding-top: 0;
}

.main_nav ul.menu_list {
    position: relative;
    font-size: 1px;
}

.main_nav ul.menu_list > li.opera a {
    font-size: 13px;
}

.main_nav ul > li {
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 3px;
}

.main_nav ul > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 2px;
    z-index: 98;
}

.main_nav ul > li.drop__menu_profile {
    background: #a33091;
}
.main_nav ul > li.drop__menu_profile a {
    color: #ffffff;
}
.main_nav ul > li.drop__menu_profile.hover a {
    color: #ffffff;
}
.drop__menu_profile .drop__menu .menu__col ul > li {
    background-color: transparent;
}

.desktop__login {
    width: 145px;
}
.desktop__cart {
    width: 115px;
}

.desktop__login--name {
    width: 118px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
}

.drop__menu {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: -moz-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
    /* -webkit-box-shadow: 0 0px 9px 0 rgba(0,1,1,0.59); */
    box-shadow: 0 0px 9px 0 rgba(0,1,1,0.59);
    height: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    left: -6px;
    right: -5px;
    top: 100%;
    z-index: 97;
}


.main_nav .mob_block {
    display: none;
}

.drop__menu .menu__col {
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    padding: 0px 12px 10px;
    /* width: 207px; */
    width: 33%;
}
.drop__menu .menu__col + .menu__col {
    border-left: 1px solid #dfdede;
}

.drop__menu h2 {
    color: #2c2b2c;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-left: 7px;
}
.drop__menu .menu__col ul > li {
    line-height: normal;
    text-align: left;
    display: block;
    text-transform: none;
}
.drop__menu .menu__col a {
    color: #2c2b2c;
    display: block;
    font-weight: normal;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 7px 5px;
    text-decoration: none;
}

.drop__menu .menu__col a:hover {
    color: #A33091;
}

.drop__menu .drop__menu-title{
    text-align: left;
    line-height: 22px;
    font-weight: bold;
}


/* /header */

/* Cities top */

.top-cities {
    background: #ffffff;
}
.top-cities .wrapper {
    position: relative;
}

input[type=text], input[type=password], input[type=tel], input[type=email],
textarea{
    border: 1px solid #acacac;
    border-radius: 4px;
    color: #2a2c2e;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 15px 7px 15px;
}

#search_cities {
    border: 1px solid #acacac;
    border-radius: 4px;
    color: #2a2c2e;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 25px 7px 15px;
    width: 268px;
}

#clear_city {
    position: relative;
    right: 30px;
    top: 1px;
}

.cities-list {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding-bottom: 30px;
    background: #fff;
}

.big_cities {
    display: inline-block;
    overflow: hidden;
    margin-left: 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.big_cities li {
    color: #2a2c2e;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    padding-left: 0px;
}

.big_cities li:before {
    display: none;
}

.big_cities li + li {
    margin-left: 28px;
}

.big_cities a {
    border-bottom: 1px dashed #2a2c2e;
    color: #2a2c2e;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.4;
}

.big_cities a:hover {
    border-bottom-color: #ffffff;
}

.close_menu {
    color: #a33091;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 11px;
}

.letters__bg {
    background: #eaeaea;
    margin: 9px 0;
    padding: 14px 0px 17px;
}

.letters {
    height: 20px;
    width: 100%;
}

.letters li {
    display: inline;
    padding-left: 0px;
}

.letters li:before {
    display: none;
}

.letters li + li {

}

.letters li a {
    color: #1a1918;
    border-bottom: 1px dotted #1a1918;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.letters li a:hover,
.letters li a.active {
    border-bottom: 1px dotted #a33091;
    color: #a33091;
}

.letter {
    color: #a33091;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 0px;
    padding: 9px 0px 11px;
    text-transform: uppercase;
}

.cities_m {
    overflow-y: auto;
    padding: 0px 12px 0px 0px;
    width: 100%;
    max-height: 300px;
}

.cities_m li {
    display: block;
    float: left;
    padding: 0px 0px 0px;
    width: 20%;
}

.cities_m li:before {
    display: none;
}

.cities_m li a {
    color: #2a2c2e;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

.cities_m li a:hover {
    color: #a33091;
    text-decoration: underline;
}

#no_city_match_error {
    font-size: 14px;
    line-height: 18px;
    padding-top: 30px;
}

/* /Cities top */


/* Breadcrumbs */
.breadcrumbs {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 17px 0px 13px;
}
.breadcrumbs ul {
    float: left;
}

.breadcrumbs ul li {
    color: #7b7b7b;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    position: relative
}
.breadcrumbs ul li + li {
    margin-left: 5px;
}
.breadcrumbs ul li + li:before {
    content: '/';
    display: inline-block;
    margin-right: 5px;
}
.breadcrumbs ul li:before {
    display: none;
    position: relative;
    left: auto;
    top: auto;
}
.breadcrumbs ul li a {
    color: #7b7b7b;
    text-decoration: underline;
}

.breadcrumbs ul li a:hover {
    color: #9d228a;
}

.breadcrumbs .back_link {
    color: #a33091;
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
}
.breadcrumbs .back_link:hover {
    text-decoration: none;
}

/* /Breadcrumbs */


/* Tovar Detail */

.tovar_detail {
    padding: 30px 0;
}

.owl-theme-np {
    border: 1px solid #d8d1cd;
    /*max-height: 500px;*/
    overflow: hidden;
}

.owl-theme-np > .item {
    display: none;
}

.owl-theme-np > .item:first-child {
    display: block;
}

.owl-theme-np .owl-wrapper-outer {
    max-height: 380px;
}

.owl-theme-np .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-theme-np .owl-controls {
    position: relative;
    margin: 10px 0;
    padding: 0 8px;
}
.owl-theme-np .owl-pagination {
    position: relative;
    text-align: justify;
    font-size: 2px;
    /*line-height: 0;*/
    padding: 0 35px;
}

.owl-theme-np .owl-pagination:after {
    content: "";
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    display: inline-block;
}


.owl-theme-np .owl-controls .item-link {
    position: relative;
    outline: none;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
}

.owl-theme-np .owl-controls .item-link:focus {
    -webkit-box-shadow: 0 0 8px #cc4895;
    -moz-box-shadow: 0 0 8px #cc4895;
    box-shadow: 0 0 8px #cc4895;
    outline: none;
}

.owl-theme-np .owl-controls .active .item-link {
    /*border-bottom: 4px solid #cc4895;*/
    border-color: #a33091;
}
.owl-theme-np .owl-controls .owl-page {
    display: inline-block;
    width: 25%;
    zoom: 1;
    padding: 0 5px;
}

.owl-theme-np .owl-controls .owl-page img {
    max-width: 100%;
    height: auto;
}


.owl-theme-np .owl-controls .owl-page span {
    display: none;
}

.owl-theme-np .prev-owl,
.owl-theme-np .next-owl {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 33px;
    height: 33px;
    /*border-radius: 50%;*/
    /*background-color: #c0c0c0;*/
    outline: none;
    background-image: url("../images/template/slider__tovar__arrow.png");
    background-repeat: no-repeat;
}

.owl-theme-np .prev-owl:focus,
.owl-theme-np .next-owl:focus {
    -webkit-box-shadow: 0 0 8px #cc4895;
    -moz-box-shadow: 0 0 8px #cc4895;
    box-shadow: 0 0 8px #cc4895;
}

.owl-theme-np .prev-owl {
    left: 0px;
    background-position: 0 0;
}
.owl-theme-np .prev-owl:hover {
    background-position: 0 -33px;
}

.owl-theme-np .next-owl {
    right: 0px;
    background-position: -33px 0;
}
.owl-theme-np .next-owl:hover {
    background-position: -33px -33px;
}

.order_format {
    /*width: 65%;*/
}

.tovar_detail .card-image-no-js{
    display: none;
    width: 100%;
}
.tovar_detail .wrapper-card-image{
    position: relative;
}

    /*block-labels*/
.wrapper-card-image .card-labels{
    position: absolute;
    top: 10px;
    max-width: 100%;
    z-index: 10;
}
.wrapper-card-image .card-labels--left{
    left: -10px;
}
.wrapper-card-image .card-labels--right{
    right: -10px;
}
.wrapper-card-image .card-labels-wrapper-item{
    margin: 0 0 12px;
}
.wrapper-card-image .card-labels--left .card-labels-wrapper-item{
    text-align: left;
}
.wrapper-card-image .card-labels--right .card-labels-wrapper-item{
    text-align: right;
}
.wrapper-card-image .card-labels-item{
    display: inline-block;
    color: #ffffff;
    position: relative;
    max-width: 100%;
    background-color: #d03cb9;
}
.wrapper-card-image .card-labels-item:after{
    content: '';
    bottom: -10px;
    position: absolute;
    border-top-width:10px;
    border-top-style: solid;
    border-top-color:#9d0086;
}
.wrapper-card-image .card-labels--left .card-labels-item:after{
    left: 0;
    border-left: 10px solid transparent;
}
.wrapper-card-image .card-labels--right .card-labels-item:after{
    right: 0;
    border-right: 10px solid transparent;
}
.wrapper-card-image .card-labels-item-text{
    font-weight: 600;
    font-size: 15px;
    word-wrap: break-word;
    padding: 5px 12px;
}
/*end block-labels*/

.tovar__detail-price {
    border-bottom: 1px solid #d8d8d8;
    color: #acabac;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 25px;
    padding: 0px 0px 21px;
    vertical-align: top;
}

.tovar__detail-price .tovar__detail-text {
    display: inline-block;
    vertical-align: top;
    font-size: 1em;
    margin-right: 20px;
}

.tovar__detail-price .new__price {
    color: #9d228a;
    margin-right: 15px;
}


.tovar__detail-price .new__price div,
.tovar__detail-price .old__price div{
    display: inline-block;
}
.tovar__detail-price .new__price .product-card-currency,
.tovar__detail-price .old__price .product-card-currency{
    margin-left: 10px;
}
.tovar__detail-price .new__price .product-card-kop,
.tovar__detail-price .old__price .product-card-kop{
    font-size: 20px;
}

.tovar__detail-price span {
    display: inline-block;
    font-size: 32px;
}
.tovar__detail-price .old__price {
    color: #c5c0c0;
    font-weight: normal;
    margin-right: 15px;
    text-decoration: line-through;
    position: relative;
}
.tovar__detail-price .old__price:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #c5c0c0;
    top: 50%;
}
.tovar__detail-price .more__price {
    margin-top: 10px;
    font-size: 14px;
}

.tovar_detail .alt-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tovar_detail .alt-price {
    float: right;
}

.order__format-title {
    margin-bottom: 8px;
    color: #2a2c2e;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.tovar_detail select {
    width: 60%;
    margin-bottom: 30px;
    max-width: 308px;
}

.tovar_detail .button_loader {
    padding-left: 10px;
    height: 20px;
}

.tovar_detail .prices-list-block{
    margin-top: 40px;
    margin-bottom: 40px;
}

.tovar_detail .prices-list{
    font-size: 14px;
}

.tovar_detail .rating{
    margin-top: -10px;
    margin-bottom: 5px;
}

.tovar_detail .rating-link{
    font-size: 14px;
    border-bottom: dashed 1px #2a2c2e;
    text-decoration: none;
    margin-right: 15px;
}

.bonus__condition__link{
    color: #9d228a;
}
.a__submit {

    width: 70%;
    font-size: 17px;
    padding: 0;
    line-height: 52px;
}

.card-pers-designer-button{
    margin-top: 10px;
}

.specifications, .description_tovar, .photo_formats, .info-theme-list {
    margin-top: 40px;
    position: relative;
}

.info-theme-list{
    border-left: 1px solid #e8e8e8;
    padding-left: 10px;
}
.info-theme-list .theme-item {
    color: #2c2b2c;
    display: block;
    font-weight: normal;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 7px 5px;
    text-decoration: none;
}

.info-theme-list .theme-item:hover {
    text-decoration: underline;
    color: #a33091;
}

.description_tovar_title{
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 11px;
}

.specifications li {
    color: #2a2c2e;
    font-size: 12px;
    line-height: 16px;
    padding: 7px 13px 6px;
    overflow: hidden;
}

.specifications li:before {
    display: none;
}

.specifications li:nth-child(odd) {
    background: #eaeaea;
}

.specifications li .left {
    font-weight: 700;
}

.specifications li .right {
    text-align: right;
}

.photo_formats li {
    color: #2a2c2e;
    font-size: 12px;
    line-height: 16px;
    padding: 7px 13px 6px;
    overflow: hidden;
}

.photo_formats li:before {
    display: none;
}

.photo_formats li:nth-child(odd) {
    background: #eaeaea;
}

.photo_formats li .left {
    font-weight: 700;
}

.photo_formats li .right {
    text-align: right;
    font-weight: 600;
}


/* /Tovar Detail */

.formats {
    background: #eaeaea;
    padding: 47px 0px 50px;
    position: relative;
}

.formats .format__block-ul {
    text-align: center;
}

.formats .format__block-ul .wrapper__replaced-block{
    width:100%;
}

.formats h2 {
    color: #292828;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    /*text-transform: uppercase;*/
    margin-bottom: 39px;
}

.formats .slider__img {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    height: 182px;
    line-height: 176px;
    margin: 0 auto 15px auto;
    text-align: center;
}

.slider__img_wrapper {
    top: -2px;
}

.formats li {
    width: 190px;
    margin: 10px 5px;
    text-align: left;
    display: inline-block;
}

.formats .owl-item li {
    padding-left: 0px;
    width: 90%;
    margin: 0 auto;
}

.formats li:before {
    display: none;
}

.formats li:hover .slider__img,
.formats li.active .slider__img{
    border-color: #a33091;
}

.formats .slider__img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 180px;
    max-height: 180px;
    line-height: 20px;
}

.formats .slider__text {
    height: 40px;
}
.formats .slider__text p {
    color: #181719;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}


.formats p {
    color: #2a2c2e;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    line-height: 18px;
}

.formats .slider__block-price {
    margin: 14px 0px;
}

.formats .a__choose {
    background: #cc92c3;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
}

.formats li:hover .a__choose,
.formats li.active .a__choose{
    background: #a33091;
}

.tech_size_line {
    background: #b1b1b1;
    padding: 22px 0px 19px;
    text-align: center;
}

.tech_size a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    vertical-align: middle;
}

.tech_size a span {
    border-bottom: 1px dashed #ffffff;
    position: relative;
    top: -4px;
}

.tech_size a:hover {
    color: #a33091;
}

.tech_size a:hover span {
    border-color: #a33091;
}

.tech_size a:before {
    content: url(../images/template/Info.png);
    margin-right: 11px;
    position: relative;
    top: 3px;
}

.tech_size a:hover:before {
    content: url(../images/template/Info-hover.png);
}

.good_info {
    padding: 48px 0px 0px;
}

.good_info h2 {
    color: #292828;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 52px;
    text-transform: uppercase;
}
.good_info_item {
    background: url(../images/template/quality__block.png) no-repeat 0px 0px;
    /*float: left;*/
    height: 100px;
    padding: 0px 21px 20px 66px;
    width: 100%;
}

.quality,
.bg_block{
    padding-top: 0px;
    overflow: hidden;
    position: relative;
}

.big_bg_block {
    padding-top: 0px;
    overflow: hidden;
    position: relative;
}


.quality .container-fluid,
.quality .container-fluid .row,
.quality .container-fluid .row > div,
.big_bg_block .container-fluid,
.big_bg_block .container-fluid .row,
.big_bg_block .container-fluid .row > div {
    height: 100%;
}

.quality .quality_content, .big_bg_block .big_content {
    vertical-align: middle;
    line-height: 0;
    width: 100%;
}
.white_info_block > div {
    margin-top: 20px;
}
.white_info_block {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    line-height: 0;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.white_info_block .title_more_mb {
    margin-top: 0;
    margin-bottom: 38px;
    color: #292828;
    font-size: 32px;
    line-height: 38px;
}

.simple_info_block {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.advanced_block {
    overflow: initial;
    position: relative;
    color: #fff;
}

.advanced_block p {
    color: #fff;
}

.advanced_block h2 {
    color: #fff;
}

.advanced_block .button_holder {
    margin-top: 30px;
}

.advanced_block .overlay_image {
    display: block;
    position: absolute;
    right: 50%;
    top: 0;
}

.advanced_block .title_more_mb {
    margin-bottom: 38px;
    color: #fff;
    font-size: 32px;
    line-height: 38px;
}

.block_iphone {
    margin-top: 30px;
    overflow: initial;
    position: relative;
}
.block_iphone:after {
    background: url(../images/bg/phone.png) no-repeat 0 0;
    content: '';
    height: 581px;
    margin-right: -642px;
    position: absolute;
    right: 50%;
    top: -21px;
    width: 664px;
}



.index_page.girl {
    margin-top: -100px;
}
.block_girl {
    line-height: 545px;
    overflow: initial;
    z-index: 3;
    margin-top: 100px;
}

.block_girl:before {
    background: url(../images/bg/img4.png) no-repeat 0 0;
    content: '';
    height: 761px;
    margin-right: -752px;
    position: absolute;
    right: 50%;
    top: -109px;
    width: 945px;
    z-index: 1;
}

/* some slider styles */

.slider__block {
    padding: 69px 0px 54px;
}

.slider__block .title_more_mb {
    margin-bottom: 38px;
    color: #292828;
    font-size: 32px;
    line-height: 38px;
}

.slider__block-ul {
    text-align: center;
}

.slider__block .wrapper {
    position: relative;
}

.slider__block .slider__img {
    margin-bottom: 24px;
    overflow: hidden;
}

.slider__block .slider_adaptive {
    padding-bottom: 73.95%;
    height: 0;
}

.slider__block li {
    padding: 0 10px;
    width: 300px;
    margin: 10px 5px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.slider__block .owl-item li {
    width: 100%;
    margin: 0;
    display: block;
}

.slider__block .services  .owl-item li {
    height: 500px;
    position: relative;
}

.slider__block .services .slider__block-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slider__block li:before {
    display: none;
}

.slider__block img {
    height: auto;
    width: 100%;
}

.slider__block a {
    color: #181719;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 13px;
    width: 100%;
}

.slider__block a.a__butt {
    font-size: 14px;
    background-color: #9d228a;
    color: #FFFFFF;
    margin-top: 10px;
    width: auto;
}

.slider__block a:hover {
    color: #A33091;
}

.slider__block a.a__butt:hover{
    background-color: #701362;
    color: #ffffff;
}

.slider__block a.a__butt--invert {
    font-size: 14px;
    color: #701362;
    background-color: #ffffff;
    margin-top: 10px;
    width: auto;
}

.slider__block a.a__butt--invert:hover{
    background-color: #9d228a;
    color: #FFFFFF;
}

.slider__block p {
    color: #0b0b0b;
    font-size: 14px;
    line-height: 18px;
    /*max-width: 270px;*/
    padding-right: 20px;
}

.slider__block-price {
    margin-top: 7px;
}

.slider__block-price span {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
}

.slider__block-price .new__price {
    color: #9d228a;
    font-weight: 600;
}

.slider__block-price .additional__price {
    color: #9d228a;
    font-weight: 600;
    font-size: 13px;
}

/*.slider__block-price .new__price:after {
    content: url(../images/rub.png);
    display: inline-block;
    margin-left: 3px;
}*/
/*.slider__block-price .new__price:after {
    content:"\f158";
    margin-left: 3px;
    display:inline-block;

    font:normal normal normal 14px/1 Font Awesome 5 Pro;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size: 17px;
}*/

.slider__block-price .old__price {
    color: #c5c0c0;
    margin-left: 12px;
    text-decoration: line-through;
}

.news_slider ul li {
    position: relative;
    text-align: left;
}

.news_slider ul li .np_line {
    background: #9d228a;
    height: 4px;
    width: 45px;
    display: block;
    margin: 0 0 25px;
}
.news_slider ul li .date {
    margin-bottom: 10px;
}
.news_slider ul li .date span {
    color: #989797;
    font-size: 14px;
    line-height: 1.2;
}

.news_slider ul li .title {
    height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
}
.news_slider ul li .title a {
    color: #181719;
    font-size: 18px;
    margin: 0;
}
.news_slider ul li .title a:hover {
    color: #A33091;
}

.news_slider ul li .description {
    font-size: 14px;
    color: #0b0b0b;
    line-height: 1.2;
}
.news_slider ul li .description p {}


/* /some slider styles */


.border_block {
    /*border: 1px solid #d8d1cd;*/
    /*padding: 20px 10px;*/
    /*margin: 15px;*/
    border: 0;
    padding: 0;
    margin: 0;
}

/* footer */

footer {
    background: #2d0b28;
    padding: 68px 0px 0px;
}

footer a {
    text-decoration: underline;
}

.widget__a {
    margin: 14px -6px 0px;
    overflow: hidden;
}

.widget__a li {
    display: inline-block;
    margin: 0 5px;
}

.footer__widget a {
    color: #e3dce2;
    text-decoration: none;
}

.widget__a a {
    width: 100%;
    height: 100%;
    display: block;
}
.widget__a a img {
    max-width: 100%;
    height: auto;
}


.footer_contact .partner-link,
.footer_contact .partner-link:hover{
    text-decoration: none;
    text-transform: uppercase;
}
.footer_contact .partner-link--pb img{
    height: 20px;
    vertical-align: inherit;
}
.footer_contact .partner-link--pt{
    font-size: 15px;
    font-weight: bold;
    color: #00A3ED;
}
.footer_contact .partner-link--pr{
    font-size: 15px;
    color: #a33091;
    font-weight: bold;
}

footer .links_block + .links_block h3 {
    margin-top: 35px;
}

footer a {
    color: #e3dce2;
    font-size: 13px;
    line-height: 24px;
}



footer a:hover {
    color: #df71ce;
    text-decoration: underline;
}

.footer_contact {
    overflow: hidden;
    padding: 30px 0px 30px;
}

.footer_contact p {
    color: #e3dce2;
    font-size: 12px;
    line-height: 15px;
    margin-top: 6px;
}

footer .contact_styles, footer .contact_styles a {
    color: #af7ea8;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.technopolis-logo__mobile {
    margin-top: 30px;
    display: none;
    margin-bottom: 30px;
}

.technopolis-logo__desktop {
    margin-top: 45px;
    margin-left: -6px;
}

.technopolis-logo__desktop img {
    width: 160px;
}

.technopolis-logo__mobile img {
    width: 220px;
}

@media (min-width: 1024px) {
    footer .email__help {
        padding-left: 85px;
    }
}

.footer_left {
    margin-left: 0;
    margin-bottom: 20px;
}


.footer_contact .footer_left a {
    color: #e3dce2;
    text-decoration: none;
    font-size: 12px;
    display: inline;
}

.footer_contact .footer_left img {
    margin-left: 1px;
    position: relative;
    top: -4px;
    float: right;
}

.footer_contact .footer_left p {
    margin-top: 0;
}

.footer_bottom {
    background: #20081c;
    padding: 24px 0px 19px;
}

.footer_bottom ul {
    text-align: center;
    font-size: 1px;
    line-height: 0;
}
.footer_bottom ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.footer_bottom ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin : 0 6px;
}

.footer_bottom .payments {
    margin-top: 15px;
}
.footer_bottom .payments img {
    max-height: 20px;
}
.footer_bottom .payments .fujifilm img{
    max-height: 70px;
}
.np-socials, .socials {
    text-align: center;
    margin-top: 10px;
}
.np-socials p, .socials p {
    color: #af7ea8;
    display: inline-block;
    font-size: 12px;
    line-height: 42px;
    margin-right: 16px;
    position: relative;
    top: -10px;
}
.np-socials ul, .socials ul {
    display: inline-block;
    overflow: hidden;
    /*margin-top: 4px;*/
}
.np-socials ul li, .socials ul li {
    display: inline-block;
    margin: 0 5px;
}
.np-socials a, .socials a {
    border-radius: 50%;
    display: block;
    background-color: #4b1543;
    height: 29px;
    width: 29px;
    font-size: 14px;
    line-height: 28px;
}

.apps_mob {
    /*margin-top: 10px;*/
}
.apps_mob ul {
    text-align: center;
}
.apps_mob ul li {
    margin: 5px;
}
.apps_mob li a {
   /* background: #4b1543;*/
    border-radius: 6px;
    width: 140px;
    /*margin: 0 3%;*/
}

.apps_mob li img {
    padding-top: 2px;
}

/* /footer */

/* vk_widget */
.vk_widget {
    width: 100%;
    height: 260px;
}
/* /vk_widget */

/* Table */

.tg {
    border-collapse:collapse;
    border-spacing:0;
}

.input-group .np-form-control {
    border-radius: 4px;
}

.input-group .np-form-control:first-child,
.input-group-btn:first-child > .a__butt,
.input-group-btn:first-child > .btn-group > .a__butt,
.input-group-btn:last-child > .btn-group:not(:last-child) > .a__butt,
.input-group-btn:last-child > .a__butt:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .np-form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .a__butt, .input-group-btn:first-child > .a__butt:not(:first-child), .input-group-btn:last-child > .a__butt, .input-group-btn:last-child > .btn-group > .a__butt {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .np-form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .np-form-control {
    padding: 10px 15px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

footer .np-subscribe-form input, footer .subscribe-form input {
    background: #af7ea8;
    border: 0;
    color: #e3dce2;
    font-size: 13px;
}

footer .np-subscribe-form input::placeholder, footer .subscribe-form input::placeholder {
    color: #e3dce2;
}

footer .np-subscribe-form .np-checkbox, footer .subscribe-form .np-checkbox {
    margin-top: 12px;
    margin-right: 10px;
}

footer .np-subscribe-form .label, footer .subscribe-form .label, footer .label a {
    color: #e3dce2;
    font-size: 12px;
    display: inline;
    line-height: 10px;
}

footer .np-subscribe-form .message, footer .subscribe-form .message {
    font-size: 12px;
    line-height: 15px;
    margin-top: 6px;
}

footer .np-subscribe-form .message.error-message, footer .subscribe-form .message.error-message {
    color: #FF8287;
}

footer .np-subscribe-form .message.success-message, footer .subscribe-form .message.success-message {
    color: #88ff83;
}

.np-checkbox {
    width: 24px;
    height: 24px;
    position: relative;
    float: left;
    box-sizing: border-box;
    margin-top: 4px;
}

.np-checkbox.required_error {
    border: 2px #BF22B8 solid;
}

.np-checkbox label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    text-indent: 25px;
    background: #ccc;
}

.np-checkbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 17px;
    height: 10px;
    background: transparent;
    top: 3px;
    left: 2px;
    border: 3px solid #7f8c8d;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.np-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.input-group-btn .a__butt {
    line-height: 18px;
    min-width: 50px;
}

.input-group-btn .a__butt--invert:hover {
    background: #9d228a;
    color: #ffffff;
}
table {
    border: 1px solid #D8D1CD;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    margin-top: 32px;
    /* We walked through all of the pages causing
     the selectors 'table' and '* + table' and as
     it seems that these conditions are equal on
     all your pages	*/
}


table td,
table th {
    padding: 11px 14px 8px;
    vertical-align: middle;
}

table th {
    color:#000000;
    font-size: 14px;
    font-weight: bold;
    border-left: 1px solid #D8D1CD;
    border-bottom: 1px solid #D8D1CD;
    height: 37px;
    padding: 9px 16px 5px;

}

table th:first-child {
    border: none;
    padding: 8px 19px 0px;
    vertical-align: top;
}

table tbody td {
    color: #0b0b0b;
    border-left: 1px solid #D8D1CD;
    font-size: 14px;
    font-weight: normal;
}

table tbody .alt td {
    background: #EAEAEA;
    color: #0B0B0B;
}

table tbody td:first-child {
    border-left: none;
}

table tbody tr:last-child td {
    border-bottom: none;
}

table .format {
    padding: 11px 24px 8px;
    width: 153px;
}

table .do1 {
    width: 128px;
}

table .do1.th {
    border-left: 1px solid #D8D1CD;
}

table .do2 {
    width: 132px;
}

table .post1 {
    width: 141px;
}

table .post2 {
    width: 139px;
}

table .kor {
    width: 224px;
}

table .th {
    color: #aaaaaa;
    padding: 6px 14px 7px;
}

/* /Table */

/* Table mobile vers emulator */

.table {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    margin-top: 44px;
    margin-bottom: 40px;
    width: 100%;
}

.table .table__title {
    font-weight: 700;
    padding: 21px 22px 23px;
    position: relative;
    border: 1px solid #d8d1cd;
}

.table .table__title:after {
    background: url(../images/template/menu__arrow.png) no-repeat 0px 0px;
    content: '';
    height: 21px;
    position: absolute;
    right: 27px;
    top: 23px;
    width: 33px;
}

.table .active .table__title:after {
    background-position: 0px -21px;
}

.table .table__info {
    display: none;
}

/*
.table li.active .table__title {
    border-bottom: 1px solid #d8d1cd;
}
*/

.table li.active .table__info {
    display: block;
}

.table .table__body {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.table .table__row {
    display: table-row;
}

.table .table__cell {
    display: table-cell;
    height: 50px;
    font-size: 18px;
    color: #000;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d8d1cd;
}

.table .table__cell.heading {
    color: #aaa;
}

.table li {
    color: #000000;
    padding-left: 0px !important;
}

/*
.table > li {
    border: 1px solid #d8d1cd;
}
*/

.table li:before {
    display: none;
}

.table > li + li {
    margin-top: 9px !important;
}

.table .alt {
    background: #eaeaea;
}

.table .table__info__row {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    padding: 17px 24px 21px;
    border-right: 1px solid #d8d1cd;
    border-left: 1px solid #d8d1cd;
}

.table .table__info > ul {
    overflow: hidden;
    border-bottom: 1px solid #D8D1CD;
}

.table .table__info > ul li {
    color: #aaaaaa;
    float: left;
    font-size: 24px;
    line-height: 18px;
    padding: 15px 22px 17px !important;
    width: 50%;
}

.table .table__info > ul.full li {
    width: 100%;
}

.table .table__info > ul li.alt {
    border-top: 1px solid #d8d1cd;
    color: #0b0b0b;
}

.table .table__info > ul li + li {
    margin-top: 0px !important;
}

.table .table__info > ul li:nth-child(even) {
    border-left: 1px solid #d8d1cd;
}

/* /Table mobile vers emulator */

/* Modals reg, auth, restore */

/* MODAL FORMS AUTH REG RESTORE */

* {
    outline: none;
}

.a__butt {
    border: 0;
}
#fancybox__restore ,
#fancybox__open__id {
    text-align: center;
}

#fancybox__restore p ,
#fancybox__open__id p {
    margin-bottom: 20px;
}
#fancybox__reg .reg__auth__restore__content, #fancybox__reg .text__center,
#fancybox__open__id .reg__auth__restore__content, #fancybox__open__id .text__center,
#fancybox__restore .reg__auth__restore__content, #fancybox__restore .text__center {
    width: 300px;
    padding: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
#fancybox__restore .text__center ,
#fancybox__open__id .text__center ,
#fancybox__auth .text__center {
    width: auto;
}
/*#fancybox__reg .popup__inner,*/
/*#fancybox__auth .popup__inner,*/
/*#fancybox__restore .popup__inner {*/
/*padding-left: 0;*/
/*padding-right: 0;*/
/*}*/
#fancybox__reg .popup__inner,
#fancybox__auth .popup__inner {
    padding-left: 0;
    padding-right: 0;
}

.reg__auth__restore__content .input__parent.checkbox label {
    display: block;
    font-size: 13px;
    margin-left: 45px;
    line-height: 1.2;
}
.reg__auth__restore__content .input__parent.checkbox label a {
    color: #181719;
}

.reg__auth__restore__content .input__parent.checkbox label a:hover {
    color: #a02f8f;
}
#fancybox__auth .input__parent.checkbox {
    display: block;
    text-align: center;
    padding-right: 30px;
}

#fancybox__auth .input__parent.checkbox .jq-checkbox.custom__checkbox {
    float: none;
}
#fancybox__auth .input__parent.checkbox label {
    line-height: normal;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.reg__auth__restore__content .input__parent.checkbox label,
.reg__auth__restore__content .input__parent.checkbox .terms__link {
    display: block;
    font-size: 13px;
    margin-left: 45px;
    line-height: 1.2;
}
.reg__auth__restore__content .input__parent.checkbox .terms__link {
    color: #181719;
}

.reg__auth__restore__content .input__parent.checkbox .terms__link:hover {
    color: #a02f8f;
}

#fancybox__auth .input__parent.submit .a__butt {
    width: 130px;
    margin-left: 5px;
    margin-right: 5px;
    word-spacing: normal;
}
#fancybox__auth .input__parent.submit a {
    color: #181719;
    font-size: 12px;
}

#fancybox__auth .input__parent.submit a:hover {
    color: #a02f8f;
}

.fancybox-opened {
    z-index: 99999999 !important;
}
#fancybox__reg .text__center ,
#fancybox__auth .text__center ,
#fancybox__open__id .text__center,
#fancybox__restore .text__center {
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.2;
}
.reg__auth__restore__content {
    padding: 0 20px;
}
.reg__auth__restore__content .custom__input {
    border: 1px solid #acacac;
    border-radius: 4px;
    color: #2a2c2e;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 25px 10px 15px;
    width: 100%;
}

.reg__auth__restore__content .input__parent.submit {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    width: auto;
}

.reg__auth__restore__content .input__parent.links {
    word-spacing: -5px;
}

.reg__auth__restore__content .input__parent.links a {
    word-spacing: normal;
}

.reg__auth__restore__content .input__parent.submit .a__butt {
    margin-top: 0;
}

.input__parent {
    margin-bottom: 15px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.bottom__content {
    background-color: #eaeaea;
    text-align: center;
    min-height: 300px;
}

.bottom__content h3 {
    font-size: 16px;
    color: #181719;
    font-weight: bold;
    padding-top: 30px;
}


.socials__auth {
    text-align: center;
    font-size: 0;
    padding-bottom: 20px;
}
.socials__auth li {
    display: inline-block;
    width: 70px;
}
.socials__auth li a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.bottom__content .with__us {
    padding: 0 0 25px 0;
}
.bottom__content .with__us p {
    font-size: 13px;
}

.bottom__content-subtitle {
    font-size: 16px;
    color: #181719;
    font-weight: bold;
    padding-top: 30px;
}

.popup__inner {
    /*padding: 75px 50px;*/
    /*padding: 75px 30px 30px;*/
    padding: 2px 30px 15px;
}





input:focus::-webkit-input-placeholder {
    color:transparent;
}
input:focus::-moz-placeholder {
    color:transparent;
}
input:focus::-ms-input-placeholder {
    color:transparent;
}
input[palceholder]:focus{
    color:transparent;
}

input:focus::-webkit-input-placeholder {
    color:transparent;
}

input:focus::-moz-placeholder {
    color:transparent;
}

input:focus:-ms-input-placeholder {
    color:transparent;
}

input:focus:-moz-placeholder {
    color:transparent;
}

input:focus::placeholder {
    color:transparent;
}

/*.reg__fancy .fancybox-inner, .auth__fancy .fancybox-inner, .restore__fancy .fancybox-inner {*/
/* width: auto !important; */
/*height: auto !important;*/
/*}*/

/* /Modals reg, auth, restore */

/* Editer modal window */

.popup h2 {
    color: #181719;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 24px 0px 72px;
    text-transform: none;
}

.order_edit_modal {
    height: 100%;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    overflow: hidden;
}

#select_editor.order_edit_modal{
    height: auto;
    overflow: auto;
}
.select_editor {
    display: none;
}

.select_editor_title {
    height: 7%;
}

.select_editor_content {
    overflow-x: hidden;
    overflow-y: auto;
    height: 93%;
}

.edit__list .a__create.windows-hidden,
.edit__list .a__create.macos-hidden,
.edit__list .a__create.ios-hidden,
.edit__list .a__create.android-hidden,
.edit__list .a__create.other-device-hidden
{
    /*display: none;*/
}

.select_editor:first-child .edit__list-img-wrapper:after {
    background: url(//static.photoholding.com/images/15380.png) no-repeat;
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: -2px;
    left: -2px;
}

.edit__list-editor-not-supported:after{
    position: absolute;
    content: 'Снят с поддержки';
    top: 0;
    right: 0;
    font-size: 12px;
    color: #ffffff;
    background-color: rgba(128, 128, 128, 0.6);
    border-radius: 3px;
    display: inline-block;
    width: auto;
    text-transform: none;
    padding: 0 4px;
    line-height: 16px;
}

.order_edit_modal .title {
    width: 90%;
    margin: 0 auto 10px;
}

.order_edit_modal .title_more_mb {
    color: #181719;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 0 0px;
    text-transform: none;
    background: #eaeaea;
    margin: 0;
    border-radius: 7px 7px 0px 0px;
}

.order_edit_modal .subtitle_more_mb {
    color: #181719;
    text-transform: none;
    background: #eaeaea;
    padding-top: 10px;
    margin-top: 0;
}

.order_edit_modal .other_editors{
    border-radius: 0 0 7px 7px;
    padding-bottom: 25px;
}

.order_edit_modal .other_editors:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f0dd";
    color: #181719;
    position: relative;
    top: -3px;
    left: 5px;
    font-weight: 900;
}

.order_edit_modal .other_editors.other-editors--open{
    border-radius: 0;
}

.order_edit_modal .other_editors.other-editors--open:after{
    content: "\f0de";
    top: 3px;
}

.order_editor_border {
    display: inline-block;
    /*padding: 10px 15px;*/
    /*line-height: 400px;*/
}
.order_editor_slider .owl-item.loading {
    min-height: 250px;
}

.edit__list {
    background: #eaeaea;
    padding: 20px 5% 22px;
    border-radius: 0px 0px 7px 7px ;
}

.edit__list .edit__list-item {
    display: inline-block;
    position: relative;
    width: 33%;
    padding: 0 14px;
    margin-right: -4px;
    vertical-align: top;
    height: 350px;
    margin-bottom: 10px;
}

.edit__list .edit__list-item:before {
    display: none;
}

.edit__list-img-wrapper {
    position: relative;
    padding: 5px 5px 0 5px;
    max-width: 250px;
    margin: 0 auto;
}
.edit__list-img {
    border: 1px solid #d2d2d2;
    background: #ffffff;
    height: 175px;
    line-height: 175px;
    overflow: hidden;
    margin-bottom: 24px;
    text-align: center;
    width: 100%;
    position: relative;
}

.edit__list-img img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.edit__list-title {
    color: #181719;
    margin-bottom: 15px;
    text-align: center;
}

.edit__list p {
    color: #0b0b0b;
    line-height: 17px;
    margin-bottom: 8px;
}

.edit__list div a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #9d228a;
    font-size: 14px;
    line-height: 17px;
}

.edit__list div a:hover {
    text-decoration: none;
}

.edit__list .a__create {
    background: #9d228a;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    /*margin-top: 19px;*/
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    /*margin-left: 5%;*/
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}

.edit__list .edit__list-more {
    color: #9d228a;
    margin-top: 10px;
    font-size: 14px;
}

.edit__list .a__create:active,
.edit__list .a__create:hover {
    background-color: #701362;
}

.edit__list-icon {
    height: 60px;
    position: absolute;
    right: 38px;
    top: 51px;
    width: 60px;
}

.edit__list .editor_advantages{

}

.edit__list .editor_advantages li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 14px;
}

.edit__list .editor_advantages li:before {
    content: "-";
    display: inline;
    padding-right: 5px;
}
/* /Editer modal win */

/* order editer slider */

.order_editor_slider {
    width: 82%;
    margin: 0 auto;
}
.order_editor_slider div.item {
    padding: 30px 0;
    width: 80%;
    margin: 0 auto;
    /*border: 1px solid #d2d2d2;*/
    /*min-height: 400px;*/
}

.order_editor_slider div.item img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    box-shadow: 2px 2px 30px #aaa;
}

.order_editor_slider div.item img.doubleItem{
    width: 50%;
}
.order_editor_slider div.item img.doubleItem:first-child{
    box-shadow: -20px 2px 50px #aaa;
}

.order_editor_slider div.item img.doubleItem:last-child{
    box-shadow: 20px 2px 50px #aaa;
}

.order_editor_slider .owl-controls .owl-buttons div {
    position: absolute;
    outline: 0;
    text-indent: -9999px;
    z-index: 10;
    height: 42px;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 42px;
}

.order_editor_slider .owl-controls .owl-buttons div.owl-next {
    background-position: -40px 0;
    left: auto;
    right: 0;
}

.order_editor_slider .owl-controls .owl-buttons div.owl-prev {
    background-position: 0 0;
    right: auto;
    left: 0;
}

.order_editor_slider .owl-controls .owl-buttons div.owl-next:active,
.order_editor_slider .owl-controls .owl-buttons div.owl-next:hover {
    background-position: -40px -43px;
    left: auto;
    right: 0;
}

.order_editor_slider .owl-controls .owl-buttons div.owl-prev:active,
.order_editor_slider .owl-controls .owl-buttons div.owl-prev:hover {
    background-position: 0 -43px;
}

/* /order editer slider */

/* shop pages */

.item_list {
    padding: 0;
    background: #fff url('../images/bg/bg_item_list.jpg') repeat;
}

.item_list_short {
    background-image: url('../images/bg/bg_item_list_short.jpg');
}

.item_list_short .shop_item {
    height: 352px;
}

.shop_items_wrapper {
    text-align: center;
    /*text-justify: newspaper;*/
}

.style_items_wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.item_list.grey {
    background: #eaeaea;
}
.grey {
    background: #eaeaea;
}

.shop_item {
    display: inline-block;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 514px;
    /*width: 300px;*/
    max-width: 100%;
    /*margin: 40px 0;*/
    vertical-align: top;

    border: 1px solid #dcdcdc;
    padding: 25px 20px;
    background: #fff;
    text-align: center;
    margin: 24px 15px;
    width: 340px;
    text-decoration: none;
    justify-content: space-between !important;
}

.shop_item:hover, .style_item:hover {
    box-shadow: inset 0px 0px 25px rgba(220, 220, 220, 0.8);
    /*background: rgba(236, 207, 232, 0.76);*/
    cursor: pointer;
    color: #181719;
}

.shop_item.style_item {
    /*text-align: center;*/
    position: relative;
}

.shop_item .item_picture {
    /*border: 1px solid #d8d1cd;*/
    height: 232px;
    /*line-height: 228px;*/
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.shop_item .item_picture_nb {
    height: 232px;
    line-height: 228px;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.shop_item .item_picture_nb img{
    max-width: 100%;
}
.shop_item .item_picture img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    max-height: 205px;
}

.slider__block__articles,
.slider__block__cards{
    padding: 30px 0px 20px;
}

.slider__block__articles .slider__img{
    text-align: center;
}
.slider__block__articles .slider__img img{
    max-width: 100%;
    width: auto;
}

.tovar_in {
    padding-top: 30px;
}
.tovar_in .title {
    margin-bottom: 0;
}

.tovar_in .shop_item .item_picture {
    border: 0;
    line-height: 198px;
    height: 200px;
}
.tovar_in .shop_item .item_picture img {
    max-height: 200px;
}

.shop_item .item_date {
    margin-bottom: 10px;
    overflow: hidden;
}

.shop_item .item_date span {
    color: #7b7b7b;
    font-size: 12px;
    line-height: 15px;
}


.shop_item .item_title {
    display: inline-block;
    line-height: 22px;
    margin-bottom: 16px;
    width: 100%;
    font-weight: bold;
}
.shop_item .item_title a {
    display: inline-block;
    font-size: 18px;
    width: 100%;
}
.shop_item .item_title a:hover {}

.shop_item .item_text {
    height: 90px;
    overflow: hidden;
    /*margin-bottom: 15px;*/
}
.shop_item.style_item .item_text{
    height: 60px;
}

.shop_item .item_text p {
    line-height: 17px;
    font-size: 14px;
}

.tovar_in .shop_item .item_text {
    height: 40px;
}

.tovar_in .shop_item .item_text p {
    color: #181719;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 29px;
}



.shop_item .item_price {
    margin: 0 0 15px;
}

.shop_item .item_price .categories-item-card-kop {
    font-size: 20px;
}
.shop_item .item_price .categories-item-card-currency {
    margin-left: 10px;
}

.shop_item .item_price.item_category_price {
    margin: 0;
}

.shop_item .item_price > span {
    display: inline-block;
    vertical-align: middle;
}
.shop_item .item_price .little_grey {
    color: #acabac;
    font-size: 14px;
}
.shop_item .item_price .violet_price {
    color: #9d228a;
    font-weight: 600;
    font-size: 28px;
    margin: 0 10px;
}
.shop_item .item_price .grey_price {
    color: #c5c0c0;
    font-size: 20px;
    margin: 0 10px;
}

.shop_item .item_price .rub_pic {
    height: 20px;
}
.shop_item .item_price .rub_pic img {
    height: 20px;
}

.shop_item .item_period_manufacture {
    color: #c5c0c0;
    font-size: 14px;
    margin-bottom: 10px;
}

.shop_item .item_btn {}
.shop_item .item_btn .a__butt {}

.news_item {
    display: inline-block;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    width: 300px;
    max-width: 100%;
    margin: 40px 0;
    vertical-align: top;
    text-align: left;
}

.news_item .np_line {
    background: #9d228a;
    height: 4px;
    width: 45px;
    display: block;
    margin: 0 0 25px;
}
.news_item .date {
    margin-bottom: 10px;
}
.news_item .date span {
    color: #989797;
    font-size: 14px;
    line-height: 1.2;
}

.news_item .title {
    margin-bottom: 10px;
    line-height: 24px;
}
.news_item .title a {
    color: #181719;
    font-size: 18px;
    margin: 0;
}
.news_item .title a:hover {
    color: #A33091;
}

.news_item .description {
    font-size: 14px;
    color: #0b0b0b;
    line-height: 1.2;
}

.shop_tabs {
    padding: 40px 0;
    background-color: #eaeaea;
}

.shop_tabs .tab {
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.shop_tabs .tab span {
    color: #181719;
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-top: 27px;
    text-align: center;
}
.shop_tabs .tab:hover span {
    color: #a33091;
    text-decoration: underline;
}

.shop_tabs .tab.active span {
    color: #a33091;
    text-decoration: underline;
}

.shop_tabs .tab .tab_pic {
    height: 179px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.shop_tabs .tab:hover .tab_pic {
    border: 1px solid #a33091;
}
.shop_tabs .tab.active .tab_pic {
    background-color: #a33091;
    border: 0;
}
.shop_tabs .tab .icon1 {
    background-image: url("../images/bg/gift.png");
}
.shop_tabs .tab.active .icon1 {
    background-image: url("../images/bg/gift_active.png");
}
.shop_tabs .tab .icon2 {
    background-image: url("../images/bg/cap.png");

}
.shop_tabs .tab.active .icon2 {
    background-image: url("../images/bg/cap_active.png");
}
.shop_tabs .tab .icon3 {
    background-image: url("../images/bg/finger.png");

}
.shop_tabs .tab.active .icon3 {
    background-image: url("../images/bg/finger_active.png");
}


.tab_item {
    display: none;
}

.tab_item .title {
    padding-top: 40px;
}

.tab_item.active {
    display: block;
}

/**/

.tabs_container {
    position: relative;
    width: 80%;
    margin: 20px auto 0;

}
.tabs_container:after {
    content: "";
    background: url("../images/template/menu__arrow.png") center 0 no-repeat;
    width: 35px;
    height: 21px;
    top: 18px;
    right: 5px;
    position: absolute;
    cursor: pointer;

}
.tabs_container.active:after {
    background-position: center bottom;
}


.tabs_container .tab_title_contain {
    width: 100%;
    padding: 15px 40px 15px 25px;
    font-size: 18px;
    background: #eaeaea;
    border-radius: 5px;
    border: 0;
    margin: 0;
    line-height: normal;
    cursor: pointer;
}
.tabs_container .dropdown_tab {
    display: none;
    padding: 10px 25px 0px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-top: 0;
    position: relative;
    top: -4px;
}

.tabs_container.active .dropdown_tab {
    display: block;
}

.tabs_container .dropdown_tab li {
    margin-bottom: 10px;
}
.tabs_container .dropdown_tab li a {
    font-size: 16px;
    text-decoration: none;
}

/* /Form elements */

/* calendar__list */

.calendar__list {
    /*background: url(../images/bg/bg__grey.jpg) repeat 0 0 #eaeaea;*/
    background: #EAEAEA;
    padding: 0;
    position: relative;
    z-index: 1;
}

.calendar__list .slider_title {
    margin-bottom: 25px;
}

.calendar__list.without {
    padding: 43px 0px 40px;
}

.calendar__list h2 {
    margin-bottom: 38px;
}

.calendar__list ul {
    /*overflow: hidden;*/
}

.calendar__list .shop_tabs {
    text-align: justify;
    line-height: 0;
}

.calendar__list .shop_tabs .empty {
    display: inline-block;
    width: 100%;
    height: 0;
}

.calendar__list .shop_tabs:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.calendar__list .tab {
    display: inline-block;
    padding-left: 0px;
    width: 183px;
    margin-left: 1px;
    margin-right: 1px;
    /*margin-bottom: 20px;*/
}

.calendar__list .owl-item {
    text-align: center;
}

.calendar__list .owl-item .tab {
    float: none;
    display: inline-block;
}

.calendar__list .tab:before {
    display: none;
}

/*.calendar__list .tab + .tab {
    margin-left: 12px;
}*/

.calendar__list .shop_tabs .calendar__icon,
.calendar__list .shop_tabs .calendar__icon,
.calendar__list .calendar__icon {
    /*background: url(../images/bg/calendar.png) no-repeat #ffffff;
    background-position:0 0;*/
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}
.calendar__list .calendar__tile {
    text-decoration: none;
    font-size: 16px;
}
.calendar__list .owl-wrapper .calendar__icon {
    width: 100px;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.calendar__list .shop_tabs .icon1,
.calendar__list .icon1 {
    background-position: -3px 0;
}

.calendar__list .shop_tabs .icon2,
.calendar__list .icon2 {
    background-position: -202px 0;
}

.calendar__list .shop_tabs .icon3,
.calendar__list .icon3 {
    background-position: -401px 0;
}

.calendar__list .shop_tabs .icon4,
.calendar__list .icon4 {
    background-position: -600px 0;
}

.calendar__list .shop_tabs .icon5,
.calendar__list .icon5 {
    background-position: -799px 0;
}

.calendar__list .tab:hover .calendar__icon {
    border: 1px solid #a33091;
}

.calendar__list .tab.active .calendar__icon {
    border: 2px solid #a33091;
}

.calendar__list .shop_tabs .tab.active .icon1,
.calendar__list .tab.active .icon1 {
    background-image: url(../images/bg/calendar.png);
    background-position: -3px -181px;
}

.calendar__list .shop_tabs .tab.active .icon2,
.calendar__list .tab.active .icon2 {
    background-image: url(../images/bg/calendar.png);
    background-position: -202px -181px;
}

.calendar__list .shop_tabs .tab.active .icon3,
.calendar__list .tab.active .icon3 {
    background-image: url(../images/bg/calendar.png);
    background-position: -401px -181px;
}

.calendar__list .shop_tabs .tab.active .icon4,
.calendar__list .tab.active .icon4 {
    background-image: url(../images/bg/calendar.png);
    background-position: -600px -181px;
}

.calendar__list .shop_tabs .tab.active .icon5,
.calendar__list .tab.active .icon5 {
    background-image: url(../images/bg/calendar.png);
    background-position: -799px -181px;
}

/*.calendar__list a {
    color: #181719;
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-top: 27px;
    text-align: center;
}*/

.calendar__list .tab:hover span,
.calendar__list .tab.active span {
    color: #a33091;
    text-decoration: underline;
}

.calendar__list .tab:hover span {
    color: #a33091;
    text-decoration: underline;
}

.calendar__list3 .tab {
    width: 312px;
}

/*.calendar__list3 li + li {
    margin-left: 22px;
}*/

.calendar__list3 .calendar__icon {
    /*background: url(../images/bg/shop__presents.png) no-repeat #ffffff;*/
    height: 179px;
    background-color: #fff;
    /*background-size: cover;*/
    background-position: center;
    background-repeat: no-repeat;
}
/* end calendar__list */

/* Why block */

.why_block {
    background: #eaeaea;
    padding: 122px 0px 134px;
}

.why_item {
    position: relative;
    text-align: center;
}

.why_item .why_pic {
    width: 100%;
    margin-bottom: 20px;
}
.why_item .why_pic img {
    max-width: 100%;
    height: auto;
}

.why_item .why_title {
    color: #292828;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.why_item .why_title span {
    color: #292828;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.why_item .why_info {}
.why_item .why_info p {
    color: #292828;
    font-size: 14px;
    line-height: 1.2;
}


/* /Why block */
.main_img_from_slider {
    margin-bottom: 20px;
}


/* Delivery in */
.delivery_in {
    margin-top: 20px;
}
.delivery_in .title {
    margin-bottom: 25px;
}

.delivery_point {
    padding: 30px 0;
}

.delivery_point h2, .delivery_terminal h2 {
    color: #292828;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 26px;
    text-transform: none;
}

.delivery_point h2 a, .delivery_terminal h2 a {
    color: #181719;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    margin-left: 36px;
    vertical-align: middle;
}

.delivery_point h2 a:hover, .delivery_terminal h2 a:hover {
    color: #a33091;
}

.delivery_item {
    background: #fff;
    border: 1px solid #d8d1cd;
    padding: 20px;
    margin-bottom: 24px;
}

.delivery_item .logo {
   /* height: 100px;*/
    line-height: 100px;
    text-align: center;
}
.delivery_item .logo img {
    max-width: 100%;
    height: auto;
}

.delivery_item p {
    line-height: 1.2;
    margin-bottom: 20px;
}

.delivery_item-title {
    margin-bottom: 5px;
    margin-top: 24px;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #2a2c2e;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid #eaeaea;
}

.delivery_item .list {
    line-height: 15px;
    font-size: 12px;
    margin-bottom: 15px;
    color: #737373;
}
.delivery_item .list li {
    padding-left: 18px;
    position: relative;
}

.delivery_item .list li:before {
    content: '—';
    left: 0px;
    position: absolute;
    top: 0px;
}

.delivery_item  a {
    color: #181719;
    font-size: 12px;
    line-height: 16px;
}

.delivery_item a:hover {
    color: #a33091;
}

.li__detail {
    overflow: hidden;
    margin: 40px -20px 0;
    border-top: 1px solid #d8d1cd;
    padding: 20px 20px 0 20px;
}

.li__detail ul {
    overflow: hidden;
}

.li__detail li {
    display: block;
    width: 50%;
    padding-right: 5px;
    float: left;
    margin-bottom: 10px;
    vertical-align: top;
}

.li__detail .img {
    margin-right: 8px;
    float: left;
    overflow: hidden;
    width: 37px;
    height: 37px;
}

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

.li__detail li p {
    margin-bottom: 3px;
    line-height: 1;
    font-size: 12px;
    white-space: nowrap;
    margin-top: 5px;
}

.li__detail .p__price {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

.delivery_terminal {
    padding-top: 20px;
}
.terminal_info_block {
    margin-top: 15px;
}
.terminal_info_block > div {
    width: 50%;
}

.delivery_terminal .deliv_info {
    background: #eaeaea;
    color: #000000;
    font-size: 12px;
    /*height: 100px;*/
    line-height: 15px;
    padding: 20px 40px 20px 14px;
    position: relative;
}

.delivery_item .deliv_info p {
    font-size: 12px;
    margin-bottom: 0;
}

.delivery_terminal .pay_type {
    line-height: 1.2;
    margin-bottom: 15px;
}


.delivery_descr {
    height: 50px;
    overflow: hidden;
}

.pay_type {
    color: #2a2c2e;
    font-size: 12px;
    line-height: 36px;
}


/* /Delivery in */


/* TXT PAGE */


.hidden_b {
    display: none;
}

.txt__tabs {
    background-color: #eaeaea;
}

ul.tabs_menu {
    text-align: center;
    font-size: 0;
    padding: 15px 0;
    display: table;
    width: 100%;
}
ul.tabs_menu li:first-child {
    /*margin-left: 1px;*/
}

ul.tabs_menu li {
    display: table-cell;
    font-size: 14px;
    vertical-align: middle;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    width: 20%;
    position: relative;
    border: 1px solid #dadada;
    margin: 0 -1px;
    cursor: pointer;
}
ul.tabs_menu li:hover {
    border: 1px solid #a33091;
    z-index: 99;
}
ul.tabs_menu li:hover a {
    color: #a33091;
}
ul.tabs_menu li a {
    text-decoration: none;
    font-weight: normal;
    color: #b1b1b1;
    width: 100%;
    padding: 3px;
}

ul.tabs_menu li.active:after, ul.tabs_menu li.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

ul.tabs_menu li.active:after {
    border-color: transparent;
    border-top-color: #Fff;
    border-width: 6px 10px 10px 10px;
    margin-left: -10px;
}
ul.tabs_menu li.active:before {
    /*border-color: rgba(163, 48, 145, 0);*/
    border-color: transparent;
    border-top-color: #a33091;
    border-width: 7px 11px 11px 11px;
    margin-left: -11px;
}

ul.tabs_menu li.active {
    z-index: 2;
    border: 1px solid #a33091;
}
ul.tabs_menu li.active a {
    color: #a33091;
    font-weight: bold;
}
ul.tabs_menu li.active:after {}

.txt__content {
    padding-bottom: 50px;
    padding-top: 20px;
}
.txt__content p {
    margin-top: 20px;
}
.txt__content p:first-child {
    margin-top: 0;
}

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

.txt__content .row{
    margin-top: 20px;
}

.txt__content ul {
    margin-top: 20px;
    list-style: none;
    margin-left: 0;
    padding-left: 24px;
    text-indent: -24px;
}
.txt__content ul li a {
    font-size: 14px;
    display: inline;
}
.txt__content ul li {
    color: #737373;
    font-size: 14px;
    /*padding-left: 20px;*/
    position: relative;
    margin-top: 10px;
}
.txt__content ul li:before {
    content: "—";
    padding-right: 10px;
}

.txt__content .a__butt {
    display: inline-block;
    margin-top: 20px;
}
.txt__content ul li .a__butt{
    margin-top: 5px;
}
.txt__content ul li > * {
    text-indent: 0;
}

.txt__content h3 {
    color: #181719;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 29px;
}

.txt__content .p__date {
    color: #7b7b7b;
    font-size: 12px;
    line-height: 15px;
    height: auto !important;
    margin-bottom: 25px;
    padding: 0px;
    min-height: auto;
}

.long__defis__list {
    margin-top: 20px;
}
.long__defis__list li a {
    font-size: 14px;
}
.long__defis__list li {
    color: #737373;
    font-size: 14px;
    /*padding-left: 20px;*/
    position: relative;
    margin-top: 10px;
}
.long__defis__list li:before {
    content: "—";
    padding-right: 10px;
}

.txt__content .left__pic {
    padding-right: 40px;
    max-height: 400px;
    max-width: 640px;
    min-width: 230px;
    /*min-height: 350px;*/
}
.txt__content .left__pic img {
    max-width: 100%;
    height: auto;
}
.txt__content h5 {
    margin-top: 20px;
    font-size: 18px;
}
.txt__content .table__block {
    margin-top: 40px;
}

.most__important__info {
    margin-top: 20px;
    font-style: italic;
    margin-bottom: 40px;
  /*  max-width: 470px;*/
    line-height: 1.2;
    padding-left: 30px;
    border-left: 3px solid #9d228a;
    color: #7e7474;
}

.grey__info {
    margin-top: 20px;
    background-color: #eaeaea;
    padding: 15px;
    width: 640px;
}

.grey .grey__info {
    background: #ffffff;
}

ul.mobile__tabs {
    border: 1px solid #d8d1cd;
    /*width: 85%;*/
    height: 65px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
}

ul.mobile__tabs.expand {
    height: auto !important;
}
.mobile__tabs li.title a {
    text-decoration: underline;
}

.mobile__tabs li.title:after {
    background: url(../images/template/menu__arrow.png) no-repeat 0 top;
    content: '';
    height: 21px;
    position: absolute;
    right: 10px;
    top: 23px;
    width: 33px;
}
.mobile__tabs.expand li.title:after {
    background: url(../images/template/menu__arrow.png) no-repeat 0 bottom;
    content: '';
    height: 21px;
    position: absolute;
    right: 10px;
    top: 23px;
    width: 33px;
}

.mobile__tabs li {
    font-weight: 700;
    padding: 15px 30px 15px 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 20;
}

.mobile__tabs a {
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    z-index: 99;
}


/* /TXT PAGE */

/* Service */
.service_header {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}
.service_header .slider__bg {
    z-index: -1;
}

.service_header h1 {
    color: #ffffff;
    margin-bottom: 20px;
}

.service_header p {
    color: #ffffff;
    line-height: 18px;
}

.service_header p + p {
    margin-top: 18px;
}

.service_list {
    padding: 50px 0;
}

.service_list ul {
    color: #737373;
    font-size: 14px;
    line-height: 30px;
}
.service_list ul li {
    padding-left: 27px;
    position: relative;
}
.service_list ul li:before {
    content: '—';
    left: 0px;
    position: absolute;
    top: 0px;
}

.service_list .img {
    width: 100%;
    max-width: 320px;
    position: relative;
    max-height: 320px;
    overflow: hidden;
    zoom: 1;
    z-index: 1;
    margin: 0 auto;
}

.service_list .img img {
    max-width: 100%;
    height: auto;
    position: relative;
    zoom: 1;
    z-index: 1;
}

.service_list .img .circle{
    width: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 320px;
}

.service_list .grey__info {
    margin-bottom: 20px;
}

.service_list .some_text {
    margin-bottom: 15px;
}

.service_list h3 {
    font-weight: bold;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.service_list .list {
    margin-bottom: 15px;
}

.videos_list {
    padding: 50px 0;
}
.videos_list .img {
    width: 100%;
    max-width: 320px;
    position: relative;
    max-height: 320px;
    overflow: hidden;
    zoom: 1;
    z-index: 1;
    margin: 0 auto;
}

.videos_list .img img {
    max-width: 100%;
    height: auto;
    position: relative;
    zoom: 1;
    z-index: 1;
}

.videos_list h3 {
    font-weight: bold;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.a__app, .a__google {
    background: #4b1543;
    border-radius: 6px;
    width: 150px;
}

.a__app img,
.a__google img {
    max-width: 100%;
    vertical-align: top;
}

.a__app:hover, .a__google:hover {
    background: #701362;
}
.a__app:active, .a__google:active {
    background: #4B1543;
    color: #ffffff;
}

.grey__info .a__app,
.grey__info .a__google {
    background: #958d95;
    display: inline-block;
    height: 35px;
    width: 130px;
    vertical-align: middle;
}

.grey__info .a__app {
    margin-left: 22px;
}

.grey__info .a__google {
    margin-left: 12px;
}

.grey__info .a__app:hover,
.grey__info .a__google:hover {
    background: #701362;
}

.grey__info .a__app:active,
.grey__info .a__google:active {
    background: #4B1543;
    color: #ffffff;
}

.grey__info p {
    display: inline-block;
    vertical-align: middle;
}

/* /Service */

/* Custom modals nojs */



.index_page {
    z-index: 10;
    overflow: hidden;
}

/*table*/
.tech_table {}
.tech_table th{
    background-color: #fff;
}
.tech_table tr:nth-child(2) td{
    color: #aaaaaa;
}
.tech_table tr:nth-child(odd){
    background: #EAEAEA;
}


.table-info-wrap{
    padding: 5px;
    display: inline-block;
    background-color: #fbfbfb;
    margin: 10px 0;
}
table.table-info{
    width: auto;
    margin: 0;
}
table.table-info th{
    border: 1px solid #D8D1CD;
    background-color: #fff;
    padding: 5px 15px;
    vertical-align: middle;
}
table.table-info td{
    border-left: 1px solid #D8D1CD;
}
table.table-info th,
table.table-info td{
    font-size: 13px;
}
table.table-info tr:nth-child(even){
    background: #EAEAEA;
}



.fancybox-close {
    background: url("/assets/np2016/images/template/close.png") no-repeat 0px 0px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 8050;
}

.fancybox-skin {
    /*padding: 55px 15px 15px 15px !important;*/
}

.fancybox-close:hover {
    background-position: -45px 0px;
}

.loading{
    text-align: center;
    font-family: 'Lucida Console', 'Monaco', 'monospace';
    font-size: 30px;
    font-weight: 100;
    color: lightgray;
    height: 100px;
    line-height: 80px;
    background: url('../images/template/AjaxLoader.gif') bottom center no-repeat;
}
/*bootstrap alert*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-info {
    background-color: #eaeaea;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
/*end bootstrap alert*/

/*Action archive years and months*/

.archive_controls{
    background-color: #EAEAEA;
    padding: 15px;
    margin-top: 20px
}
.archive_controls .years{}

.archive_controls .years .year_item{
    padding: 0 5px;
}

.archive_controls .years .year_item.active{
    color: #a33091;
}

.archive_controls .months {
    margin-top: 20px;
}

.archive_controls .months .month_item{
    padding: 0 5px;
}
.archive_controls .months .month_item.active{
    color: #a33091;
}

/*end action archive years and months*/

.page_title{
    margin: 20px auto;
}

/*Здесь все касается авторизации пользователя*/
.guest .is_auth, /*когда в body еще нет тега guest*/
.is_non_auth {
    display: none;
}

.guest .is_non_auth,
.authorized a.is_auth,
.authorized span.is_auth{
    display: inline-block;
}

/* каталог бонусных сертификатов*/

.bonus_catalog h3{
    color: #181719;
    font-size: 20px;
    margin-top: 20px;
}

.bonus_catalog:first-child {
    margin-top: 20px;
}

.bonus_item {
    min-height: 380px;
    padding-top: 20px;
    padding-bottom: 20px;
}



.bonus_item .bonus_image {
    text-align: center;
    margin-bottom: 20px;
    min-height: 145px;
}

.bonus_item .bonus_image img {
    max-width: 100%;
    max-height: 145px;
}

.bonus_item .bonus_title {
    color: #2a2c2e;
    font-size: 14px;
    line-height: 18px;
    height: 54px;
    margin-bottom: 5px;
    overflow: hidden;
}
.bonus_item .bonus_title a {
    text-decoration: none;
}
.bonus_item .bonus_title a:hover {
    text-decoration: underline;
}
.bonus_item .bonus_left {
    margin-bottom: 5px;
}
.bonus_item .bonus_price {
    margin-bottom: 15px;
    color: #9d228a;
    font-size: 24px;
    font-weight: 600;
}
.bonus_price_disabled span {
    color: #b8b8b8;
}
.bonus_item .bonus_btn .a__butt{
    width: 90%;
    margin-left: 5%;
}

.bonus_item .bonus_btn .a__butt.remove_bonus{
    min-width: 1px;
    width: 43%;
    margin-left: 4%;
}

.bonus_item .bonus_btn .a__butt.to_basket{
    width: 43%;
    margin-left: 5%;
    min-width: 1px;
}

.bonus_item_tile {
    display: inline-block;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #dcdcdc;
    max-width: 100%;
    height: 100%;
    padding: 20px 15px;
}

.popup__inner .bonus_popup {
    text-align: center !important;
    margin-top: 20px;
}

.bonus_popup .vertical-certificate__code {
    margin-top: 20px;
}

.bonus_popup_codes {
    min-width: 250px;
    display: inline-block;
    padding-right: 10px;
    border: 1px #d0d0d0 solid;
}

.bonus_popup_codes input {
    min-width: 230px;
    padding-right: 0;
    font-size: 16px;
    border: none;
    background-color: #f9f9f9;
}

.bonus_popup_codes span {
    position: relative;
    top: 3px;
    left: 3px;
    cursor: pointer;
}

.bonus_popup_codes i {
    font-size: 17px !important;
}

@media only screen and (max-device-width: 320px) and (orientation:portrait) {
    .bonus_popup_codes {
        margin-left: -30px;
    }

    .bonus_popup_codes input {
        min-width: 218px;
        padding-left: 5px;
        font-size: 16px;
    }

    .bonus_popup_codes span {
        left: 10px;
    }
}

.bonus_balance .balance {
    color: #9d228a;
    font-size: 28px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.join_bonus{
    margin-top: 20px;
    margin-bottom: 20px;
}

.angular_height_assist{
    min-height: 600px;
}

.dialog-popup-content-controls .button-grid {
    margin-top: 10px;
}

.bonus-line {
    display: inline-block;
    max-width: 100%;
    min-height: 2em;
    padding-left: 0;
    padding-right: 0;
    word-break: break-all;
    white-space: nowrap;
}

.bonus-program-link {
    color: #9d228a;
    font-size: 14px;
    text-decoration: none;
    vertical-align: text-top;
    line-height: 100%;
}

/*pagination*/
.pagination, .designer_filter_per_page {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li, .designer_filter_per_page>li {
    display: inline;
    padding: 0 10px;
}
/*designers_page*/

.wrapper_designer img{
    max-height: 200px;
}
.designer_cities_list li a {
    color: #2a2c2e;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}
.designer_cities_list li a:hover {
    color: #a33091;
    text-decoration: underline;
}

.designer_filter_per_page > li{
    display: inline-block;
    padding: 0 5px;
}
.margin_bottom_standart{
    margin-bottom: 20px;
}
.margin_top_standart{
    margin-top: 20px;
}
.wrapper_designer_name{
    margin-bottom: 5px; margin-top: 10px;
}
/* end designers_page*/
li.active a{
    color: #a33091;
}
/* Данный класс поможет нам избежать ненужного использования тегов a*/
.hover_effect:hover,
.hover_effect:hover > *
{
    cursor: pointer;
    color: #a33091;
}
/* */
.without_text_decoration{
    text-decoration: none !important;
}

/*Morder drop-down menu*/
.order_menu{
    position: absolute;
    display: none;
    background-color: #ffffff;
    z-index: 1;
    min-width: 215px;
    box-shadow: 0 3px 9px 0 rgba(0,1,1,0.59);
    top: 36px;
}
.order_menu .order_menu_link {
    padding: 10px;
    width: 100%;
}

.order_menu .order_menu_link_balance{
    color: #a33091;
    font-weight: bold;
}

.top_auth:hover .order_menu{
    display: block;
}
.order_menu li:first-child{
    /*margin-top: 10px;*/
}
.order_menu li {
    border-bottom: 1px solid #ccc;
}
.order_menu li:last-child {
    border-bottom: none;
}
.order_menu .morder-ico{
    vertical-align: middle;
}
.order_menu .name {
    vertical-align: middle;
}
.top_auth .text{
    padding-right: 10px;
}
/*back to old site*/
.back-to-old-site {
    background-color: #ff9d00;
    position: fixed;
    top: 0;
    width: 100%;
    color: #ffffff;
    font-size: 12px;
    z-index: 100;
    display: none !important;
}
.back-to-old-site:hover {
    background-color: #ff7b00;
}

.back-to-old-site-link {
    padding: 3px 0;
    color: #ffffff;
    width: 100%;
}
.back-to-old-site-link:hover {
    color: #ffffff;
}
.back-to-old-site-icon{
    padding-left: 5px;
    font-size: 14px;
}

/*load photos popup*/
.load-photo-popup{
    margin-top: 20px;
    width: 100%;
}

.load-photo-popup .load-type-img{
    border: 1px solid #d2d2d2;
    background: #ffffff;
    width: 100%;
}

.load-photo-popup .load-type-text{
    margin: 20px 0;
    min-height: 45px;
}

.load-photo-popup .load-type-butt {
    margin-bottom: 20px;
}

/*main page countdown*/
.countdown-timer {
    display: none;
}

/*Regular*/
.action-countdown {
    /*height: 85px;*/
    padding-bottom: 11px;
    background-color: #600752;
    background-image: -webkit-gradient(linear, left left, left right, from(#600752), to(#600752)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(left, #600752, #600752); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(left, #600752, #600752); /* FF3.6+ */
    background-image:     -ms-linear-gradient(left, #600752, #600752); /* IE10 */
    background-image:      -o-linear-gradient(left, #600752, #600752); /* Opera 11.10+ */
    background-image:     linear-gradient(#600752, #600752), linear-gradient(to right, #710460, #ff7b00);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#600752', endColorstr='#600752'); /* IE6 & IE7 */
    box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.19);
}
.action-countdown .action-countdown-body{
    text-align: center;
}
.action-countdown .action-counter-holder {

}
.action-countdown .action-counter {
    margin-top: 15px;
    display: inline-block;
}
.action-countdown .action-counter-item {
    float: left;
    margin-left: 15px;
}
.action-countdown .action-counter-item:first-child {
    margin-left: 0;
}
.action-countdown .action-counter-item-value {
    font-family: 'Droid Sans Mono';
    background: url('//static.photoholding.com/images/15399.png') 0 0 no-repeat;
    width: 58px;
    height: 44px;
    color: #600752;
    font-size: 33px;
    line-height: 44px;
    vertical-align: middle;
    padding-left: 4px;
    letter-spacing: 11px;
}
.action-countdown .action-counter-item-name {
    margin-top: 3px;
    font-size: 9px;
    text-align: center;
    color: #ffffff;
    width: 58px;
}
.action-countdown .action-countdown-title{
    margin-top: 17px;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
}

.action-countdown .action-card-countdown-title{
    margin-top: 12px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 0;
}

.action-countdown .action-countdown-subtitle{
    font-size: 9px;
    color: #ffa34d;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.action-countdown .action-countdown-subtitle:before{
    content: "\2014\2014";
    color: #ffa34d;
    letter-spacing: -1px;
    margin-right: 2px;
    font-weight: bold;
}
.action-countdown .action-countdown-subtitle:after{
    content: "\2014\2014";
    color: #ffa34d;
    letter-spacing: -1px;
    margin-left: 1px;
    font-weight: bold;
}
.action-countdown .action-countdown-details{
    text-align: right;
}
.action-countdown .action-countdown-details-button{
    font-size: 14px;
    background: #ffffff;
    padding: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #600753;
    text-decoration: none;
    margin-top: 20px;
    transition: color 0.3s ease;
}
.action-countdown .action-countdown-details-button:hover {
    color: #ff7b00
}

/* Fit version */

.action-countdown-fit {
    padding-bottom: 0;
    background-color: #600752;
    background-image: -webkit-gradient(linear, left left, left right, from(#600752), to(#600752)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(left, #600752, #600752); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(left, #600752, #600752); /* FF3.6+ */
    background-image:     -ms-linear-gradient(left, #600752, #600752); /* IE10 */
    background-image:      -o-linear-gradient(left, #600752, #600752); /* Opera 11.10+ */
    background-image:     linear-gradient(#600752, #600752), linear-gradient(to right, #710460, #ff7b00);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#600752', endColorstr='#600752'); /* IE6 & IE7 */
    box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.19);
    height: 68px;
    overflow: hidden;
    z-index: 99;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.action-countdown-fit-dummy {
    height: 68px;
}

.action-countdown-fit-dummy + .top_white_panel {
    margin-top: 68px;
}

.action-countdown-fit .action-countdown-body{
    text-align: center;
}
.action-countdown-fit .action-counter-holder {

}
.action-countdown-fit .action-counter {
    margin-top: 8px;
    display: inline-block;
}
.action-countdown-fit .action-counter-item {
    float: left;
    margin-left: 15px;
}
.action-countdown-fit .action-counter-item:first-child {
    margin-left: 0;
}
.action-countdown-fit .action-counter-item-value {
    font-family: 'Droid Sans Mono';
    background: url('//static.photoholding.com/images/15399.png') center no-repeat;
    width: 58px;
    height: 40px;
    color: #600752;
    font-size: 33px;
    line-height: 40px;
    vertical-align: middle;
    padding-left: 4px;
    letter-spacing: 11px;
}
.action-countdown-fit .action-counter-item-name {
    margin-top: 3px;
    font-size: 9px;
    text-align: center;
    color: #ffffff;
    width: 58px;
}
.action-countdown-fit .action-countdown-title{
    margin-top: 8px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}

.action-countdown-fit .action-countdown-subtitle{
    font-size: 9px;
    color: #ffa34d;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}
.action-countdown-fit .action-countdown-subtitle:before{
    content: "\2014\2014";
    color: #ffa34d;
    letter-spacing: -1px;
    margin-right: 2px;
    font-weight: bold;
}
.action-countdown-fit .action-countdown-subtitle:after{
    content: "\2014\2014";
    color: #ffa34d;
    letter-spacing: -1px;
    margin-left: 1px;
    font-weight: bold;
}
.action-countdown-fit .action-countdown-details{
    text-align: right;
}
.action-countdown-fit .action-countdown-details-button{
    font-size: 14px;
    background: #ffffff;
    padding: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #600753;
    text-decoration: none;
    margin-top: 12px;
    transition: color 0.3s ease;
}
.action-countdown-fit .action-countdown-details-button:hover {
    color: #ff7b00
}


.action-countdown-invert {
    padding-bottom: 11px;
}
.action-countdown-invert .action-countdown-body{
    text-align: center;
}

.action-countdown-invert .action-counter {
    margin-top: 15px;
    display: inline-block;
}
.action-countdown-invert .action-counter-item {
    float: left;
    margin-left: 15px;
}
.action-countdown-invert .action-counter-item:first-child {
    margin-left: 0;
}
.action-countdown-invert .action-counter-item-value {
    font-family: 'Droid Sans Mono';
    background: url('//static.photoholding.com/images/15399.png') 0 0 no-repeat;
    width: 58px;
    height: 44px;
    color: #600752;
    font-size: 33px;
    line-height: 44px;
    vertical-align: middle;
    padding-left: 4px;
    letter-spacing: 11px;
}
.action-countdown-invert .action-counter-item-name {
    margin-top: 3px;
    font-size: 9px;
    text-align: center;
    color: #9d228a;
    width: 58px;
}
.action-countdown-invert .action-countdown-title{
    margin-top: 17px;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #9d228a;
    text-transform: uppercase;
}

.action-countdown-invert .action-card-countdown-title{
    margin-top: 12px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #9d228a;
    text-transform: uppercase;
    padding: 10px 0;
}

.action-countdown-invert .action-countdown-subtitle{
    font-size: 9px;
    color: #9d228a;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.action-countdown-invert .action-countdown-subtitle:before{
    content: "\2014\2014";
    color: #9d228a;
    letter-spacing: -1px;
    margin-right: 2px;
    font-weight: bold;
}
.action-countdown-invert .action-countdown-subtitle:after{
    content: "\2014\2014";
    color: #9d228a;
    letter-spacing: -1px;
    margin-left: 1px;
    font-weight: bold;
}
.action-countdown-invert .action-countdown-details{
    text-align: right;
}
.action-countdown-invert .action-countdown-details-button{
    font-size: 14px;
    background: #9d228a;
    padding: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    margin-top: 20px;
    transition: color 0.3s ease;
}
.action-countdown-invert .action-countdown-details-button:hover {
    color: #701362
}

.select2-container {
    margin: 0 0 24px 0;
}
    .select2-container .select2-selection--single{
        height: auto;
        padding: 6px;
    }
    .select2-container .select2-selection--single .select2-selection__arrow {
        height: 100%;
    }
    .select2-container .select2-results .select2-results__options {
        max-height: 300px;
    }
    .select2-container .select2-dropdown{
        z-index: 3;
    }

.top-seller-block {
    padding: 69px 0px 54px;
}

/*block-labels*/
.block-labels{
    position: absolute;
    top: 10px;
    right: -6px;
    max-width: 100%;
}
    .block-labels-wrapper-item{
        text-align: right;
        margin: 0 0 12px;
    }
        .block-labels-item{
            display: inline-block;
            color: #ffffff;
            position: relative;
            max-width: 100%;
            background-color: #d03cb9;
        }
            .block-labels-item:after{
                content: '';
                bottom: -6px;
                right: 0;
                position: absolute;
                border-right: 6px solid transparent;
                border-top-width:6px;
                border-top-style: solid;
                border-top-color:#9d0086;
            }
            .block-labels-item-text{
                font-weight: 600;
                font-size: 15px;
                word-wrap: break-word;
            }
        .block-labels-item--new,
        .block-labels-item--hit{
            color: #ffffff;
            background-color: #ff9c00;
        }
            .block-labels-item--new:after,
            .block-labels-item--hit:after{
                border-top-color: #b2690a;
            }
                .block-labels-item--new .block-labels-item-text,
                .block-labels-item--hit .block-labels-item-text{
                    padding: 2px 12px;
                }
/*end block-labels*/


/*LEAD FORM SECRET CLUB*/
.ph-lead-form-popup{
    width: 460px;
}
.ph-lead-form-body {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.ph-lead-form-close{
    position: absolute;
    right: 0;
    font-weight: bold;
    color: #9d228a;
    line-height: 22px;
    padding: 10px;
    font-size: 16px;
}

.ph-lead-form-body input[type=text] {
    border-radius: 1px;
    border: solid 1px #ffffff;
    display: block;
    background-color: transparent;
    color: #ffffff;
    width: 100%;
}
.ph-lead-form-body input[type=text]:focus{
    border: solid 1px #efc84a;
}
.ph-lead-form-body .ph-lead-form-title {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.ph-lead-form-body .ph-lead-form-label {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f57be2;
    padding: 15px 0 10px;
    cursor: pointer;
}

.ph-lead-form-body.background-white {
    background: #fff;
}

.ph-lead-form-body .ph-lead-form-label.ph-lead-form-error {
    color: #efc84a;
    font-weight: bold;
}
.ph-lead-form-body .ph-lead-form-submit {
    margin-top: 20px;
    border-radius: 1px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 2px;
    text-align: center;
    color: #9d228a;
    width: 100%;
    text-transform: uppercase;
}
.ph-lead-form-body .ph-lead-form-submit:hover{
    color: #efc84a;
}

.font-ubuntu {
    font-family: Ubuntu, 'Open Sans', Times, serif;
}

.ph-lead-email-error {
    color: #d65d0d;
}
/* Первый стиль оформления Lead form START*/
.lead-form-1-header {
    height: 50px;
}

.lead-form-1-center {
     font-size: 20px;
     height: 260px;
     color: #303030;
     text-align: center;
     border-top: 3px solid #C249AC;
     border-bottom: 3px solid #C249AC;
     margin: 0 30px;
     box-sizing: border-box;
 }

.lead-form-1-center img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 94px;
    height: 94px;
}

.lead-form-mobile-center {
    font-size: 20px;
    padding: 15px 0;
    color: #303030;
    text-align: center;
    border-top: 3px solid #C249AC;
    border-bottom: 3px solid #C249AC;
    margin: 0 15px;
    box-sizing: border-box;
}

.lead-form-mobile-center img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 94px;
    height: 94px;
}

.lead-form-1-footer {
    height: auto;
    text-align: center;
    padding: 20px;
}

.lead-form-1-footer input {
    background-color: #ccc;
    border: none;
    text-align: center;
    color: #000;
    height: 47px;
    width: 250px;
}

.lead-form-1-footer button[type="submit"] {
    padding: 0;
    font-weight: bold;
    border: none;
    letter-spacing: 2px;
    background-color: #BF22B8;
    width: 250px;
    height: 47px;
    color: #ffffff;
    margin-top: 20px;
    text-transform: uppercase
}

.lead-form-link {
    padding: 0;
    font-weight: bold;
    border: none;
    letter-spacing: 2px;
    background-color: #BF22B8;
    width: 250px;
    height: 47px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 47px;
    text-decoration: none !important;
}

/* Первый стиль оформления Lead form END*/
.invisible__butt{
    background-color: transparent;
    border: none;
}

.wrapper__replaced-block{
    text-decoration: none;
}

.before-optimization-cat {
    display: inline-block;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #a33091;
}

.slider_actions{
    margin: 45px 0;
}

.slider_actions .shop_item{
    width: auto;
}

.slider_actions.owl-theme .owl-controls .owl-buttons div{
    top: -25px;
}
.action_style {
    background: #f0f3f6;
    padding: 20px 0;
    box-shadow: inset 1px 4px 9px -6px rgba(0,1,1,0.59);
}

.action_style .title{
    color: #a33091;
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 36px;
    font-weight: 600;
}

.action_style .subtitle{
    color: #303030;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 28px;
}

.action_style .action_date{
    font-size: 18px;
    color: #575757;
}

.fancybox-inner .container {
    width: 100%;
}

#article_modal_window_block {
    height: 100%;
    width: 960px;
    overflow: hidden;
    display: none;
}

#article_modal_window_block #article_modal_window_content {
    overflow: auto;
    height: calc(100vh - 120px);
}

#article_modal_window_block #article_modal_window_title {
    height: 40px;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
}

.article_modal_window {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dashed #181719;
}


.dialog-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10050;

    background: #f9f9f9;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    max-height: 98%;
    max-width: 960px;
    overflow: hidden;
}
.dialog-popup--full-size{
    height: 98%;
    max-height: 700px;
    width: auto;
}
.dialog-popup--body-fixed{
    overflow: hidden;
}
.dialog-popup-container {
    height: 100%;
    padding: 15px;
}
.dialog-popup-close {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 3;
    font-size: 34px;
    color: #808080;
}
.dialog-popup-close:hover,
.dialog-popup-close:active {
    color: #701652;
}
.dialog-popup-caption {
    height: 32px;
    padding: 0;
    padding-right: 20px;
    text-align: center;
    margin: 0 auto 10px;
    color: #292828;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.dialog-popup-body {
    padding: 5px;
    position: relative;
    overflow: auto;
}

.dialog-popup-content-controls {
    text-align: center;
    padding: 0 30px 10px 30px;
}
.dialog-popup-content .btn-default {
    border: 1px solid #a3a3a3;
    line-height: 24px;
    text-align: center;
    color: #1a1a1a;
    display: inline-block;
    font-size: 12px;
    width: 190px;
    margin-left: 10px;
    background-image: -webkit-linear-gradient(top, #fefefe 0%, #efefef 100%);
    background-image: -o-linear-gradient(top, #fefefe 0%, #efefef 100%);
    background-image: linear-gradient(to bottom, #fefefe 0%, #efefef 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffefefef', GradientType=0);
}
.dialog-popup-content .btn-default:first-child {
    margin-left: 0;
}
.dialog-popup-content .btn-default.btn-control-default:hover,
.dialog-popup-content .btn-default.btn-control-default.hover {
    color: #ffffff;
    background: #c62690;
    border: 1px solid #c62690;
}
.dialog-popup-content .btn-default.btn-control-default:active,
.dialog-popup-content .btn-default.btn-control-default.active {
    outline: 0;
    color: #ffffff;
    background: #701652;
    border: 1px solid #701652;
}
.dialog-popup-content .btn-default.btn-control-info:hover,
.dialog-popup-content .btn-default.btn-control-info.hover {
    color: #ffffff;
    background: #5bc0de;
    border: 1px solid #5bc0de;
}
.dialog-popup-content .btn-default.btn-control-info:active,
.dialog-popup-content .btn-default.btn-control-info.active {
    outline: 0;
    color: #ffffff;
    background: #1f7e9a;
    border: 1px solid #1f7e9a;
}
.dialog-popup-content .btn-default.btn-control-success:hover,
.dialog-popup-content .btn-default.btn-control-success.hover {
    color: #ffffff;
    background: #5cb85c;
    border: 1px solid #5cb85c;
}
.dialog-popup-content .btn-default.btn-control-success:active,
.dialog-popup-content .btn-default.btn-control-success.active {
    outline: 0;
    color: #ffffff;
    background: #2d672d;
    border: 1px solid #2d672d;
}
.dialog-popup-content .btn-default.btn-control-error:hover,
.dialog-popup-content .btn-default.btn-control-error.hover {
    color: #ffffff;
    background: #d9534f;
    border: 1px solid #d9534f;
}
.dialog-popup-content .btn-default.btn-control-error:active,
.dialog-popup-content .btn-default.btn-control-error.active {
    outline: 0;
    color: #ffffff;
    background: #8b211e;
    border: 1px solid #8b211e;
}
.dialog-popup-content .btn-default[disabled] {
    cursor: default;
    color: #333333;
}
.dialog-popup-content .btn-default[disabled]:hover,
.dialog-popup-content .btn-default[disabled]:active,
.dialog-popup-content .btn-default[disabled]:focus,
.dialog-popup-content .btn-default[disabled].focus,
.dialog-popup-content .btn-default[disabled].active,
.dialog-popup-content .btn-default[disabled].hover {
    color: #333333;
}



.notification {}
.notification .ico{
    position: relative;
    top: -.2rem;
    margin-right: .7rem;
    vertical-align: middle;
}
.notification.__warning {
    color: #d65d0d;
}
.notification.__warning a{
    color: #d65d0d;
    text-decoration: underline;
}

.template-maket-wrapper{
    margin-bottom: 30px;
}
.template-maket{
    min-height: 300px;
    max-height: 450px;
    margin: 20px auto;
}

.touchslider li.touchslider-item:before{
    content: none;
}


.teaser-container{
    border-bottom: 1px solid #e8e8e8;
}
.teaser-banner{
    max-width: 70%;
}
.teaser-banner:only-child{
    max-width: 100%;
}

/*--Inline Calculator--*/

.product-inline-calculator {
    margin: 30px 0;
}

.product-inline-calculator-container {
    position: relative;
}

.product-inline-calculator .inline-calculator-item {
    min-height: 105px;
}

.product-inline-calculator .inline-calc-pages-control {
    padding-top: 37px;
}

.product-inline-calculator .inline-calc-pages {
    line-height: 38px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #ffffff;
    padding-left: 5px;
}
.product-inline-calculator .inline-calc-label {
    display: block;
    padding: 5px 0 10px 0;
}

.product-inline-calculator .inline-calc-label-pages {
    margin-left: 5px;
}

.product-inline-calculator .inline-calculator-submit {
    margin-top: 37px;
}

.product-inline-calculator .inline-calculator-price {
    padding-top: 48px;
}

.product-inline-calculator .inline-calc-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,0.6);
    display: none;
}

.product-inline-calculator .inline-calc-loading-block {
    background: #9d228a;
    color: #ffffff;
    padding: 7px 10px;
    top: 50%;
    margin-top: -22px;
}

.product-inline-calculator .inline-calc-loading-img {
    width: 30px;
    margin-right: 10px;
}

/*--Block Calculator--*/

.product-block-calculator {
    margin: 30px 0 100px;
}

.product-block-calculator-container {
    position: relative;
    padding-bottom: 50px;
}

.product-block-calculator .block-calculator-item {
    border-bottom: 1px solid #e0e2e3;
    padding-bottom: 20px;
}

.product-block-calculator .block-calc-pages-control {

}

.product-block-calculator .block-calc-pages {
    line-height: 38px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #ffffff;
    padding-left: 10px;
}
.product-block-calculator .block-calc-label {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 25px 0 15px 0;
    font-size: 14px;
}

.product-block-calculator .block-calc-label-value {
    color: #9d228a;
}

.product-block-calculator .block-calc-label-pages {

}

.product-block-calculator .block-calculator-price {
    line-height: 46px;
}

.product-block-calculator .block-calc-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(255,255,255,0.6);
    display: none;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

.product-block-calculator .block-calc-loading-block {
    background: #9d228a;
    color: #ffffff;
    padding: 7px 10px;
    top: 50%;
    margin-top: -22px;
}

.product-block-calculator .block-calc-loading-img {
    width: 30px;
    margin-right: 15px;
}

.product-block-calculator .block-calc-blank-item {
    float: left;
    padding: 10px;
    margin: 0 20px 20px 0;
    box-shadow: inset 0 0 0 3px #f6f8fa;
    outline: 1px solid #e0e2e3 !important;
    cursor: pointer;
    transition: all .1s ease-out;
    height: 46px;
    line-height: 26px;
}

.product-block-calculator .block-calc-blank-item:hover {
    box-shadow: inset 0 0 0 3px #f6f8fa;
    outline: 1px solid #c1c9d0 !important;
}

.product-block-calculator .block-calc-blank-item.selected {
    box-shadow: inset 0 0 0 3px #fff;
    outline: 2px solid #9d228a !important;
}

.product-block-calculator .block-calc-alternative-item {
    cursor: pointer;
    text-align: center;
    height: 230px;
}

.product-block-calculator .block-calc-alternative-item .alternative-icon {
    border: 1px solid #e0e2e3;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.product-block-calculator .block-calc-alternative-item .alternative-title {
    color: #a3a3a8;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}

.product-block-calculator .block-calc-alternative-item:hover .alternative-icon{
    border: 1px solid #c1c9d0;
}

.product-block-calculator .block-calc-alternative-item:hover .alternative-title{
    color: #6F6F74;
}

.product-block-calculator .block-calc-alternative-item.selected .alternative-icon{
    border: 1px solid #9d228a;
}

.product-block-calculator .block-calc-alternative-item.selected .alternative-title{
    color: #9d228a;
}


.product-block-calculator .block-calc-products .select2-results__option {
    display: inline-block;
    /*max-width: 200px;*/
    width: 20%;
    vertical-align: top;
    text-align: center;
    min-height: 170px;
}

.product-block-calculator .block-calc-products .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #9d228a;
}

.product-block-calculator .block-calc-products .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #9d228a;
}

.product-block-calculator .select-card-item {

}

.product-block-calculator .select-card-item .select-card-item-icon {
    display: inline-block;
    width: 100px;
}

.product-block-calculator .select-card-item .select-card-item-title {

}

.product-block-calculator .block-calc-style-block {
    padding: 10px 0;
}

.product-block-calculator .block-calc-style-item {
    text-align: center;
    box-shadow: inset 0 0 0 3px #f6f8fa;
    outline: 1px solid #e0e2e3 !important;
    cursor: pointer;
    transition: all .1s ease-out;
    padding: 20px;
    margin-top: 20px;
}

.product-block-calculator .block-calc-style-item:hover {
    box-shadow: inset 0 0 0 3px #f6f8fa;
    outline: 1px solid #c1c9d0 !important;
}

.product-block-calculator .block-calc-style-item.selected {
    box-shadow: inset 0 0 0 3px #fff;
    outline: 2px solid #9d228a !important;
}

.product-block-calculator .block-calc-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    border-top: 1px solid #c1c9d0;
    padding: 10px 0;
    margin: 0;
    z-index: 5;
}

.product-block-calculator .block-calc-additional-page-price {
    line-height: 46px;
    display: inline-block;
    margin-left: 10px;
}

.editorsWidgetBlock {
    display: none;
}

.alternativeBlock .select2-results__option {
    display: block;
    width: 100%;
    padding: 15px 0;
}

.alternativeBlock .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #9d228a;
}

.alternativeBlock .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #9d228a;
}

.alternativeBlock .select-alternative-item {

}

.alternativeBlock .select-alternative-item .select-alternative-icon {
    width: 35%;
    float: left;
    text-align: center;
}

.alternativeBlock .select-alternative-item .select-alternative-image {
    max-width: 100px;
}

.alternativeBlock .select-alternative-item .select-alternative-desc {
    width: 65%;
    float: left;
    padding-left: 5px;
}

.alternativeBlock .select-alternative-item .select-alternative-title {

}

.alternativeBlock .select-alternative-item .select-alternative-price-block {

}

.alternativeBlock .select-alternative-item .select-alternative-price {

}

.alternativeBlock .select-alternative-item .select-alternative-basic-price {
    text-decoration: line-through;
}

.theme-list .theme-list-title {
    margin-top: 30px;
}

.theme-list .theme-list-title:first-child {
    margin-top: 0;
}

.theme-list li .theme-item {
    color: #2c2b2c;
    display: block;
    font-weight: normal;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 7px 5px;
    text-decoration: none;
}

.theme-list li .theme-item:hover {
    color: #a33091;
}

.theme-list .theme-item.active {
    text-decoration: underline;
    color: #a33091;
}

.theme-catalog h1 {
    margin-bottom: 15px;
}

.theme-catalog h3 {
    margin-bottom: 35px;
}

.theme-catalog {
    padding-top: 30px;
}

.theme-list {
    float: left;
}

.theme-catalog .shop_item .item_text,
.prepared-layouts .shop_item .item_text {
    height: auto;
}

.prepared-layouts .shop_item .item_text {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prepared-layouts .shop_item {
    cursor: auto;
}

.prepared-layouts-popup .controls {
    position: absolute;
    margin-top: 45%;
    width: 100%;
}

.prepared-layouts-popup .icon {
    font-size: 40px;
}

.prepared-layouts-popup .control-left {
    left: -5px;
    position: absolute;
    cursor: pointer;
    user-select: none;
}

.prepared-layouts-popup .control-right {
    right: -5px;
    position: absolute;
    cursor: pointer;
    user-select: none
}

.prepared-layouts-popup .prepared-preview {
    max-width: 100%;
}

.prepared-layouts-popup .prepared-preview img {
    max-width: 100%;
    max-height: 100%
}

.prepared-layouts-popup .button-row {
    margin-top: 30px;
}

.prepared-layouts-popup .button-row .first-button {
    margin-bottom: 10px;
}

.prepared-layouts-popup .a__butt {
    width: 100%;
}

.prepared-layouts .shop_item .item_picture {
    cursor: pointer;
    margin-bottom: 10px;
}

@media (max-width: 369px) {
    .prepared-layouts-popup {
        height: 380px
    }

    .prepared-layouts-popup .prepared-preview {
        height: 250px;
    }
}

@media (min-width: 370px) and (max-width: 767px) {
    .prepared-layouts-popup {
        height: 480px
    }

    .prepared-layouts-popup .prepared-preview {
        height: 350px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .prepared-layouts-popup {
        height: 580px
    }

    .prepared-layouts-popup .prepared-preview {
        height: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .prepared-layouts-popup {
        height: 580px
    }

    .prepared-layouts-popup .prepared-preview {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .prepared-layouts-popup {
        height: 580px
    }

    .prepared-layouts-popup .prepared-preview {
        height: 500px;
    }
}

.theme-catalog .shop_item,
.prepared-layouts .shop_item {
    padding: 10px 5px;
    margin: 10px 5px;
    width: 270px;
    height: 270px;
}

.prepared-layouts .shop_item {
    margin: 5px 5px;
}

.prepared-layouts .shop_item {
    height: 320px;
}

.theme-catalog .shop_item .item_picture img,
.prepared-layouts .shop_item .item_picture img {
    max-height: 200px;
}

.prepared-layouts .icon-button {
    min-width: 30px;
    padding: 6px;
    display: block;
}

.prepared-layouts .show-more {
    margin-bottom: 40px;
}

.prepared-layouts .empty-list{
    margin-bottom: 40px;
}

.mobile-select {
    background-color: transparent;
    display: block;
    padding: 12px 24px;
    text-align: left;
    position: relative;
    border: 1px solid #701362;
    vertical-align: top;
    margin-right: -1px;
    line-height: 4rem;
    user-select: none;
    margin-bottom: 20px;
    color: #9d228a;
    border-radius: 5px;
    font-size: 2rem;
}

.mobile-select .fa.fa-chevron-down {
    float: right;
    margin-top: 11px;
    margin-right: 3px;
    margin-left: .5rem;
    font-size: 2rem;
    font-weight: 500;
}

.mobile-select select {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
}

.prepared-layouts .shop_item .item_picture,
.theme-catalog .shop_item .item_picture {
    border: 0;
    line-height: 198px;
    height: 200px;
}

.theme-catalog .loading {
    display: none;
    background-position: top center;
}

.theme-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.alternative-article-handler {
    margin-left: 8px;
    font-size: 18px;
    color: #9d228a;
    cursor: pointer;
}

.video-wrap{
    max-height: 515px;
    max-width: 800px;
    margin: 15px auto;
}
.video-container{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-container-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.articles-list li .articles-item {
    color: #2c2b2c;
    display: block;
    font-weight: normal;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 7px 5px;
    text-decoration: none;
}

.articles-list .articles-item.active {
    text-decoration: underline;
    color: #a33091;
}

.articles-catalog {
    padding-top: 30px;
}

.articles-list {
    border-right: 1px solid #e8e8e8;
    float: left;
}

.articles-catalog .shop_item .item_text {
    height: 190px;
}

.articles-catalog .shop_item .item_text p{
    text-align: left;
    padding: 5px;
}

.articles-catalog .shop_item {
    padding: 10px 10px;
    margin: 10px 5px;
    width: 270px;
}

.articles-catalog .shop_item .item_picture img {
    max-height: 200px;
    max-width: 100%;
}

.articles-catalog .shop_item .item_picture {
    border: 0;
    line-height: 198px;
    height: 200px;
}

.articles-catalog .loading {
    display: none;
    background-position: top center;
}

.articles-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.articles-catalog .videos_list{
    padding-top: 0;
    padding-bottom: 50px;
}

.articles-wrapper .txt__content {
    padding-top: 0;
}

.np-form-group {
    margin-bottom: 15px;
}

.np-form-group h4 {
    margin-bottom: 10px;
}

.wrapper-last-actual-order,
.actual-warning {
    background-color: rgba(255, 203, 16, 0.6);
}

.actual-warning-content .txt__content {
    padding: 0;
}

.wrapper-last-actual-order .last-actual-order-info,
.actual-warning-block {
    color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: italic;
    line-height: 1.2;
    position: relative;
}

.wrapper-last-actual-order .last-actual-order-close,
.actual-warning-close {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 15px;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.actual-warning-close {
    top: 20px;
}

.wrapper-last-actual-order .last-actual-order-close:hover {
    color: #9d228a;
    cursor: pointer;
}

.list-actual-orders {
    padding-top: 10px;
}

.list-actual-orders-button:hover .button-title,
.list-actual-orders-button:hover .button-icon {
    color: #9d228a;
    cursor: pointer;
}

.list-actual-orders .button-title,
.list-actual-orders .button-icon {
    display: inline-block;
    max-width: 90%;
}

.list-actual-orders .button-icon i {
    vertical-align: middle;
}

.check-order,
.check-certificate {
    padding-top: 10px;
}

.check-order-button,
.check-certificate-button {
    padding: 7px 10px;
}

.np-single-star {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
    .np-single-star-background{
        display: inline-block;
    }
        .np-single-star-background:before{
            color: #dfdfdf;
            content: '\f005';
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
        }
    .np-single-star-icon{
         overflow: hidden;
         position: absolute;
         top: 0;
         left: 0;
     }
        .np-single-star-icon:before{
            color: #FD4;
            content: '\f005';
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
        }


.tovar_detail .rating-stars{
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.rating-stars .np-single-star{
    margin: 0 3px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: bottom;
}

.review-wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.review-param-rating{
    display: inline-block;
    margin-bottom: 5px;
}
.review-param-rating .np-single-star{
    margin: 0 3px;
    font-size: 16px;
    line-height: 16px;
}
.review-param-title{
    display: inline-block;
    width: 200px;
    font-size: 14px;
    word-wrap: break-word;
    font-weight: bold;
}
.review-param-user{
    font-size: 14px;
    padding-bottom: 15px;
}
.review-desc-icon{
    font-size: 18px;
    vertical-align: bottom;
}
.review-param-images{
    margin-top: 5px;
    margin-bottom: 5px;
}
.np-tooltip {
    position: absolute;
    text-align: left;
    font-size: 12px;
    background: #eaeaea;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    max-width: 450px;
    margin: auto;
    padding: 20px 40px 20px 25px;
    line-height: 1.4em;
    z-index: 10070;
}
.np-tooltip .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 15px;
}
.reviews-form-wrap .select2-container {
    margin: 0;
}
.review-user-order{
    min-height: 60px;
}
.review-send-button{
    margin-top: 15px;
}

.category-tree {
    background: #eaeaea;
    padding: 40px 0px 40px;
}

.category-tree-item {
    display: inline-block;
    padding: 0 20px;
}

.category-tree-list-item {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 7px 5px;
}

.category-tree-list-item-active {
    color: #a33091;
    text-decoration: underline;
    cursor: default;
}

.category-tree-list-item-link {
    text-decoration: none;
}
.category-tree-list-item-link:hover, .category-tree-list-item-link:active {
    text-decoration: underline;
}

.owl-theme.owl-theme-category-tree .owl-controls .owl-buttons {
    height: 32px;
}

.owl-theme.owl-theme-category-tree .owl-controls .owl-buttons div {
    top: -25px;
}

a.dashed-link{
    font-size: 14px;
    border-bottom: dashed 1px #2a2c2e;
    text-decoration: none;
}

.card-reviews-title{
    margin-top: 15px;
    margin-bottom: 10px;
}

.alert-loading {
    background-color: #9d228a;
    position: fixed;
    bottom: 55px;
    color: #fff;
    opacity: 0.8;
    width: 130px;
    padding: 5px;
    display: none;
    z-index: 10000;
}

.alert-loading img {
    height: 30px;
    width: 30px;
}

.owl-gallery-images .owl-item{
    margin: 1px;
}
.owl-gallery-images .owl-item:first-child{
    margin-left: 0;
}
.owl-gallery-images .owl-item:last-child{
    margin-right: 0;
}

.owl-gallery-images .item{
    height: 80px;
    width: 100%;
}

.owl-gallery-images .item .review-param-image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.owl-gallery-images .item img{
    min-width: 100%;
    min-height: 100%;
}

/* Bootstrap tooltip */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.outdatedBrowserMessage{
    font-size: 22px;
    background-color: #00A3ED;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
}

.ph-overlay {
    position: fixed;
    display: flex;
    height: 100%;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.43);
    z-index: 104;
}
.ph-overlay * {
    box-sizing: border-box;
}
.ph-overlay .ph-popUp {
    display: flex;
    flex-direction: column;
    margin: auto;
    background: #fff;
    max-width: 720px;
    max-height: 95%;
}
.ph-overlay .ph-popUp.closed {
    display: none;
}
.ph-overlay .ph-popUp.opened {
    display: flex;
}

.ph-overlay .ph-popUp.ph-popUp-width-80 {
     max-width: 80%;
     width: 80%;
 }

.ph-overlay .ph-popUp.ph-popUp-width-100 {
     max-width: 98%;
     width: 98%;
     max-height: 98%;
 }

.ph-overlay .ph-popUp .ph-btn-item {
    flex: 1 0 50%;
}

.ph-overlay .ph-popUp .ph-header {
    display: flex;
    justify-content: space-between;
    background-color: #ecf0f1;
    padding: 0 0 0 20px;
    height: 48px;
    overflow: hidden;
    flex-shrink: 0;
    align-items: center;
}
.ph-overlay .ph-popUp .ph-header .ph-title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ph-overlay .ph-popUp .ph-header .ph-dialog_close {
    display: flex;
    width: 48px;
    height: 48px;
    background-color: #7f8c8d;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    flex-shrink: 0;
}
.ph-overlay .ph-popUp .ph-header .ph-dialog_close .fa-times {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
}
.ph-overlay .ph-popUp .ph-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 15px;
    -webkit-overflow-scrolling: touch;
}
.ph-overlay .ph-popUp .ph-buttons {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.ph-overlay .ph-popUp .ph-buttons .ph-btn-item {
    flex: 1 0 50%;
}

.ph-overlay .ph-popUp .ph-buttons .ph-btn {
    color: #fff;
    background-color: #9d228a;
    border-color: #340b2e;
    border: none;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 15px 0;
    cursor: pointer;
    transition: background-color 0.33s ease;
}
.ph-overlay .ph-popUp .ph-buttons .ph-btn:hover {
    background-color: #881d78;
}
.ph-overlay .ph-popUp .ph-buttons .ph-btn[disabled] {
    background-color: #9d228a;
    border-color: #fff;
    color: #fff;
    box-shadow: none;
    opacity: 0.65;
}
.ph-overlay .ph-popUp .ph-buttons .ph-btn.btn_info {
    color: #fff;
    background-color: #9d228a;
    border-color: #340b2e;
}
.ph-overlay .ph-popUp .ph-buttons .ph-btn.btn_info:hover {
    background-color: #881d78;
}
.ph-overlay .ph-popUp .ph-buttons .ph-btn.btn_warning {
    color: #fff;
    background-color: #d65d0d;
    border-color: #5e2906;
}
.ph-overlay .ph-popUp .ph-buttons .ph-btn.btn_warning:hover {
    background-color: #be530c;
}
.ph-overlay .ph-popUp .ph-buttons .ph-btn.btn_success {
    color: #fff;
    background-color: #0dd562;
    border-color: #065d2b;
}
.ph-overlay .ph-popUp .ph-buttons .ph-btn.btn_success:hover {
    background-color: #0cbd57;
}
.ph-overlay .ph-popUp .ph-buttons .ph-btn.btn_error {
    color: #fff;
    background-color: #ff2900;
    border-color: #801500;
}
.ph-overlay .ph-popUp .ph-buttons .ph-btn.btn_error:hover {
    background-color: #e62500;
}


.pickupPoint .h1-like {
    font-size: 36px;
    line-height: 150%;
}
.pickupPoint .h2-like {
    font-size: 30px;
    line-height: 150%;
}
.pickupPoint .h3-like {
    font-size: 24px;
    line-height: 150%;
}
.pickupPoint .h4-like {
    font-size: 18px;
    line-height: 150%;
}

.pickupPoint .table-default.table-bordered {
    margin-bottom: 20px;
    border: 0;
}

.pickupPoint .table-default.table-striped > div:nth-child(odd) {
    background: #f9f9f9;
}
.pickupPoint .table-default.table-bordered {
    border: 0;
}
.pickupPoint .table-default.table-bordered > div {
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}
.pickupPoint .table-default.table-bordered > div:last-child {
    border-bottom: 1px solid #d7d7d7;
}
.pickupPoint .table-default.table-bordered > div > div {
    border-right: 1px solid #d7d7d7;
}
.pickupPoint .table-default.table-hover > div:hover {
    background: #f5f5f5;
}

clearfix:before,
clearfix:after {
    content: " ";
display: table;
}
clearfix:after {
    clear: both;
}

.pickupPoint-listDeliveres div{
    height: 120px;
}

.pickupPoint-listDeliveres .pickupPoint-addressBlock{
    margin-top: 20px;
}
.pickupPoint-title{
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer_title{
    color: #af7ea8;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
}

.h5-like {
    color: #2a2c2e;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 11px;
}
.h4-like{
    color: #292828;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.title_more_mb{
    color: #292828;
    font-size: 32px;
    line-height: 38px;
}

.h2-like {
    color: #292828;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 52px;
    text-transform: uppercase;
}

.h3 {
    font-size: 24px;
    line-height: 150%;
}

.fare-radio{
    cursor: pointer;
    font-weight: normal;
    line-height: 200%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    padding-left: 30px;
    margin: 0 12px 0 0;
    position: relative;
    display: block;
}
.fare-radio:before {
    border: 2px rgba(0, 0, 0, 0.2) solid;
    border-radius: 100%;
    width: 24px;
    position: absolute;
    height: 24px;
    left: 0;
    top: calc((100% - 24px) / 2);
    background: #fff;
    display: block;
    margin: 0 12px 0 0;
    vertical-align: middle;
    outline: 0;
    content: '';
}
.fare-radio:after {
    content: '';
    position: absolute;
    top: calc((100% - 24px) / 2 + 5px);
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #9d228a;
    opacity: 0;
    transition: all 0.2s;
}
input[type=radio].flare-radio{
    display: none;
}

input[type=radio].flare-radio:checked + .fare-radio:after {
    opacity: 1;
}

.propsWidgetBlock.propsFormatProp {
    width: 70%;
}

.propsWidgetBlock.propsPaperProp {
    width: 70%;
}

.propsWidgetBlock.propsCropProp {
    margin-bottom: 14px;
    width: 70%;
}

.propsWidgetBlock.propsCropProp div {
    width: 90%;
}

.propsWidgetBlock.propsCropProp .no_js {
    position: relative;
}

.propsWidgetBlock.propsCropProp .fare-radio {
    margin-bottom: 36px;
}

.propsWidgetBlock.propsCropProp span{
    position: absolute;
    font-family: Arial, sans-serif;
    font-size: 16px;
    top: 36px;
    width: 300%;
}

.propsCropProp--js.flare-radio ~ label img {
    border: 2px solid #fff;
}

.propsCropProp--js.flare-radio:checked ~ label img {
    border: 2px solid #B44BA6;
}

.a__butt.delivery-points-basket-button {
    display: none;
}
.personal-designer-top-inform {
    background: #f0f3f6;
    border-radius: 4px;
    font-size: 14px;
    padding: 15px 10px;
    border: 1px solid #d7d7d7;
    margin-bottom: 15px;
}
.personal-designer-top-inform-price{
    font-size: 16px;
    font-weight: 700;
    color: #9B238C;
}
.personal-designer-top-inform-old-price{
    font-size: 16px;
    font-weight: 700;
    margin-right: 16px;
    color: #7f8c8d;
    text-decoration: line-through;
}

/*Sitemap styles*/
.sitemap {
    padding: 40px 20px;
    margin-bottom: 80px;
    box-sizing: border-box;
}
.sitemap__parent {
    margin-top: 40px;
    margin-bottom: 20px;
}
.sitemap__parent a {
    font-size: 3rem;
}
.sitemap__child {
    margin-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.sitemap__child a {
    font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
    .custom_slider_item .background {
        background-size: contain;
    }

    .main_slider_list {
        height: 295px;
    }

    .main_slider_item,
    .action_slider_item,
    .adaptive_slider_item{
        height: 295px;
        line-height: 295px;
    }
}

@media screen and (max-width: 1023px) {
    .custom_slider_item .background {
        background-size: cover;
    }

    .main_slider_list {
        height: 690px;
    }

    .main_slider_item,
    .action_slider_item,
    .adaptive_slider_item{
        height: 690px;
        line-height: 690px;
    }
}

@media screen and (max-width: 767px) {
    .custom_slider_item .background {
        background-size: contain;
        padding-bottom: 100%;
    }

    .main_slider_list {
        height: 0;
        padding-bottom: 100%;
    }

    .main_slider_item,
    .action_slider_item,
    .adaptive_slider_item{
        height: 0;
        padding-bottom: 100%;
        line-height: normal;
    }
}
.new_design.main_nav {
    background: #BE28FF;
}
.new_design {
    .np-page-header a {
        align-items: center;
    }
    .top_block_items_social {
        display: none;
    }
    .top_logo {
        min-width: 80px;
    }
    .desktop__login--name {
        width: auto !important;
    }

    .menu_list a {
        white-space: nowrap !important;
    }

    .a__butt {
        background: #BE28FF;
    }

    .a__butt:hover,
    .a__butt:focus{
        background: #AA14F0;
    }

    .a__butt:active {
        background: #910AD2;
    }

    .main_nav {
        background: #BE28FF;
    }

    .slider__block a.a__butt {
        background-color: #BE28FF;
    }

    .slider__block a:hover {
        color: #AA14F0;
    }

    .np-socials a, .socials a {
        text-align: center;
    }

    .input-group-btn .a__butt--invert:hover {
        background: #AA14F0;
    }

    .breadcrumbs .breadcrumb li {
        font-size: 1.2rem !important;
    }

    .breadcrumbs .breadcrumb li:before {
        display: none;
    }

    .footer {
        color: #ffffff;
        font-size: 1rem;
        padding: 0 !important;
    }

    .footer-contacts {
        padding-bottom: 24px !important;
    }

    .footer .container {
        padding: 0 !important;
        margin: 0 auto !important;
        max-width: 1140px !important;
        font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    }

    .footer-info-menu {
        padding-top: 24px !important;
    }

    .footer-info-menu .footer-block-title {
        font-size: 16px !important;
        margin-bottom: 4px !important;
    }

    .footer-info-menu .footer-block ul li {
        font-size: 14px !important;
    }

    .product-card {
        margin: 0 auto !important;
        max-width: 1600px !important;
        font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    }

    .product-card-price .tippy-content {
        font-size: 12px !important;
    }

    .product-card-price {
        padding-top: 12px;
        font-size: 20px !important;
    }

    .product-card-title {
        font-size: 32px;
        font-weight: 600;
    }

    .product-card-new-price {
        font-size: 20px;
        font-weight: 700;
    }

    .product-card-fake-select {
        height: 45px !important;
        padding: 12px !important;
    }

    .product-card-fake-select-label {
        color: #4F4E4E;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

    .product-card-promo-settings {
        font-size: 16px;
        font-weight: 600;
    }

    .product-card-bottom-btn-order {
        font-size: 16px;
        padding: 10px 20px;
    }

    .card-price-default {
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 110%;
    }

    .product-card-about-link {
        padding: 4px 8px;
        margin-right: 8px;
        font-size: 14px !important;
    }

    .product-card-fake-select-price {
        font-size: 12px !important;
    }

    .product-card-props-card-price {
        margin-top: 16px !important;
    }

    .product-card-old-price {
        font-size: 1.4rem;
    }

    .product-card-props-card-new-price {
        font-size: 14px !important;
    }

    .product-card-props-card-icon {
        height: 80px !important;
    }

    .product-card-props-card-icon img {
        max-height: 80px;
    }

    .product-card-props-card-name {
        font-size: 12px !important;
        margin-top: 8px !important;
    }

    .product-card-props-card-old-price {
        font-size: 12px !important;
        margin-right: 16px !important;
    }

    .theme-catalog .shop_item, .prepared-layouts .shop_item {
        padding: 10px 5px !important;
        margin: 10px 5px !important;
        width: 270px !important;
        height: 270px !important;
    }

    .theme-catalog .shop_item .item_picture {
        min-height: 0 !important;
        line-height: 198px !important;
        height: 200px !important;
        margin-bottom: 20px !important;
    }

    .theme-catalog .shop_item .item_picture img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        max-height: 205px;
    }

    .basket .container {
        max-width: 1170px !important;
    }

    .tovar_detail .container {
        max-width: 1170px !important;
    }

    .slider__block .slider_adaptive {
        padding-bottom: 80%;
    }

    .slider__block img {
        border-radius: 16px;
        overflow: hidden;
    }

    .a__butt {
        border-radius: 16px;
    }

    .shop_item {
        border-radius: 16px;
        overflow: hidden;
    }

    .slider__block__new {
        margin-bottom: 40px;
    }

    .bg_block_slider {
        border-radius: 16px;
        width: 100%;
    }

    .white_info_block {
        border-radius: 16px;
    }

    .product-card-bottom-btn-order {
        background: #BE28FF;
        border: 1px solid #BE28FF;
        border-radius: 16px;
        padding: 16px 20px;

        &:hover {
            background: #AA14F0;
        }
    }

    .product-card-props-card.select {
        border-radius: 16px !important;
        border: 1px solid #BE28FF;
    }

    .product-card-props-card-new-price {
        color: #BE28FF;
    }

    .product-card-bottom-photobook-for-you-btn {
        background: #BE28FF;
        color: #fff;
        border-radius: 16px;
        border: 1px solid #BE28FF;
        padding: 12px 20px;
        align-self: flex-start !important;
        box-sizing: border-box;
        cursor: pointer;

        @media (min-width: 992px) {
            outline: none;
        }
    }

    .product-card-bottom-wrapper {
        display: flex;
        width: 100%;
        align-items: stretch;
        gap: 20px;
        flex-direction: column;

        @media (min-width: 1200px) {
            flex-direction: row;
        }
    }

    .product-card-bottom-editor-link {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #be29ff;
        border: 1px solid #be29ff;
        border-radius: 16px;
        padding: 16px 20px;
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        transition: 0.2s ease all;

        &:hover {
            background: #f6e3ff;
            cursor: pointer;
        }
    }

    .product-card-about-link {
        border-radius: 16px;
        color: #BE28FF;
    }

    .product-card-about-link.slick-current {
        background-color: #BE28FF;
        color: #ffffff;
    }

    .product-card-about {
        border-radius: 16px;
    }

    .content_bs3 .btn-default {
        background: #BE28FF;
        border: 1px solid #BE28FF;
        border-radius: 16px;
        padding: 16px 20px;
    }

    .shop_item img {
        border-radius: 8px;
    }

    .discount-info {
        padding: 20px 24px;
        font-size: 14px;
        background: #F8E9FB;
        line-height: 28px;
        border-radius: 16px;
        margin-bottom: 30px;
    }

    .product-card-gallery-base-item {
        border-radius: 16px;
        overflow: hidden;
    }

    .product-card-gallery-nav-item {
        border-radius: 8px !important;
        overflow: hidden;
        border: inherit;
    }

    .product-card-gallery-nav .slick-current{
        border: 0.125rem solid #9B238C;
    }

    .slick-navigation--js .slick-prev {
        position: absolute;
        z-index: 500;
        top: calc(50% - 24px);
        background: #FFFFFC url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE2IDE4IiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjUyOTQxIDE3LjUzMDRMMy40Njg3NSAxNi40Njk3TDEwLjkzODQgOS4wMDAwN0wzLjQ2ODc1IDEuNTMwNEw0LjUyOTQxIDAuNDY5NzM0TDEzLjA1OTcgOS4wMDAwN0w0LjUyOTQxIDE3LjUzMDRaIiBmaWxsPSIjNjQ2RDdFIi8+Cjwvc3ZnPg==") no-repeat center;
        border-radius: 50%;
        transform: rotate(180deg);
        display: flex;
        box-shadow: 0px 2px 6px 0px rgba(15, 20, 30, 0.14);
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    .slick-navigation--js .slick-next {
        position: absolute;
        top: calc(50% - 24px);
        z-index: 500;
        background: #FFFFFC url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE2IDE4IiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjUyOTQxIDE3LjUzMDRMMy40Njg3NSAxNi40Njk3TDEwLjkzODQgOS4wMDAwN0wzLjQ2ODc1IDEuNTMwNEw0LjUyOTQxIDAuNDY5NzM0TDEzLjA1OTcgOS4wMDAwN0w0LjUyOTQxIDE3LjUzMDRaIiBmaWxsPSIjNjQ2RDdFIi8+Cjwvc3ZnPg==") no-repeat center;
        border-radius: 50%;
        transform: rotate(0deg);
        display: flex;
        box-shadow: 0px 2px 6px 0px rgba(15, 20, 30, 0.14);
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    .slick-navigation--js .slick-arrow:before {
        content: none;
    }

    .np-banner-slider {
        margin-top: 20px;
    }

    .np-banner-slider .main_slider_container {
        border-radius: 16px;
        overflow: hidden;
    }

    .np-banner-slider .owl-theme .owl-controls .owl-page .owl-numbers, .np-banner-slider .owl-theme .owl-controls .owl-page span {
        border-radius: 16px !important;
    }

    .np-banner-slider .owl-pagination .active span {
        background: #BE28FF !important;
    }

    .np-banner-slider button {
        border-radius: 16px !important;
    }

    footer {
        background: #230a2f;
        position: relative;
        z-index: 20;
    }

    .footer_bottom {
        background: #1a0822;
    }

    .footer-info-row, .footer-contacts .row, .d-lg-none {
        width: calc(100% + 15px);
    }

    .fotorama__stage__frame img {
        border-radius: 16px !important;
    }

    .fotorama__thumb {
        border-radius: 8px !important;
        overflow: hidden;
    }

    .fotorama__thumb-border {
        border-radius: 8px !important;
    }

    .propsCropProp--js.flare-radio ~ label img {
        border-radius: 8px !important;
        overflow: hidden;
    }

    .service_list img {
        border-radius: 16px !important;
        overflow: hidden;
    }

    .product-card-gallery-fullscreen .product-card-gallery-base .slick-arrow.slick-prev {
        background: rgba(15, 20, 30, 0.40) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjUzMDM5IDIwLjUzMDNMNy40Njk3MyAxOS40Njk2TDE0LjkzOTQgMTEuOTk5OUw3LjQ2OTczIDQuNTMwMjdMOC41MzAzOSAzLjQ2OTYxTDE3LjA2MDcgMTEuOTk5OUw4LjUzMDM5IDIwLjUzMDNaIiBmaWxsPSIjRkRGREZDIi8+Cjwvc3ZnPg==") no-repeat center;
        border-radius: 50%;
        transform: rotate(180deg);
        border: none;
        outline: none;
        display: flex;
        box-shadow: 0px 2px 6px 0px rgba(15, 20, 30, 0.14);
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        position: absolute;
        top: 558px;
        left: 450px;
    }

    .product-card-gallery-fullscreen .product-card-gallery-base .slick-arrow.slick-next {
        background: rgba(15, 20, 30, 0.40) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjUzMDM5IDIwLjUzMDNMNy40Njk3MyAxOS40Njk2TDE0LjkzOTQgMTEuOTk5OUw3LjQ2OTczIDQuNTMwMjdMOC41MzAzOSAzLjQ2OTYxTDE3LjA2MDcgMTEuOTk5OUw4LjUzMDM5IDIwLjUzMDNaIiBmaWxsPSIjRkRGREZDIi8+Cjwvc3ZnPg==") no-repeat center;
        border-radius: 50%;
        border: none;
        outline: none;
        display: flex;
        box-shadow: 0px 2px 6px 0px rgba(15, 20, 30, 0.14);
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        transform: rotate(0deg);
        position: absolute;
        top: 558px;
        right: 450px;
    }

    @media (min-width: 1600px) {
        .product-card-gallery-fullscreen .product-card-gallery-base .slick-arrow.slick-prev {
            top: 750px;
            left: 600px;
        }

        .product-card-gallery-fullscreen .product-card-gallery-base .slick-arrow.slick-next {
            top: 750px;
            right: 600px;
        }
    }

    @media (min-width: 1920px) {
        .product-card-gallery-fullscreen .product-card-gallery-base .slick-arrow.slick-prev {
            top: 850px;
            left: 670px;
        }

        .product-card-gallery-fullscreen .product-card-gallery-base .slick-arrow.slick-next {
            top: 850px;
            right: 670px;
        }
    }

    .slider__block__new {
        & .owl-item p {
            text-align: center;
        }
    }

    .shop_item .item_title {
        text-align: center;
    }

    .shop_item .item_title span {
        text-align: center;
    }

    .slider__block .slider__img {
        margin-bottom: 12px;
    }

    .shop_item .item_text {
        min-height: 60px;
        height: auto;
    }
    .shop_item.style_item .item_text{
        height: 60px;
    }

    .shop_item .item_text p {
        text-align: center;
    }

    .desktop__login {
        width: auto !important;
    }

    .desktop__bonuses {
        color: #AA14F0;
        font-size: 12px;
        white-space: nowrap;
        padding-left: 20px;
        display: none;
    }

    .np-page-header a {
        white-space: nowrap;
    }

    .container {
        max-width: 100%;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .custom_slider_item .restricted-container {
        max-width: 100%;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .top_delivery {
        margin-right: auto !important;
    }

    .top_block {
        display: flex;
        white-space: nowrap;
        justify-content: space-between;
        width: 100%;
        gap: 40px;
        padding: 0;
    }

    .top_block.justify__align:after {
        display: none !important;
    }

    .top_block:after {
        display: none !important;
    }

    .main_slider_item a, .action_slider_item a, .adaptive_slider_item a {
        display: block;
    }

    @media screen and (max-width: 768px) {
        .main_nav {
            background-color: #fff;
        }
    }
    @media screen and (max-width: 992px) {
        .np-banner-slider {
            margin-top: 20px;
        }

        .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
            width: 30px;
        }

        .main_nav ul > li.has_child:after {
            font-size: 16px;
        }

        .menu__col {
            padding: 0 15px 10px !important;
        }

        .drop__menu-title {
            margin: 0 0 8px;
            font-size: 12px;
            line-height: 150%;
            font-weight: 600 !important;
            color: #9B238C;
        }

        .main_nav ul > li.hover > a {
            color: #171717;
        }

        .menu_list > li.hover {
            background: #F5F5F5;
        }

        .drop__menu .menu__col a {
            padding-left: 0 !important;
            text-decoration: none !important;
        }

        .drop__menu .menu__col li {
            background: #F5F5F5; !important;
        }

        .main_nav .mob_block {
            margin-bottom: 50px !important;
        }

        .product-card .slick-dots li button:before {
            font-size: 1.2rem !important;
        }

        .menu_list > li.drop__menu_profile {
            background: #F5F5F5; !important;
        }

        .menu_list > li.hover {
            background: #F5F5F5 !important;
        }

        .drop__menu .morder-menu-item .morder-menu-item-name {
            color: #9B238C !important;
        }

        .drop__menu .morder-menu-item-balance {
            font-size: 16px !important;
        }

        .drop__menu .morder-menu-item-link {
            display: flex;
            width: 100%;
            align-items: center;
            flex: 1 1 auto;
            justify-content: space-between;
        }

        .menu_list > li.drop__menu_profile a {
            color: #525252 !important;
        }

        .menu_list > li.has_child:after {
            color: #9b208a !important;
        }

        .menu_list > li.drop__menu_profile {
            background-color: white;
        }

        .menu_list > li a {
            white-space: nowrap !important;
        }

        .product-card-fake-select {
            height: 45px !important;
            padding: 12px !important;
            background: #F2F2F2;
            margin-left: 0;
        }

        .product-card-fake-select-name {
            font-size: 12px;
            line-height: 120%;

        }

        .product-card-fake-select-label {
            font-size: 14px;
        }

        .product-card-props-card {
            border-radius: 16px !important;
            background-color: #faf8f8;
        }

        .product-card-bottom {
            font-size: 16px;
            margin-bottom: 2.5rem;
        }

        .product-card-bottom-btn-order {
            margin-left: 0;
            padding: 16px 20px;
        }

        .info_popup {
            z-index: 120;
        }

        .overlay {
            z-index: 119;
        }

        .product-card-about-title {
            background-color: #fff;
        }

        .product-card-about-label {
            font-size: 14px;
            margin-bottom: 14px;
        }

        .product-card-about-nav {
            background-color: #F7F7F7;
            padding-bottom: 1rem;
            margin-bottom: 0;

        }

        .product-card-about-article, .product-card-about-row-properties, .product-card-about-col-properties, .product-card-about-card {
            background: #F7F7F7;
        }

        .product-card-title {
            font-size: 20px;
        }

        .container {
            padding-right: 2rem;
            padding-left: 2rem;
        }

        .product-card-fake-select-wrapper {
            margin-bottom: 1.2rem;
            margin-top: 1.2rem;
        }
    }

    @media screen and (max-width: 1200px) {
        .some_help {
            display: none !important;
        }

        .main_slider_list {
            height: auto;
            aspect-ratio: 16 / 5;
        }
    }

    @media screen and (max-width: 1440px) {
        .top_block {
            gap: 40px;
        }

        .top_templates {
            display: none !important;
        }

        .top_albums {
            display: none !important;
        }

        .main_slider_item, .action_slider_item, .adaptive_slider_item {
            width: 100%;
            height: 100%;
            aspect-ratio: 16 / 5;
        }

        .custom_slider_item .background {
            height: 100%;
            border-radius: 16px;
        }

        .slider__block .title_more_mb {
            margin-bottom: 24px;
        }

        .custom_slider_item .left {
            left: 16px;
        }
    }

    @media screen and (max-width: 1023px) {
        .main_slider_item, .action_slider_item, .adaptive_slider_item {
            height: initial;
            width: initial;
            aspect-ratio: 1 / 1;
        }

        .main_slider_list {
            aspect-ratio: 1 / 1;
        }
    }

    @media screen and (min-width: 1200px) {
        .desktop__bonuses {
            display: block;
        }
        .desktop__bonuses--active {
            display: inline !important;
        }
        .menu_list {
            text-align: left !important;
            display: flex !important;
            flex-direction: row;
            gap: 20px;
        }

        .main_nav ul > li:not(:first-child) {
        }

        .main_nav ul > li > a {
            white-space: nowrap;
        }

        .main_slider_list {
            height: auto;
            aspect-ratio: 16 / 5;
        }

        .main_slider_item, .action_slider_item, .adaptive_slider_item {
            width: 100%;
            height: 100%;
            aspect-ratio: 16 / 5;
        }

        .custom_slider_item .background {
            height: 100%;
            background-size: cover;
            border-radius: 16px;
        }
    }

    @media screen and (min-width: 1280px) {
        .custom_slider_item .left {
            top: 20px;
        }
    }

    @media screen and (min-width: 1366px) {
        .custom_slider_item .left {
            top: 60px;
        }
    }

    @media screen and (min-width: 1440px) {
        .custom_slider_item .left {
            top: 80px;
        }
    }

    @media screen and (min-width: 1680px) {
        .container {
            max-width: 1600px;
            width: 1600px;
        }

        .live_scroll {
            max-width: 1600px;
            width: 1600px;
            margin: 0 auto;
        }

        .custom_slider_item .restricted-container{
            max-width: 1520px;
        }

        .main_slider_item,
        .action_slider_item,
        .adaptive_slider_item{
            height: 469px;
        }

        .main_slider_list {
            height: 469px;
        }

        .custom_slider_item .text-block{
            padding-top: 40px;
        }

        .bg_block_slider{
            width: 100%;
            object-fit: cover;
        }

        .slider__block li {
            padding: 0 24px;
        }

        .slider__block .owl-item li {
            width: calc(100% + 48px);
            margin: 0 -24px;
        }

        .slider__block__new .owl-wrapper {
            width: calc(100% + 52px) !important;
            display: flex !important;
            gap: 48px !important;
        }

        .shop_item {
            padding: 20px !important;
            width: 100% !important;
            height: 100%;
            margin: 0;
            border-radius: 16px;
        }

        .shop_item .item_text {
            margin-bottom: auto !important;
        }

        .item_content {
            padding: 24px;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .item_picture {
            min-height: 320px;
            margin-bottom: 0 !important;
        }

        .item_picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            max-height: 100% !important;
        }

        .item_list {
            background: none !important;
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .shop_items_wrapper {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }

        .footer_bottom ul {
            text-align: left;
        }

        .top_block {
            display: flex;
            white-space: nowrap;
            width: 100%;
            gap: 20px;
            justify-content: initial;
        }

        .top_block.justify__align:after {
            display: none !important;
        }

        .justify__align > * {
            margin-right: 0;
        }

        .top_delivery {
            margin-right: auto;
        }

        .top_logo {
            padding: 4px !important;
        }

        .top_logo img {
            height: 100% !important;
        }

        .desktop__login, .desktop__cart {
            width: auto !important;
        }

        .top_auth .text {
            padding-right: 0 !important;
        }

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

        .shop_item .item_price .violet_price {
            color: #910AD2;
        }

        .shop_item .item_price .grey_price {
            color: #646D7E;
            font-size: 20px;
        }

        .shop_item .item_price .little_grey {
            position: relative;
            top: -1px;
        }

        .shop_item .item_price .line-through-after:after {
            background: rgba(100, 109, 126, 0.8);
            top: calc(50% - 1px);
        }
    }

    .breadcrumb {
        padding-left: 15px;
    }

    .product-card {
        padding: 40px 0 !important;
    }

    .product-card-about-article {
        padding: 12px 0 !important;
    }

    .product-card-info {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .product-card-props-carousel-arrow.product-card-props-carousel-arrow--prev {
        left: -16px;
    }
    .product-card-props-carousel-arrow.product-card-props-carousel-arrow--next {
        right: -16px !important;
    }

    .product-card-about-row-properties {
        padding: 0;
    }

    .mt {
        margin-top: 30px;
    }

    .product-card-title {
        color: #000;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        margin: 0;
        padding: 0;
    }

    .product-card-subtitle {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 8px;
    }


    .product-card-subtitle-text {
        color: #A4A4A4;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .product-card-price {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
        margin-bottom: 0;
        color: #171729;
        min-width: 100px;

        @media (min-width: 992px) {
            width: auto;
        }
    }

    .product-card-bottom {
        margin: 20px 0 0;

        @media (min-width: 992px) {
            margin: 0;
            width: 100%;
            flex-direction: column;
        }

        @media (min-width: 1680px) {
            width: initial;
            flex-direction: row;
        }
    }

    .product-card-new-price {
        color: #171729;
    }

    .product-card-old-price {
        color: #A4A4A4;
    }

    .product-card-btns {
        display: flex;
        flex-direction: column;
        position: relative;
        margin-top: 24px;
        margin-bottom: 40px;

        @media (min-width: 992px) {
            width: 100%;
            gap: 28px;
            align-items: flex-start;
            flex-wrap: wrap;
            margin-bottom: 60px;
            margin-top: 32px;
        }

        @media (min-width: 1680px) {
            flex-direction: row;
            gap: 24px;
        }
    }

    .product-card-btns:after {
        @media (min-width: 992px) {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -28px;
            border-bottom: 1px solid rgba(15, 20, 30, 0.10);
        }
    }

    .product-card-photobook-for-you-wrapper {
        @media (min-width: 992px) {
            width: 100%;
            flex-direction: column;
        }

        @media (min-width: 1440px) {
            flex-direction: row;
        }

        @media (min-width: 1680px) {
            flex-direction: row;
        }
    }

    .product-card-bottom-btn-order {
        width: 100%;
        margin-left: 0;

        @media (min-width: 1680px) {
            width: auto;
        }
    }

    .product-card-promo-settings {
        color: #171729;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        margin: 28px 0 12px 0;
        padding: 0;
    }

    .product-card-props {
        margin: 0;
    }

    .product-card-props {
        margin-bottom: 24px;
    }

    .product-card-fake-select-wrapper {
        display: flex;
        gap: 8px;
        width: 100%;
        align-items: flex-start;
    }

    .product-card-fake-select {
        margin-left: 0;
    }

    .product-card-fake-select-label {
        @media (min-width: 992px) {
            color: #4F4E4E;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 22px; /* 157.143% */
        }
    }

    .product-card-about {
        padding: 12px;
        border-radius: 16px;
        background: #F7F7F7;

        @media (min-width: 1200px) {
            padding: 24px;
        }
    }

    .product-card-editors {
        margin-top: 24px;
    }

    .product-card-gallery-base-item-img, .product-card-gallery-base-item-video {
        height: 336px;

        @media (min-width: 768px) {
            height: 471px;
        }

        @media (min-width: 1200px) {
            height: auto;
        }
    }

    .product-card-props-carousel-fade {
        display: none;
    }

    .top_white_panel {
        box-shadow: 0 0 9px 0 rgba(0, 1, 1, 0.2);
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        background-color: #BE28FF;
        border-radius: 16px;
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
        background-color: #BE28FF;
    }

    .hamburger, .hamburger:hover {
        opacity: 1;
    }

    .main_nav {
        border-radius: 0 16px 16px 0;
        top: 12px;

        @media (min-width: 768px) {
            border-radius: 0;
            top: 0;
        }
    }

    .top_logo img {
        max-height: 40px;
    }
}
