body {
	background: #fff;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: 100%;
	height: auto;
}

.btn-rounded {
	--mdb-btn-border-radius: 10rem;
	border-radius: var(--mdb-btn-border-radius);
}

.prmbtn {
	text-align: center;
	background: #3460ff;
	border: 1px solid #3460ff;
	padding: .5rem 2rem;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 360px) {
	.prmbtn {
		width: 100%;
	}
}

.sucbtn {
	text-align: center;
	background: #2ecc71;
	border: 1px solid #2ecc71;
	padding: .5rem 2rem;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 360px) {
	.sucbtn {
		width: 100%;
	}
}

.mucbtn {
	text-align: center;
	background: #2ecc71;
	border: 1px solid #2ecc71;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 360px) {
	.mucbtn {
		width: 100%;
	}
}

.mirbtn {
	text-align: center;
	background: #2ecc71;
	border: 1px solid #2ecc71;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 360px) {
	.mucbtn {
		width: 100%;
	}
}

.header-logo {}

.header-logo img {
	display: block;
	max-width: 154px;
}

.bg-banner {
	background: url(../img/bg-banner.jpg) no-repeat left center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 70px 0 0;
	font-weight: 700;
	color: #fff;
	text-shadow: #0a081a 1px 0 10px;
}

footer a {
	text-decoration: none;
}

footer ul {
	padding-left: 1.3rem;
	list-style-type: square;
}

footer .border-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-gray-600) !important;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.h8,
h8 {
	font-size: 0.8rem;
}

@media (max-width: 574px) {
	.banner-txt {
		text-align: center;
	}

	.application-btn {
		text-align: center;
	}

	.promokod {
		text-align: center;
	}
}

.promokod span {
	position: relative;
	margin-right: 22px;
	cursor: pointer;
	white-space: nowrap;
	color: #ffae00;
}

.promokod span:after {
	content: '';
	-webkit-mask-image: url(../img/copy.svg);
	mask: url(../img/copy.svg);
	-webkit-mask-position: 50%;
	background-color: #ffae00;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 2px;
	right: -22px;
}

.breadcrumb-wrap {
	font-size: 14px;
}

.breadcrumb-wrap a {
	color: var(--bs-body-color);
}

.application-btn i {
	color: #fff;
	margin-right: 8px;
}

.index-blog a {
	text-decoration: none;
	color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;
}
.copy-button {
	position: relative;
    cursor: pointer;
    white-space: nowrap;
    color: #ffae00;
}
.index-blog .card-body {
	min-height: 5rem;
}
.media img {
    max-width: 52px;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem!important;
}
.blog-list a {
	text-decoration: none;
}
.item-box a {
	text-decoration: none;
}
.bonuses {
    position: relative;
    color: #fff
}

.bonuses__content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.bonuses__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.bonuses__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 80% 50%;
    object-position: 80% 50%
}

.bonuses .box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 12px 12px 66px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 8px
}

.bonuses .box__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 4px
}

.bonuses .box__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    min-width: 47%;
    font-weight: 700;
    font-size: 10px;
    white-space: nowrap;
    text-transform: uppercase
}

.bonuses .box__text span {
    color: #f7d540;
    font-size: 24px;
    text-align: right;
    text-shadow: 0 2px 0 #e75700
}

.bonuses .box__footer {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px
}

.bonuses .box__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 396px;
    padding: 8px 6px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    border: 1px dashed;
    cursor: pointer
}

.bonuses .box__button:hover {
    text-decoration: none
}

.bonuses .box--casino {
    background: -webkit-gradient(linear,left top,left bottom,from(#09B505),to(#004B40));
    background: linear-gradient(180deg,#09B505 0%,#004B40 100%)
}

.bonuses .box--casino .box__button:last-child {
    background: #05D100;
    border-color: #05D100;
    border-style: solid
}

.bonuses .box--casino .box__button:last-child:hover {
    background: #05ab00;
    border-color: #05ab00
}

.bonuses .box--poker {
    background: -webkit-gradient(linear,left top,left bottom,from(#FF642E),to(#5F0203));
    background: linear-gradient(180deg,#FF642E 0%,#5F0203 100%)
}

.bonuses .box--poker .box__button:last-child {
    background: #FF2E2E;
    border-color: #FF2E2E;
    border-style: solid
}

.bonuses .box--poker .box__button:last-child:hover {
    background: #d52424;
    border-color: #d52424
}
.dp {
	display: contents;
}

@media only screen and (min-width: 480px) {
    .bonuses .box {
        font-size:14px
    }

    .bonuses .box__text span {
        width: 40%
    }
}

@media only screen and (min-width: 768px) {
    .bonuses__content {
        gap:24px;
        max-width: 500px
    }

    .bonuses__bg img {
        -o-object-position: 50%;
        object-position: 50%
    }

    .bonuses .box {
        font-size: 16px
    }

    .bonuses .box__header {
        gap: 16px
    }

    .bonuses .box__text {
        min-width: 0;
        font-size: 12px
    }

    .bonuses .box__text span {
        width: auto;
        font-size: 36px;
        text-align: left
    }
}
