.tariff-table {
    margin: 0 0 30px 0;
    text-align: center;
}

.tariff-info h2 {
    margin: 30px 0 30px 0;
    font-size: 19px;
    font-weight: 600;
    display: block;
}

.tariff-table td:nth-last-child(even) {
    background: #F2F2F2;
}

.tariff-table td:nth-last-child(odd) {
    background: #EAEAEA;
}

.plan {
    width: 348px;
    height: 40px;
    text-align: center;
    background: #EAEAEA;
    font-size: 14px;
    color: #868C8F;
}

.tariff-table td.plan-info {
    height: 65px;
    background: #91969A;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}


.tariff-table td.tariff_plan {
    width: 190px;
    padding: 0 10px;
    text-align: center;
    background: #81A9C0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.tariff_plan_selected {
    width: 190px;
    padding: 0 10px;
    text-align: center;
    background: #DF963C;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.tariff_plan span {
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    display: block;
}

.tariff-table td.select_tariff {
    width: 190px;
    padding: 0 10px;
    text-align: center;
    background: #81A9C0;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.tariff-table td.select_tariff:hover {
    cursor: pointer;
    font-weight: 600;
    background: #DF963C;
}

.select_tariff_selected {
    width: 190px;
    padding: 0 10px;
    text-align: center;
    background: #DF963C;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.option {
    height: 52px;
}

.option img {
    display: block;
    margin: 0 auto;
}

#tariff_options {
    margin-bottom: 30px;
    text-align: center;
}

#tariff_options td {
    height: 28px;
    width: 100px;
    background: #D8D8D8;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

#tariff_options td a {
    color: #fff;
    text-decoration: none;
}

#tariff_options td a:hover {
    color: #81a9c0;
    /*font-weight: lighter;*/
    text-shadow: none;
}

.active-tariff,
.selected-tariff {
    width: 100%;
    border-collapse: collapse;
    font: 12px/18px Arial;
    color: #313131;
}

.active-tariff td,
.selected-tariff td {
    text-align: center;
    padding: 12px 20px;
    border: 1px solid #fff;
    vertical-align: middle;
    font: 14px/20px Arial;
    color: #326698;
    background: #F1FCF0;
}

.selected-tariff td {
    background: #f0f6fc;
}

.tariff-title {
    background: rgb(209, 212, 221);
    background-image: -o-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(209, 212, 221)),
    color-stop(1, rgb(243, 243, 243)));
    padding: 10px 0 10px 0;
    font-size: 18px;
    border-top: 1px solid #E1E0E0;
    text-align: center;
}

.tariff-blocks {
    overflow: hidden;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .2);
    background: #ffffff;
    margin-bottom: 25px;
}

.active-tariff td a {
    color: #000;
    text-decoration: none;
}

.active-tariff td a:hover {
    color: #000;
    text-decoration: underline;
}