

/* Start:/local/templates/print4u-responsive/js/slick/slick.css?16578441161776*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/* End */


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

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

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

    position: absolute;
    top: 50%;

    display: block;

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

    cursor: pointer;

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

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

    opacity: .75;
    color: white;

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

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

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

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

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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

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

    opacity: .25;
    color: black;

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

/* End */


/* Start:/local/templates/print4u-responsive/custom.css?1657844116612*/
.bx_filter {
    position: absolute;
    left: -215px;
    top: 0px;
    width: 210px;
}

.bx_filter .bx_filter_button_box .bx_filter_block {
    padding-top: 20px;
}

.bx_filter .bx_filter_select_container {
	width: 100%;
}

ul.catalog-navigation li.off { display:none; }
ul.catalog-navigation > li:not(.parent,.show-all-wrapper):before { content: '←'; }
ul.catalog-navigation li a { text-decoration: none; }
ul.catalog-navigation li span { text-decoration: underline; margin-left: 5px }
ul.catalog-navigation li.current span { font-weight: bold; text-decoration: none; font-size: 14px; }

/* End */


/* Start:/local/templates/print4u-responsive/css/fonts.css?16960854103204*/
/* cyrillic-ext */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* End */


/* Start:/local/templates/print4u-responsive/css/base.css?169608537262569*/
/* _default styles reset ========================================== */
html,body {width:100%; height: 100%; font:12px/18px 'Open Sans', sans-serif, Arial, Tahoma, Verdana, Helvetica;-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;   text-rendering: optimizeLegibility;}
body {padding:0;margin:0;color:#3e3e3e;background: #fff;}

p {margin:0 0 10px 0px;}
dfn,var,address {font-style:normal;}
a {color:#0a6eb4;text-decoration:underline;}
a:hover {color:#37a0e6; text-decoration:none;}
a img {border:none;}
img {max-width: 100%;height: auto;border: 0;vertical-align: middle;}

ul {list-style: none; padding:0;margin: 0 0 10px 0;}
ul li {padding: 2px 0 3px 0px;}
* html ul li {height:1px;overflow: visible;}
ol {padding:0;margin: 0 0 10px 25px;}
ol li {	padding:0 0 9px 25px;}
td,th {padding:0;}

form {margin:0px;}
input,select,label,textarea,button {margin:0;}
input.text,textarea, .line.location input {padding:2px 5px;border: none; border-top:1px solid #cfc2b4;font:13px 'Open Sans', sans-serif, Arial, Tahoma, Verdana, Helvetica;color:#333;background:#fff;}
input.text.error{background-color: #FFC3C3;}
input.submit,button {font:12px 'Open Sans', sans-serif, Arial, Tahoma, Verdana, Helvetica;cursor:pointer;-webkit-appearance: none;}
input.checkbox, input.radio {width:14px;height:14px;margin:0;padding:0;}
select {font:13px/25px 'Open Sans', sans-serif, Arial, Tahoma, Verdana, Helvetica; color: #333;}
hr {background:#cdcdcd;color:#fff;clear:both;float:none;width:100%;height:1px;margin:15px 0;border:none;}
.both {width:100%;clear:both;overflow:hidden;}
.clear {width:100%;height:0px;clear:both;overflow:hidden;display:block;}
.content:after, .footer:after, .newPicturesList:after, .main-select:after {
content: "\0020";
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow: hidden;
}
/* _wrap========================================== */
#wrap {
width: 100%;
min-height: 100%;
position: relative;
margin: 0 auto;
overflow: hidden;
background: #fbf7ee;
}
.container, .content {
width: 960px;
margin: 0 auto;
position: relative;
}
.contentWide, .content.wide {
width: 100%;
}
header, footer, nav {
display: block;
}
* html div {zoom:1;}
#spacer {
width:100%;
height:50px;
position:relative;
clear:both;
}
.two-blocks {
width: 100%;
overflow: hidden;
}
.two-blocks .left-block {
float: left;
}
.two-blocks .right-block {
float: left;
}
.lightFont {
color: #86837b;
}
.size13 {
font-size: 13px;
}
/*== headers ================================ */
h1,h2,h3,h4,h5,h6 {
margin:0;
font-family: 'Open Sans', sans-serif, Arial, Tahoma, Verdana, Helvetica;
font-weight: 700;
}
h1, .title-h1 {
padding:10px 0 20px 0;
font-size:28px;
line-height: 28px;
text-transform: uppercase;
color: #3e3e3e;
}
h2 , .style-h2 {
padding: 10px 0 15px 0;
font-size: 22px;
line-height: 22px;
color: #494949;
text-transform: uppercase;
text-align: center;
}
.likeh2 {
	margin:0;
	font-family: 'Open Sans', sans-serif, Arial, Tahoma, Verdana, Helvetica;
	font-weight: 700;
	padding: 10px 0px 15px;
	font-size: 22px;
	line-height: 22px;
	color: #494949;
	text-transform: uppercase;
	text-align: center;
	display: inline;
}
h3 {
padding:8px 0 13px 0;
font-size:18px;
line-height: 22px;
color: #494949;
}
h4 {
padding:5px 0 10px 0;
font-size:14px;
color: #494949;
}
.small {
font-size: 12px;
color:#999;
}
strong {
font-weight: 700;
}
/*=========Р РЋР вЂљР В Р’В°Р РЋР С“Р В РЎвЂ”Р В РЎвЂўР В Р’В»Р В РЎвЂўР В Р’В¶Р В Р’ВµР В Р вЂ¦Р В РЎвЂ�Р В Р’Вµ Р В РЎвЂќР В Р’В°Р РЋР вЂљР РЋРІР‚С™Р В РЎвЂ�Р В Р вЂ¦Р В РЎвЂўР В РЎвЂќ===========*/
.aligncenter {
display: block;
margin: 15px 0;
}
.bigimage {
display: block;
padding: 5px 5px 23px 0;
background: #fff;
}
.alignleft {
display: block;
float: left;
padding: 5px 20px 7px 0;
}
.alignright {
display: block;
float: right;
padding: 5px 0px 7px 20px;
}
/*=======Р РЋР РЉР В Р’В»-Р РЋРІР‚С™Р РЋРІР‚в„– Р РЋРІР‚С›Р В РЎвЂўР РЋР вЂљР В РЎпїЅ=============*/
.ik_select {
position: relative;
display: inline-block;
padding-top: 1px;
border-top: 1px solid #dbcec0;
font-size: 13px;
color: #333;
background: #fff;
}
.ik_select .ik_select_link {
padding: 6px 28px 6px 8px;
color: #3e3e3e;
font-size: 13px;
white-space: nowrap;
font-weight: 700;
cursor: pointer;
background: #fff url('/local/templates/print4u-responsive/css/../images/bg/select.png') no-repeat 96% 50%;
}
.ik_select_dropdown {
background: #fff;
}
.ik_select_dropdown ul {
margin: 0;
}
.ik_select_dropdown li {
padding: 4px 0 3px 10px;
font-size: 13px;
color: #333;
}
.ik_select_dropdown .ik_select_hover {
background: #f4dfc7;
}
.ik_select_option {
cursor: pointer;
}
.ik_select_option_disabled{
	display: none;
}
.ik_select_option_disabled .ik_select_option_label{
	color: #bbbbbb;
}
.radio {
width: 15px;
height: 16px;
display: inline-block;
margin: 0 7px 0 0;
vertical-align: middle;
background: url('/local/templates/print4u-responsive/css/../images/bg/radio.png') no-repeat 0 0;
}
.checkbox {
width: 17px;
height: 18px;
display: inline-block;
margin: 0 7px 0 0;
vertical-align: top;
background: url('/local/templates/print4u-responsive/css/../images/bg/checkbox.png') no-repeat 0 0;
}
/*=========Р РЋРІР‚С›Р РЋРЎвЂњР РЋРІР‚С™Р В Р’ВµР РЋР вЂљ=================*/
#spacer  {
width: 100%;
height: 153px;
position: relative;
clear: both;
}
.footer {
width: 100%;
/* height: 153px;
position: absolute; */
bottom: 0;left: 0;
color: #cab7a1;
font-size: 14px;
/* background: url('/local/templates/print4u-responsive/css/../images/bg/footer.png') repeat-x 0 0; */
}
.footer .container.info {
display: table;
}
.footer .logo {
margin: 0 0 10px 0;
}
.footer .column {
width: 25%;
display: table-cell;
padding: 20px 0 0 0;
vertical-align: top;
}
.footer .contacts {
font-size: 14px;
}
.footer .info-vcard-wrapper a {
color: #cab7a1;
}
.footer .column strong {
display: block;
font-size: 15px;
}
.footer .social li {
width: 33px;
height: 33px;
padding: 0;
float: left;
margin: 10px 10px 10px 0;
text-indent: -9999px;
overflow: hidden;
}
.footer .social li a {
width: 33px;
height: 33px;
display: block;
outline: none;
}
.footer .social li.fb a {
background: url('/local/templates/print4u-responsive/css/../images/icons/social.png') no-repeat 0 0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
-moz-opacity: .7; /* Mozilla 1.6 Р С‘ Р Р…Р С‘Р В¶Р Вµ */
-khtml-opacity: .7; /* Konqueror 3.1, Safari 1.1 */
opacity: .7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.footer .social li.vk a {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
-moz-opacity: .7; /* Mozilla 1.6 Р С‘ Р Р…Р С‘Р В¶Р Вµ */
-khtml-opacity: .7; /* Konqueror 3.1, Safari 1.1 */
opacity: .7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
background: url('/local/templates/print4u-responsive/css/../images/icons/social.png') no-repeat -43px 0;
}
.footer .social li.twitter a {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
-moz-opacity: .7; /* Mozilla 1.6 Р С‘ Р Р…Р С‘Р В¶Р Вµ */
-khtml-opacity: .7; /* Konqueror 3.1, Safari 1.1 */
opacity: .7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
background: url('/local/templates/print4u-responsive/css/../images/icons/social.png') no-repeat -85px 0;
}
.footer .social li.youtube a {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
-moz-opacity: .7; /* Mozilla 1.6 Р С‘ Р Р…Р С‘Р В¶Р Вµ */
-khtml-opacity: .7; /* Konqueror 3.1, Safari 1.1 */
opacity: .7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
background: url('/local/templates/print4u-responsive/css/../images/icons/social.png') no-repeat -129px 0;
}
.footer .social li.instagram a {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
-moz-opacity: .7; /* Mozilla 1.6 Р С‘ Р Р…Р С‘Р В¶Р Вµ */
-khtml-opacity: .7; /* Konqueror 3.1, Safari 1.1 */
opacity: .7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
background: url('/local/templates/print4u-responsive/css/../images/icons/social.png') no-repeat -173px 0;
}
.footer .social li.fb a:hover {
background: url('/local/templates/print4u-responsive/css/../images/icons/social.png') no-repeat 0 0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
-moz-opacity: 1; /* Mozilla 1.6 Р С‘ Р Р…Р С‘Р В¶Р Вµ */
-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.footer .social li.vk a:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
-moz-opacity: 1; /* Mozilla 1.6 Р С‘ Р Р…Р С‘Р В¶Р Вµ */
-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
background: url('/local/templates/print4u-responsive/css/../images/icons/social.png') no-repeat -43px 0;
}
.footer .social li.twitter a:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
-moz-opacity: 1; /* Mozilla 1.6 Р С‘ Р Р…Р С‘Р В¶Р Вµ */
-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
background: url('/local/templates/print4u-responsive/css/../images/icons/social.png') no-repeat -85px 0;
}
.footer .social li.youtube a:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
-moz-opacity: 1; /* Mozilla 1.6 Р С‘ Р Р…Р С‘Р В¶Р Вµ */
-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
background: url('/local/templates/print4u-responsive/css/../images/icons/social.png') no-repeat -129px 0;
}
.footer .social li.instagram a:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
-moz-opacity: 1; /* Mozilla 1.6 Р С‘ Р Р…Р С‘Р В¶Р Вµ */
-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
background: url('/local/templates/print4u-responsive/css/../images/icons/social.png') no-repeat -173px 0;
}
.footer .menu-bottom {
display: block;
width: 900px;
margin: 0 auto;
}
.footer .menu-bottom ul {
padding-bottom:3px;
}
.footer .menu-bottom li {
float: left;
padding: 13px 25px 0 0;
font-size: 12px;
}
.footer .menu-bottom li a {
color: #bcb6aa;
}
/*======== header ================================ */
.header {
width: 100%;
/*height: 220px;*/
min-height:170px;
display: block;
position: relative;
z-index: 2;
background: url('/local/templates/print4u-responsive/css/../images/bg/header.png') repeat-x 0 0;
}
.header .container {
min-height:123px;
}
.header a {
text-decoration: none;
}
.header a:hover {
text-decoration: underline;
}
/*======Р В Р вЂ Р В Р’ВµР РЋР вЂљР РЋРІР‚В¦Р В Р вЂ¦Р РЋР РЏР РЋР РЏ Р В РЎвЂ”Р В Р’В°Р В Р вЂ¦Р В Р’ВµР В Р’В»Р РЋР Р‰ Р В Р вЂ¦Р В Р’В° Р РЋР С“Р В Р’В°Р В РІвЂћвЂ“Р РЋРІР‚С™Р В Р’Вµ===================*/
.header .top-panel {
position: relative;
overflow: hidden;
font-size: 12px;
}
.header .top-panel .menuPlace {
display: none;
}
.header .menu-top {
width: 60%;
padding: 7px 0 0 0;
margin:0;
float: left;
}
.header .menu-top > ul {
display: block;
}
.header .menu-top li {
float: left;
padding: 0 13px 0 0;
}
.header .menu-top li a, .header .registration a, .header .auth .user a {
color: #dfdbd4;
}
.hide-desktop {
display: none;
}
.bb1 {
border-bottom: 1px solid #9e9e9e;
}
.bt1 {
border-top: 1px solid #9e9e9e;
}
.header .auth {
width: 40%;
float: right;
}
.header .authBlock {
position: relative;
display: inline-block;
float: right;
}
.header .auth .auth-link {
display: inline-block;
padding: 2px 15px 0 37px;
line-height: 29px;
color: #2e2f39;
font-size: 14px;
float: right;
border-bottom: 3px solid #e8cfb5;
background: #f4dfc7 url('/local/templates/print4u-responsive/css/../images/icons/ico-auth.png') no-repeat 15px 10px;
}
.header .auth .auth-link.out {
margin-left: 10px;
/*float: right;*/
background: #f4dfc7 url('/local/templates/print4u-responsive/css/../images/icons/ico-auth.png') no-repeat 12px -24px;
}
.header .auth .auth-link:hover {
text-decoration:none;
}
.header .auth .auth-link strong {
text-transform: uppercase;
}
.header .registration {
position: relative;
padding: 5px 0 0 16px;
float: right;
}
.header .registration a, .header .auth .user a {
text-decoration: underline;
}
.header .registration a:hover, .header .basket a:hover, .header .auth .user a:hover {
text-decoration:none;
}
.header .authYes {
text-align: right;
}
.header .authYes .user {
/*width: 220px;*/
display: inline-block;
white-space: nowrap;
padding-top: 7px;
overflow: hidden;
}
/*======Р В Р’В»Р В РЎвЂўР В РЎвЂ“Р В РЎвЂўР РЋРІР‚С™Р В РЎвЂ�Р В РЎвЂ” Р РЋРІР‚С™Р В Р’ВµР В Р’В»Р В Р’ВµР РЋРІР‚С›Р В РЎвЂўР В Р вЂ¦Р РЋРІР‚в„–===================*/
.header .logo {
position: absolute;
top:59px;left: 0;
}
.header .container > .phones {
position: absolute;
top:50px;left: 290px;
font-size: 22px;
color: #3e3e3e;
white-space: nowrap;
}
.header .top-panel .phones {
display:none;
font-size: 20px;
color: #fff;
white-space: nowrap;
padding: 6px 0 0 9px;
}
.header .phones .number {
display: inline-block;
margin: 0 15px 0 0;
color: #3e3e3e;
}
.header .phones .number:hover {
text-decoration:none;
}
/*=========Р В РЎвЂ”Р В РЎвЂўР В РЎвЂ�Р РЋР С“Р В РЎвЂќ================*/
.header .search {
position: absolute;
top:78px;left: 290px;
}
.header .search .text {
width: 285px;
padding: 7px 40px 7px 13px;
border: none;
border-top: 1px solid #c8bfb9;
color: #979797;
}
.header .search .submit {
display: block;
width: 17px;
height: 19px;
position: absolute;
top:7px;right: 6px;
border: none;
text-indent: -999px;
overflow: hidden;
background: url('/local/templates/print4u-responsive/css/../images/bg/search-button.png') no-repeat 0 0;
}
/*========Р В РЎвЂќР В РЎвЂўР РЋР вЂљР В Р’В·Р В РЎвЂ�Р В Р вЂ¦Р В Р’В°=================*/
.header .basket {
width: 180px;
position: absolute;
top:43px;right: 23px;
padding: 0 0 0 60px;
font-size: 13px;
color: #3e3e3e;
background: url('/local/templates/print4u-responsive/css/../images/icons/ico-basket.png') no-repeat 0 0;
}
.header .basket a {
color: #3e3e3e;
text-decoration: underline;
}
.header .basket .price {
display: block;
margin: 2px 0 5px 0;
font-size: 18px;
color: #777;
}
.header .basket .basket-order,
.detailFilter .total .add2basket,
.detailFilter .total .quick-order,
.detailFilter .fileUpload .button {
display: inline-block;
padding: 0 10px;
line-height: 25px;
border-bottom: 2px solid #d55b3a;
color: #fff;
text-decoration: none;
background: #f1704e;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
behavior: url(/local/templates/print4u-responsive/css/../pie/PIE.htc);
}
.detailFilter .total .quick-order {
	padding:5px 25px 5px 25px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.header .menu-links {
width: 100%;
position: relative;
overflow: hidden;
}
.header .menu-links ul {
width: 960px;
margin: 0 auto;
}
.header .menu-links li {
width: 145px;
float: left;
position: relative;
padding:13px 10px 7px 37px;
line-height: 14px;
color: #a9998c;
font-size: 12px;
}
.header .menu-links li span {
color: #55565c;
text-transform: uppercase;
font-weight: 700;
}
.header .menu-links li a {
color: #a9998c;
}
.header .menu-links li .icon {
display: block;
position: absolute;
top:12px;left: 0;
width: 37px;
height: 50px;
}
.header .menu {
width: 100%;
display: block;
/*overflow: hidden;*/
background: #4d161b;
}
.header .menu .container {
min-height: 0;
}
.header .menu ul {
width: 100%;
display: table;
margin: 0;
}
.header .menu li {
height: 46px;
display: table-cell;
text-align: center;
vertical-align: middle;
padding: 0 8px;
font-size: 14px;
}
/*.header .menu ul > li {
	position: relative;
} */
.header .menu li a, .header .menu li a:hover {
color: #fff;
text-decoration: none;
}
.header .menu li.selected, .header .menu li:hover {
background: #703338;
}
.header .menu ul.sub {
	width: 960px;
	padding: 20px 0;
	height: auto;
	display: none;
	position: absolute;
	background-color: #FAECDC;
	left: 0;
	top: 46px;
	border: 1px solid #4D161B;
	border-top: none;
}
.header .menu ul.sub li {
	height: auto;
	margin-bottom: 5px;
	display: block;
	text-align: left;
}
.header .menu ul.sub li:hover {
	background: transparent;
}
.header .menu ul.sub li a {
	color: #4D161B;
	display: inline-block;
	line-height: 15px;
}
.header .menu ul.sub li a:hover {
	text-decoration: underline;
}
.header .menu ul > li:hover ul.sub {
	display: block;
	z-index: 99999;
}
/*=========Р В Р’В±Р В Р’В»Р В РЎвЂўР В РЎвЂќ Р В Р вЂ¦Р В Р’В° Р В РЎвЂ“Р В Р’В»Р В Р’В°Р В Р вЂ Р В Р вЂ¦Р В РЎвЂўР В РІвЂћвЂ“ Р В РЎвЂ”Р В РЎвЂўР В РўвЂ� Р В РЎпїЅР В Р’ВµР В Р вЂ¦Р РЋР вЂ№================*/
.main-select {
padding: 20px 0 50px 0;
/*overflow: hidden;*/
position: relative;
z-index: 1;
background: #fbf7ee;
}
.main-select.detail-page {
padding: 0 0 20px 0;
margin-bottom: 4px;
}
.main-select .select-picture {
width: 690px;
float: left;
position: relative;
/*
height: 303px;
overflow: hidden;
*/
}
/*======Р РЋР С“Р В Р’В»Р В Р’В°Р В РІвЂћвЂ“Р В РўвЂ�Р В Р’ВµР РЋР вЂљ Р В РўвЂ�Р В Р’В»Р РЋР РЏ Р В РЎвЂ“Р В Р’В»Р В Р’В°Р В Р вЂ Р В Р вЂ¦Р В РЎвЂўР В РІвЂћвЂ“============*/
/*.gv_galleryWrap {
position: relative;
}
.gv_gallery {
overflow: hidden;
position: relative;
}
.gv_imageStore {
visibility: hidden;
position: absolute;
top: -10000px;
left: -10000px;
}
.gv_panelWrap {
filter: inherit;
position: absolute;
overflow: hidden;
}
.gv_panel {
filter: inherit;
position: absolute;
top: 0; left: 0;
overflow: hidden;
z-index: 100;
}
.gv_panel img {
position: absolute;
}
.gv_filmstripWrap {
overflow: hidden;
position: absolute;
left:0 !important;
}
.gv_filmstrip {
margin: 0;
padding: 0;
position: absolute;
top: 0; left:0 !important;
}
.gv_frame {
cursor: pointer;
float: left;
position: relative;
margin: 0 1px 0 0;
padding: 0;
}
.gv_frame .gv_thumbnail {
position: absolute;
overflow: hidden !important;
opacity:1 !important;
}
.gv_frame img {
border: none;
position: absolute;
max-width: none;
}
.select-picture .gv_filmstripWrap {overflow: visible;}
.select-picture .gv_frame, .select-picture .gv_filmstripWrap {
height: 70px !important;
}
.select-picture .currentFrame.gv_frame {
margin-top: -5px;
}
.select-picture .currentFrame.gv_frame img {
margin-top: 5px;
}
.select-picture .gv_frame .gv_caption {
display: table-cell;
width: 114px;
height: 70px;
position: relative;
margin-top:-70px;
vertical-align: middle;
text-align: center;
color: #fff;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
z-index: 4;
background: url('/local/templates/print4u-responsive/css/../images/bg/textCaption.png') no-repeat 0 -90px;
}
.select-picture .gv_frame .gv_caption .more {
display: none;
}
.select-picture .gv_frame .gv_caption.currentCaption {
padding: 5px 0 0 0;
background: url('/local/templates/print4u-responsive/css/../images/bg/textCaption.png') no-repeat 0 0;
}
.picturesCarousel .gv_panel .gv_caption {
height: 55px;
position: absolute;
top:11px;left: 0;
padding: 8px 35px 0 10px;
color: #50525c;
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
z-index: 2;
background: url('/local/templates/print4u-responsive/css/../images/bg/caption.png') no-repeat 100% 0;
}
.picturesCarousel .gv_panel .gv_caption a {
outline: none;
font-size: 12px;
color: #2e2f39;
font-weight: 400;
font-weight: normal;
text-transform: none;
}

.detailCarousel .gv_filmstripWrap {
width: 695px !important;
overflow-x: scroll;
}*/
#slider ul {
width: 690px;
height: 228px;
overflow: hidden;
margin: 0;
}
#slider li {
width: 690px;
height: 228px;
position: relative;
padding: 0;
}
#carousel ul {
margin-top: 2px;
transform:none !important;
}
#carousel li {
cursor: pointer;
float: left;
position: relative;
margin: 0 1px 0 0;
padding: 0;
}
#carousel li {
height: 75px !important;
}
#carousel li {
width: 114px !important;
}
#carousel li img {
position: absolute;
height: 70px;
margin-top: 5px;
}
#carousel .capcha-text {
display: table-cell;
width: 114px;
height: 70px;
padding-top: 5px;
position: relative;
vertical-align: middle;
text-align: center;
color: #fff;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
z-index: 4;
background: url('/local/templates/print4u-responsive/css/../images/bg/textCaption.png') no-repeat 0 -85px;
}
#carousel li.flex-active-slide .capcha-text {
padding: 5px 0 0 0;
background: url('/local/templates/print4u-responsive/css/../images/bg/textCaption.png') no-repeat 0 0;
}
#carousel .capcha-text a {
display: none;
}
#slider .capcha-text {
height: 55px;
position: absolute;
top:11px;left: 0;
padding: 8px 35px 0 10px;
color: #50525c;
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
z-index: 2;
background: url('/local/templates/print4u-responsive/css/../images/bg/caption.png') no-repeat 100% 0;
}
#slider .capcha-text a {
outline: none;
font-size: 12px;
color: #2e2f39;
font-weight: 400;
font-weight: normal;
text-transform: none;
}
/*=======Р РЋРІР‚С›Р В РЎвЂ�Р В Р’В»Р РЋР Р‰Р РЋРІР‚С™Р РЋР вЂљ Р В РЎвЂ”Р В РЎвЂўР В РЎвЂ�Р РЋР С“Р В РЎвЂќР В Р’В°==================*/
.main-select .filter {
width: 250px;
float: right;
background: #faecdc;
}
.main-select .filter .top {
margin-top: 7px;
text-align:center;
padding-top:5px;
color: #3e3e3e;
border-bottom: 3px solid #e8cfb5;
background:#f4dfc7;
}
.main-select .filter .smart-filter-banner {
margin-top:5px;
}
.main-select .filter .top .title {
margin-bottom: 5px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
}
.main-select .filter .bottom {
padding: 9px 10px;
background:url('/local/templates/print4u-responsive/css/../images/bg/arrow-bottom.png') no-repeat 50% 0;
}
.main-select .filter .bottom .ik_select, .main-select .filter .bottom .ik_select .ik_select_dropdown {
width: 230px !important;
}
/*.main-select .filter.detailFilter .bottom .ik_select, .main-select .filter.detailFilter .bottom .ik_select .ik_select_dropdown {
width: 160px !important;
} */
.main-select .filter .line {
margin-bottom: 10px;
}
.btn, input.btn {
height: 30px;
border: none;
border-bottom: 2px solid #d66140;
color: #fff;
font-weight: 700;
font-family:'Open Sans', sans-serif, Arial, Tahoma, Verdana, Helvetica;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
background: #f1704e;
}
.btn:hover, input.btn:hover {
color:#fff;
background:#ff8768;
}
.main-select .filter .submit {
width: 230px;
}
.main-select .filter .ask, .total .buttons .culc {
display: block;
text-decoration: none;
outline: none;
border-bottom: 2px solid #40291c;
color: #fff;
font:14px/30px "Open Sans", sans-serif, Arial, Tahoma, Verdana;
font-weight: 700;
line-height: 30px;
text-transform: uppercase;
text-align: center;
background: #4d161b;
}
.main-select .filter .ask:hover, .total .buttons .culc:hover, .personalBlocks .column .cancel:hover {
background:#703338;
}
.detailFilter .total {
padding-top: 17px;
margin-top: 8px;
border-top: 1px solid #cab0a6;
font-size: 13px;
}
.detailFilter .total .price {
display:table;
position:relative;
margin:0 auto 15px;
font-size: 13px;
}
.detailFilter .total .price .toolTip {
position: absolute;
top: 50%;
right: 0;
margin-top: -13px;
}
.detailFilter .total .price span {
color: #4d161b;
font-weight: 700;
}
.detailFilter .total .price span.number {
padding: 0 11px;
font-size: 48px;
vertical-align: middle;
}
.detailFilter .total .price span.currency {
position: relative;
font-size: 24px;
vertical-align: bottom;
top:8px;
}
.detailFilter .total .add2basket {
position: relative;
padding: 7px 85px 7px 32px;
margin: 7px 0 10px 0;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
}
.detailFilter .total .link {
text-align: center;
}
.detailFilter .total .link a {
color: #0d8fb9;
}
.add2basket span.icon {
width: 33px;
height: 28px;
display: inline-block;
position: absolute;
top:4px;right: 18px;
background: url('/local/templates/print4u-responsive/css/../images/icons/ico-add2basket.png') no-repeat 0 0;
}
/*========Р В РЎвЂ”Р В РЎвЂўР В РЎвЂ”Р РЋРЎвЂњР В Р’В»Р РЋР РЏР РЋР вЂљР В Р вЂ¦Р РЋРІР‚в„–Р В Р’Вµ Р В РЎвЂќР В Р’В°Р РЋР вЂљР РЋРІР‚С™Р В РЎвЂ�Р В Р вЂ¦Р РЋРІР‚в„–=================*/
.popular {
margin-top:30px;
padding-bottom: 30px;
margin-bottom: 28px;
background: #faecdc url('/local/templates/print4u-responsive/css/../images/bg/popular-bottom.png') repeat-x 0 100%;
}
.popular.similar {
background: #faecdc;
margin: 0;
}
.titleHead {
width: 960px;
position: relative;
text-align: center;
text-transform: uppercase;
font-weight: 700;
}
.titleHead h2 {
font-weight: 700;
}
.popular .titleHead {
height: 53px;
color: #3e3e3e;
top: -30px;
margin-bottom: -18px;
background: url('/local/templates/print4u-responsive/css/../images/bg/titleHead.png') no-repeat 0 0;
}
.popular .titleHead h2, .popular .titleHead .style-h2 {
padding: 10px 0;
color: #3e3e3e;
}
.popularPictures li {
max-width: 239px;
width: 100% !important;
padding: 0;
position: relative;
}
.popularPictures li img {
display: block;
}
.bx-wrapper {
position: relative;
}
/*.popularPictures li:hover .bx-caption {
display:block;
} */
.popular .bx-wrapper .bx-caption {
width: 100%;
min-height: 46px;
position: absolute;
bottom: 0;left: 0;
padding: 0;
color: #fff;
font-size: 15px;
text-align: center;
background: #f1704e;
}
.popular .bx-wrapper .bx-caption span {
display: block;
padding-top: 8px;
margin-top: -5px;
background: url('/local/templates/print4u-responsive/css/../images/bg/arrow-top.png') no-repeat 50% 0;
}
.popular .bx-wrapper .bx-prev, .popular .bx-wrapper .bx-next {
display: block;
width: 43px;
height: 85px;
outline: none;
position: absolute;
top:48px;
text-indent: -9999px;
overflow: hidden;
}
.bx-wrapper .bx-prev {
left:0;
background: url('/local/templates/print4u-responsive/css/../images/bg/arrow-slider.png') no-repeat 0 0;
}
.bx-wrapper .bx-prev:hover {
background-position:0 -85px;
}
.bx-wrapper .bx-next {
right: 0;
background: url('/local/templates/print4u-responsive/css/../images/bg/arrow-slider.png') no-repeat -43px 0;
}
.bx-wrapper .bx-next:hover {
background-position:-43px -85px;
}
/*========Р В Р вЂ¦Р В РЎвЂўР В Р вЂ Р В РЎвЂ�Р В Р вЂ¦Р В РЎвЂќР В РЎвЂ�=================*/
.newPictures {
margin-bottom: 14px;
}
.newPictures .titleHead {
height: 51px;
margin-bottom: 12px;
color: #fff;
background: url('/local/templates/print4u-responsive/css/../images/bg/titleHead.png') no-repeat 0 -57px;
}
.newPictures .titleHeadWide {
height: 51px;
margin-bottom: 12px;
color: #fff;
background: url('/local/templates/print4u-responsive/css/../images/bg/titleHeadWide.png') no-repeat 0 -57px;
}
.newPictures .titleHead h2, .newPictures .titleHead .style-h2  {
padding:12px 0 10px 0;
color: #fff;
}
.newPictures .titleHeadWide h2 {
padding:12px 0 10px 0;
color: #fff;
}
.newPictures .two-blocks {
overflow: visible;
}
.newPictures .newPicturesList {
margin: 0;
}
.newPictures .newPicturesList li {
width: 159px;
height: 160px;
position: relative;
float: left;
padding: 0;
font-size: 13px;
margin: 0 1px 1px 0;
}
.newPictures .newPicturesList li a {
color: #fff;
}
.newPicturesList li .titlePicture {
display: none;
}
.newPicturesList li.hoverLi .titlePicture {
width: 159px;
height: 160px;
display: table-cell;
vertical-align: middle;
text-align: center;
color: #fff;
}
.newPicturesList li.hoverLi .titlePicture var {
display: block;
margin-bottom: 5px;
font-size: 18px;
}
.newPicturesList li.hoverLi .arrow {
width: 9px;
height: 17px;
display: block;
position: absolute;
top: 72px;left: 159px;
z-index: 6;
background: url('/local/templates/print4u-responsive/css/../images/bg/arrow-pictures.png') no-repeat 0 0;
}
.newPicturesList li.item-5 .arrow, .newPicturesList li.item-6 .arrow {
left: -9px;
background-position: -11px 0;
}
.newPicturesList li .box {
position: absolute;
top: 0px; left: 160px;
z-index: 5;
}
.newPicturesList.lastList li .box {
top:auto;
bottom: 0;
}
.newPicturesList li.hoverLi .prew {
display: none;
}
.newPicturesList li.hoverLi {
background: #f1704e;
}
.newPicturesList li .prew {
width: 159px;
height: 160px;
}

