

/* Start:/local/custom/bonus/style.css?175854134727814*/
#bonus-land {
    overflow: hidden;
}

.bonus-land-header {
    display: flex;
}

.bonus-land-header__col {
    display: flex;
    flex-flow: column nowrap;
}

.bonus-land-header__title {
    text-transform: uppercase;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    font-weight: 700;
    margin-top: auto !important;
}

.bonus-land-header__p {
    line-height: 165%;
    color: #252525;
    margin-bottom: 30px !important;
}

.bonus-land-header__p:nth-child(2) {
    line-height: 165%;
    color: #252525;
    margin-bottom: 0 !important;
}

.bonus-land-header__action a {
    font-weight: 700;
    line-height: 165%;
    color: #fff;
    display: inline-block;
    padding: 15px 25px;
    background-color: #bf3a29;
    border-radius: 3px;
    text-transform: uppercase;
}

.bonus-land-header__rate {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: auto !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 165%;
    color: #FFFFFF;
    background: #252525;
    border-radius: 3px;
}

.bonus-land-header__title span {
    display: inline-block;
}

.bonus-land-header__title span:nth-child(1) {
    color: #261200;
}

.bonus-land-header__title span:nth-child(2) {
    color: #BF3A29;
}

.bonus-land-header__pic {
    display: block;
    width: 100%;
    max-width: 500px;
}

@media (min-width: 320px) {
    .bonus-land-header__p br {
        display: none;
    }

    .bonus-land-header__p {
        font-size: 16px;
    }

    .bonus-land-header__title {
        font-size: 28px;
    }

    .bonus-land-header {
        flex-flow: column-reverse nowrap;
        justify-content: flex-start;
        padding: 30px 0 50px 0;
    }

    .bonus-land-header__col {
        width: 100%;
        text-align: center;
    }

    .bonus-land-header__rate {
        margin-right: auto;
        margin-left: auto;
    }

    .bonus-land-header__col:nth-child(2) {
        margin-bottom: 30px;
    }
}

@media (min-width: 410px) {
    .bonus-land-header__title {
        font-size: 32px;
    }
}

