#pricing-plans-small_container {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 30px;
}

#pricing-plans-small_container .item {
    position: relative;
    display: inline-block;
    width: 270px;
    height: 420px;
    border: 1px solid #C1C7CE;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.12);
    margin: 0 20px 40px 20px;
    background: transparent;
}
#pricing-plans-small_container .item:before {
    content: '';
    position: absolute;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.90;
    background-color: #fcfdfd;
}
#pricing-plans-small_container .item.highlighted {
    border: 1px solid #6fac39;
}


#pricing-plans-small_container .item .head {
    position: relative;
    box-sizing: border-box;
    min-height: 183px;
    font-size: 20px;
    line-height: 26px;
    padding-top: 43px;
    color: #2c3e52;
    font-family: UniviaProBook;
    font-weight: bold;
}
/*#pricing-plans-small_container .item .head:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 95px;
    right: 95px;
    height: 1px;
    background: #dbdee1;
}*/
#pricing-plans-small_container .item .head .icon {
    height: 55px;
    line-height: 50px;
    margin-bottom: 6px;
}
#pricing-plans-small_container .item .head IMG {
    max-width: 53px;
    height: 53px;
}
#pricing-plans-small_container .item .head DIV.price {
    font-size: 14px;
    line-height: 20px;
    color: #fb969e;
    margin-top: 5px;
    font-weight: normal;
}
#pricing-plans-small_container .item .head DIV.duration {
    font-size: 10px;
    line-height: 15px;
    font-weight: normal;
    color: #848e9a;

}
#pricing-plans-small_container .item .head .ribbon {
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 1;
    width: 100px;
    height: 110px;
    -webkit-border-radius: 0 23px 0 0;
    -moz-border-radius: 0 23px 0 0;
    border-radius: 0 23px 0 0;
    text-align: right;
    overflow: hidden;
}
#pricing-plans-small_container .item .head .ribbon span {
    position: absolute;
    top: -80px;
    right: -90px;

    display: block;
    width: 158px;
    height: 158px;

    transform: rotate(47deg);
    -webkit-transform: rotate(47deg);
    background: #479600;
    line-height: 275px;

    box-sizing: border-box;

    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-right: 5px;
}


#pricing-plans-small_container .item .body {
    height: 90px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    margin-top: 16px;
    min-height: 109px;
}
#pricing-plans-small_container .item .body > DIV {
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 18px;
    max-width: 250px;
    margin: 6px 20px 0 20px;
    text-align: left;
    color: #0;
    font-family: "UniviaProLight", Arial, Sans-serif;
    line-height: 20px;
}
#pricing-plans-small_container .item .body.long > DIV {
    max-width: 195px;
}
#pricing-plans-small_container .item .body > DIV:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 11px;
    height: 12px;
    background: transparent url('/images/landing/plans/checkbox.svg') no-repeat;
}


#pricing-plans-small_container .item .foot {
    height: 65px;
	margin-top: 20px;
}
#pricing-plans-small_container .item .foot .standard_button_fl {
    display: inline-block;
    box-sizing: border-box;
    width: 171px;
    height: 43px;
    font-size: 13px;
    font-weight: normal;
    padding: 0 10px;
    line-height: 43px;
    color: white !important;
    margin: 0 auto 0 auto;
    text-decoration: none;
    box-shadow: 0 8px 8px rgba(0,0,0,0.1);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #fa4251;
    text-align: center;
}