.services {
    display: table;
    width: 100%;
    cursor: pointer;
    padding-right: 2px;
    margin-bottom: 6px;
}
.table-services {
    position: relative;
}
.table-services:last-child {
    border-bottom: 0;
}
.services .col {
    padding: 6px 10px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.services .col .btn-packet {
    padding: 0;
}
.services .all-info {
    min-width: 140px;
}
.services .choice {
    min-width: 122px;
}
.services .choice > select {
    width: 122px;
    height: 26px;
    border: 1px solid #DFE4EB;
    cursor: pointer;
}

.services .all-info .name-serv {
    text-align: left;
    font-size: 11px;
    line-height: 13px;
    padding-left: 35px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
    height: 32px;
}

.services .name img {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 25px;
    height: 25px;
}

.name-border {
    width: 120px;
}

.services .col.all-info {
    overflow: hidden;
}

.services .price {
    width: 75px;
    padding-right: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #5A5A5A;
    text-align: right;
}

.services .button {
    padding-right: 10px;
}

.hiden_block {
    display: none !important;
}

.btn.btn-packet.btn-packet-buy > .text-el {
    border: 1px solid #e3e3e3;
    background-color: #F2F6F9;
    padding: 5px;
    border-radius: 3px;
}

.btn.btn-packet.btn-packet-unbuy > .text-el {
    border: 1px solid darkorange;
    background-color: orange;
    padding: 5px;
    border-radius: 3px;
    color: #ffffff;
}
.packet_mini_popup {
    padding: 12px;
    border: 1px solid #ccc;
    background-color: white;
}

.table-services .tooltipster {
    background-color: white;
    padding: 3px;
    margin: 1px;
}
.icon_info_t {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/info-icon.png);
    
}