@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');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
	font-family: 'Zona Pro';
	src: url('../fonts/zonapro_regular/ZonaPro-Regular.eot');
	src: local('Zona Pro'), local('ZonaPro-Regular'),
		url('../fonts/zonapro_regular/ZonaPro-Regular.eot?#iefix') format("embedded-opentype"),
		url('../fonts/zonapro_regular/ZonaPro-Regular.woff') format("woff"),
		url('../fonts/zonapro_regular/ZonaPro-Regular.woff2') format("woff2"),
		url('../fonts/zonapro_regular/ZonaPro-Regular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Zona Pro';
	src: url('../fonts/zonapro_semibold/ZonaPro-SemiBold.eot');
	src: local('Zona Pro Semibold'), local('ZonaPro-Semibold'),
		url('../fonts/zonapro_semibold/ZonaPro-SemiBold.eot?#iefix') format("embedded-opentype"),
		url('../fonts/zonapro_semibold/ZonaPro-SemiBold.woff') format("woff"),
		url('../fonts/zonapro_semibold/ZonaPro-SemiBold.woff2') format("woff2"),
		url('../fonts/zonapro_semibold/ZonaPro-SemiBold.ttf') format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Zona Pro';
	src: url('../fonts/zonapro_bold/ZonaPro-Bold.eot');
	src: local('Zona Pro Bold'), local('ZonaPro-Bold'),
		url('../fonts/zonapro_bold/ZonaPro-Bold.eot?#iefix') format("embedded-opentype"),
		url('../fonts/zonapro_bold/ZonaPro-Bold.woff') format("woff"),
		url('../fonts/zonapro_bold/ZonaPro-Bold.woff2') format("woff2"),
		url('../fonts/zonapro_bold/ZonaPro-Bold.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Zona Pro';
	src: url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.eot');
	src: local('Zona Pro Extrabold'), local('ZonaPro-Extrabold'),
		url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.eot?#iefix') format("embedded-opentype"),
		url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.woff') format("woff"),
		url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.woff2') format("woff2"),
		url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.ttf') format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}


svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

.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;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Zona Pro', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#34434D), to(#19242D));
    background: -webkit-linear-gradient(left, #34434D 0%, #19242D 100%);
    background: -moz-linear-gradient(left, #34434D 0%, #19242D 100%);
    background: -o-linear-gradient(left, #34434D 0%, #19242D 100%);
    background: linear-gradient(90deg, #34434D 0%, #19242D 100%);
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body.active {
    margin-top: 88px;
    /* overflow: hidden; */
}

* {
    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: -webkit-linear-gradient(274deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
    background: -moz-linear-gradient(274deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
    background: -o-linear-gradient(274deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
    background: linear-gradient(176deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
}

.main > * {
    margin-top: 20px;
}

.image img {
    margin: auto;
}

.content {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: #202A32;
    overflow: hidden;
}

a {
    color: #fff;
    font-weight: 700;
    -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;
    color: #fff;
}

h1, .title.general {
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
}

h2, .title.high {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
}

h3, .title.middle {
    font-size: 28px;
    line-height: 34px;
}

h4, .title.small {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}

.button {
    min-width: 125px;
    background-color: #2BC69E;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 12px 15px;
    border: 2px solid #2BC69E;
    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: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.button:hover {
    background: transparent;
    color: #2BC69E;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}



/* header */


.content.header__content {
    padding: 5px 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;
    overflow: visible;
    min-height: 68px;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.logo img {
    display: block;
    max-height: 32px;
}

.header__logo {
    position: absolute;
    left: 0;
    top: 18px;
}

.header__menu-button {
    display: none;
    background: transparent;
    z-index: 1001;
}

.header__menu-button svg {
    display: block;
    width: 40px;
}

.header__menu {
    margin-left: 130px;
}

.header__menu * {
    display: inline-block;
    vertical-align: middle;
}

.menu a {
    padding: 14px 20px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.menu a:hover {
    color: #2BC69E;
}

.expand__menu {
    display: none;
}

.expand__menu > * {
    display: none;
    width: 100%;
}

.expand__menu > *:nth-child(n + 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;
}

.expand__menu li {
    display: block;
}

.expand__menu > *:nth-child(2) a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12.5px;
    margin-bottom: 15px;
    width: 100vw;
}

.expand__menu > *:nth-child(2) > li:last-child a {
    margin-bottom: 0;
}

.header__button.button {
    min-width: 100px;
    padding: 8px 15px;
    font-size: 14px;
}

.header__button:last-child {
    margin-left: 10px;
}

.button.outline {
    background: transparent;
    color: #2BC69E;
}

.button.outline:hover {
    background: #2BC69E;
    color: #fff;
}


/* rating */

.cover__rating {
    margin-bottom: 16px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.cover-rating__stars {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.cover-rating__stars img {
    display: block;
}

.cover-rating__stars > span {
    vertical-align: middle;
}

.cover-rating__stars > span > span {
    vertical-align: middle;
}

.cover-rating__stars > span:nth-child(2) {
    margin-left: 5px;
    padding-top: 5px;
}

.cover-rating__stars > span > span:nth-child(2) {
    margin: 0 -5px;
}

.cover-rating__desc {
    opacity: 0.8;
}



/* cover */

h1 span, .title.general span {
    display: block;
}

.content.cover__content {
    padding: 140px 20px;
    background: transparent;
    overflow: hidden;
}

.cover__wrapper {
    z-index: 100;
    width: 70%;
    max-width: 600px;
}

.cover__bg {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    right: 0;
    overflow: hidden;
    z-index: 1;
}

.cover__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
    -o-object-position: right;
    object-position: right;
}

.cover__image {
    position: absolute;
    right: 210px;
    bottom: 0;
    z-index: 2;
    height: 100%;
}

.cover__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.cover__bonus {
    color: #2BC69D;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    padding: 23px 30px 18px;
    text-align: center;
    background: #202A32;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: inline-block;
    border: 1px solid #2BC69D;
    -webkit-box-shadow: 0 0 10px 7px rgba(43, 198, 157, 0.7);
    -moz-box-shadow: 0 0 10px 7px rgba(43, 198, 157, 0.7);
    box-shadow: 0 0 10px 7px rgba(43, 198, 157, 0.7);
    z-index: 5;
}

.cover__bonus span {
    display: block;
}




/* main info */



table {
    width: 100%;
}

thead {
    text-transform: uppercase;
    font-weight: 700;
}

tbody a {
    color: inherit;
    font-weight: 400;
}

tbody a:hover {
    text-decoration: underline;
}

table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

table tr td {
    padding: 14px 45px;
    min-height: 76px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid #2BC69D;
}

table tr:first-child td {
    border-top: 1.5px solid #2BC69D;;
}

table thead + tbody tr:first-child td {
    border-top: 1px solid #2BC69D;
}

table tr td:first-child {
    border-left: 1.5px solid #2BC69D;;
}

.table tr td:last-child {
    border-right: 1.5px solid #2BC69D;;
}

table tbody tr:last-child td {
    border-bottom: 1.5px solid #2BC69D;;
}

table tr:first-child td:first-child {
    -webkit-border-radius: 16px 0 0 0;
    -moz-border-radius: 16px 0 0 0;
    border-radius: 16px 0 0 0;
}

table tr:first-child td:last-child {
    -webkit-border-radius: 0 16px 0 0;
    -moz-border-radius: 0 16px 0 0;
    border-radius: 0 16px 0 0;
}

table thead + tbody tr:first-child td:nth-child(n) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

table tbody tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 16px;
    -moz-border-radius: 0 0 0 16px;
    border-radius: 0 0 0 16px;
}

table tbody tr:last-child td:last-child {
    -webkit-border-radius: 0 0 16px 0;
    -moz-border-radius: 0 0 16px 0;
    border-radius: 0 0 16px 0;
}



.main-info__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}

.slots__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    flex: 0 1 25%;
}

.payment__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
    -moz-box-flex: 0;
    flex: 0 1 20%;
}

.payment__table tr td {
    padding: 14px 25px;
}

.rating__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}



/* article  */

article > *, .article > * {
    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: 12px;
    display: block;
}

article ol li, .article ol li {
    padding-left: 25px;
}

article > * + .button, .article > * + .button {
    margin-top: 16px;
}

.article ul li:before, article ul li:before {
    content: ".";
    font-size: 16px;
    line-height: inherit;
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 0px;
    top: -4px;
}

.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: 16px;
    line-height: inherit;
    position: absolute;
    left: 5px;
    top: 0;
    color: #fff;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}


*.green {
    font-weight: 700;
    color: #2BC69D;
}

.article > p span {
    color: #2BC69D;
}



.reviews__list span span {
    color: #2BC69D;
}

.reviews__list + div {
    line-height: 0;
}



/* faq */


.faq__item {
    overflow: hidden;
    display: block;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #2BC69D;
}

.faq-item__question {
    padding: 12px 10px 12px 56px;
    position: relative;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.faq-item__question:after {
    content: '';
    position: absolute;
    left: 16px;
    top: -webkit-calc(50% - 13px);
    top: -moz-calc(50% - 13px);
    top: calc(50% - 13px);
    line-height: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/arrow.svg);
    -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 .faq-item__question:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq__item + .faq__item {
    margin-top: 20px;
}

.faq-item__answer {
    padding: 16px 10px;
    border-top: 1px solid #2BC69D;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}



/* footer */

.footer {
    margin-top: 25px;
    margin-bottom: 25px;
}

.footer__content.content {
    background: #10171F;
}

.footer__payment {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: #161F26;
    padding: 25px 20px;
    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;
}

.footer-payment__desc {
    max-width: 180px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.footer-payment__button.button {
    min-width: 150px;
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -moz-box-flex: 0;
    flex: 0;
    margin-left: 60px;
    padding: 12px 10px;
}

.footer-payment__list img {
    display: block;
}

.footer-payment__list li {
    vertical-align: middle;
    padding: 0 8px;
    margin-top: 10px;
}

.footer-payment__list {
    margin-top: -10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 180px - 120px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 180px - 120px);
    text-align: center;
    padding: 0 8px;
}

.footer__wrap {
    padding: 0 50px;
    margin-top: 20px;
    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;
    font-size: 12px;
    line-height: 18px;
    color: #878B8E;
}

.footer__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 135px;
    -moz-box-flex: 0;
    flex: 0 1 135px;
    display: block;
}

.footer__logo img {
    display: block;
    margin: auto;
}

.footer__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 135px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 135px);
    padding-left: 30px;
}

.footer__list {
    margin-top: 16px;
    text-align: center;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.footer__list img {
    display: block;
    margin: auto;
}

.footer__list li + li {
    margin-left: 15px;
}



/* games */

.games__content.content {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.games__list {
    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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px;
}

.games__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 80px) / 4);
    margin-top: 20px;
    margin-left: 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.games-item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.games-item__wrap {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(32, 42, 50, 0.8);
    width: 100%;
    height: 100%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.games-item__button.button {
    margin: auto;
    max-width: 180px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
}

.games-list__item:hover .games-item__wrap {
    opacity: 1;
    z-index: 5;
}



/* bonus */

.bonus__content > * + * {
    margin-top: 16px;
}

.bonus__list {
    margin-top: 0;
    margin-left: -20px;
    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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bonus-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
    margin-top: 20px;
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.bonus-list__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.bonus-item__image {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.bonus-item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.bonus-item__desc {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
}

.bonus-item__desc > span {
    display: block;
}

.bonus-item__desc > span:first-child {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.bonus-item__desc > span:last-child {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.bonus-item__desc > span:last-child > span {
    font-weight: 700;
}

.bonus-list__item:hover .bonus-item__image {
    opacity: 0.7;
}
