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;
}