@import url(http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic&subset=latin,cyrillic);

img {
	outline: none;
	border: none;
}

body {
	margin: 0;
	font-family: 'Cuprum', sans-serif;
	background: #f5f5f5;
	font-size: 14px;
}

h1 {
	color: #045580;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	margin: 30px 0 0;
}

p {
	font-size: 14px;
	text-align: justify;
	color: #343434;
	letter-spacing: 0.5px;
	padding: 0 20px;
}

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

.header {
	height: 125px;
	/*border-top:	5px solid #163178;*/
	/*border-bottom: 2px solid #3353a8;*/
	overflow: hidden;
	position: relative;
}

.logo {
	display: block;
	float: left;
	margin: 16px;
}

.adrtel {
	float: left;
	color: #163178;
	margin: 14.9px;
	font-size: 18px;
	line-height: 28px;
}
.header-phone
{
position: absolute;
    top: 9px;
    right: 25px;
    font-size: 16px;
}
.adrtel span {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 26px;
}

.menu {
	margin: 35px 25px 0;
	padding: 0;
	list-style: none;
	float: right;
}

.active_link {
	background: url(../img/m.png);
	background-position: top!important;
}

.inner h1 {
	text-align: left;
}

.menu li {
	position: relative;
	float: left;
	background: url(../img/m2.png);
	background-position: bottom;
	margin-left: 5px;
	-webkit-transform: skewX(-25deg); 
	-moz-transform: skewX(-25deg); 
	-ms-transform: skewX(-25deg); 
	-o-transform: skewX(-25deg); 
	transform: skewX(-25deg); 
}

.menu li a {
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #003958;
	width: 115px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding: 8px 0 10px;
	color: #f2f2f2;
	text-transform: uppercase;
	-webkit-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	transform: skewX(25deg);
}

.menu li span {
	position: absolute;
	background: url(../img/menu.png);
	width: 265px;
	height: 123px;
	top: 0;
	left: 0;
	display: none;
}

.topslider {
	width: 930px;
	margin: 0 auto;
	border-top:	2px solid #163178;
}

.topslider ul {
	margin: 0;
	padding: 0;
}

.topslider .bx-viewport {
	box-shadow: none!important;
	border: none!important;
	left: 0!important;
}

.topslider .bx-controls {
	display: none!important;
}

.topslider .bx-wrapper {
	margin: 0!important;
}

.zagleft  {
	position: relative;
	float: left;
	margin-left: 20px;
}

.zagleft ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.zagleft li {
	text-transform: uppercase;
	color: #343434;
	font-size: 12px;
	padding: 7px 0 7px 15px;
	cursor: pointer;
	background: url(../img/tt.png) no-repeat scroll left;
}

.zagleft li a {
	text-decoration: none;
	color: #343434;
}

.zagleft li:hover {
	background: url(../img/tta.png) no-repeat scroll left;
	color: #045681;
}

.act_toch {
	background: url(../img/tta.png) no-repeat scroll left!important;
	color: #045681!important;
}

.toch {
	position: absolute;
	border-top: 1px solid #163178;
	border-bottom: 1px solid #163178;
	border-right: 1px solid #163178;
	padding-right: 20px;
	height: 23px;
	width: 100%;
	top: 2px;
}

.toch div {
	width: 50px;
	border-bottom: 1px solid #163178;
	position: absolute;
	right: -51px;
	top: 11px;
}

.texttoch {
	float: left;
	border: 1px solid #163178;
	width: 385px;
	position: relative;
	background: #fff;
	margin: -1px 0 0 35px;
	overflow: hidden;
}

.texttoch ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.texttoch ul li {
	text-align: center;
	padding: 10px;
	display: none;
	font-size: 14px;
}

.texttoch ul li:first-child {
	display: block;
}

.texttoch ul li table {
	height: 90%;
}

.texttoch ul li img {
	display: block;
	margin: 0;
	width: 166px;
	float: left;
	margin-right: 15px;
}

.blright {
	float: right;
	margin-top: -12px;
	margin-right: 15px;
	width: 255px;
}

.asdr {
	margin: 0;
	font-size: 16px;
	text-align: center;
	line-height: 16px;
}

.asdr span {
	display: block;
	font-weight: 700;
	font-size: 18px;
}

.rtel {
	margin: 0;
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	margin-top: 20px;
	line-height: 20px;
}

.rtel a {
	display: block;
	color: #222;
	text-decoration: none;
	font-weight: normal;
	width: 280px;
	margin-left: -38px;
	line-height: 25px;
}

.dopl {
	margin: 20px auto 0;
	padding: 0;
	list-style: none;
}