.map {
margin:20px 0 -27px 0;
}
/*========Р В РўвЂ�Р В Р’ВµР РЋРІР‚С™Р В Р’В°Р В Р’В»Р РЋР Р‰Р В Р вЂ¦Р В Р’В°Р РЋР РЏ==========*/
.pictureAbout .about {
margin-bottom: 18px;
}
.pictureAbout ul {
margin:5px 0 10px 0;
}
.pictureAbout ul li {
padding: 1px 0;
}
.textBlock {
font-size: 13px;
color: #3e3e3e;
}
.smallTextBlock {
font-size: 12px;
}
.author .foto {
float: left;
margin: 0 20px 0 0;
}
.author .text {
display: table;
}
.author .name {
margin-bottom: 5px;
font-size: 20px;
}
.author .date {
margin-bottom: 5px;
color: #919191;
}
/*========Р В РЎвЂќР В РЎвЂўР В РЎпїЅР В РЎпїЅР В Р’ВµР В Р вЂ¦Р РЋРІР‚С™Р В Р’В°Р РЋР вЂљР В РЎвЂ�Р В РЎвЂ�==========*/
.comments .line {
margin: 5px 0 10px 0;
text-align: center;
}
.comments .line h2 {
display: inline;
}
.addButton {
text-align: center;
}
.comments .number {
padding: 1px 6px;
position: relative;
top: -3px;left: 5px;
color: #fff;
background:#2e2f39;
}
.comments .number .triangle-left {
width: 0;
height: 0;
position: absolute;
top:4px;left: -3px;
border-top: 5px solid transparent;
border-right: 5px solid #2e2f39;
border-bottom: 5px solid transparent;
}
.addButton .btn {
display: inline-block;
padding: 0 15px;
margin-bottom: 17px;
line-height: 30px;
font-size: 14px;
}
.addButton .btn span {
display: inline-block;
padding: 0 0 0 3px;
font-size: 22px;
line-height: 28px;
vertical-align: top;
}
.comments .commentsList {
/*padding-bottom: 10px;*/
margin-bottom: 20px;
background:#f1f1f1;
}
.commentsList li {
padding: 10px 9px 4px 35px;
margin: 0 0 5px 0;
background:#f1f1f1 url('/local/templates/print4u-responsive/css/../images/bg/commentList.png') no-repeat 10px 12px;
}
.commentsList li .author-date {
display: block;
margin-bottom: 5px;
}
.commentsList .author-date .date {
color: #737373;
}
.commentsList .commentText {
padding-bottom: 10px;
margin: 0;
//border-bottom: 1px solid #cdcdcd;
}
.commentsList .readAll {
margin: -8px 0 0 35px;
}
/*========Р В РЎвЂ”Р РЋР вЂљР В Р’В°Р В Р вЂ Р В Р’В°Р РЋР РЏ Р В РЎвЂќР В РЎвЂўР В Р’В»Р В РЎвЂўР В Р вЂ¦Р В РЎвЂќР В Р’В° Р РЋР С“ Р РЋРІР‚С›Р В РЎвЂ�Р В Р’В»Р РЋР Р‰Р РЋРІР‚С™Р РЋР вЂљР В РЎвЂўР В РЎпїЅ==========*/
.filter .bottom .label, .formaBlock label {
margin-bottom: 4px;
font-weight: 700;
color: #3e3e3e;
font-size: 12px;
text-transform: uppercase;
}
.filter .bottom .toolTip {
position: relative;
padding-right: 13px;
color: #3366FF;
cursor: pointer;
background: url('/local/templates/print4u-responsive/css/../images/bg/toolTip.png') no-repeat right;
}
.filter .bottom .toolTipWrapper {
width: 178px;
position: absolute;
top: 0px;
padding: 5px 9px;
display: none;
color: #fdfcfa;
font-weight: bold;
font-size: 11px;
line-height: 14px;
text-transform: none;
z-index: 1000;
background: #bcac9b;
}
.filter .bottom .toolTipWrapper .toolTipArrow {
width: 0;
height: 0;
position: absolute;
top:6px;left: -5px;
border-top: 5px solid transparent;
border-right: 5px solid #bcac9b;
border-bottom: 5px solid transparent;
}
.filter .bottom .smallInput {
display: inline-block;
width: 50px;
vertical-align: top;
}
.filter .bottom var {
display: inline-block;
vertical-align: top;
position: relative;
padding: 0 10px 17px 0;
}
.filter .bottom .note {
position: absolute;
top:20px; left: 7px;
font-size: 11px;
color: #979797;
}
.detail-page .filter .bottom .line {
margin-bottom: 6px;
}
/*=========Р РЋРІР‚В¦Р В Р’В»Р В Р’ВµР В Р’В±Р В Р вЂ¦Р РЋРІР‚в„–Р В Р’Вµ Р В РЎвЂќР РЋР вЂљР В РЎвЂўР РЋРІвЂљВ¬Р В РЎвЂќР В РЎвЂ�=====================*/
.breadcrumbs {
width: 100%;
overflow: hidden;
/*margin-bottom: -30px;*/
font-size: 12px;
height:30px;
}
.breadcrumbs ul {
margin: 0;
overflow: hidden;
}
.breadcrumbs li {
float: left;
padding: 10px 0 10px 17px;
color: #67605a;
background: url('/local/templates/print4u-responsive/css/../images/bg/breadcrumbs.png') no-repeat 8px 18px;
}
.breadcrumbs li:first-child {
padding: 10px 0;
background:none;
}
.breadcrumbs li a {
color: #8e8680;
}
.breadcrumbs li.last {
font-weight: 700;
}
/*========Р В РЎвЂ“Р В Р’В°Р В Р’В»Р В Р’ВµР РЋР вЂљР В Р’ВµР РЋР РЏ Р В Р вЂ¦Р В Р’В° Р В РўвЂ�Р В Р’ВµР РЋРІР‚С™Р В Р’В°Р В Р’В»Р РЋР Р‰Р В Р вЂ¦Р В РЎвЂўР В РІвЂћвЂ“==========*/
#detailCarousel {
position: relative;
margin: 0 !important;
}
.main-select .detailPictures {
width: 670px;
padding: 10px 10px 10px 10px;
background: #faecdc;
}
.detailPictures .picturePrewiev {
width: 670px;
height: 373px;
display: table-cell;
text-align: center;
vertical-align: middle;
margin-bottom: 0px;
}
.detailPictures.your-photo{
	height: 470px !important;
}
.your-photo .picturePrewiev {
height: 365px;
}
.datailFoto .picturePrewiev {
height: 365px;
}
.detailTriptihi .picturePrewiev {
height: 400px;
}
.detailPictures .detailList {
width: 100%;
margin: 0;
overflow: hidden;
}
.detailList .images_container{overflow:hidden;}
#detailCarousel .images_container{overflow:hidden; height: 83px}
.detailList li {
width: 83px;
height: 83px;
float: left;
padding: 0;
margin: 0 1px 0 0;
position: relative;
}
.detailList li:hover {
cursor:pointer;
}
.detailList li img {
position: absolute;
bottom: 0;
left: 0;
}
.detailList li .caption {
-moz-box-sizing: border-box;
display: table-cell;
vertical-align: middle;
width: 83px;
height: 83px;
padding: 5px;
margin: 0;
color: #fff;
position: relative;
text-align: center;
font-size: 13px;
line-height: normal;
overflow: hidden;
filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;
background:none repeat scroll 0 0 rgba(241, 112, 78, 0.70);
}
.detailList li .caption span {
display: block;
}
.detailList li .caption .size22 {
margin-bottom: 3px;
font-size: 22px;
font-weight: 700;
}
.detailList li .caption .price {
margin-bottom: 7px;
}
.detailList li .caption .size11 {
font-size: 11px;
}
.mCSB_container{
width:auto;
margin-bottom:30px;
overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
margin-right:30px;
}
.mCSB_scrollTools .mCSB_draggerContainer{
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
height:auto;
background:url('/local/templates/print4u-responsive/css/../images/bg/scrollbar.png') no-repeat 0 0;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
margin:20px 0;
}
.mCSB_scrollTools .mCSB_dragger{
cursor:pointer;
width:100%;
height:20px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:20px;
margin: 0 20px;
text-align:center;
cursor: pointer;
}
.mCSB_horizontal>.mCSB_container{
height:auto;
margin-right:0;
margin-bottom:22px;
overflow:hidden;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
width:100%;
height:20px;
top:auto;
right:auto;
bottom:0;
left:0;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
margin:0;
padding: 0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:20px;
margin:0;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
width:50px;
height:100%;
}
.mCSB_scrollTools .mCSB_draggerRail{
background:#fff;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background:#4d161b;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:#4d161b;
}
.mCustomScrollbar .mCSB_buttonLeft, .mCustomScrollbar .mCSB_buttonRight {
width:23px;
height:45px;
display: block;
position:absolute;
top:-66px;
font-size:0;
background-image:url(/local/templates/print4u-responsive/css/../images/bg/arrow-slider-small.png);
background-repeat:no-repeat;
filter:alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
z-index: 100;
}
.mCustomScrollbar .mCSB_buttonLeft {
left:0;
background-position: 0 0;
}
.mCustomScrollbar .mCSB_buttonLeft:hover {
background-position:0 -46px;
}
.mCustomScrollbar .mCSB_buttonRight {
right: 0;
background-position: -23px 0;
}
.mCustomScrollbar .mCSB_buttonRight:hover {
background-position:-23px -46px;
}
.mCustomScrollbar .mCSB_buttonRight:hover, .mCustomScrollbar .mCSB_buttonLeft:hover {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
/*=========Р В Р’В°Р В РЎвЂ”Р В Р’В»Р В РЎвЂўР В Р’В°Р В РўвЂ� Р В РЎвЂќР В Р’В°Р РЋР С“Р РЋРІР‚С™Р В РЎвЂўР В РЎпїЅР В РЎвЂ�Р В Р’В·Р В РЎвЂ�Р РЋР вЂљР В РЎвЂўР В Р вЂ Р В Р’В°Р В Р вЂ¦Р В Р вЂ¦Р РЋРІР‚в„–Р В РІвЂћвЂ“===============*/
.detailFilter .fileUpload {
display: block;
position: relative;
overflow: hidden;
height: 43px;
}
.detailFilter .fileUpload .button, .detailFilter .fileUpload > mark{
display: block;
cursor: pointer;
}
.detailFilter .fileUpload .button{
float: right;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 60px;
text-align: center;
font-size:13px;
color:#fff;
}
.detailFilter .fileUpload > mark{
width:150px;
height:18px;
display:inline-block;
position:relative;
padding:4px 5px;
border: none;
border-top:1px solid #cfc2b4;
font:13px 'Open Sans', sans-serif, Arial, Tahoma, Verdana, Helvetica;
color:#333;
background:#fff;
overflow:hidden;
}
.detailFilter .fileUpload > mark .note {
position:absolute;
top:27px;left:0;
font-size:11px;
color:#979797;
}
.detailFilter .fileUpload input[type=file]{
width: 100%;
height: 28px;
cursor: pointer;
position: absolute;
top: 0;
left: 0;letter-spacing: 10em;
opacity: 0;
}
/*==========Р В РЎвЂ”Р В РЎвЂўР В РЎвЂ”Р В Р’В°Р В РЎвЂ”Р РЋРІР‚в„–==================*/
.popup {
position: absolute;
top:0;left: 0;
z-index: 1000;
font-size: 13px;
background: #fff;
}
.popup .top {
padding: 14px 0;
text-align: center;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
background: #4d161b;
}
.popup .close {
display: block;
width: 12px;
height: 12px;
position: absolute;
top:10px;right: 10px;
text-indent: -999px;
overflow: hidden;
background: url('/local/templates/print4u-responsive/css/../images/bg/closePopup.png') no-repeat 0 0;
}
.popup .bottom {
padding: 10px;
}
.popup .bottom .line {
margin-bottom: 14px;
}
.popup .bottom label {
display: block;
margin-bottom: 8px;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
}
.popup .bottom .red, .formaBlock .red {
color: #bd0101;
}
.popup .bottom .text {
width: 270px;
background: #faecdc;
}
.popup .bottom a {
color:#2d96bc;
}
.popup .capcha img {
margin: 0 5px 0 0;
}
.popup .bottom .button {
text-align: center;
margin: 0 0 5px 0;
}
.popup .bottom .submit {
width: 180px;
display: inline-block;
margin: 0 auto;
font-size: 14px;
}
.popup.block-show {
display: block;
}
.popup.block-hide {
display: none;
}
.overlay {
display: none;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
overflow: hidden;
z-index: 100;
overflow: auto;
opacity:0.7;
filter:alpha(opacity=70);
-moz-opacity:0.7;
background:#000;
}
.popup.popup-registration {
width: 300px;
position: absolute;
top:85px;left: 50%;
margin-left: -150px;
}
.popup.popup-auth {
width: 300px;
position: fixed;
top:160px;left: 50%;
margin-left: -150px;
}
#popupAlert{
width: 500px;
margin-left: -250px;
position: fixed;
top:160px;
left: 50%;
}
#popupAlert .body{
padding: 25px 20px 10px;
}
.popup .forgot {
float: right;
}
.popup.popup-auth .bottom .button {
margin: 15px 0 5px 0;
}
.popup.popup-basket {
/*width: 600px;*/
width: 680px;
position: absolute;
top:80px;left: 50%;
margin-left: -300px;
}
/*========Р В Р вЂ Р РЋР С“Р В РЎвЂ”Р В Р’В»Р РЋРІР‚в„–Р В Р вЂ Р В Р’В°Р РЋРІвЂљВ¬Р В РЎвЂќР В Р’В° Р В РЎвЂќР В РЎвЂўР РЋР вЂљР В Р’В·Р В РЎвЂ�Р В Р вЂ¦Р РЋРІР‚в„–==============*/
.basketTable {
width: 100%;
border-collapse: collapse;
}
.basketTable th {
padding: 10px 0;
text-align: left;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
background: #faecdc;
}
.basketTable td {
padding: 10px 0;
}
.basketTable .product {
padding-left: 10px;
padding-right: 10px;
}
.basketTable td.product {
width: 100px;
}
.basketTable td.productDetail {
width: 180px;
padding-right: 20px;
}
.order .basketTable td.productDetail {
width: 160px;
}
.basketTable .title {
font-size: 14px;
margin-bottom: 5px;
}
.basketTable td.number {
font-size: 18px;
font-weight: 700;
}
.basketTable .basket-count-change {
	position: relative;
	width: 20px;
	height: 20px;
	margin-left: auto;
	border-width: 2px;
	border-color: #fff;
	border-style: solid;
	border-radius: 3px;
	cursor: pointer;
}