@media (min-width: 640px) {
    .bonus-land-header__p {
        font-size: 17px;
    }

    .bonus-land-header {
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 50px 0;
    }

    .bonus-land-header__col {
        width: 50%;
        text-align: left;
    }

    .bonus-land-header__rate {
        margin-right: auto;
        margin-left: 0;
    }

    .bonus-land-header__col:nth-child(2) {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .bonus-land-header__p {
        font-size: 18px;
    }

    .bonus-land-header__title {
        font-size: 35px;
    }

    .bonus-land-header {
        padding: 75px 0;
    }
}

@media (min-width: 1280px) {
    .bonus-land-header__p br {
        display: inline-block;
    }

    .bonus-land-header__p {
        font-size: 20px;
    }
}

.bonus-land-how {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.bonus-land-how__title {
    font-weight: 700;
    text-transform: uppercase;
    color: #261200;
    margin-bottom: 30px;
}

.bonus-land-how__table {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    position: relative;
}

.bonus-land-how__table__cell {
    box-sizing: border-box;
    border: 1px solid #D3D3D3;
    display: flex;
    flex-flow: column nowrap;
    background-color: #fff;
    justify-content: flex-start;
}

.bonus-land-how__table__cell:nth-child(-n+6) {
    margin-left: -1px;
    margin-top: -1px;
}

.bonus-land-how__table__cell__title {
    font-weight: 700;
    color: #BF3A29;
    margin-bottom: 5px !important;
}

.bonus-land-how__table__cell__text {
    font-weight: 400;
    color: #252525;
    margin-bottom: 0 !important;
}

.bonus-land-how__table__cell__text a {
    color: #0a7ddd;
}

@media (min-width: 320px) {
    .bonus-land-how__table__cell__text br {
        display: none;
    }

    .bonus-land-how__title {
        font-size: 25px;
    }

    .bonus-land-how__table__cell {
        padding: 20px 20px;
        width: 100%;
        min-height: 150px;
    }

    .bonus-land-how__table__cell__title {
        font-size: 25px;
    }

    .bonus-land-how__table__cell__text {
        font-size: 15px;
    }

    .bonus-land-how {
        padding-bottom: 50px;
    }
}

@media (min-width: 410px) {
    .bonus-land-how__title {
        font-size: 28px;
    }

    .bonus-land-how__table__cell__title {
        font-size: 28px;
    }

    .bonus-land-how__table__cell__text {
        font-size: 16px;
    }
}

@media (min-width: 640px) {
    .bonus-land-how__title {
        font-size: 30px;
    }

    .bonus-land-how__table__cell {
        padding: 25px 25px;
        width: 50%;
        min-height: 180px;
    }

    .bonus-land-how__table__cell__title {
        font-size: 30px;
    }

    .bonus-land-how__table__cell__text {
        font-size: 17px;
    }

    .bonus-land-how {
        padding-bottom: 75px;
    }
}

@media (min-width: 1024px) {
    .bonus-land-how__title {
        font-size: 32px;
    }

    .bonus-land-how__table__cell {
        padding: 25px 25px;
        width: 33.33333%;
    }

    .bonus-land-how__table__cell__title {
        font-size: 35px;
    }

    .bonus-land-how__table__cell__text {
        font-size: 18px;
    }
}

@media (min-width: 1280px) {
    .bonus-land-how__table__cell__text br {
        display: inline-block;
    }

    .bonus-land-how__table__cell {
        padding: 25px 30px;
    }
}

.bonus-land-how-much {
    display: flex;
}

.bonus-land-how-much__text {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.bonus-land-how-much__text__title {
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
    color: #261200;
    margin-bottom: 40px !important;
}

.bonus-land-how-much__text__list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.bonus-land-how-much__text__item {
    position: relative;
    font-weight: 400;
    line-height: 140%;
    color: #252525;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.bonus-land-how-much__text__item a {
    color: #0a7ddd;
}

.bonus-land-how-much__text__item span:nth-child(1) {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    font-weight: 700;
    font-size: 30px;
    color: #BF3A29;
    margin: auto 20px auto 0;
}

.bonus-land-how-much__text__item span:nth-child(2) {
    margin: auto auto auto 0;
    width: calc(100% - 70px);
}

.bonus-land-how-much__pic {
    display: flex;
    flex-flow: column nowrap;
}

@media (min-width: 320px) {
    .bonus-land-how-much__text__title {
        font-size: 25px;
    }

    .bonus-land-how-much__text__item br {
        display: none;
    }

    .bonus-land-how-much {
        flex-flow: column-reverse nowrap;
        justify-content: flex-start;
        padding-bottom: 50px;
    }

    .bonus-land-how-much__text__item {
        font-size: 16px;
    }

    .bonus-land-how-much__text {
        width: 100%;
    }

    .bonus-land-how-much__pic {
        width: 100%;
        position: relative;
    }

    .bonus-land-how-much__pic img {
        display: block;
        width: 100%;
        margin: auto auto 30px auto;
        position: relative;
        right: 0;
    }
}

@media (min-width: 410px) {
    .bonus-land-how-much__text__title {
        font-size: 28px;
    }

    .bonus-land-how-much__text__item {
        font-size: 16px;
    }

    .bonus-land-how-much__text {
        width: 100%;
    }

    .bonus-land-how-much__pic {
        width: 100%;
        position: relative;
    }
}

@media (min-width: 640px) {
    .bonus-land-how-much__text__title {
        font-size: 30px;
    }

    .bonus-land-how-much__text__item {
        font-size: 17px;
    }

    .bonus-land-how-much__text {
        width: 60%;
    }

    .bonus-land-how-much__pic {
        width: 40%;
        position: relative;
    }

    .bonus-land-how-much__pic img {
        display: block;
        width: 130%;
        margin: auto 0 auto auto;
        position: relative;
        right: -20px;
    }

    .bonus-land-how-much {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        padding-bottom: 75px;
    }
}

@media (min-width: 1024px) {
    .bonus-land-how-much__text__title {
        font-size: 32px;
    }

    .bonus-land-how-much__text__list {
        padding-right: 15px;
    }

    .bonus-land-how-much__text__item {
        font-size: 18px;
    }

    .bonus-land-how-much__text {
        width: 50%;
    }

    .bonus-land-how-much__pic {
        width: 50%;
    }

    .bonus-land-how-much__pic img {
        display: block;
        width: 100%;
        margin: auto 0 auto auto;
        max-width: 500px;
    }
}

@media (min-width: 1280px) {
    .bonus-land-how-much__text__item br {
        display: inline-block;
    }

    .bonus-land-how-much__text__list {
        padding-right: 0;
    }
}

.bonus-land-how-spend {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding-bottom: 75px;
}

.bonus-land-how-spend__title {
    font-weight: 700;
    line-height: 135%;
    color: #261200;
    margin-bottom: 30px !important;
    text-transform: uppercase;
}

.bonus-land-how-spend__steps {
    display: flex;
    position: relative;
}

.bonus-land-how-spend__steps__item {
    padding: 20px 25px;
    border: 1px solid #D3D3D3;
    border-radius: 3px 0px 0px 0px;
    position: relative;
    margin-top: -1px;
    margin-left: -1px;
}

.bonus-land-how-spend__steps__item_num {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bonus-land-how-spend__steps__item_num span {
    font-weight: 700;
    font-size: 30px;
    line-height: 135%;
    color: #BF3A29;
    display: inline-block;
}

.bonus-land-how-spend__steps__item_num img {
    display: block;
    width: auto;
    margin: auto 0 auto auto;
}

.bonus-land-how-spend__steps__item_text {
    font-weight: 400;
    line-height: 140%;
    color: #252525;
}

@media (min-width: 320px) {
    .bonus-land-how-spend__title {
        font-size: 25px;
    }

    .bonus-land-how-spend__steps__item_text br {
        display: none;
    }

    .bonus-land-how-spend__steps__item_num img {
        height: 7px;
    }

    .bonus-land-how-spend__steps__item:nth-child(1) {
        width: 320px;
    }

    .bonus-land-how-spend__steps__item:nth-child(2) {
        width: 320px;
    }

    .bonus-land-how-spend__steps__item:nth-child(3) {
        width: 320px;
    }

    .bonus-land-how-spend__steps {
        flex-flow: row nowrap;
        justify-content: flex-start;
        width: 750px;
    }

    .bonus-land__scroll-container {
        overflow-x: scroll;
        padding: 1px;
    }
}

@media (min-width: 410px) {
    .bonus-land-how-spend__title {
        font-size: 28px;
    }

    .bonus-land-how-spend__steps__item_num img {
        height: 7px;
    }

    .bonus-land-how-spend__steps__item:nth-child(1) {
        width: 320px;
    }

    .bonus-land-how-spend__steps__item:nth-child(2) {
        width: 320px;
    }

    .bonus-land-how-spend__steps__item:nth-child(3) {
        width: 320px;
    }

    .bonus-land-how-spend__steps {
        flex-flow: row nowrap;
        justify-content: flex-start;
        width: 750px;
    }

    .bonus-land__scroll-container {
        overflow-x: scroll;
        padding: 1px;
    }
}

@media (min-width: 640px) {
    .bonus-land-how-spend__title {
        font-size: 30px;
    }

    .bonus-land-how-spend__steps__item_num img {
        height: 12px;
    }

    .bonus-land-how-spend__steps__item:nth-child(1) {
        width: 50%;
    }

    .bonus-land-how-spend__steps__item:nth-child(2) {
        width: 50%;
    }

    .bonus-land-how-spend__steps__item:nth-child(3) {
        width: 100%;
    }

    .bonus-land-how-spend__steps {
        flex-flow: row wrap;
        justify-content: flex-start;
        width: auto;
    }

    .bonus-land__scroll-container {
        overflow-x: hidden;
        padding: 1px;
    }
}

@media (min-width: 1024px) {
    .bonus-land-how-spend__title {
        font-size: 32px;
    }

    .bonus-land-how-spend__steps__item_num img {
        height: 12px;
    }

    .bonus-land-how-spend__steps__item:nth-child(1) {
        width: 33.3333%;
    }

    .bonus-land-how-spend__steps__item:nth-child(2) {
        width: 33.3333%;
    }

    .bonus-land-how-spend__steps__item:nth-child(3) {
        width: 33.3333%;
    }

    .bonus-land-how-spend__steps__item_text {
        font-size: 16px;
    }

    .bonus-land-how-spend__steps {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
}

@media (min-width: 1280px) {
    .bonus-land-how-spend__steps__item_num img {
        height: 16px;
    }

    .bonus-land-how-spend__steps__item_text {
        font-size: 18px;
    }

    .bonus-land-how-spend__steps__item_text br {
        display: inline-block;
    }
}

.bonus-land-ref-program {
    display: flex;
}

.bonus-land-ref-program__pic img {
    display: block;
    width: 100%;
    max-width: 500px;
}

.bonus-land-ref-program__text {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.bonus-land-ref-program__text__title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    display: flex;
    flex-flow: column;
    margin-top: auto !important;
}

.bonus-land-ref-program__text__title span:nth-child(1) {
    color: #BF3A29;
}

.bonus-land-ref-program__text__title span:nth-child(2) {
    color: #261200;
}

.bonus-land-ref-program__text__p p {
    font-weight: 400;
    line-height: 165%;
    color: #252525;
}

.bonus-land-ref-program__text__p p:last-child {
    margin-bottom: 0 !important;
}

.bonus-land-ref-program__text__rate {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: auto !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 165%;
    color: #FFFFFF;
    background: #252525;
    border-radius: 3px;
}

@media (min-width: 320px) {
    .bonus-land-ref-program__text__p br {
        display: none;
    }

    .bonus-land-ref-program {
        flex-flow: column nowrap;
        justify-content: flex-start;
        padding-bottom: 50px;
    }

    .bonus-land-ref-program__text__p p {
        font-size: 16px;
        margin-bottom: 10px !important;
    }

    .bonus-land-ref-program__text {
        width: 100%;
        padding-left: 15px;
        text-align: center;
    }

    .bonus-land-ref-program__pic {
        width: 100%;
        margin-bottom: 30px;
    }

    .bonus-land-ref-program__text__title {
        font-size: 32px;
    }

    .bonus-land-ref-program__text__p {
        margin-bottom: 20px;
    }

    .bonus-land-ref-program__text__rate {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 640px) {
    .bonus-land-ref-program__text__p p {
        font-size: 16px;
        margin-bottom: 10px !important;
    }

    .bonus-land-ref-program__text {
        width: 50%;
        padding-left: 15px;
        text-align: left;
    }

    .bonus-land-ref-program__pic {
        width: 50%;
        margin-bottom: 0;
    }

    .bonus-land-ref-program__text__title {
        font-size: 32px;
    }

    .bonus-land-ref-program__text__p {
        margin-bottom: 20px;
    }

    .bonus-land-ref-program {
        flex-flow: row nowrap;
        justify-content: space-between;
        padding-bottom: 75px;
    }

    .bonus-land-ref-program__text__rate {
        margin-right: auto;
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .bonus-land-ref-program__text__p p {
        font-size: 20px;
        margin-bottom: 15px !important;
    }

    .bonus-land-ref-program__text {
        width: 50%;
        padding-left: 15px;
    }

    .bonus-land-ref-program__text__title {
        font-size: 35px;
    }

    .bonus-land-ref-program__text__p {
        margin-bottom: 30px;
    }
}

@media (min-width: 1280px) {
    .bonus-land-ref-program__text__p br {
        display: inline-block;
    }

    .bonus-land-ref-program__text {
        width: 50%;
        padding-left: 0;
    }
}

.bonus-land-3-level {
    display: flex;
    background: #F6F6F6;
}

.bonus-land-3-level__col:nth-child(1) {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.bonus-land-3-level__col:nth-child(2) {
    /*background-image: url("/include/personal_bonus/img/3_level.png");*/
    background-image: url("/include/personal_bonus/img/tree.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.bonus-land-3-level__col__title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px !important;
    margin-top: auto !important;
}

.bonus-land-3-level__col__title span:nth-child(1) {
    color: #BF3A29;
}

.bonus-land-3-level__col__title span:nth-child(2) {
    color: #261200;
}

.bonus-land-3-level__col__text {
    margin-bottom: auto !important;
    line-height: 160%;
    color: #252525;
}

@media (min-width: 320px) {
    .bonus-land-3-level {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    .bonus-land-3-level__col__text br {
        display: none;
    }

    .bonus-land-3-level {
        margin: 0 -15px 30px -15px;
    }

    .bonus-land-3-level__col {
        width: 100%;
        min-height: 200px;
    }

    .bonus-land-3-level__col:nth-child(1) {
        padding: 50px 30px 30px 30px;
        text-align: center;
    }

    .bonus-land-3-level__col:nth-child(2) {
        /*background-size: cover;*/
        /*background-position: center left;*/
    }

    .bonus-land-3-level__col:nth-child(2) {
        background-size: 80%;
    }

    .bonus-land-3-level__col__text {
        font-size: 17px;
    }
}

@media (min-width: 640px) {
    .bonus-land-3-level {
        flex-flow: row nowrap;
        justify-content: space-between;
        margin-bottom: 75px;
    }

    .bonus-land-3-level__col:nth-child(1) {
        padding: 50px 15px 50px 30px;
        text-align: left;
    }

    .bonus-land-3-level__col:nth-child(2) {
        /*background-size: cover;*/
        /*background-position: center center;*/
    }

    .bonus-land-3-level__col:nth-child(2) {
        background-size: 90%;
    }

    .bonus-land-3-level__col__text {
        font-size: 17px;
    }

    .bonus-land-3-level__col {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .bonus-land-3-level__col:nth-child(1) {
        padding: 55px 15px 55px 65px;
    }

    .bonus-land-3-level__col:nth-child(2) {
        /*background-size: cover;*/
    }

    .bonus-land-3-level__col__text {
        font-size: 18px;
    }

    .bonus-land-3-level {
        margin: 0 0 75px 0;
    }
}

@media (min-width: 1280px) {
    .bonus-land-3-level__col:nth-child(1) {
        padding: 90px 0 90px 65px;
    }

    .bonus-land-3-level__col:nth-child(2) {
        /*background-size: contain;*/
    }

    .bonus-land-3-level__col__text br {
        display: inline-block;
    }
}

.bonus-land-how-it-work {
    padding-bottom: 75px;
}

.bonus-land-how-it-work__title {
    font-weight: 700;
    line-height: 135%;
    color: #261200;
    margin-bottom: 30px !important;
    text-transform: uppercase;
}

.bonus-land-how-it-work__steps {
    display: flex;
    justify-content: flex-start;
    padding: 1px;
}

.bonus-land-how-it-work__steps__cell {
    padding: 20px 25px;
    border: 1px solid #D3D3D3;
    border-radius: 3px 0px 0px 0px;
    margin-top: -1px;
    margin-left: -1px;
}

.bonus-land-how-it-work__steps__cell__num {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bonus-land-how-it-work__steps__cell__num span {
    font-weight: 700;
    font-size: 30px;
    line-height: 135%;
    color: #BF3A29;
    display: inline-block;
}

.bonus-land-how-it-work__steps__cell__num img {
    display: block;
    width: auto;
    margin: auto 0 auto auto;
}

.bonus-land-how-it-work__steps__cell__text {
    font-weight: 400;
    line-height: 140%;
    color: #252525;
}

.bonus-land-how-it-work__description {
    margin-top: 30px;
    /*text-align: justify;*/
}

.bonus-land-how-it-work__description p {
    font-weight: 400;
    line-height: 140%;
    color: #252525;
    font-size: 15px;
}

.bonus-land-how-it-work__description_2 {
    background: #F6F6F6;
}

.bonus-land-how-it-work__description_2_title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px !important;
    margin-top: auto !important;
    text-transform: uppercase;
}

.bonus-land-how-it-work__description_2_title span:nth-child(1) {
    color: #BF3A29;
}

.bonus-land-how-it-work__description_2_title span:nth-child(2) {
    color: #261200;
}

.bonus-land-how-it-work__description_2_text {
    font-size: 18px;
}

@media (min-width: 320px) {
    .bonus-land-how-it-work__title {
        font-size: 25px;
    }

    .bonus-land-how-it-work__steps__cell__text {
        font-size: 16px;
    }

    .bonus-land-how-it-work__steps__cell__num img {
        height: 10px;
    }

    .bonus-land-how-it-work__steps__cell {
        width: 320px;
    }

    .bonus-land-how-it-work__steps {
        flex-flow: row wrap;
        width: 1920px;
    }
    .bonus-land-how-it-work__description_2 {
        padding: 20px 15px 30px 15px;
        margin: 30px -16px 0;
    }
    .bonus-land-how-it-work__description {
        text-align: left;
        margin-bottom: 30px;
    }
}

@media (min-width: 410px) {
    .bonus-land-how-it-work__title {
        font-size: 28px;
    }
}

@media (min-width: 640px) {
    .bonus-land-how-it-work__title {
        font-size: 30px;
    }

    .bonus-land-how-it-work__steps__cell__text {
        font-size: 17px;
    }

    .bonus-land-how-it-work__steps__cell__num img {
        height: 12px;
    }

    .bonus-land-how-it-work__steps__cell {
        width: 50%;
    }

    .bonus-land-how-it-work__steps {
        flex-flow: row wrap;
        width: auto;
    }
    .bonus-land-how-it-work__description_2 {
        padding: 60px 65px 60px 65px;
        margin: 30px 0 0 0;
    }
    .bonus-land-how-it-work__description {
        text-align: left;
        margin-bottom: 60px;
    }
}

@media (min-width: 1024px) {
    .bonus-land-how-it-work__title {
        font-size: 32px;
    }

    .bonus-land-how-it-work__steps__cell__text {
        font-size: 18px;
    }

    .bonus-land-how-it-work__steps__cell__num img {
        height: 12px;
    }

    .bonus-land-how-it-work__steps__cell {
        width: 33.3333%;
    }
}

@media (min-width: 1280px) {
    .bonus-land-how-it-work__steps__cell__num img {
        height: 16px;
    }
}

.bonus-land-why-we {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    text-align: center;
}

.bonus-land-why-we__title {
    font-weight: 700;
    text-transform: uppercase;
    color: #261200;
    margin-bottom: 15px !important;
}

.bonus-land-why-we__sub-title {
    font-weight: 400;
    line-height: 140%;
    color: #252525;
    margin-bottom: 30px;
}

.bonus-land-why-we__advantages {
    display: flex;
}

.bonus-land-why-we__advantages__item {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.bonus-land-why-we__advantages__icon {
    margin-bottom: 15px;
}

.bonus-land-why-we__advantages__icon img {
    display: block;
    margin: 0 auto 0;
    max-width: 60px;
}

.bonus-land-why-we__advantages__text {
    font-weight: 400;
    line-height: 140%;
    color: #252525;
}

@media (min-width: 320px) {
    .bonus-land-why-we {
        padding-bottom: 50px;
    }

    .bonus-land-why-we__title {
        font-size: 25px;
    }

    .bonus-land-why-we__sub-title {
        font-size: 14px;
    }

    .bonus-land-why-we__advantages__text {
        font-size: 15px;
    }

    .bonus-land-why-we__advantages {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    .bonus-land-why-we__advantages__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .bonus-land-why-we__advantages__item:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 410px) {
    .bonus-land-why-we__title {
        font-size: 28px;
    }

    .bonus-land-why-we__sub-title {
        font-size: 15px;
    }

    .bonus-land-why-we__advantages__text {
        font-size: 16px;
    }
}

@media (min-width: 640px) {
    .bonus-land-why-we__title {
        font-size: 30px;
    }

    .bonus-land-why-we__sub-title {
        font-size: 16px;
    }

    .bonus-land-why-we__advantages__text {
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    .bonus-land-why-we {
        padding-bottom: 75px;
    }

    .bonus-land-why-we__title {
        font-size: 32px;
    }

    .bonus-land-why-we__advantages__text {
        font-size: 18px;
    }

    .bonus-land-why-we__advantages {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .bonus-land-why-we__advantages__item {
        width: 30%;
        margin-bottom: 30px;
    }
}

@media (min-width: 1280px) {
    .bonus-land-why-we__advantages__text {
        font-size: 18px;
    }
}

.bonus-land-partnership {
    background: #F6F6F6;
    text-align: center;
}

.bonus-land-partnership__inner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.bonus-land-partnership__title {
    display: block;
    text-align: center;
    margin-bottom: 30px !important;
}

.bonus-land-partnership__title span {
    font-weight: 700;
    text-transform: uppercase;
}

.bonus-land-partnership__title span:nth-child(1) {
    color: #261200;
}

.bonus-land-partnership__title span:nth-child(2) {
    color: #BF3A29;
}

.bonus-land-partnership__buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.bonus-land-partnership__buttons a {
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
}

.bonus-land-partnership__buttons a:nth-child(1) {
    background: #BF3A29;
    color: #fff;
}

.bonus-land-partnership__buttons a:nth-child(2) {
    background: rgba(191, 58, 41, 0.2);
    color: #BF3A29;
}

@media (min-width: 320px) {
    .bonus-land-partnership__title span {
        font-size: 25px;
    }

    .bonus-land-partnership {
        padding: 40px 15px 40px 15px;
    }

    .bonus-land-partnership__buttons a {
        font-size: 15px;
        padding: 15px;
    }

    .bonus-land-partnership__buttons a:nth-child(1) {
        margin-right: 5px;
    }

    .bonus-land-partnership__buttons a:nth-child(2) {
        margin-left: 5px;
    }
}

@media (min-width: 410px) {
    .bonus-land-partnership__title span {
        font-size: 28px;
    }

    .bonus-land-partnership {
        padding: 40px 15px 40px 15px;
    }

}

@media (min-width: 640px) {
    .bonus-land-partnership__title span {
        font-size: 30px;
    }

    .bonus-land-partnership {
        padding: 50px 0 50px 0;
    }

    .bonus-land-partnership__buttons a {
        font-size: 21px;
        padding: 15px 25px;
    }

    .bonus-land-partnership__buttons a:nth-child(1) {
        margin-right: 10px;
    }

    .bonus-land-partnership__buttons a:nth-child(2) {
        margin-left: 10px;
    }
}

@media (min-width: 1024px) {
    .bonus-land-partnership__title span {
        font-size: 32px;
    }

    .bonus-land-partnership {
        padding: 65px 0 70px 0;
    }
}

.bonus-land-tree-block {
    text-align: center;
    padding: 60px 0;
}

.bonus-land-tree-block img {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
/* End */


/* Start:/local/custom/partnership/style.css?175854134718158*/
.cp_two_colored_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 135%;
    text-transform: uppercase;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.cp_two_colored_title span:nth-child(1) {
    color: #261200;
    margin-bottom: 0;
}

.cp_two_colored_title span:nth-child(2) {
    color: #BF3A29;
}

.cp_order_btn {
    padding: 15px 25px;
    font-weight: 700;
    font-size: 16px!important;
    text-transform: uppercase;
    color: #fff;
    background: #bf3a29;
    border-radius: 5px;
    box-shadow: none;
    border: 0;
    height: 50px;
    line-height: 1.1!important;
}

.cp_catalog_description {
    margin-bottom: 15px;
}

.cp_catalog_description p {
    line-height: 165%;
    color: #252525;
    margin-bottom: 0 !important;
    font-size: 20px;
}

.cp_grey_feedback {
    background-color: #F6F6F6;
    padding: 50px 0;
    margin-bottom: 75px;
}

.cp_grey_feedback_inner {
    display: flex;
    justify-content: space-between;
}

.cp_grey_feedback_inner_col:nth-child(2) {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.cp_grey_feedback_colored_title {
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.cp_grey_feedback_colored_title span:nth-child(1) {
    color: #261200;
}

.cp_grey_feedback_colored_title span:nth-child(2) {
    color: #BF3A29;
}

.cp_grey_feedback_description {

}

.cp_grey_feedback_description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #252525;
}


.cp_grey_feedback_action {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
}

.cp_grey_feedback_action a {
    font-weight: 700;
    line-height: 165%;
    color: #fff;
    display: inline-block;
    padding: 15px 25px;
    background-color: #bf3a29;
    border-radius: 3px;
    text-transform: uppercase;
}

@media (min-width: 320px) {
    .cp_grey_feedback_colored_title {
        font-size: 26px;
        line-height: 135%;
    }
    .cp_grey_feedback_inner {
        flex-flow: column nowrap;
    }

    .cp_grey_feedback_inner_col:nth-child(1) {
        width: 100%;
    }

    .cp_grey_feedback_inner_col:nth-child(2) {
        width: 100%;
    }
    .cp_grey_feedback_action {
        justify-content: flex-start;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .cp_grey_feedback_colored_title {
        font-size: 28px;
        line-height: 135%;
    }
    .cp_grey_feedback_inner {
        flex-flow: column nowrap;
    }

    .cp_grey_feedback_inner_col:nth-child(1) {
        width: 100%;
    }

    .cp_grey_feedback_inner_col:nth-child(2) {
        width: 100%;
    }
    .cp_grey_feedback_action {
        justify-content: flex-start;
    }
}

@media (min-width: 1024px) {
    .cp_grey_feedback_inner {
        flex-flow: row nowrap;
    }

    .cp_grey_feedback_inner_col:nth-child(1) {
        width: calc(65% - 15px);
    }

    .cp_grey_feedback_inner_col:nth-child(2) {
        width: calc(35% - 15px);
    }
    .cp_grey_feedback_action {
        justify-content: flex-end;
    }
}

@media (min-width: 1280px) {
    .cp_grey_feedback_colored_title {
        font-size: 32px;
        line-height: 135%;
    }
}

@media (min-width: 1368px) {

}

.cp_cash_outer {
    margin-bottom: 75px;
}

.cp_cash_inner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.cp_cash_inner_title {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #261200;
}

.cp_cash_inner_title span:nth-child(1) {
    display: block;
}

.cp_cash_inner_title span:nth-child(2) {
    display: block;
}

.cp_cash_inner_cols {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}

.cp_cash_inner_col {
    background-color: #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.cp_cash_inner_col_pic {
    width: 125px;
    padding: 30px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.cp_cash_inner_col_pic img {
    width: 65px;
    height: auto;
    margin: auto;
}

.cp_cash_inner_col_text {
    width: calc(100% - 125px);
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    line-height: 160%;
    color: #252525;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding-right: 30px;
}

.cp_cash_inner_col_text_title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 135%;
    margin-bottom: 10px;
    color: #261200;
}

.cp_cash_inner_col_text_value {
    font-weight: 400;
    line-height: 160%;
    color: #252525;
}

@media (min-width: 320px) {
    .cp_cash_inner_cols {
        flex-flow: column nowrap;
        border-top: 1px solid #D3D3D3;
        border-left: 1px solid #D3D3D3;
    }
    .cp_cash_inner_col {
        width: 100%;
        border: 1px solid #D3D3D3;
        margin-top: -1px;
        margin-left: -1px;
    }
    .cp_cash_inner_title {
        font-size: 26px;
        line-height: 135%;
        margin-bottom: 35px;
    }
    .cp_barter_two_colored_title {
        font-size: 26px;
    }
    .ca_head_speech_section {
        margin: 0 -15px;
    }
    .cl_mp {
        padding: 0 15px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .cp_cash_inner_cols {
        flex-flow: column nowrap;
        border-top: 1px solid #D3D3D3;
        border-left: 1px solid #D3D3D3;
    }
    .cp_cash_inner_col {
        width: 100%;
        border: 1px solid #D3D3D3;
        margin-top: -1px;
        margin-left: -1px;
    }
    .cp_cash_inner_title {
        font-size: 28px;
        line-height: 135%;
        margin-bottom: 35px;
    }
    .cp_barter_two_colored_title {
        font-size: 28px;
    }
    .cl_mp {
        padding: 30px;
    }
    .ca_head_speech_section {
        margin: 0 -30px;
    }
}

@media (min-width: 1024px) {
    .cp_cash_inner_cols {
        flex-flow: row nowrap;
        border-top: 1px solid #D3D3D3;
        border-left: 1px solid #D3D3D3;
    }
    .cp_cash_inner_col {
        width: 50%;
        border: 1px solid #D3D3D3;
        margin-top: -1px;
        margin-left: -1px;
    }
    .cp_cash_inner_title {
        font-size: 32px;
        line-height: 135%;
        margin-bottom: 35px;
    }
    .cp_barter_two_colored_title {
        font-size: 32px;
    }
    .ca_head_speech_section {
        margin: 0;
    }
    .cl_mp {
        padding: 0;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {

}

.cp_barter_two_colored_title {
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
    display: flex;
    flex-flow: column nowrap;
}

.cp_barter_two_colored_title span:nth-child(1) {
    color: #261200;
}

.cp_barter_two_colored_title span:nth-child(2) {
    color: #BF3A29;
}

.cp_video_reviews_outer {
    margin-bottom: 75px;
}

.cp_video_reviews_inner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.cp_video_reviews_title {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #261200;
    margin-bottom: 15px;
}

.cp_video_reviews_sub_title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #252525;
    margin-bottom: 15px;
}

.cp_video_reviews_cols {
    display: flex;

}

.cp_video_reviews_col_inner {
    padding: 15px;
}

.cp_video_reviews_col_pic {

}

.cp_video_reviews_col_pic img {
    display: block;
    width: 100%;
}

.cp_video_reviews_col_text {
    padding: 15px;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    height: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #252525;
}

@media (min-width: 320px) {
    .cp_video_reviews_title {
        font-size: 26px;
        line-height: 135%;
    }
    .cp_video_reviews_cols {
        flex-flow: row wrap;
        justify-content: flex-start;
        margin: 0 -15px;
    }

    .cp_video_reviews_col {
        width: 50%;
    }
    .cp_video_reviews_col_text {
        font-size: 18px;
    }
    .cp_video_reviews_col_text {
        font-size: 14px;
        min-height: 90px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .cp_video_reviews_title {
        font-size: 28px;
        line-height: 135%;
    }
    .cp_video_reviews_cols {
        flex-flow: row wrap;
        justify-content: flex-start;
        margin: 0 -15px;
    }

    .cp_video_reviews_col {
        width: 50%;
    }
    .cp_video_reviews_col_text {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .cp_video_reviews_title {
        font-size: 32px;
        line-height: 135%;
    }

    .cp_video_reviews_cols {
        flex-flow: row nowrap;
        justify-content: space-between;
        margin: 0 -15px;
    }

    .cp_video_reviews_col {
        width: 25%;
    }
    .cp_video_reviews_col_text {
        font-size: 14px;
        min-height: auto;
    }
}

@media (min-width: 1280px) {
    .cp_video_reviews_col_text {
        font-size: 18px;
    }
}

@media (min-width: 1368px) {

}

.cp_how_to_collaboration_outer {
    margin-bottom: 75px;
    padding-top: 75px;
}

.cp_how_to_collaboration_inner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.cp_how_to_collaboration_title {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #261200;
    margin-bottom: 30px;
}

.cp_how_to_collaboration_title span:nth-child(1) {
    color: #261200;
}

.cp_how_to_collaboration_title span:nth-child(2) {
    color: #BF3A29;
}

.cp_how_to_collaboration_cols {
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.cp_how_to_collaboration_col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    border: 1px solid #D3D3D3;
    background-color: #fff;
}

.cp_how_to_collaboration_col_title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.cp_how_to_collaboration_col_title_text {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 135%;
    color: #BF3A29;
}

.cp_how_to_collaboration_col_title_arrow {
    display: block;
    margin: auto 0 auto auto;
}

.cp_how_to_collaboration_col_text {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #252525;
}

.cp_how_to_collaboration_col_text a {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    text-decoration-line: none;
    color: #BF3A29;
    position: relative;
}

.cp_how_to_collaboration_col_text a:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #BF3A29;
    height: 1px;
}

@media (min-width: 320px) {
    .cp_how_to_collaboration_title {
        font-size: 26px;
        line-height: 135%;
    }
    .cp_how_to_collaboration_scroll_container {
        overflow-x: scroll;
        padding: 1px;
    }
    .cp_how_to_collaboration_cols {
        border-top: 1px solid #D3D3D3;
        border-left: 1px solid #D3D3D3;
        flex-flow: row nowrap;
        width: 1200px;
    }
    .cp_how_to_collaboration_col {
        width: 300px;
        padding: 25px;
        border: 1px solid #D3D3D3;
        margin-top: -1px;
        margin-left: -1px;
    }
    .cp_how_to_collaboration_col_title_text {
        width: 35%;
    }

    .cp_how_to_collaboration_col_title_arrow {
        width: 55%;
    }

    .cp_how_to_collaboration_col_title_arrow img {
        height: 11px;
        display: block;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .cp_how_to_collaboration_title {
        font-size: 28px;
        line-height: 135%;
    }
    .cp_how_to_collaboration_cols {
        border-top: 1px solid #D3D3D3;
        border-left: 1px solid #D3D3D3;
        flex-flow: row wrap;
        width: auto;
    }

    .cp_how_to_collaboration_col {
        width: 50%;
        padding: 25px;
        border: 1px solid #D3D3D3;
        margin-top: -1px;
        margin-left: -1px;
    }
    .cp_how_to_collaboration_col_title_text {
        width: 30%;
    }

    .cp_how_to_collaboration_col_title_arrow {
        width: 60%;
    }

    .cp_how_to_collaboration_col_title_arrow img {
        height: 13px;
        display: block;
    }
    .cp_how_to_collaboration_scroll_container {
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    .cp_how_to_collaboration_cols {
        border-top: 1px solid #D3D3D3;
        border-left: 1px solid #D3D3D3;
        flex-flow: row nowrap;
    }

    .cp_how_to_collaboration_col {
        width: 25%;
        padding: 25px;
        border: 1px solid #D3D3D3;
        margin-top: -1px;
        margin-left: -1px;
    }
}

@media (min-width: 1280px) {
    .cp_how_to_collaboration_cols {
        border-top: 1px solid #D3D3D3;
        border-left: 1px solid #D3D3D3;
        flex-flow: row nowrap;
    }

    .cp_how_to_collaboration_col {
        width: 25%;
        padding: 25px;
        border: 1px solid #D3D3D3;
        margin-top: -1px;
        margin-left: -1px;
    }
    .cp_how_to_collaboration_title {
        font-size: 32px;
        line-height: 135%;
    }
    .cp_how_to_collaboration_col_title_text {
        width: 40%;
    }

    .cp_how_to_collaboration_col_title_arrow {
        width: 60%;
    }

    .cp_how_to_collaboration_col_title_arrow img {
        height: 12px;
        display: block;
    }
}

@media (min-width: 1368px) {
    .cp_how_to_collaboration_col_title_text {
        width: 30%;
    }

    .cp_how_to_collaboration_col_title_arrow {
        width: 60%;
    }

    .cp_how_to_collaboration_col_title_arrow img {
        height: 13px;
        display: block;
    }
}

.cp_requirements_peoples_outer {
    margin-bottom: 75px;
}

.cp_requirements_peoples_inner {

}

.cp_requirements_peoples_inner_title {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #261200;
    margin-bottom: 30px;
}

.cp_requirements_peoples_cols {
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.cp_requirements_peoples_col {
    padding: 25px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    border: 1px solid #D3D3D3;
    margin-top: -1px;
    margin-left: -1px;
    background-color: #fff;
}

.cp_requirements_peoples_col_title {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 135%;
    color: #BF3A29;
    margin-bottom: 10px;
}

.cp_requirements_peoples_col_text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #252525;
}

@media (min-width: 320px) {
    .cp_requirements_peoples_cols {
        flex-flow: column nowrap;
    }

    .cp_requirements_peoples_col {
        width: 100%;
    }
    .cp_requirements_peoples_inner_title {
        font-size: 26px;
        line-height: 135%;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .cp_requirements_peoples_cols {
        flex-flow: row nowrap;
    }

    .cp_requirements_peoples_col {
        width: 33.333%;
    }
    .cp_requirements_peoples_inner_title {
        font-size: 28px;
        line-height: 135%;
    }
}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {
    .cp_requirements_peoples_inner_title {
        font-size: 32px;
        line-height: 135%;
    }
}

@media (min-width: 1368px) {

}

.cp_requirements_publication_outer {
    margin-bottom: 75px;
}

.cp_requirements_publication_inner {

}

.cp_requirements_publication_inner_title {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #261200;
    margin-bottom: 30px;
}

.cp_requirements_publication_cols {
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.cp_requirements_publication_col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    border: 1px solid #D3D3D3;
    margin-top: -1px;
    margin-left: -1px;
    background-color: #fff;
    padding: 25px 25px 25px 0;
}

.cp_requirements_publication_col_text {
    position: relative;
    padding-left: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #252525;
}

.cp_requirements_publication_col_text:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("/include/partnership/img/star.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 0;
}

@media (min-width: 320px) {
    .cp_requirements_publication_inner_title {
        font-size: 26px;
        line-height: 135%;
    }
    .cp_requirements_publication_cols {
        flex-flow: column nowrap;
    }
    .cp_requirements_publication_col {
        width: 100%;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .cp_requirements_publication_inner_title {
        font-size: 28px;
        line-height: 135%;
    }
    .cp_requirements_publication_cols {
        flex-flow: row nowrap;
    }
    .cp_requirements_publication_col {
        width: 50%;
    }
}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {
    .cp_requirements_publication_inner_title {
        font-size: 32px;
        line-height: 135%;
    }
}

@media (min-width: 1368px) {

}


























/* End */
/* /local/custom/bonus/style.css?175854134727814 */
/* /local/custom/partnership/style.css?175854134718158 */
