* {
	//transition: all .5s;
	box-sizing: border-box;
}

body a {
    outline: none;
}

body {
	font-family: Arial, sans-serif;
	color: #000;
	background-color: #404040;
    font-size: 14px;
    overflow-y: scroll;
}

.header {
	height: 100px;
	background-color: #392c68;
	background-image: url(../img/header-bg.png);
	overflow: hidden;
}

.header-nav {
	height: 44px;
	background-color: #11aac0;
	background-image: url(../img/header-nav-bg.png);
	overflow: hidden;
}

.search {
	background-color: #f8f8f8;
	height: 90px;
}

.footer {
	min-height: 160px;
	background: url(../img/footer-top.png) repeat-x #404040; 
}

.container {
	background-color: #fff;
	overflow: hidden;
}

.content {
	width: 970px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
    //background-color: #ccc;
}

.tcenter {
	text-align: center;
}

.catalog {
	min-height: 200px;
	background: url(../img/catalog-top.png) repeat-x #e8e8e8;
}

.row:after {
	display: block;
	content: '.';
	height: 0;
	visibility: hidden;
	clear: both;
}

[class*="rowspan"] {
	float: left;
	display: inline;
}

[class*="rowspan"]:last-child {
	margin-right: 0;
}

.pagelist {
    text-align: center;
}

.bread {
    margin: 20px 0 0 0;
    color: #8b8b8b;
}

.bread a {
    text-decoration: none;
    color: #8b8b8b;
}
.bread h1 {
    display: inline-block;
    margin: 0 0 15px 5px;
}
.postdate {
    color: #7f7f7f;
    font-size: 18px;
}

/*Header*/

.head {
	height: 100px;
}

.logo {
	margin: 18px 0 0 30px;
	width: 202px;
}

.head-tel {
	color: #fff;
	margin: 40px 0 0 100px;
	font-size: 20px;
}

.head-tel img {
	margin: 0 5px 0 0;
}

.head-tel span {
	font-size: 12px;
}

.head-mail {
	color: #fff;
	margin: 43px 0 0 30px;
}

.head-mail img {
	margin: 0 5px 0 0;
}

.head-mail a {
	color: #fff;
	text-decoration: none;
}

.head-lang {
	color: #fff;
	font-size: 15px;
	margin: 25px 0 0 0;
}

.head-lang a {
    color: #fff;
    font-size: 15px;
    padding: 5px;
    text-decoration: none; 
    text-transform: uppercase;
    margin-right: 1px;
}
.head-lang li {
    display: inline-block;
}
.head-lang a:hover, .head-lang a.selected {
    color: #003e93;
    font-size: 15px;
    padding: 5px;
    text-decoration: none; 
    background-color: #fff;
}

.head-lang a.active {
    color: #003e93;
    font-size: 15px;
    padding: 5px;
    text-decoration: none; 
    background-color: #fff;
}

ul.menu {
    margin: 0;
    padding: 0;
    margin-top: 8px;
}

ul.menu li {
	display: inline-block;
    list-style: none;
    padding: 5px 5px;
    border-radius: 5px;
}

ul.menu li:hover {
	background-color: #128ea0;
}

ul.menu li.active {
    background-color: #117887;
}

ul.menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 0 2px;
    padding: 5px 0;   
    text-decoration: none;
    background: url(../img/line.png) repeat-x;
    background-position: left 15px bottom 3px;
}

ul.menu li.active a {
    text-decoration: none;
    background: inherit;
}

/*Поиск*/

.searchbox {
	width: 471px;
	height: 65px;
	margin: 12px auto;
	background: url(../img/sform.png) no-repeat;
    background-position: center top 6px;
    position: relative;
}

input.sbox {
	border: none;
	width: 280px;
	height: 30px;
	margin: 20px 0 0 50px;
	outline: none;
	font-size: 20px;
    background: #f9f9f9 !important;
}

