.stm_separator_style_1 .stm_separator {
    display: block;
    width: 46px;
    height: 5px;
    margin: 0 0 21px;
}

.stm_separator_style_1 .stm_separator_doubled {
    position: relative;
}

.stm_separator_style_1 .stm_separator_doubled:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    right: 100%;
    opacity: 0;
}/*COLORS*/
/*FONTS*/
.stm_icontext {
    vertical-align: top;
}

.stm_icontext a {
    text-decoration: none !important;
    color: inherit;
}

.stm_icontext__text {
    vertical-align: top;
}

.stm_icontext__text span {
    display: block;
    overflow: hidden;
}

.stm_icontext__icon {
    float: left;
}

.stm_icontext_style_1 .stm_icontext__text {
    font-weight: 700;
}