@charset "UTF-8";
/* CSS Document */

body {
	padding: 125px 0 0 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5;
	font-size: 13px;
	background-color: #004774;
}
html, body, #top {
min-width: 1000px;
width:expression(document.body.clientWidth < 1000? "1000px": "auto");
}

.celector {
	width:960px;
	margin:0 auto;
	padding:40px 0;
	position:relative;
}
.hash {
	position:absolute;
	margin-top:-125px;
}
.tb {
	background: url(tb.png) top center no-repeat;
}
.bb {
	background: url(bb.png) bottom center no-repeat;
}

.block {
	position: relative;
	background-color: #005F99;
}

/* Заголовки и текст */
h1, h2 {
	font-size:28px;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0;
	text-align:left;
	line-height:1.2;
}
h3 {
	font-size:23px;
	margin: 30px 0 15px 0;
	padding:0;
	text-align:left;
	line-height:1.2;
	font-weight:normal;
}
p {
	margin: 0 0 15px 0;
	padding:0;
	text-align:justify;
}
img, a {
	border:none;
	outline:none;
}


/* Белый блок */
.block-white {
	background: #FFFFFF;
}
.block-white .celector {
	color: #666666;
	padding: 60px 0;
}
.block-white a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.block-white h1,
.block-white h2 {
	margin: 40px 0;
	padding: 0;
	font-size: 28px;
	line-height: 1.2;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	color: #000000;
}
.block-white h1.page-title,
.block-white h2.page-title {
	margin: 0 0 40px 0;
}
.block-white h4 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	color: #000000;
}
.block-white p {
	margin: 0 0 15px 0;
	padding:0;
	text-align:justify;
}
.block-white ul {
	display: block;
	list-style-type: disc;
	margin: 0 0 30px 0;
	padding: 0;
}
.block-white ul li {
	text-align: left;
	margin-left: 30px;
	margin-bottom: 5px;
}



/* Первый блок */
#b1 {
	background: #13a89e url(b1.png) top repeat-x;
}
#b1 .celector {
	width:960px;
}
#b1 .celector .sliders {
	width:1000px;
	margin-left:-20px;
}
.sliders .fotorama {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	padding:0;
	margin:0;
	position:relative;
}
.sliders .fotorama .text {
	color:#FFF;
	text-shadow: 0px 0px 10px #000;
	font-size:23px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 20px 25px;
	line-height:1.1;
}
.sliders .fotorama .text.rt {
	top: 0px;
	bottom: auto;
	left: 0px;
	right: 0px;
}


/* Второй блок */
#b2 {
	background-color: #005F99;
	background-image: url(b2.png);
	background-repeat: repeat-x;
	background-position: top;
	color:#FFF;
}

/* Третий блок */
#b3 {
	background: #FFFFFF;
	color:#000;
}
#b3 .col4 .col .color,
#b3 .col4 .col .color span {
	display:block;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	line-height:1;
	color:#666;
}
#b3 .col4 .col .color span {
	font-weight:bold;
	font-size:14px;
	padding: 0 0 7px 0;
	color:#000;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#b3 .col4 .col:hover .color span {
	color:#2AAEA6;
}


/* Четвертый блок */
#b4 {
	background-color: #0076BE;
	background-image: url(b4.png);
	background-repeat: repeat-x;
	background-position: top;
	color:#FFF;
}

/* Пятый блок */
#b5 {
	background-color: #005F99;
	background-image: url(b5.png);
	background-repeat: repeat-x;
	background-position: top;
	color:#FFF;
}
.maps {
	width:460px;
	height:460px;
	background:#390;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	position:relative;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
		z-index:10px;
}
.maps:hover {
	width:960px;
		z-index:10px;
}
.maps:hover .map {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.maps .map {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
}
.office {
	background: url(icon_adress.png) left top no-repeat;
	padding: 0 0 0 30px;
	margin-top:50px;
	font-size:18px;
	line-height:1;
}
.office span {
	font-weight:bold;
	display:block;
	padding:0;
	margin:0;
	line-height:1;
}
.tovar {
	background: url(icon_adress.png) left top no-repeat;
	padding: 0 0 0 30px;
	font-size:18px;
	line-height:1;
}
.tovar span {
	font-weight:bold;
	display:block;
	padding:0;
	margin:0;
	line-height:1;
}
.tel {
	background: url(icon_phone.png) left top no-repeat;
	padding: 0 0 0 30px;
	font-size:18px;
	line-height:25px;
}
.tel span {
	font-weight:bold;
	display:block;
	padding:0;
	margin:0;
	line-height:1;
}
.email {
	background: url(icon_mail.png) left top no-repeat;
	padding: 0 0 0 30px;
	font-size:18px;
	line-height:25px;
}
#b5 a {
	color:#FFF;
	border-bottom: 1px solid #FFF;
	text-decoration:none;
}



/* Подвал */
#footer {
	background-image: url(footer.png);
	font-size: 10px;
	color: #549ACE;
	background-color: #004774;
}
#footer .celector {
	padding:15px 0;
}
#footer a {
	color:#FFF;
	border-bottom: 1px solid #FFF;
	text-decoration:none;
}
#footer ul.footer-links {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}
#footer ul.footer-links li {
	margin: 0;
	padding: 0;
}
#footer ul.footer-links li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 2px;
	transition: border-color 0.2s ease, opacity 0.2s ease;
}
#footer ul.footer-links li a:hover {
	border-bottom-color: rgba(255, 255, 255, 0.6);
	opacity: 0.85;
}




/* Шапка */
#top .celector {
	width:960px;
	margin:0 auto;
	padding:10px 0;
}