.sbut {
	//width: 100px;
	height: 40px;
	border: none;
	border-radius: 2px;
	//background: url(../img/search.png) no-repeat #462f98;
    background: linear-gradient(#6a57ac, #604ca7 50%, #462f98 50%, #462f98);
    text-shadow: 0 -1px 1px #777;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
    right: 0;
    margin: 14px 11px 0 30px;
    padding: 0 20px;
}

/*Footer*/
.footer {
    text-align: center;
}
.foot-tel {
    display: inline-block;
    color: #fff;
    margin: 25px 0 0 0;
  /*  margin: 25px 0 0 300px;*/
    font-size: 20px;
}

.foot-tel img {
    margin: 0 5px 0 0;
}

.foot-tel span {
    font-size: 12px;
}

.foot-mail {
    display: inline-block;
    color: #fff;
    margin: 25px 0 0 30px;
}

.foot-mail img {
    margin: 0 5px 0 0;
}

.foot-mail a {
    color: #fff;
    text-decoration: none;
}

.footlink {
    text-align: center;
    margin: 30px 0 35px 0;
}

.footlink a {
    font-size: 13px;
    font-weight: bold;
    color: #dfdfdf;
    margin: 0 10px 0 10px;
    text-decoration: none;
    border-bottom: 1px solid #696969;
}

.footcopy {
    text-align: center;
    color: #dfdfdf;
    font-size: 12px;
}

/*Особые предложения*/

.actbox {
    display: inline-block;
    margin: 0 4px 10px 3px;
    width: 230px;
    height: 300px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0px 4px 5px 0px #adadad;
    -moz-box-shadow:    0px 4px 5px 0px #adadad;
    box-shadow:         0px 4px 5px 0px #adadad;
}

.actbox:hover {
    border: 1px solid #1a9db0;
}

.actbox .pic {
    height: 158px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 231px;
}

.actbox .pic img {
    max-width: 231px; 
    max-height:162px;
}

.actbox .descr {
    height: 102px;
    background-color: #f2f2f2;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0px -4px 10px 0px #e5e5e5;
    -moz-box-shadow:    0px -4px 10px 0px #e5e5e5;
    box-shadow:         0px -4px 10px 0px #e5e5e5;
    color: #392a6f;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 15px 10px;
}

.actbox .descr a {
    color: #392a6f;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

a.nondec {
    text-decoration: none;
}

.actbox .descr a:hover {
    text-decoration: underline;
}

.actbox .qlink {
    height: 38px;
    color: #8e8e8e;
    font-size: 12px;
    text-align: center;
    padding: 10px;
}

.actbox .qlink:hover {
    background-color: #3bb3c3;
}

.actbox .qlink a {
    color: #8e8e8e;
    font-size: 12px;
}

.actbox .qlink:hover a {
    color: #fff;
    font-size: 12px;
}

.actbox .qlink span.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/quest.png);
    margin-bottom: -3px;
}

.actbox .qlink:hover span.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/questh.png);
    margin-bottom: -3px;
}

/*Новости*/

/*Особые предложения*/

.newsbox {
    display: inline-block;
    margin: 0 4px 10px 3px;
    width: 230px;
    height: 220px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0px 4px 5px 0px #adadad;
    -moz-box-shadow:    0px 4px 5px 0px #adadad;
    box-shadow:         0px 4px 5px 0px #adadad;
    padding: 10px;
}

.newsbox:before {
    content:"";
    display:block;
    height: 40px;
    position:relative;
    top:180px;
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}

.newsbox:hover {
    border: 1px solid #1a9db0;
}

.newsbox h3 {
    color: #0e8c9e;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.newsbox a {
    color: #0e8c9e;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.newsbox p {
    color: #818181;
    font-size: 12px;
}

.newsbox .date {
    margin-top: -40px;
    color: #949494;
    font-size: 14px;
    margin-bottom: 10px;
}

/*Продукция*/

.produkt {
    width: 180px;
    min-height: 415px;
    display: inline-table;
    margin: 0 5px 10px 5px;
    overflow: hidden;
    background-color: #402994;
    -webkit-box-shadow: 0px 4px 5px 0px #adadad;
    -moz-box-shadow:    0px 4px 5px 0px #adadad;
    box-shadow:         0px 4px 5px 0px #adadad;
    padding: 10px;
    text-align: left;
}

