*::-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: none;
    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: #990000;
}

a:hover {
    color: #A7BD43;
}

u {
    text-decoration: underline;
}

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;
	font-weight: 700;
    line-height: 38px;
    margin-bottom: 29px;
}

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

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

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

h4 {
    color: #292828;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 17px;
	margin-top: 17px;
    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: 16px;
    line-height: 35px;
}

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: #990000;
    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: #A7BD43;
    color: #ffffff;
}

.a__butt:active {
    background: #990000;
    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: #990000;
    border: 1px solid #990000;
    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: #990000;
    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: #2b2b2b;
    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:#2b2b2b ;
                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: #990000;
                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: #990000;
                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) {
    .mf-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: 0px;
    left: 0;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 103;
}

@media (max-width: 767px) {
.top_white_panel {
    background: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0,1,1,0.59);
    height: 43px;
    left: 0;
    position: sticky;
    top: 22px;
    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("../svg/tg-grey.svg");
    }

    .top_block_item:hover .top_block_ico-telegram {
        background: url("../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: #990000 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 #990000 transparent;
}
.top_phone{
    color: #990000;
}
.top_basket .quantity {
    color: #bdb8b8;
}
/*меню top block*/

.main_nav {
    background: #2b2b2b;
    position: relative;
}

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

.main_nav ul.menu_list {
    position: relative;
    font-size: 1px;
	padding: 0 0 0.25rem 0rem;
}

.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: #2b2b2b;
}
.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;
	padding-left: 0px;
    text-transform: none;
}
.drop__menu .menu__col a {
    color: #2c2b2c;
    display: block;
    font-weight: normal;
    margin: 0;
    font-size: 13px;
    line-height: 14px;
    padding: 5px 7px 5px;
    text-decoration: none;
}

.drop__menu .link {
  color: #2c2b2c;
}

.drop__menu .link:hover {
  color: #990000;
  text-decoration: underline;
}

.drop__menu .link:active {
  color: #990000;
  text-decoration: underline;
}

.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: #2b2b2b;
    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 #2b2b2b;
    color: #2b2b2b;
}

.letter {
    color: #2b2b2b;
    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: #2b2b2b;
    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 {
    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: #990000;
}

.breadcrumbs .back_link {
    color: #2b2b2b;
    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: #2b2b2b;
}
.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: #990000;
    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: #990000;
}
.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: #2b2b2b;
}

.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: #2b2b2b;
}

.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: #2b2b2b;
}

.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: #2b2b2b;
}

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

.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.html) 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.html) 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: #990000;
    color: #FFFFFF;
    margin-top: 10px;
    width: auto;
}

.slider__block a:hover {
    color: #2b2b2b;
}

.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: #990000;
    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: #990000;
    font-weight: 600;
}

.slider__block-price .additional__price {
    color: #990000;
    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: #990000;
    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: #2b2b2b;
}

.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: #2b2b2b;
    padding: 68px 0px 0px;
}

footer a {
    text-decoration: none;
}

.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: #2b2b2b;
    font-weight: bold;
}

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

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



footer a:hover {
    color: #900000;
    text-decoration: none;
}

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

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

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

@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: #222222;
    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: 17px;
    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;
}
.mf-socials, .socials {
    text-align: center;
    margin-top: 10px;
}
.mf-socials p, .socials p {
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    line-height: 42px;
    margin-right: 16px;
    position: relative;
    top: -10px;
}
.mf-socials ul, .socials ul {
    display: inline-block;
    overflow: hidden;
    /*margin-top: 4px;*/
}
.mf-socials ul li, .socials ul li {
    display: inline-block;
    margin: 0 5px;
}
.mf-socials a, .socials a {
    border-radius: 50%;
    display: block;
    background-color: #222;
    height: 29px;
    width: 29px;
    font-size: 25px;
    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: #990000;*/
    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%;
}

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

footer .np-subscribe-form input, footer .subscribe-form input {
    background: #ffffff;
    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: #990000;
    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: 1px solid #D8D1CD;
    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 {
    color: #990000;
    font-size: 14px;
    line-height: 17px;
}

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

.edit__list .a__create {
    background: #990000;
    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: #990000;
    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;
}

.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: #990000;
}

.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: #990000;
    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: #990000;
    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: #2b2b2b;
}

.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: #2b2b2b;
    text-decoration: underline;
}

.shop_tabs .tab.active span {
    color: #2b2b2b;
    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 #2b2b2b;
}
.shop_tabs .tab.active .tab_pic {
    background-color: #2b2b2b;
    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 #2b2b2b;
}

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

.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: #2b2b2b;
    text-decoration: underline;
}

.calendar__list .tab:hover span {
    color: #2b2b2b;
    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: #2b2b2b;
}

.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: #2b2b2b;
}

.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 #2b2b2b;
    z-index: 99;
}
ul.tabs_menu li:hover a {
    color: #2b2b2b;
}
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: #2b2b2b;
    border-width: 7px 11px 11px 11px;
    margin-left: -11px;
}

