html, body, #wrap{
	width: 100%;
	height: 100%;
	min-width: 960px;
	min-height: 100%;
	color: #000;
}


@font-face {
    font-family: 'DNS_RotondaC-bold';
    src: url('../font/subset-DNS_RotondaC-Bold.eot');
    src: url('../font/subset-DNS_RotondaC-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/subset-DNS_RotondaC-Bold.woff') format('woff'),
        url('../font/subset-DNS_RotondaC-Bold.ttf') format('truetype'),
        url('../font/subset-DNS_RotondaC-Bold.svg#DNS_RotondaC-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'DNS_RotondaC';
	src: url('../font/subset-DNS_RotondaC.eot');
	src: url('../font/subset-DNS_RotondaC.eot?#iefix') format('embedded-opentype'),
			url('../font/subset-DNS_RotondaC.woff') format('woff'),
			url('../font/subset-DNS_RotondaC.ttf') format('truetype'),
			url('../font/subset-DNS_RotondaC.svg#DNS_RotondaC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DNS_RotondaC-latin';
	src: url('../font/latin/subset-DNS_RotondaC.eot');
	src: url('../font/latin/subset-DNS_RotondaC.eot?#iefix') format('embedded-opentype'),
			url('../font/latin/subset-DNS_RotondaC.woff') format('woff'),
			url('../font/latin/subset-DNS_RotondaC.ttf') format('truetype'),
			url('../font/latin/subset-DNS_RotondaC.svg#DNS_RotondaC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'DNS_RotondaC-bold-latin';
    src: url('../font/latin/subset-DNS_RotondaC-Bold.eot');
    src: url('../font/latin/subset-DNS_RotondaC-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/latin/subset-DNS_RotondaC-Bold.woff') format('woff'),
        url('../font/latin/subset-DNS_RotondaC-Bold.ttf') format('truetype'),
        url('../font/latin/subset-DNS_RotondaC-Bold.svg#DNS_RotondaC-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



body{
	font-family: 'DNS_RotondaC';
	font-weight: normal;
	font-style: normal;
	background:  url(../i/bgimg.jpg) repeat;
}
#wrap{
	background: url(../i/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
body#page{
	background: #201e1f;
	width: 100%;
	height: 100%;
}
#shadow{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 960px;
	height: 100%;
	background: url(../i/shadow.png) repeat;
	z-index: 888;
	display: none;
	cursor: pointer;
}
body#page .wrapper{
	width: 960px;
	margin: 0 auto;
	padding-top:170px;
}
.wrapper{
	min-width: 960px;
	margin: 0 auto;
}

.wrapper h1.color-w{
	color:#fff;
	text-align: center;
}

.wrapper #logo{
	width: 350px;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 10%;
}

.mainphone{
	display: inline-block;
	position: absolute;
	right: 16%;
	top:30px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
}
.mainphone p{
	margin: 0;
	text-align: right;
	font-family: 'DNS_RotondaC-latin';
	letter-spacing: 1.5px;
}
.mainphone p.mail{
	font-size: 18px;
	letter-spacing: 1.5px;
}
.mainphone p.mail a{
	text-decoration: none;
	color: #000;
	font-family: 'DNS_RotondaC-bold-latin';
	font-weight: normal;
	font-style: normal;
}
.mainphone span, .mainphone span a{
	color: #ff25b7;
}

.min-logo{
	transform: rotate(90deg);
    padding-left: 70px;
}

.back-transition{
	position: fixed;
	top:140px;
	left:50px;
}

.back-transition a{
	color:#fff;
	font-size: 14px;
}

.back-transition a:hover{
	text-decoration:none;
}


	.back-transition-footer{
		padding:30px 0px 50px 0px;
		display: block;
		font-size:22px;
		font-family: 'DNS_RotondaC-bold';
		text-transform:uppercase;
	}
	
	.back-transition-footer a{
		color:#fff;
	}




.vertical{
	/*transform: rotate(-90deg);*/
	display: block;
	position: absolute;
	left: 3%;
	top: 40px;
	font-weight: 700;
	font-size: 22px;
	width: 80px;
	z-index: 2;
	/* background: #ddd; */
    border-radius: 40px;
	padding: 0px 0px 20px 0px;
}
.vertical a{
  /*font-family: 'DNS_RotondaC-bold';
  font-weight: bold;
  font-style: normal;
	text-decoration: none;
	display: inline-block;*/
	display: block;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	-moz-transform: rotate(-90deg); /* Для Firefox */
    -ms-transform: rotate(-90deg); /* Для IE */
    -webkit-transform: rotate(-90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-90deg); /* Для Opera */
    transform: rotate(-90deg);
	/* height: 140px; */
	width: 140px;
	line-height: 130px;
	text-decoration:none;
	color:#111;
	text-align: right;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.vertical a:hover{
  color:#fd0a85;
}

/*
.pwin{
	position: absolute;
	width: 960px;
	left: 50%;
	top: 50px;
	margin-left: -480px;
	z-index: 3;
	display: none;
}
*/

.pwin{
	position: fixed;
	top: 0px;
	 overflow: auto;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}

.pwin#contacts{

}
.pwin .close{
	display: block;
	width: 74px;
	height: 74px;
	cursor: pointer;
	background:#201e1f url(../i/close.png) no-repeat center center;
	z-index: 2;
	position: absolute;
	right: 10px;
	top: 70px;



}
.pwin#contacts .close{
	top: 50px;
}
.pwin#contacts .blackbox{
	color: #fff;
	position: absolute;
	left: 0;
	top: 340px;
	display: inline-block;
	font-size: 30px;
	line-height: 36px;
	background: url(../i/ezh.png) no-repeat right center;
	padding-right: 130px;
}
.pwin#contacts .blackbox>span{
	display: block;
	background-color: #201e1f;
	padding: 16px 16px 16px 40px;
}
.pwin#contacts .blackbox p{
	margin: 0;
	line-height: 36px;
	text-align: right;
	font-weight: 700;
	font-family: 'DNS_RotondaC-bold-latin';
}
.pwin#contacts .blackbox p.mail{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
}
.pwin#contacts .blackbox p.mail a{
	text-decoration: none;
	color: #fff;
}
.pwin#contacts .blackbox p span, .pwin#contacts .blackbox p.mail a span{
	color: #ff25b7;
}
.pwin#contacts .blackbox p.addres{
	font-size: 14px;
	line-height: 22px;
	font-family: 'DNS_RotondaC-bold';
}


