#credits,
#credits *,
#credits :before,
#credits :after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}

#credits {
    margin: -20px -40px 20px;
    padding: 40px 40px;
    background: #ECF0F1;
}
@media (max-width: 993px) {
    #credits {
        margin-right: -30px;
        margin-left: -30px;
    }
}

/* Блок кредита */
.credits_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px 0 0;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0 1px 2px #bfbfbf;
            box-shadow: 0 1px 2px #bfbfbf;
}

.credits_item.promo1:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: 85px;
    height: 88px;
    background: rgba(0, 0, 0, 0) url(../images/sticker-zerro.png) no-repeat scroll 0 0;
}
.credits_item.promo2:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: 85px;
    height: 88px;
    background: rgba(0, 0, 0, 0) url(../images/sticker-recomend.png) no-repeat scroll 0 0;
}

.credits_item_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0 0;
    width: 12.5%;
}
.credits_item_logo a {
    display: block;
    padding: 0 10px;
}
.credits_item_logo img {
    max-width: 130px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}
.credits_item_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 75%;
}
.credits_item_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0 0;
    width: 12.5%;
    text-align: center;
}
.credits_item_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 13px 9px;
    border: 1px solid #3e8f3e;
    border-radius: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #5cb85c;
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #5cb85c),to(#419641));
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    background-repeat: repeat-x;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px #acacac;
            box-shadow: 0 1px 2px #acacac;
    white-space: normal;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    font-family: Verdana;
}
.credits_item_btn a:hover {
    border-color: #5cb85c;
    background: transparent;
    color: #5cb85c;
    text-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.credits_item_btn a .fa {
    padding: 8px 0 0 5px;
}
@media (min-width: 993px) {
    .credits_item_btn {
        width: 135px;
    }
}

.credits_item_commision,
.credits_item_payoff,
.credits_item_firstcredit,
.credits_item_secondcredit,
.credits_item_rate,
.credits_item_time,
.credits_item_age,
.credits_item_getting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    width: 16%;
}

.credits_item_headline {
    margin: 0 0 25px;
    font-size: 13px;
    line-height: 12px;
    color: #474747;
}
.credits_item_value {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #474747;
}
.credits_item_postfix {
    font-size: 13px;
    display: block;
    color: #474747;
}

.credits_item_firstcredit .credits_item_value {
    font-size: 24px;
    color: #FBB22F;
}

.credits_item_getting .credits_item_value {
    padding: 10px 0 0;
    height: 100%;
}
.credits_item_getting .credits_item_value img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

@media (max-width: 993px) {
    .credits_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .credits_item_logo {
        width: 100%;
        background: transparent;
    }
    .credits_item_logo a {
        margin: 0 auto;
    }
    .credits_item_logo img {
        width: 100%;
        max-width: 160px;
        -o-object-fit: contain;
           object-fit: contain;
    }
    .credits_item_center {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
    }
    .credits_item_btn {
        padding-bottom: 10px;
        width: auto;
    }
    .credits_item_btn a .fa {
        padding-top: 1px;
    }

    .credits_item_commision,
    .credits_item_payoff,
    .credits_item_firstcredit,
    .credits_item_secondcredit,
    .credits_item_rate,
    .credits_item_time,
    .credits_item_age,
    .credits_item_getting {
        width: 33.3333%;
    }
    .credits_item_headline {
        margin-bottom: 3px;
    }
}

@media (max-width: 993px) {
    .credits_item_commision,
    .credits_item_payoff,
    .credits_item_firstcredit,
    .credits_item_secondcredit,
    .credits_item_rate,
    .credits_item_time,
    .credits_item_age,
    .credits_item_getting {
        width: 50%;
    }
}
