body {
    font-family: 'Akrobat';
   background: url(../images/bg-winetr.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1,
.h1 {
    color: #e15616;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
/* --- header --- */
.header {
    width: 1170px;
    margin: 0px auto;
    padding:10px 0 0 50px;
}
.logo {
    float: left;
}
.logo a {
    display: block;
    background: url(../img/logo.png) left no-repeat;
    color: #e15616;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 127px;
    width: 365px;
}
.logo a span {
    font-size: 13px;
    font-weight: 900;
    display: block;
     letter-spacing: 12px;
}
.top_contacts {
    color: #054155;
    font-size: 18px;
    font-weight: 700;
    float: right;
}
.top_contacts a {
    color: #054155;
    font-size: 18px;
    font-weight: 700;
}
.email a {
    background: url(../img/email.png) right no-repeat;
    padding-right: 22px;
}
/* --- content --- */
.content {
    background: url(../img/earth-min.png) center no-repeat;
    width: 1170px;
    margin: 0px auto;
    min-height: 851px;
    position: relative;
    padding-top: -60px;
}

/* --- tabs --- */
ul.tabs li {
    position: absolute;
    list-style: none;
    cursor: pointer;
    width: 425px;
    color: #042530;
    font-size: 16px;
    font-weight: 700;
}
ul.tabs li .name {
    text-align: right;
}
ul.tabs li img {
    float: right;
    border: 5px solid #134c5d;
    border-radius: 50%;
}
.line:before {
    background: url(../img/line.png) 0 0 no-repeat;
}
.current .line:before {
    background: url(../img/line_hover.png) 0 0 no-repeat;
}
.kompleks .line {
    position: absolute;
    overflow: hidden;
    width: 95px;
    height: 62px;
    right: 116px;
    top: 11px;
}
.kompleks .line:before {
  content: "";
  position: absolute;
  width: 100px;
  height:15px;
  top: 45%;
    left: 0%;
  z-index: -1;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.kompleks {
    top: 138px;
    left: -16px;
}
.kompleks .name {
    margin-right: 214px;
    margin-top: 13px;
}
.vos {
    top: 357px;
    left: -80px;
}
.vos .name {
    margin-right: 194px;
    margin-top: 103px;
}
.proektirovanie {
    top: 560px;
    left: 4px;
}
.proektirovanie .name {
    margin-right: 214px;
    margin-top: 139px;
}
ul.tabs li.current{
    color: #e15616;
}
ul.tabs li.current img {
    border: 5px solid #e15616;
}
.tab-content{
	display: none;
    position: absolute;
    top:50%;
    margin-top: -186px;
    left: 50%;
    margin-left: -186px;
    width: 372px;
    height: 372px;
}
.tab-content.current{
	display: inherit;
}
.tab-content img {
    border: 9px solid #e15616;
    border-radius: 50%;
}
.tab_cont {
    background-color: #e5e9eb;
    color: #042530;
    font-size: 16px;
    font-weight: 600;
    padding: 30px 30px;
    box-shadow: 4px 3px 0px 0.00px rgba(36, 50, 55, 0.31);
    position: absolute;
    width: 353px;
    bottom: 55%;
    left: 92%;
}
.tab_cont:after, .tab_cont:before {
	top: 100%;
	left: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tab_cont:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #e5e9eb;
	border-width: 42px 54px 0px 0px;
}
/* --- footer --- */
.footer {
    background-color: #08394a;
    padding: 13px  0px;
    min-width: 1280px;
    margin-bottom:-18px;
}
.footer-content {
    width: 800px;
    margin: 0px auto;
    color: #8ca4ac;
    font-size: 15px;
    font-weight: 700;
    overflow: auto;
    height: auto
}
.copy {
    float: left;
    width: 46%;
    text-align: right;
    padding-right: 20px;
    line-height: 36px;
}
.copy img {
    vertical-align: middle;
    margin-right: 35px;
}
.name_company {
    float: left;
    width: 46%;
    text-align: left;
    border-left: 1px solid #859ba3;
    padding-left: 20px;
}


/* --- clearfix --- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* --- for mobile --- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 768px) {
  #content {
    display: none;
  }
.header {
    display: none;
  }
.footer {
    display: none;
  }
}

#show-on-mobile { display: none; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 768px)
{ 
#show-on-mobile { 
display: inline; 
}
#logo-mobile {
    background: url(../img/logo.png) center no-repeat;
     margin: 0px auto;
    padding: 10px ;
    display: block;
    width: 109px;
	height: 92px;
}
#logo-mobile-text a {
    display: block;
text-align: center;
		color: #e15616;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
 //   padding-top: 150px;
//    padding-left: 30px;
    width: 100%;
}
#logo-mobile-text a span {
    font-size: 13px;
    font-weight: 900;
    display: block;
     letter-spacing: 7px;
}
.top_contacts_mobile {
    color: #054155;
    font-size: 20px;
    font-weight: 700;
text-align: center;
padding: 15px;
}
.top_contacts_mobile a {
padding: 15px;
    color: #054155;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
line-height: 1.7em;
}
.email_mobile a {
    background: url(../img/email.png) right no-repeat;
    padding-right: 22px;
}
}

#mobil_content{ display: none; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 768px)
{ 
#mobil_content { 
display: inline; 
}
.block  
{ 
	max-width: 95%;
	margin: 15px auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 15px 10px -14px #9d9cab;
    box-sizing: border-box;
}
.block  img{
display: block;
     margin: 0px auto;
padding: 15px 0 15px 0;
}
.block h1  {
    display: block;
text-align: center;
		color: #e15616;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
	margin: 15px;
}
.block a{
		color: #e15616;
}

.block span {
    font-size: 18px;
    font-weight: 500;
    display: block;
padding: 15px;
}
}

#mobil_foofer{ display: none; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 768px)
{ 
#mobil_foofer { 
display: inline; 
}
#mobil_footer {
//    min-width: 1170px;
}
.mobil_footer-content {
    background-color: #08394a;
    margin: 0px auto;
    color: #8ca4ac;
    font-size: 16px;
    font-weight: 700;
    overflow: auto;
    height: auto
}
.mobil_copy {
    text-align: center;
    line-height: 36px;
}
.mobil_copy img {
    vertical-align: middle;
    margin-right: 35px;
}
.mobil_name_company {
    text-align: center;
    padding-bottom: 20px;
}
}

img.animate1 {
    filter: alpha (Opacity=25);
    opacity: 0.25;
    -moz-transition: all 1s ease-in-out; /* эффект перехода для Firefox до версии 16.0 */
    -webkit-transition: all 1s ease-in-out; /* эффект перехода для Chrome до версии 26.0, Safari, Android и iOS */
    -o-transition: all 1s ease-in-out; /* эффект перехода для Opera до версии 12.10 */
    transition: all 1s ease-in-out; /* эффект перехода для других браузеров */
}
img.animate1:hover {
    filter: alpha (Opacity=100);
    opacity: 1;
}