.page404_wrap
{
    background: url(/templates/demohunt/images/404.jpg) no-repeat;
    min-height: 100%;
    background-size: cover;
    padding-bottom: 80px;
}
.page404_wrap h3
{
    padding: 106px 0 0;
    text-align: center;
    font-weight: 100;
}
.page404_wrap h4
{
    margin: 12px auto 0;
    text-align: center;
    font-weight: 100;
    font-size: 190px;
    color: #F00;
}
.page404_wrap h1
{
    margin: 38px auto 0;
    text-align: center;
    font-weight: 100;
    font-size: 25px;
    color: #F00;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: ProstoSans;
}
.page404_go_main
{
    border: 3px #FFF solid;
    margin: 94px auto 0;
    width: 240px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 20px;
    height: 28px;
}
.page404_go_main a
{
    color: #FFF;
    font-family: ProstoSans;
    display: block;
}

.agencyContacts {
    padding: 45px 0;
}

.agencyContacts span
{
    display: block;
    color: #7A7A7A;
    margin-bottom: 5px;
    margin-top: 28px;
    font-size: 12px;
}

.write_us_btn
{
    margin: 0 auto;
    width: 244px;
    border: 3px #F00 solid;
    text-align: center;
    line-height: 37px;
    border-radius: 20px;
    color: #F00;
    text-transform: uppercase;
    font-family: 'ProstoSans';
    font-size: 14px;
    height: 33px;
    transition: .3s;
    cursor: pointer;
    display: block;
}

.write_us_btn:hover
{
    background: red;
    color: white;
}
.map_block
{

    height: 434px;
}
#map_contacts
{
    width: 100%;
    height: 100%;
}

.contacts_description
{
    width: 100%;
    margin: 65px auto 0;
    background: #62A7EE;
    color: white;
}
.contacts_empty{
    width: 100%;
    margin: 65px auto 0;
    height: 50px;
    background: #62A7EE;
}

.contacts_description_wrap
{
    padding: 85px 75px;

    margin: 0 auto;
}
.contacts_description_wrap p
{
    text-align: center;
    font-size: 16px;
    margin-bottom: 17px;
    color: white;
}
.center.agencies{
    margin: 42px auto;
}
.center.agencies h2
{
    font-size: 24px;
}


#write_us
{
    padding: 73px 20px 0;
    display: none;
    font-size: 150%;
}
.feedback input[type='button']{
    font-size: 100%;
}

.feedback .captcha
{
    float: left;
    margin-top: 0;
}

.feedback .captcha input
{
    float: none;
    width: 175px !important;
}


.feedback .btn
{
    float: right;
    margin-top: 0;
}

.adress
{
    position: relative;
}
.adress canvas
{
    position: absolute;
    top: 50px;
    right: 50%;
    margin-right: -500px;
    opacity: 0.3;
}

#search_pages
{
    margin: 60px auto;
/*    width: 1150px;*/
}


#search_pages .search_result_block span,
#search_pages .search_result_block a
{
    color: #202370;
    font-family: ProstoSans;

/*    border-bottom: 2px #EEE solid;*/
    font-size: 16px;
}
#search_pages .search_result_block div
{
    margin-top: 26px;
    margin-bottom: 32px;
/*    font-family: 'Myriad Pro';*/
    color: #2c2c2c;
    font-size: 15px;
}
.head_result{
    border-bottom: 2px #EEE solid;
    padding-bottom: 11px;
    display: inline-block;
}