@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

svg use {
    fill: #fff3df;
    fill-rule: evenodd;
}

.path {
    fill: #fff3df;
    stroke: #fff3df;
}

html {
    scroll-behavior: smooth;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    background: #292526;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

body.active {
    margin-top: 80px;
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
}

.header {
    z-index: 1000;
    width: 100%;
    background: #292526;
}

.main > * + * {
    margin-top: 20px;
}

.image img {
    margin: auto;
}

.content {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #322E2F;
}

a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h1, h2, h3, h4, .title {
    font-weight: 700;
    text-align: center;
    z-index: 100;
    color: #FEC07E;
}

h1, .title.general {
    font-size: 48px;
    line-height: 64px;
    color: #FEC07E;
}

h2, .title.high {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
}

h2 span {
    padding: 0 96px;
}

h2 span:before,  h2 span:after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 24px;
    top: -webkit-calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: calc(50% - 12px);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

h2 span:before {
    left: 0;
    background-image: url(../images/h2-left.svg);
}

h2 span:after {
    background-image: url(../images/h2-right.svg);
    right: 0;
}

h3, .title.middle {
    font-size: 24px;
    line-height: 32px;
    color: #94897A;
    text-align: left;
    text-transform: none;
}

h4, .title.small {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.button {
    min-width: 230px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEC882), to(#FFA06D));
    background: -webkit-linear-gradient(#FEC882, #FFA06D);
    background: -moz-linear-gradient(#FEC882, #FFA06D);
    background: -o-linear-gradient(#FEC882, #FFA06D);
    background: linear-gradient(#FEC882, #FFA06D);
    color: #292526;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    padding: 15.5px 30px;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}



/* header */

/* first */

.content.header__content {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: transparent;
    border: none;
    min-height: 80px;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.logo img {
    display: block;
    max-width: none;
}

.header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 120px;
    -moz-box-flex: 0;
    flex: 0 1 120px;
}

.header__menu-button {
    display: none;
    background: transparent;
    z-index: 1001;
}

.header__menu-button svg {
    display: block;
}

.header__buttons > .button:first-child {
    background: transparent;
    padding: 6px 15px;
    border: 1.5px solid #FEC07E;
    color: #FEC07E;
    min-width: 110px;
}

.header__buttons > .button:first-child:hover {
    background: #FEC07E;
    color: #292526;
}

.header__buttons > .button:nth-child(2) {
    padding: 7.5px 30px;
    margin-left: 7px;
    min-width: 170px;
}

.header__language {
    margin-left: 20px;
    height: 24px;
}

.header__language img {
    margin: auto;
}

.header__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-left: 40px;
}

.header__menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    text-align: right;
    overflow: hidden;
}

.header__menu > ul a {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 12.5px 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #94897A;
}

.header__menu > ul a:hover {
    color: #fff;
}

.header__menu > ul li + li {
    margin-left: 70px;
}

.header__menu > ul li + li:before {
    content: url(../images/menu.svg);
    position: absolute;
    left: -52.5px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
}

.header__expand-menu {
    display: none;
    margin-bottom: 50px;
}

.header__expand-menu img {
    display: block;
}

.header__expand-menu > * {
    display: none;
    width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.header__expand-menu li {
    display: block;
}

.header__expand-menu > *:nth-child(2) a {
    /* background-color: rgba(255, 255, 255, 0.1); */
    color: #fff;
    font-weight: 700;
    padding: 12.5px;
    margin-bottom: 15px;
    width: 100vw;
}

.header__expand-menu > *:nth-child(2) li:nth-child(n + 2) a:before {
    content: url(../images/menu.svg);
    position: absolute;
    left: -webkit-calc(50% - 17.5px);
    left: -moz-calc(50% - 17.5px);
    left: calc(50% - 17.5px);
    top: -17px;
}

.expand__menu > *:nth-child(2) > li:last-child a {
    margin-bottom: 0;
}






/* cover */

.cover {
    overflow: hidden;
}

.content.cover__content {
    padding: 28px 30px;
    overflow: visible;
    background: transparent;
    text-align: center;
}

.cover__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cover__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.cover__wrap {
    z-index: 100;
    max-width: 600px;
    margin: auto;
    padding: 20px;
}

.cover__image {
    position: absolute;
    bottom: 0;
    z-index: 50;
}

.cover__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.cover__image.left {
    left: 0;
    height: -webkit-calc(100% - 124px);
    height: -moz-calc(100% - 124px);
    height: calc(100% - 124px);
}

.cover__image.right {
    right: 0;
    height: -webkit-calc(100% - 98px);
    height: -moz-calc(100% - 98px);
    height: calc(100% - 98px);
}

.title.cover__title.general {
    color: #FEC07E;
    margin-bottom: 32px;
}

.title.high.cover__title div:last-child {
    text-transform: uppercase;
    color: #fff;
}

.title.high.cover__title div {
    margin-top: 8px;
}

.cover__desc {
    color: #fff;
    margin: 16px auto;
}

.cover__desc span {
    padding: 0 150px;
}

.cover__desc span:before, .cover__desc span:after {
    content: '';
    position: absolute;
    display: block;
    width: 135px;
    height: 50px;
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: calc(50% - 25px);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cover__desc span:before {
    background-image: url(../images/cover-desc-left.svg);
    left: 0;
}

.cover__desc span:after {
    background-image: url(../images/cover-desc-right.svg);
    right: 0;
}

.cover__bonus {
    margin-bottom: 20px;
}

.cover__bonus span {
    padding: 0 150px;
    text-transform: uppercase;
    color: #fff;
}

h2.cover__title.middle {
    text-align: center;
    color: #fff;
}


.cover__bonus span:before, .cover__bonus span:after {
    content: '';
    position: absolute;
    display: block;
    width: 135px;
    height: 50px;
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: calc(50% - 25px);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cover__bonus span:before {
    background-image: url(../images/cover-desc-left.svg);
    left: 0;
}

.cover__bonus span:after {
    background-image: url(../images/cover-desc-right.svg);
    right: 0;
}




/* main info */

table {
    width: 100%;
}

table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292526;
}

table a {
    color: #fff;
}

table a:hover {
    text-decoration: underline;
}

table tr + tr {
    margin-top: 2px;
}

table tr td {
    padding: 8px 15px;
}

.main-info__table tr {
    background: #393637;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start
}

.main-info__table tr td:first-child {
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    flex: 0 1 25%;
    min-width: 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-weight: 500;
}

.main-info__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 75%;
    -moz-box-flex: 0;
    flex: 0 1 75%;
    max-width: -webkit-calc(100% - 220px);
    max-width: -moz-calc(100% - 220px);
    max-width: calc(100% - 220px);
}

table img {
    display: block;
    margin: auto;
}


table td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}

.payment__table {
    margin-top: 16px;
    text-align: left;
}

.payment__table tr {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

table thead tr {
    color: #D4C5B1;
    font-weight: 700;
    margin-bottom: 2px;
    background: #4E4842;
}

table thead td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.vip__table thead tr td {
    padding-left: 20px;
    padding-right: 0;
}

.vip__table thead tr td:last-child {
    padding-right: 20px;
}

.vip__table tbody td {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 0;
}

.vip__table tr td:last-child {
    padding-right: 20px;
}

.vip__table tr td {
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    flex: 0 1 25%;
}

.vip__table tr td:first-child, .vip__table tr td:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.vip__table tr td:first-child span:first-child, .vip__table tr td:nth-child(2) span:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32px;
    -moz-box-flex: 0;
    flex: 0 1 32px;
    margin-right: 16px;
}

.vip__table tr td:first-child span:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 32px - 16px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 32px - 16px);
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.vip__table tr td:nth-child(2) span:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 32px - 16px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 32px - 16px);
}

.vip__table tr td:nth-child(3) div {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: #322E2F;
    padding: 8px;
}

.vip__table tr td:nth-child(3) div span:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32px;
    -moz-box-flex: 0;
    flex: 0 1 32px;
    margin-right: 16px;
}

.vip__table tr td:nth-child(3) div span:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 32px - 16px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 32px - 16px);
}

