@font-face {
	font-family:'pfdindisplaypro';
	src: url('../fonts/pfdindisplaypro-reg.ttf');
}
@font-face {
	font-family:'pfdindisplaypro-black';
	src: url('../fonts/pfdindisplaypro-black.ttf');
}
@font-face {
	font-family:'pfdindisplaypro-bold';
	src: url('../fonts/pfdindisplaypro-bold.ttf');
}
@font-face {
	font-family:'pfdindisplaypro-light';
	src: url('../fonts/pfdindisplaypro-light.ttf');
}
@font-face {
	font-family:'pfdindisplaypro-med';
	src: url('../fonts/pfdindisplaypro-med.ttf');
}
@font-face {
	font-family:'pfdindisplaypro-thin';
	src: url('../fonts/pfdindisplaypro-thin.ttf');
}
@font-face {
	font-family:'pfdindisplaypro-xthin';
	src: url('../fonts/pfdindisplaypro-xthin.ttf');
}
@charset "utf-8";
/********* RESET  *********/
html,
body,
div,
span,
object,
iframe,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

a img {
    border: none;
}

:focus {
    outline: none;
}

input[type="submit"], 
textarea, 
select {
    -webkit-appearance: none;
}

#up_btn a{
	display:block;
	width:100px;
	height:30px;
	background: url(../img/up.png) no-repeat top;
	color:#818181;
	font:14px/14px Arial;
	text-align:center;
	padding-top:70px;
	position:fixed;
	right:30px;
	bottom:30px;
}
input, 
textarea {
    font: normal 14px/120% pfdindisplaypro;
}

html {
}

body {
    background: #fff;
    color: #000;
    font: normal 14px/120% pfdindisplaypro;
    min-width: 960px;
    padding: 0;
}


.sivorotka
{
padding: 10px;

}

.abzach
{
font-weight:bold;
font-size: 16px;	
	
}


.pg
{
display: block;
height: auto;	
}


.rutube
{
margin: 0 auto; width: 80px;	
	
}

.container-ps
{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;	
}

.ps1
{
float: left;
margin: 10px;
height: auto;
width: auto;	
}


.ps2
{
margin: 10px;
height: auto;
width: auto;	
}


.ps3
{
float: right;
margin: 10px;
height: auto;
width: auto;	
}


.container-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.block-flex1{
float: left;
margin: 20px;
background-color: #964b00;
height: 150px;
width: 250px;
}

.block-flex2{
float: right;
margin: 20px;
background-color: #f2c395;
height: 150px;
width: 250px;
}


.block-flex3{
margin: 20px;
background-color: #f28213;
height: 150px;
width: 250px;
}





.shadowbox {     /* оформление рекламного блока на главной странице сайта     */
  width: 96%;
  float: left;
  border: 1px solid #333;
  border-radius: 3px;
  box-shadow: 8px 8px 5px #444;
  padding: 8px 12px;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
  margin-bottom: 35px;
  font-size: 16px;
  
}

/*<p>&nbsp;</p>
<div class="shadowbox">
<p style="text-align: center;"><span style="font-size: 20px; color: #ff0000;"><strong>До конца года скидка 15%</strong></span></p>

<ul>
	<li style="text-align: left;">Пастеризаторы / ультрапастеризаторы</li>
	<li style="text-align: left;">Доставка оборудования по России включена в стоимость</li>
	<li style="text-align: left;">*Подробности у менеджеров компании</li>
</ul>
</div>
<p>&nbsp;</p> */




a {
    color: #f26522;
    text-decoration: underline;
}

a:focus,
a:hover {
    color: #f26522;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: pfdindisplaypro;
    font-weight: bold;
}

h1 {
    font-size: 22px;
    line-height: 100%;
}

h2 {
    font-size: 19px;
    line-height: 100%;
}

h3 {
    font-size: 18px;
    line-height: 100%;
}

h4 {
    font-size: 16px;
    line-height: 100%;
}

h5 {
    font-size: 14px;
    line-height: 100%;
}

h6 {
    font-size: 12px;
    line-height: 100%;
}

.clr:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear {
    clear: both;
}

.align_left {
    float: left;
}

.align_right {
    float: right;
}

.align_center {
    text-align: center;
}

.input,
.textarea {
    border: 1px solid #dadada;
}

.button {
    display: inline-block;
    border: none;
    text-align: center;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #f26522;
    font-size: 20px;
    line-height: 100%;
    cursor: pointer;
    padding: 5px 10px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.6);
    border-radius: 3px;
}

.button:hover,
.button:focus,
.button:active {
    color: #f26522;
    background: #fff;
}

#body {
    width: 960px;
    margin: 0 auto;
    background: #fff;
}

#header {
	background:url(../img/bg_header.jpg) top;
}

#header .header-inner {
    width: 960px;
    margin: 0 auto;
	padding:23px 0 0px;
}

#header .top-header-block {
    margin: 0 0px;
}

#header .logo-block {
    float: left;
}

#header .logo-block .logo-link {
    display: block;
    margin:  0;
}

#header .logo-block .logo-link img {
    width: 100%;
}

#header .slogan-block {
    float: left;
}

#header .slogan-block .slogan-inner {
    margin: 10px 0 0 0;
    font:17px/17px pfdindisplaypro;
    color: #fff;
    text-align: left;
}

#header .widgets-block {
    width: 25%;
    float: right;
}

#header .widgets-block .widgets-inner {
}

#header .cart-block {
}

#header .search-block {
float:right;
  margin: 6px 6px 0;
}

#header .search-block .search-inner {
    position: relative;
}

#header .search-block .search-form {
    position: relative;
    text-align: right;
}

#header .search-block .search-form .input-search {
    border-radius: 15px;
    width: 141px;
    padding: 5px 30px 5px 10px;
    background: #fff;
	border: none;
	font-size:16px;
}

