/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
padding: 0;
margin: 0;
}

th, h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}

li {
list-style: none;
}

.content ul, .content ol {
padding: 5px 0px 5px 25px;
}

.content ul li {
list-style: disc;
}

.content ol li {
list-style: decimal;
}

img {
border:0;
}

.content p {
padding: 5px 0;
}

/* CLEAR FIX */
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

/* END RESET CSS */

.fckeditor-body {
padding: 5px;
}


/* POPUP */

body {
bottom: 0;
height: 100%;
overflow: auto;
position: absolute;
top: 0;
width: 100%;
}

html {
overflow: hidden;
}

.popup-box {
display:block;
position:relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #555 0px 2px 13px;
-moz-box-shadow: #555 0px 2px 13px;
box-shadow: #555 0px 2px 13px;
behavior: url(/css/PIE.htc);
min-width:100px;
min-height:100px;
background-color:#FFF;
border: 1px solid #8e8f91;
max-width: 916px;
z-index: 1;
}

.popup-box {
background: url(/img/popup-box-gradient.png) repeat-x #ffffff;
}

.popup-box-popup-images-box {
background: #FFF;
}

.popup-box-error {
background:#FFF7F7;
-webkit-box-shadow: #b81f00 0px 2px 13px;
-moz-box-shadow: #b81f00 0px 2px 13px;
box-shadow: #b81f00 0px 2px 13px;
border:1px solid #b81f00;
}

.popup-box .x {
position:absolute;
top:10px;
right:10px;
font-family:'Arial Black';
font-size:14px;
font-weight:normal;
color:#555;
text-decoration:none;
display:block;
}

.popup-box-error .x {
color: #F00;
}

.popup-box .content {
padding:10px;
outline: none;
}

.popup-overlay {
display: none;
height: 100%;
width: 100%;
position: fixed;
left: 0;
top: 0;
background: rgba(0,0,0,0.3);
z-index: 1900;
}

.popup-box h2 {
font-weight:normal;
font-size:1.3em;
margin:0;
padding: 10px 51px;
text-align:center;
color:#e4003f;
}

.popup-box-container {
position: relative;
height: 100%;
}

.popup-box-wrapper {
padding: 2% 0;
bottom: 0;
display: block;
left: 0;
overflow: auto;
position: fixed;
right: 0;
top: 0;
text-align: center;
}

.popup-box-container:after {
display: inline-block;
width:  0;
height: 100%;
vertical-align: middle;
content: "";
}

.popup-box {
margin: 0 auto;
vertical-align: middle;
display: inline-block;
text-align: left;
margin-bottom: 30px;
}

.loading-overlay-local,
.loading-overlay {
z-index: 20000;
background: url(/img/loading-overlay.gif) no-repeat center center #000;
background-color: rgba(0, 0, 0, 0.3);
background-attachment: fixed;
display: block;
height: 100%;
width: 100%;
position: fixed;
left: 0;
top: 0;
}

.loading-overlay-local {
position: absolute;
background-color: rgba(255, 255, 255, 0.5);
background-attachment: scroll;
}

/* STYLE */

body {
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
color: #414141;
}
/*
.controller-news-action-item {
overflow: auto;
}

.facebook-body,
.fckeditor-body {
overflow: auto;
}*/

.facebook-body .content {
max-width: 800px;
padding: 5px;
}

a:link, a:visited {
color: #414042;
}

a:hover, a:active {
color: #e4003f;
}

input[type="radio"], input[type="checkbox"] {
margin: 0;
vertical-align: middle;
}

.popup-box-link {
text-decoration: none;
border-bottom: 1px dashed #414042;
}

.popup-box-link:hover, .popup-box-link:active {
text-decoration: none;
border-bottom: 1px dashed #e4003f;
}
/*
.controller-news-action-item #body-wrapper {
position: static;
overflow: auto;
}
*/
.wrap {
width: 1000px;
margin: 0 auto;
display: block;
}

.hr {
border-top: 1px solid #c8c7c7;
}

.wide-wrap {
max-width: 1617px;
margin: 0 auto;
}

.content-wrap {
margin-top: 221px;
}

object {
outline: none;
}

/* header */

#header {
background: url(/img/header/bg.png) no-repeat center top;
height: 154px;
color: #414141;
position: absolute;
top: 0;
width: 100%;
min-width: 1000px;
}

#header-bg {
width: 100%;
background-color: #cacbce;
position: absolute;
top: 0;
left: 0;
height: 154px;
/* z-index: -1; */
}

#header-bg .left {
background: url(/img/header/bg-left.png) repeat-x #f4f5f6;
width: 50%;
height: inherit;
}

#header .wrap {
position: relative;
}

#index-logo {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 4;
}

#index-logo .wrap {
position: relative;
}

#index-logo .logo,
#header .logo {
position: absolute;
top: 80px;
left: 0px;
display: block;
font-size: 22px;
}

#header a.logo:active {
/*top: 80px;
padding-bottom: 6px;*/
opacity: 0.8;
}

#index-logo .company,
#header .company {
left: 376px;
position: absolute;
top: 80px;
width: 393px;
line-height: 1.5;
}

#index-logo .contacts,
#header .contacts {
position: absolute;
top: 75px;
right: 20px;
}

#index-logo .contacts .phone,
#header .contacts .phone {
font-family: 'Trebuchet MS', Arial;
font-size: 18px;
font-weight: bold;
letter-spacing: -2px;
margin-bottom: 10px;
white-space: nowrap;
word-spacing: 3px;
text-indent: -5000px;
background: url(/img/header/phone.png) no-repeat;
width: 112px;
height: 18px;
}

#header .contacts .email {

}

#index-logo a:hover, #index-logo a:active,
#header a:hover, #header a:active {
color: #c5151c;
}

#index-logo a.popup-box-link:hover, #index-logo a.popup-box-link:active,
#header a.popup-box-link:hover, #header a.popup-box-link:active {
border-bottom: 1px dashed #c5151c;
}



/* MENU */

#menu {
    height: 57px;
    margin: 0 auto;
    width: 100%;
    background: url(/img/header/menu-fill.png) repeat-x 0 -114px;
    overflow: hidden;
    top: 154px;
    position: absolute;
    background-color: #4a4a4c;
    min-width: 1000px;
}


#menu ul {
    list-style: none;
    padding: 0;
    font-size: 0px;
    background: url(/img/header/menu-fill.png) repeat-x 0 -171px;
    position: relative;
}

#menu ul li {
    /*float: left;*/
    display: inline-block;
    font-size: 13px;
    padding-right: 1px;
    line-height: normal;
}

#menu ul li a {
    color: #bcbec0;
    display: block;
    text-decoration: none;
    background: url(/img/header/menu-fill.png) repeat-x 0 -171px;
    background-color: #4a4a4c;
    height: 52px;
    padding: 0 22px 3px;
    text-align: center;
    line-height: normal;
}

#menu .menu-shop {
    width: 147px;
}

#menu .menu-solutionsforbusiness {
    width: 94px;
}

#menu ul li a:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

#menu ul li a:hover,
#menu ul li.active a {
    background-position: 0 -57px;
    color: #FFF;
    background-color: #323234;
}

#menu ul li a:active {
    text-shadow: 0 0 6px #FFFFFF;
}

#menu ul li a span {
    vertical-align: middle;
    display: inline-block;
}

#menu ul li.wholesale {
    padding-right: 0;
    position: absolute;
    right: 0;
}

#menu ul li.wholesale a {
    background-position: 0 0;
    padding-left: 18px;
    padding-right: 18px;
    color: #FFF;
    background-color: #e21a22;
}

#menu ul li.wholesale a span {
    background: url(/img/header/partner-key.png) no-repeat -11px -12px;
    padding: 3px 0 0 20px;
}

/* #footer */

#footer {

color: #adaeaf;
padding: 10px 0;
margin-top: 40px;
min-height: 100px;
min-width: 1000px;
background-color: #454446;

background-image: linear-gradient(bottom, #161717 0%, #3F403F 100%);
background-image: -o-linear-gradient(bottom, #161717 0%, #3F403F 100%);
background-image: -moz-linear-gradient(bottom, #161717 0%, #3F403F 100%);
background-image: -webkit-linear-gradient(bottom, #161717 0%, #3F403F 100%);
background-image: -ms-linear-gradient(bottom, #161717 0%, #3F403F 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #161717),
    color-stop(1, #3F403F)
);

}

#footer a:link, #footer a:visited {
color: #adaeaf;
text-decoration: none;
}

#footer a:hover, #footer a:active {
color: #E1E3E4;
}

#footer .col {
float: left;
/*width: 142px;*/
width: 166px;
}

#footer .col h6 {
font-size: 1.1em;
color: #adaeaf;
border-bottom: 1px #adaeaf solid;
padding: 0 0 5px 10px;
}

#footer .col ul {
padding: 8px 0 0 10px;
font-size: 0.8em;
}

#footer .col li {
padding-bottom: 3px;
line-height: 1;
}

#footer .col {
position: relative;
}

#footer .social {
position: absolute;
right: 0px;
top: -6px;
}

#copy {
color: #adaeaf;
text-align: right;
padding-top: 30px;
}

/* MULTIBANNER */

#multibanner-container {
padding: 0;
position: relative;
margin: 0 auto;
margin-top: 7px;
width: 1000px;
overflow: hidden;
}

#multibanner-container ul {
display: block;
list-style: none outside none;
margin: 0;
padding: 0;
position: relative;
width: inherit;
}

#multibanner-container ul li {
display: block;
float: left;
overflow: hidden;
width: 200px;
box-shadow: 0 0 17px 10px #333333;
-moz-box-shadow: 0 0 17px 10px #333333;
-webkit-box-shadow: 0 0 17px 10px #333333;
background: url("/img/preload.gif") no-repeat scroll center center #FFFFFF;
}

#multibanner-container ul li a {
cursor: pointer;
display: block;
overflow: hidden;
width: 700px;
height: 320px;
position: relative;
background-repeat: no-repeat;
}

#multibanner-container .descr {
position: absolute;
bottom: 0;
height: 51px;
width: 100%;
background-color: rgba(255,255,255, 0.75);
overflow: hidden;
color: #000;
line-height: 1;
}

#multibanner-container .descr h6 {
text-decoration: none;
font-size: 1.4em;
padding-top: 10px;
padding-left: 10px;
color: #444;
width: 180px;
font-weight: bold;
}

#multibanner-container .descr p {
padding: 10px;
opacity: 0;
text-decoration: none;
line-height: 1.5;
}

#multibanner-container .active .descr h6,
#multibanner-container a:hover .descr h6 {
padding-top: 10px;
color: #000;
width: auto;
}


#multibanner-container .has-active .active .descr {
opacity: 1;
}

#multibanner-container .has-active .active .descr,
#multibanner-container .active .descr p,
#multibanner-container a:hover .descr p {
display: block;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
-ms-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
opacity: 1;
}


/* SEARCH FORM */

.search-form {
position: absolute;
right: 0px;
top: 20px;
background-color: #FFF;
padding: 1px 16px 1px 7px;
border: 1px solid #a7aaac;
margin: 0;
}

.search-form-focus {
background-color: #FFF;
border: 1px solid #a0a0a0;
box-shadow: 0px 0px 4px 0px #555;
-moz-box-shadow: 0px 0px 4px 0px #555;
-webkit-box-shadow: 0px 0px 4px 0px #555;
}

.search-form label {
color: #CCCCCC;
font-size: 13px;
left: 8px;
position: absolute;
top: 3px;
z-index: 1;
}

.search-form .search-icon {
background: url("/img/search-icon.png") no-repeat scroll 0 0 #FFFFFF;
border: medium none;
cursor: pointer;
display: block;
height: 14px;
position: absolute;
right: 3px;
text-indent: -1000px;
top: 6px;
width: 13px;
}

.search-form .search-icon:active {
top: 3px;
height: 17px;
}

