/* font-family: 'Century Gothic', sans-serif;*/
@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/CenturyGothicRegular/CenturyGothicRegular.eot");
    src: url("../fonts/CenturyGothicRegular/CenturyGothicRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/CenturyGothicRegular/CenturyGothicRegular.woff") format("woff"),
    url("../fonts/CenturyGothicRegular/CenturyGothicRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.poverni {
	display:none;
}
.poverniagalogo {
	display:none;
}
.povernipodl {
	display:none;
}

@media all and (orientation:landscape) {
	.poverni {
		display:none;
		width:0;
		height:0;
	}
}

body {
	background: #fff;
	font-size: 15px;
	font-family: Calibri, sans-serif;
	color: #031435;
}
.ib {
	display:inline-block;
	vertical-align: top;
}
.wrapper {
    max-width: 960px;
    margin: 0 auto;
	/*height: 100%;*/
}
.header {
	background: #fff url("../img/header-fon.jpg") repeat-x;
	margin:0 auto;
	max-height: 72px;
	z-index: 400;
	border-bottom: 2px solid #fff;
}
.headerfix {
	height: 70px;
	width: 100%;
}
.headerfix2 {
	z-index: 400;
}
.headerwr {
	position: relative;
    padding: 0;
	width: 960px;
	color: #fff;
	margin:0 auto;
}
.logo {
	cursor:pointer;
	height: 70px;
}
.phone {
	cursor:pointer;
	z-index: 400;
	margin-left: 60%;
	margin-top: -25px;
	position: fixed;
	width: 180px;
}
.slide img {
	width:100%;
}
.rell2 {
	position:relative;
	height: 0px;
	left: 0;
	margin-left: 70%;
	z-index: 399;
}
.rell {
	position:relative;
	height: 0px;
	left: 0;
	margin-left: 70%;
	z-index: 399;
}
.iphone {
	cursor:pointer;
	display:none;
	z-index: 399;
	left: 80%;
	-webkit-animation: 0.1s tremor ease-out infinite;  
    animation: 0.1s tremor ease-out infinite; 
	/*animation-duration: 4s;*/
    animation-delay: 1s;	
	animation-iteration-count: 10;
}
/* ниже дрожание айфона */
.iphone:hover {
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}
@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes tremor {
    0%, 25% {
        left: -1px;
        top:-1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        top: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-moz-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-ms-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-o-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
.rellv {
	position:fixed;
	height: 0px;
	left: 50%;
	bottom: 40px;
	margin-left: -90px;
	/*
	margin-top: -300px;*/
	z-index: 399;
}
.vniz {
	/*display:none;*/
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(0,0,0,0.4) url(../img/arrow_blue.png) no-repeat center center;
    background-size: 50%;
    cursor: pointer;
    /*
    top: 100%;*/
    margin: -65px 0 0 47%;
    /*z-index: 399;*/
}
.vniz:hover {
	opacity: 0.7;
}
img {
	border: 0;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #031435;
}
.clblock {
	display:inline-block;
	float:left;
	margin-top: 15px;
	padding-right: 15px;
}
.button {
	cursor:pointer;
	margin-left: 5px;
}
.button:link {
	opacity: 0.7;
}
.button:hover {
	box-shadow: 0px 0px 22px 0px #ffffff;
}
.buttoninv:hover {
	box-shadow: 0px 0px 22px 0px #000;
}
.jf {
	text-align:justify;
}
.center {
	margin: 0 auto;
	display: block;
	text-align:center;
}
.center2 {
	text-align:center;
}
.warbutz {
	width: 860px;
	margin:0 auto;
	text-align:right;
}
.warbut {
	margin-top: -210px;
	margin-bottom: 10px;
}
.warbutz2 {
	color: #031435;
	font-size: 40px;
	font-weight:bold;
	max-width: 320px;
	line-height: 42px;
	padding-top: 100px;
}
/*
.war2 img {
	margin-left: 20px;
}
.war3 img {
	margin-left: 80px;
}
*/
.gar img{
	margin-top:100px;
}
/*=====================menu===================== */
.menu {
	position:absolute;
	display:inline-block;
	margin-top: 0;
	margin-left: 0;
	cursor:pointer;
	min-height: 70px;
}
.menuitem {
	padding-left: 10px;
	padding-right: 10px;
	display:inline-block;
	font-size: 18px;
	line-height: 70px;
	vertical-align:middle;
	text-shadow: 0.1em 0.1em 0.72em black;
	font-weight: bold;
	z-index: 2;
}
/*
.menuitemfon {
	position:absolute;
	width:100%;
	padding-left: 10px;
	padding-right: 10px;
	height: 18px;
	vertical-align:middle;
	box-shadow: 0 0 10px black;
	z-index: 1;
}
*/
.menuitem:hover {
	background: url('../img/menuhover.png');
	background-size: 100% 100%;
	background-position: center center;
	text-shadow: 0 0 0 black;
}
.menuitem:active {
	color:#000;
	text-shadow: 0px 3px 5px #fff,
                 0px -3px 5px #fff,
                 0px 0px 5px #fff;
	background: none;
}
.h1bfix {
	margin-top: -10px;
}
.razd {
	position:absolute;
	top:0;
	background: url('../img/razd.png') no-repeat;
	background-position:left top;
	height:70px;
	width:2px;
	display:inline-block;
}
.hr {
	width: 100%;
	height: 2px;
	color: #031435;
	border:0px none;
	background-color: #031435;
	clear: both;
	margin: 0;
}
.slider {
	margin: 0 auto;
	width:100%;
	height: 100%;
	background: #041438;
	overflow:hidden;
	position:relative;
}
.podr5, .podr4 {
	position:absolute;
	bottom: 200px;
	right:150px;
	background:url('../img/podr.png') no-repeat;
	background-size: 100%;
	width:457px;
	height:70px;
	cursor:pointer;
}
.podr4, .podr5:hover{
	background:url('../img/podr2.png') no-repeat;
	background-size: 100%;
}
.akc {
	display:none;
	position:absolute;
	left: 200px;
	top: 300px;
	color: #fff;
	width: 100px;
	height: 50px;
	z-index: 399;
}
.minislider-img {
	text-align:center;
}
.minislider-img img {
	width: 230px;
}
.minislider-ts {
	display:inline-block;
	float:left;
	margin-top: 20px;
	padding-right: 15px;
}
/*=====================отзывы(reviews)===================== */
.reviews {
	background: url("../img/reviews-fon.jpg");
	width: 100%;
	background-size: 100% 100%;
	color: #fff;
	height:98%;
}
.reviewsb {
	background: url('../img/iblack.png');
	/*max-height: 500px;*/
	/*min-width:946px;*/
	/*min-height:575px;*/
	border: 3px #0c3c79 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px; 
	border-radius: 10px;
	margin-bottom: 20px;
	text-align:center;
}
.revlogos {
	padding-left: 30px;
	padding-top: 5px;

	height: 90px;
	margin-top:-30px;

	width: 100%;
	border-bottom: 2px solid #0a5690;
	/*border: 3px #0c3c79 solid;*/
}
.rev2b {
	border-bottom: 2px solid #0a5690;
}
.revtitle {
	font-size: 26px;
	text-align:center;
	color: #fff;
	font-weight: bold;
	height: 45px;
	border-bottom: 2px solid #0a5690;
}
.revtitle a{
	font-size: 26px;
	text-align:center;
	color: #fff;
	text-decoration:none;
}
.revtitle a:hover{
	font-size: 26px;
	text-align:center;
	color: #fff;
	text-decoration:none;
}
.revtitle a:link{
	font-size: 26px;
	text-align:center;
	color: #fff;
	text-decoration:none;
}
.revdesc a {
	color: #fff;
	border-bottom: 1px #fff dashed;
}
.revdesc a:hover {
	color: #ddd;
	text-decoration:none;
}
.revdesc a:link {
	color: #ccc;
	text-decoration:none;
}
.revdesc a:active {
	color: #ccc;
	text-decoration:none;
}
.revdesc a:visited {
	color: #ccc;
	text-decoration:none;
}
.big_img img {
	height: 120px;
	margin-left: 0px;
}
.min_img {
	cursor:pointer;
	margin-left: 80px;
}
.min_img img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius:3px; 
	border-radius: 3px;
	box-shadow: 0 0 5px #000;
	height: 55px;
}
@media (max-width: 991px){
	 .min_img  {
		margin-left: 0;
		display:block;
		margin: 0 auto;
	}
	.min_img  img {
		margin-top: 10px;
		margin-left: 0px;
	}
	.min_img  img:first-child {
		margin-left: 8px;
	}
}
.mtop10 {
	margin-top: 10px;
}
.mtop20 {
	margin-top: 20px !important;
}
.mtop-20 {
	margin-top: -20px !important;
}
.mtop-42 {
	margin-top: -42px !important;
}
.mbottom10 {
	margin-bottom: 10px;
}
.revdesc {
	/*border-right: 2px solid #0a5690;*/
	padding-bottom: 15px;
	text-align:left;
	border-right: 2px solid #0a5690;
	margin-left: 2px;
	margin: 0 auto;
}
 .revrev {
	margin-left: -2px;
	text-align:left;
	border-left: 2px solid #0a5690;
}
@media (max-width: 991px){
	 .revrev {
		text-align:left;
		border-left: 0;
	}
}
.avtotz {
	text-align:center;
}
.sitelogo, .sitelogo2 {
	margin-left: 0;
	display: inline-block;
	cursor:pointer;
	margin: 0 auto;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:4px; 
	border-radius: 4px;
	margin-top: 30px;
}
.sitelogo img, .sitelogo2 img  {
	height: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:4px; 
	border-radius: 4px;
	background: #fff;
}

.sitelogo img:hover {
	margin-top: 0px;
	-moz-transform: scale(2.5);
	-webkit-transform: scale(2.5);
	-o-transform: scale(2.5);
	-ms-transform: scale(2.5);
	transform: scale(2.5);
	z-index: 3;
}
.sitelogo2 img {
	margin-top: 0px;
	-moz-transform: scale(2.5);
	-webkit-transform: scale(2.5);
	-o-transform: scale(2.5);
	-ms-transform: scale(2.5);
	transform: scale(2.5);
	z-index: 3;
}
/*
.sitelogo img:link {
	-moz-transform: scale(2.0);
	-webkit-transform: scale(2.0);
	-o-transform: scale(2.0);
	-ms-transform: scale(2.0);
	transform: scale(2.0);
}
*/
/*=====================портфолио===================== */
.portfolio {
	background: #e0f4fe;
	width:100%;
	height:545px;
	border: 3px #0a3948 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px; 
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	position: relative;
	padding-left: 20px;
	padding-top: 0;
}
.pitem {
	display:inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #093746;
}
.ptype {
	font-style:italic;
}
.ptitle {
	font-weight:bold;
}
.podrobnee a {
	font-size: 16px;
	font-style:italic;
	margin-right: 50px;
	text-decoration:none;
	border-bottom: 1px dashed #000080;
	width: 75px;
	float:right;
	cursor: pointer;
	color: #000080;
}
.podrobnee a:hover{
	opacity: 0.5;
	text-decoration:none;
}
.portfoliob {
	position: absolute;
	bottom:0;
	background: #042d3a;
	height: 50px;
	text-align:center;
	color: #fff;
	font-size: 26px;
	width: 100%;
	margin-left: -20px;
}
.portfoliobitem{
	margin-left: 20px;
	vertical-align:middle;
	display:inline-block;
	cursor: pointer;
}
.portfoliotopyear{
	display:block;
	margin: 0 auto;
	margin-top: -15px;
	background: url("../img/portfolio-topyearfon.png") no-repeat;
	width: 179px;
	height: 41px;
	text-align:center;
	color: #fff;
	font-size: 26px;
	z-index:2;
}

.pimg img {
	margin-top: 10px;
	border: 5px #fff solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:5px; 
	border-radius: 5px;
	box-shadow: 0 0 5px #000;
	cursor: pointer;
	height: 141px;
}
/*=====================услуги(services)=========== */
.servicesblock {
	width: 100%;
	background: url("../img/services-fon.jpg") no-repeat;
	background-size: 100% 100%;
	/*min-height: 586px;*/
	text-align: center;
	padding-bottom: 10px;
	height:100%;
}
.servicesblock img{
	margin-left: 10px;
}
.serviceitem {
	width: 230px;
	height: 99px;
	display:inline-block;
	padding-left:98px;
	padding-top: 70px;
	margin-left: 10px;
	cursor:pointer;
	margin-top: 5px;
	background: #fff;
	border: 3px #042d3a solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius:7px; 
	border-radius: 7px;
	position:relative;
}
.serviceico {
	position:absolute;
	left: 0;
	top:0;
	width: 45%;
	background: #042d3a;
	height: 100%;
	padding-top: 20px;
}
.serviceitem a{
	width: 55%;
	text-decoration:none;
	border-bottom: 1px dashed #093746;
	color: #093746;
	font-style: italic;
}
.serviceitem a:hover{
	text-decoration:none;
	color: #093746;
	opacity: 0.5;
}
.serviceitem a:link{
	text-decoration:none;
}
.servicetitle {
	position:absolute;
	left: 45%;
	top: 0;
	text-align:center;
	font-weight: bold;
	width: 55%;
	height: 70px;
	display: table;
	padding-top: 5px;
}
.servicetitle2 {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	min-width: 123px;
}
.servicelink {
	width: 100%;
	height: 23px;
	
}
#service1 .servicelink {
	background: #00b7f4;
}
#service2 .servicelink {
	background: #78c579;
}
#service3 .servicelink {
	background: #fea861;
	margin-bottom: 20px;
}
#service4 .servicelink {
	background: #00b7f4;
}
#service5 .servicelink {
	background: #fea861;
}
#service6 .servicelink {
	background: #00b7f4;
}
#service7 .servicelink {
	background: #78c579;
	margin-bottom: 20px;
}
#service8 .servicelink {
	background: #00b7f4;
}
#service9 .servicelink {
	background: #78c579;
}
#service10 .servicelink {
	background: #fea861;
	margin-bottom: 20px;
}
/*=====================карта====================== */
.mapsblock {
	width: 100%;
	/*background: url("../img/map-fon.jpg") no-repeat;*/
	background-size: 100% 100%;
	height:70%;
	/*height: 452px;*/
}
.mapswrapper {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	z-index:3;
	position:relative;
}
.mapprint {
	position:absolute;
	color: #fff;
	font-size: 26px;
	left: 1px;
	margin-top: -450px;
	/*margin-left: 500px;*/
	width: 150px;
	top:0;
}
.mapprint img {
}
#map {
	width: 100%;
	height: 100%;
}
.mapblockinfo {
	/*position:absolute;*/
	float:right;
	width: 387px;
	background: url("../img/iblack.png");
	height: 428px;
	color: #fff;
	font-size: 26px;
	right: 0;
	margin-top: -440px;
	padding-left: 40px;
	font-family: 'Century Gothic', sans-serif;
}
.mapblockinfo a {
	color: #fff;
}
.mapblockinfo a:hover {
	color: #fff;
}
.mapblockinfo a:active {
	color: #fff;
}
.mapblockinfo a:link {
	color: #fff;
}
.minilogo {
	margin: 0 auto;
	display:block;
}
/*=====================footer===================== */
footer {
	min-height: 130px;
	width: 100%;
	left: 0;
	margin-top: 0px;
	background: #042c39;
	text-align:center;
	color: #fff;
	font-size: 22px;
	padding-top: 20px;
}
.footer {
	text-align:left;
	margin: 0 auto;
	max-width: 960px;
	vertical-align: middle;
	line-height: 25px;
}
.footer input[type=email] {
	color: #000;
}
/*=====================меню для телефонов===================== */
.mobbutton {
	background: url("../img/logomenu.png") no-repeat;
	background-size: 100% 100%;
	width: 100px;
	height: 100px;
	position: fixed;
	left: 5px;
	top: 5px;
	z-index: 500;
	/*
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px; 
	border-radius: 10px;
	*/
}
.mobmenu {
	display:none;
	background: #031337;
	position:fixed;
	left:0;
	top:0;
	z-index: 500;
	color: #fff;
	font-size: 2em;
	width: 50%;
	height: 100%;
}
.logom {
	width:170px;
}
@media (max-width: 480px){
	.mobmenu {
		font-size: 3em;
	}
	.logom {
		width:250px;
	}
	.mobbutton {
		width:250px;
		height: 250px;
	}
}
.mobclose {
	display:none;
	position:fixed;
	right:0;
	width: 50%;
	height: 100%;
	z-index: 500;
}
.menuitemm {
	width: 100%;
	border-bottom: 1px #fff solid;
	padding-left: 10px;
}
.menuitemm:link, .menuitemm:active {
	background: #fff;
	color: #000;
}
.otz_podl_tmp {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background: #fff;
	border: #128ad0 2px solid;
	overflow:hidden;
	margin: 0 auto;
}
.otz_podl_tmp img {
	position: relative;
	top: 50%;
	margin-top: -40%;
	margin-left: -5%;
	vertical-align: middle;
	width: 80%;
	height: 80%;
}
.vmid {
	vertical-align:middle;
	margin-right: 15px;
}
.vmid img {
	width: 90%;
}
/* ----------- test --------*/
.section {
	height:100%;
}