

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.inline-block {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@charset "utf-8";
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,
font,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

body,
html {
    height: 100%;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    font-size: 0;
    overflow: hidden;
    height: 1px;
}

/* ***************************************** */
a {
    text-decoration: underline;
    color: #003399;
}

a:hover {
    text-decoration: none;
}

.reverse a {
    text-decoration: none;
}

.reverse a:hover {
    text-decoration: underline;
}

.hidden {
    display: none !important;
}

.normal p {
    padding: 0 0 1em 0;
	 text-align: justify;
}

.normal p.justifyfull {
    text-align: justify;
}

.normal ul {
    padding: 0 0 1em 1em;
    margin-left: 0.5em;
    list-style: disc;
}

.normal ol {
    padding: 0 0 1em 1em;
    margin-left: 1em;
    list-style: decimal;
}

.normal img {
    border: none;
}

.normal table tr td,
.normal table tr th {
 /*   font-weight: bold;*/
    text-align: center;
    vertical-align: top;
    padding: 5px;
    font-size: 14px;
	font-family:"PT Sans" !important
}

.normal table tr th {
    font-size: 16px;
}

.normal h1,
.normal h2,
.normal h3,
.normal h4,
.normal h5,
.normal h6 {
    margin: 0 0 20px 0;
    font-weight: normal;
    color: #003399;
}

.normal .header {
    height: auto;
    color: #003399;
    font-size: 22px ;
    padding: 25px 0 15px;
}

.normal h1 {
    font-size: 22px;
}

.normal h2 {
    font-size: 18px;
}

.normal h3 {
    font-size: 16px;
}

.normal h4 {
    font-size: 15px;
}

.normal h5 {
    font-size: 14px;
}

.normal h6 {
    font-size: 13px;
}

.normal table {
    width: 100%;
    font-size: 12px;
    border: 1px solid #e1dfdf;
	margin-bottom:1em
}

.normal table th {
    background: #5f7aa1;
    color: #fff;
    padding: 2px 4px;
    border-left: 1px solid #f2f2f2;
}

.normal table td {
    padding: 2px 4px;
    border-left: 1px dashed #c8c8c8;
}

.normal table tr > td:first-child {
    border: none;
}

.normal table tr:nth-child(2n+2) {
    background: #f2f2f2;
}

.normal table tr.active {
    background: yellow;
}

body {
    font-family: 'PT Sans';
    font-size: 14px;
    line-height: 20px;
 /*   border-top: 6px solid #333;*/
    /*background: url(/img/g-vertical.png) repeat-x 0 0;*/
    background: url(/img/topn.jpg) no-repeat center top;
}

#wrap {
    background: url(/img/bottomn.jpg) no-repeat center bottom;
    /*background: url(/img/g-vertical-bottom.png) repeat-x 0 bottom;*/
}

.center {
    width: 980px;
    margin: 0 auto;
}

.left {
    float: left;
    width: 220px;
    margin-left: 20px;
}

.content {
    float: right;
    width: 700px;
    margin-right: 20px;
}

.header {
    *zoom: 1;
    height: 125px;
}

.header:before,
.header:after {
    display: table;
    content: "";
    line-height: 0;
}

.header:after {
    clear: both;
}

.header .left {
    width: 225px;
    height: 110px;
    background: url(/img/bg-header.png) no-repeat 0 0;
}

.header .left .logo {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 16px 0 0 18px;
}

.header .infobox {
    *zoom: 1;
    -webkit-box-shadow: 0 4px 2px 0 #7187b2;
    -moz-box-shadow: 0 4px 2px 0 #7187b2;
    box-shadow: 0 4px 2px 0 #7187b2;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    background: #5f7aa1;
    margin: 10px 0 0;
    padding: 10px 0;
    line-height: 1.2;
}

.header .infobox:before,
.header .infobox:after {
    display: table;
    content: "";
    line-height: 0;
}

.header .infobox:after {
    clear: both;
}

.header .infobox .time {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/img/i-time.png) no-repeat 14px 2px;
    padding: 0 0 0 40px;
    float: left;
    width: 230px;
}

.header .infobox .time span {
    /*font-size: 18px;*/
}

.header .infobox .phones {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/img/i-phone.png) no-repeat 14px 2px;
    padding: 0 0 0 40px;
    float: left;
    width: 220px;
    font-size: 16px;
}

.header .infobox .phones span {
    font-size: 15px;
    white-space: nowrap;
}

.header .infobox .contacts {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 220px;
}

.header .infobox .contacts .email {
    background: url(/img/i-mail.png) no-repeat 34px 6px;
    padding: 0 0 0 60px;
font-weight: 700;
}

.header .infobox .contacts .location {
    background: url(/img/i-location.png) no-repeat 36px 4px;
    padding: 0 0 0 60px;
}

.header .infobox a {
    color: inherit;
}