.dopl li {
	color: #fff;
	background: #045580;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	margin-bottom: 5px;
}

.dopl li:hover {
	background: #066ea6;
}

.dopl li a {
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.dopl li a, .dopl li span {
	display: block;
	padding: 6px 0;
}

.checkbox {
  position: relative;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 93% !important;
  margin: 10px 0 0 20px;
}

.checkbox__text {
     position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
    font-size: 12px;
    color: #313131;
    width: 47%;
    margin-right: 0;
    float: right;

}

.checkbox__text:before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #999;
  transition: .2s;
}
.checkbox.error .checkbox__text:before
{
border-color:red;
}

.checkbox input:checked + .checkbox__text:before {
  background-image: url(../img/tick.png);
  background-image: url(/assets/templates/img/tick.png);
  background-repeat: no-repeat;
  background-position: center;
}
.contpop .checkbox__text {

    padding: 0 0 0 20px;
    width: 250px;
    margin: auto;
    float: inherit; 
    margin-bottom: 15px;
    left: -12px;
}
.line {
	clear: both;
	height: 1px;
	background: url(../img/line.png);
	margin: 50px 0 30px;
}

.contentIndex {
	float: left;
	width: 620px;
}

.contentIndex p {
	text-align: justify;
}

.lg {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 335px;
}

.lg li {
	float: left;
	width: 33.3%;
}

.lg li img {
	display: block;
	margin: 0 auto;
	max-width: 100px;
}

.footer {
	background: #6b6b6b;
	padding: 15px 0 10px;
	margin-top: 50px;
}

.botcont {
	float: left;
	margin-left: 50px;
	color: #fff;
}

.botcont tr td {
	padding-bottom: 5px;
	padding-right: 15px
}

.botcont tr td a {
	color: #fff;
}

.botcont tr td a:hover {
	text-decoration: none;
}

.footr {
	float: right;
	color: #fff;
	text-align: right;
	margin-right: 50px;
}

.footr span {
	display: block;
	font-size: 12px;
	margin-top: 15px;
}

.footr span a {
	color: #fff;
}

.innerpage {
	padding: 0 15px;
	min-height: 500px;
}