.produkt img {
    max-width: 155px; 
    max-height: 85px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.prodtitle {
    height: 70px;
}

.prodtitle a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.produkt h3 {
    text-align: center;
    color: #ecfdff;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.produkt ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    list-style:square outside url(../img/li.png);

}

.produkt ul li {
    margin: 0;
    padding: 3px 0;
    font-size: 11px;
    color: #fff;
}

.produkt a {
    font-size: 11px;
    color: #fff;
    //border-bottom: 1px solid #dad8e8;
}

.produkt a:hover {
    text-decoration: none;
}

.prodimage {
    height: 85px;
}

/*Заголовки разделов*/

.pagetitle {
    background-color: #f8f8f8;
}
.pagetitle h1 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.pagecontent {
    padding: 20px 10px;
    background-color: #fff;
}
.pagecontent.nopadding {
    padding: 0;
}

/*Modal*/
h4.modal-title {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

table.questform tbody tr td {
    height: 40px;
    padding: 10px;
    vertical-align: top;
}

.sbutttom {
    //width: 100px;
    height: 40px;
    border: none;
    border-radius: 2px;
    //background: url(../img/search.png) no-repeat #462f98;
    background: linear-gradient(#6a57ac, #604ca7 50%, #462f98 50%, #462f98);
    text-shadow: 0 -1px 1px #777;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 40px;
}

input.qform {
    height: 40px;
    width: 380px;
    border: 1px solid #28226a;
}

textarea.qform {
    height: 70px;
    width: 380px;
    border: 1px solid #28226a;
    resize: none;
}

label.qforml {
    padding-top: 10px;
    line-height: 2.5;
}

span.qfcpan {
    font-size: 18px;
}

.askformres {
    display: none;
    font-size: 24px;
    font-weight: bold;
}

input.ferror {
    border: 1px solid #fe0101;
    background-color: #efefef;
}

table.questsuccess {
    margin: 30px 0;
}

/*Партнеры*/

.partners {
    width: 100%;
    height: 170px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 5px 5px 0px #adadad;
    -moz-box-shadow:    0px 5px 5px 0px #adadad;
    box-shadow:         0px 5px 5px 0px #adadad;
    margin-bottom: 15px;
    padding: 7px;
}
td.picon {
    width: 215px;
    text-align: center;
}
td.picon img {
    max-height: 156px;
    max-width: 214px;
}
td.pdescript {
    background-color: #ebebeb;
    width: 720px;
    height: 156px;
    padding: 10px;
    vertical-align: top;
}
h2.ptitle {
    font-size: 18px;
    font-weight: bold;
    color: #392c68;
    margin-top: 2px;
    margin-bottom: 15px;
}

span.pdata {
    color: #727272;
    display: block;
    margin-top: 10px;
}

span.pdata a {
    color: #727272;
    text-decoration: none;
}

/*Каталог*/

.catbox {
    display: inline-block;
    margin: 0 4px 10px 3px;
    width: 230px;
    height: 220px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0px 4px 5px 0px #adadad;
    -moz-box-shadow:    0px 4px 5px 0px #adadad;
    box-shadow:         0px 4px 5px 0px #adadad;
    padding: 10px;
    text-align: center;
    position: relative;
    line-height: 180px;
}

.catbox img {
    vertical-align: middle;
}

.catbox:hover {
    border: 1px solid #1a9db0;
}

.catbox span.fcount {
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 5px -5px;
    color: #797979;
}
.catfilebox {
    display: inline-block;
    margin: 0 4px 10px 3px;
    width: 230px;
    height: 220px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0px 4px 5px 0px #adadad;
    -moz-box-shadow:    0px 4px 5px 0px #adadad;
    box-shadow:         0px 4px 5px 0px #adadad;
    padding: 10px;
    text-align: center;
    position: relative;
    background: url(../img/file.png) no-repeat;
    background-position: center top; 
}
.catfilebox:hover {
    background: url(../img/file-hover.png) no-repeat;
    background-position: center top; 
}
.catfilebox .filedescr {
    margin-top: 100px;
    color: #7f7f7f;
}
.catfilebox .filetitle {
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

/*Контакты*/

.contactbox {
    display: inline-block;
    width: 470px;
    height: 400px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0px 4px 5px 0px #adadad;
    -moz-box-shadow:    0px 4px 5px 0px #adadad;
    box-shadow:         0px 4px 5px 0px #adadad;
    position: relative;
    margin-bottom: 10px;
}

.adress {
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}

/*Галерея*/

.galbox {
    display: inline-block;
    margin: 0 4px 10px 3px;
    width: 230px;
    height: 220px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0px 4px 5px 0px #adadad;
    -moz-box-shadow:    0px 4px 5px 0px #adadad;
    box-shadow:         0px 4px 5px 0px #adadad;
    text-align: center;
    position: relative; 
}
.galbox img {
    max-height: 220px;
    max-width: 230px;
}

.bg-image {
    position: absolute;
    width: 230px;
    height: 220px;
}
.bg-image:hover {
    background-image: url(../img/pic-bg.png);
    background-position:  center center; 
    background-repeat: no-repeat;
}

.fancybox-skin {
    position: relative;
    background-color: #12aac1;
    color: #444;
    text-shadow: none;
    padding-left: 20px;
    padding: 50px;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
    margin-left: -50px;
    margin-right: -50px;
}
.fancybox-close {
    position: absolute;
    top: 4px;
    right: 8px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 36px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
}

.fancybox-prev span {
    left: 5px;
    background-position: 0 -38px;
}

.fancybox-next span {
    right: 5px;
    background-position: 0 -76px;
}

/*Продукция*/

.productimg {
    float: left;
    border: 1px solid #d9d9d9;
    margin: 0 20px 20px 0;
    max-width: 520px;
    //max-height: 320px;
}

.producttext {
    display: block; 
    clear: both;
}

h3.filestitle {
    font-size: 26px;
    font-weight: bold;
}

.hidenav {
    width: 956px;
    position: absolute;
    z-index: 999;
    background-color: #d8d8d8;
    text-align: center;
    border: 1px solid #717171;
    -webkit-box-shadow: 0px 4px 5px 0px #adadad;
    -moz-box-shadow:    0px 4px 5px 0px #adadad;
    box-shadow:         0px 4px 5px 0px #adadad;
    padding: 10px 0 5px 0;
    display: none;
    margin-left: -5px;
}

.closemenu {
    text-align: right;
    margin-right: 15px;
    margin-bottom: 10px;
}

.closemenu a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

a.opennav, a.closenav {
    cursor: pointer;
}

ul.smenulink {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.smenulink li {
  list-style: none;
  cursor: pointer;
}

ul.smenulink li:hover ul {
  display: block;
  position: absolute;
}

ul.smenulink li ul {
  display: none;
  border: 1px solid #cfcfcf;
  background-color: #fff;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 4px 5px 0px #adadad;
    -moz-box-shadow:    0px 4px 5px 0px #adadad;
    box-shadow:         0px 4px 5px 0px #adadad;
}

ul.smenulink li ul li {
  list-style: none;
  padding: 7px 12px;
}

ul.smenulink li ul li:hover {
  background-color: #f1f1f1;
}

.qlinkview {
    display: inline-table;
    height: 38px;
    color: #8e8e8e;
    font-size: 12px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}

.qlinkview:hover {
    background-color: #3bb3c3;
}

.qlinkview a {
    color: #8e8e8e;
    font-size: 12px;
    outline: none;
}

.qlinkview:hover a {
    color: #fff;
    font-size: 12px;
}

.qlinkview span.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/quest.png);
    margin-bottom: -3px;
    margin-right: 5px;
}

.qlinkview:hover span.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/questh.png);
    margin-bottom: -3px;
}

a.curcat {
    background-color: #e1e1e1;
    font-size: 24px;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 15px;
    color: #000;
}

.filters {
    margin: 20px 0 10px 0;
    background-color: #fff;
    padding: 10px 20px 5px 20px;
}

.fspan {
    margin-right: 20px;
    font-size: 12px;
    color: #5e5e5e;
    display: inline-block;
}
.fspan b {
    font-weight: normal;
    line-height: 2.2;
}

.searchc {
    background-color: #f8f8f8;
    height: 30px;
}
.searchcount {
    text-align: center;
    color: #5c5c5c;
}
.undertext {
    background-color: #38b8ca;
    color: #fff;
    border: 1px solid #392c68;
    margin: 20px 0;
    padding: 10px;
}
.undertext h2 {
    font-size: 29px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.undertext img {
    float: left;
    margin: 5px 30px;
}
.undertext a {
    color: #fff;
    display: block;
    margin-top: 10px;
}