.basketTable .basket-count-change::after,
.basketTable .basket-count-change::before {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 6px);
	width: 12px;
	height: 2px;
	background: #4d161b;
	content: ''
}

.basketTable .basket-count-change::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform 225ms;
	transition: -webkit-transform 225ms;
	transition: transform 225ms;
	transition: transform 225ms, -webkit-transform 225ms
}

.basketTable .basket-count-change.minus::after {
	content: none;
}

.basketTable td.quantity {width: 60px;padding-right: 20px;}
.basketTable td.quantity .basket-count-wrapper {width: 70px;padding-right: 20px;display: flex;}
.basketTable td.quantity .basket-count-wrapper input {margin:0 8px; width: 20px; text-align: center;}
.basketTable td.quantity .basket-count-wrapper input::-webkit-outer-spin-button,
.basketTable td.quantity .basket-count-wrapper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.basketTable td.quantity .basket-count-wrapper input[type=number] {
	-moz-appearance: textfield;
}
.basketTable th.discount {
	width: 80px;
}
.basketTable th.totalSum {
	width: 100px;
}
table.total {
border-collapse: collapse;
margin: 0 10px;
border-top: 1px solid #e4d7d2;
}
table.total td {
padding: 5px 0;
}
table.total .coupon {
/*width: 270px;*/
width: 580px;
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
}
.order table.total .coupon {
	width: 270px;
}
table.total .coupon .text {
width: 240px;
margin: 7px 0;
background: #faecdc;
}
table.total .price-sum {
/*width: 310px;*/
width: 390px;
}
.order table.total .price-sum {
	width: 310px;
}

.total .price-sum .label {
display: inline-block;
width: 100px;
text-align: right;
padding: 0 15px 0 0;
}
.total .total-sum {
width: 190px;
display: inline-block;
font-weight: 700;
color: #4d161b;
}
.total .price-sum p:last-child .total-sum var {
font-size: 48px;
line-height: 48px;
}
.total .price-sum p:last-child .total-sum {
padding-top:4px;
margin-top:4px;
border-top:1px solid #e4d7d2;
}
.total .price-sum p .total-sum var {
font-size:28px;
}
.total .buttons {
text-align: center;
}
.total .buttons .culc {
display: inline-block;
width: 230px;
height:40px;
padding: 1px 0 2px;
font-size: 17px;
font-weight: 700;
outline: none;
border:none;
border-bottom: 2px solid #40291C;
cursor: pointer;
vertical-align: top;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
behavior: url(/local/templates/print4u-responsive/css/../pie/PIE.htc);
}
.total .buttons .btn, .order .left-block .btn {
width: 260px;
display: inline-block;
height: 38px;
line-height: 38px;
margin: 0 10px;
font-size: 17px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
behavior: url(/local/templates/print4u-responsive/css/../pie/PIE.htc);
}
.total .buttons .continue {
font-size: 14px;
}
/*=======Р В РЎвЂўР РЋРІР‚С›Р В РЎвЂўР РЋР вЂљР В РЎпїЅР В Р’В»Р В Р’ВµР В Р вЂ¦Р В РЎвЂ�Р В Р’Вµ Р В Р’В·Р В Р’В°Р В РЎвЂќР В Р’В°Р В Р’В·Р В Р’В°===============*/
.order .left-block {
width: 350px;
float: left;
font-size: 13px;
}
.formaBlock {
position: relative;
padding: 12px 10px 1px 10px;
margin-bottom: 10px;
background: #faecdc;
}
.formaBlock .line {
position: relative;
margin-bottom: 11px;
}
.formaBlock hr {
margin: 5px 0 10px 0;
background: #e2cec1;
}
.formaBlock label {
display: block;
}
.formaBlock .text, .formaBlock textarea, .formaBlock .line.location input {
width: 320px;
padding: 4px 5px;
}
.formaBlock .note {
display: block;
margin-bottom: -2px;
font-size: 11px;
color: #979797;
line-height: 1.3;
}