.vip__table tr td:last-child span {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #4E4842;
    border: 1px solid #94897A;
    color: #D4C5B1;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.article table + * {
    margin-top: 16px;
}


.rating__table tr td {
    padding-top: 12px;
    padding-bottom: 12px;
}




/* pros */

.pros__list {
    margin-top: 0;
}

.pros-list__item {
    margin-top: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #393637;
    padding: 16px 20px;
    display: block;
}

.pros-item__desc {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #94897A;
    margin-bottom: 16px;
    padding-left: 48px;
}

.pros-item__list li {
    display: block;
}

.pros-item__list li + li {
    margin-top: 8px;
}

.pros-item__desc:before {
    content: '';
    position: absolute;
    left: 7px;
    width: 20px;
    height: 2px;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    background: #94897A;
}

.pros-list__item:first-child .pros-item__desc:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    left: 16px;
    background: #94897A;
}



/* first bonus */

.first-bonus__content.content {
    display: block;
    padding: 80px 30px;
    overflow: hidden;
}

.first-bonus__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.first-bonus__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.first-bonus__wrap {
    text-align: center;
    z-index: 100;
    color: #fff;
    max-width: 600px;
    width: 70%;
}

.first-bonus__wrap > * + * {
    margin-top: 8px;
}

.first-bonus__button.button {
    margin-top: 16px;
}