ul.tabs_menu li.active {
    z-index: 2;
    border: 1px solid #2b2b2b;
}
ul.tabs_menu li.active a {
    color: #2b2b2b;
    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 #990000;
    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: #990000;
    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: #990000;
    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: #990000;
    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("../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: #2b2b2b;
}

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

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

/*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: #990000;
    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: #990000;
    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: #990000;
    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: #2b2b2b;
    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: #2b2b2b;
}
/* Данный класс поможет нам избежать ненужного использования тегов a*/
.hover_effect:hover,
.hover_effect:hover > *
{
    cursor: pointer;
    color: #2b2b2b;
}
/* */
.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: #2b2b2b;
    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: #990000;
    width: 58px;
}
.action-countdown-invert .action-countdown-title{
    margin-top: 17px;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #990000;
    text-transform: uppercase;
}

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

.action-countdown-invert .action-countdown-subtitle{
    font-size: 9px;
    color: #990000;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.action-countdown-invert .action-countdown-subtitle:before{
    content: "\2014\2014";
    color: #990000;
    letter-spacing: -1px;
    margin-right: 2px;
    font-weight: bold;
}
.action-countdown-invert .action-countdown-subtitle:after{
    content: "\2014\2014";
    color: #990000;
    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: #990000;
    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: #990000;
    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: #990000;
    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: #2b2b2b;
}

.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: #2b2b2b;
    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: #990000;
    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: #990000;
}

.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: #990000;
    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 #990000 !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 #990000;
}

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


.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: #990000;
}

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

.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 #990000 !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: #990000;
}

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

.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: #2b2b2b;
}

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

.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: #990000;
    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: #990000;
    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: #2b2b2b;
}

.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: #990000;
    cursor: pointer;
}

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

.list-actual-orders-button:hover .button-title,
.list-actual-orders-button:hover .button-icon {
    color: #990000;
    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: #2b2b2b;
    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: #990000;
    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: #990000;
    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: #990000;
    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: #990000;
    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: #ffffff;
    font-size: 21px;
	font-weight: 650;
    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: #990000;
    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;
    }
}