#header .search-block .search-form .input-search:focus {
    background: #fff;
}

#header .search-block .search-form .input-submit {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../img/search-ico.png) no-repeat 0 0;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;  
	top: 7px;
  right: 9px;
    z-index: 10;
    cursor: pointer;
}

#header .cart-block .cart-inner {
    position: relative;
    text-align: right;
    margin: 50px 0 0;
}

#header .cart-block .cart-ico {
    width: 45px;
    height: 45px;
    display: block;
    background: url(../img/cart-ico.png) no-repeat 0 0;
    position: absolute;
    top: 3px;
    left: 75px;
    margin: 0;
}

#header .cart-block .cart-info {
}

#header .cart-block .cart-info #countincart {
    padding: 2px 5px;
    color: #fff;
    margin: 0 0 2px 120px;
    text-align: left;
	font-size:14px;
    line-height: 100%;
}

#header .cart-block .cart-info #totalallcart {
    padding: 2px 5px;
    color: #fff;
    margin: 0px 0 0 120px;
    text-align: left;
	font-size:14px;
    line-height: 100%;
}

#header .cart-block .cart-info #totalallcart span, #header .cart-block .cart-info #countincart span{
    color: #ffde00;
}
#header .cart-block .edit {
    font-size: 14px;
    margin: 3px 0 0;
}

#header .cart-block .edit a {
    color: #ffde00;
	font-size:14px;
	margin-right:3px;
}

#header {
    margin: 0 0 25px;
}

#header .main-inner {
    margin: 0;
}

#header .info-block {
    font:14px/14px pfdindisplaypro;
   float: left;
    color: #fff;
    text-align: left;
	width:670px;
	margin:0 0 0 20px;
}

#header .adress-block {
	width:130px;
	float:left;
	margin-left: 30px;
}

#header .adress-block .adress-inner {
    position: relative;
}

#header .adress-block .adress-ico {
    width: 19px;
    height: 29px;
    display: none;
    background: url(../img/adress-ico-big.png) no-repeat 0 0;
    position: absolute;
    top: -6px;
    left: 0;
}

#header .adress-block .adress-info {
}

#header .phone-block {
	/* width:270px; */
	float:right;
	font-size: 22px;
font-weight: bold;
}


.toparea-item
{
padding: 10px;
}




#header .phone-block .phone-inner {
    position: relative;
}

#header .phone-block .phone-ico {
    width: 15px;
    height: 27px;
    display: none;
    background: url(../img/phone-ico-big.png) no-repeat 0 0;
    position: absolute;
    top: -5px;
    left: 0;
}

#header .phone-block .phone-info {
font:30px/30px pfdindisplaypro-bold;
}

#header .email-block {
    float: left;
    width: 26%;
    margin: 0 0 0 3%;
}

#header .email-block .email-inner {
    position: relative;
    padding: 0 0 0 35px;
    min-height: 10px;
}

#header .email-block .email-ico {
    width: 28px;
    height: 28px;
    display: block;
    background: url(../img/mail-ico-big.png) no-repeat 0 0;
    position: absolute;
    top: -6px;
    left: 0;
}

#header .email-block .email-info {
}

#header .top-menu {
    position: relative;
    z-index: 30;
	padding:15px 0 30px;
}

#header .top-menu .top-menu-inner {
    background: #f26522;
}

#header .top-menu .menu {
    list-style-position: outside;
}

#header .top-menu .menu li {
    list-style-type: none;
}

#header .top-menu .menu li:hover {
    position: relative;
}

#header .top-menu .menu li a {
    text-decoration: none;
}

#header .top-menu .menu li a:hover,
#header .top-menu .menu li a:focus,
#header .top-menu .menu li a:active,
#header .top-menu .menu li.active > a {
}

#header .top-menu .menu > li {
    display: inline-block;
    float: left;
}

#header .top-menu .menu > li > a {
    text-decoration: none;
    display: block;
    font:16px/16px pfdindisplaypro-light;
    padding: 13px 40px;
    color: #000;
}

#header .top-menu .menu > li > a:hover,
#header .top-menu .menu > li > a:focus,
#header .top-menu .menu > li > a:active,
#header .top-menu .menu > li:hover > a,
#header .top-menu .menu > li.active > a {
    background: #d24b0b;
    color: #fff;
}

#header .top-menu .menu ul {
    display: none;
}

#header .top-menu .menu ul li {
}

#header .top-menu .menu ul li a {
    display: block;
    padding: 6px 5px;
    font:16px/16px pfdindisplaypro;
    color: #f26522;
    background: #fff;
}

#header .top-menu .menu ul li a:hover,
#header .top-menu .menu ul li a:focus,
#header .top-menu .menu ul li a:active,
#header .top-menu .menu ul li:hover > a,
#header .top-menu .menu ul li.active > a {
    color: #000;
    background: #fff;
}

#header .top-menu .menu ul {
    width:170px;
    list-style: none;
    list-style-image: none;
    background: #fff;
    left: 0;
    top: 100%;
    padding: 20px 0 20px;
    text-align: center;
    
	box-shadow: 0px 0px 6px rgba(242, 101, 34,1);
    z-index: 9;
}

#header .top-menu .menu ul > li {
}

#header .top-menu .menu ul > li:first-child {
}

#header .top-menu .menu ul > li:last-child {
}

#header .top-menu .menu ul > li:only-child {
}

#header .top-menu .menu ul ul {
    left: 164px;
    top: -2px;
	box-shadow: 0px 0px 6px rgba(242, 101, 34,1);
    z-index: 10;
}

#header .top-menu .menu li:hover > ul,
#header .top-menu .menu li ul:hover {
    display: block;
    position: absolute;
}

#sidebar {
    float: left;
    width: 225px;
    position: relative;
    padding: 20px 0 20px;
}