.formaBlock .ik_select, .formaBlock .ik_select_dropdown {
width: 330px !important;
}
.formaBlock .ik_select .ik_select_link {
padding: 2px 28px 5px 8px;
font-weight: 100;
}
.formaBlock textarea {
max-width: 320px;
}
.order .left-block .btn {
float: right;
margin: 0 0 20px 0;
}
.order .right-block {
width: 590px;
float: right;
font-size: 13px;
}
.order .right-block .basketTable {
margin: 28px 0 0 0;
}
.order .basketTable th {
color: #fff;
background: #cabaa9;
}
.order .basketTable td {
vertical-align: top;
padding-top: 5px;
padding-bottom: 8px;
background: #faecdc;
}
.order .basketTable td {
border-top:1px solid #e2cec1;
}
.order table.total {
width: 100%;
margin: 10px 0;
border: none;
}
/*======Р В РЎвЂ”Р В Р’ВµР РЋР вЂљР РЋР С“Р В РЎвЂўР В Р вЂ¦Р В Р’В°Р В Р’В»Р РЋР Р‰Р В Р вЂ¦Р РЋРІР‚в„–Р В Р’Вµ Р В РўвЂ�Р В Р’В°Р В Р вЂ¦Р В Р вЂ¦Р РЋРІР‚в„–Р В Р’Вµ================*/
.pinkBg {
width: 100%;
overflow: hidden;
background: #fbf7ee;
}
#left {
width: 250px;
float: left;
}
#left .submenu {
padding: 10px;
margin: 15px 0;
background: #faecdc;
}
.submenu ul {
margin: 0;
}
.submenu li {
padding: 5px 0 0 0;
margin-top: 5px;
font-size: 14px;
border-top: 1px solid #e8cfb5;
text-align: center;
font-weight: 700;
text-transform: uppercase;
}
.submenu li:first-child {
padding:0;
margin: 0;
border:none;
}
.submenu li a {
display: block;
outline: none;
padding: 6px 0;
color: #3e3e3e;
border-bottom: 2px solid #e9d0b7;
text-decoration: none;
background: #f4dfc7;
}
.submenu li.selected a {
cursor: default;
}
.submenu li.selected a {
color: #fff;
border-bottom: 2px solid #d76646;
background: #f1704e;
}
#right {
width: 690px;
float: right;
}
#right .personalBlocks {
width: 700px;
margin-bottom: 40px;
}
.personalBlocks .column {
width: 330px;
float: left;
margin: 0 20px 0 0;
}
.personalBlocks .column .formaBlock {
padding: 10px 10px 5px 10px;
}
.personalBlocks .column .line {
overflow: hidden;
margin-bottom: 10px;
}
.submit-buttons {
	width:690px;
	margin-right:20px;
}
.submit-buttons .buttons {
	float:right;
}
.submit-buttons .btn {
width: 170px;
display: block;
float: left;
margin: 0 0 0 10px;
}
.submit-buttons .btn:first-child {
margin:0;
}
.submit-buttons .cancel {
border-bottom: 2px solid #40291c;
background: #4d161b;
}
.submit-buttons .cancel:hover {
background:#703338;
}
.personalBlocks .head {
padding: 9px 10px;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
background: #cabaa9;
}
/*=======Р В Р’В°Р В РЎвЂќР РЋРІР‚С™Р В РЎвЂ�Р В Р вЂ Р В Р вЂ¦Р РЋРІР‚в„–Р В Р’Вµ Р В Р’В·Р В Р’В°Р В РЎвЂќР В Р’В°Р В Р’В·Р РЋРІР‚в„–===============*/
.orderList {
padding-bottom:10px;
margin-bottom: 20px;
font-size: 13px;
background: #fcf1e4;
}
.orderList .top {
padding: 8px 18px;
font-weight: 700;
color: #3e3e3e;
background: #f4dfc7;
}
.orderList .cnt {
padding: 15px 10px;
}
.orderList .cnt .orderDetail {
padding: 0 10px 2px;
}
.orderList .cnt .left-block {
width: 445px;
padding-right: 20px;
}
.orderList .orderImage {
float: left;
margin: 0 10px 0 0;
}
.orderList .orderText {
display: table;
position: relative;
top: -4px;
}
.orderList .right-block {
width: 200px;
}
.orderList .right-block .status {
padding: 15px 10px 15px 14px;
margin-top: 14px;
}
.orderList .right-block .white {
background: #fff;
}
.orderList .right-block .green {
background: #d5e4c4;
}
.orderList .right-block .grey {
background: #e0d3c7;
}
.orderList .right-block .pink {
background: #f6cabe;
}
.orderList .delivery {
padding: 10px;
margin: -3px 10px 14px;
background: #f3eae0;
}
.orderList .delivery p {
margin-bottom: 5px;
}
.orderList .total {
margin: 0 10px;
overflow: hidden;
}
.orderList .total .total-price {
width: 500px;
float: left;
padding: 7px 0;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
}
.orderList .total .btn {
width: 240px;
font-size: 14px;
float: right;
text-align: center;
padding-top:6px;
height: 24px;
}
/*=======Р В Р’В°Р В Р вЂ Р РЋРІР‚С™Р В РЎвЂўР РЋР вЂљР РЋРІР‚в„–==============*/
.sortLine {
padding: 10px 8px;
overflow: hidden;
margin-bottom: 10px;
line-height: 12px;
font-size: 12px;
background: #faecdc;
}
.sortLine ul, .sortLine ul li {
display: inline;
}
.sortLine span {
padding: 0 5px 0 0;
font-weight: 700;
}
.sortLine ul li {
padding: 0 2px;
}
.sortLine ul li var {
padding: 2px 5px;
background: #e8cfb5;
}
.sortLine ul li a {
display: inline-block;
line-height: 12px;
text-decoration: none;
border-bottom: 1px dotted #0d8fb9;
}
.sortLine ul li a:hover {
border:none;
}
.sortLine .sortby {
float: left;
}
.sortLine .out {
float: right;
}
.sortLine .out li {
margin: 0 2px;
}
.authorsList ul {
width: 960px;
overflow: hidden;
margin-bottom: 0px;
}
.authorsList .section-slider-item {
float: left;
position: relative;
padding: 0;
margin: 0;
}
.authorsList.other li  img {
width: 119px;
height: 120px;
}
.authorsList .capchaText {
display: block;
width: 100%;
padding: 18px 0;
position: absolute;
bottom: 0;left: 0;
text-align: center;
color: #fff;
font-size: 14px;
/*z-index: 10000;
background-color: rgba(0, 0, 0, 0.6);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/
background: url('/local/templates/print4u-responsive/css/../images/bg/fancybox_overlay.png') repeat 0 0;
}
.authorsList li:hover .capchaText {
background:#f1704e;
}
.authorsList li:hover .capchaText var {
background: url('/local/templates/print4u-responsive/css/../images/bg/arrow-top.png') no-repeat 50% 0;
}
.authorsList .capchaText var {
display: block;
padding-top: 23px;
margin-top: -23px;
}
.pager {
width: 100%;
margin: 20px 0;
}
.pager, .pager li {
display: inline-block;
text-align: center;
font-size: 15px;
line-height: 30px;
}
.pager li a, .pager li span {
padding: 4px 10px;
margin: 0 3px 0 0;
}
.pager li a {
color: #3e3e3e;
text-decoration: none;
background: #e8cfb5;
}
/*==========Р РЋР вЂљР В Р’ВµР В Р’В·Р РЋРЎвЂњР В Р’В»Р РЋР Р‰Р РЋРІР‚С™Р В Р’В°Р РЋРІР‚С™Р РЋРІР‚в„– Р В РЎвЂ”Р В РЎвЂўР В РЎвЂ�Р РЋР С“Р В РЎвЂќР В Р’В°===================*/
.searchNum {
margin:-8px 0 10px;
}
.searchResult {
width: 970px;
overflow: hidden;
margin:0px 0 20px;
}
.searchResult li {
width: 240px;
height: 240px;
float: left;
position: relative;
padding: 0 0 20px;
margin: 0 1px 5px 0;
text-align: center;
vertical-align: middle;
font-size: 13px;
background: #faecdc;
list-style: none;
}
.searchResult li:hover {
background:#f1704e;
}
.searchResult li a.pictLink {
display: block;
color: #2e2f39;
text-decoration: none;
width: 240px;
height: 205px;
padding-bottom: 30px;
display: table-cell;
text-align: center;
vertical-align: middle;
}
.searchResult li a.pictLink .price {
	font-size: 18px;
    font-weight: bold;
    /*
    position: absolute;
    width: 100%;
    bottom: 30px;
    */
    width: 90%;
    margin-top: 25px;
    display: inline-block;
}
.searchResult li .zoom {
display: none;
width: 28px;
height: 28px;
text-indent: -9999px;
overflow: hidden;
position: absolute;
top:0;
right: 0;
margin: auto;
left: 0;
bottom: 0;
padding: 0;
z-index: 10;
background:url('/local/templates/print4u-responsive/css/../images/bg/search-result.png') no-repeat 100% 0;
}
.searchResult li span {
width: 100%;
/*padding: 10px 0;
position: absolute;
bottom: 0;left: 0;*/
display: inline-block;
text-align: center;
}
.searchResult li img {
	max-height:160px;
}
.searchResult li img:not(.sticker) {
    width: auto;
    height: 100%;
    border: 2px solid rgb(74, 48, 34);
}
.searchResult li:hover a.pictLink {
color:#fff;

}
.searchResult li:hover .zoom {
display:block;
}
.searchResult li:hover img:not(.sticker) {
border: 2px solid #fff;
}
.searchResult li .pict_wrap {
	display: flex;
    justify-content: center;
    width: 95%;
    margin: 20px auto 0;
}
.searchResult li img.sticker.can_be_draw {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}

.pagination-more{
	text-align: center;
    margin-bottom: 35px;
    margin-top: 35px;
}

.pagination-more a{
	margin-bottom: 10px;
    padding: 10px 35px;
    -webkit-transition: background-color 225ms, color 225ms;
    transition: background-color 225ms, color 225ms;
    border-width: 2px;
    border-color: #f2785f;
    border-style: solid;
    background-color: transparent;
    color: #f2785f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.pagination-more a:hover{
	color: #fff;
	background-color: #f2785f;
}

/*======Р РЋР С“Р В РЎвЂ”Р В РЎвЂ�Р РЋР С“Р В РЎвЂ�Р В РЎвЂўР В РЎвЂќ=============*/
.otherPictures {
padding: 10px 0;
margin: 20px 0;
background: #faecdc;
}
.otherPictures .authorsList .capchaText {
padding: 9px 0;
font-size: 11px;
}
.otherPictures .showAll, .otherPictures .showAllHide  {
margin: 20px 0 10px;
text-align: center;
display:block !important;
}
.otherPictures .showAll .btn, .otherPictures .showAllHide .btn {
width: 156px;
display: inline-block;
line-height: 30px;
font-size: 14px;
}
.hideBlock {
display: none;
}
/*===== fancyBox v2.1.5 =====*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
	    border-radius: 4px;
behavior: url(/local/templates/print4u-responsive/css/../pie/PIE.htc);
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
behavior: url(/local/templates/print4u-responsive/css/../pie/PIE.htc);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Open Sans",sans-serif,Arial;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('/local/templates/print4u-responsive/css/../images/bg/fancybox_sprite.png');
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url('/local/templates/print4u-responsive/css/../images/bg/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url('/local/templates/print4u-responsive/css/../images/bg/blank.gif'); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url('/local/templates/print4u-responsive/css/../images/bg/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
}
#sl-regform font.errortext
{
display: block;
height: 75px;
overflow-y: scroll;
}
.copy {
margin-bottom: 0;
}
.authorsList.sections {
margin-bottom:20px;
min-height: 180px;
}
.authorsList.sections ul{
	max-height: 179px;

}

.authorsList.sections .section-slider-item{
	/*display: none;*/
}


/* ==================================================== */

.main-select.nopadding {
    padding: 0;
}
.link-payment {
	background: url('/local/templates/print4u-responsive/css/../images/payment-icon.png') no-repeat scroll 5px center;
	float: left;
	width: 75px;
	padding-left: 40px;
	line-height:1;
}
.link-delivery {
	background: url('/local/templates/print4u-responsive/css/../images/delivery-icon.png') no-repeat scroll 5px center;
	float: left;
	width: 75px;
	padding-left: 40px;
	line-height:1;
}
.link-delivery a {
	color:#4d161b;
}
.link-payment a {
	color:#4d161b;
}

.menuPlace, .order .order-top {
display:none;
}

.header .basket span.basket-order.popup-show, .basketTable td.number var, .readMore, .readHide {
display:none;
}
.contactsBottom {
    position: relative;
    overflow: hidden;
}
.contactsBottom .layer {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.real-price {
	margin-top: 10px;
	margin-bottom: 10px;
}
.detailFilter .total .price .discount-price span.currency {
font-size: 16px;
vertical-align: bottom;
position: static;
}
.detailFilter .total .price span.number {
padding: 0 5px;
font-size: 46px;
vertical-align: middle;
}
.detailFilter .total .price .discount-price {
font-size:18px;
font-weight:normal;
margin-bottom: 15px;
color:#969696;
display: inline-block;
*display: inline;
zoom: 1
}
.detailFilter .total .price .discount-price span.number {
padding: 0 2px 0 5px;
vertical-align: middle;
font-size:34px;
font-weight:normal;
color:#969696;
}
.detailFilter .total .price .discount-price span.currency {
color:#969696;
}
.detailPictures .pictures-navigation {
overflow: hidden;
margin: 0;
}
#LAST_BUTTON, #NEXT_BUTTON {
margin:10px 0 0;
}

