.offer-menu
{
    display: flex;
    justify-content: center;
}

.offer-menu .menu-item
{
    background-color: rgba(0, 106, 193, 0.1);
    padding: 10px 30px;
    margin-right: 1px;
    font-size: 18px;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.offer-menu .active-item
{
    background-color: rgba(168, 126, 34, 0.1);
}

.offer-menu .menu-item img
{
    width: 60px;
}

.offer-menu .menu-item span
{
    margin-left: 20px;
}

.offer-menu .menu-item:last-of-type span
{
    margin-left: 23px;
}

.offer-premium
{
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.offer-box .offer-icon > img
{
    margin-top: 10px;
    width: 90px;
}

.offer-premium .offer-title
{
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: SinkinSans-400;
    font-size: 18px;
    color: #555555;
}

.offer-premium .offer-description
{
    padding-bottom: 15px;
    font-family: SinkinSans-400;
    font-size: 12px;
    color: #555555;
}

.offer-box > div
{
    width: 350px;
    background-color: rgba(0, 156, 127, 0.10);
}

.offer-box:nth-of-type(2) > div
{
    background-color: rgba(156, 0, 0, 0.1);
}

.offer-box:nth-of-type(1) .offer-price
{
    background-color: rgba(0, 156, 127, 0.6);
}

.offer-box:nth-of-type(2) .offer-price
{
    background-color: rgba(156, 0, 0, 0.6);
}

.offer-box:first-of-type
{
    margin-right: 40px;
}

.offer-premium .offer-param
{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-param
{
    margin-top: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 80px;
}

.offer-param > div > img
{
    max-width: 55px;
    max-height: 45px;
}

.offer-param-name
{
    margin-top: 5px;
    font-family: SinkinSans-400;
    font-size: 12px;
    color: #555555;
}

.offer-param div:first-of-type
{
    width: 150px;
}

.offer-param > div:last-of-type
{
    width: 200px;
    text-align: left;
}

.offer-box .offer-price
{
    margin-top: 1px;
}

.offer-box .offer-price > div:first-of-type
{
    font-size: 20px;
}

.price-value
{
    padding-top: 10px;
    color: white;
}

.price-value > div:nth-of-type(2)
{
    font-size: 13px;
}

.order-button
{
    width: 100px;
    height: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: white;
    background-color: rgb(0, 0, 0, 0.2);
    padding-top: 5px;
}

.order-button > span
{

}

.order-button-redirect
{
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.offer.premium-common-features
{
    margin-top: 40px;
}

.offer .features-title
{
    padding-bottom: 20px;
    text-align: center;
    color: #11851c;
    font-family: ClearSans-Light;
    font-size: 24px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.offer .features-list
{
    display: flex;
    justify-content: center;
}

.offer .features-list > div:first-of-type
{
    margin-right: 50px;
}

.offer .features-list > div
{
    text-align: left;
}

.offer .features-list > div > div
{
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

.offer .features-list > div > div > img
{
    margin-right: 10px;
}

.offer .features-list img
{
    height: 20px;
}