#sidebar:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 1px;
    background: -moz-linear-gradient(top,  rgba(129,129,129,1) 0%, rgba(129,129,129,1) 60%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,129,129,1)), color-stop(60%,rgba(129,129,129,1)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(129,129,129,1) 0%,rgba(129,129,129,1) 60%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(129,129,129,1) 0%,rgba(129,129,129,1) 60%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(129,129,129,1) 0%,rgba(129,129,129,1) 60%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(129,129,129,1) 0%,rgba(129,129,129,1) 60%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#00000000',GradientType=0 );
}

#sidebar .sidebar-inner {
    margin: 0 0 0 10px;
}

#sidebar .sidebar-block {
    margin: 0 0 30px;
}

#sidebar .sidebar-block .title-sidebar {
    color: #0054a6;
	text-align:left;
    font:18px/30px pfdindisplaypro-med;
	border-bottom:1px solid #F26522;
	text-transform:uppercase;
    margin: 0 0 15px;
}

#sidebar .sidebar-block .content-sidebar {
}

#sidebar .sidebar-block .menu {
    list-style-position: outside;
    margin: 0;
}

#sidebar .sidebar-block .menu li {
    list-style-type: none;
}

#sidebar .sidebar-block .menu li:hover {
    position: relative;
}

#sidebar .sidebar-block .menu li a {
    text-decoration: none;
}

#sidebar .sidebar-block .menu > li.active {
}

#sidebar .sidebar-block .menu li a:hover,
#sidebar .sidebar-block .menu li a:focus,
#sidebar .sidebar-block .menu li a:active,
#sidebar .sidebar-block .menu li.active > a {
}

#sidebar .sidebar-block .menu > li {
    margin: 0 0 5px;
    padding: 0 1px 0 0;
}

#sidebar .sidebar-block .menu > li > a {
    font: 16px/16px pfdindisplaypro;
    display: block;
    padding: 8px 5px 8px 30px;
    color: #000;
	position:relative;
}
#sidebar .sidebar-block .menu > li > a:before {
    width:7px;
	height:7px;
	background:#F26522;
	content:"";
	position:absolute;
	top:44%;
	left:10px;
}

#sidebar .sidebar-block .menu > li > a:hover,
#sidebar .sidebar-block .menu > li > a:focus,
#sidebar .sidebar-block .menu > li > a:active,
#sidebar .sidebar-block .menu > li:hover > a,
#sidebar .sidebar-block .menu > li.active > a {
    background: #f26522;
	color:#fff;
}
#sidebar .sidebar-block .menu > li > a:hover:before,
#sidebar .sidebar-block .menu > li > a:focus:before,
#sidebar .sidebar-block .menu > li > a:active:before,
#sidebar .sidebar-block .menu > li:hover > a:before,
#sidebar .sidebar-block .menu > li.active > a:before {
    width:7px;
	height:7px;
	background:#fff;
	content:"";
	position:absolute;
	top:36%;
	left:10px;
}

#sidebar .sidebar-block .menu ul {
 display: none;
}

#sidebar .sidebar-block .menu ul li {
}

#sidebar .sidebar-block .menu ul li a {
    display: block;
    padding: 4px 5px;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

#sidebar .sidebar-block .menu ul li a:hover,
#sidebar .sidebar-block .menu ul li a:focus,
#sidebar .sidebar-block .menu ul li a:active,
#sidebar .sidebar-block .menu ul li:hover > a,
#sidebar .sidebar-block .menu ul li.active > a {
    color: #000;
}

#sidebar .sidebar-block .menu ul {
    width: 180px;
    list-style: none;
    list-style-image: none;
    background: #fff;
    left: 214px;
    top: 0;
	position:absolute;
}

#sidebar .sidebar-block .menu ul > li {
}

#sidebar .sidebar-block .menu ul > li:first-child {
}

#sidebar .sidebar-block .menu ul > li:last-child {
}

#sidebar .sidebar-block .menu ul > li:only-child {
}

#sidebar .sidebar-block .menu ul ul {
    left: 180px;
    top: -1px;
}

#sidebar .sidebar-block .menu li:hover > ul,
#sidebar .sidebar-block .menu li ul:hover {
    display: block;
    position: absolute;
	background:#F26522;
	padding: 10px 0 10px 20px;
	z-index:50;
}

#sidebar .sidebar-block .news {
    list-style: none;
}

#sidebar .sidebar-block .news li {
    margin: 0 0 10px;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
}

#sidebar .sidebar-block .news .item-news {
}

#sidebar .sidebar-block .news .item-news .news-img {
    float: left;
    width: 95px;
    margin: 0 10px 0 0;
}

#sidebar .sidebar-block .news .item-news .news-img a {
    display: block;
}

#sidebar .sidebar-block .news .item-news .news-img a img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#sidebar .sidebar-block .news .item-news .news-date {
    color: #F26522;
    margin: 0 0 5px;
	position:relative;
}
#sidebar .sidebar-block .news .item-news .news-date:after{
    background: #F26522;
	width:140px;
	height:1px;
	content:"";
	position:absolute;
	  top: 10px;
  right: -10px;
}

#sidebar .sidebar-block .news .item-news .news-title{
    font-size: 16px;
    line-height: 110%;
	text-decoration:none;
	color:#ffffff;
}

#sidebar .sidebar-block .all-news-block {
    text-align: right;
}

#sidebar .sidebar-block .all-news-block a {
    font-size: 16px;
    color: #F26522;
}

#content {
    float: left;
    width: 730px;
    padding: 20px 0 0;
}

#content .content-inner {
    margin: 0 25px;
}

#slider {
    width: 700px;
    overflow: hidden;
    height: 230px;
    position: relative;/*
    z-index: 10;*/
}

#article {
    padding: 0 0 20px;
}

#article .article-inner {
}

#article .article-inner h1,
#article .article-inner h2 {
    color: #0054A6;
	text-transform:uppercase;
    font-size: 20px;
    line-height: 140%;
    margin: 0 0 15px;
}