.navigation {
    *zoom: 1;
    -webkit-box-shadow: 0 0px 2px 0 #7187b2;
    -moz-box-shadow: 0 0px 2px 0 #7187b2;
    box-shadow: 0 0px 2px 0 #7187b2;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background: #5f7aa1;
    height: 30px;
    margin: 0 20px 30px;
}

.navigation:before,
.navigation:after {
    display: table;
    content: "";
    line-height: 0;
}

.navigation:after {
    clear: both;
}

.navigation .left,
.navigation .content {
    margin: 0;
}

.navigation .menu {
    font-size: 15px;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px 0 #7187b2;
    -moz-box-shadow: 0 2px 2px 0 #7187b2;
    box-shadow: 0 2px 2px 0 #7187b2;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    display: block;
    background: #f0f0f0;
    height: 35px;
    margin-top: -3px;
    overflow: hidden;
}

.navigation .menu li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.navigation .menu a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    height: 48px;
    color: #003399;
    text-decoration: none;
    margin: -7px 0px 0;
    padding: 15px 20px 0;
}

.navigation .menu a:hover {
    color: #fff;
}

.navigation .menu .active a {
    color: #fff;
}

.lavalamp-object {
    background-color: #3399ff;
    margin-top: -2px;
}

.main {
    *zoom: 1;
    background: url(/img/bg-content.png) no-repeat 0 bottom;
    padding-bottom: 20px;
}

.main:before,
.main:after {
    display: table;
    content: "";
    line-height: 0;
}

.main:after {
    clear: both;
}

.main .navbar {
    background: url(/img/bg-sidebar-content.png) repeat-y 0 0;
    border-bottom: 1px solid #aecae7;
   /* padding: 12px;*/
    /* position: relative; */
    margin-top: 30px;
    margin-bottom: 28px;
}

.main .navbar:before {
    content: "";
    background: url(/img/bg-sidebar.png) no-repeat 0 0;
    height: 30px;
    display: block;
    width: 220px;
    position: absolute;
    /* left: 0;
    top: -30px; */
    left: 20px;
    top: 0;
}

.main .navbar .header {
    font-size: 18px;
    color: #5f7aa1;
    height: auto;
	padding:5px 0 5px 13px
}