/*--MAINPAGE QUICKFORM CONTAINER--*/
.p4u-quickform-section {
    margin: 30px 0;
    background-color: #faecdc;
}
.p4u-quickform-section .container {
    padding: 40px 0;
	display: flex;
    flex-direction: row;
}
.p4u-quickform-section .p4u-quickform-intro {
	width: 180px;
    font-size: 22px;
    font-weight: 500;
    margin: auto 0px;
    position: relative;
    padding: 0px 50px 0px 0px;
}
.p4u-quickform-section .p4u-quickform-intro:after {
	position: absolute;
    content: ' ';
    width: 24px;
    height: 45px;
    top: 50%;
    opacity: 1;
    background: url(/local/templates/print4u-responsive/css/../images/r_block.png) 0px 0px no-repeat;
    z-index: 3;
	right: 10px;
    margin-top: -23px;
}
.p4u-quickform-section .p4u-quickform-text {
    width: 60%;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.p4u-quickform-section .p4u-quickform-button {
	width: 40%;
    margin: auto 0;
	text-align: center;
}
.p4u-quickform-section .p4u-button {
	background-color: #f1704e;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: 230px;
    font-size: 12px;
    font-weight: 600;
    padding: 9px 0;
    border-bottom: 2px solid #d66140;
}
.p4u-quickform-section .p4u-button:hover {
	background-color: #ff8768;
}
.fullwidth {
    width: 97%;
}
.quickOrderFormSubmit {
    width: 150px;
    height: 40px !important;
}
.quickOrderFormSuccess {
	display: block;
    padding: 50px 10px;
    text-align: center;
    font-size: 14px;
    background-color: #faecdc;
}
header .dynamic-container {
    min-height: auto !important;
}
@media screen and (max-width: 960px) {
	.p4u-quickform-section .p4u-quickform-intro {
		width: 100%;
	    text-align: center;
	    padding-bottom: 20px;
	}
	.p4u-quickform-section .p4u-quickform-intro:after {
		display: none;
	}
	.p4u-quickform-section .p4u-quickform-text, .p4u-quickform-section .p4u-quickform-button {
		width: 100%;
		margin-bottom: 20px;
	}
	.p4u-quickform-section .container {
		display: block;
	}
	.p4u-quickform-section .p4u-quickform-text {
		margin-top: 10px;
	}
	header .dynamic-container {
        width: 100%;
        padding: 0 5px;
        background-color: rgb(251, 247, 238);
        box-sizing: border-box;
	}
	header h1 {
        /* padding: 15px; */
    }
    .header .menu .mainMenu {
        z-index: 1;
    }
}

/* slider */
.section-slider-block .slick-next{
	right: 0;
	z-index: 10;
}

.section-slider-block .slick-prev {
    left: 0;
    z-index: 10;
}

.section-slider-block .slick-prev,
.section-slider-block .slick-next{
	height: 35px;
	width: 35px;
}

.section-slider-block .slick-prev:before,
.section-slider-block .slick-next:before{
	font-size: 35px;
}

.section-slider-block .bx-prev,
.section-slider-block .bx-next{
    display: block;
    width: 43px;
    height: 85px;
    outline: none;
    position: absolute;
    top: 13%;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
}

.section-slider-block .bx-prev {
    left: 0;
    background: url(/local/templates/print4u-responsive/css/../images/bg/arrow-slider.png) no-repeat 0 0;
}

.section-slider-block .bx-next {
    right: 0;
    background: url(/local/templates/print4u-responsive/css/../images/bg/arrow-slider.png) no-repeat -43px 0;
}

.section-slider-block .bx-next:hover {
    background-position: -43px -85px;
}

.section-slider-block .bx-prev:hover {
    background-position: 0 -85px;
}
/* End */


/* Start:/local/templates/print4u-responsive/css/language-warning.css?16578733072215*/
.lang-warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 10;
}
.lang-warning-inner {
    position: fixed;
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 480px;
    max-width: 100%;
    padding: 40px;
    z-index: 11;
    border: 1px solid #ececec;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}
.lang-warning a {
    display: block;
    margin-top: 15px;
    line-height: 30px;
    padding: 8px 0;
    text-align: center;
}
.lang-warning .title {
    font-size: 2em;
    line-height: 1.15em;
    text-align: center;
    margin-bottom: 25px;
}

body.blur-block > *:not(.lang-warning) {
    filter: blur(5px);
}
/*

#alert_language {
    position: fixed;
    width: 227px;
    background: #fff;
    -webkit-box-shadow: -1px 0 12px rgba(141,141,141,.24);
    box-shadow: -1px 0 12px rgba(141,141,141,.24);
    border-radius: 8px;
    z-index: 9999;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: .2s zoomIn;
    animation: .2s zoomIn;
    padding: 24px 22px;
    top: 300px
}

#alert_language .al_text {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #343434;
    text-align: center;
    margin-bottom: 10px;
}

#alert_language .al_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 130px;
    margin: 0 auto
}

#alert_language .al_buttons button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
    color: #343434;
    cursor: pointer;
    border: none;
    outline: 0;
    text-decoration: underline;
}

#alert_language .al_buttons button.active {
    color: #fd7527;
    text-decoration: none;
}
*/

/* End */


/* Start:/local/templates/print4u-responsive/css/language-selector.css?1657844115787*/
.header .menu-top {
}
.header .auth {
    text-align: right !important;
}
.header .auth .authYes {
    display: inline-block !important;
}
.language-selector {
    display: inline-block;
    margin-right: 10px;
    margin-top: 8px;
    vertical-align: top;
}
.language-selector ul {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    line-height: 12px;
}
.language-selector ul li {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}
.language-selector ul li,
.language-selector ul li a {
    color: #dfdbd4;
}
.language-selector ul li a {
    text-decoration: underline;
}
.language-selector ul li a:hover {
    color: #ffffff;
}
.language-selector ul li.active a {
    text-decoration: none;
}
/* End */


/* Start:/local/templates/print4u-responsive/css/custom.css?167612081233627*/
.can-be-draw {
	background: #5dbf8c;
	background: -moz-linear-gradient(-45deg, #5dbf8c 0%, #acc774 100%);
	background: -webkit-linear-gradient(-45deg, #5dbf8c 0%,#acc774 100%);
	background: linear-gradient(135deg, #5dbf8c 0%,#acc774 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dbf8c', endColorstr='#acc774',GradientType=1 );
	color:#fff;
	padding:3px;
	border-radius:2px;
}
.sticker-hit {
    position: absolute;
    top: 5px;
    left: 5px;
    height: auto !important;
    width: auto !important;
    padding: 3px 10px !important;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 0, 0);
    font-size: 16px !important;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
}
.sticker-article {
    position: absolute;
    top: 5px;
    right: 5px;
    height: auto !important;
    width: auto !important;
    padding: 3px 10px !important;
    color: rgb(255, 255, 255);
    background-color: rgb(77, 20, 29);
    font-size: 12px !important;
    border-radius: 4px;
}
.copy a {
color: #cab7a1;
font-size:13px;
}
.header .auth .auth-link:hover {
text-decoration:none;
background: #f5e8d8 url('/local/templates/print4u-responsive/css/../images/icons/ico-auth.png') no-repeat 15px 10px;
}
.header .auth .auth-link.out:hover {
margin-left: 10px;
background: #f5e8d8 url('/local/templates/print4u-responsive/css/../images/icons/ico-auth.png') no-repeat 12px -24px;
}
.ul-list {
	list-style: none;
	list-style-position: inside; margin-bottom: 30px;
}
.ul-list li {
	color: #484848;
	display: list-item;
	padding-left: 20px;
	background: url(/local/templates/print4u-responsive/css/../images/list.png) no-repeat 8px 10px;
}
.ul-list ul {
	margin-left:20px;
	margin-top:7px;
	margin-bottom:7px;
}
.ol-list {
	list-style-type: decimal-leading-zero;
	padding-left: 20px;
	margin-bottom: 30px;
}
.ol-list li {
	padding: 0px 0px 9px 3px;
}
.authorsList.sections .section-slider-item {
	width: 240px;
	max-height: 180px;
}

@media screen and (max-width: 960px){
	.sortLine {
	    display: none;
	    margin-bottom: 10px;
	}

	.authorsList.sections {
		min-height: unset;
	}
}


.authorsList.other li {
	width: 119px;
	height: 120px;
}
.common-table {
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 115%;
	width: auto;
	overflow: auto;
	display: block;
	margin-bottom:20px;
}
.common-table th {
	background-color: #56272b;
	font-weight: normal;
	color: white;
	padding: 13px 13px;
	text-align:left;
}
.common-table td {
background-color: #f4dfc7;
padding: 13px 13px;
text-align: center;
}
.common-table thead {
	text-align:center;
}
/*=========таблица===========*/
.common-table-wide {
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 115%;
	overflow: auto;
	display: block;
	margin:auto;
	width:695px;
}
.common-table-wide th {
	background-color: #56272b;
	font-weight: normal;
	color: white;
	padding: 13px 13px;
	text-align:left;
}
.common-table-wide td {
	width:70px;
	background-color: #f4dfc7;
	padding: 13px 13px;
	text-align: center;
}
.common-table-wide thead {
	text-align:center;
}
.common-table-wideC {
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 115%;
	overflow: auto;
	display: block;
	margin:auto;
	width:690px;
}
.common-table-wideC th {
	background-color: #56272b;
	font-weight: normal;
	color: white;
	padding: 13px 13px;
	text-align:left;
}
.common-table-wideC td {
	width:345px;
	background-color: #f4dfc7;
	padding: 13px 13px;
	text-align: center;
}
.common-table-wideC thead {
	text-align:center;
}
/*=========новости===========*/
.type ul {
margin: -40px 0 18px 0;
overflow: hidden;
border-bottom: 1px solid #cdcdcd;
}
.type ul li {
width: 21px;
height: 20px;
padding: 0;
margin: 0 0 5px 10px;
float: right;
text-indent: -9999px;
overflow: hidden;
}
.type ul li a {
display: block;
width: 21px;
height: 20px;
}
.type ul li.list a {
background: url('/local/templates/print4u-responsive/css/../images/bg/news-type.png') no-repeat -31px -30px;
}
.type ul li.list.selected a {
background: url('/local/templates/print4u-responsive/css/../images/bg/news-type.png') no-repeat -31px 0;
}
.type ul li.block.selected a {
background: url('/local/templates/print4u-responsive/css/../images/bg/news-type.png') no-repeat 0 -30px;
}
.type ul li.block a {
background: url('/local/templates/print4u-responsive/css/../images/bg/news-type.png') no-repeat 0 0;
}
.newsList .left-block, .newsBlock .left-block {
width: 720px;
}
.newsList .newsItem {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #cdcdcd;
}
.newsList .newsItem .image {
float: left;
margin: 0 20px 0 0;
}
.newsItem .newsText {
display: table;
}
.newsItem .newsText p {
margin-bottom: 7px;
}
.newsItem .newsText .title {
font-size: 14px;
font-weight: 700;
}
.newsItem .newsText .title a {
color: #2d96bc;
text-decoration: none;
}
.newsItem .newsText .title a:hover, .back2news .back2newsLink span {
text-decoration: underline;
}
.newsItem .newsText .more {
color: #a39d96;
text-decoration: none;
}
.newsItem .newsText .date {
display: block;
text-align: right;
color: #737373;
}
.newsList .right-block, .newsBlock .right-block {
width: 220px;
float: right;
}
.newsList .right-block .banner, .newsBlock .right-block .banner {
margin-bottom: 20px;
}
.newsList .right-block .banner img, .newsBlock .right-block .banner img, .newsBlock .newsItem .image img {
display: block;
}
.newsBlock .newsItem {
width: 239px;
float: left;
margin:0 1px 12px 0;
}
.newsList .newsItem {
height: 110px;
}
.newsBlock .newsItem .image {
margin-bottom: 5px;
}
.newsBlock .newsItem .newsText {
margin: 0 7px;
}
.newsBlock .newsItem .newsText p {
margin-bottom: 5px;
}
.newsBlock .newsItem .newsText .date {
text-align: left;
}
.datailText {
margin-bottom: 15px;
}
.datailText h2 {
padding-top: 0;
text-align: left;
color: #000;
}
.datailText .back2news {
padding: 5px 0 15px;
margin-bottom: 10px;
border-bottom: 1px solid #cdcdcd;
overflow: hidden;
}
.datailText .back2news .more {
color: #a39d96;
text-decoration: none;
}
.datailText .back2news a {
color: #2d96bc;
text-decoration: none;
}
.back2news .back2newsLink span:hover {
text-decoration: none;
}
.datailText .date {
float: right;
color: #737373;
}
.active-page {
color: #fff;
background: #4d161b;
}
.inactive-page {
color: #e8cfb5;
background: #f3ebe2;
}
div.bx-auth-profile input.bx-auth-input {vertical-align:middle;}
div.bx-auth-profile span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-profile div.bx-auth-secure-icon {background-image:url(/local/templates/print4u-responsive/css/../images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-profile div.bx-auth-secure-unlock {background-image:url(/local/templates/print4u-responsive/css/../images/sec-unlocked.png);}

#review4unauth {
	background: #faecdc url('/local/templates/print4u-responsive/css/../images/close-icon.png') no-repeat 5px;
	padding: 10px 10px 10px 35px;
	margin-bottom:30px;
	font-size:14px;
}
div.errortext
{
	color:#bc1a29;
	background: #ffc2ba url('/local/templates/print4u-responsive/css/../images/close-icon.png') no-repeat 5px;
	margin-bottom:5px;
	padding: 10px 10px 10px 35px;
	/*max-width: 635px;*/
}

div.notetext
{
	color:green;
	padding: 10px 10px 10px 35px;
	background: #c0e5a4 url('/local/templates/print4u-responsive/css/../images/check-icon.png') no-repeat 5px;
	margin-bottom:5px;
	/*max-width: 635px;*/
}
div.ordercomplete
{
	padding: 10px 10px 10px 55px;
	background: #faecdc url('/local/templates/print4u-responsive/css/../images/order-complete.png') no-repeat 10px 10px;
	margin-bottom:35px;
	font-size:14px;
}
div.forgotpassword
{
	padding: 10px 10px 10px 55px;
	background: #faecdc url('/local/templates/print4u-responsive/css/../images/forgot-password.png') no-repeat 10px 10px;
	margin-bottom:35px;
	font-size:14px;
	overflow:auto;
}
div.forgotpassword .starrequired
{
	color:#bc1a29;
}
div.forgotpassword .left
{
	float:left;
}
div.forgotpassword .right
{
	margin-right:120px;
	float:right;
}
div.ordererror
{
	padding: 10px 10px 10px 55px;
	background: #faecdc url('/local/templates/print4u-responsive/css/../images/order-error.png') no-repeat 10px 10px;
	margin-bottom:35px;
	font-size:14px;
}
div.notification-container {
	max-width:680px;
}
div.auth-please
{
	padding: 10px 10px 10px 55px;
	background: #faecdc url('/local/templates/print4u-responsive/css/../images/auth-please.png') no-repeat 10px 10px;
	margin-bottom:35px;
	font-size:14px;
	overflow:auto;
}
div.system-register
{
	padding: 10px 10px 10px 55px;
	background: #faecdc url('/local/templates/print4u-responsive/css/../images/system-register.png') no-repeat 10px 10px;
	margin-bottom:35px;
	font-size:14px;
	overflow:auto;
}
.cancel-order-block {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom:20px;
}
/*Table*/
table.sale_personal_order_detail
{
	width:100%;
	background-color:#fcf1e4;
	border-collapse:collapse;
	font-size:12px;
}

/*Table head*/
table.sale_personal_order_detail th
{
	background:#f4dfc7;
	#text-align: left;
	color:#23e3e3e;
}

/* Table cells and heads*/
table.sale_personal_order_detail th, table.sale_personal_order_detail td
{
	border:1px solid #d7b389;
	padding: 3px 5px;
	vertical-align:top;
}

.sale_personal_order_detail_no_border
{
	border: 0px;
	padding: 3px;
	vertical-align:top;
}
div.no-section-error
{
	color:#bc1a29;
	background: #faecdc url('/local/templates/print4u-responsive/css/../images/close-icon.png') no-repeat 15px;
	margin-bottom:25px;
	padding: 30px 30px 30px 50px;
	line-height:1;
	font-size:14px;
}
.picturePrewiev div.frame{
	position: relative;
	margin: 0 auto 5px;
	padding: 10px 15px 15px;
	display:inline-block;
	overflow: hidden;
}
#ctl {top:0;left:0; z-index: 100;}
#ctr {top:0;right:0; z-index: 100;}
#cbr {bottom:0;right:0; z-index: 100;}
#cbl {bottom:0;left:0; z-index: 100;}
#bl {left:0; width:100%;}
#bt {top:0; width:100%;}
#br {right:0; width:100%;}
#bb {bottom:0; width:100%;}
.picturePrewiev div.frame a.zoom {
	display: inline-block;
	position: relative;
}
.picturePrewiev div.frame a.zoom img.can_be_draw {
	position: absolute;
	top: 0;
	left: 0;
}


.picturePrewiev div.frame img.frame-img{
	position: absolute;
}
.p4u-mfeedback .top {
padding: 14px 0;
text-align: center;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
background: #4d161b;
}
.p4u-mfeedback .feedback-form {
background: #f4dfc7;
padding:15px;
}
.p4u-mfeedback label {
margin-bottom: 7px;
font-weight: 700;
color: #3e3e3e;
font-size: 15px;
text-transform: uppercase;
}
.p4u-mfeedback .text {
	margin-bottom:10px;
}
.p4u-mfeedback .mf-req {
	color:#4d161b;
}
.p4u-mfeedback .info-message {
	float:right;
	line-height:1;
	font-size:11px;
	width: 165px;
}
.checkout-info {
background: #f4dfc7;
}
.checkout-info .top {
padding: 15px;
text-align: center;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
background: #4d161b;
}
.checkout-info .content {
padding:15px;
width:600px;
font-size:14px;
}
.basketTable .delete{
	width: 25px;
	height: 25px;
	background: url('/local/templates/print4u-responsive/css/../images/delete-icon.png') no-repeat;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
	-moz-opacity: .7; /* Mozilla 1.6 и ниже */
	-khtml-opacity: .7; /* Konqueror 3.1, Safari 1.1 */
	opacity: .7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.basketTable .delete:hover{
	width: 25px;
	height: 25px;
	background: url('/local/templates/print4u-responsive/css/../images/delete-icon.png') no-repeat;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
	-moz-opacity: 1; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
	opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.preload{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/local/templates/print4u-responsive/css/../images/preload.gif") no-repeat 50% 50%;
	display: none;
}
div.two-blocks.author.full{
	display: none;
}
a.add-file{
	color: #8e8680;
	text-decoration: none;
	border-bottom: 1px dotted #8e8680;
}
a:hover.add-file{
	border-bottom: none;
}
.can-be-draw {
	font-size:11px;
	line-height:1.2;
}
/*
.searchResult li:hover .buy_butt_sect {
	display: block;
}
.buy_butt_sect {
    display: none;
	position: absolute;
    width: 150px;
    top: 50%;
    left: 50%;
    margin-top: -23.5px;
    margin-left: -75px;

    padding: 10px 0;
    line-height: 25px;
    border-bottom: 2px solid #4D161B;
    color: #fff;
    text-decoration: none;
    background: #4D161B;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(/local/templates/print4u-responsive/css/pie/PIE.htc);
}
*/

/*--DIFFICULITY--*/
.difficulity {
	display: none;
}
/*.line.location {
	display:none;
}*/

/* SEO-RULE Block Begin */
.add_seo_rule {
	position: fixed;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #d40007 url(/local/templates/print4u-responsive/css/../images/add_seo_rule2.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
	top: calc(50% + 130px);
	right: 10px;
	cursor: pointer;
	z-index: 2;
}
.md-modal {
	display: none;
	width: 100%;
    max-width: 850px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.md-content {
/*    color: #fff;*/
/*    background: #fff;*/
/*    border-radius: 5px;*/
    position: relative;
    padding: 20px;
    margin: 0 auto;
}
.pull-right {
	float: right;
}
.group-material {
    position: relative;
    margin-bottom: 25px;
}
.group-material input, .group-material textarea {
    font-size: 16px;
    padding: 5px;
    color: #2b2d42;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #BFC6D2;
/*    resize: none;*/
	box-sizing: border-box;
}
.group-material input:focus {outline:none;}
.group-material textarea:focus {outline:none;}
.group-material label {
    color: #8d99ae;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.group-material input:focus ~ label, .group-material input:valid ~ label {
	top:-16px;
	font-size:10px;
}
.group-material textarea:focus ~ label, .group-material textarea:valid ~ label {
	top:-16px;
	font-size:10px;
}
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.bar {
    position: relative;
    display: block;
    width: 100%;
}
.bar:before {
    left: 50%;
}
.bar:after {
    right: 50%;
}
.bar:before, .bar:after {
	content: '';
	height: 3px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #d40007;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#add_seo_rule_form .desc {
    margin-bottom: 25px;
    font-size: 15px;
}
/* SEO-RULE Block End*/

/*pagenavigation*/
.pagination-more{
	display: none;
}

.sidebar__item.catalog ul li a
{
	padding-left: 15px;
}

.sidebar__item.catalog ul li:first-child a
{
	/*padding-left: 15px;*/
}

.sidebar__item.catalog ul.depth-level-2 li a
{
	padding-left: 30px;
}

.sidebar__item.catalog ul.depth-level-2 li:first-child a
{
	padding-left: 15px;
}


/* kartina-po-photo */
.uslugi-block .authorsList.sections {
    margin-bottom: 30px;
}

.uslugi-block .authorsList ul {
    width: 970px;
    overflow: hidden;
    margin-bottom: 0px;
    max-height: unset;
}

.uslugi-block .authorsList.sections li {
    width: 239px;
    height: 180px;
}
.uslugi-block .authorsList li {
    float: left;
    position: relative;
    padding: 0;
    margin: 0 1px 1px 0;
}

.hidden-block {
    display: none !important;
}

@media screen and (max-width: 960px){
	.uslugi-block .authorsList ul, .searchResult {
	    width: 100%;
	}
	.uslugi-block .authorsList.sections li, .searchResult li {
	    width: 33%;
	}
	.uslugi-block .authorsList.sections li img {
	    width: 100%;
	}
}

@media screen and (max-width: 640px){
	.uslugi-block .authorsList.sections li, .searchResult li {
	    width: 49.5%;
	}
	.uslugi-block .authorsList .capchaText {
	    padding: 10px 0;
	}
}

.popular-pictures {
	position: relative;
    display: flex;
    width: 100%;
}
.owl-stage-outer {
	width: 100%;
    overflow: hidden;
}
.owl-stage-outer .owl-stage {
    display: flex;
}
.owl-stage-outer .owl-stage .owl-item img {
    height: auto;
    width: 100%;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    display: block;
    width: 43px;
    height: 85px;
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    text-indent: -9999px;
    border: none;
    overflow: hidden;
}
.owl-nav .owl-prev {
    left:0;
    background: url('/local/templates/print4u-responsive/css/../images/bg/arrow-slider.png') no-repeat 0 0;
}
.owl-nav .owl-prev:hover {
    background-position:0 -85px;
}
.owl-nav .owl-next {
    right: 0;
    background: url('/local/templates/print4u-responsive/css/../images/bg/arrow-slider.png') no-repeat -43px 0;
}
.owl-nav .owl-next:hover {
    background-position:-43px -85px;
}

/* SUNAPI POPUPS */
.popup-item-wrapper {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    opacity: 1;
    background-color: rgb(255, 255, 255);
    transition: top 0.3s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 10;
}
.popup-item-wrapper.popup-small {
    max-width: 500px;
}
.popup-item-wrapper:not(.popup-small) {
    max-width: 800px;
}
.popup-item-wrapper.popup-hidden {
    top: -100vh;
    opacity: 0;
}
.popup-item-wrapper .popup-inner-wrapper {
    display: flex;
    flex-direction: column;
    background-color: rgb(251, 247, 238);
}
.popup-item-wrapper .popup-header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 35px;
    color: rgb(255, 255, 255);
    background-color: rgb(77, 22, 27);
}
.popup-item-wrapper .popup-header .popup-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 5px;
    font-size: 20px;
    font-weight: 600;
}
.popup-item-wrapper .popup-header .popup-hint {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.popup-item-wrapper .popup-close {
    display: inline-flex;
    justify-content: center;
    flex: 0 0 auto;
    height: 28px;
    width: 28px;
    margin-left: auto;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/local/templates/print4u-responsive/images/bg/fancybox_sprite.png);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: center top;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup-item-wrapper .popup-body {
    position: relative;
    font-size: 16px;
    line-height: 20px;
}
.popup-item-wrapper .popup-body:not(.no-overflow) {
    max-height: 50vh;
    overflow-y: auto;
}
.popup-item-wrapper .popup-body:not(.no-paddings) {
    padding: 10px;
}
.popup-item-wrapper .popup-body .popup-row {
    display: flex;
}
.popup-item-wrapper .popup-body .popup-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    max-height: 100%;
    width: 100%;
    padding: 10px 0;
    overflow-y: auto;
}
.popup-item-wrapper .popup-body .popup-list .popup-list-item {
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 35px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 24px;
    transition: background-color 0.5s ease-in-out;
    cursor: pointer;
}
.popup-item-wrapper .popup-body .popup-list .popup-list-item:hover {
    background-color: rgb(250, 238, 210);
}
.popup-item-wrapper .popup-body .popup-side-photo {
    display: inline-flex;
    flex: 0 0 auto;
    height: 100%;
}
.popup-item-wrapper .popup-body .popup-side-photo img {
    height: 100%;
    width: auto;
}
.popup-item-wrapper .popup-body .popup-body-description {
    font-size: 16px;
}
.popup-item-wrapper .popup-body .popup-list .popup-list-item .icon-checked {
    margin-right: 10px;
}
.popup-item-wrapper .popup-body .popup-list .popup-list-item label {
    width: 100%;
    cursor: pointer;
}
.popup-item-wrapper .popup-body input[type="text"], .popup-item-wrapper .popup-body input[type="tel"] {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-sizing: border-box;
}
.popup-item-wrapper input[type="submit"], .popup-item-wrapper button[type="submit"] {
    padding: 8px 15px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgb(241, 112, 78);
    border: none;
    border-bottom: 2px solid rgb(214, 97, 64);
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}
.popup-item-wrapper input[type="submit"]:hover {
    background-color: rgb(214, 97, 64);
}
.popup-item-wrapper .popup-footer {
    display: flex;
    padding: 10px;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9;
}
.icon-checked {
    display: inline-flex;
    flex: 0 0 auto;
    height: 20px;
    width: 20px;
    background-image: url(/local/templates/print4u-responsive/images/check-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
}
.popup-item-wrapper .text-uppercase {
    text-transform: uppercase !important;
}
.popup-item-wrapper .text-bold {
    font-weight: 700 !important;
}
/* *** */

/* FAST BUY POPUP */
.popup-item-wrapper .popup-body .fast-buy-popup-inner-wrapper {
    display: flex;
}
.popup-item-wrapper .popup-body .fast-buy-catalog-list {
    flex: 0 0 auto;
    margin-right: 10px;
}
.popup-item-wrapper .popup-body .fast-buy-form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 10px;
}
.popup-item-wrapper .popup-body .fast-buy-form-wrapper * {
    box-sizing: border-box;
}
.popup-item-wrapper .popup-body .fast-buy-form-body {
    display: flex;
    flex-direction: column;
}
.popup-item-wrapper .fast-buy-form-body .fast-buy-form-field, .detailFilter .fast-buy-form-field {
    display: flex;
    flex-direction: column;
}
.popup-item-wrapper .fast-buy-form-body .fast-buy-form-field:not(:first-child), .detailFilter .fast-buy-form-field:not(:first-child) {
    margin-top: 10px;
}
.popup-item-wrapper .fast-buy-form-body .fast-buy-form-field input, .detailFilter .fast-buy-form-field input {
    width: 100%;
    margin-top: 5px;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    outline: none;
}
.popup-item-wrapper .fast-buy-form-body .fast-buy-form-field .empty-required-field, .detailFilter .fast-buy-form-field .empty-required-field {
    border-color: rgb(255, 0, 0);
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}
.popup-item-wrapper .fast-buy-form-body .fast-buy-form-field.fast-buy-form-field-buttons, .detailFilter .fast-buy-form-field.fast-buy-form-field-buttons {
    margin-top: 20px;
}
.popup-item-wrapper .fast-buy-form-body .fast-buy-form-field-buttons button[type="submit"] {
    margin-left: auto;
    outline: none;
}
.popup-item-wrapper .popup-body .fast-buy-form-completed.fast-buy-form-status-success, .detailFilter .fast-buy-form-completed.fast-buy-form-status-success {
    color: rgb(0, 128, 0);
}
.popup-item-wrapper .popup-body .fast-buy-form-completed.fast-buy-form-status-error, .detailFilter .fast-buy-form-completed.fast-buy-form-status-error {
    color: rgb(255, 0, 0);
}
.popup-item-wrapper .popup-body .fast-buy-form-heading, .detailFilter .fast-buy-form-heading {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.popup-item-wrapper .popup-body .fast-buy-form-message, .detailFilter .fast-buy-form-message {
    margin-top: 10px;
    color: rgb(0, 0, 0);
    font-size: 12px;
}
/* *** */

/* NEW CATALOG LIST AND FAST BUY ITEM PREVIEW */
.catalog-list-wrapper .catalog-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
}
.catalog-list-wrapper .catalog-list *, .fast-buy-catalog-list * {
    box-sizing: border-box;
}
.catalog-list .catalog-item {
    flex: 0 0 auto;
    width: 25%;
    padding: 2px;
}
.fast-buy-catalog-list .catalog-item {
    flex: 0 0 auto;
    width: 240px;
    padding: 2px;
}
.catalog-list .catalog-item .catalog-item-inner-wrapper, .fast-buy-catalog-list .catalog-item .catalog-item-inner-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 10px;
    background-color: rgb(250, 236, 222);
}
.catalog-list .catalog-item .catalog-item-picture-wrapper, .fast-buy-catalog-list .catalog-item .catalog-item-picture-wrapper {
    position: relative;
}
.catalog-list .catalog-item .catalog-item-picture-link, .fast-buy-catalog-list .catalog-item .catalog-item-picture-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.catalog-list .catalog-item .catalog-item-picture-link img, .fast-buy-catalog-list .catalog-item .catalog-item-picture-link img {
	/*min-height: 156px;*/
    height: 100%;
    max-height: 160px;
    width: auto;
    border: 2px solid rgb(74, 48, 34);
}
.catalog-list .catalog-item .catalog-item-row, .fast-buy-catalog-list .catalog-item .catalog-item-row {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.catalog-list .catalog-item .catalog-item-title, .fast-buy-catalog-list .catalog-item .catalog-item-title {
    display: -webkit-box;
    width: 100%;
    margin-right: 5px;
    padding: 0;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.catalog-list .catalog-item .catalog-item-title {
    min-height: 44px;
}
.catalog-list .catalog-item .catalog-item-title > a {
    color: inherit;
    text-decoration: none;
}
.catalog-list .catalog-item .catalog-item-article, .fast-buy-catalog-list .catalog-item .catalog-item-article {
    flex: 0 0 auto;
    align-self: flex-start;
    color: rgb(119, 119, 119);
    font-size: 12px;
    font-weight: 600;
}
.catalog-list .catalog-item .catalog-item-price, .fast-buy-catalog-list .catalog-item .catalog-item-price {
    font-size: 18px;
    font-weight: 600;
}
.catalog-list .catalog-item .catalog-item-rating, .fast-buy-catalog-list .catalog-item .catalog-item-rating {
    flex: 0 0 auto;
    display: inline-flex;
    margin-left: auto;
}
.catalog-list .catalog-item .catalog-item-rating-stars-item, .fast-buy-catalog-list .catalog-item .catalog-item-rating-stars-item {
    height: 12px;
    width: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
.catalog-list .catalog-item .catalog-item-rating-stars-item:not(.rating-star-item-active), .fast-buy-catalog-list .catalog-item .catalog-item-rating-stars-item:not(.rating-star-item-active) {
    background-image: url(/local/templates/print4u-responsive/images/rate-inactive.png);
}
.catalog-list .catalog-item .catalog-item-rating-stars-item.rating-star-item-active, .fast-buy-catalog-list .catalog-item .catalog-item-rating-stars-item.rating-star-item-active {
    background-image: url(/local/templates/print4u-responsive/images/rate-active.png);
}
.catalog-list .catalog-item .catalog-item-reviews, .fast-buy-catalog-list .catalog-item .catalog-item-reviews {
    display: inline-flex;
    margin-left: 8px;
}
.catalog-list .catalog-item .catalog-item-reviews a, .fast-buy-catalog-list .catalog-item .catalog-item-reviews a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    font-size: 12px;
}
.catalog-list .catalog-item .catalog-item-reviews a:before, .fast-buy-catalog-list .catalog-item .catalog-item-reviews a:before {
    display: inline-flex;
    height: 14px;
    width: 14px;
    margin-right: 3px;
    background-image: url(/local/templates/print4u-responsive/images/chat-bubble.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}
.catalog-list .catalog-item .catalog-item-fast-buy button, .catalog-list .catalog-item .catalog-item-detailed button, .fast-buy-catalog-list .catalog-item .catalog-item-fast-buy button, .fast-buy-catalog-list .catalog-item .catalog-item-detailed button {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 3px;
    transition: background-color 0.3s ease-in-out;
    outline: none;
}
.catalog-list .catalog-item .catalog-item-fast-buy button, .fast-buy-catalog-list .catalog-item .catalog-item-fast-buy button {
    color: rgb(255, 255, 255);
    background-color: rgb(241, 112, 78);
    border: none;
    border-bottom: 2px solid rgb(214, 97, 64);
}
.catalog-list .catalog-item .catalog-item-fast-buy button:hover, .fast-buy-catalog-list .catalog-item .catalog-item-fast-buy button:hover {
    background-color: rgb(214, 97, 64);
}
.catalog-list .catalog-item .catalog-item-detailed, .fast-buy-catalog-list .catalog-item .catalog-item-detailed {
    margin-left: auto;
}
.catalog-list .catalog-item .catalog-item-detailed button, .fast-buy-catalog-list .catalog-item .catalog-item-detailed button {
    color: rgb(241, 112, 78);
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgb(241, 112, 78);
}
.catalog-list .catalog-item .catalog-item-detailed button:hover, .fast-buy-catalog-list .catalog-item .catalog-item-detailed button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(241, 112, 78);
}

footer address.contacts {
    display: flex;
    width: 100%;
    padding-top: 20px;
}
footer address.contacts .address-column {
    width: 100%;
}
@media (min-width: 475px) {
	.catalog-list .catalog-item .catalog-item-picture-wrapper {
		height: 160px;
		display: flex;
		align-items: center;
	}
}
@media (max-width: 960px) {
    .catalog-list .catalog-item {
        width: 33.33333%;
    }
    footer address.contacts {
        justify-content: space-around;
    }
    footer address.contacts .address-column {
        width: auto;
    }
}
@media (max-width: 720px) {
    .catalog-list .catalog-item {
        width: 50%;
    }
    .popup-item-wrapper .popup-header {
        padding: 10px;
    }
    .popup-item-wrapper .popup-body .popup-list .popup-list-item {
        padding: 8px 10px;
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .popup-item-wrapper .popup-body .popup-list .popup-list-item {
        padding: 5px;
        font-size: 14px;
    }
    .popup-item-wrapper .popup-body .popup-side-photo img {
        height: auto;
        width: auto;
    }
}
@media (max-width: 540px) {
    .popup-item-wrapper .popup-body .popup-list {
        width: auto;
        margin: 0 auto;
    }
    .popup-item-wrapper .popup-body .popup-side-photo {
        display: none;
    }
}
@media (max-width: 520px) {
    .popup-item-wrapper.popup-small {
        max-width: unset;
    }
    
    /* FAST BUY */
    .popup-item-wrapper .popup-body .fast-buy-popup-inner-wrapper {
        flex-direction: column-reverse;
    }
    .popup-item-wrapper .popup-body .fast-buy-popup-inner-wrapper * {
        box-sizing: border-box;
    }
    .fast-buy-catalog-list {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-right: 0;
    }
    .fast-buy-catalog-list .catalog-item {
        width: 100%;
    }
    .fast-buy-catalog-list .catalog-item .catalog-item-picture-link img {
        height: auto;
        width: 100%;
        max-height: unset;
    }
    /* *** */
}
@media (max-width: 474.98px) {
    .catalog-list .catalog-item {
        width: 100%;
    }
    .catalog-list .catalog-item .catalog-item-picture-link img {
        /*height: auto;*/
        /*width: 100%;*/
        /*max-height: unset;*/
		max-height: 100%;
    }
    footer address.contacts {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
}
/* *** */

.info-vcard-wrapper {
    background-color: #4d161b;
}

.containerMenu-wrapper {
    background-color: #2e2f39;
    overflow: auto;
    padding-bottom: 10px;
}

.container.additional .column{
    padding: 10px 0 10px;
}

aside.sidebar__item.catalog.minimized {
	max-height: 277px;
}

aside.sidebar__item.catalog.minimized .catalog__list {
	max-height: 204px;
	overflow: hidden;
}
body .grecaptcha-badge {
	visibility: hidden !important;
}
/* End */


/* Start:/local/templates/print4u-responsive/css/tabs.css?16578441152425*/
.tabs{
	display:inline-block;
}
.tabs > div{
	padding-top:10px;
}
.tabs ul{
	margin:0px;
	padding:0px;
}
.tabs ul:after{
	content:"";
	display:block;
	clear:both;
	height:5px;
	background:#4D161B;
}
.tabs ul li {
	margin:0px;
	padding:0px;
	cursor:pointer;
	display:block;
	float:left;
	padding:10px 15px;
	background:#DBC5AC;
	color:#3e3e3e;
}
.tabs ul li.active, .tabs ul li.active:hover{
	background:#4D161B;
	color:#fff;
}
.tabs ul li:hover {
	background:#4D161B;
	color: #fff;
}

/*--FAKE_TABS--*/
.fake_tabs {
	/* border-bottom: 2px solid #4D161B; */
	border-bottom: 2px solid #FAECDC;
	margin-bottom: 10px;
	text-align: center;
}
/* .fake_tabs a {
	display: inline-block;
	width: 49.3%;
	background: transparent;
	color: #000;
	padding: 5px 15px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    border: 1px solid #FAECDC;
    border-bottom: none;
} 

.fake_tabs a.active {
	background:#4D161B;
	color:#fff;
	border: 1px solid #fff;
	border-bottom: none;

}
*/

.fake_tabs a {
  font-size:13px;
  line-height: 14px;
  margin : 0 0 0 -10px;
  border-top-right-radius: 100px 300px;
  border-top-left-radius: 100px 300px;
  padding: 10px 24.5px 5px 24.5px;
  background: #E4CFB8;
  position : relative;
  max-width : 200px;
  display: inline-block;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 0px -8px 10px 0px rgba(228, 207, 184,0.3);
	-moz-box-shadow: 0px -8px 10px 0px rgba(228, 207, 184,0.3);
	box-shadow: 0px -8px 10px 0px rgba(228, 207, 184,0.3);
	outline: none;
}
.fake_tabs a:first-of-type {
	margin: 0;
}
.fake_tabs a.active {
	z-index: 2;
	/* background: #2D0C0F; */
	background: #FAECDC;
	color: #000;
}
/*
ul.tabs > li > a{
  display: inline-block;
  max-width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #222;
}
*/
.fake_tabs a:before, .fake_tabs a:after{
  content : '';
  background : transparent;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border-width: 10px;
  top: 0px;
  border-style : solid;
  position : absolute;
}

.fake_tabs a:before{
  border-color : transparent #ddd transparent transparent;
  -webkit-transform : rotate(48deg);
  left: -23px;
  display: none;
}

.fake_tabs a:after{
  border-color : transparent transparent transparent #ddd;
  -webkit-transform : rotate(-48deg);
  right: -17px;
  display: none;
}
/* End */


/* Start:/local/templates/print4u-responsive/css/media-queries.css?168682147418126*/
@media screen and (max-width: 960px) {
	.hide-desktop {
		display: block;
	}
	.container, .content {
	width: 98%;
	}
	.header .menu .container, .popular .container, .footer .menu-bottom {
	width:100%;
	}
	.header .top-panel .menu-top, .header .menu-links, .header .container > .phones, .main-select .select-picture.picturesCarousel, #spacer/*, .footer .column.contacts*/ {
	display:none;
	}
	.header .menu-top {
		margin: 0px;
		padding: 0px;
	}
	.header .menu-top > ul {
		margin: 0px;
		padding: 0px;
		display: none;
		position: absolute;
		background-color: rgb(251 247 239);
		z-index: 11;
		width: 100%;
	}
	.header .menu-top ul li.flat-menu-item {
		float: none;
		width: 100%;
		padding: 4px 0 4px 6px;
	}
	.header .menu-top ul li.flat-menu-item:hover {
		background: #703338;
		cursor: pointer;
	}
	.header .menu-top ul li.lang-menu-item:hover {
		background: unset;
		cursor: unset;
	}
	.header .menu-top ul li.flat-menu-item.lang-menu-item div a {
		display: inline-block;
	}
	.header .menu-top ul li.flat-menu-item a {
		color: rgb(46 47 57);
	}
	.header .menu-top ul li.flat-menu-item > a {
		text-decoration: none;
	}
	.header .menu-top ul li.flat-menu-item.auth-link > a,
	.header .menu-top ul li.flat-menu-item.logout-link > a {
		font-weight: bold;
	}

	.header .menu-top ul li.flat-menu-item:hover a {
		color: #fff;
	}
	.header .menu-top ul li.flat-menu-item.lang-menu-item:hover a {
		color: rgb(46 47 57);
	}

	.header .menu-top ul li.lang-menu-item .language-selector {
		display: block;
		margin: 2px 0;
	}
	.header .menu-top ul li.lang-menu-item .language-selector ul li {
		color: unset;
	}

	.header .top-panel .phones {
	display:block;
	float:right;
	}
	.header .top-panel .menuPlace {
	width: 75px;
	line-height: 14px;
	text-align: left;
	float: left;
	padding: 10px 0px 0px 4px;
	display: block;
	}
	.header .top-panel .menu-top ul {
		display: block;
	}
	.header .top-panel .menu-top ul li {
		display: block;
	}
	.top-panel .menuPlace a.menu-link {
	font-size: 12px;
	}
	.header .container {
	min-height:95px;
	}
	.header {
	min-height:140px;
	}
	.header .basket {
	right:0;
	}
	.header .auth .auth-link span {
	display:none;
	}
	.header .auth {
	width:auto;
	}
	.header .logo {
	top:41px;
	}
	.header .basket {
	top:40px;
	}
	.header .basket.basketNone {
	top:46px;
	}
	.header .search {
	top: 101px;
	right:0;left:auto;
	z-index:10;
	}
	.header .search .text {
	width:255px;
	}
	.header .registration {
	padding: 5px 10px 0 10px;
	}
	.main-select {
	padding:10px 0 0;
	}
	.main-select .filter {
	float:none;
	margin:0 auto;
	}
	.popular .titleHead {
	    background-position:50% 0;
	}
	.newPictures .titleHead {
	    background-position:50% -57px;
	}
	.popular .titleHead, .newPictures .titleHead {
	width:100%;
	margin-top:45px;
	}
	.menuPlace {
	display:inline-block;
	width:120px;
	line-height:45px;
	text-align:center;
	}
	.menuPlace .menu-link {
	font-size:16px;
	text-transform: uppercase;
	color:#fff;
	}
	.menuPlace .menu-link:hover {
	color:#fff;
	text-decoration:none;
	}
	.menuPlace .menu-link .arrow {
	width:25px;
	height:11px;
	display:inline-block;
	position:relative;
	top:-2px;
	margin: 0 0 0 7px;
	vertical-align: middle;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	}
	.menuPlace .menu-link .arrow:after {
	content:"";
	width:100%;
	height:3px;
	background:#fff;
	position:absolute;
	top:4px;left:0;
	}
	.header .menu .mainMenu {
	display:none;
	padding-bottom:5px;
	position:absolute;
	background: #703338;
	}
	.header .menu li {
	display:block;
	height:auto;
	padding:4px 0;
	}
	.header .menu li:hover {
	background:#f1704e;
	}
	.header .menu ul > li:hover ul.sub {
	display:none;
	}
	.footer {
	position:relative;
	height:auto;
	background:#4d161b;
	}
	.footer .column {
	display:block;
	padding:10px 0;
	width:auto;
	text-align:center;
	}
	.footer .menu-bottom {
	margin-bottom:7px;
	overflow:hidden;
	}
	.footer .menu-bottom li {
	width:50%;
	text-align:center;
	font-size:14px;
	padding:2px 0;
	}
	.footer .social {
	display:table;
	margin:0 auto;
	}
	.footer .menu-bottom li a {
	color:#cab7a1;
	text-decoration:none;
	}
	.containerMenu {
	padding-top:10px;
	}

	.bx-touch .containerMenu {
	   background-color: #2e2f39;
	}

	.container.additional .column{
        padding: 0 0 5px;
    }

	.footer .column.socialBlock {
	padding:0;
	}
	.copy {
	padding: 1% 0 2%;
	margin: 0 -1% -2%;
	background:#2e2f39;
	}
	.main-select .filter {
	width:100%;
	}
	.main-select .filter .bottom .ik_select, .main-select .filter .bottom .ik_select .ik_select_dropdown {
	width:100% !important;
	}
	.main-select .filter .submit {
	margin:0 auto;
	display: block;
	}
	.header .basket .basket-order {
	white-space: nowrap;
	}
	.authorsList ul, .searchResult {
	width:100%;
	}
	.authorsList.sections li, .searchResult li {
	width:33%;
	/* height:auto; */
	}
	.authorsList.sections li img {
	width:100%;
	}
	.container .sortLine > div {
	float:none;
	}
	.sortLine ul li {
	display: inline-block;
	margin: 2px 0;
	}
	.sortLine .sortby {
	display:none;
	margin-bottom:10px;
	}
	p {
	margin-bottom:6px;
	}
	h1,h2,h3,h4,h5,h6 {
	line-height:normal;
	}
	h1, .title-h1 {
	font-size:24px;
	line-height:normal;
	padding: 5px 0;
	}
	h2, .style-h2, h3, h4 {
	padding: 5px 0;
	}    
	h2 , .style-h2, .likeh2 {
	font-size:20px;
	line-height:normal
	}
	h3 {
	font-size:16px;
	}
	.header .basket {
	width: 210px;
	padding: 0 0 0 50px;
	}
	.header .basket .price {
	display:inline-block;
	font-size:15px;
	}
	.header .basket .basket-order {
	font-size: 12px;
	padding: 0 5px;
	line-height: 22px;
	}
	.select-picture.detailPictures {
	width:auto;
	padding:0;
	margin-bottom:20px;
	float:none;
	height:auto !important;
	}
	.detailPictures .article-container {
	margin:0;	
	}
	#LAST_BUTTON, #NEXT_BUTTON {
	margin:10px 0;	
	}
	.authorsList.other {
	display: table;
	margin: 0 auto;
	width: auto;
	text-align:center;
	}
	.authorsList.other li {
	display:inline-block;
	float:none;
	vertical-align:top;
	}
	.basketTable {
	border-bottom: 1px solid #e4d7d2;
	}
	.basketTable th.sum {
	display:none;
	}
	.basketTable td {
	display:inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	.basketTable td.quantity {
		padding-left:10px;
	}
	.basketTable td.product {
	width:20%;
	}
	.basketTable td.productDetail {
	width:78%;
	padding-right:40px;
	}
	.basketTable td.number {
	display:block;
	padding:3px 10px;
	font-weight:normal;
	}
	.basketTable td.numberSum {
	padding-bottom:15px;
	border-bottom: 1px solid #e4d7d2;
	}
	.basketTable td.number var {
	display:inline-block;
	margin-right:5px;
	}
	.basketTable .lineRow {
	position:relative;
	display:block;
	}
	.basketTable .deleteItem {
	position:absolute;
	top:40%;right:20px;
	}
	.basketTable .lineRow:last-child td.numberSum {
	border-bottom: none;
	}
	.popup-basket table.total {
	width: 97%;
	margin: 10px auto;
	border:none;
	}
	.popup-basket table.total td {
	display:block;
	width:auto;
	padding:0;
	}
	.popup-basket table.total .price-sum, .popup-basket table.total .buttons {
	padding-bottom:10px;
	}
	.popup-basket table.total .buttons p {
	margin:0;
	}
	table.total .price-sum p {
	margin:0;
	}
	.total .price-sum .label, .total .total-sum {
	width:auto;
	text-align:left;
	font-size:16px;
	font-weight: 100;
	padding: 0 5px 0 0;
	line-height: 14px;
	}
	.total .price-sum p:last-child .total-sum var, .total .price-sum p .total-sum var {
	font-size:16px;
	font-weight: 100;
	line-height: 14px;
	}
	.total .price-sum p:last-child .total-sum {
	border:none;
	}
	
	.order .right-block, .order .left-block {
	width:100%;
	float:none;
	}
	.order .order-top {
	display:block;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #4d161b;
	}
	.order .order-top span {
	position:relative;
	cursor: pointer;
	}
	.order .order-top span:after {
	content:"";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #fff;
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
	}
	.order .order-top.active span:after {
	border-top:none;
	border-bottom: 8px solid #fff;
	}
	.order .basketTable th {
	display:none;
	}
	.order .basketTable td {
	border:none;
	background:none;
	}
	.order .basketTable td.numberSum {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4d7d2;
	}
	.order .basketTable tr:last-child td.numberSum {
	border-bottom:none;
	}
	.order .basketTable td.productDetail {
	padding-right:0;
	}
	#order_form_content table.total .coupon {
	display:none;
	}
	#order_form_content .total .price-sum .label, #order_form_content .total .total-sum, #order_form_content .total .price-sum p .total-sum var {
	font-weight:bold;
	font-size: 17px;
	}
	.order .left-block .btn {
	display:block;
	margin:0 auto 15px;
	float:none;
	}
	#left, #right {
	width:auto;
	float:none;
	}
	.submenu li {
	font-size:12px;
	}
	.submenu li a {
	padding:3px 0 2px;
	}
	#right .personalBlocks {
	width: auto;
	}
	#sl-edit-profile {
	margin-left:-2%;
	}
	.personalBlocks .column {
	width:48%;
	margin: 0 0 0 2%;
	}
	.formaBlock .text, .formaBlock textarea, .formaBlock .line.location input {
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	.submit-buttons {
	width:auto;
	}
	.submit-buttons .buttons {
	float:none;
	text-align:center;
	}
	.submit-buttons .btn {
	display:inline-block;
	float:none;
	}
	.header .phones .number {
	color:#dfdbd4;
	}
	
	.newsList .left-block, .newsBlock .left-block {
	width:70%;
	}
	.newsList .right-block, .newsBlock .right-block {
	width:30%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:1%;
	}
	.newsList .left-block .clear, .newsBlock .left-block .clear {
	display:none;
	}
	.newsBlock .newsItem {
	width: 49%;
	float: none;
	display: inline-block;
	vertical-align: top;
	}
	.newsList .right-block .banner, .newsBlock .right-block .banner {
	text-align:center;
	}
	.newsList .right-block .banner img, .newsBlock .right-block .banner img {
	margin:0 auto;
	}
	.newsList .newsItem {
	height:auto;
	overflow: hidden;
	}
	.readMore {
	display:block;
	}
	.searchResult li a {
	padding:0 15px 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	.checkout-info .content {
	width:auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	.detailFilter .fileUpload .button {
	float:none;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 170px;
	width:100px;
	}
	.showAllText {
	display:none;
	}
	.readHide {
	display:block;
	}
	.detailPictures .picturePrewiev {
	width:1000px;	
	}
	.detailFilter .total, .detailFilter .form-top {
	display:table;
	margin:10px auto 0;
	padding-top:0;
	border:none;
	}
	.detailFilter .total .add2basket {
	display:block;
	margin: 18px auto 10px;
	}
	.searchResult li a.pictLink {
	width:400px;
	}
	.popularPictures {
        display: flex;
	}
	.popularPictures li {
	    max-width: 236px;
	}
	.header .mobile-sticky-headline {
	    position: relative;
	    top: 0;
	    left: 0;
	    right: 0;
	    width: 100%;
	    /* transition: top 0.5s ease-in-out; */
	    z-index: 1;
	}
	.header .top-panel {
	    height: 34px;
	    /* transition: height 0.5s ease-in-out; */
	}
	.header.fixed-header .mobile-sticky-headline {
	    position: fixed;
	    /*top: -34px;*/
	    top: 0px;
	    background: url(/local/templates/print4u-responsive/images/bg/header.png) repeat-x 0 0;
	}
    .header.fixed-header .top-panel {
        /*height: 0;*/
    }
    #wrap > .content.wide {
        /*top: 141px;*/
    }
}

@media screen and (max-width: 767px) { 
.header .phones .number {
font-size:16px;
}
.header .basket var {
display:none;
}
.header .basket {
font-size: 12px;
}
.header .basket .basket-order {
position:absolute;
right:0;
}
.header .authYes .user {
display:none;
}
.mCSB_scrollTools .mCSB_draggerContainer:after {
content:"";
width:20px;
height:20px;
position:absolute;
bottom:0;right:0;
background: url('/local/templates/print4u-responsive/css/../images/bg/scrollbar.png') no-repeat 100% 0;
}
.detailPictures .picturePrewiev {
width:100%;
height:100%;
display:block;
}
.picturePrewiev div.frame {
margin: 15px auto 20px;
padding: 25px 15px 10px;
}
.detailList li, .detailList li .caption {
width:75px;
height:75px;
}
#detailCarousel .images_container {
height:75px;
}
.detailList li .caption {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.detailList li .caption .size22 {
font-size:16px;
}
.container .detailList li .caption span {
margin-bottom:3px;
}

.common-table-wide, .common-table-wideC {
width:100%;
}
.searchResult li a.pictLink {
height:240px;
}
.searchResult li span {
height:30px;
font-size:12px;
line-height:normal;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding:0 5px;
}
.lang-warning-inner {
	max-width: 70%;
}
}

@media screen and (max-width: 640px) {
.header .auth {
	display: none;
}
.header .phones .number {
	font-size: 14px;
	line-height: 16px;
	margin: 0 12px 0 0;
}
.header .auth .authBlock .auth-link {
	padding: 2px 15px 0 17px;
	background: unset;
	background-color: #f4dfc7;
}
h1, .title-h1 {
font-size: 22px;
padding:7px 0 13px;
}
.authorsList.sections .section-slider-item, .searchResult li {
width:49.5%;
}
.authorsList .capchaText {
padding:10px 0;
}
.authorsList .capchaText var {
padding-top: 16px;
margin-top: -16px;
}
.popup.popup-basket {
width:98%;
left:1%;
margin:0 auto;
overflow: hidden;
}
.basketTable td.product {
width:100px;
}
.basketTable td.productDetail {
width:68%;
}
.header .basket span.basket-order.popup-show {
display:none;
}
.total .buttons .culc, .total .buttons .btn {
margin-bottom:10px;
font-size: 15px;
font-weight: 100;
}
.order .right-block .basketTable {
margin: 12px 0 0 0;
}
.newsList .left-block, .newsBlock .left-block {
width:60%;
}
.newsList .left-block, .newsBlock .left-block {
width:100%;
float:none;
}
.newsList .right-block, .newsBlock .right-block {
display:none;
}
.searchResult li a.pictLink {
width:500px;
}
.detailList li .caption .size22 {
font-size:15px;
}
.detailList li .caption .price {
white-space:nowrap;
font-size:12px;
}
#popupAlert {
width:100%;
left:auto;
margin-left:0;
top: 50px;
}
}

@media screen and (max-width: 480px) {
	#LAST_BUTTON,#NEXT_BUTTON{
		width:130px !important;
	}
	.pictures-navigation {margin-top:10px;height:50px !important;}
	.detailFilter .fileUpload .button {
	width:60px;
	}
	h1, .title-h1 {
	font-size:19px;
	line-height:normal;
	padding: 5px 0;
	}
	h2, .style-h2, h3, h4 {
	padding: 5px 0;
	}    
	h2 , .style-h2, .likeh2 {
	font-size:16px;
	line-height:normal
	}
	h3 {
	font-size:14px;
	}
	.header .registration {
	display:none;
	}
	.header .basket .price {
	font-size:14px;
	}
	.header .phones .number {
	font-size:14px;
	margin-right:5px;
	}
	.header .auth a.auth-link {
	font-size:12px;
	}
	.header .container .auth a.auth-link {
	padding: 2px 7px 0 28px;
	background-position:6px -24px;
	background: #f4dfc7 !important;
	padding: 2px 7px 0 8px;
	}
	
	.header .search .text {
	width:130px;
	}
	.mobile {
	display:none;
	}
	.header .basket {
	width:57px;
	height:50px;
	padding:0;
	}
	.header .basket .spacer {
	display:none;
	}
	.header .basket .basket-order {
	position:relative;
	}
	.header .basket .price {
	font-size:13px;
	}
	.header .basket span.basket-order.popup-show {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	opacity:0;
	cursor:pointer;
	}
	.basketTable td.productDetail {
	width:64%;
	}
	.basketTable td.number {
	font-size:16px;
	}
	#order_form_content .formaBlock .text, .formaBlock textarea, #order_form_content .formaBlock .line.location input,
	#order_form_content .formaBlock .ik_select, #order_form_content .formaBlock .ik_select_dropdown {
	width:100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	.formaBlock textarea {
	max-width:100%;
	}
	#right .personalBlocks {
	margin-left:0;
	}
	.personalBlocks .column {
	width:100%;
	margin:0;
	}
	.personalBlocks .submit-buttons .btn {
	margin:0 0 10px;
	}
	.personalBlocks .orderList .total .btn {
	float: none;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	}
	.addButton.landing-buttons {
	margin-top:10px;
	}
	.addButton.landing-buttons .btn {
	height:24px;
	padding: 0 10px;
	margin-bottom: 10px;
	font-size:12px;
	line-height:24px;
	}
	.order .order-top {
	padding:7px;
	font-size:14px;
	}
	.picturePrewiev .zoom .picture {
	/*max-height:220px;*/
	}
	.detailList li, .detailList li .caption {
	width:70px;
	height:70px;
	}
	#detailCarousel .images_container {
	height:70px;
	}
	.contentWide .elementH {
	font-size:14px;
	line-height:16px;
	padding: 0 0 10px;
	}
	.contentWide .elementBread {
	font-size:11px;
	}
	.contentWide .elementBread li {
	padding-top:7px;
	padding-bottom:7px;
	background-position:8px 14px;
	}
	.newsBlock .newsItem {
	width:100%;
	margin-right:0;
	}
	.detailFilter .total .price .discount-price span.number {
	font-size:30px;
	}
	.detailFilter .total .price .discount-price span.currency {
	font-size:14px;
	}
	.detailFilter .total .price span.number {
	font-size: 40px;
	}
	.detailFilter .total .price span.currency {
	font-size:20px;
	}
	.filter .bottom .toolTipWrapper {
	width: 105px;
	right: 16px;
	left: auto !important;
	}
	.filter .bottom .toolTipWrapper .toolTipArrow {
	border-left: 5px solid #bcac9b;
	border-right:none;
	right: -5px;
	left:auto;
	}
	.main-select .filter .bottom #view2basket .text {
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	.main-select .filter .bottom #view2basket .text.smallInput {
	width:60px;
	}
    #wrap .searchResult li {
        height: auto;
        width: 100%;
    }
    #wrap .element-item img:not(.sticker) {
        width: 100%;
        height: auto;
        max-height: 100%;
    }
    #wrap .searchResult li img.imageLoaded:not(.sticker) {
        max-height: unset;
	    height: auto;
	    width: 100%;
    }
	.authorsList.sections .section-slider-item {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/print4u-responsive/components/bitrix/menu/horizontal_multilevel/style.css?16578441154598*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/local/templates/print4u-responsive/components/bitrix/menu/horizontal_multilevel/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{
	
}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li 
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/print4u-responsive/components/bitrix/menu/horizontal_multilevel/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/print4u-responsive/components/bitrix/menu/horizontal_multilevel/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li 
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}
/* End */


