html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
h1, h2 {
	text-align: center;
}
img {
   border: none;
   vertical-align: middle;	
}
body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*,*:before,*:after  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}
a, a:visited  {
	text-decoration: none;
	color: #0265CD;
	border: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #00718E;
}
input:active, input:hover, input:focus, button:active, button:hover, button:focus  {
    outline: 0;
    outline-offset: 0;
}
.wrapper {
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #ededed;
}
.block {
	margin: 0 auto;
	min-width: 320px;
	max-width:1400px;
	position: relative;
}
.oz {
	padding: 0 40px;
}
.tit {
	overflow: hidden;
}
.tit:before,
.tit:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	height:  1px;
	background-color: #CFCFCF;
	border: solid #F4F0EA;
	border-width: 0 12px;
}
.tit:before {
  margin-left: -100%;
}
.tit:after {
  margin-right: -100%;
}
@media (max-width:572px){
.tit:before,
.tit:after {
	display: none;
}
.oz {
	padding: 0;
}
}
header {
	position: relative;
	min-width: 320px;
	padding: 16px 0 0;
	margin: 0;
	background-color: #D7DCE1;
}
.logo {
	margin: 9px 0 20px 40px;
}
.logo img {
	height: 72px;
	width: auto;
}
.logo img:hover {
    transition:all 2s ease;
        -moz-transition:all 2s ease;
        -webkit-transition:all 2s ease;
        -ms-transform-transition:all 2s ease;
        -o-transform-transition:all 2s ease;
    transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
}
.name {
	position: absolute;
	top: 4px;
	left: 130px;
}
.nm1 {
	font-size: 25px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	display: block;
	text-transform: uppercase;
	padding-bottom: 11px;
	letter-spacing: -0.02em;
}
.nm2 {
	font-size: 23px;
	letter-spacing: .066em;
	font-weight: bold;
}
.sh {
	color: #AF1B16;
	font-weight: normal;
	font-variant: normal;
	font-size: 17px;
}
.tl {
	position: absolute;
	left: 47%;
}
.tl span {
	font-size: 19px;
	font-weight: bold;
}
.tl1 {
	top: 0;
}
.tl2 {
	top: 24px;
}
.tl3 {
	top: 48px;
}
.lang {
	position: absolute;
	top: -17px;
	right: 40px;
	display: block;
	z-index: 2;
}
.lang li {
   float: left;
   	margin: 0 0 0 14px;
	list-style: none;
}
.lang img {
	width: 29px;
	height: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.99);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.99);
	-moz-box-shadow: 0px 0px 2px 0px rgba(255,255,255,0.99);
}
.lang img:hover {
	margin-top: -6px;
}
.azv,.azv:visited {
	text-decoration: none!important;
	border: .06em solid #FFF;
	padding: 8px 12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
	color: #FFF;
	background-color: #D1282B;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	position: absolute;
	top: 8px;
	right: 44px;
	font-size: 15px;
}
.azv:hover {
	box-shadow: inset 0 0 0 30px #0C3F76;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #FFF;
}
.poisk {
	margin: 0;
	display: block;
	position: absolute;
	right: 45px;
	top: 31px;
}
.poisk form {
	position: relative;
	width: 184px;
	margin: 7px auto 0 auto;
	border: 1px solid #333;
}
.poisk input, .poisk button {
  border: none;
  outline: none;
  background: transparent;
}
.poisk input {
	width: 100%;
	height: 28px;
	padding-left: 7px;
	color: #000;
	font-size: 11px;
}
.poisk button {
	height: 28px;
	width: 28px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: #AF1B16;
}
.poisk button:before {
	content: "\e804";
	font-family: fontello;
	font-size: 14px;
	color: #D8D8D8;
}
@media (max-width:998px){
.logo {
	margin: 9px 0 20px 20px;
}
.name {
	left: 110px;
}
.lang,.poisk {
	right: 20px;
}
.azv,.azv:visited {
	right: 24px;
}
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0 0 38px;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.sld {
	background-repeat: no-repeat;
	background-position: center center;
	height: 480px;
	width: 100%;
	background-size: cover;
	position: relative;
}
.le span {
	position: absolute;
	bottom: 80px;
	width: 90%;
	text-align: center;
	left: 5%;
	z-index: 2;
	color: #FFF;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	text-shadow: 0px 8px 9px rgba(0,0,0,1);
	text-transform: uppercase;
}
.le span:hover {
	color: #41A7E0;
}
.dz1 {
	font-size: 54px;
}
@media (max-width:1600px){
.sld {
	height: 510px;
}	
}
.s1 {
	background-image: url(../images/s1.jpg);
}
.s2 {
	background-image: url(../images/s2.jpg);
}
.s3{
	background-image: url(../images/s3.jpg);
}
.s4{
	background-image: url(../images/s4.jpg);
}
@media (max-width:999px){
.sld {
	height: 300px;
}
.le {
	bottom: 40px;
	width: 400px;
}
.dz1 {
	font-size: 42px;
}
}
@media (max-width:840px){
.le {
	bottom: 28px;
	width: 370px;
	left: 40px;
}
.dz1 {
	font-size: 35px;
}
.logo {
	margin: 9px 0 59px 20px;
}
.tl {
	left: auto;
}
.tl1 {
	top: 88px;
	left: 20px;
}
.tl2 {
	top: 88px;
	left: 50%;
	width: 174px;
	margin-left: -87px;
}
.tl3 {
	top: 88px;
	right: 20px;
	left: auto;
}
}
@media (max-width:670px){
.le {
	width: 328px;
	left: 24px;
}
.dz1 {
	font-size: 30px;
}
.logo {
	margin: 9px 0 88px 20px;
}
.tl1 {
	left: 20px;
}
.tl2 {
	left: auto;
	width: auto;
	margin: 0;
	right: 20px;
}
.tl3 {
	top: 119px;
	right: auto;
	left: auto;
	width: 100%;
	text-align: center;
}
}
@media (max-width:584px){
.le {
	padding: 0 5px;
	left: 3%;
	width: 80%;
}
.logo {
	margin: 32px 0 140px 20px;
}
.lang {
	top: -50px;
}
.poisk {
	top: 82px;
}
.tl1 {
	top:135px;
}
.tl2 {
	top: 135px;
}
.tl3 {
	top: 169px;
}
}
@media (max-width:430px){
.logo {
	margin: 34px 0 180px 15px;	
}
.logo img {
	height: 66px;
	width: auto;
}
.name {
	top: 8px;
	left: 90px;
}
.nm1 {
	font-size: 22px;
	padding-bottom: 9px;
}
.nm2 {
	font-size: 20px;
}
.lang {
	top: -50px;
}
.poisk {
	top: 82px;
}
.tl1 {
	top: 134px;
	right: auto;
	left: auto;
	width: 100%;
	text-align: center;
}
.tl2 {
	top: 162px;
	right: auto;
	left: auto;
	width: 100%;
	text-align: center;
}
.tl3 {
	top: 189px;
}
}
@media (max-width:384px){
.le {
	padding: 0 5px;
	left: 1%;
	width: 92%;
}
}
@media (max-width:720px){
.sld {
	height: 238px;
}
}
.middle {
	width: 100%;
	padding: 0;
	position: relative;
    z-index:1;
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
article {
	padding: 0 110px;
	margin: 10px auto;
	font-size: 18px;
}
.centr {
	text-align: center;
}
.centr2 {
	text-align: justify;
}
.pict-two {
    width: 48%;
    display: inline-block;
    height: auto;
    margin: 2px 4px;
	outline: 6px solid rgba(255,255,255,0.54);
	outline-offset: -6px;
}
@media (max-width:1255px){
article {
	padding: 0 50px;
	font-size: 15px;
}
}
@media (max-width:926px){
article {
	padding: 0 30px;
}
}
@media (max-width:718x){
article {
	padding: 0 20px;
}
}
@media (max-width:570px){
article {
	padding: 0 10px;
}
.pict-two {
    width: 96%;
    margin: 5px 1%;
	outline: 4px solid rgba(255,255,255,0.54);
	outline-offset: -4px;
}
}
.statia {
	margin: 20px 45px 0 45px;
	padding: 15px 25px;
	clear: both;
}
.img-body {
	margin: 6px 36px 6px 1px;
	float: left;
	width: 206px;
	height: auto;
	outline: 5px solid rgba(255,255,255,0.54);
    outline-offset: -5px;
}
@media (max-width:550px){
.img-body {
	margin: 6px auto 18px;
	width: 100%;
	float: none;
	max-width: 390px;
	display: block;
}
}
.ogst a {
	font-size: 18px;
	font-weight: bold;
}
.ogst a:hover {
	color: #001D04;
	text-decoration: underline;
}
@media (max-width:1272px){
.tekst {
	padding: 20px 10px 30px 10px;
        text-align: justify;
}
.statia {
	margin: 20px 20px 0 20px;
	padding: 15px 25px;
}
}
@media (max-width:800px){
.tekst {
	padding: 20px 0 30px 0;
}
.statia {
	margin: 20px 0 0 0;
	padding: 15px;
}
}
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0088d2;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.obekti {
	text-align: center;
	margin: 20px 0 0 0;
}
.produkt {
	width: 23%;
	color: #000;
	margin: 18px .7%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 6px;
	background-color: #F5F5F5;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.img-ob {
	width: 100%;
	height: auto;
}
.name-ob {
	font-size: 16px;
	font-weight: 700;
	padding: 5px;
	overflow: hidden;
	line-height: 16px;
}
.bba {
	padding: 6px 0;
	font-size: 14px;
}
@media (max-width:890px){
.produkt {
	width: 44%;
	max-width: 350px;
}	
}
@media (max-width:560px){
.produkt {
	width: 90%;
}
}
footer {
	height: 350px;
	min-width: 320px;
	position: relative;
	z-index: -2;
	background-position: center 0%;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../all-img/3.jpg);
}
.u88 {
	width:100%;
	position:fixed;
	bottom:0;
	padding-bottom: 60px;
	z-index:-1;
}
.stat {
	position: absolute;
	width: 190px;
	text-align: center;
	left: 50%;
	margin-left: -80px;
	top: 195px;
}
.alft {
	margin-bottom: 15px;
}
.foft {
	padding: 35px 1.5% 25px 1.5%;
	width: 31%;
	float: left;
	margin-left: 2%;
}
.nft {
	color: #C7E9FF;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 11px;
}
.pict-centr3 {
	text-align: center;
}
@media (max-width:980px){
.nft {
	font-size: 15px;
}	
}
.adrft {
	color: #E9E9E9;
}
.social {
	text-align: right;
}
.social ul {
	margin: 10px 0 0 0;
	list-style: none;
	padding: 0;
}
.social ul li {
	margin: 0;
	display: inline-block;
}
.social a {
	transition: background 400ms ease-in-out;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.social a:hover {
	text-decoration: none;
	color: #fff;	
}
.fb a,.tw a,.gp a,.vk a,.yu a {
	font-size: 15px;
	line-height: 26px;
	display: inline-block!important;
	width: 30px;
	height: 30px;
	color: #BEBEBE;
	text-align: center;
	padding: 0;
	border-radius: 50%;
	background: none;
	border: 2px solid rgba(190,190,190,0.5);
}
.social .fb a:before {
	content: "\f09a";
	font-family: fontello;
}
.social .fb a:hover {
	background: #3C5B9B !important;
}
.social .tw a:before {
	content: "\f099";
	font-family: fontello;
}
.social .tw a:hover {
	background: #359BED !important;
}
.social .gp a:before {
	content: "\f0d5";
	font-family: fontello;
}
.social .gp a:hover {
	background: #E33729!important;
}
.social .vk a:before {
	content: "\f189";
	font-family: fontello;
}
.social .vk a:hover {
	background: #027ba5 !important;
}
.social .yu a:before {
	content: "\f167";
	font-family: fontello;
}
.social .yu a:hover {
	background-color: #CC0000;
}
.tl {
	padding: 3px 0;
	display: block;
}
.ln {
    border: 2px solid #000;
    border-bottom: 2px solid #073067;
    width: 94%;
    margin: 0 auto 25px auto;
}
.cop {
	padding: 20px 0 0 0;
	margin: 0 0 0 3.5%;
	font-size: 11px;
	color: #EBEBEB;
}
.made {
	position: absolute;
	top: 235px;
	right: 3.5%;
	height: 38px;
	font-size: 14px;
	display: block;
	width: auto;
}
.made:before {
	content: "\e802";
	font-weight: normal;
	font-size: 32px;
	font-family: fontello;
	color: #FFF;
	margin: -9px 0 0 6px;
	display: inline-block;
	float: right;
}
 .min {
	font-size: 12px;
	line-height: 19px;
	letter-spacing: -0.02em;
 }
.made a:link, .made a:visited, .mapft a:link,.mapft a:visited,.br a:link, .br a:visited{
	color: #EBEBEB;
}
.made a:hover,.mapft a:hover, .br a:hover{
	color: #EB5539;
}
@media (max-width:890px){
footer {
	height: 450px;
}
.stat {
	top: 280px;
}
.foft {
	padding: 30px 3% 5px 3%;
	margin: 0;
	width: 50%;
}
.social {
	text-align: left;
}
.social {
	display: inline-block;
}
.social ul li {
	margin: 0;
}
.made {
	top: 350px;
	right: auto;
    left:3.5%	
}
.pict-centr3 {
	text-align: right;
}
}
@media (max-width:444px){
footer {
	height: 560px;
}
.foft {
	padding: 30px 3% 5px 3%;
	width: 80%;
}
.potc,.social {
	text-align: left;
}
.made {
	right: auto;
	left: 3.5%;
	top: 480px;
}
.stat {
	margin: 0;
	top: 599px;
	left: 10px;
}
.pict-centr3 {
	text-align: left;
}
}
.clear {
	clear: both;
}
.dox {
	padding-bottom: 68px;
}
.br {
	display: block;
	margin-bottom: 3px;
}
.ege {
    font-size: 16px;
}