.main .navbar .menu > ul > li > a {
    color: #fff !important;
	display:block;
	font-size: 16px;
	padding:5px 10px 5px 13px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5f7aa1+0,aac6e4+100 */
background: rgb(95,122,161); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmN2FhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWM2ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(95,122,161,1) 0%, rgba(170,198,228,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(95,122,161,1)), color-stop(100%,rgba(170,198,228,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(95,122,161,1) 0%,rgba(170,198,228,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(95,122,161,1) 0%,rgba(170,198,228,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(95,122,161,1) 0%,rgba(170,198,228,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(95,122,161,1) 0%,rgba(170,198,228,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f7aa1', endColorstr='#aac6e4',GradientType=1 ); /* IE6-8 */

}
.main .navbar .menu a:hover{

}

.main .navbar .menu > ul > li > a:hover,
.main .navbar .menu > ul > li.active > a {
    color: #666666 !important;
    text-decoration: none !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,acc7e5+100 */
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhY2M3ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(172,199,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(172,199,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(172,199,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(172,199,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(172,199,229,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(172,199,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#acc7e5',GradientType=1 ); /* IE6-8 */

}
/*
.main .navbar .menu .active a {
    color: #003399;
    text-decoration: underline;
}
*/
.main {
    position: relative;
}

.main .navbar .menu > ul {
  /*  padding-left: 10px;*/
    font-size: 14px;
}

.main .navbar .menu > ul > li {
   /* padding-bottom: 5px;*/
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,abc7e5+100 */
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYmM3ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(171,199,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(171,199,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(171,199,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(171,199,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(171,199,229,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(171,199,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#abc7e5',GradientType=1 ); /* IE6-8 */
padding-top:3px;
position: relative;
}


.main .navbar .menu > ul > li > .sidebar__menu__dropdown {
    position: absolute;
    left: 100%;
    margin-left: -1px;
    top: 0px;
    width: 450px;
    background: #fff;
    padding: 20px;
    z-index: 99;
    display: block;
    border: 1px solid #000;
    font-size: 0;
-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
opacity:0;
visibility: hidden;
}


.main .navbar .menu > ul > li:hover > .sidebar__menu__dropdown {
    /*display: block;*/
opacity:1;
visibility:visible;
}

.main .navbar .menu > ul > li > .sidebar__menu__dropdown ul {

}

.main .navbar .menu > ul > li > .sidebar__menu__dropdown ul > li {
    /* display: inline-block;
    width: 30%;
    vertical-align: top; */
    font-size: 15px;
    /* padding-right: 2%; */
    margin-bottom: 15px;

    display: inline-block;
    vertical-align: top;
    width: 47%;
    padding-right: 3%;
}

.main .navbar .menu > ul > li > .sidebar__menu__dropdown ul > li > a {
    color: #000;
    text-decoration: none;
    line-height: 1.2;
}

.main .navbar .menu > ul > li > .sidebar__menu__dropdown ul > li > a:hover {
    text-decoration: underline;
}

.main .navbar .menu ul a {
    color: #666;
}

.main .price {
    margin-bottom: 28px;
}
.main .left .price{
	display:none !important
}
.main .price a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow: 0 2px 1px 0 #d6d5d4;
    -moz-box-shadow: 0 2px 1px 0 #d6d5d4;
    box-shadow: 0 2px 1px 0 #d6d5d4;*/
    padding: 8px 0;
    background: #0b85ff;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #0055c6;
    background: #00acfd; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWNmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVkZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00acfd), color-stop(100%, #005dd4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00acfd 0%, #005dd4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00acfd', endColorstr='#005dd4', GradientType=0); /* IE6-8 */

}

.main .price a:hover {
    background: #08a6f8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4YTZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAxNGRiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVkZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08a6f8), color-stop(50%, #014dba), color-stop(100%, #005de4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #08a6f8 0%, #014dba 50%, #005de4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a6f8', endColorstr='#005de4', GradientType=0); /* IE6-8 */
}

.main .box {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #aecae7;
    padding: 12px;
    margin-bottom: 28px;
    position: relative;
}

.main .box img {
    max-width: 100%;
}

.main .box .title {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    font-size: 19px;
    margin-bottom: 8px;
}

.main .box .text {
    font-size: 14px;
    line-height: 17px;
}

.main .box.action {
    /*
              padding-top: 42px;
              */
    /*
              &:before{
                  content: "";
                  width: 58px;
                  height: 54px;
                  position: absolute;
                  left: -6px;
                  top: -5px;
                  background: url(/img/actions.png) no-repeat 0 0;
              }*/
}

.main .box.action .title {
    display: block;
    text-align: center;
    color: #003399;
    padding: 8px 0;
}

.main .box.action .title.red {
    color: red;
    font-weight: bold;
}

.main .box.contacts {
    /*
              &:before{
                  content: "";
                  width: 48px;
                  height: 46px;
                  position: absolute;
                  left: 12px;
                  top: -8px;
                  background: url(/img/i-mail-color.png) no-repeat 0 0;
              }*/
}

.main .box.contacts .title {
    display: block;
    text-align: center;
    color: #003399;
    padding: 8px 0;
}

.main .box.contacts .text {
    padding-bottom: 25px;
}

.main .box.contacts img + .text {
    text-align: center;
}

.main .box.contacts .phones {
    padding-left: 30px;
    background: url(/img/i-phone-color.png) no-repeat 0 3px;
}

.main .box.contacts .mail {
    padding-left: 30px;
    background: url(/img/i-mail-blue.png) no-repeat 0 3px;
}

.main .box.contacts .location {
    padding-left: 30px;
    background: url(/img/i-location-blue.png) no-repeat 0 3px;
}

.main .breadcrumb {
    padding-bottom: 15px;

}

.main .filters {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background: #fff;
}

.main .filters .header {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    height: auto;
    background: #5f7aa1;
    padding: 5px 0 5px 35px;
}

.main .categories .header {
    height: auto;
    color: #003399;
    font-size: 20px;
    padding: 25px 0 15px;
}

.main .categories .item {
    *zoom: 1;
    border-bottom: 1px dashed #c4dcf3;
    margin-bottom: 20px;
    width: 215px;
    float: left;
    padding-right: 25px;
}
.main .categories .item:nth-child(3n){
    float: right;
    padding-right: 0;
}

.main .categories .item:before,
.main .categories .item:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .categories .item:after {
    clear: both;
}

.main .categories .item .image {
    float: left;
    width: 215px;
}

.main .categories .item .image img {
    max-width: 280px;
    width: 215px;
    height: 140px;
}

.main .categories .item .image .decor {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    position: relative;
}

.main .categories .item .image .decor:after {
    content: "";
    width: 222px;
    height: 17px;
    position: absolute;
    left: 0px;
    bottom: -1px;
    background: url(/img/decor.png) no-repeat 0 0;
    background-size: 222px auto
}

.main .categories .item .image a.price-link {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    padding: 6px 0;
    margin: 10px auto;
    width: 170px;
    background: #0b85ff;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #0055c6;
    background: #00acfd; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWNmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVkZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00acfd), color-stop(100%, #005dd4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00acfd 0%, #005dd4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00acfd', endColorstr='#005dd4', GradientType=0); /* IE6-8 */

}

.main .categories .item .image a.price-link:hover {
    background: #08a6f8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4YTZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAxNGRiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVkZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08a6f8), color-stop(50%, #014dba), color-stop(100%, #005de4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #08a6f8 0%, #014dba 50%, #005de4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a6f8', endColorstr='#005de4', GradientType=0); /* IE6-8 */
}

.main .categories .item .info {
    float: right;
    width: 366px;
}

.main .categories .item  .title {
    font-size: 18px;
    font-weight: bold;
    color: #003399;
    padding-bottom: 10px;
    height: 37px;
}

.main .subcatalog {
    *zoom: 1;
    margin-right: -20px;
}

.main .subcatalog:before,
.main .subcatalog:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .subcatalog:after {
    clear: both;
}

.main .subcatalog .header {
    height: auto;
    color: #003399;
    font-size: 20px;
    padding: 25px 0 15px;
}

.main .subcatalog .item {
    margin-bottom: 20px;
    float: left;
    width: 180px;
}

.main .subcatalog .item .image {
    width: 140px;
}

.main .subcatalog .item .image img {
    max-width: 100%;
}

.main .subcatalog .item .image .decor {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    position: relative;
}

.main .subcatalog .item .image .decor:after {
    content: "";
    width: 160px;
    height: 12px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(/img/decor160.png) no-repeat 0 0;
}

.main .subcatalog .item .image a.price-link {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 2px 1px 0 #d6d5d4;
    -moz-box-shadow: 0 2px 1px 0 #d6d5d4;
    box-shadow: 0 2px 1px 0 #d6d5d4;
    padding: 6px 0;
    margin: 10px auto;
    width: 140px;
    background: #0b85ff;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.main .subcatalog .item .info {
    width: 140px;
}

.main .subcatalog .item .info .title {
    font-size: 16px;
    font-weight: bold;
    color: #003399;
    padding-top: 5px;
}

.main .cards {
    *zoom: 1;
    margin-right: -20px;
}

.main .cards:before,
.main .cards:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .cards:after {
    clear: both;
}

.main .cards .header {
    height: auto;
    color: #003399;
    font-size: 20px;
    padding: 25px 0 15px;
}

.main .cards .item {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 217px;
    min-height: 335px;
    border: 1px solid #c4dcf3;
    text-align: center;
}

.main .cards .item .image {
    width: 202px;
    margin: 0 auto;
}

.main .cards .item .image img {
    max-width: 100%;
}

.main .cards .item .image .decor {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    position: relative;
}

.main .cards .item .image a.price-link {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow: 0 2px 1px 0 #d6d5d4;
    -moz-box-shadow: 0 2px 1px 0 #d6d5d4;
    box-shadow: 0 2px 1px 0 #d6d5d4;*/
    padding: 6px 0;
    margin: 10px auto;
    width: 185px;
    background: #0b85ff;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #0055c6;
    background: #00acfd; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWNmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVkZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00acfd), color-stop(100%, #005dd4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00acfd 0%, #005dd4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00acfd', endColorstr='#005dd4', GradientType=0); /* IE6-8 */

}

.main .cards .item .image a.price-link:hover {
    background: #08a6f8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4YTZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAxNGRiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVkZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08a6f8), color-stop(50%, #014dba), color-stop(100%, #005de4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #08a6f8 0%, #014dba 50%, #005de4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a6f8', endColorstr='#005de4', GradientType=0); /* IE6-8 */
}

.main .cards .item .title {
    font-size: 16px;
    color: #003399;
    min-height: 65px;
    display: table;
    width: 100%;
}

.main .cards .item .title a {
    display: table-cell;
    vertical-align: middle;
}

.main .cards .item .price {
    background: #f9f9f9 url(/img/icon-price2.png) no-repeat 17px 7px;
    text-align: left;
    position: relative;
    margin: 10px 0;
    padding: 5px 5px 5px 42px;
}

.main .cards .item .price b {
    color: #ff6508;
    font-size: 16px;
    font-weight: bold;
}

.main .results .item {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    *zoom: 1;
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
    width: auto;
    min-height: inherit;
    border: none;
    text-align: left;
    border-bottom: 1px dashed #3399ff;
    padding-bottom: 10px;

}

.main .results .item:before,
.main .results .item:after {
    display: table;
    content: "";
    line-height: 0;
}

.main .results .item:after {
    clear: both;
}

.main .results .item .image {
    width: auto;
    margin: 0 auto;
}

.main .results .item .image a.price-link {
    margin: 0;
    float: left;
}

.main .results .item .title {
    min-height: inherit;
    display: block;
    width: 290px;
    padding-top: 8px;
    float: left;
}

.main .results .item .title a {
    display: inline;
}

.main .results .item .price {
    background-color: #fff;
    float: left;
    width: 195px;
    margin-top: 0;
}

.footer {
    *zoom: 1;
    height: 140px;
    background: url(/img/bg-footer.png) no-repeat 0 -30px;

}

#wrap > .center > .footer {
    position: relative
}

.footer .soc {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 40px;
    right: 20px
}

.footer .soc li {
    float: left
}

.footer .soc li a {
    display: block;
    width: 22px;
    height: 21px;
    background: url(../img/soc.png) no-repeat;
    margin: 0 0 0 2px
}

.footer .soc li a:hover {
    background-position: 0 -21px
}

.footer .soc li a.fb {
    background-position: -22px 0
}

.footer .soc li a.fb:hover {
    background-position: -22px -21px
}

.footer .soc li a.g {
    background-position: -46px 0
}

.footer .soc li a.g:hover {
    background-position: -46px -21px
}

.footer .soc li a.tw {
    background-position: -68px 0
}

.footer .soc li a.tw:hover {
    background-position: -68px -21px
}
.footer .soc li a.yt {
    background-position: -92px 0;
	margin:0 0 0 2px
}

.footer .soc li a.yt:hover {
    background-position: -92px -21px
}

.footer:before,
.footer:after {
    display: table;
    content: "";
    line-height: 0;
}

.footer:after {
    clear: both;
}

.footer .left {
    width: 200px;
}

.footer .call-back {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 2px 1px 0 #d6d5d4;
    -moz-box-shadow: 0 2px 1px 0 #d6d5d4;
    box-shadow: 0 2px 1px 0 #d6d5d4;
    padding: 6px 0;
    background: #0b85ff;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.footer .phones {
    margin-top: 10px;
}

.footer .menu {
    font-size: 13px;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px 0 #7187b2;
    -moz-box-shadow: 0 2px 2px 0 #7187b2;
    box-shadow: 0 2px 2px 0 #7187b2;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    display: block;
    background: #f0f0f0;
    height: 35px;
    margin-top: -3px;
    overflow: hidden;
}

.footer .menu li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.footer .menu a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    height: 48px;
    color: #003399;
    text-decoration: none;
    margin: -7px 0px 0;
    padding: 15px 25px 0;
}

.footer .menu a:hover {
    color: #fff;
}

.footer .menu .active a {
    color: #fff;
}

.bCard {

}

.bCard .re, .bCard .anal {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow: 0 2px 1px 0 #d6d5d4;
    -moz-box-shadow: 0 2px 1px 0 #d6d5d4;
    box-shadow: 0 2px 1px 0 #d6d5d4;*/
    padding: 6px 0;
    margin: 10px auto;
    width: 190px;
    background: #0b85ff;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 39px;
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #0055c6;
    background: #00acfd; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWNmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVkZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00acfd), color-stop(100%, #005dd4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00acfd 0%, #005dd4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00acfd 0%, #005dd4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00acfd', endColorstr='#005dd4', GradientType=0); /* IE6-8 */

}

.bCard .re:hover, .bCard .anal:hover {
    background: #08a6f8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4YTZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAxNGRiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVkZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08a6f8), color-stop(50%, #014dba), color-stop(100%, #005de4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #08a6f8 0%, #014dba 50%, #005de4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #08a6f8 0%, #014dba 50%, #005de4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a6f8', endColorstr='#005de4', GradientType=0); /* IE6-8 */
}

.bCard h1, .bCard .header {
    height: auto;
    color: #003399;
    font-size: 20px;
    margin: 25px 0 15px;

}

.bCard__card {
    *zoom: 1;

}

.bCard__card:before,
.bCard__card:after {
    display: table;
    content: "";
    line-height: 0;
}

.bCard__card:after {
    clear: both;
}

.bCard__card__photo {
    float: left;
    width: 260px;
}

.bCard__card__photo .thumbs {
    *zoom: 1;
}

.bCard__card__photo .thumbs:before,
.bCard__card__photo .thumbs:after {
    display: table;
    content: "";
    line-height: 0;
}

.bCard__card__photo .thumbs:after {
    clear: both;
}

.bCard__card__photo a.thumb_main {
    width: 220px;
    float: left;
}

.bCard__card__photo a.thumb_list {
    float: left;
    width: 60px;
}

.bCard__card__text {
    padding: 0 10px 0 280px;
    font-size: 20px;
}

.bCard__card__text .price {
    color: #ff6508;
}

.bCard__card__text .reviews {
    font-size: 12px;
    padding: 5px 0;
}

.bTabs {
    margin: 20px 0;
}

.bTabs__header {
    *zoom: 1;
    margin-bottom: -1px;
}

.bTabs__header:before,
.bTabs__header:after {
    display: table;
    content: "";
    line-height: 0;
}

.bTabs__header:after {
    clear: both;
}

.bTabs__header a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    text-decoration: none;
   /* text-transform: uppercase;*/
    padding: 10px 20px;
    border: 1px solid transparent;
    border-bottom: none;
}

.bTabs__header a:hover {
    text-decoration: underline;
}

.bTabs__header a.active {
    border-color: #c4dcf3;
    text-decoration: underline;
    background: #fff;
}

.bTabs__content {
    border: 1px solid #c4dcf3;
    padding: 20px;
}

.bTabs__content .cards .item {
    width: 210px;
    margin-right: 12px;
}

.bFilter__header {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background: #3399ff;
    color: #fff;
    padding: 6px;
    text-align: center;
    z-index: 2;
    position: relative;
    margin-bottom: -4px;
}

.bFilter__types {
    background: #ffffff;
    text-align: center;
    color: #b0b0b0;
    padding: 8px 6px 6px;
}

.bFilter__types__item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 40%;
    cursor: pointer;
    color: #3399ff;
}

.bFilter__types__item.active {
    text-decoration: underline;
}

.bFilter__types__item:hover {
    text-decoration: underline;
}

.bFilter__content {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #f3f3f3;
    color: #484848;
}

.bFilter__button {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 2px 1px 0 #d6d5d4;
    -moz-box-shadow: 0 2px 1px 0 #d6d5d4;
    box-shadow: 0 2px 1px 0 #d6d5d4;
    padding: 6px 0;
    margin: 10px auto;
    width: 80%;
    background: #f0f0f0;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #003399;
    cursor: pointer;
    border: none;
}

.bFilter__button:hover {
    -webkit-box-shadow: 0 2px 1px 0 #003399;
    -moz-box-shadow: 0 2px 1px 0 #003399;
    box-shadow: 0 2px 1px 0 #003399;
    background: #0b85ff;
    color: #fff;
}

.bFilter .submit {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 2px 1px 0 #003399;
    -moz-box-shadow: 0 2px 1px 0 #003399;
    box-shadow: 0 2px 1px 0 #003399;
    background: #0b85ff;
    color: #fff;
    padding: 6px 0;
    margin: 10px auto;
    width: 80%;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.bFilter .row {
    *zoom: 1;
    padding: 12px 6px 6px 25px;
}

.bFilter .row:before,
.bFilter .row:after {
    display: table;
    content: "";
    line-height: 0;
}

.bFilter .row:after {
    clear: both;
}

.bFilter .row-header {
    padding-bottom: 0;
    margin-bottom: -10px;
}


.bFilter .row-blue {
    background: #d5e1f2;
}

.bFilter .row .span4 {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.bFilter .row .span6 {
    float: left;
    width: 47%;
    margin-right: 3%;
    height: 115px;
    vertical-align: middle;
}

.bFilter .row .span6 label {
    position: relative;
    height: 100%;
    display: table;
}

.bFilter .row .span6 input {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-top: 50px;
}

.bFilter .row .span6 span {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}

.bFilter .row .span6 img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    margin: 0 20px 010px;
}

.bFilter .row .span12 {
    width: 96%;
}

.bFilter .row select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 95%;
}

.bFilter .row input[type="text"],
.bFilter .row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 95%;
}

.normal .ajaxSearch_resultsInfos,
.normal .ajaxSearch_grpResultName,
.normal .paging1 {
    border: 1px solid #aecae7;
    padding: 4px 6px;
    margin: 0;
    background: #fff;
    font-size: 12px;
    line-height: 1em;
}

.normal .ajaxSearch_resultsInfos {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

.normal .ajaxSearch_grpResultName {
    border-top: none;
    border-bottom: none;
}

.normal .paging1 {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border-top: none;
    margin-bottom: 10px;
}

.normal .ajaxSearch_result + .paging1 {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border-top: 1px solid #aecae7;
    margin-bottom: 5px;
    margin-top: 10px;
}

.search {
    position: relative;
}

.search .input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    display: block;
    width: 208px;
    height: 22px;
    margin-left: 10px;
    margin-top: 4px;
    border: 1px solid #fff;
}

.search .submit {
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
}

.thumbs {
    margin-right: -20px;
}

.thumbs > a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 0 15px 8px 0;
    width: 210px;
}
#ya_share{
	margin:0px 0 10px 0
}
.thumbs a img {
    max-width: 100%;
}

.jot-row {
    position: relative;
    background: #fbfbfb;
    border: 1px solid #e0e0e0;
    padding: 10px;
}

.jot-row .jot-mod {
    position: absolute;
    left: 5px;
    top: 5px;
    white-space: nowrap;
}

.jot-row .jot-profile {
    padding: 16px 0 4px;
    *zoom: 1;
}

.jot-row .jot-profile:before,
.jot-row .jot-profile:after {
    display: table;
    content: "";
    line-height: 0;
}

.jot-row .jot-profile:after {
    clear: both;
}

.jot-row .jot-profile .jot-time {
    float: right;
    font-size: 10px;
}

.jot-row .jot-profile .jot-user {
    font-size: 16px;
    color: #003399;
}

.jot-row .jot-message {
    line-height: 1.2;
}

.jot-err {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.cc_popup {
    border: none;
    background: #fff;
}

.e-qtip {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    color: #fff;
    background: #5f7aa1;
    font-style: normal;
    width: 18px;
    height: 18px;
    font-size: 10px;
    text-align: center;
}

.search_block .title {
    border-radius: 5px !important;
    box-shadow: 0 4px 2px 0 #7187b2
}

.up {
    background: url("/img/str.png") no-repeat scroll left 7px rgba(0, 0, 0, 0);
    color: #45688e;
    display: block;
    font-weight: bold;
    height: 16px;
    margin: 0 31px 0 15px;
    padding: 0 20px;
    position: fixed;
    left: 10px;
    top: 10px;
    text-decoration: none;
    display: none
}

.bTabs__header a {
    width: 125px;
    height: 32px;
    background: #f0f0f0;
    border-radius: 3px;
    border: none;
    padding: 0;
    text-align: center;
    line-height: 31px;
    font-family: Arial, Helvetica, sans-serif;
    color: #507ba4;
    margin: 0 4px 4px 0;
    background: url(../img/tab.png) no-repeat -200px -200px;
}

.bTabs__header a.active {
    background: url(../img/tab.png) no-repeat;
    text-decoration: none;
    color: #fff
}


.bTabs__header a:hover {
    text-decoration: none;
    background-position: left bottom;
    color: #fff
}

.img_logo {
    width: 194px;
    height: 125px;
    background: url(../img/logo_contact.png) no-repeat left bottom;
    display: block;
    border: 1px solid #fff
}

.img_logo:hover {
    border: 1px solid #aecae7
}

.search_block .title {
    background: none;
    color: #000;
    box-shadow: none
}

.pages {
    text-align: center
}

.pages a, .pages span {
    display: inline-block;
    margin: 0 5px
}

.text-timer {
color: red;
font-weight: bold;
font-size: 19px;
padding: 8px;
}

.jot-row .jot-message{
    margin-bottom: 8px;
}
.jot-img{
    height: 110px;
    display: inline-block;
    margin: 5px;
}
.overlay {
    background: url("/img/1x1_black.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:50000
}
.popup {
    display: none;

    left: 50%;
    margin: 0px 0 0 -150px;
    position: fixed;
    top: 50%;
    width: 300px;
    box-shadow:5px 5px 0 #9a9a9a;
    z-index:55555;
    border-radius:5px;
    overflow:hidden
}
.popup img {
    display: block;
}
.popup form {
    background: none repeat scroll 0 0 #FFFFFF;
    position:relative;
    z-index:400;
    padding-bottom:20px;

    width: 300px;
}
.popup a {
    text-decoration: none;
}
.popup .close {
    display: block;
    float: right;
    font-size: 30px;
    margin: 5px 10px 0 0;
    color:#0f9dcf
}
.popup .title {
    font-size: 22px;
    padding: 15px;
    text-align: center;
}
.popup label {
    display: block;
    margin: 0 auto 10px;
    width: 240px;
    text-align:left
}
.popup input[type="text"], .popup select {
    border: 1px solid #CCCCCC;
    display: block;
    font-family:Arial, Helvetica, sans-serif;

    padding: 5px 10px;
    width: 210px;
    border-radius:3px
}
.popup select{
    width:230px
}
.popup textarea {
    border: 1px solid #CCCCCC;
    display: block;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;

    padding: 5px 10px;
    width: 210px;
    height:50px
}
.popup .button-1 {

    color: #666;
    display: block;
    font-size: 18px;
    margin: 20px auto 0;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    background:#0f9dcf;
    border-radius:5px;

    color:#fff;
    line-height:48px;

    font-weight:700;
    font-size:18px;

    text-decoration:none;
    text-transform:uppercase;
    border-radius:5px
}
.popup .privacy {
font-size: 12px;
}
.popup label .empty, .popup label .error {
    color: #FF0000;
    font-size: 10px;
    position: absolute;
    margin-top:-6px
}
.popup .success {
    color: #008000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top:0;
    width:300px;
    position:absolute
}
.content table td{
text-align:center
}
.content table td p{
padding:0;
text-align:center
}

/* Rating */

.product-rating {
    margin-top: 10px;
    margin-bottom: 5px;
}

.product-rating-stars {
    font-size: 0;
    margin-bottom: 3px;
}

.product-rating-reviews {
    font-size: 12px;
}

.rating {
    display: inline-block;
    overflow: hidden;
    margin-left: -5px;
    font-size: 0;
    vertical-align: top;
}

.rating span {
    display: block;
    float: left;
    margin-left: 5px;
    width: 21px;
    height: 20px;
    background: url('../img/rating-empty.png');
}

.rating-1 span:nth-child(1),
.rating-2 span:nth-child(-n+2),
.rating-3 span:nth-child(-n+3),
.rating-4 span:nth-child(-n+4),
.rating-5 span:nth-child(-n+5)
{
    background: url('../img/rating-active.png');
}

.jot-rating {
    margin-bottom: 15px;
}

.js-rating span {
    cursor: pointer;
}


/* CART */

.basket-outer {
    /* overflow: hidden; */
    /* margin-bottom: 20px;
    margin-right: 20px; */
    position: relative;
    z-index: 60;
}

.basket {
    /* float: right; */
    background: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #5f7aa1;
    position: absolute;
    right: 40px;
    top: -48px;
}

.basket a {
    display: block;
    text-decoration: none;
    color: inherit;
    background: url("/img/basket.png") 0px 50% no-repeat;
    padding-left: 30px;
    min-height: 28px;
    min-width: 100px;
    background-size: 20px auto;
    line-height: 1.2;
    font-size: 12px;
}

.basket span {
    display: block;
}

.basket-empty {
    padding: 7px 0;
}

@media screen and (max-width: 980px) {
    .basket-outer {
        margin: 10px;
        overflow: hidden;
    }
    .basket {
        position: static;
        float: left;
    }
}

.shs-tocart {
    margin-bottom: 0px;
}

.shk-options {
    margin: 10px 0 20px 0;
}

.shk-options-label {
    font-size: 13px;
    margin-bottom: 0px;
}

.shk-options-list select {
    width: 100%;
    max-width: 200px;
    border: 1px solid #888;
    padding: 10px;
    font-size: 16px;
    vertical-align: top;
    height: 35px;
}

.shk-row {
    overflow: hidden;
}

.shk-row>div {
    float: left;
    margin-right: 20px;
}

.shk-but {
    border: 0 !important;
    padding: 3px 5px !important;
    font-size: 12px;
    vertical-align: top;
    background: #45688e !important;
    color: #fff;
    border-radius: 0px;
    white-space: nowrap;
    cursor: pointer;
}

.shk-item-row-price {
    margin-bottom: 5px;
}

.shk-item-row-count {
    display: none;
}

.shk-item-row-button {}

.alert-to-cart {
    position: fixed;
    top: 10px;
    right: 10px;
    background: #5f7aa1;
    color: #fff;
    padding: 20px;
    z-index: 1000;
}


#shopOrderForm table tr td {
    padding: 10px !important;
}

#shopOrderForm table input[type="text"],
#shopOrderForm table textarea,
#shopOrderForm table select {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

#shopOrderForm input[type="submit"] {
    padding: 10px;
    border: 0;
    color: #fff;
    background: #7187b2;
    font-size: 14px;
    cursor: pointer;
}

#cartInner table tr td {
    padding: 10px !important;
    vertical-align: middle;
}

#cartInner table tr td:first-child {
    text-align: left !important;
}

#cartInner .shk-count {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    width: 50px;
}

#stuffCount input {
    width: 40px;
}

#delivery-map {
    width: 100%;
    height: 600px;
    background: #ccc;
}

.slider{
    padding-right: 20px;
    margin-bottom: 20px;
}
.slider img{
    width: 100%;
}
ul.icons{
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    margin-top: 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap;
    box-sizing: border-box;
}
ul.icons li{
    width: 50%;
    padding:0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
ul.icons li img{
    width: 64px;
    float: left;
}
ul.icons li p{
    margin-left: 84px;
}
@media screen and (max-width: 768px) {
ul.icons li{
    width: 100%;
}

}

.category_t{
    padding-right: 20px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column;
}
.category_t .row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.category_t .row1 .item_c{
    width: 33.33%;
}
.category_t .row3 .item_c{
    width: 33.33%;
}
.category_t img{
    display: block;
    width: 100%;
}

.category_t .item66{
    width: 66.66%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.category_t .item33{
    width: 33.33%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap
}

.category_t .item33 .item_c{
    width: 100%;
}
.category_t .item_c {
    position: relative;
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,05abe0+100;Blue+3D+%23+16 */
background: rgb(135,224,253); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.category_t .item_c figure{
    position: absolute;
    padding: 0;
    margin: 0;
    border:none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
   padding: 30px;
   color:#fff;
   -webkit-transition-duration: 0.25s;
   -o-transition-duration: 0.25s;
   transition-duration: 0.25s;
    box-sizing: border-box;
}
.category_t .item_c > img{
     -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.category_t .item_c:hover > img {
    opacity: 0.1;
    -webkit-transform: scale3d(2,2,1);
    transform: scale3d(2,2,1);
}
.category_t .item_c figure p.t{
    font-size: 22px;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    display: inline;
    background-color: rgba(0, 0, 255, 0.5);
    box-shadow: -10px 0 0 rgb(0 0 255 / 50%), 10px 0 0 rgb(0 0 255 / 50%);
    padding: 0 7px 0 0;
    color: #FFFFFF;
    line-height: 28px;
}
.category_t .item_c figure p.intro{
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 5px 15px;
    border:1px solid #fff;
    opacity: 0;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.category_t .item_c figure a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.category_t .item_c:hover figure{
    padding: 25px;
}
.category_t .item_c:hover figure p.intro{
    left: 25px;
    bottom: 25px;
    opacity: 1
}



@media screen and (max-width: 980px) {
    .slider{
        padding-right: 0;
    }
    .category_t{
        padding-right: 0;
    }
    .category_t .item_c figure p.t{
        font-size: 24px
    }
.category_t .item_c figure p.intro{
opacity:1
}
}
@media screen and (max-width: 640px) {

.category_t .row1 .item_c{
    width: 100%;
}
.category_t .row3 .item_c{
    width: 100%;
}
.category_t .row{
    flex-flow: wrap
}
.category_t .item66{
    width: 100%;
}
.category_t .item33{
    width: 100%;
}
}