#article .article-inner p {
    margin: 0 0 1em;
}

#article ul,
#article ol {
    list-style-position: inside;
}

#article img,
#article iframe,
#article video {
    max-width: 100%;
}
#article .fancyb{
    display: inline-block;
    margin: 0 5px 5px 0;
    max-width: 100%;
}
#article .fancyb img{
    display: block;
}
#article table {
    border: 1px solid;
    border-collapse: collapse;
    margin: 0 0 1em;
}

#article td {
    border: 1px solid;
    padding: 5px;
}

#article .all-news {
    margin: 0 0 25px;
}

#article .all-news .all-news-img {
    width: 160px;
    float: left;
}

#article .all-news .all-news-img .all-news-img-link {
    display: block;
}

#article .all-news .all-news-img .all-news-img-link img {
    display: block;
    width: 100%;
    height: auto;
}

#article .all-news .all-news-content {
    width: 520px;
    float: left;
    margin: 0 0 0 20px;
}

#article .all-news .all-news-content .data {
    color: #aaa;
    margin: 0 0 10px;
    display: inline-block;
    border-bottom: 1px dotted;
}

#article .all-news .all-news-content .all-news-title {
    color: #f26522;
    margin: 0 0 10px;
}

#article .all-news .all-news-content .all-news-text {
    margin: 0 0 10px;
}

#article .all-news .all-news-content .more {
}

#article .news-img {
    width: 225px;
    float: left;
    margin: 0 10px 10px 0;
}

#article .news-img a {
    display: block;
}

#article .news-img a img {
    display: block;
    width: 100%;
    height: auto;
}

#article .category-product {
}

#article .product-icons {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 10;
}

#article .product-icons > div {
    display: none;
    width: 52px;
    height: 27px;
    float: left;
}

#article .product-value-block {
    position: relative;
}

#article .product-value-block .qnt_input {
    width: 45px;
    vertical-align: middle;
    font-size: 22px;
    text-align: center;
}

#article .product-value-block .plus,
#article .product-value-block .minus {
    display: block;
    width: 15px;
    height: 19px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    background: url(../img/p-m.png) no-repeat 0 0;
    position: absolute;
    right: 0;
}

#article .product-value-block .plus {
    background-position:-18px 0 ;
	top:7px;
    right: 0;
    bottom: -1px;
}

#article .product-value-block .minus {
    background-position: 0 0;
    top:7px; 
	left: -25px;
}

#article .product-value-block .plus:hover,
#article .product-value-block .minus:hover {
    opacity: 0.6;
}

#article .product-table {
    float: left;
    width: 155px;
    margin: 0 16px 16px 0;
    border: 1px solid #555;
    border-radius: 3px;
    background: #fff;
    position: relative;
}

#article .product-table:hover {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
}

#article .product-table:nth-child(4n + 1) {
    clear: both;
}

#article .product-table:nth-child(4n) {
    margin-right: 0;
}

#article .product-table .product-img-block {
    display: block;
    margin: 5px;
}

#article .product-table.new-product .product-icons .new-ico {
    background: url(../img/new-big.png) no-repeat 0 0;
    display: block;
}

#article .product-table.bestseller .product-icons .hit-ico {
    background: url(../img/hit-big.png) no-repeat 0 0;
    display: block;
}

#article .product-table .product-img-block .product-img-link {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 151px;
    height: 110px;
}

#article .product-table .product-img-block .product-img-link img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#article .product-table .product-title-block {
    margin: 0 5px 5px;
    text-align: center;
    height: 45px;
    overflow: hidden;
    position: relative;
}

#article .product-table .product-title-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    z-index: 10;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,0.99)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

#article .product-table .product-title-block a {
    color: #f26522;
}

#article .product-table .product-price-block {
    font-size: 20px;
    margin: 0 5px;
    text-align: center;
    line-height: 100%;
    color: #444;
}

#article .product-table .product-price-block .product-count {
}

#article .product-table .add-to-cart {
    margin: 8px 5px;
}

#article .product-table .add-to-cart .add-to-cart-link {
    display: block;
}

#article .product-table .add-to-cart .add-to-cart-link:hover,
#article .product-table .add-to-cart .add-to-cart-link:focus,
#article .product-table .add-to-cart .add-to-cart-link:active {
}

#article .product-list {
    margin: 0 0 10px;
    border: 1px solid #dadada;
    background: #fff;
    position: relative;
}

#article .product-list:hover {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
}

#article .product-list .product-icons {
    top: -9px;
}

#article .product-list .product-icons > div {
    float: none;
}

#article .product-list .product-img-block {
    display: block;
    margin: 15px;
    float: left;
    width: 170px;
}

#article .product-list.new-product .product-icons .new-ico {
    background: url(../img/new-big.png) no-repeat 0 0;
    display: block;
}

#article .product-list.bestseller .product-icons .hit-ico {
    background: url(../img/hit-big.png) no-repeat 0 0;
    display: block;
}

#article .product-list .product-img-block .product-img-link {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 170px;
    height: 125px;
}

#article .product-list .product-img-block .product-img-link img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#article .product-list .product-title-block {
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 100%;
    text-overflow: ellipsis;
    margin: 0 0 10px;
    white-space: nowrap;
	float:left;
	width:320px;
}

#article .product-list .product-title-block a {
    color: #0054a6;
    text-decoration: none;
}

#article .product-list .product-list-content {
    float: left;
    width: 460px;
    margin: 15px 15px 15px 0;
}

#article .product-list .product-desc-block {
    float: left;
    width: 320px;
    margin: 0 15px 0 0;
    height: 80px;
    position: relative;  
	color: #0054a6;
	font-size:16px;
}

#article .product-list .product-desc-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 10;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,0.99)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