/* Start:/local/templates/print4u-responsive/css/rates.css?16578441154548*/
.rates {
    margin-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 28px;
    background: #faecdc url(/local/templates/print4u-responsive/css/../images/bg/popular-bottom.png) repeat-x 0 100%;
}

.flex-container {
    display: flex;
    align-items: stretch;
}

.flex-container .store-rate, .flex-container .store-reviews {
    background-color: #e8cfb5;
    width: 100px;
    text-align: center;
    font-size: 14px;
}

.flex-container .store-rate {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: unset;
    /*min-height: 140px;*/
    height: 196px;
    /*justify-content: space-between;*/
    padding: 30px 0;
    border: 1px solid #b49b9d;
    margin-right: 12px;
}

.flex-container .store-reviews {
    background-color: unset;
    flex-grow: 9;
    display: flex;
    overflow: hidden;
}

.store-reviews-wrapper {
    display: flex;
    overflow-x: auto;
}

.flex-container .store-reviews-wrapper::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.flex-container .store-reviews-wrapper::-webkit-scrollbar-thumb {
  background: #56272b;
  border-radius: 10px;
}
.flex-container .store-reviews-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.flex-container .store-reviews .store-reviews__review {
    background-color: #e8cfb5;
    border: 1px solid #b49b9d;
    display: flex;
    width: 220px;
    flex-direction: column;
    height: 196px;
    flex-shrink: 0;
    align-items: center;
    padding: 30px 10px 20px;
    margin-right: 4px;
    position: relative;
    margin: 0 6px 4px 0;
}