.breadcrumbs {
  padding-top: 1rem; 
  padding-bottom: 0rem;
}
@media all and (min-width: 992px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs .breadcrumb {
  margin: 0;
  padding: 0;
  display: flex;
}
.breadcrumbs .breadcrumb li {
  list-style: none;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
.breadcrumbs .breadcrumb li:after {
  content: " ";
  position: relative;
  width: 1rem;
  height: 1rem;
  display: block;
  background: url("../svg/caret-right.svg") center no-repeat;
  margin: 0 0.25rem;
}
.breadcrumbs .breadcrumb li:last-child:after {
  display: none;
}
.breadcrumbs .breadcrumb li a {
  color: #4F4E4E;
  text-decoration: none;
}
.breadcrumbs .breadcrumb li a:hover, .breadcrumbs .breadcrumb li a:active {
  color: #4F4E4E;
}
.file > span {
    color: #160f0f;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.file-link {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}


.brand-parent {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
	max-width: 680px!important;
}

@media (max-width: 768px) {
.brand-parent {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    }
}

.brands-carousel {
    height: 170px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
}

@media (max-width: 768px) {
    .brands-carousel {
    height: 170px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    animation: animate 15s linear infinite;
    }
} 
.brands-carousel .slide-content {
    height: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
}
.brands-carousel .slide-content a {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    white-space: nowrap;
    color: #808080;
    text-transform: uppercase;
    padding: 20px;
    width: 100%;
    transition: all .3s ease-in-out 0s;
}
.brands-carousel .slide-content a:hover, .brands-carousel .slide-content a:active {
    box-shadow: 0 0 25px rgba(0,0,0,.15);
}

@keyframes animate {
    0% {
        transform: translate3d(0, 0,0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes animate {
    0% {
        transform: translate3d(0, 0,0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.brand-parent:hover .brands-carousel {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.brands-carousel .slide-content a img {
    display: inline-block;
    width: auto;
    max-width: 90%!important;
    height: auto;
    max-height: 95%;
    filter:    grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .5;
    transition: all .3s ease-in-out;
}
.brands-carousel .slide-content a:hover img, 
.brands-carousel .slide-content a:active img {
    filter:    grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
}

#block-region .region-footer-second
{
color: #fff;
}

.news_container {
    margin-bottom: 75px;
	min-height: 398px;
}

.news_container, .news_container .news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.news_container p {
    font-size: 15px;
    font-weight: 400;
	line-height: 20px;
}	

.news_container .news_item {
    width: calc(33.3333% - 20px);
    max-width: 535px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news_container, .news_container .news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	
    background-color: var(--light);
    margin-bottom: 2rem;
    padding: 1rem;
    box-shadow: var(--shadow);
    border-radius: 4px;
}

.news_container .news_item .wrapper {
    position: relative;
}
.news_container .news_item * {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.news_container .news_item img {
    border-radius: 4px;
    height: 100%;
}
	
.news_container .news_item:hover .wrapper .hover_blind {
    opacity: 1;
}

.news_container .news_item .wrapper .hover_blind {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4.17%, rgba(179, 229, 244, .75)), to(rgba(179, 229, 244, 0)));
    background: -o-linear-gradient(bottom, rgba(179, 229, 244, .75) 4.17%, rgba(179, 229, 244, 0) 100%);
    background: linear-gradient(0deg, rgba(179, 229, 244, .75) 4.17%, rgba(179, 229, 244, 0));
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0;
}

.news_container .news_item:hover .news_date {
    color: var(--textBlack);
}
.news_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin: 0px 0 0px;
    color: var(--BlueFull);
    font-size: 12px;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: inherit;
}

.heading-small {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: inherit;
    width: 100%;	
}

#block-views-services-block-3{clear:left}.view-display-id-block_3 a{border-radius:4px;display:block;float:left;overflow:hidden;border:none;text-align:left;padding:0;position:relative;width:100%;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.view-display-id-block_3 .extrabannerbox{position:absolute;top:0;height:100%;width:100%;z-index:2;background:rgba(0,0,0,0.4)}.view-display-id-block_3 .descr{text-align:left;display:inline-block;vertical-align:bottom;box-sizing:border-box;padding:0 20px 27px 30px;background:transparent;width:100%;display:table;height:100%;padding:15px 15px}.view-display-id-block_3 h2{margin:0;color:#fff;text-transform:uppercase;font-size:21px;line-height:32px;font-weight:700;letter-spacing:0;margin-bottom:9px;text-align:center;display:table-cell;vertical-align:middle}.view-display-id-block_3 h5{margin:0;color:#fff;text-transform:uppercase;font-size:21px;line-height:32px;font-weight:400;letter-spacing:0;margin-bottom:9px;text-align:center;display:table-cell;vertical-align:middle}.view-display-id-block_3 p{color:#fff;margin:0;font-size:18px;line-height:22px;font-weight:700;letter-spacing:0}.view-display-id-block_3 .extrahelper{display:inline-block;vertical-align:bottom;height:100%;width:0}.view-display-id-block_3 a .hoverbanner{display:none;position:absolute;left:10px;top:10px;right:10px;bottom:10px;background:transparent;opacity:.4;z-index:1;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}.view-display-id-block_3 a:hover .extrabannerbox{background:rgba(0,0,0,0.6);-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}.node-type-services .node-produkcia h2{display:none}.hoverbanner:before{position:absolute;z-index:0;content:"";left:0;right:0;top:50%;width:100%;height:0;text-align:center;background:#fff;opacity:.1;-webkit-transition:.85s;-moz-transition:.85s;-o-transition:.85s;transition:.85s}.hoverbanner:after{position:absolute;z-index:0;content:"";left:0;right:0;top:50%;width:100%;height:0;opacity:0;opacity:.1;text-align:center;background:#fff;-webkit-transition:.65s;-moz-transition:.65s;-o-transition:.65s;transition:.65s}.view-display-id-block_3 a:hover .hoverbanner:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;text-align:center;margin:0;opacity:.5;background:#940203;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-o-transition:all .7s ease;transition:all .7s ease}.view-display-id-block_3 a:hover .hoverbanner:after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;text-align:center;margin:0;opacity:.5;background:#940203;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.view-display-id-block_3 a:hover{border-color:#ddd}.view-display-id-block_3 a:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-o-transition:all .7s ease;transition:all .7s ease}.view-display-id-block_3 a img{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .6s ease;-moz-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease;max-width:none;width:100%}.view-display-id-block_3 .views-row{width:25%;float:left;padding:5px}table.bord tr td{border:solid 1px #000;font-size:16px}table.bord1 tr td{border:solid 1px #000;font-size:18px}

@media (max-width: 768px) {
    .view-display-id-block_3 .views-row {
        width: 100%;
        float: left;
        padding: 10px;
    }
} 

 

#block-block-78{margin:-10px 6px 13px;padding-left:0px;float:left}

#block-views-services-block-3{clear:left;margin:0 6px 0px;float:left}

#block-block-78 p,.page-calculator-page .kno p{line-height:1.5em;padding:16px 0;font-size:17px;font-weight:700;margin-bottom:0;color:#160f0f;text-align:center}

#block-block-78 .knop,.page-calculator-page .knop{padding:15px}

#block-block-78 .knop a,.page-calculator-page .knop a{border:solid 7px #ccc;border-color:rgb(153 0 0 / 78%);padding:20px 7px 0;display:block;width:100%;-webkit-transition:transform .1s ease;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}

#block-block-78 a.col1,.page-calculator-page a.col1{float:right;border-radius:4px}

#block-block-78 a.col2,.page-calculator-page a.col2{float:left;border-radius:4px}

#block-block-78 a:hover{-webkit-transform:translate3d(3px,-3px,0);transform:translate3d(3px,-3px,0);-webkit-box-shadow:-8px 8px 25px 0 rgba(0,0,0,.2);box-shadow:-8px 8px 25px 0 rgba(0,0,0,.2)}.page-calculator-page .clfo a:hover,.page-calculator-page-fotopapka-ekonom .clfo a.ek,.page-calculator-page-vypusknoj-premium .clfo a.kp,.page-calculator-page-fotokoja .clfo a.kop,.page-calculator-page-vypuknoj-printbuk .clfo a.vp,.page-calculator-page-vypuknoj-babochka .clfo a.vb{outline:1px solid #ccc;box-shadow:0 0 0 1px hsl(0,0%,80%),0 0 .5em #888;box-shadow:0 0 0 1px hsl(0,0%,80%),inset 0 0 2em #888}

#block-block-78 img{min-width:73px;max-width:73px;height:auto}.page-calculator-page .kn img{min-width:97.35px;width:90%;height:auto}

#block-block-78 .kn,.page-calculator-page .knop .kn{padding:0;text-align:center}

#block-block-78 .kno,.page-calculator-page .knop .kno{padding:0; min-height: 60px;}

#block-block-78 .knop a{width:100%}

#block-block-78 p,.page-calculator-page .kno p{font-size:14px}}@media (max-width:992px){#block-block-78 .tex br{display:none}

#block-block-78 p{font-size:17px}.view-display-id-block_3 .views-row{width:50%}}@media (max-width:768px){.view-partners .bx-wrapper .bx-viewport,

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;}#cboxOverlay{position:fixed;width:100%;height:100%;}#cboxMiddleLeft,#cboxBottomLeft{clear:left;}#cboxContent{position:relative;}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;}#cboxTitle{margin:0;}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%;}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none;cursor:pointer;}#cboxPrevious:active,#cboxNext:active,#cboxClose:active,#cboxSlideshow:active{outline:0;}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:100%;max-height:100%;}.cboxIframe{width:100%;height:100%;display:block;border:0;}#colorbox,#cboxContent,#cboxLoadedContent{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}#cboxOverlay{background:#000;}#colorbox{outline:0;}#cboxWrapper{background:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}#cboxTopLeft{width:15px;height:15px;}#cboxTopCenter{height:15px;}#cboxTopRight{width:15px;height:15px;}#cboxBottomLeft{width:15px;height:10px;}#cboxBottomCenter{height:10px;}#cboxBottomRight{width:15px;height:10px;}#cboxMiddleLeft{width:15px;}#cboxMiddleRight{width:15px;}#cboxContent{background:#fff;overflow:hidden;}#cboxError{padding:50px;border:1px solid #ccc;}#cboxLoadedContent{margin-bottom:28px;}#cboxTitle{position:absolute;background:rgba(255,255,255,0.7);bottom:28px;left:0;color:#535353;width:100%;padding:4px 6px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}#cboxCurrent{position:absolute;bottom:4px;left:60px;color:#949494;}.cboxSlideshow_on #cboxSlideshow{position:absolute;bottom:0px;right:30px;background:url(/modules/colorbox/styles/default/images/controls.png) no-repeat -75px -50px;width:25px;height:25px;text-indent:-9999px;}.cboxSlideshow_on #cboxSlideshow:hover{background-position:-101px -50px;}.cboxSlideshow_off #cboxSlideshow{position:absolute;bottom:0px;right:30px;background:url(/modules/colorbox/styles/default/images/controls.png) no-repeat -25px -50px;width:25px;height:25px;text-indent:-9999px;}.cboxSlideshow_off #cboxSlideshow:hover{background-position:-49px -50px;}#cboxPrevious{position:absolute;bottom:0;left:0;background:url(/modules/colorbox/styles/default/images/controls.png) no-repeat -75px 0px;width:25px;height:25px;text-indent:-9999px;}#cboxPrevious:hover{background-position:-75px -25px;}#cboxNext{position:absolute;bottom:0;left:27px;background:url(/modules/colorbox/styles/default/images/controls.png) no-repeat -50px 0px;width:25px;height:25px;text-indent:-9999px;}#cboxNext:hover{background-position:-50px -25px;}#cboxLoadingOverlay{background:#fff;}#cboxLoadingGraphic{background:url(/modules/colorbox/styles/default/images/loading_animation.gif) no-repeat center center;}#cboxClose{position:absolute;bottom:0;right:0;background:url(/modules/colorbox/styles/default/images/controls.png) no-repeat -25px 0px;width:25px;height:25px;text-indent:-9999px;}#cboxClose:hover{background-position:-25px -25px;}
.ctools-locked{color:red;border:1px solid red;padding:1em;}.ctools-owns-lock{background:#ffffdd none repeat scroll 0 0;border:1px solid #f0c020;padding:1em;}a.ctools-ajaxing,input.ctools-ajaxing,button.ctools-ajaxing,select.ctools-ajaxing{padding-right:18px !important;background:url(/modules/ctools/images/status-active.gif) right center no-repeat;}div.ctools-ajaxing{float:left;width:18px;background:url(/modules/ctools/images/status-active.gif) center center no-repeat;}
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}@-moz-keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}@-o-keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}@keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash;}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);}20%,40%,60%,80%{-webkit-transform:translateX(10px);}}@-moz-keyframes shake{0%,100%{-moz-transform:translateX(0);}10%,30%,50%,70%,90%{-moz-transform:translateX(-10px);}20%,40%,60%,80%{-moz-transform:translateX(10px);}}@-o-keyframes shake{0%,100%{-o-transform:translateX(0);}10%,30%,50%,70%,90%{-o-transform:translateX(-10px);}20%,40%,60%,80%{-o-transform:translateX(10px);}}@keyframes shake{0%,100%{transform:translateX(0);}10%,30%,50%,70%,90%{transform:translateX(-10px);}20%,40%,60%,80%{transform:translateX(10px);}}.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake;}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);}40%{-webkit-transform:translateY(-30px);}60%{-webkit-transform:translateY(-15px);}}@-moz-keyframes bounce{0%,20%,50%,80%,100%{-moz-transform:translateY(0);}40%{-moz-transform:translateY(-30px);}60%{-moz-transform:translateY(-15px);}}@-o-keyframes bounce{0%,20%,50%,80%,100%{-o-transform:translateY(0);}40%{-o-transform:translateY(-30px);}60%{-o-transform:translateY(-15px);}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0);}40%{transform:translateY(-30px);}60%{transform:translateY(-15px);}}.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce;}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);}100%{-webkit-transform:scale(1) rotate(0);}}@-moz-keyframes tada{0%{-moz-transform:scale(1);}10%,20%{-moz-transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg);}100%{-moz-transform:scale(1) rotate(0);}}@-o-keyframes tada{0%{-o-transform:scale(1);}10%,20%{-o-transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-o-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-o-transform:scale(1.1) rotate(-3deg);}100%{-o-transform:scale(1) rotate(0);}}@keyframes tada{0%{transform:scale(1);}10%,20%{transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg);}40%,60%,80%{transform:scale(1.1) rotate(-3deg);}100%{transform:scale(1) rotate(0);}}.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada;}@-webkit-keyframes swing{20%,40%,60%,80%,100%{-webkit-transform-origin:top center;}20%{-webkit-transform:rotate(15deg);}40%{-webkit-transform:rotate(-10deg);}60%{-webkit-transform:rotate(5deg);}80%{-webkit-transform:rotate(-5deg);}100%{-webkit-transform:rotate(0deg);}}@-moz-keyframes swing{20%{-moz-transform:rotate(15deg);}40%{-moz-transform:rotate(-10deg);}60%{-moz-transform:rotate(5deg);}80%{-moz-transform:rotate(-5deg);}100%{-moz-transform:rotate(0deg);}}@-o-keyframes swing{20%{-o-transform:rotate(15deg);}40%{-o-transform:rotate(-10deg);}60%{-o-transform:rotate(5deg);}80%{-o-transform:rotate(-5deg);}100%{-o-transform:rotate(0deg);}}@keyframes swing{20%{transform:rotate(15deg);}40%{transform:rotate(-10deg);}60%{transform:rotate(5deg);}80%{transform:rotate(-5deg);}100%{transform:rotate(0deg);}}.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing;}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);}15%{-webkit-transform:translateX(-25%) rotate(-5deg);}30%{-webkit-transform:translateX(20%) rotate(3deg);}45%{-webkit-transform:translateX(-15%) rotate(-3deg);}60%{-webkit-transform:translateX(10%) rotate(2deg);}75%{-webkit-transform:translateX(-5%) rotate(-1deg);}100%{-webkit-transform:translateX(0%);}}@-moz-keyframes wobble{0%{-moz-transform:translateX(0%);}15%{-moz-transform:translateX(-25%) rotate(-5deg);}30%{-moz-transform:translateX(20%) rotate(3deg);}45%{-moz-transform:translateX(-15%) rotate(-3deg);}60%{-moz-transform:translateX(10%) rotate(2deg);}75%{-moz-transform:translateX(-5%) rotate(-1deg);}100%{-moz-transform:translateX(0%);}}@-o-keyframes wobble{0%{-o-transform:translateX(0%);}15%{-o-transform:translateX(-25%) rotate(-5deg);}30%{-o-transform:translateX(20%) rotate(3deg);}45%{-o-transform:translateX(-15%) rotate(-3deg);}60%{-o-transform:translateX(10%) rotate(2deg);}75%{-o-transform:translateX(-5%) rotate(-1deg);}100%{-o-transform:translateX(0%);}}@keyframes wobble{0%{transform:translateX(0%);}15%{transform:translateX(-25%) rotate(-5deg);}30%{transform:translateX(20%) rotate(3deg);}45%{transform:translateX(-15%) rotate(-3deg);}60%{transform:translateX(10%) rotate(2deg);}75%{transform:translateX(-5%) rotate(-1deg);}100%{transform:translateX(0%);}}.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble;}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);}50%{-webkit-transform:scale(1.1);}100%{-webkit-transform:scale(1);}}@-moz-keyframes pulse{0%{-moz-transform:scale(1);}50%{-moz-transform:scale(1.1);}100%{-moz-transform:scale(1);}}@-o-keyframes pulse{0%{-o-transform:scale(1);}50%{-o-transform:scale(1.1);}100%{-o-transform:scale(1);}}@keyframes pulse{0%{transform:scale(1);}50%{transform:scale(1.1);}100%{transform:scale(1);}}.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse;}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;}}@-moz-keyframes flip{0%{-moz-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-moz-animation-timing-function:ease-out;}40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-moz-animation-timing-function:ease-out;}50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in;}80%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-moz-animation-timing-function:ease-in;}100%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-moz-animation-timing-function:ease-in;}}@-o-keyframes flip{0%{-o-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-o-animation-timing-function:ease-out;}40%{-o-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-o-animation-timing-function:ease-out;}50%{-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-o-animation-timing-function:ease-in;}80%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-o-animation-timing-function:ease-in;}100%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-o-animation-timing-function:ease-in;}}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out;}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out;}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in;}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function:ease-in;}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in;}}.animated.flip{-webkit-backface-visibility:visible !important;-webkit-animation-name:flip;-moz-backface-visibility:visible !important;-moz-animation-name:flip;-o-backface-visibility:visible !important;-o-animation-name:flip;backface-visibility:visible !important;animation-name:flip;}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateX(-10deg);}70%{-webkit-transform:perspective(400px) rotateX(10deg);}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1;}}@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-moz-transform:perspective(400px) rotateX(-10deg);}70%{-moz-transform:perspective(400px) rotateX(10deg);}100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1;}}@-o-keyframes flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-o-transform:perspective(400px) rotateX(-10deg);}70%{-o-transform:perspective(400px) rotateX(10deg);}100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1;}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0;}40%{transform:perspective(400px) rotateX(-10deg);}70%{transform:perspective(400px) rotateX(10deg);}100%{transform:perspective(400px) rotateX(0deg);opacity:1;}}.flipInX{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible !important;-moz-animation-name:flipInX;-o-backface-visibility:visible !important;-o-animation-name:flipInX;backface-visibility:visible !important;animation-name:flipInX;}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateY(-10deg);}70%{-webkit-transform:perspective(400px) rotateY(10deg);}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}}@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-moz-transform:perspective(400px) rotateY(-10deg);}70%{-moz-transform:perspective(400px) rotateY(10deg);}100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}}@-o-keyframes flipInY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-o-transform:perspective(400px) rotateY(-10deg);}70%{-o-transform:perspective(400px) rotateY(10deg);}100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1;}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0;}40%{transform:perspective(400px) rotateY(-10deg);}70%{transform:perspective(400px) rotateY(10deg);}100%{transform:perspective(400px) rotateY(0deg);opacity:1;}}.flipInY{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible !important;-moz-animation-name:flipInY;-o-backface-visibility:visible !important;-o-animation-name:flipInY;backface-visibility:visible !important;animation-name:flipInY;}@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-moz-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-o-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px);}100%{opacity:1;transform:translateY(0);}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp;}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px);}100%{opacity:1;transform:translateY(0);}}.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown;}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px);}100%{opacity:1;transform:translateX(0);}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft;}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px);}100%{opacity:1;transform:translateX(0);}}.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight;}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInUpBig{0%{opacity:0;-moz-transform:translateY(2000px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInUpBig{0%{opacity:0;-o-transform:translateY(2000px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px);}100%{opacity:1;transform:translateY(0);}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig;}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInDownBig{0%{opacity:0;-moz-transform:translateY(-2000px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInDownBig{0%{opacity:0;-o-transform:translateY(-2000px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px);}100%{opacity:1;transform:translateY(0);}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInLeftBig{0%{opacity:0;-moz-transform:translateX(-2000px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInLeftBig{0%{opacity:0;-o-transform:translateX(-2000px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px);}100%{opacity:1;transform:translateX(0);}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInRightBig{0%{opacity:0;-moz-transform:translateX(2000px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInRightBig{0%{opacity:0;-o-transform:translateX(2000px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px);}100%{opacity:1;transform:translateX(0);}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);}100%{-webkit-transform:translateY(0);}}@-moz-keyframes slideInDown{0%{opacity:0;-moz-transform:translateY(-2000px);}100%{-moz-transform:translateY(0);}}@-o-keyframes slideInDown{0%{opacity:0;-o-transform:translateY(-2000px);}100%{-o-transform:translateY(0);}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px);}100%{transform:translateY(0);}}.slideInDown{-webkit-animation-name:slideInDown;-moz-animation-name:slideInDown;-o-animation-name:slideInDown;animation-name:slideInDown;}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes slideInLeft{0%{opacity:0;-moz-transform:translateX(-2000px);}100%{-moz-transform:translateX(0);}}@-o-keyframes slideInLeft{0%{opacity:0;-o-transform:translateX(-2000px);}100%{-o-transform:translateX(0);}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px);}100%{transform:translateX(0);}}.slideInLeft{-webkit-animation-name:slideInLeft;-moz-animation-name:slideInLeft;-o-animation-name:slideInLeft;animation-name:slideInLeft;}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes slideInRight{0%{opacity:0;-moz-transform:translateX(2000px);}100%{-moz-transform:translateX(0);}}@-o-keyframes slideInRight{0%{opacity:0;-o-transform:translateX(2000px);}100%{-o-transform:translateX(0);}}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px);}100%{transform:translateX(0);}}.slideInRight{-webkit-animation-name:slideInRight;-moz-animation-name:slideInRight;-o-animation-name:slideInRight;animation-name:slideInRight;}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);}50%{opacity:1;-webkit-transform:scale(1.05);}70%{-webkit-transform:scale(.9);}100%{-webkit-transform:scale(1);}}@-moz-keyframes bounceIn{0%{opacity:0;-moz-transform:scale(.3);}50%{opacity:1;-moz-transform:scale(1.05);}70%{-moz-transform:scale(.9);}100%{-moz-transform:scale(1);}}@-o-keyframes bounceIn{0%{opacity:0;-o-transform:scale(.3);}50%{opacity:1;-o-transform:scale(1.05);}70%{-o-transform:scale(.9);}100%{-o-transform:scale(1);}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3);}50%{opacity:1;transform:scale(1.05);}70%{transform:scale(.9);}100%{transform:scale(1);}}.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn;}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);}60%{opacity:1;-webkit-transform:translateY(-30px);}80%{-webkit-transform:translateY(10px);}100%{-webkit-transform:translateY(0);}}@-moz-keyframes bounceInUp{0%{opacity:0;-moz-transform:translateY(2000px);}60%{opacity:1;-moz-transform:translateY(-30px);}80%{-moz-transform:translateY(10px);}100%{-moz-transform:translateY(0);}}@-o-keyframes bounceInUp{0%{opacity:0;-o-transform:translateY(2000px);}60%{opacity:1;-o-transform:translateY(-30px);}80%{-o-transform:translateY(10px);}100%{-o-transform:translateY(0);}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px);}60%{opacity:1;transform:translateY(-30px);}80%{transform:translateY(10px);}100%{transform:translateY(0);}}.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp;}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);}60%{opacity:1;-webkit-transform:translateY(30px);}80%{-webkit-transform:translateY(-10px);}100%{-webkit-transform:translateY(0);}}@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px);}60%{opacity:1;-moz-transform:translateY(30px);}80%{-moz-transform:translateY(-10px);}100%{-moz-transform:translateY(0);}}@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px);}60%{opacity:1;-o-transform:translateY(30px);}80%{-o-transform:translateY(-10px);}100%{-o-transform:translateY(0);}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px);}60%{opacity:1;transform:translateY(30px);}80%{transform:translateY(-10px);}100%{transform:translateY(0);}}.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown;}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);}60%{opacity:1;-webkit-transform:translateX(30px);}80%{-webkit-transform:translateX(-10px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px);}60%{opacity:1;-moz-transform:translateX(30px);}80%{-moz-transform:translateX(-10px);}100%{-moz-transform:translateX(0);}}@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px);}60%{opacity:1;-o-transform:translateX(30px);}80%{-o-transform:translateX(-10px);}100%{-o-transform:translateX(0);}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px);}60%{opacity:1;transform:translateX(30px);}80%{transform:translateX(-10px);}100%{transform:translateX(0);}}.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft;}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);}60%{opacity:1;-webkit-transform:translateX(-30px);}80%{-webkit-transform:translateX(10px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px);}60%{opacity:1;-moz-transform:translateX(-30px);}80%{-moz-transform:translateX(10px);}100%{-moz-transform:translateX(0);}}@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px);}60%{opacity:1;-o-transform:translateX(-30px);}80%{-o-transform:translateX(10px);}100%{-o-transform:translateX(0);}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px);}60%{opacity:1;transform:translateX(-30px);}80%{transform:translateX(10px);}100%{transform:translateX(0);}}.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight;}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0;}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateIn{0%{-moz-transform-origin:center center;-moz-transform:rotate(-200deg);opacity:0;}100%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateIn{0%{-o-transform-origin:center center;-o-transform:rotate(-200deg);opacity:0;}100%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1;}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0;}100%{transform-origin:center center;transform:rotate(0);opacity:1;}}.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn;}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0;}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0;}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0;}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight;}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0;}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight;}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-webkit-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}}@-moz-keyframes lightSpeedIn{0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-moz-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}}@-o-keyframes lightSpeedIn{0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-o-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0;}60%{transform:translateX(-20%) skewX(30deg);opacity:1;}80%{transform:translateX(0%) skewX(-15deg);opacity:1;}100%{transform:translateX(0%) skewX(0deg);opacity:1;}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out;}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}}@-moz-keyframes lightSpeedOut{0%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}}@-o-keyframes lightSpeedOut{0%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}}@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1;}100%{transform:translateX(100%) skewX(-30deg);opacity:0;}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}100%{-webkit-transform:translateY(700px);opacity:0;}}@-moz-keyframes hinge{0%{-moz-transform:rotate(0);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}20%,60%{-moz-transform:rotate(80deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}40%{-moz-transform:rotate(60deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}80%{-moz-transform:rotate(60deg) translateY(0);opacity:1;-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}100%{-moz-transform:translateY(700px);opacity:0;}}@-o-keyframes hinge{0%{-o-transform:rotate(0);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}20%,60%{-o-transform:rotate(80deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}40%{-o-transform:rotate(60deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}80%{-o-transform:rotate(60deg) translateY(0);opacity:1;-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}100%{-o-transform:translateY(700px);opacity:0;}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out;}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out;}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out;}100%{transform:translateY(700px);opacity:0;}}.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge;}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);}}@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-moz-transform:translateX(0px) rotate(0deg);}}@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-o-transform:translateX(0px) rotate(0deg);}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;transform:translateX(0px) rotate(0deg);}}.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn;}@-webkit-keyframes lightSpeedLeft{0%{-webkit-transform:translateX(-100%) skewX(-30deg);opacity:0;}60%{-webkit-transform:translateX(20%) skewX(30deg);opacity:1;}80%{-webkit-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}}@-moz-keyframes lightSpeedLeft{0%{-moz-transform:translateX(-100%) skewX(-30deg);opacity:0;}60%{-moz-transform:translateX(20%) skewX(30deg);opacity:1;}80%{-moz-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}}@-o-keyframes lightSpeedLeft{0%{-o-transform:translateX(-100%) skewX(-30deg);opacity:0;}60%{-o-transform:translateX(20%) skewX(30deg);opacity:1;}80%{-o-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}}@keyframes lightSpeedLeft{0%{transform:translateX(-100%) skewX(-30deg);opacity:0;}60%{transform:translateX(20%) skewX(30deg);opacity:1;}80%{transform:translateX(0%) skewX(-15deg);opacity:1;}100%{transform:translateX(0%) skewX(0deg);opacity:1;}}.lightSpeedLeft{opacity:1;-webkit-animation-name:lightSpeedLeft;-moz-animation-name:lightSpeedLeft;-o-animation-name:lightSpeedLeft;animation-name:lightSpeedLeft;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out;}.lightSpeedLeft{opacity:1;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;-o-animation-duration:0.5s;animation-duration:0.5s;}@-webkit-keyframes lightSpeedRight{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-webkit-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}}@-moz-keyframes lightSpeedRight{0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-moz-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}}@-o-keyframes lightSpeedRight{0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-o-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}}@keyframes lightSpeedRight{0%{transform:translateX(100%) skewX(-30deg);opacity:0;}60%{transform:translateX(-20%) skewX(30deg);opacity:1;}80%{transform:translateX(0%) skewX(-15deg);opacity:1;}100%{transform:translateX(0%) skewX(0deg);opacity:1;}}.lightSpeedRight{opacity:1;-webkit-animation-name:lightSpeedRight;-moz-animation-name:lightSpeedRight;-o-animation-name:lightSpeedRight;animation-name:lightSpeedRight;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out;}.lightSpeedRight{opacity:1;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;-o-animation-duration:0.5s;animation-duration:0.5s;}