.menuRight {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.menuRight li {
	display: block;
	padding: 5px 0;
}

.menuRight li span {
	font-size: 20px;
	font-weight: bold;
	color: #6b6b6b;
}

.menuRight li ul {
	margin: 0 0 20px;
	padding-left: 20px;
	list-style: none;
}

.menuRight li ul li a {
	color: #222;
	font-size: 16px;
	text-decoration: none;
}

.menuRight li ul li a:hover {
	color: #045580;
}

.compLeft {
	float: left;
	width: 230px;
}

.compCont {
	float: right;
	padding-top: 15px;
	width: 690px;
}

.compCont p {
	padding: 0;
}

.stanki {
	border: 1px solid #999;
	margin-bottom: 10px;
	box-shadow: 2px 3px 5px #ddd;
	height: 259px;
}

.stanki span {
	display: block;
	background: #045580;
	color: #fff;
	font-size: 18px;
	padding: 5px 20px;
}

.stanki img {
	float: left;
	width: 180px;
	margin: 20px;
	max-height: 200px;
}

.stanki p {
	float: right;
	width: 430px;
	padding: 0 20px;
	font-size: 14px;
}

.diplomi {
	text-align: center;
	margin-top: 265px;
}

.diplomi img {
	width: 143.9px;
	border: 1px solid #999;
	padding: 3px;
	margin-bottom: 10px;
	background: #f9f9f9;
}

.diplomi img:hover {
	background: #ddd;
}

.news img {
	border: 1px solid #999;
	padding: 3px;
	margin-bottom: 10px;
	background: #f9f9f9;
	width: 100px;
}

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

.news span {
	display: block;
	color: #999;
	font-size: 14px;
}

.date {
	display: block;
	color: #999;
	font-size: 14px;
	margin-top: 20px;
}

.news {
	margin-top: 20px;
}

.news p {
	margin: 5px 0;
}

.obrs table tr td {
	padding-bottom: 10px;
	padding-right: 20px;
}

.obrs table tr td input[type="text"] {
	width: 340px;
	border: 1px solid #999;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	outline: none;
	padding: 0 2px;
}

.obrs table tr td textarea {
	resize: none;
	width: 340px;
	border: 1px solid #999;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	outline: none;
}

.obrs table tr td select {
	outline: none;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	border: 1px solid #999;
	width: 346px;
}

.obrs table tr td input[type="submit"] {
	float: right;
	outline: none;
	background: #045580;
	color: #fff;
	border: none;
	padding: 4px 10px;
	cursor: pointer;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
}

.active_link_right a {
	text-decoration: underline!important;
	color: #045580!important;
}

.production {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	width: 600px;
	margin: 0 auto;
}

.production img {
	width: 145px;
	margin-right: 40px;
	float: left;
	/*padding: 3px;
	border: 1px solid #ddd;
	background: #f5f5f5;*/
	margin-bottom: 20px;
}

.production div {
	float: left;
}

.apr {
	text-decoration: none;
	font-size: 22px;
	color: #045580;
}

.files {
	float: right!important;
	width: 320px!important;
}

.files a {
	color: #fff;
	background: #045580;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: 0.5px;
	width: 100%;
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

.files a:hover {
	background: #066ea6;
}

.lbl {
	float: left!important;
	width: 350px!important;
	font-size: 14px;
}




.simple-little-table {
	color:#666;
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	border-collapse:separate;
	width: 100%;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
	font-weight:bold;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{

	padding-left:20px;
}
.simple-little-table tr td:first-child{
	text-align: left;
}
.simple-little-table tr td {
	padding:8px 18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
 
.simple-little-table a:link {
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

.tabscat{
	width: 100%;
}

.tabscat tr td {
	vertical-align: top;
	padding-bottom: 20px;
}

.tabscat tr td img {
	width: 200px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	margin-right: 20px;
}

.tabscat tr td:first-child {
	width: 228px;
}

.tabscat tr td span {
	display: block;
	margin-bottom: 10px;
	color: #045580;
	font-weight: 600;
}

a {
	color: #045580;
}

.mapcont {
	width: 948px;
	height: 541px;
	background: url(../img/mapc.png);
	position: relative;
	margin: 0 auto 0 -8px;
}

.mapcont div {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px 1px #fff;
}

.search {
	position: absolute;
	top: 85px;
	right: 15px;
}

.newkn {
	background: #c11616!important; /* Old browsers */
	background: -moz-linear-gradient(top,  #c11616 1%, #fe8484 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c11616), color-stop(100%,#fe8484))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c11616 1%,#fe8484 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c11616 1%,#fe8484 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c11616 1%,#fe8484 100%)!important; /* IE10+ */
	background: linear-gradient(to bottom,  #c11616 1%,#fe8484 100%)!important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c11616', endColorstr='#fe8484',GradientType=0 )!important; /* IE6-9 */
}

.newkn:hover {
	  background: #c11616!important;
}

.blsearch input[type="text"] {
	border: 1px solid #005687;
	padding: 3px 10px;
	outline: none;
	border-radius: 15px;
}

.blsearch input[type="submit"] {
	border: 1px solid #005687;
	background: #00b0ba; /* Old browsers */
	background: -moz-linear-gradient(top,  #00b0ba 0%, #005687 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b0ba), color-stop(100%,#005687)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00b0ba 0%,#005687 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00b0ba 0%,#005687 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00b0ba 0%,#005687 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00b0ba 0%,#005687 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0ba', endColorstr='#005687',GradientType=0 ); /* IE6-9 */
	padding: 3px 15px;
	color: #fff;
	cursor: pointer;
	outline: none;
	border-radius: 15px;
}

.blsearch input[type="submit"]:hover {
	background: #004066;
}

.popWp {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	display: none;
}

.bgpop {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.5);
}

.contpop {
	width: 400px;
	margin: 100px auto 0;
	background: #fff;
	text-align: center;
	position: relative;
	padding: 20px;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd;
}

.contpop span {
	text-align: center;	
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
}

.contpop input[type="text"] {
	font-family: 'Cuprum', sans-serif;
	display: block;
	margin: 0 auto 10px;
	font-size: 16px;
	font-weight: 400;
	padding: 3px 10px;
	width: 270px;
	outline: none;
	border: 1px solid #999;
}

.contpop textarea {
	font-family: 'Cuprum', sans-serif;
	display: block;
	margin: 0 auto 10px;
	font-size: 16px;
	font-weight: 400;
	padding: 3px 10px;
	width: 270px;
	outline: none;
	border: 1px solid #999;
	height: 50px;
	resize: none;
}

.contpop input[type="submit"] {
	border: 1px solid #005687;
	background: #005687;
	padding: 3px 10px;
	color: #fff;
	cursor: pointer;
	outline: none;
}

.xcl {
	position: absolute;
	top: 0;
	right: 8px;
	font-size: 25px!important;
	font-family: arial;
	cursor: pointer;
}

.triimgpage {
	width: 100%;
}

.triimgpage tr td {
	width: 33.3%;
}

.triimgpage img {
	height: 105px;
}

.priceot {
	display: block;
	text-align: center;
	font-weight: 900;
	font-size: 18px;
	margin: 20px 0 0;
}