#article .product-list .product-action-block {
    float: right;
    width: 115px;
  margin-top: -25px;
}

#article .product-list .product-value-block {
    position: relative;
}

#article .product-list .product-value-block .qnt_input {
    width: 85px;
    vertical-align: middle;
    font-size: 22px;
    text-align: center;
	border:1px solid #dadada;
}

#article .product-list .product-value-block .plus {
}

#article .product-list .product-value-block .minus {
}

#article .product-list .product-value-block .plus:hover,
#article .product-list .product-value-block .minus:hover {
}

#article .product-list .product-price-block {
    font-size: 18px;
    text-align: center;
    line-height: 100%;
    margin: 10px 0;
    color: #444;
}

#article .product-list .product-price-block .product-count {
}

#article .product-list .add-to-cart a{
padding:10px 0;
font-size:16px;
}

#article .product-list .add-to-cart .add-to-cart-link {
    display: block;
  margin-left: -25px;
}

#article .product-list .add-to-cart .add-to-cart-link:hover,
#article .product-list .add-to-cart .add-to-cart-link:focus,
#article .product-list .add-to-cart .add-to-cart-link:active {
}

#article .product-item {
    position: relative;
}

#article .product-item .images-product {
    float: left;
    width: 245px;
    margin: 0 25px 0 0;
}

#article .product-item.new-product .product-icons .new-ico {
    background: url(../img/new-big.png) no-repeat 0 0;
    display: block;
}

#article .product-item.bestseller .product-icons .hit-ico {
    background: url(../img/hit-big.png) no-repeat 0 0;
    display: block;
}

#article .product-item .images-product .big-img {
    width: 245px;
    overflow: hidden;
    margin: 0 0 10px;
}

#article .product-item .images-product .big-img a {
    display: block;
}

#article .product-item .images-product .big-img a img {
    width: 100%;
    height: auto;
    display: block;
}

#article .product-item .images-product .preview-img {
}

#article .product-item .images-product .small-img {
    width: 75px;
    height: auto;
    margin: 0 10px 10px 0;
    float: left;
}

#article .product-item .images-product .preview-img .small-img:nth-child(3n) {
    margin-right: 0;
}

#article .product-item .images-product .preview-img .small-img:nth-child(3n + 1) {
    clear: both;
}

#article .product-item .images-product .small-img a {
    display: block;
}

#article .product-item .images-product .small-img a img {
    display: block;
    width: 100%;
    height: auto;
}

#article .product-item .content-product {

}

#article .product-item .content-product .product-title-block {
}

#article .product-item .content-product .product-title-block h1 {
    color: #0054a6;
}

#article .product-item .content-product .product-desc-block {
    margin: 20px 0;
    color: #0054a6;
}
/**********************************************/
#article .product-item .content-product .product-action-block {
    padding: 25px 0 15px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
#article .product-item .content-product .product-action-block p{
	font-size:10px;
}
#article .product-item .content-product .product-action-block .product-value-block{
	width:75px;
	float:left;
	  margin-left: 25px;
}
#article .product-item .content-product .product-action-block .product-value-block p{
	font-size:10px;
	  margin: -15px 0 0 -5px;
}

#article .product-item .content-product .product-action-block .product-price-block {
    font-size:18px;
	font-family:pfdindisplaypro-med;
    line-height: 120%;
    color: #000;
    float: left;
  width: 150px;
  text-align: center;
}

#article .product-item .content-product .product-action-block .product-price-block .product-count {
}

#article .product-item .content-product .product-action-block .add-to-cart {
    float: right;
    width: 125px;
     margin: -2px 0 0;
}
/******************************************/
#article .product-item .content-product .product-action-block .add-to-cart .add-to-cart-link {
    display: block;
    width: inherit;
}

#article .product-item .content-product .product-action-block .add-to-cart .add-to-cart-link:hover,
#article .product-item .content-product .product-action-block .add-to-cart .add-to-cart-link:focus,
#article .product-item .content-product .product-action-block .add-to-cart .add-to-cart-link:active {
}

#article .product-similar {
    margin: 25px 0 0;
}

#article .product-similar .product-similar-title {
    color: #555;
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 20px;
}

#article .cart-form {
}

/***********************/
#article .cart-form .cart-block {
    padding: 10px;
    background: #fff;
}
#article .cart-form .cart-block > div {
    float: left;
    height: initial !important;
    margin: 0 10px 0 0;
}

#article .cart-form .cart-block.header-cart-block {
    color: #000;
	border:1px solid #dadada;
	padding:0;
}

#article .cart-form .cart-block.header-cart-block > div {
    min-height: 10px;
	padding: 10px 0 10px;
  text-align: center;
}
#article .cart-form .cart-block.header-cart-block .product-img-block{  
width: 100px;
}
#article .cart-form .cart-block.header-cart-block .product-img-block,
#article .cart-form .cart-block.header-cart-block .product-price-block,
#article .cart-form .cart-block.header-cart-block .product-total-block{
    background:#fff;
}
#article .cart-form .cart-block.header-cart-block .product-content-block, 
#article .cart-form .cart-block.header-cart-block .product-action-block{
    background:#dadada;
}
/*****************************************************/
#article .cart-form .cart-block .product-content-block{
    width: 100px;
    height: 100px;
}

#article .cart-form .cart-block .product-img-block a {
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#article .cart-form .cart-block .product-img-block a img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#article .cart-form .cart-block .product-content-block {
    width: 200px;
}

#article .cart-form .cart-block .product-content-block .product-title-block {
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 100%;
}

#article .cart-form .cart-block .product-content-block .product-title-block a {
    color: #555;
    text-decoration: none;
}

#article .cart-form .cart-block .product-content-block .product-desc-block {
    position: relative;
    height: 70px;
    overflow: hidden;
}

#article .cart-form .cart-block .product-content-block .product-desc-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 10;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,0.99)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

