
/*!*--------------------STATIC BOX--------------------*!*/

.box{
    display: inline-block;
    height: 114px;
    width: 100%;
}

.box *:hover{
    text-decoration: underline;
    cursor: pointer;
}

.box_text{
    position: relative;
    display: inline-block;
    float: left;
    width: 60%;
    height: 114px;
    padding: 13px 16px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.box_img{
    position: relative;
    display: inline-block;
    float: left;
    width: 40%;
    height: 114px;
}
.box_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.boxes_top .box{
    margin-bottom: 15px;
}

/*!*--------------------STATIC STANDARD--------------------*!*/

.static_standard{
    width: 100%;
}

.static_standard_content{
    color: #393939;
    font-size: 16px;
    font-weight: 500;
}

.static_standard_content img.logo_footer_img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.static_standard .btn_more_news{
    float: right;
    margin-top: 20px;
    color: #629a0b;
    font-size: 18px;
    font-weight: 700;
    transition: .1s ease-out;
}

.static_standard .btn_more_news:hover {
    text-decoration: underline !important;
    color: #629a0b !important;
    cursor: pointer;
}

.static_standard a.attachment {
    display: flex;
    align-items: center;
}

/*!*--------------------STATIC CONTACT FOOTER--------------------*!*/

.static_contact_footer{
    padding-left: 20px;
}

.static_contact_footer h3{
    color: #393939;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}
.static_contact_footer div{
    color: #393939;
    font-size: 12px;
    font-weight: 400;
}