.store-rate .rate-title {
    margin-bottom: 40px;
}
.store-rate .review-rate-stars {
    margin-bottom: 30px;
    padding-top: 10px;
}

.flex-container .review-rate-stars {
    display: flex;
    flex: 0 0 auto;
    height: 14px;
    justify-content: center;
}

.flex-container .review-rate-stars .star {
    content: " ";
    background: url(/local/templates/print4u-responsive/css/../images/rate-inactive.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 14px;
    flex-direction: column;
}

.flex-container .review-rate-stars .star.active {
    background: url(/local/templates/print4u-responsive/css/../images/rate-active.png) no-repeat 0 0;
    background-size: 100% auto;
}

.flex-container .store-reviews .store-reviews__review .review-product {
    flex: 0 0 auto;
    display: -webkit-box;
    height: 36px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flex-container .store-reviews .store-reviews__review .review-product a {
    font-weight: 600;
    color: rgb(62, 62, 62);
    text-decoration: none;
}

.flex-container .store-reviews .store-reviews__review .review-text {
    margin-top: 20px;
}

.flex-container .store-reviews .store-reviews__review .review-product ~ .review-text {
    margin-top: 10px;
}

.rates .titleHead {
    height: 53px;
    color: #3e3e3e;
    top: -30px;
    margin-bottom: -18px;
    background: url(/local/templates/print4u-responsive/css/../images/bg/titleHead.png) no-repeat 0 0;
}

.rates .titleHead .style-h2 {
    padding: 10px 0;
    color: #3e3e3e;
}

@media screen and (max-width: 960px)
{
    .rates .titleHead {
        width: 100%;
        margin-top: 45px;
        background-position: 50% 0;
    }
    .rates .flex-container {
        flex-direction: column;
        box-sizing: border-box;
    }
    .flex-container .store-rate {
        width:100%;
        margin:0px 0px 19px 0;
    }
    .flex-container .store-reviews {
        width:100%;
        margin:0px;
        display: unset;
    }
    .flex-container .store-reviews .store-reviews__review {
        width: calc(100% - 20px);
        min-height: 80px;
        height: unset;
    }
}

.calced-rate {
    text-align: center;
    font-weight: bold;
    color: #f1704e;
    width: 65px;
    background: #fff;
    border: 1px solid #f0e8e3;
    border-radius: 4px;
}


.calced-rate .calced-rate-value {
    font-size: 36px;
    line-height: 40px;
}

.calced-rate .total-calced-rate {
    font-size: 12px;
    line-height: 16px;
}

.store-all-reviews {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.store-all-reviews a {
    background-color: #f1704e;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    width: 230px;
    font-size: 12px;
    font-weight: 600;
    padding: 9px 0;
    border-bottom: 2px solid #d66140;
    text-align: center;
}

/* End */


/* Start:/local/templates/print4u-responsive/components/bitrix/form/leaving_popup/bitrix/form.result.new/.default/style.css?16578441151312*/
#leaving-popup-second-step.popup-item-wrapper .popup-body .popup-form-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 35px;
}
#leaving-popup-second-step .popup-body .popup-body-description {
    line-height: 30px;
}
#leaving-popup-second-step.popup-item-wrapper .popup-body input[type="text"], #leaving-popup-second-step.popup-item-wrapper .popup-body input[type="tel"] {
    margin-top: 30px;
    width: 100%;
    max-width: 220px;
}
#leaving-popup-second-step.popup-item-wrapper input[type="submit"], #leaving-popup-second-step.popup-item-wrapper button[type="submit"] {
    margin-top: 20px;
    width: 100%;
    max-width: 220px;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 4px;
}