#article .cart-form .cart-block .product-price-block {
    width: 100px;
}

#article .cart-form .cart-block .product-price-block .product-count {
    font-size: 22px;
    line-height: 100%;
    display: block;
    margin: 26px 0 0;
}

#article .cart-form .cart-block .product-action-block {
    width: 70px;
}

#article .cart-form .cart-block .product-action-block .product-value-block {
    margin: 24px 0 0;
}

#article .cart-form .cart-block .product-action-block .product-value-block .qnt_input {
}

#article .cart-form .cart-block .product-action-block .product-value-block .plus {
}

#article .cart-form .cart-block .product-action-block .product-value-block .minus {
}

#article .cart-form .cart-block .product-action-block .product-value-block .plus:hover,
#article .cart-form .cart-block .product-action-block .product-value-block .minus:hover {
}

#article .cart-form .cart-block .product-total-block {
    width: 110px;
}

#article .cart-form .cart-block .product-total-block .product-total {
    font-size: 22px;
    line-height: 100%;
    display: block;
    margin: 26px 0 0;
}

#article .cart-form .cart-block .product-delete-block {
    margin: 0;/*
    width: 15px;*/
}

#article .cart-form .cart-block .product-delete-block .delete {
    /*overflow: hidden;*/
    display: block;
    text-align: left;/*
    width: 15px;
    height: 15px;
    background: url(../img/delete.png) no-repeat;*/
    cursor: pointer;
      margin: -50px 0 0 90px;
	font-size:12px;
	text-decoration:none;
	color:#818181;
}

#article .cart-form .cart-block .product-delete-block .delete:hover {
    opacity: 0.6;
}

#article .order-total-cart {
    background: #0054a6;
    color: #fff;
    border-radius: 0 0 3px 3px;
    padding: 10px;
    font-size: 18px;
	font-family:pfdindisplaypro;
    line-height: 100%;
	text-align:right;
	font-weight:normal;
}

#article .cart-view {
    margin: 15px 0 0;
}

#article .cart-view .zakaz_left {
	float:left;
}
#article .cart-view .ordering-title {
	
}
#article .cart-view .zakaz_info{
	
}

#article .cart-view .form-contact {
	float:right;
	width:430px;
}


#article .cart-view .form-contact input, #article .cart-view .form-contact textarea{
	border:1px solid #0054a6;
}
#article .cart-view .form-contact input#name{
	float:left;
	width:155px;
}
#article .cart-view .form-contact input#phone{
	float:right;
	width:250px;
}
#article .cart-view .form-contact textarea#address{
	margin: 10px 0 0;
	  width: 425px;
	  resize: none;
}
#article .cart-view .form-contact input.submit-form{
	float:right;
	border:none;  margin-top: 10px;
}








#news {
    padding: 20px 30px 20px;
    background: #fff;
    border-top: 1px solid #999999;
}

#footer {
	background:url(../img/bg_header.jpg) top;
	
}

#footer .footer-inner {
    margin: 0 auto;
    width: 960px;
    padding: 30px 0 20px;
    font-size: 14px;
    line-height: 120%;
}

#footer a {
}

#footer a:hover,
#footer a:focus,
#footer a:active {
}

#footer .copy-block {
    width: 200px;
    float: left;
}

#footer .copy-block .copy-inner {
    margin: 0 0 0 0px;
}
#footer .copy-block .copy-inner a{
    color:#D3B513;
	text-decoration:none;
}

#footer .info-block {
    float: left;
    width: 990px;
}

#footer .phone-block {
   width: 290px;
    float: left;
}

#footer .phone-block .phone-inner {
    position: relative;
    padding: 0 10px 0 20px;
}

#footer .phone-block .phone-ico {
    width: 28px;
    height: 28px;
    display: block;
    background: url(../img/phone-ico-min.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

#footer .phone-block .phone-info {
	color:#fff;
	font:25px/25px open_sans_Light;
	padding:0 0 0 15px;
}

#footer .adress-block {
    width: 150px;
    float: left;
	  margin-left: 50px;
}

#footer .adress-block .adress-inner {
    position: relative;
    padding: 0 10px 0 20px;
}

#footer .adress-block .adress-ico {
    width: 17px;
    height: 25px;
    display: block;
    background: url(../img/adress-ico-min.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

#footer .adress-block .adress-info {
	color:#fff;
	font:14px/14px open_sans_Light;
	padding:0 0 0 15px;
}

#footer .email-block {
	width: 300px;
    float: left;  margin-left: 50px;
}

#footer .email-block .email-inner {
    position: relative;
    padding: 0 0 0 25px;
}

#footer .email-block .email-ico {
    width: 26px;
    height: 26px;
    display: block;
    background: url(../img/mail-ico-min.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

#footer .email-block .email-info {
}
#footer .email-block .email-info a {
	color:#fff;
	font:20px/20px open_sans_Light;
	padding:0 0 0 15px;
}

#footer .metrika {
	width: 130px;
    float: right;
}

#footer .metrika .metrika-inner {
    position: relative;
    padding: 0 0 0 25px;
}


#footer .metrika .metrika_head {
	color:#fff;
	font:14px/14px open_sans_Light;
	padding:0 0 0 0px;
	text-align:right;
}
#footer .metrika .metrika-info {
float:right;
}


#footer .footer_copy {
    border-top:1px solid #fc0;
	margin-top:30px;
	padding:15px 0 5px;
}
#footer .copy-made-block {
    float: right;
    width: 200px;
}

#footer .copy-made-block .copy-made-inner {
    margin: 0 25px 0 0;
    text-align: right;
}

#footer .copy-made-block span {
    vertical-align: top;
	color:#fc0;
}

#footer .copy-made-block .logo-web-studio {
    width: 31px;
    height: 19px;
    display: inline-block;
    background: url(../img/sd.png) no-repeat 0 0;
    text-align: left;
    overflow: hidden;
    text-indent: -9999px;
    margin: -3px 0 0;
}