#top,
#top.bg1,
#top.bg2,
#top.bg4,
#top.bg5 {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
	height:125px;
	padding:0;
	margin:0;
	background:#FFF;
	box-shadow: 0px -10px 20px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -10px 20px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px -10px 20px 15px rgba(0,0,0,0.3);
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	-o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	z-index:10;
}
#top.bg3 {
	-webkit-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 1);
}
#top #logo {
	float:left;
	padding:0;
	margin: 0 40px 0 0;
}
#top #contacts {
	margin: 22px 0 0 200px;
  font-size: 0; 
  line-height: 0; 
  letter-spacing: -1px;
}
#top #contacts a {
	color:#000;
	
}
#top #contacts #adress,
#top #contacts #phone {
	color:#000;
	font-weight:bold;
	padding: 0 0 0 35px;
  font-size: 16px; 
  line-height: 25px; 
  letter-spacing: normal;
  width: auto; 
  min-height: 20px; 
  display: -moz-inline-stack; 
  display: inline-block; 
  vertical-align: top; 
  margin: 0 30px 0 0; 
  zoom: 1; 
  *display: inline; 
  _height: 20px;
}
#top #contacts #adress {
	background: url(icon-adress.png) left center no-repeat;
}
#top #contacts #phone {
	background: url(icon-phone.png) left center no-repeat;
}

/* Меню */
#top #nav {
	margin: 15px 0 0 200px;
}
#top #nav ul {
	list-style:none;
	padding: 0 0 0 35px;
	margin:0;
}
#top #nav ul li {
	display:inline;
	font-size:16px;
	margin: 0 20px 20px 0;
}
#top #nav ul li a {
	color: #000;
	text-decoration:none;
	border-bottom: 1px #000 solid;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	-o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
#top #nav ul li a:hover {
	color: #2AAEA6;
	text-decoration: none;
	border-bottom: 1px #2AAEA6 solid;
}
#top #nav ul li.active a {
	color: #666;
	text-decoration:none;
	border-bottom: none;
}
#top #nav ul li.li1 {
	display:none;
}

/* Кнопка */
a.button {
	display: block;
	width:160px;
	height:45px;
	background: url(button.png) top center no-repeat;
	text-decoration:none;
}
a.button:hover {
	background: url(button.png) bottom center no-repeat;
	text-decoration:none;
}
#top a.button {
	position:absolute;
	right:0;
	top:40px;
}

/* Колонки */
.col2 {
	margin-left:-40px;
  font-size: 0; 
  line-height: 0; 
  letter-spacing: -1px;
  padding: 30px 0 0 0;
}
.col2 .col {
  font-size: 14px; 
  line-height: 1.5; 
  letter-spacing: normal;
  width: 460px; 
  min-height: 400px; 
  display: -moz-inline-stack; 
  display: inline-block; 
  vertical-align: top; 
  margin: 0 0 30px 40px; 
  zoom: 1; 
  *display: inline; 
  _height: 400px; 
}
.col3 {
	margin-left:-30px;
  font-size: 0; 
  line-height: 0; 
  letter-spacing: -1px;
}
.col3 .col {
  font-size: 12px; 
  line-height: 1.5; 
  letter-spacing: normal;
  width: 300px; 
  min-height: 200px; 
  display: -moz-inline-stack; 
  display: inline-block; 
  vertical-align: top; 
  margin: 0 0 30px 30px; 
  zoom: 1; 
  *display: inline; 
  _height: 200px; 
}
.col4 {
	margin-left:-20px;
	margin-bottom:30px;
  font-size: 0; 
  line-height: 0; 
  letter-spacing: -1px;
}
.col4 .col {
  font-size: 12px; 
  line-height: 1.5; 
  letter-spacing: normal;
  width: 225px; 
  min-height: 200px; 
  display: -moz-inline-stack; 
  display: inline-block; 
  vertical-align: top; 
  margin: 0 0 20px 20px; 
  zoom: 1; 
  *display: inline; 
  _height: 200px; 
}
.col5 {
	margin-left:-30px;
	margin-top:-30px;
	padding: 30px 0 20px 0;
  font-size: 0; 
  line-height: 0; 
  letter-spacing: -1px;
}
.col5 .col {
  font-size: 0; 
  line-height: 0; 
  letter-spacing: 0;
  width: 148px; 
  min-height: 98px; 
  display: -moz-inline-stack; 
  display: inline-block; 
  vertical-align: top; 
  margin: 30px 0 0 30px; 
  zoom: 1; 
  *display: inline; 
  _height: 98px;
  position:relative;
  padding:10px;
  background:#8cc63f;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        overflow:hidden;
}
.col5 .col a.gallery,
.col5 .col a.gallery img {
	display:block;
	padding:0;
	margin:0;
	line-height:0;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
}
.col5 .col:hover a.gallery {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -o-transform: scale(1.25);
}
.col5 .col:hover {
		box-shadow: 0 0 30px rgba(0,0,0,0.7);
		-moz-box-shadow: 0 0 30px rgba(0,0,0,0.7);
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.7);
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -o-transform: scale(1.25);
		z-index:3;
}


/* Изображения */
.imgmg {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	padding:0;
	margin:0 0 15px 0;
	line-height:0;
        overflow:hidden;
}
.imgmg img {
	display:block;
	line-height:0;
	padding:0;
	margin:0;
}
.col4 .col a.gallery {
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
		display:block;
		position:relative;
}
.col4 .col:hover a.gallery {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
		z-index:3;
}
.col4 .col .color {
	position:relative;
	z-index:5;
}