.pwin#service{
	background-color: #201e1f;
	padding-top: 100px;
	background-repeat: no-repeat;
	color: #fff;

}
.pwin#service .box{
	width: 575px;
	margin: 0 auto;
	padding-bottom: 110px;
}

.pwin#service .box p{
	text-align: center;
}

.pwin#service .line{
	width: 100%;
	height: 3px;
	background-color: #ff25b7;
	margin-bottom: 30px;
}
.pwin#service .box p.title{
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
}
.pwin#service .box p.sectitle{
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}
.pwin#service .box ul li{
	list-style-image: url(../i/li.png);
	font-size: 18px;
	margin-bottom: 15px;
}


#topline{
	height: 95px;
	width: 100%;
	min-width: 960px;
	padding-top:0px;
	padding-bottom:50px;
	position: fixed;
	z-index: 3;
	background:#201e1f;
	border-bottom: 1px solid #3a3839;
}
#topline #leftlogo{
	display: block;
	height: 130px;
	width: 203px;
	background: url(../i/leftlogo.png) no-repeat center center;
	top: 0px;
    position: absolute;
}

#topline ul{
	display: block;
	line-height: 100px;
	text-align: center;
}

#topline ul li{
	display: inline-block;
	padding:0px 30px 0px 0px;
}

#topline ul li a{
    font-family: 'DNS_RotondaC';
	color:#fff;
	font-weight: 700;
    font-size: 22px;
	text-decoration:none;
}

#rightaddr{
	float: right;
	height: 86px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	box-sizing: border-box;
	padding-top: 32px;
	padding-right: 20px;
	position: fixed;
	right:40px;
	top: 0px;
}
#rightaddr p{
	margin: 0;
	text-align: right;
	font-family: 'DNS_RotondaC-latin';
	font-size: 16px;
}
#rightaddr p.mail{
	font-size: 16px;
}
#rightaddr p.mail a{
	text-decoration: none;
	color: #fff;
	font-family: 'DNS_RotondaC-latin';
}
#rightaddr span, #rightaddr span a{
	color: #ff25b7;
}

#port{
	display: block;
	width: 960px;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#port span{
	width: 300px;
	height: 188px;
	margin:0px 20px 20px 0px;
	display: block;
	vertical-align: top;
	float: left;
	position: relative;
}

#port span img{
	display: block;
	width: 100%;
	height: auto;
}
#port span span{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 200px;
	vertical-align: middle;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
	color: #fefefe;
	background-color: #29292a;
	opacity: 0.9;
}
#port span:hover span{
	display: block;
}
#work{
	color: #fff;
}
#work h2{
	text-transform: uppercase;
	font-family: 'DNS_RotondaC-bold';
	font-size: 30px;
	line-height: 1;
	margin: 25px 0;
}
#work h3{
	text-transform: uppercase;
	font-family: 'DNS_RotondaC-bold';
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	margin: 25px 0;
}
#work h3 span{
	font-family: 'DNS_RotondaC';
	font-weight: normal;
	text-transform: none;
    line-height: 28px;
}
#work h3.work-addr{
	margin-top: 50px;
}
#work #work-map{
	padding-bottom: 35px;
	border-bottom: 1px solid #302c2e;
}

#footer{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 85px;
	color: #fefefe;
}
#footer p{
	margin: 0;
}
#footer p.phone{
	font-family: 'DNS_RotondaC-bold-latin';
	font-weight: normal;
	font-size: 36px;
}
#footer p.mail{
	font-family: 'DNS_RotondaC-latin';
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 36px;
}
#footer p.mail a{
	text-decoration: none;
	color: #fefefe;
}

#toup{
	display: block;
	width: 50px;
	height: 51px;
	position: absolute;
	right: 20px;
	bottom: 8px;
	background: url(../i/up.png) no-repeat center center;
	cursor: pointer;
	z-index: 2;
}

/*
@media screen and (max-width: 1300px) {
	.vertical{
		left: -10%;
	}
}


@media screen and (max-width: 1260px) {
	.vertical{
		left: -11%;
	}
	.mainphone{
		font-size: 16px;
		top: 5px;
		line-height: 20px;
	}
	.mainphone p.mail{
		font-size: 14px;

	}

}
*/
@media screen and (max-width: 1180px) {
	.mainphone{
		top: 20px;
	}
}
