/*COLORS*/
/*FONTS*/
.stm_pricing-table_style_3 {
    position: relative;
    padding: 31px 20px;
    border: 1px solid #e1e2e4;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
}

.stm_pricing-table_style_3 .stm_pricing-table__inner {
    text-align: center;
}

.stm_pricing-table_style_3 .stm_pricing-table__head h5 {
    margin-bottom: 16px;
    font-family: inherit;
    font-weight: 400;
    font-size: 24px;
}

.stm_pricing-table_style_3 .stm_pricing-table__prefix, .stm_pricing-table_style_3 .stm_pricing-table__price {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 55px;
}

.stm_pricing-table_style_3 .stm_pricing-table__postfix, .stm_pricing-table_style_3 .stm_pricing-table__separator {
    display: block;
    margin: 0 0 34px 0;
    line-height: 1;
}

.stm_pricing-table_style_3 .stm_pricing-table__content {
    padding: 0 15px;
    margin-bottom: 37px;
}

.stm_pricing-table_style_3 .stm_pricing-table__content ol, .stm_pricing-table_style_3 .stm_pricing-table__content ul {
    padding: 0;
    margin: 0;
}

.stm_pricing-table_style_3 .stm_pricing-table__content ol:last-child, .stm_pricing-table_style_3 .stm_pricing-table__content ul:last-child {
    margin-bottom: 0;
}

.stm_pricing-table_style_3 .stm_pricing-table__content ul {
    list-style: none;
}

.stm_pricing-table_style_3 .stm_pricing-table__content ul li:last-child {
    margin-bottom: 0;
}

.stm_pricing-table_style_3 .stm_pricing-table__label {
    position: absolute;
    bottom: 18px;
    right: -135px;
    background-color: #ff6445;
    transform: rotate(-45deg);
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 340px;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
}

.stm_pricing-table_style_3:hover {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.13);
}

@media (max-width: 550px) {
    .stm_pricing-table_style_3 {
        margin-bottom: 30px;
    }
}