h3.first-bonus__title.title.general {
    color: #FEC07E;
}

.first-bonus__desc.title.high {
    color: #fff;
    margin-bottom: 0;
}

h2.first-bonus__title.high {
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #fff
}

h2.first-bonus__title.high span {
    padding: 0 150px;
    font-size: 20px;
}

h2.first-bonus__title.high span:before, h2.first-bonus__title.high span:after {
    content: '';
    position: absolute;
    display: block;
    width: 135px;
    height: 50px;
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: calc(50% - 25px);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

h2.first-bonus__title.high span:before {
    background-image: url(../images/cover-desc-left.svg);
    left: 0;
}

h2.first-bonus__title.high span:after {
    background-image: url(../images/cover-desc-right.svg);
    right: 0;
}

.first-bonus__content.content:hover .first-bonus__button {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.providers__image img {
    max-width: 440px;
    width: 100%;
}



/* article  */

.article, article {
    text-align: center;
}

.article p, .artcile li, article p, article li {
    text-align: left;
}

article > *, .article > * {
    margin-top: 16px;
}

.article > * + .button, article > * + .button {
    margin-top: 16px;
}

article > *:first-child, .article > *:first-child, article > a.button:first-child, .article > a.button:first-child {
    margin-top: 0;
}

article li, .article li {
    padding-left: 30px;
    display: block;
    text-align: left;
}

article li span, .article li span {
    font-weight: 700;
}

article li + li, .article li + li {
    margin-top: 10px;
}

.article ul li:before, article ul li:before {
    content: ".";
    font-size: 20px;
    line-height: inherit;
    color: #FEC07E;
    font-weight: 900;
    position: absolute;
    left: 7px;
    top: -5px;
}

.article ol, article ol {
    list-style-position: inside;
    list-style: none;
}

.article ol > li, article > ol li {
    counter-increment: ol;
}

.article ol > li:before, article ol > li:before {
    content: counter(ol) '.';
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: 9px;
    top: 0;
    font-weight: 400;
    color: #fff;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}





/* faq */

.faq__content.content {
    overflow: hidden;
}

.faq__item {
    background: #393637;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #393637;
    -webkit-transition: border-color 0.2x linear;
    -o-transition: border-color 0.2x linear;
    -moz-transition: border-color 0.2x linear;
    transition: border-color 0.2x linear;
}

.title.middle.faq-item__title {
    text-transform: uppercase;
    padding: 12px 65px 12px 20px;
    position: relative;
}

.title.middle.faq-item__title:before {
    content: url(../images/faq.svg);
    position: absolute;
    right: 16px;
    top: -webkit-calc(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: calc(50% - 16px);
    height: 32px;
}

.title.middle.faq-item__title:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background: #FEC07E;
    top: -webkit-calc(50% - 7.5px);
    top: -moz-calc(50% - 7.5px);
    top: calc(50% - 7.5px);
    right: 31px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.faq__item.active .title.middle.faq-item__title:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq__item {
    display: block;
    cursor: pointer;
}

.faq__item.active {
    border-color: #FEC07E;
}

.faq__item + .faq__item {
    margin-top: 8px;
}

.faq-item__answer {
    padding: 4px 20px 12px;
    color: #fff;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}



/* footer */

.footer__content:before {
    content: url(../images/faq-decor.svg);
    position: absolute;
    top: 40px;
    left: -webkit-calc(50% - 620px);
    left: -moz-calc(50% - 620px);
    left: calc(50% - 620px);
}

.footer__content.content {
    padding: 120px 10px 50px;
    background: transparent;
    border: none;
    overflow: hidden;
    color: #94897A;
    font-weight: 500;
}

.footer__payment {
    margin-left: -5px;
    text-align: center;
    margin-top: 15px;
}

.footer__payment img {
    display: block;
}

.footer__payment li {
    vertical-align: middle;
    margin-top: 9px;
    margin-left: 5px;
}

.footer__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 40px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 40px);
    padding-right: 25px;
}

.footer__wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 2px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#FEC07E), to(transparent));
    background: -webkit-linear-gradient(left, transparent, #FEC07E, transparent);
    background: -moz-linear-gradient(left, transparent, #FEC07E, transparent);
    background: -o-linear-gradient(left, transparent, #FEC07E, transparent);
    background: linear-gradient(to right, transparent, #FEC07E, transparent);
}

.footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
}

.footer__age {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40px;
    -moz-box-flex: 0;
    flex: 0 1 40px;
}



/* breadcrumbs */

.breadcrumbs {
    margin-bottom: 16px;
}

.breadcrumbs a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.breadcrumbs li:after {
    content: "|";
    color: #fff;
    font-size: 16px;
    margin: 0 8px 0 6px;
}

.breadcrumbs li:last-child:after {
    content: none;
}

.breadcrumbs li:not(.last-child) a:hover {
    color: #FEC882;
}

.breadcrumbs li:last-child a:hover {
    color: #fff;
}


/* bonus */

.bonus > .content {
    background: transparent;
    padding: 0;
    margin: auto;
}

.bonus {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #322E2F;
    padding: 30px 20px;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}


.bonus__item span {
    font-weight: 700;
    margin-left: 10px;
}


.bonus__content.content {
    padding: 0;
    border: none;
    background: transparent;
    overflow: visible;
}

.bonus__list {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
}

.bonus > .bonus__content + * {
    margin-top: 20px;
}

.bonus-list__item {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 20px;
    padding: 45px 105px;
    display: block;
    overflow: hidden;
}

.bonus-item__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bonus-item__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.bonus-item__wrap {
    max-width: 600px;
    width: 60%;
    border: 1px solid #FEC07E;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: rgba(31, 13, 37, 0.6);
    z-index: 50;
    padding: 25px 40px 96px 40px;
    min-height: 370px;
}

.bonus-item__button.button {
    position: absolute;
    left: 40px;
    bottom: 24px
}

.bonus-item__image {
    z-index: 60;
    position: absolute;
    top: 0;
    height: 100%;
}

.bonus-item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}



.bonus__list.first .bonus-list__item:nth-child(1) .bonus-item__image {
    right: 14%;
}

.bonus__list.first .bonus-list__item:nth-child(2) .bonus-item__image {
    right: 17%;
}



.bonus__list.second .bonus-list__item:nth-child(1) .bonus-item__image {
    right: 13%;
}

.bonus__list.second .bonus-list__item:nth-child(2) .bonus-item__image {
    right: 20%;
}

.bonus-item__title.high {
    color: #fff;
    text-align: left;
}

.bonus-item__wrap > * + * {
    margin-top: 16px;
}

.bonus-item__desc {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.bonus-item__wrap:before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 45px;
    top: 16px;
    left: -30px;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bonus-decor.svg);
}
