
.tabsWrap {
    margin-bottom: 35px;
}

.bonuses .tabs {
    float: left;
    border-top: 1px solid #eceaea;
    border-left: 1px solid #dad9d9;
    border-right: 1px solid #dad9d9;
    border-bottom: 1px solid #bebebe;
    border-radius: 8px;
    background: #FEFFFF;
    background: linear-gradient(#FEFFFF, #f2efed);
    -pie-background: linear-gradient(#FEFFFF, #f2efed);
}

.bonuses .tabs .tabsItem {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 95px;
    text-align: center;
    font-size: 13px;
    color: #3f454b;
    font-weight: bold;
    text-shadow: 0px 1px 0px #fff;
    text-decoration: none;
    font-family: Helvetica, arial, sans-serif;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.bonuses .tabs .tabsItem.tabsItemLeft {
    border-radius: 8px 0 0 8px;
}

.bonuses .tabs .tabsItemLeft.active {
    color: #fff;
    text-shadow: 0px -1px 0px #000;
    background: #439538;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .3);
}

.bonuses .tabs .tabsItem.tabsItemRight {
    border-radius: 0 8px 8px 0;
}

.bonuses .tabs .tabsItemRight.active {
    color: #fff;
    text-shadow: 0px -1px 0px #000;
    background: #ff3535;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .3);
}

.bonusSumBlock {
    float: right;
    font-size: 13px;
    padding: 6px 15px;
    border-radius: 8px;
    border: 1px solid #e7e5e5;
}

.bonusSumBlock span {
    color: #7f868e;
    margin-left: 10px;
}

.bonusSumBlock span b {
    font-size: 15px;
}

.bonusSumBlock span.active {
    color: #439538;
}

.bonusSumBlock label {
    color: #3f454b;
}

.cabinetTable {
    width: 100%;
    border-spacing: 0;
    font-family: Helvetica, arial, sans-serif;
}

.cabinetTable thead th .thLine {
    height: 1px;
    line-height: 0;
    font-size: 0;
    background: #ccc;
    margin-top: 3px;
}

.cabinetTable thead th {
    font-size: 11px;
    text-align: left;
    font-weight: normal;
    color: #7f868e;
    padding: 0 0 0 15px;
}

.cabinetTable thead tr th:last-child {
    padding: 0 15px;
}

.cabinetTable tbody td {
    font-size: 13px;
    padding: 10px 0px 10px 15px;
}

.cabinetTable tbody tr td:last-child {
    padding: 10px 15px;
}

.cabinetTable tbody tr:hover td {
    background: #f2f3f3;
}

.cabinetTable tbody tr:hover td:first-child {
    border-radius: 8px 0 0 8px;
}

.cabinetTable tbody tr:hover td:last-child {
    border-radius: 0 8px 8px 0;
}

.cabinetTable tbody tr.lightGray td {
    color: #7f868e;
}

.rxGreenBold {
    color: #439538;
    font-weight: bold;
}

.cabinetTable tfoot td {
    font-size: 13px;
    padding: 10px 0px 10px 15px;
    color: #7f868e;
}

.cabinetTable tfoot td b {
    font-size: 19px;
}

.tfootHd {
    border-bottom: 1px solid #ccc;
    padding-top: 40px !important;
}

.bold {
    font-weight: bold;
}

.bonuses .ico-fire {
    display: inline-block;
    width: 8px;
    height: 12px;
    margin-left: 5px;
    background: url('../../images/redesign2/ico-fire.png') 0 0 no-repeat;
}

.bonuses .ico-birthday {
    margin-left: -15px;
    margin-right: 5px;
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("../../images/redesign2/icon-birthday.png") 0 0 no-repeat;
}

.bonusHd {
    float: left;
    color: #262626;
    font-size: 27px;
    margin: 0 20px 0 0;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

li.clearfix {
    display: block;
}

.moreDetails {
    font-size: 11px;
    padding: 13px 15px 5px 15px;
    background: #f1f2f2 url("../../images/redesign2/moreDetails.png") 0 0 repeat-x;
}

.moreDetails strong {
    display: block;
    margin: 0 0 10px 0;
}

.moreDetails p {
    margin: 0 0 10px 0;
}

.lkRightNav .lkRightNavItem .moreDetails a {
    display: inline;
    background: 0 none;
    border: 0 none;
    line-height: 1;
    padding: 0;
    font-size: 11px;
    text-decoration: underline;
}

.lkRightNav .lkRightNavItem .moreDetails a:hover {
    text-decoration: none;
}

.blue {
    color: #4b5eab;
}

.green {
    color: #76bc21;
}

.lkRightNav .lkRightNavItem .moreDetails a.blue {
    color: #2f7cbb;
}

.gold {
    color: #977200;
}

/*=================================*
*
*          Б О Н У С Ы
*
*==================================*/
.bonusInfo {
    font-size: 12px;
    line-height: 1.33;
    font-family: Graphik_LC, sans-serif;
    color: #9d9d9d;
    padding: 15px 20px;
    text-align: left;
    cursor: pointer;
    border-top: 1px solid #d9d9d9;
}

.bonusInfo .bonusInfoInner {
    display: inline-block;
    position: relative;
    left: 0;
}

html.ie11 .bonusInfo .bonusInfoInner {
    left: 50px;
}

.bonusInfo .bonusInfoInner:after {
    content: "";
    display: table;
    clear: both;
}

.bonusInfo .q-bonus-inner-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.bonusInfo .q-bonus-icons {
    float: left;
    width: 22px;
    height: 25px;
    margin-right: 8px;
}

.bonusInfo .q-bonus-icons .link {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../../images/redesign3/bonus-green.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: relative;
    top: -2px;
    height: 100%;
    width: 100%;
}

.bonusInfo.bonusCobrandCard .q-bonus-icons .link {
    background: url('../../images/redesign3/icon-bonuses-cobr.png') 50% 50% no-repeat !important;
}

.bonusInfo .q-bonus-icons .link-cobr {
    display: block;
    height: 100%;
    width: 100%;
    background: url('../../images/redesign3/icon-bonuses-cobr.png') 50% 50% no-repeat;
    background-size: 51px 32px;
}

.bonusInfo .bonusQuantity {
    float: left;
    float: none \9;
    margin: 0;
    width: auto;
    text-align: left;
    background: url('../../images/redesign3/icon-bonuses-to-card.png') 96% 0 no-repeat;
    padding-right: 24px;
    font-family: Graphik_LC, sans-serif;
    color: #555555;
    font-size: 17px;
    font-weight: bold;
    vertical-align: top;
    line-height: 17px;
}

html.ie11 .bonusInfo .bonusQuantity {
    margin-right: 20px;
}

.bonusInfo .bonusQuantity .num {
    display: inline-block;
    margin: 0;
}

.bonusInfo .bonusQuantity .q-text {
    font-size: 11px;
    font-weight: normal;
    color: #3f454b;
    display: inline-block;
}

.bonusInfo .bonusLink {
    float: left;
    float: none \9;
    margin: 0;
    width: auto;
    text-align: left;
    margin-top: 1px;
    cursor: pointer;
}

html.ie11 .bonusInfo .bonusLink {
    width: 150px;
}

.bonusInfo .bonusLink .icons {
    display: none;
}

.bonusInfo .bonusLink .q-na {
    font-size: 11px;
    font-weight: normal;
    color: #3f454b;
}

.bonusInfo .bonusLink .text {
    text-decoration: none;
    border-bottom: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #0085CF;
    font-size: 11px;
    top: 0 !important;
}

.bonusInfo .bonusLink .text:hover {
    text-decoration: none;
    border-bottom: none;
}

.bonusInfo .bonusLink .text:hover {
    color: #B4213B;
}

/*-----  End of POPUP   SERVICES   DETAILS  ------*/
/*==========================================
=            POPUP   BONUS CARD            =
==========================================*/
.popupBonusCard {
    position: fixed;
    width: 701px;
    top: 50%;
    left: 50%;
    margin-top: -292px;
    margin-left: -380px;
    padding: 45px 40px 100px;
    font-size: 13px;
    line-height: 19px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    z-index: 500;
}

.popupBonusCardInner {
    position: relative;
    font-family: Graphik_LC, Arial, Helvetica, sans-serif;
}
.popupBonusCardInner:before {
    content: '';
    position: absolute;
    right: -186px;
    top: -45px;
    display: inline-block;
    width: 287.51px;
    height: 105.36px;
    background: url('/static/images/redesign3/bonuses/bonusyata.png') no-repeat;
}

.popupCobrandCardInner{
    background: url(/club/static/img/pic6.jpg) no-repeat 95% 65px transparent;
    background-size: 200px;
    padding-right: 30px;
}

.popupBonusCardHd{
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.popupBonusCardText{
    font-size: 13px;
    font-weight: normal;
}

.popupBonusCardText p {
    line-height: 1.4;
    margin: 15px 0;
}

.popupBonusCardText .red {
    color: #C10230;
}

.popupBonusCardText .popupBonusCardTextSample {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-bottom: 20px;
}
.popupBonusCardText .popupBonusCardTextSmall {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    margin-bottom: 21px;
}
.popupBonusCardText .popupBonusCardTextGray {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #AEAEAE;
}
.popupBonusCardText .popupBonusCardLink {
    margin-bottom: 16px;
}
.popupBonusCardText .popupBonusCardLink a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #76BC21;
    text-decoration: underline;
    transition: opacity .25s ease;
}
.popupBonusCardText .popupBonusCardLink a:hover {
    opacity: .8;
}
.popupBonusCardText .popupBonusCardImage {
    position: absolute;
    bottom: -115px;
    right: 0;
}

.popupBonusCard .close {
    height: 32px;
    width: 32px;
    border: none;
    background: url('../../images/redesign3/icon-close-slide-item.png') transparent 50% 50% no-repeat;
    z-index: 2;
}
.popupBonusCard .popupBonusCardLink {
    margin-bottom: 0;
}
.popupBonusCard .popupBonusTextRed {
    font-family: GraphikCy-Regular, Arial, sans-serif;
    font-size: 12px;
    color: #CE1037;
    line-height: 16px;
    padding-right: 75px;
}
.popupBonusCard p {
    margin: 15px 0;
}
.popupBonusCard a {
    color: #76bc21;
    text-decoration: underline;
}


.popupBonusCard .close:hover {
    background: url('../../images/redesign3/icon-close-slide-item-red.png') white 50% 50% no-repeat;
}

/*-----  End of POPUP   BONUS CARD  ------*/
/*===========================================================
=            PERSONAL  CABINET   ----    BONUSES            =
===========================================================*/
.q-bonuses {
    width: 100%;
}

.q-bonuses .customBonusTab {
    margin-bottom: 0px;
}

.q-bonuses .bonusHd {
    font-weight: 500;
    color: #262626;
    font-size: 20px;
    margin: 4px 0 21px 0;
}

.q-bonuses .sortBy {
    float: right;
    margin-top: 0;
}

.q-bonuses .sortBy .sortByItem {
    box-sizing: border-box;
    display: block;
    height: 30px;
    width: 100px;
    font-size: 12px;
    font-weight: normal;
    color: #555555;
    border-radius: 2px;
    border: 1px solid #C9C9C9;
    box-shadow: none;
    background-color: white;
    background-image: none;
    line-height: 28px;
    text-align: center;
    padding: 0;
    text-transform: capitalize;
    transition: background 0.1s;
}

.q-bonuses .sortBy .sortByItem:hover {
    background-color: #F9F9F9;
}

.q-bonuses .sortBy .sortByItem:hover {
    border-bottom: 1px solid #c9c9c9;
}

.q-bonuses .sortBy .sortByItemLeft {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    right: -1px;
}

.q-bonuses .sortBy .sortByItemRight {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.q-bonuses .sortBy .sortByItem.sortByItemActive {
    background: #76bc21;
    border: 1px solid #76bc21;
    box-shadow: none;
    color: white;
    text-shadow: none;
}

.q-bonuses .sortBy .sortByItem.sortByItemActive:hover,
.q-bonuses .sortBy .sortByItem.sortByItemActive:active,
.q-bonuses .sortBy .sortByItem.sortByItemActive:hover:active {
    background: #98cc58 !important;
    border: 1px solid #98cc58 !important;
    color: white !important;
    border-radius: 2px;
}

.q-bonuses .cabinetTable thead tr {
    padding: 0;
}

.q-bonuses .cabinetTable thead th {
    font-size: 13px;
    font-weight: normal;
    color: #7c7c7c;
    height: 20px;
    padding: 20px;
}

.q-bonuses .cabinetTable thead th .thLine {
    display: none;
}

.q-bonuses .cabinetTable tbody tr {
    position: relative;
    padding: 0;
    border-bottom: none;
    background-color: white;
    border-bottom: 1px solid #E4E4E4;
}

.q-bonuses .cabinetTable tbody tr:hover td {
    border-radius: 0;
}

.q-bonuses .cabinetTable tbody td {
    padding: 20px;
    height: 20px;
}

.q-bonuses .cabinetTable .ico-birthday {
    margin-left: -18px;
    margin-right: 3px;
}

.q-bonuses .cabinetTable .ico-fire {
    display: none;
}

.q-bonuses .showOrderDocInfo:hover {
    color: #B4213B;
}

.q-bonuses .showOrderDocInfo:hover {
    text-decoration: none;
    border-bottom: none;
}

.q-bonuses .cabinetTableAdd .bold {
    font-size: 12px;
    font-weight: 500;
    color: #76bc21;
}

.q-bonuses .cabinetTableAdd tfoot .tfootHd {
    font-size: 13px;
    font-weight: normal;
    color: black;
    padding-left: 0;
    padding-bottom: 17px;
    border-bottom: 1px solid #D8D8D8;
}

.q-bonuses .cabinetTableAdd tfoot tr:last-child td:last-child {
    padding-left: 0;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #76bc21;
}

.q-bonuses .cabinetTableAdd tfoot tr:last-child td:last-child b {
    font-size: 24px;
    font-weight: 500;
    color: #76bc21;
    margin-right: 5px;
}

.q-bonus-check-popup {
    padding: 20px 20px 12px 20px;
}

.q-bonus-check-popup .close {
    height: 40px;
    width: 40px;
    border: none;
    background: url('../../images/redesign3/icon-close-slide-item.png') white 50% 50% no-repeat;
}

.q-bonus-check-popup .close:hover {
    background: url('../../images/redesign3/icon-close-slide-item-red.png') white 50% 50% no-repeat;
}

.q-bonus-check-popup .bonuses {
    padding: 0;
}

.q-bonus-check-popup .bonuses .q-header-row {
    padding-left: 0;
}

.q-bonus-check-popup .bonuses th {
    font-size: 12px;
    font-weight: normal;
    color: #797d81;
    padding-left: 0;
}

.q-bonus-check-popup .bonuses td {
    padding: 9px 0;
    font-size: 13px !important;
    font-weight: normal !important;
    color: #3f454b !important;
    line-height: 16px;
}

.q-bonus-check-popup .bonuses .bonusHd {
    font-size: 20px;
    font-weight: 500;
    color: #262626;
}

.q-bonus-check-popup .bonuses .bonusDate {
    font-size: 13px;
    font-weight: normal;
    color: #3f454b;
    padding-top: 0;
    line-height: 23px;
}

.q-bonus-check-popup .bonuses tfoot td:last-child {
    padding: 0 15px;
}

.q-bonus-check-popup .bonuses tfoot td:last-child.tfootHd {
    font-size: 12px;
    font-weight: normal;
    color: #797d81;
    line-height: 14px;
}

.q-bonus-check-popup .bonuses tfoot td:last-child.q-bonus-sum {
    padding-top: 7px;
}

.q-bonus-check-popup .bonuses tfoot td:last-child b {
    font-size: 22px;
    font-weight: 900;
    color: #3f454b;
    font-family: Graphik_LC, Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 27px;
}

/*-----  End of PERSONAL  CABINET   ----    BONUSES  ------*/