/***
    Универсальные блоки для тарифов
***/

.t-block {
    max-width: 310px;
    position: relative;
    margin: 0 auto 20px;
    padding: 5px;
    border-radius: 10px;
    background: #fff;
}

.t-mobile-block {
    width: 280px;
}

.t-mobile-block .t-inner {
    box-shadow: none;
}

.t-block:hover {
    background: linear-gradient(to right, #ff8d07, #ffb600);
    box-shadow: 0 0 20px #b7b7b7;
}

.t-block:hover .t-setup {
    background: linear-gradient(to bottom, #ffb400, #ff8500);
    border-color: #ffe0b9;
}

.t-block:hover .t-setup:active {
    background: linear-gradient(to bottom, #ff8500, #ffb400);
}

.t-block:hover .b-divider {
    background: linear-gradient(to right, #ff8d07, #ffb600);
}

.t-inner {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 20px #b7b7b7;
}

.t-inner:hover {
    box-shadow: none;
}

.t-image {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* Высота может отличаться */
}

.t-image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.t-content {
    padding: 25px;
}

.t-mobile-content {
    padding: 15px;
}

.t-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.t-content li {
    margin-bottom: 10px;
}

.t-content i {
    margin-right: 10px;
}

.t-content img {
    margin-right: 10px;
}

.t-title {
    font-size: 18pt;
    font-family: "Daxline Pro Medium";
    /*margin-bottom: 20px;*/
    min-height: 60px;
    line-height: 1.2;
}

.t-description {
    font-size: 11pt;
    margin-bottom: 20px;
    min-height: 50px;
}

.t-list {
    margin-bottom: 20px;
}

.t-list {
    padding: 0;
    margin: 0;
}

.t-list > li {
    /*list-style-type: none;*/
    margin-bottom: 5px;
}

.t-details {
    text-decoration: none;
    border-bottom: 1px dotted #337AB7;
}

.t-details:hover {
    text-decoration: none;
}

.t-payment {
    font-style: italic;
    margin-bottom: 20px;
}

.t-payment span {
    font-family: "Daxline Pro Medium";
    font-size: 18pt;
    font-style: normal;
    text-transform: lowercase;
}

.t-setup {
    max-width: 240px;
    height: 55px;
    border-width: 5px;
    font-size: 14.5pt;
    border-radius: 10px;
    margin: 0 auto;
}

.t-setup .button-link {
    padding-top: 10px;
}

/* Может отличаться позиционирование по высоте */
.t-profit {
    position: absolute;
    right: -25px;
    width: 100px;
    height: 100px;
    background: linear-gradient(to bottom, #ffb400, #ff8500);
    border-radius: 50px;
    color: #fff;
    font-size: 13.5pt;
    text-align: center;
    padding-top: 40px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    line-height: 1.2;
}

.t-speed {
    font-size: 16pt;
    margin-bottom: 10px;
}

.t-speed-bonus {
    text-transform: uppercase;
    color: #ff8500;
    font-weight: bold;
    font-size: 9.8pt;
    margin-bottom: 10px;
    min-height: 19px;
}

.t-tv-box {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
    min-height: 69px;
}

.t-tv-box .left,
.t-tv-box .right {
    float: left;
    width: 50%;
}

.t-tv-box .right img {
    width: 80%;
}

.t-tv-box .left {
    color: #ff8500;
    padding: 6px 14px 0;
}

.t-tv-box .left span {
    font-size: 1.2em;
}


.t-tv-box-rent .right {
    padding: 20px 0 0 0;
}

.t-rent-router {
    font-family: "Daxline Pro Bold";
    color: #000;
    padding: 0 10px;
    margin-top: -10px;
}

.t-rent-router .table {
    margin-bottom: 0 !important;
}

.t-rent-router .table td {
    vertical-align: middle !important;
    border-top: none;
    text-align: center;
    text-transform: uppercase;
}

.t-rent-router td:nth-child(1) {
    color: #ff8500;
    width: 35%;
    text-align: left;
    font-size: 1.1em;
}

.t-rent-router td:nth-child(2) {
    width: 25%;
}

.t-rent-router td:nth-child(2) img {
    width: 100%;
}

.t-rent-router td:nth-child(3) {
    width: 40%;
}

.t-rent-router td:nth-child(3) span {
    font-family: "SegoeUIBold";
}

/*** Пакеты на инет ***/

.it-image {
    height: 196px;
}

.it-content {
    padding: 30px;
}

.it-title {
    font-size: 18pt;
    font-family: "Daxline Pro Bold";
    margin-bottom: 10px;
}

.it-item {
    display: block;
    font-size: 12pt;
    font-family: "Daxline Pro Bold";
    margin-bottom: 5px;
}

.it-item .left,
.it-item .right {
    float: left;

}

.it-item .left {
    width: 55%;
}

.it-item .right {
    width: 45%;
    text-align: right;
}

.it-item span {
    font-family: "Daxline Pro Regular";
}

.it-inet {
    margin-bottom: 5px;
}

.it-tv {
    margin-bottom: 5px;
}

.it-tv a {
    text-decoration: none;
    border-bottom: 1px dotted #337ab7;
    margin-left: 0;
}

.it-phone {
    margin-bottom: 20px;
}

.it-profit {
    top: 155px;
}

.t-extra {
    min-height: 350px;
}