#block-views-services-block-3{clear:left}.view-display-id-block_3 a{border-radius:4px;display:block;float:left;overflow:hidden;border:none;text-align:left;padding:0;position:relative;width:100%;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.view-display-id-block_3 .extrabannerbox{position:absolute;top:0;height:100%;width:100%;z-index:2;background:rgba(0,0,0,0.4)}.view-display-id-block_3 .descr{text-align:left;display:inline-block;vertical-align:bottom;box-sizing:border-box;padding:0 20px 27px 30px;background:transparent;width:100%;display:table;height:100%;padding:15px 15px}.view-display-id-block_3 h2{margin:0;color:#fff;text-transform:uppercase;font-size:21px;line-height:32px;font-weight:400;letter-spacing:0;margin-bottom:9px;text-align:center;display:table-cell;vertical-align:middle}.view-display-id-block_3 h5{margin:0;color:#fff;text-transform:uppercase;font-size:21px;line-height:32px;font-weight:400;letter-spacing:0;margin-bottom:9px;text-align:center;display:table-cell;vertical-align:middle}.view-display-id-block_3 p{color:#fff;margin:0;font-size:18px;line-height:22px;font-weight:700;letter-spacing:0}.view-display-id-block_3 .extrahelper{display:inline-block;vertical-align:bottom;height:100%;width:0}.view-display-id-block_3 a .hoverbanner{display:none;position:absolute;left:10px;top:10px;right:10px;bottom:10px;background:transparent;opacity:.4;z-index:1;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}.view-display-id-block_3 a:hover .extrabannerbox{background:rgba(0,0,0,0.6);-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}.node-type-services .node-produkcia h2{display:none}.hoverbanner:before{position:absolute;z-index:0;content:"";left:0;right:0;top:50%;width:100%;height:0;text-align:center;background:#fff;opacity:.1;-webkit-transition:.85s;-moz-transition:.85s;-o-transition:.85s;transition:.85s}.hoverbanner:after{position:absolute;z-index:0;content:"";left:0;right:0;top:50%;width:100%;height:0;opacity:0;opacity:.1;text-align:center;background:#fff;-webkit-transition:.65s;-moz-transition:.65s;-o-transition:.65s;transition:.65s}.view-display-id-block_3 a:hover .hoverbanner:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;text-align:center;margin:0;opacity:.5;background:#940203;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-o-transition:all .7s ease;transition:all .7s ease}.view-display-id-block_3 a:hover .hoverbanner:after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;text-align:center;margin:0;opacity:.5;background:#940203;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.view-display-id-block_3 a:hover{border-color:#ddd}.view-display-id-block_3 a:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-o-transition:all .7s ease;transition:all .7s ease}.view-display-id-block_3 a img{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .6s ease;-moz-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease;max-width:none;width:100%}.view-display-id-block_3 .views-row{width:100%;float:left;padding:10px}table.bord tr td{border:solid 1px #000;font-size:16px}table.bord1 tr td{border:solid 1px #000;font-size:18px}  

#block-region region-footer-second{color: #83939C;font-size: 14px;line-height: 25px;}

.carousel {
    position: relative;
	top: 0px;
}

@media (max-width: 768px) {
.block-bootstrap-simple-carousel {
        position: relative;
        top: 0px;
    }
}