.search-form input.search-input {
width: 232px;
background-color: transparent;
border: none;
outline: none;
font-size: 13px;
line-height: 20px;
height: 20px;
}

.search-form form {
line-height: 17px;
}


/* news-item */

.news-item .date {
padding: 3px 20px;
background: url("/img/news-style/date.png") no-repeat 0 2px;
margin-top: 4px;
color: #6d6e70;
}

.news-item a.details {
background: url("/img/news-style/arrow.png") no-repeat scroll 0 8px transparent;
display: block;
padding: 5px 15px;
text-decoration: none;
color: #6d6e70;
line-height: 1;
}

.news-item a.details:hover, .news-item a.details:active {
color: #e4003f;
background-position: 0 -9px;
}

.news-item a.details span {
text-decoration: underline;
}


.news-item h3 {
font-size: 1em;
}

.news-item h3 a {
text-decoration: none;
color: #58595b;
font-weight: bold;
padding: 5px 0;
display: block;
}

.news-item-hot h3 a {
color: #e4003f;
}

.news-item h3 a:hover, .news-item h3 a:active {
color: #e4003f;
text-decoration: underline;
}

.news-item {
padding: 10px 0 10px 0;
}

.news-item img {
float: left;
max-width: 80px;
}

.news-item a:active img {
opacity: 0.8;
}

.news-item p,
.news-item h4,
.news-item h3,
.news-item .date,
.news-item .details {
margin-left: 100px;
padding-right: 25px;
}

/* details-link */

a.details-link {
background: url("/img/news-style/arrow.png") no-repeat scroll 0 8px transparent;
display: block;
padding: 5px 15px;
text-decoration: none;
color: #6d6e70;
line-height: 1;
}

a.details-link:hover, a.details-link:active {
color: #e4003f;
background-position: 0 -9px;
}

a.details-link span {
text-decoration: underline;
}

/* .index-links */

.index-links {
margin: 10px 0 10px 0;
white-space: nowrap;
}