#share42 {
    padding: 6px 6px 0;
    background: #FFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
}

#share42:hover {
    background: #F6F6F6;
    border: 1px solid #D4D4D4;
    box-shadow: 0 0 5px #DDD;
}

#share42 a {
    opacity: 0.5;
}

#share42:hover a {
    opacity: 0.7;
}

#share42 a:hover {
    opacity: 1;
}

#modal-wrap {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 1000;
}

#modal-msg {
    background-color: #fff;
	border-radius:5px;
    color: #f26522;
	font-size:20px;
	font-family:pfdindisplaypro-med;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    top: 225px;
    width: 400px;
    z-index: 9999;
    display: none;
    padding: 35px 20px 35px 20px;
    text-align: center;
}

#modal-msg a.close {
    display: block;
    float: right;
    font-size: 26px;
    height: 26px;
    margin-right: -10px;
    margin-top: -20px;
    text-decoration: none;
}

#modal-msg .content {
    min-height: 60px;
}

.form-contact {
    margin: 1em 0;
}

.form-contact div {
    /*margin: 0 0 10px;*/
}

.form-contact div.captcha {
    display: block;
    margin: 0 0 0 200px;
}

.form-contact div.captcha img {
    display: block;
    margin: 10px 0 0;
}

.form-contact div.captcha input {
    display: block;
    width: 196px;
}

.form-contact label {
    display: block;
    float: left;
    width: 200px;
}

.textarea-form,
.input-form {
    width: 296px;
    padding: 2px;
}

.textarea-form {
    height: 70px;
}

.submit-form {
    margin: 0 0 0 200px;
}

.submit-form:hover,
.submit-form:focus,
.submit-form:active {
}

input.error,
textarea.error {
    border-color: red;
}

.flash-msg {
    text-align: center;
}

.flash-msg.success {
    color: green;
}

.yiiPager {
    display: block;
    list-style: none;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 100%;
}

.yiiPager li {
    display: inline-block;
}

.yiiPager li a {
    display: block;
    color: #f26522;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.6);
    border-radius: 3px;
    padding: 3px 5px;
    text-decoration: none;
}

.yiiPager li.selected a,
.yiiPager li a:hover ,
.yiiPager li a:focus ,
.yiiPager li a:active {
    color: #fff;
    background: #f26522;
}

.yiiPager li.first,
.yiiPager li.last,
.yiiPager li.hidden {
    display: none;
}

.bread-crumbs {
    font-size: 16px;
    font-style: italic;
    margin: 10px 0;
}

.bread-crumbs li {
    display: inline-block;
    color: #777;
}

.bread-crumbs a {
    display: inline-block;
    color: #000;
    position: relative;
    margin-right: 33px;
}

.bread-crumbs a:before {
    content: '';
    color: #000;
    position: absolute;
    width: 33px;
    height: 7px;
    top: 50%;
    right: -33px;
    margin-top: -3px;
    background: url('../images/bread-crumbs.png') no-repeat 6px 0;
}

#call-me {
    position: fixed;
    top: 20px;
    right: -272px;
    z-index: 9999999;
    background: #fff;
    width: 250px;
    padding: 10px 10px 0px 10px;
    border: 2px solid #f26522;
    border-right: none;
    border-radius: 0 0 0 5px;
}

#call-me .call-me-ico {
    background: #fff url(../img/call-me-ico.png) no-repeat center center;
    width: 44px;
    position: absolute;
    top: -2px;
    left: -48px;
    border-radius: 5px 0 0 5px;
    border: 2px solid #f26522;
    border-right: none;
    height: 44px;
}

#call-me .call-me-body {
}

#call-me .zaq-form {
}

#call-me .title-call-me {
    color: #f26522;
    font-size: 18px;
    line-height: 100%;
    margin: 0 0 10px;
}

#call-me #subbutton {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(255,255,255, 0.9);
    z-index: 20;
    text-align: center;
    font-size: 22px;
    line-height: 100%;
    color: #f26522;
    padding: 99px 0 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

#call-me .row-block {
    margin: 0 0 15px;
    position: relative;
}

#call-me .row-block .error-message {
    font-size: 12px;
    line-height: 100%;
    color: #f00;
    display: none;
}

#call-me .row-block.error .error-message {
    display: block;
    position: absolute;
    left: 0;
}

#call-me .row-block.error input,
#call-me .row-block.error textarea {
    border-color: #f00;
}

#call-me .row-block .input-call-me {
    width: 244px;
    padding: 2px;
}

#call-me .row-block .textarea-call-me {
    width: 244px;
    padding: 2px;
    height: 50px;
}

#call-me .row-block .captcha {
    white-space: nowrap;
}

#call-me .row-block .captcha img {
    width: 100px;
    vertical-align: top;
}

#call-me .row-block .captcha .input-call-me {
    width: 137px;
    vertical-align: top;
}

#call-me .row-block.submit {
}

#call-me .row-block.submit .button-call-me {
    display: block;
    width: 100%;
    margin: 0;
}

#call-me .row-block.submit .button-call-me:hover {
}



/* Skitter styles */
.box_skitter {
    position: relative;
    width: 700px;
    height: 230px;
}

.box_skitter img {
    max-width: none;
} /* Tip for stildv */
.box_skitter ul {
    display: none;
}

.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
}

.box_skitter .image {
    overflow: hidden;
}

.box_skitter .image img {
    display: none;
}

/* Box clone */
.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

/* Navigation */
.box_skitter .prev_button {
    display: none;
}

.box_skitter .next_button {
    display: none;
}


/* Thumbs */
.box_skitter .container_thumbs {
    position: relative;
    overflow: hidden;
    height: 50px;
}

