.banner.bonus-banner {
    background: #0000;
    border-radius: 35px; }
.banner:after {
    border-radius: 35px;
    overflow: hidden; }
.banner.slot-banner .main-img {
    z-index: 100; }
.banner.bonus-banner .inside {
    z-index: 100; }

.categories-wrapper {
    overflow: hidden;
    position: relative; }
.categories-wrapper .swiper-slide {
    height: 46px; }

.default-select__input-container {
    display: none; }

.categories-block .providers.default-select .default-select__control {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px; }
    
.main-text {
	margin: 20px auto 0;
	max-width: 1300px;
	position: relative; }
.main-text h1 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600; }
.main-text h2 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600; }
.main-text h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px; }
.main-text p {
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.2px;
	color: var(--textSecondary); }
.main-text li {
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.2px;
	color: var(--textSecondary);
	position: relative;
	padding-left: 15px; }
.main-text li:before {
	background-color: var(--textSecondary);
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 10px;
	position: absolute;
	top: 10px;
	left: 0;
}

.mt-50 {
	margin-top: 80px;
	 }
.mb-50 {
	margin-bottom: 80px; }