* {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
html {
    min-width: 980px;
}
body {
    font-family: proximanovaL;
    -webkit-font-smoothing: antialiased;
}
img {
    border: none;
}
input {
    vertical-align: middle;
    outline: none;
}

input.error{
    border-color: red;
}

.wrapper {
    min-width: 980px;
    max-width: 1920px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
a {
    text-decoration: none;
    color: white;
}
.clear_fix:after {
    content: '';
    display: block;
    clear: both;
}
.rub_ico {
    font-family: Rub;
}
.rub{
    font-family: Rub;
}



/*кнопка заявки
------------------------------------------------------------------------------*/
.request_btn_detail {
    border: 1px solid white;
    border-radius: 6px;
    display: block;
    margin: 28px auto 0px;
    height: 33px;
    width: 113px;
    cursor: pointer;
    /*position: relative;*/
    line-height: 33px;
    margin-bottom: 50px;
}
.request_btn_detail.detail_obj {
    margin-top: 0px;
}
.request_btn_detail:hover {
    background: #7feb47;
}
.request_btn_detail > span {
    width: 23px;
    height: 22px;
    display: block;
    /*position: absolute;*/
    background: url('http://pleiada.net/images/sprites/detail.png');
    background-repeat: no-repeat;
    background-position: 0px -32px;
    /*top: 5px;
    left: 5px;*/
    margin-top: 5px;
    margin-left: 5px;
    float: left;
}
.request_btn_detail > p {
    font-family: proximanovaL;
    font-size: 18px;
    font-weight: normal;
    padding: 0px 0px 0px 30px;
}






















.clear {
    clear: both;
}
.bottom_shadow_effect {
    width: 100%;
    height: 40px;
    background: url('http://pleiada.net/images/bg/bottom_shadow.png') repeat-x;
    position: absolute;
    bottom: 0px;
    left: 0px;
}




.search_result_footer {
    background: #cdced6;
    height: 75px;
    width: 100%;
    clear: both;
}
.search_result_footer > p {
    font-family: proximanovaL;
    color: white;
    font-size: 17px;
    width: 590px;
    margin: 0px auto;
    text-align: center;
    padding-top: 15px;
    line-height: 24px;
}
.search_result_footer > p span {
    font-size: 18px;
}



.one_point_detail {
    font-family: proximanovaL;
    font-size: 13px;
    color: white;
    display: inline-block;
    opacity: 0.9;
    margin-top: 7px;
    position: relative;
    z-index: 1;
    padding: 0px 30px;
    opacity: 0;
}


.detail_form_submit, .contakts_user_submit  {
    background: url('http://pleiada.net/images/send_btn_ico.png'), #4c94f4 !important;
    background-repeat: no-repeat !important;
    background-position: 5px 10px !important;
    padding-left: 30px;
    box-sizing: border-box;
    width: 145px !important;
    right: -155px !important;;
}
.detail_form_submit:hover, .contakts_user_submit:hover {
    background: url('http://pleiada.net/images/send_btn_ico.png'), #7feb47 !important;
    background-repeat: no-repeat !important;
    background-position: 5px 10px !important;
}

/***feedback success***/
.feedback_success{
    display: none;
    margin: 100px 0;
    min-height: 100px;
}

.feedback_msg{
    display: none;
    padding: 0 9%;
    text-align: center;
}
.feedback_msg.error{
    color: red;
}

.preloader_bg{
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background: #000;
    z-index: 10;
    top: 0;
    opacity: 0.65;
}

.preloader_bg img{
    left: 50%;
    top: 50%;
    display: block;
    margin-left: -225px;
    position: relative;
    margin-top: -125px;
}
.detail_carousel_center_img:hover + a{
    display: block;
}
a.pinit-button:hover{
    display: block;
}
a.pinit-button {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    height: 33px!important;
    width: 33px!important;
    background-size: 32px 32px!important;
    /*background: url('http://pleiada.net/images/pinit_bg_en_round_red_32_1.png') no-repeat!important;*/
    background: url('http://pleiada.net/images/1424552576_pinterest.png') no-repeat!important;
}