﻿/****************** ������ *****************/
@font-face {
 font-family: SegoeWP; /* ��� ������ */
 src: url(SegoeWP.ttf); /* ���� � ����� �� ������� */
}

html {
	height: 100%;
}

body {
    font-family: roboto;
    height: 100%;
    margin: 0;
	font-size: 100%;	
}

.clear{
    border: medium none;
    clear: both;
    float: none;
    font-size: 1px;
    margin: 0 !important;
    padding: 0;
}


/****************** ������� ������ *****************/
#main{
    background-color: #FFF;
    height: 100%;
    margin: 0;
    position: relative;
	padding: 0;
}
#main .container .contacts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .contacts .logo{
	margin: 20px 0;
}
#main .contacts p{
    color: #414142;
    font-family: SegoeWP;
    font-size: 130%;
    font-weight: 200;
    margin: 0;
	text-align: left;
	display: inline-block;
}
#main .contacts div{
	margin: 20px 0;
}
#main .contacts div span{
	font: 170% segoewp;
    color: #414142;	
	text-align: left;
}
.podch{
    border-bottom: 1px solid #414142;
    display: inline-block;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
}
.left-side{
	background-color: #fff;
	height: 100%;
}
.right-side{
    height: 100%;
    padding: 0;
}
.setka{
	height: 100%;
    padding: 0;	
}
.trian {
    background-image: url("../images/trian.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 80px;
    z-index: 999;
}
/****************** ����� *****************/
#map{
    height: 100%;
    margin: 0 auto;
    overflow: auto;
    padding: 0;
    position: relative;
    width: 100%;
}
#map_wrapper {
    height:                     100%;
    margin:                     0px auto;
    position:                   relative;
    width:                      100%;
}
#map_canvas {
    height:                     100%;
    width:                      100%;
}
#map_wrapper {
    background-image:           url("../images/map_z.htm");
    background-position:        center center;
    background-repeat:          no-repeat;
    height:                     100%;
    margin:                     0px auto;
    position:                   relative;
    width:                      100%;
}
#map_contacts_canvas, #map_contacts_canvas2 {
    height:                     100%;
    width:                      100%;
}
#map-lines{
    left: 0;
    position: absolute;
    top: 0;
    z-index: 3;
}
.znaki{
    bottom: 50%;
    height: 48px;
    position: absolute;
    right: 10%;
    width: 180px;
    z-index: 10;
}
.zoom_type {
    height: 25px;
    /* left: 0; */
    right: 120px;
    position: absolute;
    /* top: 13px; */
    width: 100px;
    z-index: 10;
}
.road_type {
    height: 50px;
    left: 70px;
    position: absolute;
    width: 110px;
    z-index: 10;
}
#soon{
    left: 50%;
    margin-left: -370px;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 230px;
}
.map-zoom-controls a {
    margin-left:                3px;
}
.map-zoom-controls .to-obj {
    margin-right:               10px;
    position:                   relative;
    text-decoration:            underline;
    text-transform:             uppercase;
    top:                        -6px;
}
.map-zoom-controls .minus {
    background: transparent url("../images/minus.png") no-repeat scroll 0 0;
    bottom: 0;
    display: inline-block;
    height: 48px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 48px;
}
.map-zoom-controls .minus:hover {
	opacity: 0.6;
}
.map-zoom-controls .plus {
    background: transparent url("../images/plus.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 48px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
}
.map-zoom-controls .plus:hover {
	opacity: 0.6;
}
.map-zoom-controls .sput {
    background: transparent url("../images/map_type.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 48px;
    position: relative;
    width: 48px;
}
.map-zoom-controls .karta {
    background: transparent url("../images/map_type.png") no-repeat scroll -58px 0;
    display: inline-block;
    height: 48px;
    position: relative;
    width: 48px;
}
.info_w{
    position: relative;
    text-align: center;
}
.info_w div{

}
.info_w p{
    font: 11px arial !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
}
.info_w a{
    color: #000;
    font: 11px arial;
    text-decoration: underline;
}
.info_w a:hover{
    text-decoration: none;
}
.info-wrap > div{
    background: transparent no-repeat scroll 0 0 / cover ;
    height: 100px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.info-wrap > div:nth-child(4){
    background-color: #fff;
    border-radius: 2px;
    height: 112px !important;
    left: 1px;
    position: absolute;
    top: -78px !important;
    width: 153px;
}
.info-wrap:nth-child(3){
	margin-top: -77px;
}
.gm-style .gm-style-iw {
    background-color: #fff;
    font-size: 13px;
    font-weight: 300;
    left: 0 !important;
    overflow: hidden;
    padding-bottom: 10px;
    position: absolute !important;
    text-align: center;
    width: 100% !important;

    bottom: 0 !important;
    top: auto !important;	
}

@media (max-width: 971px) {
	#main .container .contacts {
		left: auto;
		position: relative;
		text-align: center;
		top: auto;
		transform: none;
	}
	.left-side {
		height: auto;
		padding: 20px 0;
	}
	
}