.services_announce {
    position: relative;
    /*background-color: #ecf0f1;*/
    /*padding: 10px;*/
    /*margin-left: 25px;*/
    margin-bottom: 35px;
}

.services_announce .x0-image {
    /*float: left;*/
    /*margin-right: 15px;*/
    /*margin-bottom: 6px;*/
}

.services__stripe-link {
    position: absolute;
    top: 100%;
    /*right: -14px;*/
    right: 1px;
    margin-top: -6px;
    /*width: 122px;*/
    width: 107px;
    line-height: 16px;
    font-size: 13px;
    background-color: #ffbc6e;
    text-align: center;
    text-transform: lowercase;
}

    .services__stripe-link:before,
    .services__stripe-link:after {
        content: '';
        position: absolute;
        width: 0px;
        height: 0px;
        top: 0px;
        border-width: 8px;
        border-style: solid;
        border-left-color: transparent;
        border-top-color: #e2a562;
        border-right-color: #e2a562;
        border-bottom-color: transparent;
    }
    .services__stripe-link:before {
        right: 0px;
        border-left-color: transparent;
        border-top-color: #e2a562;
        border-right-color: #e2a562;
        border-bottom-color: transparent;
    }
    .services__stripe-link:after {
        left: 100%;
        border-left-color: #ffbc6e;
        border-top-color: #ffbc6e;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }

    .services__stripe-link a,
    .services__stripe-link a:hover {
        position: relative;
        top: -1px;
        display: block;
        /*text-decoration: none;*/
        color: #ffffff;
    }

    .stripe-link__up-decor {
        position: absolute;
        width: 16px;
        height: 20px;
        background-color: #ffbc6e;
        left: 100%;
        bottom: 100%;
    }
    .stripe-link__up-decor:after {
        content: '';
        position: absolute;
        width: 0px;
        height: 0px;
        left: 0px;
        top: -16px;
        border-width: 8px;
        border-style: solid;
        border-left-color: transparent;
        border-top-color: transparent;
        border-right-color: #ffbc6e;
        border-bottom-color: #ffbc6e;
    }

.services-icon {
    margin-top: 5px !important;
    overflow: hidden;
}
/*
.services-label {
    text-transform: uppercase;
}
*/
.services-labelblock{
    line-height: 20px;
}
.services-container{
    border-bottom: 1px dotted #bcc0c1;
    padding-top: 2px !important;
    padding-bottom: 5px !important;
}
.services-container:hover {
    background-color: #ecf0f1;
}

.services .icon-plus, .services .icon-minus {
    background-color: #336699;
    line-height: 12px;
    text-align: center;
}

.services .icon-minus {
    padding-top: 1px;
    padding-left: 1px;
}

.services .icon-plus:before, .services .icon-minus:before {
    color: #ffffff !important;
    font-size: 9px;
}

.service__description strong,
.service__description b {
    font-size: 16px;
}
.service__description h1,
.service__description h2,
.service__description h3,
.service__description h4,
.service__description h5 {
    margin-top: 20px;
}
.service__description ul,
.service__description ol {
    margin-bottom: 20px;
}

.service__description_column {
    width: 100%;
}
.service__description_column .form-layout-item_0 {
    width: 100%;
}

.service__description_keywords {
    height: 60px !important;
}
.service__description_html-descr {
    height: 60px !important;
}

.services-isservice {
    display: inline-block;
}

.services-isservice-title {
    display: inline-block;
    padding: 5px 10px;
}

.services-isservice-cost {
    display: inline-block;
    padding: 6px 0;
}

.services-isservice-title{
    padding: 5px 10px;
    border: 1px solid #ffffff;
    background-color: #f8f6f7;
}

.services-container:hover .services-isservice-title{
    /*background-color: #f4e7bf;*/
    background-color: #efe8e0;
}
