/* Begin Actions */
.actions_wrapp{
    width: 1110px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 70px;
}
.actions_wrapp h1{
    font: 30px OpenSansBold;
    color: #333;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 24px;
}
.actions_box{
    width: 727px;
    height: auto;
    float: left;
}
.actions_box .store_item{
    width: 725px;
    height: 218px;
    margin-bottom: 29px;
    border: 1px solid #dfdfdf;
}
.actions_box .store_item .photo-block{
    width: 332px;
    height: 218px;
    display: block;
    float: left;
    border-right: 1px solid #dfdfdf;
}
.actions_box .store_item .photo-block img{
    width: 332px;
    height: 218px;
}
.actions_box .store_item .store_item_info{
    float: left;
    width: 372px;
    padding: 15px 0px 0 18px;
}
.actions_box .store_item .store_item_info .title{
    font: 16px OpenSansBold;
    color: #333;
    line-height: 20px;
    text-transform: uppercase;
}
.actions_box .store_item .store_item_info .date{
    font: 14px OpenSansSemiBold;
    color: #333;
    padding-top: 13px;
}
.actions_box .store_item .store_item_info .date:before{
    background: url(../img/actions_decor_date.png) no-repeat;
    content: '';
    display: inline-block;
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.actions_box .store_item .store_item_info .description{
    font: 14px OpenSansLight;
    color: #888888;
    line-height: 28px;
    padding: 13px 0;
}
.actions_box .store_item .store_item_info .moreBtn{
    font: 14px OpenSansLight;
    color: #df9c52;
}
.actions_box .store_item .store_item_info .moreBtn span{
    text-decoration: underline;
}
.fast_order_cover{
    width: 350px;
    height: 460px;
    float: right;
}
.fast_order{
    width: 350px;
    height: 460px;
    background: #f8f8f8;
}
.fast_order .hed_form_order{
    font: 30px OpenSansSemiBold;
    color: #58066f;
    padding: 15px 0 0 28px;
}
.fast_order .razd{
    width: 40px;
    height: 1px;
    background: #58066f;
    margin: 6px 0 0 28px;
}
.fast_order .desc_fast_order{
    font: 14px OpenSansLight;
    color: #9d9d9d;
    line-height: 20px;
    padding: 10px 0 14px 28px;
}
.fast_order form{
    text-align: center;
}
.fast_order form input{
    width: 276px;
    height: 38px;
    border: 1px solid #e2e2e2;
    font: 14px OpenSansLight;
    color: #333;
    padding-left: 14px;
    margin-bottom: 19px;
}
.fast_order .fast_order_submit{
    width: 298px;
    height: 40px;
    background: #df9c52;
    border-radius: 15px;
    margin: 0 auto;
    font: 16px OpenSansRegular;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    margin-bottom: 12px;
}
.fast_order .fast_order_submit:hover{
    background: #e5b075;
}
.fast_order .calcOrder{
    font: 14px OpenSansRegular;
    color: #58066f;
    text-align: center;
    text-decoration: underline;
}
.fast_order .calcOrder:before{
    background: url(../img/main_form_calc.png) no-repeat;
    content: '';
    display: inline-block;
    position: relative;
    top: 5px;
    width: 15px;
    opacity: .5;
    height: 19px;
    margin-right: 8px;
}
.fast_order .calcOrder:hover:before{
    opacity: 1;
}
/* End Actions */