.index-links a {

position: relative;

text-decoration: none;
color: #FFF;

display: inline-block;
padding: 7px 0 0px 0;
width: 331px;
height: 22px;

background-color: #171717;

background-image: linear-gradient(bottom, #171717 0%, #3F3F3F 100%);
background-image: -o-linear-gradient(bottom, #171717 0%, #3F3F3F 100%);
background-image: -moz-linear-gradient(bottom, #171717 0%, #3F3F3F 100%);
background-image: -webkit-linear-gradient(bottom, #171717 0%, #3F3F3F 100%);
background-image: -ms-linear-gradient(bottom, #171717 0%, #3F3F3F 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #171717),
    color-stop(1, #3F3F3F)
);
}

.index-links a:hover {

background-color: #57585a;

background-image: linear-gradient(bottom, #57585a 0%, #6E6F72 100%);
background-image: -o-linear-gradient(bottom, #57585a 0%, #6E6F72 100%);
background-image: -moz-linear-gradient(bottom, #57585a 0%, #6E6F72 100%);
background-image: -webkit-linear-gradient(bottom, #57585a 0%, #6E6F72 100%);
background-image: -ms-linear-gradient(bottom, #57585a 0%, #6E6F72 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #57585a),
    color-stop(1, #6E6F72)
);
}

.index-links a:active b {
text-shadow: 0px 0px 6px #FFF;
}

.index-links a b {
padding: 0 44px;
font-size: 13px;
font-weight: bold;
height: 14px;
line-height: 14px;
}

.index-links a span {
text-decoration: underline;
position: absolute;
right: 35px;
top: 7px;
font-size: 10px;
}

.index-links a em {
display: block;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 27px;
background: url(/img/index/arrow.png) no-repeat;
}

/* index-info */

.index-info .service,
.index-info .news {
float: left;
}

.index-info .service {
width: 669px;
}

.index-info h2 {
font-size: 1.1em;
text-align: center;
padding: 3px 0;
margin-bottom: 10px;
}

.index-info .service h2 {
background-color: #898f97;
color: #FFF;
}

.index-info .news {
width: 33%;
}

.index-info .news h2 {
background-color: #58585b;
color: #FFF;
}

.index-info .service-inner {
border-right: 1px dashed #c8c7c7;
border-left: 1px dashed #c8c7c7;
}

.index-info .service-inner .col {
width: 25%;
float: left;
min-height: 285px;
text-decoration: none;
}

.index-info .service-inner a:hover.col {
color: inherit;
}

.index-info .service-inner  .col-product {
width: 172px;
}

.index-info .service-inner  .col-place {
width: 165px;
}

.index-info .service-inner  .col-promotion {
width: 165px;
}

.index-info .service-inner  .col-people {
width: 159px;
}

.index-info .service-inner .bg {
background-color: #e7e8e9;
margin: 0 3px;
}

.index-info .service-inner .h {
background: url(/img/index/4p_ua.png) no-repeat #FFF;
height: 162px;
text-align: left;
}

.index-info .col-product .h {
background-position: 2px -173px;
}

.index-info .col-place .h {
background-position: -162px -173px;
}

.index-info .col-promotion .h {
background-position: -338px -173px;
}

.index-info .col-people .h {
background-position: -501px -173px;
}

.index-info .col-product:hover .h {
background-position: 2px 0px;
}

.index-info .col-place:hover .h {
background-position: -162px 0px;
}

.index-info .col-promotion:hover .h {
background-position: -338px 0px;
}

.index-info .col-people:hover .h {
background-position: -501px 0px;
}

.index-info .col:hover ul {
background-color: #ddd;
}

.index-info .service-inner {
margin-bottom: 10px;
}

.index-info .service-inner ul {
min-height: 115px;
padding-left: 40px;
padding-top: 10px;
}

.index-info .service-inner ul li {
list-style-image: url(/img/index/marker.png);
font-size: 11px;
margin-bottom: 10px;
}

.index-info .service-inner a.col:active {
opacity: 0.8;
}

.index-info .service-inner .col-product ul {
padding-left: 34px;
}

.index-info .service-inner .col-place ul {
padding-left: 30px;
}

.index-info .service-inner .col-promotion ul {
padding-left: 19px;
padding-right: 8px;
}


.index-info .service-inner .col-people ul {
padding-left: 20px;
}

.col-place img {
padding-top: 14px;
}

.col-promotion img {
padding-top: 19px;
}

.col-people img {
padding-top: 28px;
}

.index-info .news h3 {
font-size: 1em;
}

.index-info .news h3 a {
text-decoration: none;
font-size: 1.1em;
padding: 5px 0;
border-bottom: 1px solid #c8c7c7;
display: block;
}

.index-info .news h3 a:hover, .index-info .news h3 a:active {
color: #e4003f;
border-bottom: 1px solid #e4003f;
}

.index-info .news .news-item {
padding: 5px 15px;
}

.index-info .news-item p,
.index-info .news-item h4,
.index-info .news-item h3,
.index-info .news-item .date,
.index-info .news-item .details {
margin-left: 0;
padding-right: 0;
}

.index-awards,
.index-associations {
float: left;
width: 50%;
}

.index-awards img {
vertical-align: middle;
}

.index-associations h6 {
font-size: 1em;
}

.index-bottom {
margin-top: 20px;
}

.index-associations ul {
padding-top: 15px;
text-align: justify;
}

.index-associations ul li {
display: inline-block;
padding-right: 30px;
}

.hints,
.index-associations a {
position: relative;
display:block;
}

.hints small,
.index-associations a small {
display: none;
background:#282828;
text-align:center;
width:132px;
padding:5px;
border: 1px solid #282828;
border-radius: 3px;
display:none;
color:#ADAEAF;
font-size:0.8em;
text-indent:0;
}

.hints:hover small,
.index-associations  a:hover small {
display:block;
position:absolute;
top:0px;
left:50%;
margin:-40px;
z-index:9999;
-moz-animation:move .25s linear;
-webkit-animation:move .25s linear;
}

@-moz-keyframes move {
    0%{ -moz-transform:scale(0,0); opacity:0;}
    50%{ -moz-transform:scale(1.2,1.2); opacity:0.3; }
    75%{ -moz-transform:scale(0.9,0.9); opacity:0.7;}
    100%{ -moz-transform:scale(1,1); opacity:1;}
}

@-webkit-keyframes move {
    0%{ -webkit-transform:scale(0,0); opacity:0;}
    50%{ -webkit-transform:scale(1.2,1.2); opacity:0.3;}
    75%{ -webkit-transform:scale(0.9,0.9); opacity:0.7;}
    100%{ -webkit-transform:scale(1,1); opacity:1;}
}


/* SOCIAL NETWORKS */

.social a {
position: relative;
display: inline-block;
margin-left: 10px;
}

.social a:hover {
box-shadow: 0px 0px 2px 1px #56B4EF;
-webkit-box-shadow: 0px 0px 2px 1px #56B4EF;
-moz-box-shadow: 0px 0px 2px 1px #56B4EF;
background-color: #56B4EF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.social a:active {
box-shadow: 0px 0px 4px 3px #56B4EF;
-webkit-box-shadow: 0px 0px 4px 3px #56B4EF;
-moz-box-shadow: 0px 0px 4px 3px #56B4EF;
background-color: #56B4EF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.social a small {
display: none;
}

.social a small {
background:#000;
text-align:center;
width:132px;
padding:5px;
border-left:1px solid #111;
border-top:1px solid #111;
border-right:1px solid #333;
border-bottom:1px solid #333;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
display:none;
color:#fff;
font-size:0.8em;
text-indent:0;
}

.social a:hover small {
display:block;
position:absolute;
top:0px;
left:50%;
margin: -30px -30px -30px -108px;
z-index:9999;
-moz-animation:move .25s linear;
-webkit-animation:move .25s linear;
}

@-moz-keyframes move {
    0%{ -moz-transform:scale(0,0); opacity:0;}
    50%{ -moz-transform:scale(1.2,1.2); opacity:0.3; }
    75%{ -moz-transform:scale(0.9,0.9); opacity:0.7;}
    100%{ -moz-transform:scale(1,1); opacity:1;}
}

@-webkit-keyframes move {
    0%{ -webkit-transform:scale(0,0); opacity:0;}
    50%{ -webkit-transform:scale(1.2,1.2); opacity:0.3;}
    75%{ -webkit-transform:scale(0.9,0.9); opacity:0.7;}
    100%{ -webkit-transform:scale(1,1); opacity:1;}
}



/* content-place */

#content-place {
margin: 221px auto 10px;
}

#content-place .center {
float: left;
width: 100%;
}

#content-place .center .in {
margin: 0px 0 0 27%;
/*overflow: hidden;*/
padding: 20px 0 5px 1px;
position: relative;
}

#content-place .sidebar-left {
display: inline;
float: left;
margin: 0 0 0 -100%;
text-align: left;
width: 26%;
border-right: 1px dashed #e4e4e5;
}

.sidebar-left .banner-place {
margin: 30px 10px 0 0;
text-align: center;
}

/* crumbs */

#content-place .center .in .crumbs {
position: absolute;
top: 0;
left: 2px;
color: #c2c2c2;
overflow: hidden;
white-space: nowrap;
height: 13px;
width: 100%;
}

#content-place .center .in .crumbs:after {
background-image: linear-gradient(right , #FFFFFF 0%, rgba(255,255,255, 0) 100%);
background-image: -o-linear-gradient(right , #FFFFFF 0%, rgba(255,255,255, 0) 100%);
background-image: -moz-linear-gradient(right , #FFFFFF 0%, rgba(255,255,255, 0) 100%);
background-image: -webkit-linear-gradient(right , #FFFFFF 0%, rgba(255,255,255, 0) 100%);
background-image: -ms-linear-gradient(right , #FFFFFF 0%, rgba(255,255,255, 0) 100%);

background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, rgba(255,255,255, 1)),
    color-stop(1, rgba(255,255,255, 0))
);
height: inherit;
width: 35px;
position: absolute;
top: 0;
right: 0;
content: "";
}


#content-place .crumbs a {
color: #c2c2c2;
}

#content-place .crumbs a:hover {
color: #888;
}

.crumbs .pos-not-last a {
padding-right: 5px;
}

.crumbs .pos-not-last:after {
content: '/';
}

.crumbs b {
font-weight: normal;
}

/* sidebar-left */

.sidebar-left h3 {
text-transform: uppercase;
color: #e4003f;
font-size: 1.2em;
font-weight: bold;
margin: 0px 10px 0 0px;
padding-top: 11px;
}

.head-separator {
margin: 5px 10px 0 0px;
height: 6px;

background-color: #e9eaea;

background-image: linear-gradient(bottom, #e9eaea 0%, #f1f2f2 100%);
background-image: -o-linear-gradient(bottom, #e9eaea 0%, #f1f2f2 100%);
background-image: -moz-linear-gradient(bottom, #e9eaea 0%, #f1f2f2 100%);
background-image: -webkit-linear-gradient(bottom, #e9eaea 0%, #f1f2f2 100%);
background-image: -ms-linear-gradient(bottom, #e9eaea 0%, #f1f2f2 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #e9eaea),
    color-stop(1, #f1f2f2)
);
}

/* content */

.content h2.portals-list,
.content h1 {
color: #e4003f;
text-transform: uppercase;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 10px;
}

.content h2.portals-list a,
.content h1 a {
color: #e4003f7;
}

.content .bg-description {
padding: 10px 15px;
background-color: #f1f2f2;
color: #58595b;
}

.content .bg-description p {
padding: 3px 0;
}

.content h2 {
color: #58595b;
font-size: 1.4em;
font-weight: bold;
margin-bottom: 10px;
}

.content h3 {
font-weight: bold;
}

.content ul li {
list-style-image: url(/img/index/marker.png);
}

.content ul li ul li {
list-style: circle;
}

.content {
line-height: 1.5;
}

.content .banner-place {
text-align: center;
}

.image-hover-border:hover img {
box-shadow: 0 0 3px #888;
}

/* DESCRIPTION STYLE */

#content-place .content .bootstrap-style * {box-sizing: border-box;}
#content-place .content .bootstrap-style {line-height: 1.42857143;}
#content-place .content .bootstrap-style .row {margin-right: -15px; margin-left: -15px;}
#content-place .content .bootstrap-style .row::after, #content-place .content .bootstrap-style .row::before {display: table; content: " ";}
#content-place .content .bootstrap-style .row::after {clear: both;}
#content-place .content .bootstrap-style [class*='col-'] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
#content-place .content .bootstrap-style .col-md-12, #content-place .content .bootstrap-style .col-sm-12, #content-place .content .bootstrap-style .col-xs-12, #content-place .content .bootstrap-style .col-12 {width: 100%;}
#content-place .content .bootstrap-style .col-md-11, #content-place .content .bootstrap-style .col-sm-11, #content-place .content .bootstrap-style .col-xs-11, #content-place .content .bootstrap-style .col-11 {width: 91.66666667%;}
#content-place .content .bootstrap-style .col-md-10, #content-place .content .bootstrap-style .col-sm-10, #content-place .content .bootstrap-style .col-xs-10, #content-place .content .bootstrap-style .col-10 {width: 83.33333333%;}
#content-place .content .bootstrap-style .col-md-9, #content-place .content .bootstrap-style .col-sm-9, #content-place .content .bootstrap-style .col-xs-9, #content-place .content .bootstrap-style .col-9 {width: 75%;}
#content-place .content .bootstrap-style .col-md-8, #content-place .content .bootstrap-style .col-sm-8, #content-place .content .bootstrap-style .col-xs-8, #content-place .content .bootstrap-style .col-8 {width: 66.66666667%;}
#content-place .content .bootstrap-style .col-md-7, #content-place .content .bootstrap-style .col-sm-7, #content-place .content .bootstrap-style .col-xs-7, #content-place .content .bootstrap-style .col-7 {width: 58.33333333%;}
#content-place .content .bootstrap-style .col-md-5, #content-place .content .bootstrap-style .col-sm-5, #content-place .content .bootstrap-style .col-xs-5, #content-place .content .bootstrap-style .col-5 {width: 41.66666667%;}
#content-place .content .bootstrap-style .col-md-4, #content-place .content .bootstrap-style .col-sm-4, #content-place .content .bootstrap-style .col-xs-4, #content-place .content .bootstrap-style .col-4 {width: 33.33333333%;}
#content-place .content .bootstrap-style .col-md-6, #content-place .content .bootstrap-style .col-sm-6, #content-place .content .bootstrap-style .col-xs-6, #content-place .content .bootstrap-style .col-6 {width: 50%;}
#content-place .content .bootstrap-style .col-md-3, #content-place .content .bootstrap-style .col-sm-3, #content-place .content .bootstrap-style .col-xs-3, #content-place .content .bootstrap-style .col-3 {width: 25%;}
#content-place .content .bootstrap-style .col-md-2, #content-place .content .bootstrap-style .col-sm-2, #content-place .content .bootstrap-style .col-xs-2, #content-place .content .bootstrap-style .col-2 {width: 16.66666667%;}
#content-place .content .bootstrap-style .col-md-1, #content-place .content .bootstrap-style .col-sm-1, #content-place .content .bootstrap-style .col-xs-1, #content-place .content .bootstrap-style .col-1 {width: 8.33333333%;}
#content-place .content .bootstrap-style .col-md-offset-1, #content-place .content .bootstrap-style .col-sm-offset-1, #content-place .content .bootstrap-style .col-xs-offset-1, #content-place .content .bootstrap-style .col-offset-1{margin-left: 8.33333333%;}

/******* margin & padding ***********/
#content-place .content .margin-bottom-10 {margin-bottom: 10px !important;}
#content-place .content .margin-bottom-15 {margin-bottom: 15px !important;}
#content-place .content .margin-bottom-20 {margin-bottom: 20px !important;}
#content-place .content .margin-bottom-25 {margin-bottom: 25px !important;}
#content-place .content .margin-bottom-30 {margin-bottom: 30px !important;}
#content-place .content .margin-bottom-35 {margin-bottom: 35px !important;}
#content-place .content .margin-bottom-40 {margin-bottom: 40px !important;}
#content-place .content .margin-bottom-45 {margin-bottom: 45px !important;}
#content-place .content .margin-bottom-50 {margin-bottom: 50px !important;}
#content-place .content .margin-bottom-55 {margin-bottom: 55px !important;}
#content-place .content .margin-bottom-60 {margin-bottom: 60px !important;}
#content-place .content .margin-bottom-65 {margin-bottom: 65px !important;}

#content-place .content img.full-image {width: 100%; max-width: 100%;}
#content-place .content .bootstrap-style .text-justify {text-align: justify;}
#content-place .content .bootstrap-style ul {padding-left: 30px; margin-bottom: 10px;}
#content-place .content .bootstrap-style p {margin-bottom: 15px;}
#content-place .content .bootstrap-style .jm-ul-p {margin-left: 30px; font-weight:bold; text-transform:uppercase;}
#content-place .content .bootstrap-style h2 {font-size: 24px; margin-bottom: 20px; margin-top: 20px; display: block;}
#content-place .content .bootstrap-style h3 {text-transform: uppercase; font-weight: normal; line-height: 1em; font-size: 1.7em; margin: 1.5em 0 1em 0;}
#content-place .content .bootstrap-style h4.sub {margin-top: -1em; margin-bottom: 1em; display: block;}
#content-place .content .bootstrap-style .pt2 {padding-top: 2em;} 
#content-place .content .bootstrap-style .margin-bottom-15 {margin-bottom: 15px;}
#content-place .content .bootstrap-style .margin-bottom-40 {margin-bottom: 40px;}
#content-place .content .bootstrap-style .margin-bottom-50 {margin-bottom: 50px;}
#content-place .content .bootstrap-style .img-responsive,
#content-place .content .bootstrap-style .row img, .bootstrap-style img {display: block; max-width: 100%; height: auto; vertical-align: middle;}
#content-place .content .bootstrap-style figcaption {font-size: 0.8em;}
#content-place .content .bootstrap-style .pull-right {float: right !important;}
#content-place .content .bootstrap-style .pull-left {float: left !important;}
#content-place .content .bootstrap-style .text-center {text-align: center;}
#content-place .content .bootstrap-style .text-right {text-align: right;}
#content-place .content .bootstrap-style .center-block {display: block; margin-right: auto; margin-left: auto;}
#content-place .content .bootstrap-style .grey {color: #808080;}

#content-place .content .bootstrap-style ul.cond {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 0;
}
#content-place .content .bootstrap-style ul.cond li {
    display: inline-block;
    padding: 6px 7px;
    margin-right: 4px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    min-width: 215px;
    text-align: center;
}
#content-place .content .bootstrap-style.condAdvBg ul.cond li {background-color: #68a48b;}
#content-place .content .bootstrap-style.condComfBg ul.cond li {background-color: #0f9bbd; min-width: 350px;}
#content-place .content .bootstrap-style.condAdvBg .color {color: #68a48b;}
#content-place .content .bootstrap-style.condComfBg .color {color: #0f9bbd;}
#content-place .content .bootstrap-style.condAdvBg .colorWhite, 
#content-place .content .bootstrap-style.condComfBg .colorWhite {color: #fff;}
#content-place .content .bootstrap-style.condAdvBg .funcBlock {color: #0a3020; padding: 0 30px 30px;}
#content-place .content .bootstrap-style.condComfBg .funcBlock {color: #005165; padding: 0 30px 30px;}
#content-place .content .bootstrap-style.condAdvBg .funcBlock.bg {background-color: #80c2a6;}
#content-place .content .bootstrap-style.condComfBg .funcBlock.bg {background-color: #bcdae1;}
#content-place .content .bootstrap-style.condAdvBg .funcBlock > h2, 
#content-place .content .bootstrap-style.condComfBg .funcBlock > h2 {padding: 30px}
#content-place .content .bootstrap-style.condAdvBg .funcBlock div > h2, 
#content-place .content .bootstrap-style.condComfBg .funcBlock div > h2 {margin: 0; font-size: 18px;}
#content-place .content .bootstrap-style.condAdvBg .funcBlock img, 
#content-place .content .bootstrap-style.condComfBg .funcBlock img {min-width: 44px; max-width: 55px;}
#content-place .content .bootstrap-style.robotBg .color {color: #00c0b8 !important;}
#content-place .content .bootstrap-style.robotBg .bgcolor {background-color: #101010;}
#content-place .content .bootstrap-style.robotBg .bgcolor_grad {background-color: #0c5451;}

#content-place .content .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#content-place .content .flex.r {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}
#content-place .content .flex.r .image {padding: 0 0 0 15px;}
#content-place .content .flex.r .text {padding: 0 15px 0 0;}
#content-place .content .flex .image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 15px 0 0;
        max-width: 50%;
}
#content-place .content .flex .image img {max-width: 100%;}
#content-place .content .flex .text-center {text-align: center;}
#content-place .content .flex .text {
	-webkit-box-flex: 0;
	padding: 0 0 0 15px;
}
#content-place .content .flex .text h3 {
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #2B2929;
}

#content-place .content .flex ol, #content-place .content .flex ul {display: inline-block;}
#content-place .content .flex ol > li, #content-place .content .flex ul > li {text-align: left;}

#content-place .content video {
width: 100%;
}

.bootstrap-style .mt-0 {margin-top: 0px;} /*new*/
.bootstrap-style .mb-0 {margin-bottom: 0px;} /*new*/
.bootstrap-style .mb-6 {margin-bottom: 12px;} /*new*/
.bootstrap-style .mb-12 {margin-bottom: 24px;} /*new*/
.bootstrap-style .ml-6 {margin-left: 12px;} /*new*/
.bootstrap-style .ml-12 {margin-left: 24px;} /*new*/

.bootstrap-style .section {position: relative; width: 100%; min-height: calc(729px * 800/ 1920); background: #04161c; background-position-y: 100%; background-size: cover; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: center; padding: 18px 40px;}
.bootstrap-style .img_ibg {overflow: hidden; position: relative; line-height: 0;}
.bootstrap-style .img_ibg .section {min-height: inherit; background: transparent; line-height: 1.5;}
.bootstrap-style .section.vert01 {min-height: calc(729px * 1400/ 1920);}
.bootstrap-style .section.bg_right {background-position-x: right;}
.bootstrap-style .section.bg_center {background-position-x: center;}
.bootstrap-style .section.js-start {justify-content: start;}
.bootstrap-style .section.js-end {justify-content: end;}
.bootstrap-style .section.js-btw {justify-content: space-between;}
.bootstrap-style .section.js-center,
.bootstrap-style .section .js-center {justify-content: center;}
.bootstrap-style .section.fliud,
.bootstrap-style .section.fluid {min-height: auto;}
.bootstrap-style .section.dark {color: #ffffff;}
.bootstrap-style .section .bottom {position: absolute !important; bottom: 25px;}
.bootstrap-style .section .right {right: 35px !important;}
.bootstrap-style .img_ibg img.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bootstrap-style .img_ibg .text {position: absolute; top: 0; left: 0; height: 100%; width: 100%; display: flex;}
.bootstrap-style .img_ibg img.ibg.mob {
    display: none;
}
.bootstrap-style .section img[width='450'] {width: 300px;}
.bootstrap-style .section img[width='250'] {width: 180px;}
.bootstrap-style .section img.right {float: right;}
.bootstrap-style .section .text-right {text-align: right;}
.bootstrap-style .section .title {font-size: 50px; line-height: 55px; text-transform: uppercase; margin-bottom: 25px;}
.bootstrap-style .section .title.f40 {font-size: 40px; line-height: 47px; margin-bottom: 20px;}
.bootstrap-style .section .title.f30 {font-size: 30px; line-height: 40px; margin-bottom: 20px;}
.bootstrap-style .section .title:before {height: 0;}
.bootstrap-style .section .title.normal, .bootstrap-style .section .title .normal {text-transform: none;}
.bootstrap-style .section .subtitle {font-size: 20px; text-transform: uppercase;}
.bootstrap-style .section .subtitle.normal {text-transform: none;} /*new*/
.bootstrap-style .section .title + .subtitle {margin-top: -20px;}
.bootstrap-style .section .text {font-size: 15px; position: relative;}
.bootstrap-style .section .text.wline {padding-left: 40px; }
.bootstrap-style .section .text.wline:before {content: ""; background: #3ba9a6; position: absolute; height: calc(100% - 9px); width: 3px; display: block; left: 0; top: 5px;}
.bootstrap-style .section .color-med-cyan {color: #98d0c1;}
.bootstrap-style .section .color-med-cyandk {color: #69a091;}
.bootstrap-style .section .color-med-cyan1 {color: #34a6b0;}
.bootstrap-style .section .color-med-cyandk1 {color: #027c81;}
.bootstrap-style .section .color-med-apricot {color: #ff9982;}
.bootstrap-style .section .color-med-apricotdk {color: #e77962;}
.bootstrap-style .section .color-blue {color: #0066ff;}
.bootstrap-style .section .color-green {color: #00ff8a;}

/*.bootstrap-style .section.hidden-xs, .bootstrap-style .section.hidden-sm,
.bootstrap-style .section .hidden-sm {display: flex !important;}*/
.bootstrap-style .section .hidden-sm,
.bootstrap-style .section.visible-xs, .bootstrap-style .section.visible-sm,
.bootstrap-style .section .visible-xs, .bootstrap-style .section .visible-sm {display: none !important;}
@media (max-width: 1920px) {
	.bootstrap-style .section {min-height: calc(729px * 800 / 1920); padding: 30px 50px;}
	.layout-empty .bootstrap-style .section {min-height: calc(729px * 800 / 1920); padding: 30px 50px;}
	#content-place .content .bootstrap-style .section.w1110 {min-height: calc(729px * 500/ 1110); padding: 30px 50px;}
	.layout-empty  #content-place .content .bootstrap-style .section.w1110 {min-height: calc(729px * 500/ 1110); padding: 30px 50px;}
        #content-place .content .bootstrap-style .section.vert01 {min-height: calc(729px * 1400/ 1920);}
        .layout-empty  #content-place .content .bootstrap-style .section.vert01 {min-height: calc(729px * 1400/ 1920);}
        #content-place .content .bootstrap-style .section.w1110vert01 {min-height: calc(729px * 877 / 1110);}
        .layout-empty  #content-place .content .bootstrap-style .section.w1110vert01 {min-height: calc(729px * 877 / 1110);}
	.bootstrap-style .section .title {font-size: 35px; line-height: 40px;}
}

/* portal */

.portal-categories {
text-align: center;
margin-top: 20px;
}

.portal-categories a {
display: inline-block;
width: 147px;
height: 155px;
text-decoration: none;
color: #58595b;
position: relative;
}

.portal-categories a em {
background: url(/img/category.png) no-repeat center -84px;
width: 100%;
height: 84px;
display: block;
}

.portal-categories a:focus em,
.portal-categories a:hover em {
background-position: center 0;
}

.portal-categories a:active em {
background-position: center 0;
opacity: 0.8;
}

.portal-categories a span {
position: absolute;
bottom: 30px;
height: 30px;
width: 100%;
display: block;
font-weight: bold;
}

.portal-categories a:hover span {
color: #e4003f;
text-decoration: underline;
}

.portal-brands {
background-color: #f1f2f2;
padding: 15px 15px 0 130px;
position: relative;
color: #58595b;
}

.portal-brands .lbl {
background-color: #707070;
display: block;
position: absolute;
left: 0;
top: 0;
color: #FFF;
bottom: 0;
padding: 15px 15px 0 15px;
}

.portal-brands .list {
padding: 0 0 15px 0;
display: block;
}

.portal-brands .list a {
white-space: nowrap;
text-decoration: none;
}

.portal-brands .list a:hover {
text-decoration: underline;
}

.portal-list-header {
color: #58595b;
font-weight: bold;
font-size: 1.2em;
position: relative;
margin-top: 20px;
}

.portal-list-header span {
position: relative;
padding: 0 5px;
text-transform: uppercase;
background-color: #FFF;
}

.portal-list-header:before {
display: inline-block;
background-color: #e4003f;
width: 10px;
height: 10px;
content: "";
}

.portal-list-header-exclusive {
color: #e4003f;
}

.portal-list-header-novelties:before {
background-color: #72bf44;
}

.portal-list-header-topsale:before {
background-color: #f26522;
}

.portal-list-header:after {
border-color: #c8c7c7;
border-top: 1px solid #c8c7c7;
content: ".";
display: inline-block;
overflow: hidden;
margin-top: -6px;
text-indent: -2em;
width: 100%;
}

.portal-actions-header {
color: #e4003f;
text-transform: uppercase;
font-weight: bold;
border-bottom: 1px solid #c8c7c7;
margin-top: 20px;
}

.portal-info {
margin-top: 20px;
}

.portal-info .news {
float: left;
width: 50%;
}

.portal-info h2 {
font-size: 1.1em;
text-align: center;
padding: 3px 0;
margin-bottom: 10px;
}

.portal-info .news h2 {
background-color: #58585b;
color: #FFF;
border-right: 1px solid #FFFFFF;
font-weight: bold;
}

/* shop-categories */

.shop-index-table td {
border-collapse: collapse;
padding: 0;
vertical-align: top;
text-align: center;
background-image: linear-gradient(bottom, #FFFFFF 50%, #EFEFEF 100%);
background-image: -o-linear-gradient(bottom, #FFFFFF 50%, #EFEFEF 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 50%, #EFEFEF 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #EFEFEF 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 50%, #EFEFEF 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.5, #FFFFFF),
    color-stop(1, #EFEFEF)
);
}

.shop-index-table h2 a {
display: block;
text-decoration: none;
padding: 15px 10px;
background-image: linear-gradient(bottom, #e6e7e8 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(bottom, #e6e7e8 0%, #f5f5f5 100%);
background-image: -moz-linear-gradient(bottom, #e6e7e8 0%, #f5f5f5 100%);
background-image: -webkit-linear-gradient(bottom, #e6e7e8 0%, #f5f5f5 100%);
background-image: -ms-linear-gradient(bottom, #e6e7e8 0%, #f5f5f5 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #e6e7e8),
    color-stop(1, #f5f5f5)
);
}

.shop-index-table td:hover h2 a {
background-image: linear-gradient(bottom, #d6d7d8 0%, #e5e5e5 100%);
background-image: -o-linear-gradient(bottom, #d6d7d8 0%, #e5e5e5 100%);
background-image: -moz-linear-gradient(bottom, #d6d7d8 0%, #e5e5e5 100%);
background-image: -webkit-linear-gradient(bottom, #d6d7d8 0%, #e5e5e5 100%);
background-image: -ms-linear-gradient(bottom, #d6d7d8 0%, #e5e5e5 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #d6d7d8),
    color-stop(1, #e5e5e5)
);
}

.shop-index-table h2 a span{
text-decoration: underline;
}

.shop-categories {
margin-bottom: 20px;
}

.shop-categories a {
text-decoration: none;
color: #000;
display: block;

}

.shop-categories a em {
padding: 0 15px;
font-style: normal;
}

.shop-categories a:hover em {
/*background: url("/img/sidemenu/single-red-right.png") no-repeat scroll 0 center transparent;*/
background: url("/img/sidemenu/sprite.png") no-repeat scroll 2px -647px transparent;
}

.shop-categories a span {
text-decoration: underline;
}

.shop-categories a:hover span {
color: #e4003f;
}

/* goods-list */
.goods-list {
    display: inline-block;
}
.cat-item {
float: left;
width: 243px;
}

.cat-item img {
width: 200px;
height: 200px;
}

.goods-list-small .cat-item img {
width: 80px;
height: 80px;
}

.cat-item a:active img {
opacity: 0.8;
}

.cat-item a:active .descr img {
opacity: 1;
}

.cat-item .a,
.cat-item a {
display: block;
text-decoration: none;
text-align: center;
color: #58595b;
padding-left: 3px;
}

.cat-item .a span,
.cat-item a span {
display: block;
font-weight: bold;
height: 52px;
padding: 0 15px;
}

.cat-item .a span em,
.cat-item a span em {
font-style: normal;
display: inline-block;
vertical-align: middle;
}

.cat-item .a span:after,
.cat-item a span:after {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
width: 0;
}

.cat-item .a:hover span em,
.cat-item a:hover span em {
color: #e4003f;
text-decoration: underline;
}

.cat-item .a ul,
.cat-item a ul {
text-align: left;
min-height: 15px;
}

.cat-item .descr {
text-align: left;
}

.cat-item .descr img {
/*width: auto;*/
/*height: auto;*/
    width: 30px;
    height: auto;
}

.second img {
    width: 40px!important;
    height: auto;
}

.second div {
    display: inline-block;
    width: 50px;
    height: 50px;
    /*background: url(/img/products/props/file-24897.png);*/
}

.second  div:hover {
    background-position: 0px -52px;
}

.second_small img {
    width: 30px!important;
    height: auto;
}

.second_small div {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
    /*background: url(/img/products/props/file-24897.png);*/
}

.second_small  div:hover {
    background-position: 0px -31px;
}

.pictographs,
.cat-item .descr .pictographs {
padding-left: 25px;
}

.cat-item .voblers {
height: 30px;
text-align: center;
}

.cat-item .voblers i {
display: inline-block;
}

.cat-item .a:hover .descr,
.cat-item .a:hover span,
.cat-item a:hover .descr,
.cat-item a:hover span {
background-color: #eff0f0;
}

.cat-item-separator {
border-bottom: 1px solid #C8C7C7;
width: 100%;
clear: both;
padding-top: 5px;
margin-bottom: 5px;
}

/* actions-list */

.actions-list {
margin-bottom: 10px;
display: block;
}

.action-item {
float: left;
padding: 10px 0;
width: 243px;
}

.action-item img {
max-width: 190px;
}

.action-item a:active img {
opacity: 0.8;
}

.action-item a {
display: block;
min-height: 330px;
text-decoration: none;
text-align: left;
padding: 10px 25px;
color: #58595b;
}

.action-item a em {
font-style: normal;
display: block;
font-weight: bold;
padding-bottom: 5px;
}

.action-item a span {
display: block;
font-weight: bold;
}

.action-item a:hover span {
color: #e4003f;
text-decoration: underline;
}

.action-item a:hover {
background-color: #f1f1f2;
}

/* news-item-full-list */

.news-item-full-list {
border-top: 1px solid #c8c7c7;
padding: 10px 0;
}

.news-item-full-list .news-item {
padding: 10px;
}

.news-item-full-list .news-item:hover {
background-color: #eff0f1;
}

.news-item-full-list  .news-item h3 a {
font-size: 1.3em;
text-decoration: underline;
}

.news-item-full-list  .news-item p {
font-size: 1.1em;
}

.news-item-full-list  .news-item a.details:hover span,
.news-item-full-list  .news-item h3 a:hover {
text-decoration: none;
}

.news-item-full-list .news-item img {
border: 1px solid #FFF;
}

.news-item-full-list .news-item:hover img {
border: 1px solid #88898b;
}

.news-item-full-list .news-item a:active img {
opacity: 0.8;
}

.news-item-full-list .news-item .date {
margin-top: -3px;
}

.news-item .action-duration {
padding: 0;
margin-top: -3px;
}

.news-item .action-duration em {
font-style: normal;
font-weight: bold;
padding-bottom: 5px;
}

/* pagination */

.pagination {
display: block;
text-align: center;
padding: 10px 0;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 2px 7px;
    text-decoration: none;
    color: #58595b;
    /*font-weight: bold;*/
    font-size: 1.2em;
    border: 1px solid black;
    border-radius: 6px;
    margin: 0px 2px;
}

.pagination span {
    color: white;
    background: linear-gradient(to top, #000000, #4E4D4D);
}

.pagination a:hover {
color: #ee4042;
text-decoration: underline;
}

/* popup-images */

.small-photos {
height: 215px;
overflow: hidden;
position: relative;
margin-left: -15px;
}

.small-photos .o {
position: absolute;
width: 100%;
height: 40px;
bottom: 0px;

background-image: linear-gradient(bottom, #FFFFFF 50%, rgba(255,255,255, 0) 100%);
background-image: -o-linear-gradient(bottom, #FFFFFF 50%, rgba(255,255,255, 0) 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 50%, rgba(255,255,255, 0) 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, rgba(255,255,255, 0) 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 50%, rgba(255,255,255, 0) 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #FFFFFF),
    color-stop(0.5, rgba(255,255,255, 0))
);
}

.small-photos ul {
list-style: none;
padding: 0;
margin: 0;
}

.small-photos li {
list-style: none;
}

.small-photos a img {
width: 50px;
height: 50px;
display: inline-block;
}

img.hide-image {
display: none;
}

ul.popup-images-box-list {
margin: 0 auto;
padding: 0;
display: inline-block;
}

ul.popup-images-box-list li {
display: inline;
}

.popup-images-box-list a img {
width: 50px;
height: 50px;
}

.popup-images-box {
text-align: center;
vertical-align: middle;
}

.popup-images-image-show img {
max-width: 800px;
display: block;
margin: 0 auto;
}

.popup-images-image-show-loading {
clear: left;
width: 100%;
height: 100%;
background: url("/img/image-loading.gif") no-repeat center center #FFFFFF;
}

.popup-images-box-prev,
.popup-images-box-next {
background: url("/img/images-popup-arrows.png") no-repeat right top;
height: 60px;
display: block;
}

.popup-images-box-prev,
.popup-images-box-next,
.popup-images-box-header tr td.nx,
.popup-images-box-header tr td.pr {
width: 33px;
}

.popup-images-box-prev {
background-position: left top;
}

.popup-images-box-prev:hover {
background-position: left -76px;
}

.popup-images-box-next:hover {
background-position: right -76px;
}

.popup-images-box-prev-disabled {
background-position: left -144px;
}

.popup-images-box-next-disabled {
background-position: right -144px;
}

.popup-images-box-header {
width: 100%;
}

.popup-images-box-header tr td {
vertical-align: top;
}

.popup-images-box-header tr td.cn {
text-align: center;
}

.popup-images-box-list li a {
text-decoration: none;
}

.popup-images-box-list li a img{
margin-bottom: 3px;
}

.popup-images-box-list li a:hover img {
opacity: 0.6;
filter: alpha(opacity=60);
}

.popup-images-box-list li.active a img{
border-bottom: 3px solid #f5a65f;
margin-bottom: 0px;
}

.popup-images-image-show {
min-width: 600px;
}

.properties-table td {
padding: 5px;
vertical-align: top;
}

.properties-table .row2 {
background: #e2e3e5;
}

.properties-table .prop {
border-right: 2px solid #fff;
padding-left: 33px;
font-weight: bold;
}

.properties-table .val {
padding-left: 15px;
}

.properties-table .val p {
padding: 0;
}

.big-photo .lightbox {
position: relative;
}

.big-photo .lightbox em {
background: url("/img/zoom.png") no-repeat scroll 0 0 transparent;
bottom: -2px;
height: 21px;
position: absolute;
right: -3px;
width: 24px;
}

.good-info {
margin-bottom: 20px;
padding-top: 30px;
display: block;
}

.good-info-header {
position: absolute;
top: 20px;
}

.good-info-header {
margin-top: 0px;
}

.good-info-number-t22,
.good-info-number {
color: #000;
text-transform: initial;
font-size: .8em;
font-weight: normal;
margin-right: 10px;
padding: 2px 10px;
text-align: center;
width: 93px;
white-space: nowrap;
overflow: hidden;

background-color: #eee;
background-image: linear-gradient(bottom, #e2e2e2 0%, #F2F2F2 100%);
background-image: -o-linear-gradient(bottom, #e2e2e2 0%, #F2F2F2 100%);
background-image: -moz-linear-gradient(bottom, #e2e2e2 0%, #F2F2F2 100%);
background-image: -webkit-linear-gradient(bottom, #e2e2e2 0%, #F2F2F2 100%);
background-image: -ms-linear-gradient(bottom, #e2e2e2 0%, #F2F2F2 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #e2e2e2),
    color-stop(1, #F2F2F2)
);
}
/*
.content .item-descr-small ul li {
list-style-type: none;
list-style-image: none;
}
*/



.item-descr-small {
height: 235px;
vertical-align: middle;
}

.item-descr-small-content {
display: inline-block;
vertical-align: middle;
width: 50%;
}

.item-descr-small:after {
display: inline-block;
width:  0;
height: 100%;
vertical-align: middle;
content: "";
}

.cat-item .exclusive,
.item-descr-small .exclusive {
background: url(/img/shop-style/voblers/exclusive.png) no-repeat;
width: 100px;
height: 30px;
display: inline-block;
}

.cat-item .topsale,
.item-descr-small .topsale {
background: url(/img/shop-style/voblers/hit.png) no-repeat;
width: 100px;
height: 30px;
display: inline-block;
}

.cat-item .novelty,
.item-descr-small .novelty {
background: url(/img/shop-style/voblers/new.png) no-repeat;
width: 100px;
height: 30px;
display: inline-block;
}

.cat-item .archive,
.item-descr-small .archive {
    background: url(/img/shop-style/voblers/archive.png) no-repeat;
    width: 100px;
    height: 30px;
    display: inline-block;
}

.cat-item .on-demand,
.item-descr-small .on-demand {
    background: url(/img/shop-style/voblers/on-demand.png) no-repeat;
    width: 100px;
    height: 30px;
    display: inline-block;
}

.cat-item .spec,
.item-descr-small .spec {
background: url(/img/shop-style/voblers/spec.png) no-repeat;
width: 100px;
height: 30px;
display: inline-block;
}

.content .item-descr-small ul {
padding-top: 0;
}

.block-photos {
margin: 15px 15px 15px 0;
}

.big-photo,
.small-photos {
float: left;
margin: 0 30px 0 0;
}

.big-photo a,
.small-photos a {
display:block;
}


.big-photo img {
display: block;
width: 200px;
height: 200px;
}

.small-photos a {
margin: 0 0 8px;
padding: 5px;
}

/* TABS */


.tabs li {
display: inline-block;
}

.tabs a {
min-width: 100px;
padding: 5px 10px;
display: block;
text-decoration: none;
text-align: center;
background-image: linear-gradient(bottom, #E8E8EA 0%, #F1F1F1 100%);
background-image: -o-linear-gradient(bottom, #E8E8EA 0%, #F1F1F1 100%);
background-image: -moz-linear-gradient(bottom, #E8E8EA 0%, #F1F1F1 100%);
background-image: -webkit-linear-gradient(bottom, #E8E8EA 0%, #F1F1F1 100%);
background-image: -ms-linear-gradient(bottom, #E8E8EA 0%, #F1F1F1 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #E8E8EA),
    color-stop(1, #F1F1F1)
);
}

.tabs .current,
.tabs a:hover {
color: #ef2428;

background-image: linear-gradient(bottom, #CFCFCF 0%, #F2F2F2 100%);
background-image: -o-linear-gradient(bottom, #CFCFCF 0%, #F2F2F2 100%);
background-image: -moz-linear-gradient(bottom, #CFCFCF 0%, #F2F2F2 100%);
background-image: -webkit-linear-gradient(bottom, #CFCFCF 0%, #F2F2F2 100%);
background-image: -ms-linear-gradient(bottom, #CFCFCF 0%, #F2F2F2 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #CFCFCF),
    color-stop(1, #F2F2F2)
);
}

.tabs .current {
position: relative;
}

.tabs .current:after,
.tabs .current:before {
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.tabs .current:after {
border-top-color: #cccccc;
border-width: 5px;
left: 10px;
}

.panes,
.search-item-panes,
.goods-item-panes {
padding: 15px 0;
height: 100% !important;
}

.content .tabs {
padding: 0;
list-style: none;
border-top: 1px dashed #e3e3e3;
padding-top: 1px;
}

/* publication-item */

.publication-item .text img {
max-width: 729px;
padding: 10px;
}

.publication-item .text {
line-height: 1.5;
font-size: 1.1em;
}

.publication-item .text blockquote {
margin-left: 20px;
}

/*
.publication-item .text td {
padding: none;
}
*/

/* form */

.form .label {
padding-top: 10px;
padding-bottom: 5px;
font-size: 1.2em;
margin-left: 10px;
}

.form .label-value {
margin-left: 10px;
margin-top: -4px;
}

.required-label:after,
.form .required:after {
content: '*';
font-weight: bold;
color: #f00;
}


.form .input input {
font-size: 1.3em;
height: 25px;
line-height: 25px;
padding-left: 4px;
width: 400px;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 #FFFFFF;
outline: medium none;
margin-left: 10px;
border: 1px solid #BBB;
}

.form .input-other input {
    width: 80px;
}

img.ui-datepicker-trigger {
    height: 20px;
    position: relative;
    left: 2px;
    top: 6px;
}

.form .date {
width: 71px;
}

.form .input input.active{
border: 1px solid #4D90FE;
}

.form .input input:hover {
border: 1px solid #999999;
cursor: text !important;
}

.form .input input:focus {
border-color: #a0a0a0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #555;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #555;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #555;
}

.form .input input[type=checkbox],
.form .input input[type=radio],
.form .input input[type=file] {
width: auto;
border: none;
box-shadow: none;
}

.form .input select{
border: 1px solid #D9D9D9;
padding-left: 4px;
width: 350px;
margin-left: 10px;
}

.form td.label {
text-align: right;
padding-top: 0;
}

.form td {
vertical-align: top;
}

.form td.mdl {
vertical-align: middle;
}

.form td.submit,
.form td.txt {
padding: 0 0 5px 10px;
}

.form td {
padding-bottom: 5px;
}

.form h3,
.form h2 {
text-align: left;
padding: 10px;
margin: 0;
}

.form h2 {
margin-top: 20px;
}

.form .input select{
margin-left: 10px;
}

.form .textarea textarea {
font-size: 1.4em;
line-height: 30px;
padding-left: 4px;
width: 400px;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 #FFFFFF;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 #FFFFFF;
outline: medium none;
margin-left: 10px;
border: 1px solid #BBB;
}

.form .textarea textarea:hover {
border: 1px solid #999999;
cursor: text !important;
}

.form .textarea textarea:focus {
border-color: #a0a0a0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #555;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #555;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px #555;
}

.popup-box .form .label:first-child {
padding-top: 0;
}

.form .submit {
text-align: left;
padding: 3px 0px;
margin-right: -4px;
margin-left: 10px;
}

.link-button,
.form .submit input {
text-shadow: 0 0 9px #FFFFFF;
box-shadow: 0 1px 2px #888888;
font-size: 1.3em;
padding: 5px 20px;
color: #555;
cursor: pointer;
margin-top: 5px;
background-color: #D1D1D3;
background-image: linear-gradient(bottom, #D1D1D3 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #D1D1D3 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #D1D1D3 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #D1D1D3 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #D1D1D3 0%, #FFFFFF 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #D1D1D3),
    color-stop(1, #FFFFFF)
);
border: 1px solid #acacae;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.link-button:focus,
.form .submit input:focus,
.link-button:hover,
.form .submit input:hover {
border: 1px solid #acacae;
color: #333;
background-color: #AAAAAA;
background-image: linear-gradient(bottom, #AAAAAA 0%, #EEEEEE 100%);
background-image: -o-linear-gradient(bottom, #AAAAAA 0%, #EEEEEE 100%);
background-image: -moz-linear-gradient(bottom, #AAAAAA 0%, #EEEEEE 100%);
background-image: -webkit-linear-gradient(bottom, #AAAAAA 0%, #EEEEEE 100%);
background-image: -ms-linear-gradient(bottom, #AAAAAA 0%, #EEEEEE 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #AAAAAA),
    color-stop(1, #EEEEEE)
);
}

.link-button:active,
.form .submit input:active {
background-color: #D1D1D3;
background-image: linear-gradient(bottom, #D1D1D3 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #D1D1D3 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #D1D1D3 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #D1D1D3 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #D1D1D3 0%, #FFFFFF 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #D1D1D3),
    color-stop(1, #FFFFFF)
);
border: 1px solid #acacae;
}

a.link-button {
display: inline-block;
text-decoration: none;
color: #555;
}

.content .attention-success,
.content .attention {
color: #F00;
font-size: 1.3em;
margin-left: 10px;
background-color: #EEB3B7;
padding: 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
color: #90272F;
width: 300px;
}

.content .attention-success {
color: #3D8331;
background-color: #CAE5C5;
}

/* sitemap */


.site-map-sub {
background:url(/sm/self/img/tree/ftv2lastnode.gif) no-repeat left top;
}

.site-map-row {
padding: 5px;
color: #888;
}

.site-map-active-parent {
color: #000;
}

.site-map-active {
background-color: #FAFAFA;
border-bottom: 1px solid #FFF;
}

/* filters */

.property .h {
line-height: normal;
font-weight: bold;
vertical-align: top;
text-align: right;
padding: 3px 10px 0 0;
white-space: nowrap;
}

.property .h:after {
content: ':';
}

.property .p {
vertical-align: top;
}

.property label {
padding-right: 5px;
white-space: nowrap;
cursor: pointer;
}

.property label:active {
opacity: 0.8;
}

.property label.disabled {
cursor: auto;
color: #AAA;
}

.property label:active.disabled {
opacity: 1;
}

.property label.checked span {
text-decoration: underline;
}

.show-filters {

position: relative;

text-decoration: none;
color: #FFF;

display: inline-block;
padding: 7px 0 0px 0;
width: 100%;
height: 22px;

background-color: #57585a;
cursor: default;

/*background-image: linear-gradient(bottom, #57585a 0%, #6E6F72 100%);
background-image: -o-linear-gradient(bottom, #57585a 0%, #6E6F72 100%);
background-image: -moz-linear-gradient(bottom, #57585a 0%, #6E6F72 100%);
background-image: -webkit-linear-gradient(bottom, #57585a 0%, #6E6F72 100%);
background-image: -ms-linear-gradient(bottom, #57585a 0%, #6E6F72 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #57585a),
    color-stop(1, #6E6F72)
);*/
}

.show-filters:hover {

/*background-color: #171717;

background-image: linear-gradient(bottom, #171717 0%, #3F3F3F 100%);
background-image: -o-linear-gradient(bottom, #171717 0%, #3F3F3F 100%);
background-image: -moz-linear-gradient(bottom, #171717 0%, #3F3F3F 100%);
background-image: -webkit-linear-gradient(bottom, #171717 0%, #3F3F3F 100%);
background-image: -ms-linear-gradient(bottom, #171717 0%, #3F3F3F 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #171717),
    color-stop(1, #3F3F3F)
);*/
}

.show-filters:active b {
text-shadow: 0px 0px 6px #FFF;
}

.show-filters b {
padding: 0 16px;
font-size: 13px;
font-weight: bold;
height: 14px;
line-height: 14px;
color: #FFF;
}

.show-filters span {
text-decoration: underline;
position: absolute;
right: 35px;
top: 7px;
font-size: 10px;
color: #FFF;
}

.filters-link-collapsed-part span:after,
.filters-link-collapsed span:after {
content: "показать фильтры";
}

.filters-link-expanded span:after {
content: "скрыть фильтры";
}

.show-filters em {
display: block;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 27px;
/*background: url(/img/sidemenu/double-gray-right.png) no-repeat center center;*/
background: url(/img/sidemenu/sprite.png) no-repeat 6px -172px;
}

.filters-link-expanded em {
background-image: url(/img/shop-style/filters-hide.png);
background-position: center center;
}

a.hide-filters:hover, a.hide-filters:active {
text-decoration: none;
border-bottom: 1px dotted #e4003f;
}

.filters {
margin-bottom: 25px;
margin-top: 3px;
position: relative;
}

.filters-block {
background: #f2f2f2;
padding: 15px;
}


.filters-block-collapsed-part {
    display: block;
    height: 20px;
    overflow: hidden;
    position: relative;
}

.filters-block-collapsed-part .o {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: -moz-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 89%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,0)), color-stop(89%,rgba(242,242,242,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 89%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 89%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 89%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 89%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.filters-block-collapsed .o, .filters-block-expanded .o {
    display: none;
}


.filters-block-collapsed {
    display: none;
}

.filters-block-expanded {
    display: block;
    height: auto;
}


.selected-values a {
text-decoration: none;
display: inline-block;
background: #EEE;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 5px;
color: #000;
}

.selected-values a:hover {
background: #FEE;
}

.selected-values a span {
font-weight: bold;
}

/* nice-checkbox */

.nice-checkbox {
width: 14px;
height: 16px;
display: inline-block;
cursor: pointer;
background: url(/img/checkbox-sprite.png) 0 0 no-repeat;
vertical-align: middle;
}

.nice-checkbox input {
display: none;
}

.nice-checkbox-checked {
background-position: 0 -16px;
}

.nice-checkbox-disabled {
background-position: 0 -31px;
cursor: auto;
}

.filters-clear {
display: block;
padding-right: 20px;
text-decoration: none;
text-align: left;
background-color: #686262;
color: #FFF !important;
padding: 0 33px 0 25px;
margin-left: 16px;
position: absolute;
margin-top: -9px;
height: 20px;
line-height: 20px;
font-size: 11px;
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #B0ADAA), color-stop(0.94, #6B6967) );
background-image: -o-linear-gradient(bottom, #B0ADAA 0%, #6B6967 94%);
background-image: -moz-linear-gradient(bottom, #B0ADAA 0%, #6B6967 94%);
background-image: -webkit-linear-gradient(bottom, #B0ADAA 0%, #6B6967 94%);
background-image: -ms-linear-gradient(bottom, #B0ADAA 0%, #6B6967 94%);
background-image: linear-gradient(to bottom, #B0ADAA 0%, #6B6967 94%);
}

.filters-clear span {
font-size: 15px;
position: absolute;
color: #3D3B3B;
font-weight: bold;
/* margin-left: 4px; */
margin: 0 0 0 2px;
}

.filters-clear:after{
    background: url(/img/shop-style/filters-clear.png) no-repeat right center;
}

.filters-table td {
padding-bottom: 5px;
}

.filters-table .p {
border-bottom: 1px solid #C8C7C7;
}

.filters-table tr:last-child .p {
border-bottom: none;
}

/* contacts-table */

.vacancy-table,
.contacts-table {
margin: 0 auto;
border-spacing: 1px;
}

.vacancy-table {
margin: 0;
}

.vacancy-table th,
.vacancy-table td,
.contacts-table th,
.contacts-table td {
padding: 10px;
}

.vacancy-table .prop-name,
.contacts-table .prop-name {
font-weight: bold;
text-align: center;
background:#f3f3f3;
}

.vacancy-table .prop-val,
.contacts-table .prop-val {
border: 1px dotted #ddd;
text-align: center;
}

.vacancy-table .prop-name,
.vacancy-table .prop-val {
text-align: left;
}

.contacts-rr-table {
width: 100%;
}

.contacts-rr-table th,
.contacts-rr-table td {
padding: 3px 5px;
}

.contacts-rr-table th {
text-align: left;
font-weight: bold;
background: #F3F3F3;
}

.contacts-rr-table td {
vertical-align: top;
}

.contacts-rr-table p {
padding: 0;
}

.contacts-rr-table .name {
font-weight: bold;
width: 200px;
}

.contacts-rr-table td {
height: 55px;
}

.contacts-rr-table .phone {
width: 200px;
}

/* styled-table */

.styled-table {
width: 100%;
}

.styled-table th {
text-align: left;
font-weight: bold;
background: #ccc;
white-space: nowrap;
}

.styled-table th,
.styled-table td {
padding: 10px;
line-height: 1;
}

.styled-table .row1 td {
background: #fff;
}

.styled-table .row2 td {
background: #eee;
}

.styled-table .date {
white-space: nowrap;
}

/**
 *
 * DATE PICKER
 * Default styling for jQuery Datepicker v4.0.6.
 *
 **/
.datepick {
background-color: #fff;
color: #000;
border: 1px solid #444;
border-radius: 0.25em;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
font-family: Arial,Helvetica,Sans-serif;
font-size: 14px;
}

.datepick-rtl {
direction: rtl;
}

.datepick-popup {
z-index: 4000;
}

.datepick-disable {
position: absolute;
z-index: 100;
background-color: white;
opacity: 0.5;
filter: alpha(opacity=50);
}

.datepick a {
color: #fff;
text-decoration: none;
}

.datepick a.datepick-disabled {
color: #888;
cursor: auto;
}

.datepick button {
margin: 0.25em;
padding: 0.125em 0em;
background-color: #fcc;
border: none;
border-radius: 0.25em;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
font-weight: bold;
}

.datepick-nav, .datepick-ctrl {
float: left;
width: 100%;
background-color: #000;
color: #fff;
font-size: 90%;
font-weight: bold;
}

.datepick-ctrl {
background-color: #600;
}

.datepick-cmd {
width: 30%;
}

.datepick-cmd:hover {
background-color: #777;
}

.datepick-ctrl .datepick-cmd:hover {
background-color: #f08080;
}

.datepick-cmd-prevJump, .datepick-cmd-nextJump {
width: 8%;
}

a.datepick-cmd {
height: 1.5em;
}

button.datepick-cmd {
text-align: center;
}

.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
float: left;
padding-left: 2%;
}

.datepick-cmd-current, .datepick-cmd-today {
float: left;
width: 35%;
text-align: center;
}

.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
float: right;
padding-right: 2%;
text-align: right;
}

.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
float: right;
padding-left: 0%;
padding-right: 2%;
text-align: right;
}

.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
float: right;
}

.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
float: left;
padding-left: 2%;
padding-right: 0%;
text-align: left;
}

.datepick-month-nav {
float: left;
background-color: #777;
text-align: center;
}
.datepick-month-nav div {
float: left;
width: 12.5%;
margin: 1%;
padding: 1%;
}

.datepick-month-nav span {
color: #888;
}
.datepick-month-row {
clear: left;
}

.datepick-month {
float: left;
width: 15em;
border: 1px solid #444;
text-align: center;
}

.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
height: 1.5em;
background-color: #444;
color: #fff;
font-weight: bold;
}

.datepick-month-header select, .datepick-month-header input {
height: 1.4em;
border: none;
}

.datepick-month-header input {
position: absolute;
display: none;
}

.datepick-month table {
width: 100%;
border-collapse: collapse;
}

.datepick-month thead {
border-bottom: 1px solid #aaa;
}

.datepick-month th, .datepick-month td {
margin: 0em;
padding: 0em;
font-weight: normal;
text-align: center;
}

.datepick-month th {
border: 1px solid #777;
}

.datepick-month th, .datepick-month th a {
background-color: #777;
color: #fff;
}

.datepick-month td {
background-color: #eee;
border: 1px solid #aaa;
}

.datepick-month td.datepick-week {
border: 1px solid #777;
}

.datepick-month td.datepick-week * {
background-color: #777;
color: #fff;
border: none;
}

.datepick-month a {
display: block;
width: 100%;
padding: 0.125em 0em;
background-color: #eee;
color: #000;
text-decoration: none;
}

.datepick-month span {
display: block;
width: 100%;
padding: 0.125em 0em;
}

.datepick-month td span {
color: #888;
}

.datepick-month td .datepick-other-month {
background-color: #fff;
}

.datepick-month td .datepick-weekend {
background-color: #ddd;
}

.datepick-month td .datepick-today {
background-color: #f0c0c0;
}

.datepick-month td .datepick-highlight {
background-color: #f08080;
}

.datepick-month td .datepick-selected {
background-color: #777;
color: #fff;
}

.datepick-month th.datepick-week {
background-color: #777;
color: #fff;
}

.datepick-status {
clear: both;
background-color: #ddd;
text-align: center;
}

.datepick-clear-fix {
clear: both;
}

.datepick-cover {
display: none;
display/**/: block;
position: absolute;
z-index: -1;
filter: mask();
top: -1px;
left: -1px;
width: 100px;
height: 100px;
}

.datepick-trigger {
background: none repeat scroll 0 0 transparent;
border: medium none;
padding: 0 0 3px;
vertical-align: middle;
}

/* feedback-mistake-info */

.feedback-mistake-info {
color: #AAA;
font-size: 0.9em;
padding-top: 15px;
}

.news-likes {
margin: 20px 0;
}

.news-likes-item {
margin-right: 30px;
display: inline-block;
}

.controller-shop .in .content,
.controller-solutionsforbusiness .in .content {
overflow: hidden;
}

#vacancy-confidential {
border: 1px solid #FF0000;
border-radius: 10px;
padding: 10px;
}

#vacancy-confidential label {
font-weight: bold;
}

#birthday-input-container {
position: relative;
}





/* cat-menu */

.cat-menu {
margin: 5px 10px 0 0px;
}

.cat-menu a {
display: block;
text-decoration: none;
position: relative;
padding: 0px 28px 0px 13px;
height: 28px;
vertical-align: middle;
margin-bottom: 1px;
}

.cat-menu a span {
display: inline-block;
vertical-align: middle;
width: 100%;
line-height: normal;
}

.cat-menu a em,
.cat-menu a b {
position: absolute;
top: 0;
right: 0;
height: inherit;
width: 28px;
}

.cat-menu a:after {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
width: 0;
}




/* 0 уровень. Строка. Не активна. */

.cat-menu .level0 a {
color: #e6e7e8;
font-weight: bold;
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 0 #57585a;
}

/* 0 уровень. Строка. Наведена. */

.cat-menu .level0 a:hover {
color: #FFF;
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 -29px #171717;
}

/* 0 уровень. Строка. Нажата. */

.cat-menu .level0 a:focus,
.cat-menu .level0 a:active {
color: #FFF;
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 -56px #171717;
}

/* 0 уровень. Строка. Раскрыта. */

.cat-menu .level0 a.have-children-expanded {
color: rgb(200, 200, 200);
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 -29px #171717;
}

/* 0 уровень. Строка, активна. */

.cat-menu .level0 a.active {
color: #FFF;
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 -29px #171717;
}

/* 0 уровень. Строка. Раскрыта, наведена. */

.cat-menu .level0 a.have-children-expanded:hover {
color: #FFF;
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 -29px #171717;
}

/* 0 уровень. Строка. Раскрыта, нажата. */

.cat-menu .level0 a.have-children-expanded:active {
color: #FFF;
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 -56px #171717;
}

/* 1 уровень. Строка. Не активна. */

.cat-menu .level1 a {
color: #58595b;
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 -84px #e6e7e8;
}

/* 1 уровень. Строка. Наведена. */

.cat-menu .level1 a:hover {
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 -112px #f5f5f5;
color: #000;
}

/* 1 уровень. Строка. Нажата. */

.cat-menu .level1 a:focus,
.cat-menu .level1 a:active {
color: #000;
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 -112px #f5f5f5;
}

/* 1 уровень. Строка. Раскрыта. */

.cat-menu .level1 a.have-children-expanded {
color: rgb(50, 50, 50);
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 -112px #f5f5f5;
}

/* 1 уровень. Строка, активна. */

.cat-menu .level1 a.active {
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 -112px #f5f5f5;
color: #000;
}

/* 1 уровень. Строка. Раскрыта, наведена. */

.cat-menu .level1 a.have-children-expanded:hover {
color: #000;
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 -112px #f5f5f5;
}

/* 1 уровень. Строка. Раскрыта, нажата. */

.cat-menu .level1 a.have-children-expanded:active {
color: #000;
background: url("/img/sidemenu/category-sprite.png") no-repeat 0 -112px #f5f5f5;
}

/* 2 уровень. Строка. Не активна. */

.cat-menu .level2 a,
.cat-menu .level3 a,
.cat-menu .level4 a {
color: rgb(120, 120, 120);
background: #FFF;
}

/* 2 уровень. Строка, активна. */

.cat-menu .level2 a.active,
.cat-menu .level3 a.active,
.cat-menu .level4 a.active {
color: #e4003f;
background: #FFF;
}

/* 2 уровень. Строка. Наведена. */

.cat-menu .level2 a:hover,
.cat-menu .level3 a:hover,
.cat-menu .level4 a:hover {
color: #e4003f;
background: #FFF;
}

/* 2 уровень. Строка. Нажата. */

.cat-menu .level2 a:focus,
.cat-menu .level2 a:active,
.cat-menu .level3 a:focus,
.cat-menu .level3 a:active,
.cat-menu .level4 a:focus,
.cat-menu .level4 a:active {
color: #e4003f;
background: #FFF;
}

/* 2 уровень. Строка. Раскрыта. */

.cat-menu .level2 a.have-children-expanded,
.cat-menu .level3 a.have-children-expanded,
.cat-menu .level4 a.have-children-expanded  {
color: #000;
background: #FFF;
}

/* 2 уровень. Строка. Раскрыта, наведена. */

.cat-menu .level2 a.have-children-expanded:hover,
.cat-menu .level3 a.have-children-expanded:hover,
.cat-menu .level4 a.have-children-expanded:hover {
color: #e4003f;
background: #FFF;
}

/* 2 уровень. Строка. Раскрыта, нажата. */

.cat-menu .level2 a.have-children-expanded:active,
.cat-menu .level3 a.have-children-expanded:active,
.cat-menu .level4 a.have-children-expanded:active {
color: #e4003f;
background: #FFF;
}

.cat-menu .level2 a.active-have-children,
.cat-menu .level3 a.active-have-children,
.cat-menu .level4 a.active-have-children {
color: #e4003f;
}

/* 2 уровень, другое */

.cat-menu .level2 a {
padding-left: 40px;
border-top: 1px dashed #E4E4E5;
}

.cat-menu .level3 a,
.cat-menu .level4 a {
padding-left: 60px;
border-top: 1px dashed #E4E4E5;
}

.cat-menu .level2 a.first {
border-top: none;
}

/* 0 уровень. Иконка. Нет вложенных. */

.cat-menu .level0 a em {
background: none;
}

/* 0 уровень. Иконка. Есть вложенные. */

.cat-menu .level0 a.have-children em {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat;
}

/* 0 уровень. Иконка. Есть вложенные наведенная. */

.cat-menu .level0 a.have-children em:hover {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -56px;
}

/* 0 уровень. Иконка. Есть вложенные нажата. */

.cat-menu .level0 a.have-children em:active {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -84px;
}

/* 0 уровень. Иконка. Есть вложенные раскрыта. */

.cat-menu .level0 a.have-children-expanded em {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat;
}

/* 0 уровень. Иконка. Есть вложенные раскрыта наведена. */

.cat-menu .level0 a.have-children-expanded em:hover {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat  0 -56px;
}

/* 0 уровень. Иконка. Есть вложенные раскрыта нажата. */

.cat-menu .level0 a.have-children-expanded em:active {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -84px;
}

/* 0 уровень. Иконка. Активна и есть вложенные */

.cat-menu .level0 a.active.have-children em,
.cat-menu .level0 a.active.have-children-expanded em,
.cat-menu .level0 a.active-have-children em {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -28px;
}

/* 0 уровень. Иконка. Активна и есть вложенные наведена */

.cat-menu .level0 a.active.have-children em:hover,
.cat-menu .level0 a.active.have-children-expanded em:hover,
.cat-menu .level0 a.active-have-children em:hover {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -56px;
}

/* 0 уровень. Иконка. Активна и есть вложенные нажата */

.cat-menu .level0 a.active.have-children em:active,
.cat-menu .level0 a.active.have-children-expanded em:active,
.cat-menu .level0 a.active-have-children em:active {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -84px;
}

/* 1 уровень. Иконка. Нет вложенных. */

.cat-menu .level1 a em {
background: none;
}

/* 1 уровень. Иконка. Есть вложенные. */

.cat-menu .level1 a.have-children em {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -198px;
}

/* 1 уровень. Иконка. Есть вложенные наведенная. */

.cat-menu .level1 a.have-children em:hover {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -142px;
}

/* 1 уровень. Иконка. Есть вложенные нажата. */

.cat-menu .level1 a.have-children em:active {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -170px;
}

/* 1 уровень. Иконка. Есть вложенные раскрыта. */

.cat-menu .level1 a.have-children-expanded em {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -114px;
}

/* 1 уровень. Иконка. Есть вложенные раскрыта наведена. */

.cat-menu .level1 a.have-children-expanded em:hover {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat  0 -142px;
}

/* 1 уровень. Иконка. Есть вложенные раскрыта нажата. */

.cat-menu .level1 a.have-children-expanded em:active {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -170px;
}

/* 2 уровень. Иконка. Нет вложенных. */

.cat-menu .level2 a em,
.cat-menu .level3 a em,
.cat-menu .level4 a em {
background: none;
}

/* 2 уровень. Иконка. Есть вложенные. */

.cat-menu .level2 a.have-children em,
.cat-menu .level3 a.have-children em,
.cat-menu .level4 a.have-children em {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 0;
}

/* 2 уровень. Иконка. Есть вложенные наведенная. */

.cat-menu .level2 a.have-children em:hover,
.cat-menu .level3 a.have-children em:hover,
.cat-menu .level4 a.have-children em:hover {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -142px;
}

/* 2 уровень. Иконка. Есть вложенные нажата. */

.cat-menu .level2 a.have-children em:active,
.cat-menu .level3 a.have-children em:active,
.cat-menu .level4 a.have-children em:active {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -170px;
}

/* 2 уровень. Иконка. Есть вложенные раскрыта. */

.cat-menu .level2 a.have-children-expanded em,
.cat-menu .level3 a.have-children-expanded em,
.cat-menu .level4 a.have-children-expanded em {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -198px;
}

/* 2 уровень. Иконка. Есть вложенные раскрыта наведена. */

.cat-menu .level2 a.have-children-expanded em:hover,
.cat-menu .level3 a.have-children-expanded em:hover,
.cat-menu .level4 a.have-children-expanded em:hover {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat  0 -142px;
}

/* 2 уровень. Иконка. Есть вложенные раскрыта нажата. */

.cat-menu .level2 a.have-children-expanded em:active,
.cat-menu .level3 a.have-children-expanded em:active,
.cat-menu .level4 a.have-children-expanded em:active {
background: url("/img/sidemenu/category-sprite-control.png") no-repeat 0 -170px;
}


.cat-menu-bottom {
border-top: 1px dashed #E4E4E5;
margin-top: 10px;
padding-top: 10px;
}

.content .search-item-tabs {
padding: 16px 0 0;
}

/* ui */
/* range slider ui */


.ui-slider {
position: relative;
text-align: left;
display: inline-block;
width: 150px;
margin: 0 8px;
top: -3px;
}

.ui-slider .ui-slider-handle {
position: absolute;
z-index: 1;
height: 0.7em;
width: 0.45em;
cursor: default;
}
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .2em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.3em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }

.ui-widget-content {
background: #c9c9c9;
}
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header {
background: #59b14b;
}
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { */
.ui-combobox-input, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border-top: 1px solid #dcdfe4;
border-right: 1px solid #7a7e84;
border-bottom: 1px solid #515458;
border-left: 1px solid #cfd3db;
background: #c2c7d1;
font-weight: normal;
color: #555555;
}


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
border: 1px solid #999999/*{borderColorHover}*/;
background: #dadada/*{bgColorHover}*/;
font-weight: normal/*{fwDefault}*/;
color: #212121/*{fcHover}*/;
}

.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 1px solid #aaaaaa/*{borderColorActive}*/;
background: #ffffff/*{bgColorActive}*/;
font-weight: normal/*{fwDefault}*/;
color: #212121/*{fcActive}*/;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }

.ui-tooltip {
    box-shadow: 0 0 5px #AAAAAA;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}
* html .ui-tooltip {
    background-image: none;
}
body .ui-tooltip {
    border-width: 2px;
}


.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
text-indent: -100px;
overflow: hidden;
}

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/img/ws/images/jquery-ui/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }

.ui-notify { width:350px; position:fixed; top:10px; right:10px; z-index: 10000;}
.ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px }
.ui-notify-message h1 { font-size:14px; margin:0; padding:0;}
.ui-notify-message p { margin:3px 0; padding:0; line-height:18px }
.ui-notify-message:last-child { margin-bottom:0 }
.ui-notify-message-style { background:#000; background:rgba(0,0,0,0.8); -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000; }
.ui-notify-message-style h1 { color:#fff; font-weight:bold }
.ui-notify-message-style p { color:#fff }
.ui-notify-close { color:#fff; text-decoration:underline }
.ui-notify-click { cursor:pointer }
.ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px }
.ui-notify-cross:hover { color:#ffffab }
.ui-notify-cross:active { position:relative; top:1px }

.ui-state-error {
padding:10px; -moz-box-shadow:0 0 6px #980000; -webkit-box-shadow:0 0 6px #980000; box-shadow:0 0 6px #980000;
}
.ui-notify-message h1 {border-bottom: none;}

.ui-notify .message { padding:10px; margin:15px 0; display:block; text-align:left; }
.ui-notify .message-title { font-weight:bold; font-size:1.25em; }
.ui-notify .message-body { margin-top:4px; }
.ui-notify .error, .ui-notify .notice, .ui-notify .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.ui-notify .error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.ui-notify .notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.ui-notify .success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.ui-notify .error a {color:#8a1f11;}
.ui-notify .notice a {color:#514721;}
.ui-notify .success a {color:#264409;}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
    color: #CD0A0A;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #CD0A0A;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #CD0A0A;
}


.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background: none;
    display: none;
}

.ui-combobox {
position: relative;
display: inline-block;
}
.ui-combobox-toggle {
position: absolute;
top: 0;
bottom: 0;
margin-left: -1px;
padding: 0;
/* adjust styles for IE 6/7 */
*height: 1.7em;
*top: 0.1em;
}


.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */


.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

.ui-icon-triangle-1-s { background-position: -64px -16px; }


.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }


/* range slider */


.filters-range-input {
border: 1px solid #6A6A6A;
font-size: 11px;
width: 30px;
text-align: right;
}

.properties-range {
display: inline-block;
}

.properties-range-submit {
display: none;
position: relative;
top: 2px;
width: 13px;
}

#goods-t22-not-found {
text-align: center;
padding: 15px 0 0 0;
}

.layout-empty .wrap {
width: auto;
max-width: 1000px;
min-width: 596px;
}

.layout-empty .item-descr-small-content {
width: 42%;
}

.properties-range-submit {
background: url("/img/shop-style/properties-range-submit.png") no-repeat scroll 0 -3px transparent;
border: medium none;
height: 20px;
margin-top: -4px;
position: relative;
text-indent: -1000px;
width: 45px;
cursor: pointer;
}

.properties-range-submit:hover {
    background-position: 0 -30px;
}

#lang {
    position: absolute;
    right: 263px;
    text-transform: uppercase;
    top: 26px;
}

#lang a {
    text-decoration: none;
}

#lang a.active {
    font-weight: bold;
}

/*#body-english #index-logo .logo,
#body-english #header .logo {
    top: 51px;
}

#body-english #index-logo .company,
#body-english #header .company {
    color: #999a9c;
    font-weight: bold;
    font-size: 1.2em;
    left: 18px;
    width: 510px;
}*/

#body-english #index-logo .phone,
#body-english #header .phone {
    background: none;
    text-indent: 0;
    width: auto;
    text-align: right;
    font-size: 20px;
}

#body-english #lang {
    top: 40px;
    right: 0px;
}

#body-english .contacts {
    right: 0;
    text-align: right;
}

#body-english .content-wrap {
margin-top: 154px;
}

#english-index-info h2 {
font-size: 1.1em;
text-align: center;
padding: 3px 0;
margin-bottom: 10px;
}

#english-index-info .english-service h2 {
background-color: #898f97;
color: #FFF;
}

#english-index-info .english-service-inner {
border-left: 1px dashed #c8c7c7;
}

#english-index-info .english-col {
width: 20%;
float: left;
height: 285px;
text-decoration: none;
}

#english-index-info .english-col-inner {
padding: 0 5px 0px 5px;
border-right: 1px dashed #c8c7c7;
}

#english-index-info .h {
background: url(/img/index/4p-eng.png) no-repeat #FFF;
height: 162px;
margin: 0 auto;
}

#english-index-info .english-col-product .h {
background-position: -19px 12px;
width: 114px;
}

#english-index-info .english-col-place .h {
background-position: -227px 12px;
width: 104px;
}

#english-index-info .english-col-promotion .h {
background-position: -443px 12px;
width: 78px;
}

#english-index-info .english-col-people .h {
background-position: -644px 12px;
width: 72px;
}

#english-index-info .english-col-mission .h {
background-position: -844px 12px;
width: 60px;
}

#english-index-info .english-col-product:hover .h {
background-position: -19px -178px;
}

#english-index-info .english-col-place:hover .h {
background-position: -227px -178px;
}

#english-index-info .english-col-promotion:hover .h {
background-position: -443px -178px;
}

#english-index-info .english-col-people:hover .h {
background-position: -644px -178px;
}

#english-index-info .english-col-mission:hover .h {
background-position: -844px -178px;
}

#english-index-info .english-service-inner {
margin-bottom: 10px;
}

#english-index-info .c {
height: 130px;
background: #f7f7f7;
font-size: 11px;
}

#english-index-info .c p {
padding: 15px;
}

#english-index-info ul {
padding-left: 40px;
padding-top: 15px;
}

#english-index-info ul li {
list-style-image: url(/img/index/marker.png);
margin-bottom: 10px;
}

#english-multibanner-wrap {
    /* background: url(/img/index/mb-bg.png) repeat-x; */
}

#english-menu {
    height: 46px;
    background: url(/img/menu-bg-eng.png) repeat-x #5e5f61;
}

#english-menu li {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #616265;
    font-size: 1.1em;
}

#english-menu li a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    padding: 0 20px;
    color: #bcbaba;
    vertical-align: top;
    border-left: 1px solid #505254;
}

#english-menu li a.active {
    color: #fff;
}

#english-content {
    margin-top: 20px;
}

#sidebar-left-english {
    background: url(/img/sideleft-bg-eng.jpg) no-repeat center top;
    height: 1005px;
}

#english-content .sidebar-left {
    width: 23%;
}

#english-content .center .in {
    margin: 0 0 0 25%;
}

.properties-table .prop-header {
    color: #e4003f;
    font-size: 1.1em;
    padding: 20px 0 4px 10px;
}

#multibanner-container .multibanner-hot .descr {
    background: none repeat scroll 0 0 rgba(229, 35, 40, 0.85);
    color: #FFF;
}

#multibanner-container .multibanner-hot a:hover .descr h6,
#multibanner-container .multibanner-hot .descr h6 {
    color: #FFF;
}

.review360-object {
    max-width: 100%;
    min-height: 480px;
    min-width: 640px;
}

div.clearfix > img {
    padding: 8px;
}

a.order-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 13px 1px 13px;
    margin-left: 11px;
    margin-top: 20px;
    background-color: #555;
}

a.order-btn:hover {
    background-color: #70D170;
}

a.order-btn:active {
    background-color: #3B6D3B;
}

.first-filter-border {
    border-top: 1px solid #C8C7C7;
    height: 13px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #F2F2F2;
}

.filter-btn {
    display: block;
    color: #FFF !important;
    text-align: center;
    /* background-color: #F30F0F; */
    /* border: 1px solid #000; */
    /* padding: 10px; */
    padding: 0 5px 0 5px;
    width: 142px;
    position: absolute;
    right: 0;
    margin-top: -9px;
    margin-right: 16px;
    text-decoration: none;
    font-size: 11px;
    height: 20px;
    line-height: 19px;

    background: #ff1a00; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff1a00 0%, #750900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1a00), color-stop(100%,#750900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff1a00 0%,#750900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff1a00 0%,#750900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff1a00 0%,#750900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff1a00 0%,#750900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#750900',GradientType=0 ); /* IE6-9 */


}

.filter-btn:hover {
    background-color: #FD2E2E;
}

.news-source {
    font-size: 10px;
}

.actual-filter {
    text-align: right;
    width: 100%;
}

.actual-filter > label > .nice-checkbox {
    width: 215px;
}

.actual-filter > label > .nice-checkbox > span {
    margin-left: 18px;
}

.get_more {
    color: white;
    cursor: pointer;
    padding: 0px 70px;
    line-height: 35px;
    background: linear-gradient(to top, #A91F1F, red);
    width: 11%;
    margin: 30px auto;
}

.goods-filter {
    position: relative;
    right: 0px;
    left: 600px;
}

.image_test_test {
	position	: relative;
	width		: 100%; 
}

.luminarc-top {
    top: 241px;
}