@media (max-width: 720px) {
    #leaving-popup-second-step.popup-item-wrapper .popup-body .popup-form-fields {
        padding: 40px 15px;
    }
}
@media (max-width: 625px) {
    #leaving-popup-second-step.popup-item-wrapper .popup-body .popup-form-fields {
        padding: 15px;
    }
}
@media (max-width: 540px) {
    #leaving-popup-second-step.popup-item-wrapper .popup-body .popup-form-fields {
        align-items: center;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/print4u-responsive/css/help.css?16578441153683*/
.open-supportman {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 80px;
    height: 80px;
    background: url(/local/templates/print4u-responsive/css/../images/icons/help4.svg) no-repeat center center;
    background-color: #f16f4d;
    background-size: 30%;
    border-radius: 50%;
    z-index: 19;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transform: scale(1);

}
.open-supportman.show {
    /*-webkit-animation: jello-horizontal 0.9s both;*/
    /*animation: jello-horizontal 0.9s both;*/
    background-color: #ff8769;
}
.open-supportman > div {
    position: relative;
}
.open-supportman .inner-text {
    opacity: 0;
}
.open-supportman.show .inner-text {
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 8px 14px;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 14%);
    z-index: 20;
    min-width: 232px;
    white-space: normal;
    transition: all ease-in-out 0.2s;
    opacity: 1;
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 700;
    top: -51px;
    left: -178px;
    transform: scale(1);
    opacity: 1!important;
}
.open-supportman .inner-text .pseudo {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    border-radius: 5px 0 0 0;
    top: auto;
    right: auto;
    left: calc(80%);
    bottom: -6px;
    transform: rotate(45deg);
}

.tooltip {
    position: fixed;
    background: #fff;
    border-radius: 8px;
    padding: 8px 8px;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 19%);
    z-index: 20;
    min-width: 122px;
    white-space: normal;
    transition: all ease-in-out 0.2s;
    display: none;
    right: 18px;
    bottom: 140px;
}
.tooltip.support-menu {
    width: 120px;
}
.tooltip.show {
    display: block;
}
.tooltip .pseudo {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    display: block;
    background-color: #ffffff;
    border-radius: 5px 0 0 0;
    top: auto;
    right: auto;
    left: calc(50% - 7px);
    bottom: -6px;
    transform: rotate(45deg);
}
.tooltip.support-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.tooltip.support-menu ul li {
    margin: 0;
}
.tooltip.support-menu ul li:hover {
    opacity: 0.8;
}
.tooltip.support-menu a {
    padding: 2px 8px;
    display: block;
    line-height: 26px;
    font-size: 14px;
    text-decoration: none;
    color: #3e3e3e;
}
.tooltip.support-menu a:before {
    width: 26px;
    height: 26px;
    content: "";
    display: block;
    float: left;
    margin-right: 12px;
    background-size: 100%;
}
.tooltip .icon-viber a:before {
    background: url(/local/templates/print4u-responsive/css/../images/icons/icon-viber.svg) no-repeat center center;
}
.tooltip .icon-telegram a:before, .icon-telegram2:before {
    background: url(/local/templates/print4u-responsive/css/../images/icons/icon-telegram2.svg) no-repeat center center !important;
}
.tooltip *,
.tooltip :before,
.tooltip :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .scroll-top {
    right: 130px;
    bottom: 60px;
    height: 30px;
    width: 30px;
}
body .scroll-top img {
    height: 10px;
}

@media screen and (max-width: 480px) {
    .open-supportman {
        bottom: 20px;
        right: 20px;
    }
    body .scroll-top {
        right: 120px;
        bottom: 40px;
    }
    .tooltip.show {
        bottom: 120px;
    }
    .tooltip .pseudo {
        left: calc(70% - 7px);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(241, 111, 77);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
/* End */


/* Start:/local/templates/print4u-responsive/template_styles.css?16578441154951*/
/*--CAPTCHA--*/
#captchaBlock{position:relative; margin-bottom: 5px;}
#captchaBlock #whiteBlock{
	display:none;
	text-align:center; 
	position:absolute; 
	background-color:#FFF; 
	width:180px; 
	height:40px;}
#captchaBlock #whiteBlock #loaderImg{margin-top:3px;}
#reloadCaptcha{margin-left: 20px;}

.orderDetail{
	min-height: 130px;
}
.orderList .orderImage {
  /*  float: left;
   	  max-width: 80px;
   	  margin: 0 10px 0 0;
  */
    margin:0;
    max-height: 80px;
    
}

.orderDetailWraper{
	float: left;
    height: 80px;
    margin-right: 10px;
    width: auto;
    margin: 0 10px 0 0;
}

.orderDetail img{
	border: 0 none;
    height: 80px;
    width: auto;
    vertical-align: middle;
}
.smart-filter-banner {
	//padding-left:5px;
	text-align:center;
}
.big-p {
	font-size:14px;
}
.big-p-c {
	font-size:16px;
	text-align:center;
}
.check-container {
	font-size:13px;
	font-weight:bold;
	float:left;
	margin-top: 25px;
	margin-bottom: 25px;
}
.check-item {
	float:left;
	width:160px;
	text-align:center;
}
.check-item img {
	margin-bottom:10px;
}
.popular-pictures-slider-vertical {
	height:240px;
}
.landing-buttons {
	margin-top: 25px;
	margin-bottom: 25px;
}

textarea.quick-order {
	height: 75px;
	width: 220px;
	resize: none;
}

.addButton.author {
    margin-top: 20px;
}
#container-404 {
    margin: 0 auto!important;
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin-top: 0px!important;
    text-align: center;
}
/* rate */
.big_rating {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.show-rate-block span,
.set-rate-block span {
    display: inline-block;
    padding-top: 5px;
    font-size: 15px;
}

.show-rate-block *,
.set-rate-block * {
    vertical-align: middle;
}
.rating_value div.rate {
    background: url('/local/templates/print4u-responsive/images/rate-inactive.png') no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
}
.rating_value div.rate.active {
    background: url('/local/templates/print4u-responsive/images/rate-active.png') no-repeat;
}

.container.lightFont.smallTextBlock ul, .container.lightFont.catalogPage ul {
    list-style: square;
    padding: 0 0 0 20px;
}

.read-more-text-button {
    background-color: #f1704e;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 230px;
    font-size: 12px;
    font-weight: 600;
    padding: 9px 0;
    border-bottom: 2px solid #d66140;
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.read-more-text-button:hover {
    color: #fff;
    background-color: #ec5128;
}

.pictures-navigation {margin-bottom:10px;}
#LAST_BUTTON,#NEXT_BUTTON{border-radius:2px;border-bottom: 2px solid #CFB9A2;padding: 4px;background-color: #E4CFB8;display: block;width: 170px;text-align: center;font-size:13px;color: #4d161b;text-decoration:none;font-weight:bold;}
#LAST_BUTTON:hover,#NEXT_BUTTON:hover{border-bottom: 2px solid #b18d69;background-color: #CFB9A2;}
#NEXT_BUTTON{float:right;}
#LAST_BUTTON{float:left;}
.article-container {padding: 5px;background-color: #DBC5AC;width: 100px;margin-left: -10px;margin-top: -10px;}

.detailFilter .total .price, .detailFilter .total .price .discount-price, .detailFilter .total .price .new-price {
    display: flex;
}
.detailFilter .total .price {
    flex-direction: column;
}
.detailFilter .total .price .discount-price, .detailFilter .total .price .new-price {
    align-items: center;
}
.detailFilter .total .price .price-type {
    flex: 0 0 30%;
    max-width: 30%;
    font-size: 14px;
    text-align: right;
    padding-right: 5px;
    box-sizing: border-box;
}
.detailFilter .total .price .price-inner-wrapper {
    flex: 0 0 70%;
    max-width: 70%;
    margin-left: auto;
    white-space: nowrap;
}
.detailFilter .total .price .discount-price .price-type, .detailFilter .total .price .discount-price .number, .detailFilter .total .price .discount-price .currency {
    color: #969696;
    text-decoration: line-through;
}
.detailFilter .total .price .price-inner-wrapper .number {
    font-size: 36px !important;
}
.detailFilter .total .price .price-inner-wrapper .currency {
    top: 0;
    font-size: 18px !important;
}
.detailFilter .total .add2basket {
    display: flex;
    justify-content: center;
    padding: 7px 55px 7px 32px;
}
.bx-composite-btn {
    display: none !important;
}
.scroll-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 60px;
    width: 60px;
    background-color: rgb(241, 112, 77);
    border-radius: 100%;
    cursor: pointer;
    z-index: 9999;
}
.scroll-top:hover {
    background-color: rgb(255, 135, 104);
}
.scroll-top img {
    height: 30px;
    width: 30px;
}
/* End */
/* /local/templates/print4u-responsive/js/slick/slick.css?16578441161776 */
/* /local/templates/print4u-responsive/js/slick/slick-theme.css?16960854003169 */
/* /local/templates/print4u-responsive/custom.css?1657844116612 */
/* /local/templates/print4u-responsive/css/fonts.css?16960854103204 */
/* /local/templates/print4u-responsive/css/base.css?169608537262569 */
/* /local/templates/print4u-responsive/css/language-warning.css?16578733072215 */
/* /local/templates/print4u-responsive/css/language-selector.css?1657844115787 */
/* /local/templates/print4u-responsive/css/custom.css?167612081233627 */
/* /local/templates/print4u-responsive/css/tabs.css?16578441152425 */
/* /local/templates/print4u-responsive/css/media-queries.css?168682147418126 */
/* /local/templates/print4u-responsive/components/bitrix/menu/horizontal_multilevel/style.css?16578441154598 */
/* /local/templates/print4u-responsive/css/rates.css?16578441154548 */
/* /local/templates/print4u-responsive/components/bitrix/form/leaving_popup/bitrix/form.result.new/.default/style.css?16578441151312 */
/* /local/templates/print4u-responsive/css/help.css?16578441153683 */
/* /local/templates/print4u-responsive/template_styles.css?16578441154951 */