.box_skitter .info_slide_thumb {
    height: 50px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    top: auto;
    top: 0;
    left: 0;
    padding: 0 !important;
    opacity: 1.0;
}

.box_skitter .info_slide_thumb .image_number {
    overflow: hidden;
    width: 100px;
    height: 50px;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.box_skitter .info_slide_thumb .image_number img {
    position: absolute;
    top: -30px;
    left: -30px;
    height: 100px;
}

.box_skitter .box_scroll_thumbs {
    padding: 0;
}

.box_skitter .box_scroll_thumbs .scroll_thumbs {
    position: absolute;
    bottom: 60px;
    left: 50px;
    background: #ccc;
    background: -moz-linear-gradient(-90deg, #555, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
    width: 200px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 101;
    cursor: pointer;
    border: 0px solid #333;
}

/* Dots */
.box_skitter .info_slide_dots {
    position: absolute;
    display: block !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0 !important;
    z-index: 21;
    text-align: right;
    padding: 5px 10px;
}

.box_skitter .info_slide_dots .image_number {
    display: inline-block;
    cursor: pointer;
    width: 11px;
    height: 11px;
    font-size: 0px;
    overflow: hidden;
    margin-left: 4px;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.box_skitter .info_slide_dots .image_number.image_number_select {
    background-position: -143px -43px;
}
/* Loading */
.loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../img/ajax-loader.gif) no-repeat center center;
}

/* Label */
.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
}

.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    display: none;
    opacity: 0.8;
    background: #000;
}

.box_skitter .label_skitter p {
    padding: 10px;
    margin: 0;
    font: normal 22px arial,tahoma;
    letter-spacing: -1px;
}

.box_skitter .info_slide * {
    font-family: Consolas,arial,tahoma !important;
}

.box_skitter .progressbar {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 55px;
    width: 200px;
    z-index: 99;
    border-radius: 20px;
}

/* Preview slide */
.box_skitter .preview_slide {
    display: none;
    position: absolute;
    z-index: 152;
    bottom: 30px;
    left: -40px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #222;
    -moz-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
    box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
    overflow: hidden;
}

.box_skitter .preview_slide ul {
    height: 100px;
    overflow: hidden;
    margin: 0;
    list-style: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.box_skitter .preview_slide ul li {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

.box_skitter .preview_slide ul li img {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: auto;
}

/* Focus */
#overlay_skitter {
    display: none;
}

.box_skitter .focus_button {
    display: none;
}

.box_skitter .play_pause_button {
    display: none;
}

.box_skitter .play_pause_button.play_button {
    display: none;
}

/* Custom */

#article .catinfoboxw:hover {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
}
#article .catinfoboxw {
    float: left;
    width: auto;  /* width: 660px; */
    margin: 0 0 16px 0; /* margin: 0 16px 16px 0; */
    border: 1px solid #555;
    border-radius: 3px;
    background: #fff;
    position: relative;
}


#article .catinfoboxw .product-title-block {
    margin: 0 5px 5px;
    text-align: center;
    font-size: 20px;
	font-weight: bold;
    /* overflow: hidden; */
    position: relative;
}

#article .catinfoboxw .catdescr-block {
    margin: 5px;
    overflow: hidden;
    position: relative;
}



#article .catinfobox:hover {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
}
#article .catinfobox {
    float: left;
    width: 200px;
    margin: 0 16px 16px 0;
    border: 1px solid #555;
    border-radius: 3px;
    background: #fff;
    position: relative;
}


.catinfobox {
  height: 600px;
}




#article .catinfobox .product-img-block {
    display: block;
    margin: 5px;
}

#article .catinfobox .product-img-block .product-img-link {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    
}

#article .catinfobox .product-img-block .product-img-link img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#article .catinfobox .product-title-block {
    margin: 0 5px 5px;
    text-align: center;
    font-size: 20px;
	font-weight: bold;
    /* overflow: hidden; */
    position: relative;
	line-height: 100%;
	
	
}





#article .catinfobox .catdescr-block {
    margin: 5px;
    overflow: hidden;
    position: relative;
}

/* nav boxes in services */
.navboxinserv {
	margin-left: 20px;
	display: block;
	position: relative;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 6px rgba(242, 101, 34,1);
	float: right;
}



/* коды от слайдера photoswipe  */

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
          transition: opacity 0.15s; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100%;
  height: auto;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*    */

/*

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
body {
  margin: 0;
  background-color: #f5f7fa;
  font-family: "Roboto", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
  padding: 10px;
}
figure a {
  display: block;
}
header {
  background-color: #196e76;
  text-align: center;
}
header h1,
header a {
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
}
header h1 {
  margin: 0;
  font-size: 18px;
}
header a {
  font-weight: 300;
  display: block;
  text-decoration: none;
  background-color: #10474c;
  font-size: 14px;
}

*/

/*
.demo-content {
  max-width: 940px;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.demo-content img {
  border: 5px solid #fff;
}

*/
.picture {
  padding: 36px 0;
  border-bottom: 1px solid #dae1ec;
}
.picture:first-child {
  padding-top: 0;
}
.pace {
  pointer-events: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #f87f3f;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace-running .demo-content {
  opacity: 0.5;
}
.pace-running figure {
  pointer-events: none;
}


@media screen and (min-width: 630px) {
 /* header {
    text-align: none;
  }
  header h1,
  header a {
    font-size: 12px;
  }
  header h1 {
    float: left;
  }
  header a {
    float: right;
  }
  .demo-content {
    padding: 10px;
  }
  
  */
  .picture {
    padding: 0;
    border-bottom: 0;
  }
  .three figure {
    float: left;
    width: 33.33333333%;
  }
  

   .four figure {
    float: left;
    width: 25%;
  } 
  
  .two figure {
    float: left;
    width: 50%;
  }
}
/*# sourceMappingURL=style.css.map */

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: #fff;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }

  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none; }
 }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; }
 }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
