#pricing-plans-small_container {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    max-width: 1354px;
    width: fit-content;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 20px;
    font-family: AlbertaSans, Roboto, sans-serif;
}

#pricing-plans-small_container .item {
    position: relative;
    display: inline-block;
    width: 276px;
    height: 431px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 12%);
    background: transparent;
    transition: 0.3s ease;
}
#pricing-plans-small_container .item:hover {
    transition: 0.3s ease;
    transform: scale(1.05);
}

#pricing-plans-small_container .item:hover .foot .standard_button_fl {
    background: #F75A20;
    transition: 0.3s ease;
}
#pricing-plans-small_container .item:before {
    content: '';
    position: absolute;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.90;
    background-color: #fcfdfd;
}


#pricing-plans-small_container .item .head {
    position: relative;
    box-sizing: border-box;
    min-height: 183px;
    font-size: 20px;
    line-height: 26px;
    padding-top: 25px;
    color: #1A2533;
    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: 20px;
}
#pricing-plans-small_container .item .head IMG {
    max-width: 53px;
    height: 53px;
}
#pricing-plans-small_container .item .head .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 5px;
}
#pricing-plans-small_container .item .head DIV.price {
    font-size: 14px;
    line-height: 19px;
    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: #55BA0F;
    line-height: 275px;
    box-sizing: border-box;
    font-size: 11.5px;
    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;
    line-height: 19px;
}
#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: 42px;
}
#pricing-plans-small_container .item .foot .standard_button_fl {
    padding: 0;
    text-decoration: none;
    text-align: center;
    background: #EE2B3A;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: AlbertaSans, Roboto, sans-serif;
    height: 42px;
    line-height: 42px;
    width: 190px;
    z-index: 1;
}
#pricing-plans-small_container .item .foot .standard_button_fl:hover{
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    #pricing-plans-small_container {
        grid-gap: 47px;
    }
}
