.h4 {
    font-size: 18px;
}

.heading.h4 {
    margin-top: -6px;
}

.preface-intro {
    position: relative;
    margin-top: 6px;
}

.preface-intro__content {
    padding-top: 44px;
}

.preface-intro__content h1 {
    color: #fff;
    font-size: 40px;
}

.preface-intro-description {
    font-size: 16px;
    color: #e9e9e9;
    line-height: 1.45em;
}

.preface-intro__content .breadcrumbs {
    margin-top: 0
}

.preface-intro__content .breadcrumbs > li > a,
.preface-intro__content .breadcrumbs > li:after,
.preface-intro__content .breadcrumbs > li > span {
    color: #a4e5fe
}

.preface-intro__image {
    text-align: center;
    height: 301px;
    overflow: hidden;
}

.preface-intro__image img {
    max-width: none
}

.page-promo p {
    line-height: 1.55em
}

.page-promo h2 {
    margin-bottom: 18px;
}

.page-promo-section + .page-promo-section {
    margin-top: 40px;
}

.f-list {
    margin-top: 32px;
}

.f-list__item.d-flex {
    display: flex;
    align-items: center;
}

.f-list__item-count {
    flex-shrink: 0;
    padding: 10px 0 0 0;
    text-align: center;
    height: 76px;
    width: 76px;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    font-family: "GloberBold";   
    background: rgba(0,109,255,1);
    background: -moz-linear-gradient(left, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,109,255,1)), color-stop(100%, rgba(0,157,255,1)));
    background: -webkit-linear-gradient(left, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
    background: -o-linear-gradient(left, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
    background: linear-gradient(to right, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006dff', endColorstr='#009dff', GradientType=1 );
}

.f-list__item.d-flex .f-list__item-count {
    margin-right: 22px;
}

.f-list__item.d-flex .f-list__item-title {
    margin-top: 0
}

.f-list__item-title {
    color: #000;
    margin-top: 16px;
    line-height: 1.55em
}

.f-list__item-title > span {
    display: block;
}

.text-blue {
    color: #006fcc
}

.text-red {
    color: #FB5220
}

.text-green {
    color: #6C9A44
}

.page-promo-annotation {
    max-width: 920px;
}

.f-block {
    margin-top: 50px;
}

.f-block h2 {
    margin: 0
}

.f-block__item {
    display: flex;
    color: #000;
    line-height: 1.55em
}

.f-block__item .icon {
    margin-right: 28px;
    padding-top: 6px;
    flex-shrink: 0
}

.text-orange {
    color: #FF9403
}

.a-status {
    margin-top: 46px;
}

.a-status__item {
    box-shadow: 0 0 20px rgba(219,219,219,.5);
    border-radius: 4px;
    padding: 28px 20px 30px 28px
}

.a-status__item .heading {
    font-size: 22px;
    font-family: "GloberBold";
    color: #000;
}

.a-status__item .icon {
    margin-bottom: 10px;
}

.a-status__item-description {
    margin-top: 10px;
    line-height: 1.55em
}

.a-status__item-list {
    margin-top: 22px;
}

.list-styled:not(:last-child) {
    margin-bottom: 38px;
}

.a-status__item-list ul,
ul.list-styled {
    list-style: none;
    margin: 0
}

.a-status__item-list ul li,
ul.list-styled li {
    margin-top: 20px;
    position: relative;
    padding-left: 18px;
}

.list-styled li {
    color: #000;
}

ul.list-styled li {
    padding-left: 22px;
}

.list-styled li + li {
    margin-top: 14px;
}

.a-status__item-list ul li:after,
ul.list-styled li:after {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(0,109,255,1);
    background: -moz-linear-gradient(left, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,109,255,1)), color-stop(100%, rgba(0,157,255,1)));
    background: -webkit-linear-gradient(left, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
    background: -o-linear-gradient(left, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
    background: linear-gradient(to right, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006dff', endColorstr='#009dff', GradientType=1 );
}

.table-gray__row.row-hidden {
    display: none;
}

.table-expanded .table-gray__row.row-hidden {
    display: flex;
}

.table-gray__head {
    border-radius: 4px 4px 0 0;
    background-color: #e0e7e7;
}

.table-gray__body {
    border-radius: 0 0 4px 4px
}

.table-gray__head .table-gray__cell {
    color: #191919
}

.table-gray__row {
    display: flex;
    padding: 20px 20px 20px 28px;
}

.table-gray__body {
    border: 1px solid #f1f1f1;
}

.table-gray__body .table-gray__row:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.table-gray__head .table-gray__row {
    padding: 14px 20px 14px 28px;
}

.table-gray__cell {
    display: flex;
    align-items: center;
}

.table-gray__cell.cell-last {
    flex: 0 0 auto;
    width: 108px;
}

.btn-gray-outline {
    border: 1px solid #d5dadd;
    border-radius: 4px;
    color: #282828;
    font-size: 12px;
    padding: 8px 14px 9px;
    text-decoration: none;
    user-select: none;
    white-space: nowrap;
}

.btn-gray-outline:active {
    box-shadow: 0 2px 4px rgba(0,0,0,.2) inset;
}

.table-expand-toggle {
    text-align: center;
    padding: 13px 0;
}

.order-status-hero {
    display: flex;
    align-items: center;
}

.order-date-hero,
.order-price-hero {
    display: flex;
    align-items: flex-start;
}

.order-status-hero .icon,
.order-date-hero .icon,
.order-price-hero .icon {
    margin-right: 10px;
    font-size: 0;
    line-height: 0;
}

.order-date-hero .icon,
.order-price-hero .icon {
    position: relative;
    top: 2px;
}

.order-status,
.order-date {
    line-height: 1.66em
}

.my-bb {
    padding: 20px 20px 20px 28px;
    box-shadow: 0 3px 20px rgba(0,0,0,.09);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bonus-timeline {
    width: 100%;
    max-width: 380px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.bonus-timeline:after,
.bonus-timeline:before {
    content: '';
    display: block;
    height: 2px;
    background-color: #f1f1f1;
    position: absolute;
    left: 0;
    right: 20px;
    top: 7px;
}

.bonus-timeline:before {
    left: 16px;
    width: 0;
    background-color: #0085ff;
    z-index: 1;
}

.bonus-timeline.step-1 .timeline-point:first-child .timeline-point-image {
    border: 2px solid #0085ff;
    background-color: #fff;
}

.bonus-timeline.step-2:before {
    width: 31%;
    right: auto;
}

.bonus-timeline.step-3:before {
    width: 56%;
    right: auto;
}

.bonus-timeline.step-4:before {
    width: auto;
    right: 20px;
    left: 16px;
}

.bonus-timeline.step-4 .timeline-point .timeline-point-image {
    border: 2px solid #0085ff;
    background-color: #fff;
}

.bonus-timeline.step-2 .timeline-point:nth-child(1) .timeline-point-image,
.bonus-timeline.step-2 .timeline-point:nth-child(2) .timeline-point-image {
    border: 2px solid #0085ff;
    background-color: #fff;
}

.bonus-timeline.step-3 .timeline-point:nth-child(1) .timeline-point-image,
.bonus-timeline.step-3 .timeline-point:nth-child(2) .timeline-point-image,
.bonus-timeline.step-3 .timeline-point:nth-child(3) .timeline-point-image {
    border: 2px solid #0085ff;
    background-color: #fff;
}

.timeline-point {
    text-align: center;
    position: relative;
    z-index: 3
}

.timeline-point-image {
    margin: 0 auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #f1f1f1
}

.timeline-point-title {
    margin-top: 4px;
    font-size: 12px;
    color: #191919
}

.my-bb__status {
    display: flex;
    align-items: center;
    color: #191919;
}

.heading.h2 {
    font-family: "GloberBold";
    font-size: 22px;
    margin-bottom: 16px;
    color: #191919
}

.my-bb-hero {
    margin-top: 34px;
}

.my-bb__status .heading {
    font-family: "GloberBold";
    font-size: 22px;
    margin-top: -4px;
    margin-bottom: 0
}

.my-bb__status .icon {
    font-size: 0;
    line-height: 0;
    margin-right: 16px;
}

.my-bb__quantity {
    color: #191919;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
}

.my-bb__quantity .icon {
    margin-right: 20px;
}

.text-bold {
    font-family: "GloberBold";   
}

.text-dark {
    color: #000
}

a.text-blue {
    color: #0076FF
}

.my-bb__quantity-more a {
    color: #0076ff;
    font-size: 12px;
}

.cell-history .icon {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.order-history-number {
    margin-right: 10px;
}

.table-history {
    margin-top: 36px;
    box-shadow: 0 3px 20px rgba(0,0,0,.09);
    color: #000;
}

.my-bb-link {
    margin-top: 36px;
}

.my-bb-link a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 162px;
    width: 262px;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    transition: all ease .185s;
 }

.my-bb-link a:hover {
    border-color: #d6d4d4
}

.content-area-gray {
    background-color: #F2F8F8;
    border-radius: 6px;
    font-size: 14px;
    color: #454545;
    line-height: 1.4em
}

.review-rules__item {
    display: flex;
    align-items: flex-start;
}

.review-rules__item > .icon {
    margin-right: 20px;
    flex-shrink: 0;
}

.bb-reviews-block__content > .row {
    align-items: flex-start;
}

.content-area-gray {
    padding: 19px 20px 19px 20px
}

.review-rule {
    position: relative;
}

.review-rule:after {
    content: '';
    position: absolute;
    right: 14%;
    top: -24px;
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #F2F8F8;
    z-index: 2;
}

.review-rule + .review-rule {
    margin-top: 25px;
}

.review-rules__item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.review-rules__item-content .heading {
    margin-bottom: 20px;
}

.review-rule--short:not(:last-child) {
    margin-bottom: 30px;
}

.review-rule--short.content-area-gray {
    display: inline-block;
    max-width: 420px;
    padding: 7px 12px;
}

.review-rules__title {
    color: #191919;
    font-size: 22px;
    margin-bottom: 26px;
}

.review-rules__title > .reviews-block-line {
    margin-top: 4px;
}

.btn-orange {
    padding: 10px 20px 11px;
    border-radius: 4px;
    font-family: "Glober";
    text-decoration: none;
    display: inline-block;
    color: #2B2525;
    font-size: 14px;
    background: rgba(255,167,0,1);
    background: -moz-linear-gradient(top, rgba(255,167,0,1) 0%, rgba(255,137,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,167,0,1)), color-stop(100%, rgba(255,137,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,167,0,1) 0%, rgba(255,137,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,167,0,1) 0%, rgba(255,137,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,167,0,1) 0%, rgba(255,137,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,167,0,1) 0%, rgba(255,137,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa700', endColorstr='#ff8900', GradientType=0 );
}

.btn-orange:hover {
    color: #fff;
    background-color: #006DFF;
    background-image: -o-linear-gradient(bottom, #006DFF 0%, #009DFF 100%);
    background-image: -webkit-linear-gradient(bottom, #006DFF 0%, #009DFF 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#006DFF), to(#009DFF));
    background-image: linear-gradient(to top, #006DFF 0%, #009DFF 100%);
}

.btn-orange:active {
    box-shadow: 0 2px 4px rgba(0,0,0,.2) inset;
}

.reviews-block-line {
    font-size: 16px;
    color: #211B1B
}

.bb-reviews-block {
    border: 1px solid #F1F1F1;
    border-radius: 6px;
}

.bb-reviews-block__heading {
    border-bottom: 1px solid #F1F1F1;
    padding: 19px 32px;
}

.bb-reviews-block__heading .heading.h2 {
    margin-bottom: 4px;
}

.bb-reviews-block__content {
    padding: 29px 32px 42px 32px 
}

.review-rules__send {
    margin-top: 32px;
}

.seo-block__block {
    color: #191919;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
        
    .table-gray__body {
        border-top: 0 none
    }

    .table-gray__cell {
        flex: 1 0 auto;
    }

    .cell-1,
    .cell-2 {
        max-width: 306px;
    }

    .cell-1,
    .cell-price {
        min-width: 200px;
    }

    .cell-2 {
        min-width: 160px
    }

    .f-block {
        border: 1px solid #f1f1f1;
        border-radius: 4px;
        padding: 34px 46px;
        margin-top: 50px;
    }

    .preface-intro__content {
        position: absolute;
        top: 0;
        left: 0; 
        height: 100%;
        width: 100%;
    }

    .preface-intro-description {
        max-width: 55%
    }

}

@media only screen and (min-width: 1200px) {

    .review-rules .col-6 {
        width: 50%;
    }

    .content-area-gray {
        padding-right: 86px;
    }

    .bb-reviews-block__content {
        padding-right: 76px
    }
}

@media only screen and (max-width: 1199px) {

    .review-rules__item > .icon {
        margin-right: 20px;
    }

    .bb-reviews-block__content,
    .bb-reviews-block__heading {
        padding: 20px 20px;
    }

    .bb-reviews-block__content .col-6 + .col-6 {
        margin-top: 30px;
    }

    .bb-reviews-block__content .col-6 {
        width: 100%
    }

    .bb-reviews-block__content .row {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 991px) {

    .my-bb {
        flex-wrap: wrap;
    }

    .bonus-timeline {
        margin-top: 20px;
    }

    .row.a-status {
        flex-wrap: wrap;
    }

    .a-status__item {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {

    .my-bb__status {
        flex-grow: 1;
        width: 50%;
    }

    .my-bb__quantity {
        width: 50%;
        justify-content: flex-end;
        text-align: right;
    }

    .row.a-status > .col-3 {
        width: 50%;
    }
    
}

@media only screen and (max-width: 767px) {

    .cell-2 {
        margin-left: auto;
    }

    .cell-price {
        margin-left: 20px;
    }

    .table-gray__head {
        display: none;
    }

    .table-gray__row {
        flex-wrap: wrap;
    }

    .table-gray__cell .cell-1,
    .table-gray__row .cell-last {
        width: 100%;
    }



    .table-gray__row .cell-last {
        justify-content: flex-end;
        margin-top: 20px;
    }

    .row.f-list,
    .f-block > .row {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .row.f-list > .col-3 {
        width: 50%;
    }

    .f-list__item {
        margin-bottom: 30px;
    }

    .row.a-status > .col-3,
    .f-block > .row > .col-4 {
        width: 100%;
    }

    .f-block__item-description br,
    .f-block h2 br {
        display: none
    }

    .f-block__item {
        align-items: center;
        margin-top: 30px;
    }

    .preface-intro__content {
        padding-bottom: 44px;
        background: rgba(0,109,255,1);
        background: -moz-linear-gradient(left, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,109,255,1)), color-stop(100%, rgba(0,157,255,1)));
        background: -webkit-linear-gradient(left, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
        background: -o-linear-gradient(left, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
        background: linear-gradient(to right, rgba(0,109,255,1) 0%, rgba(0,157,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006dff', endColorstr='#009dff', GradientType=1 );
    }

    .preface-intro__image {
        display: none
    }
}

@media only screen and (max-width: 567px) {

    .my-bb-link a {
        width: 100%;
    }
    
    .my-bb__status,
    .my-bb__quantity {
        width: 100%;
    }

    .my-bb__quantity {
        margin-top: 20px;
    }

    .table-gray__cell {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }

    .table-gray__cell.cell-1 {
        margin-top: 0
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1
}

ul.nav-tabs {
    position: relative;
    border-bottom: 0;
    display: flex;
}

ul.nav-tabs.nav > li,
ul.nav-tabs.nav > li > a {
    float: none;
    border-bottom: 0 none
}

ul.nav-tabs.nav > li {
    flex-grow: 1;
}

ul.nav-tabs.nav > li + li {
    margin-left: 0;
}

ul.nav-tabs.nav li:hover, 
ul.nav-tabs.nav li.active {
    border-bottom: 0 none
}

ul.nav-tabs:after {
    background-color: #F2F4F5;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

ul.nav-tabs > li > a {
    position: relative;
    z-index: 2;
    font-size: 15px;
    color: #282828;
    padding: 16px 10px 18px;
    font-family: "GloberBold";
    text-align: center;
}

ul.nav-tabs > li > a:after {
    content: '';
    background-color: #0168CF;
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition: all ease 0.185s;
    -khtml-transition: all ease 0.185s;
    -moz-transition: all ease 0.185s;
    transition: all ease 0.185s;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

ul.nav-tabs > li.active > a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.tab-content {
    padding: 30px 0
}

.fake-form {
    box-shadow: 0 3px 20px rgba(0,0,0,.09);
    border-radius: 8px;
}

.fake-form .h-note {
    color: #000
}

.fake-form__holder {
    display: flex;
    align-items: flex-start;
}

.fake-form__holder > .icon {
    margin-right: 24px;
}

.fake-form__header {
    padding: 16px 23px;
    border-bottom: 1px solid #E2E2E2
}

.fake-form__body {
    padding: 21px 23px 25px 23px
}

.fake-form__holder {
    margin-top: 36px;
    padding-left: 18px;
}

.section-mt {
    margin-top: 30px;
}

.section-heading {
    color: #000;
    font-size: 15px;
    font-family: "GloberBold";   
    margin-bottom: 22px;
}

.mobile-tabs-select {
    margin-top: 20px;
}

.mobile-tabs-select select {
    display: block;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    color: #222630;
    font-family: "GloberBold";
    padding-left: 12px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/modules/bonuses/images/next-big.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

@media only screen and (min-width: 768px) {
    .mobile-tabs-select {
        display: none;
    }

    .preface-intro ul.nav-tabs {
        position: static;
    }
}

@media only screen and (max-width: 767px) {

    .reviews-block-line {
        margin-top: 8px
    }

    .preface-intro .nav-tabs {
        /*position: absolute;
        opacity: 0;
        visibility: hidden;*/
        display: none;
    }
}

.company-benefits {
    display: flex;
    justify-content: center;
    max-width: 880px;
    margin: 22px auto;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,.1);
    padding: 20px;
}

.bonuses-first {
    margin-top: 6px;
    background-image: url(/modules/bonuses/images/bg-11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 82px 0 42px
}

.bonuses-first__holder {
    text-align: center;
}

.bonuses-first__holder h1,
.bonuses-rules h1 {
    font-size: 40px;
    color: #fff;
    margin: 0
}

.stacked-block {
    display: inline-flex;
    overflow: hidden;
    margin-top: 20px;
}

.company-benefits__item {
    display: flex;
    align-items: center;
}

.stacked-block__coupon {
    display: flex;
}

.company-benefits__item-image {
    margin-right: 20px;
    font-size: 0;
    line-height: 0;
}

.company-benefits__item-description {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
}

.company-benefits__item {
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
}

.company-benefits__item + .company-benefits__item {
    border-left: 1px solid rgba(230,230,230,.41);
}

.btn-outline {
    border: 1px solid #2ca7f0;
    border-radius: 21px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 36px;
    transition: all ease .125s;
}

.btn-outline:hover {
    border-color: #fff
}

.btn-outline:active {
    box-shadow: 0 2px 4px rgba(0,0,0,.2) inset;
}

.bonuses-first__holder .second-line,
.bonuses-rules .second-line {
    font-size: 22px;
    margin-top: 6px;
    color: #fff;
}

.stacked-block__coupon {
    background-color: #fff;
    align-items: center;
    position: relative;
    border-radius: 4px 0 0 4px;
    padding: 11px 18px;
    margin-right: 1px;
}

.stacked-block__coupon:after,
.stacked-block__action > a:after {
    content: '';
    width: 9px;
    position: absolute;
    background-size: 9px 84px;
    background-repeat: no-repeat;
    background-image: url(/modules/bonuses/images/dots2.svg);
    right: -5px;
    top: 4px;
    bottom: -11px;
    z-index: 2
}

.stacked-block__action > a:after {
    right: -4px;
}

.stacked-block__action {
    display: flex;
}

.stacked-block__action > a {
    text-align: center;
    display: flex;
    align-items: center;
    font-family: "GloberBold";
    font-size: 22px;
    color: #fff;
    position: relative;
    padding: 30px 50px;
    text-decoration: none;
    background: rgba(248,199,42,1);
    background: -moz-linear-gradient(left, rgba(248,199,42,1) 0%, rgba(253,151,17,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,199,42,1)), color-stop(100%, rgba(253,151,17,1)));
    background: -webkit-linear-gradient(left, rgba(248,199,42,1) 0%, rgba(253,151,17,1) 100%);
    background: -o-linear-gradient(left, rgba(248,199,42,1) 0%, rgba(253,151,17,1) 100%);
    background: -ms-linear-gradient(left, rgba(248,199,42,1) 0%, rgba(253,151,17,1) 100%);
    background: linear-gradient(to right, rgba(248,199,42,1) 0%, rgba(253,151,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c72a', endColorstr='#fd9711', GradientType=1 );
}

.stacked-block__coupon-image {
    margin-right: 17px;
}

.stacked-block__coupon-title {
    font-size: 16px;
    line-height: 22px;
    color: #3E3A3A;
    font-family: "GloberBold";
    text-align: left;
    margin-right: 12px;
}

.stacked-block__coupon-count {
    font-size: 50px;
    color: #3E3A3A;
    font-family: "GloberBold";
}

.bonuses-first__holder-title {
    position: relative;
    display: inline-block;
}

.float-header {
    position: absolute;
    top: -46px;
    right: 18px;
    font-family: "GloberBold";
    color: #282828;
    font-size: 14px;
    border-radius: 15px;
    background-color: #fff;
    padding: 5px 15px;
}

.float-header:after {
    content: '';
    position: absolute;
    left: 26px;
    top: 25px;
    border: 10px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

@media only screen and (max-width: 767px) {

    .company-benefits__item-image {
        width: 64px;
        text-align: center;
        flex-shrink: 0;
    }

    .company-benefits,
    .stacked-block {
        flex-wrap: wrap;
    }

    .company-benefits__item {
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-shrink: 1
    }
    
    .stacked-block__coupon,
    .stacked-block__action,
    .stacked-block__action > a {
        width: 100%;
        justify-content: center;
    }

    .stacked-block__action {
        margin-top: 20px;
    }

    .stacked-block__coupon {
        border-radius: 0;
    }

    .stacked-block__coupon:before, 
    .stacked-block__action > a:before {
        content: '';
        width: 9px;
        position: absolute;
        background-size: 9px 84px;
        background-repeat: no-repeat;
        background-image: url(/modules/bonuses/images/dots2.svg);
        left: -5px;
        top: 4px;
        bottom: -11px;
        z-index: 2;
    }

    .stacked-block__action > a {
        text-align: center;
        border-radius: 0
    }

    .company-benefits__item + .company-benefits__item {
        border-left: 0 none;
        margin-top: 20px;
    }

    .bonuses-first {
        background-image: none;
        background-color: #1193e7
    }

    .show-rules > a {
        display: block;
        width: 100%;
    }
}

.bonuses-rules {
    background-image: url(/modules/bonuses/images/bg-12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 63px 0;
    text-align: center;
    margin-top: 6px;
}

.bonuses-rules-list {
    margin: 110px 0 90px;
    display: flex;
    justify-content: center;
}

.bonuses-rules-list ol {
    counter-reset: counter;
    list-style: none;
    margin: 0;
    display: inline-block;
}

.bonuses-rules-list ol li {
    counter-increment: counter;
    position: relative;
    font-size: 22px;
    color: #282828;
}

.bonuses-rules-list ol li + li {
    margin-top: 38px;
}

.bonuses-rules-list ol li a {
    text-decoration: none;
    color: #282828;
}

.bonuses-rules-list ol li:before {
    position: relative;
    top: -5px;
    margin-right: 8px;
    content: counter(counter);
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #282828;
    font-family: "GloberBold";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    line-height: 29px;
    text-align: center;
    background: rgba(248,199,42,1);
    background: -moz-linear-gradient(left, rgba(248,199,42,1) 0%, rgba(253,151,17,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,199,42,1)), color-stop(100%, rgba(253,151,17,1)));
    background: -webkit-linear-gradient(left, rgba(248,199,42,1) 0%, rgba(253,151,17,1) 100%);
    background: -o-linear-gradient(left, rgba(248,199,42,1) 0%, rgba(253,151,17,1) 100%);
    background: -ms-linear-gradient(left, rgba(248,199,42,1) 0%, rgba(253,151,17,1) 100%);
    background: linear-gradient(to right, rgba(248,199,42,1) 0%, rgba(253,151,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c72a', endColorstr='#fd9711', GradientType=1 );
}

@media only screen and (max-width: 767px) {
    .bonuses-rules-list {
        margin: 40px 0;
    }
}

@media only screen and (max-width: 480px) {

    .stacked-block__coupon {
        display: block;
    }

    .stacked-block__coupon-image {
        float: left;
        margin-top: 6px;
    }

    .stacked-block__coupon-title br {
        display: none
    }

    .stacked-block__coupon-count {
        font-size: 40px;
        line-height: 48px;
        text-align: left;
        overflow: hidden;
    }

}
