body{
    min-width: 1000px;
}
#page1{
	min-width: 1024px;
}
#page1 header span.l{
	position: static;
	margin-left: 10%;
	display: inline-block;
	vertical-align: top;
}
#page1 header .inside{
	padding: 0;
	position: static;
	display: inline-block;
	width: auto;
}

#page1 .main{
	width: 80%;
}
#page1 .pr{
	width: 100% !important;
}


#search_content h1{
	font-size: 38px;
	line-height: 44px;
}
#search_form_{
	width: 67%;
	position: relative;
}
#search_form input, #search_form_ input{
	width: 550px;
	border: 1px solid #8c8b8b;
	height: 36px;
	background: #e5e5e5;
	width: 100%;
	padding: 0 15px;
	font-size: 16px;
	color: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#search_form button, #search_form_ button{
	width: 17px;
    height: 18px;
    background: transparent;
    border: none;
    position: absolute;
    top: 9px;
    cursor: pointer;
    right: 9px;
}
#search_form button:focus, #search_form_ button:focus{
	outline: none;
}

#search_content .message{
	font-size: 16px;
	color: #515253;
	margin-top: 10px;
}
#search_content .message strong{
	font-family: 'MyriadProBold';
}
#search_content .message strong:first-letter{
	text-transform: uppercase;
	font-size: 22px;
}
#search_content .result li{
	margin-bottom: 40px;
	padding-left: 50px;
	position: relative;
	background: none;
}
#search_content .result li span{ 
	font-size: 16px;
	text-decoration: none;
	color: #000;
	font-family: 'MyriadProBold';
	position: absolute;
	top: 0;
	left: 0;
}
#search_content .result li h2{
	font-size: auto;
	line-height: 16px;
	margin: 0;
}
#search_content .result li h2 a{
	font-size: 16px;
	text-decoration: none;
	color: #000;
	font-family: 'MyriadProBold';
	line-height: 16px;
	border-bottom: 1px solid rgba(0,0,0, .5);
}
#search_content .result li a:before{
	display: none;
}
#search_content .result li p{
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
	color: #515253;
	margin-bottom: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#search_content .result li p a{
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 17px;
	border-bottom: 1px solid rgba(0,0,0, .5);
}

/*/////////////////////////////*/
 .floatBlock{
        display: inline-block;
        vertical-align: top;
        float: right;
        margin-right: 3%;
    }
.floatBlock .phone{
    font-size: 18px;
    font-family: MyriadPro-Regular;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    /*padding-left: 35px;*/
    display: inline-block;
    position: relative;
    line-height: 66px;
    text-shadow: 2px 2px 0 #000;
}
.floatBlock .phone:before{
    content: '';
    background: url('../images/phone_ico.png');
    width: 29px;
    height: 29px;
    position: absolute;
    top: 18px;
    left: 0;
}
.floatBlock form{
    width: 220px;
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    margin-left: 20px;
    position: relative;
}
.floatBlock form input[type="text"]{
    width: 100%;
    height: 34px;
    background: #e5e5e5;
    box-shadow: inset 1px 3px 4px #b4baba;
    padding: 0 35px 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.floatBlock form button[type="submit"]{
    width: 17px;
    height: 18px;
    background: transparent;
    border: none;
    position: absolute;
    top: 9px;
    right: 9px;
    padding: 0;
}


header {
    background:#333;
    height:66px;
}

header .wrap_logo, header nav {
    display:inline-block;
    vertical-align:top;
    font-size:0;
    margin-right:-5px;
    height:66px;
}

header .wrap_logo a, header nav a {
    display:inline-block;
    width:100%;
    height:66px;
}
header .wrap_logo a img, header nav a img {
    display:inline-block;
    width:100%;
    max-width:100%;
    height:100%;
}

header nav li {
    display:inline-block;
    font-size:0;
    margin-right:35px;
    line-height:66px;
    vertical-align:middle;
    position:relative;
    height: 66px;
}

header nav li>a {
    font-family:MyriadPro-Regular;
    display:inline;
    font-size:18px;
    color:#fff;
    text-decoration:none;
    text-shadow:2px 2px 0 #000;
}

header nav li> span {
    display:inline-block;
    width:9px;
    height:9px;
    background:url(/images/arrow_down.jpg) no-repeat;
    margin-left:10px;
    margin-top: 30px;
    vertical-align: top;
}

header nav li .sub_menu {
    display:inline-block;
    position:absolute;
    top:-999px;
    left:-15px;
    background:#333;
    width:220px;
    z-index:1;
    margin:0;
    padding:20px 10px 0;
}

header nav li .sub_menu li {
    display:block;
    width:100%;
    height:35px;
    line-height:35px;
    vertical-align:middle;
    margin:0 0 5px;
}

header nav li .sub_menu li a {
    display:inline-block;
    font-family:MyriadPro-Regular;
    font-size:16px;
    color:#fff;
    text-decoration:none;
    text-shadow:2px 2px 0 #000;
    line-height:35px;
    height:35px;
    vertical-align:middle;
    padding:0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

header nav li .sub_menu li a:hover {
    background:#444;
}

header nav li:first-child {
    margin-left:50px;
}

header nav li:first-child .sub_menu {
    left:-49px;
    width:185px;
}

header nav li:last-child {
    margin-right:0;
}

header nav li:hover .sub_menu {
    top: 45px;
    z-index: 33;
}

.phone-block-city {
    position: relative;
    margin: 0px 15px 0 0;
    padding: 2px 10px 6px;
    top: -2px;
    background: #55b5b4;
}

.phone-block-city:after {
    content: '';
    position: absolute;
    right: -17px;
    bottom: 6px;
    border: 9px solid transparent;
    border-left: 11px solid #55b5b4;
}

.phone-block-city .phone-block-city-icon {
    position: relative;
    top: 26px;
    right: 4px;
}

.phone-block-city .phone-block-city-name {
    border-bottom: dotted 2px #FFF;
    font-weight: normal;
    text-shadow: none;
    font-size: 16px;
}

.floatBlock .phone:before {
    display: none;
}



@media screen and (max-width: 1600px){
    body .wrap header{
        height: 80px;
    }
    header .wrap_logo{
        margin-top: 7px;
    }
    header nav{
        margin-top: 25px;
        height: 50px;
    }

    .floatBlock{
        margin-right: 1%;
        margin-left: 10px;
        position: absolute;
        top: 5px;
        right: 0;
    }
    .floatBlock .phone{
        padding: 0;
        line-height: 12px;
        white-space: nowrap;
        margin-top: 11px;
        margin-right: 15px;
    }
    .floatBlock .phone:before{
        top: 0;
    }
    .floatBlock form{
        margin: 0;
        width: 200px;
        margin-top: 0;
    }
    .phone-block-city .phone-block-city-icon{
        top: -1px;
    }
}
@media screen and (max-width: 1200px){
    header .wrap_logo{
        width: 200px;
    }

    header nav li:first-child{
        margin-left: 15px;
    }
    header nav li{
        margin-right: 15px;
    }
}
