html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1000px;
}
*{
	padding: 0;
	margin: 0;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #676869;
}
.clear{
    clear: both;
}
img{
	border: 0;
}
h2{
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #004d89;
    text-transform: uppercase;
    padding: 10px 16px 10px 0px;
    font-weight: normal;
}
:focus {
    outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {/* */
border: none;
}
a:hover{
    text-decoration: none;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
    background: url(bg_main.png) repeat-y top center;
}

/*============[Верхний блок]=============*/
.block_top{
    background: url(bg_main.png) repeat-y top center;
    position: fixed;
    width: 100%;
    padding-bottom: 5px;
    z-index: 9;
}
.in_top{
    width: 1000px;
    margin: 0 auto;
}
.block_top .nav{
    float: left;
    margin: 14px 0px 0px 88px;
    padding-bottom: 10px;
}
.block_top .nav li{
    list-style: none;
    float: left;
    padding: 0px 36px 0px 34px;
    border-right: 3px solid #06c6ef;
}
.block_top .nav li:last-child{
    border: 0;
}
.block_top .nav a{
    font-size: 18px;
    line-height: 18px;
    color: #959698;
    text-decoration: none;
}
.block_top .nav a:hover{
    color: #004d89;
    text-decoration: underline;
}

.top_data{
    float: right;
    margin: 83px 127px 0px 0px;
    text-align: right;
    width: 570px;
}
.top_adres{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.top_num{
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding-top: 8px;
}
.top_num span{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.zakaz_zvon{
    background: url(btn_zakaz_zvonok.png) no-repeat;
    width: 137px;
    height: 28px;
    cursor: pointer;
    margin: 6px 0px 0px 0px;
    float: right;
}
.zakaz_zvon:hover{
    background-position: left bottom;
}
/*=======[end Верхний блок]=====*/
.banner{
    background: url(banner.jpg) no-repeat center bottom;
    max-width: 1199px;
    height: 498px;
    margin: 0px auto 0px auto;
}
.in_banner{
    width: 1000px;
    margin: 0 auto;
}
.logo{
    float: left;
    margin: 92px 0px 0px 20px;
}


/*============[Блок услуги]===============*/

.block_uslugi{
    padding: 25px 0px 40px 0px;
    width: 1000px;
    margin: 0 auto;
    min-height: 327px;
}
.block_uslugi h2{
    color: #004d89;
    padding-bottom: 52px;
}
.bl_uslugi{
    text-align: center;
    float: left;
    width: 160px;
    margin: 0px 50px 0px 0px;
}
.bl_uslugi img{
    display: block;
    padding-bottom: 17px;
    margin: 0 auto;
}
.bl_uslugi span{
    font-size: 18px;
    line-height: 18px;
    color: #004d89;
    display: block;
}
.bl_uslugi:nth-child(6){
    margin-right: 0;
}

.dop_uslugi{
    font-size: 18px;
    line-height: 18px;
    color: #004d89;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    float: left;
    background: url(ugol.png) no-repeat right bottom;
    text-decoration: underline;
    margin: 46px 0px 0px 450px;
    padding: 0px 13px 7px 0px;
}
.dop_uslugi:hover{
    color: #06c6ef;
    background-image: url(ugol_active.png);
}

/*==========[Заявка на услугу]===========*/

.bl_zayavka{
    background-color: #06c6ef;
    max-width: 1199px;
    margin: 0 auto;
    height: 150px;
}
.in_zayavka{
    width: 1000px;
    margin: 0 auto;
}
.zayavka_zag{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 8px 0px 14px 55px;
    margin: 16px 0px 17px 331px;
    float: left;
}
.bl_zayavka form{
    padding-left: 30px;
}
.bl_zayavka input{
    width: 165px;
    height: 31px;
    color: #000;
    font-size: 12px;
    line-height: 35px;
    border: 0;
    margin-left: 11px;
    text-indent: 9px;
    border: 2px solid #fff;
}
.bl_zayavka input:nth-child(4){
    width: 185px;
}
.bl_zayavka .zayavka_sub{
    border: 0;
    cursor: pointer;
    background: url(btn_ostav_zayav.png) no-repeat;
    width: 166px;
    height: 37px;
    margin: 0px 0px 0px 17px;
}
.zayavka_sub:hover{
    background-position: left bottom;
}

.form_result{
    width: 290px;
    padding: 5px;
    display: none;
    margin: -104px 0px 10px 670px;
    text-align: center;
    position: absolute;
}
.win_err{
    border: gray dashed 1px;
    background: pink;
    color: #000;
}
.win_good
{
    border: red dashed 1px;
    background: #1bce27;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

/*==============[О компании]=============*/
.block_about{
    width: 770px;
    margin: 25px auto 0 auto;
    padding: 0px 0px 41px 10px;
}
.block_about h2{
    color: #004d89;
    padding: 10px 20px 30px 0px;
}
.about_text{
    /*height: 128px;*/
    overflow: hidden;
    text-align: justify;
    position: relative;
}
.about_text li{
    list-style-position: inside;
    padding-left: 20px;
}
.about_text p{
    font-size: 14px;
    line-height: 24px;
    color: #676869;
    text-indent: 18px;
}
.about_podrob{
    font-size: 14px;
    line-height: 24px;
    color: #474747;
    text-decoration: underline;
    cursor: pointer;
}
.about_podrob:hover{
    text-decoration: none;
}
.opacity_white{
    background: url(bg_opacity.png) no-repeat;
    width: 100%;
    height: 80px;
    position: absolute;
    margin-top: 56px;
    display: none;
}

/*==========[Преимущества]============*/

.block_preim{
    background: #e3e2e2;
    max-width: 1199px;
    padding-bottom: 26px;
    margin: 0 auto;
    min-height: 307px;
}
.in_preim{
    width: 860px;
    margin: 0 auto;
}
.block_preim h2{
    padding: 36px 16px 50px 0px;
}
.bl_preim{
    float: left;
    margin: 0px 24px 0px 47px;
    width: 140px;
}
.bl_preim img{
    width: 128px;
    height: 128px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.bl_preim p{
    font-size: 14px;
    line-height: 14px;
    color: #676869;
    text-align: center;
}

/*=============[Клиенты]=============*/
.block_clients{
    width: 1000px;
    margin: 0 auto;
    padding: 19px 0px 0px 0px;
    height: 300px;
}
.block_clients h2{
    padding: 0px 10px 57px 0px;
}
.wrap_clients_slider{
    width: 890px;
    float: left;
    margin-left: 27px;
}
.l_client{
    cursor: pointer;
    background: url(slider_nav.png) no-repeat top left;
    width: 38px;
    height: 38px;
    float: left;
    margin: 44px 0px 0px -1px;
}
.r_client{
    cursor: pointer;
    background: url(slider_nav.png) no-repeat top right;
    width: 38px;
    height: 38px;
    float: right;
    margin: 44px 1px 0px 0px;
}
.l_client:hover{
    background-position: left bottom;
}
.r_client:hover{
    background-position: right bottom;
}
.wrap_clients_slider img{
    width: 184px;
    position: absolute;
}
.clients_slider .item{
    height: 126px;
    position: relative;
}

/*==============[Отзывы]=============*/

.block_otzivi{
    width: 1000px;
    height: 250px;
    margin: 0 auto;
}
.in_otzivi{
    width: 1000px;
    margin: 0 auto;
}
.otz_img {
    max-width: 150px;
    float: left;
    margin: 7px 20px 0 0;
}
.block_otzivi h2{
    padding: 38px 0px 26px 0px;
}
.l_otziv{
    cursor: pointer;
    background: url(slider_nav.png) no-repeat top left;
    width: 38px;
    height: 38px;
    float: left;
    margin: 43px 5px 0px 0px;
}
.r_otziv{
    cursor: pointer;
    background: url(slider_nav.png) no-repeat top right;
    width: 38px;
    height: 38px;
    float: right;
    margin: 43px 1px 0px 0px;
}
.l_otziv:hover{
    background-position: left bottom;
}
.r_otziv:hover{
    background-position: right bottom;
}
.wrap_otziv{
    width: 880px;
    float: left;
    margin-left: 23px;
}
.otziv_slider{

}
.otziv_slider .item{
    width: 270px;
    float: left;
    margin-left: 16px;
    margin-right: 7px;
    text-indent: 14px;
}
.otziv_slider p{
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
.otziv_slider .otziv_date{
    font-size: 12px;
    line-height: 18px;
    color: #676869;
    letter-spacing: -0.3px;
}
.otziv_slider .otziv_date span{
    font-size: 12px;
    line-height: 18px;
    color: #06c6ef;
}
.otziv_slider .podrob{
    font-size: 14px;
    line-height: 18px;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}
.otziv_slider .podrob:hover{
    color: #06c6ef;
    text-decoration: none;
}
.poln_otziv{
    display: none;
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    background-color: #fff;
    border: 1px solid #959798;
    padding: 40px 20px 20px 20px;
    text-indent: 10px;

    -webkit-box-shadow: -6px 7px 9px 0px rgba(50, 50, 50, 0.12);
    -moz-box-shadow:    -6px 7px 9px 0px rgba(50, 50, 50, 0.12);
    box-shadow:         -6px 7px 9px 0px rgba(50, 50, 50, 0.12);
}

.close{
    font-size: 18px;
    line-height: 18px;
    color: #959798;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 15px;
}
.close:hover{
    color: #004d89;
}

/*===========[Агенство недвижимости]===========*/

.block_nedvij{
    background: url(bg_nedvij.jpg) no-repeat top center;
    height: 375px;
    max-width: 1198px;
    margin: 0 auto;
}
.in_nedvij{
    width: 1000px;
    margin: 0 auto;
}
.block_nedvij p{
    font-size: 18px;
    line-height: 24px;
    color: #474747;
    text-align: center;
    margin: 165px 0px 0px 233px;
    width: 560px;
    float: left;
}
.go_nedvij{
    display: block;
    background: url(btn_podrob.png) no-repeat;
    width: 172px;
    height: 36px;
    margin: 62px 0px 0px 406px;
    float: left;
}
.go_nedvij:hover{
    background-position: left bottom;
}

/*=============[Контакты]================*/

.block_contacts{
    width: 1000px;
    margin: 0 auto;
    padding: 41px 0px 48px 0px;
}
.kak_naiti{
    font-size: 36px;
    line-height: 36px;
    color: #004d89;
    float: left;
    margin: 12px 0px 0px 121px;
    text-transform: uppercase;
}
.contacts{
    float: left;
    margin: 0px 0px 0px 94px;
}
.contacts p{
    font-size: 14px;
    line-height: 21px;
    color: #676869;
}
.contacts a{
    font-size: 14px;
    line-height: 22px;
    color: #676869;
}
.contacts strong{
    font-weight: normal;
    color: #004d89;
}
.map{
    /*background: url(map.jpg) no-repeat top center;
    height: 436px;*/
    max-width: 1196px;
    margin: 0 auto;
}
.footer_bg{
    background: url(bg_footer.png) no-repeat bottom center;
    height: 21px;
}

/*=============[Футер]============*/

.footer {
	height: 103px;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 10px 0;
}
.f_logo{
    float: left;
    margin: 4px 0px 0px 21px;
}
.slog{
    float: left;
    margin: 24px 0px 0px 10px;
    width: 186px;
}
.slog p{
    font-size: 14px;
    line-height: 18px;
    color: #bbb9b9;
    text-align: center;
}
.f_phone{
    float: left;
    margin: 20px 0px 0px 0px;
    width: 330px;
    text-align: center;
}
.f_phone p{
    font-size: 24px;
    line-height: 24px;
    color: #bbb9b9;
}
.f_phone span{
    font-size: 14px;
    line-height: 24px;
    color: #bbb9b9;
}
.f_phone .zakaz_zvon{
    background-image: url(btn_footer_zvonok.png);
    margin: 9px 83px 0px 0px;
    width: 148px;
    height: 22px;
}

.yd{
    float: right;
    margin: 18px 22px 0px 0px;
    width: 230px;
}
.yd a{
    font-size: 14px;
    line-height: 18px;
    color: #bbb9b9;
    float: right;
    margin: 0px 0px 0px 15px;
}
.schet{
    clear: both;
    margin: 6px 61px 0px 0px;
    width: 88px;
    height: 31px;
    float: right;
}

/*=========[Форма заказа звонка]=========*/

.win_zvonok{
    position: absolute;
    width: 308px;
    background-color: #fff;
    border: 1px solid #959798;
    -webkit-box-shadow: -6px 7px 9px 0px rgba(50, 50, 50, 0.12);
    -moz-box-shadow:    -6px 7px 9px 0px rgba(50, 50, 50, 0.12);
    box-shadow:         -6px 7px 9px 0px rgba(50, 50, 50, 0.12);
    display: none;
    z-index: 999;
}
.win_zvonok .close{
    top: 11px;
    right: 12px;
}
.zag_form{
    font-size: 18px;
    line-height: 18px;
    color: #004d89;
    text-align: center;
    padding: 17px 0px 23px 0;
}

.win_zvonok input{
    border: 1px solid #959798;
    width: 169px;
    height: 35px;
    background-color: #fff;
    font-size: 12px;
    line-height: 35px;
    color: #000;
    text-indent: 14px;
    margin: 0px 0px 15px 67px;
}
.win_zvonok .zvonok_sub{
    border: 0;
    cursor: pointer;
    background: url(btn_ostav_zayav.png) no-repeat;
    width: 172px;
    height: 37px;
    margin: -2px 0px 22px 69px;
}
.win_zvonok .zvonok_sub:hover{
    background-position: left bottom;
}
.win_zvonok .form_result {
    width: 250px;
    padding: 5px;
    display: none;
    margin: -67px 0px 10px 25px;
    text-align: center;
    position: absolute;
}

/*=========[всплывающая форма спасибо]===========*/
.win_sps{
    position: absolute;
    width: 456px;
    height: 140px;
    background-color: #fff;
    border: 1px solid #959798;
    -webkit-box-shadow: -6px 7px 9px 0px rgba(50, 50, 50, 0.12);
    -moz-box-shadow:    -6px 7px 9px 0px rgba(50, 50, 50, 0.12);
    box-shadow:         -6px 7px 9px 0px rgba(50, 50, 50, 0.12);
    display: none;
    z-index: 999;
}
.win_sps p{
    font-size: 16px;
    line-height: 26px;
    color: #959798;
    text-align: center;
}
.win_sps .zag_form{
    font-size: 16px;
    line-height: 26px;
    padding: 43px 0px 0px 0px;
    color: #004d89;
}
.win_sps .close{
    right: 16px;
    top: 9px;
}

/*=============[всплыв. окно дополнительные услуги]============*/

.win_uslugi{
    position: absolute;
    width: 605px;
    background-color: #fff;
    border: 1px solid #959798;
    -webkit-box-shadow: -6px 7px 9px 0px rgba(50, 50, 50, 0.12);
    -moz-box-shadow:    -6px 7px 9px 0px rgba(50, 50, 50, 0.12);
    box-shadow:         -6px 7px 9px 0px rgba(50, 50, 50, 0.12);
    display: none;
}
.win_uslugi ul{
    padding: 27px 20px 10px 18px;
}
.win_uslugi li{
    font-size: 16px;
    line-height: 26px;
    color: #959798;
    list-style-position: inside;
}
.win_uslugi .close{
    right: 8px;
    top: 5px;
}
.win_uslugi .zakaz_zvon{
    margin: 15px 224px 27px 0px;
}

body:first-of-type input{
	line-height: 18px;
}
/*
     FILE ARCHIVED ON 05:32:56 Jul 18, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:11:21 Sep 21, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 106.977 (3)
  esindex: 0.007
  captures_list: 129.575
  CDXLines.iter: 9.673 (3)
  PetaboxLoader3.datanode: 123.367 (5)
  exclusion.robots: 0.243
  exclusion.robots.policy: 0.226
  RedisCDXSource: 10.573
  PetaboxLoader3.resolve: 257.668 (2)
  load_resource: 391.381
*/