.vo_ca_banner.vo_ca_bonus-banner {
    background: #0000;
    border-radius: 35px; }
.vo_ca_banner:after {
    border-radius: 35px;
    overflow: hidden; }
.vo_ca_banner.vo_ca_slot-banner .vo_ca_main-img {
    z-index: 100; }
.vo_ca_banner.vo_ca_bonus-banner .vo_ca_inside {
    z-index: 100; }

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

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

.vo_ca_categories-block .vo_ca_providers.vo_ca_default-select .vo_ca_default-select__control {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px; }
    
.vo_ca_main-text {
	margin: 20px auto 0;
	max-width: 1300px;
	position: relative; }
.vo_ca_main-text h1 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600; }
.vo_ca_main-text h2 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600; }
.vo_ca_main-text h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px; }
.vo_ca_main-text p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.vo_ca_2px;
	color: #788bae; }

.vo_ca_mt-50 {
	margin-top: 80px;
	 }
.vo_ca_mb-50 {
	margin-bottom: 80px; }

.vo_ca_main-text nav {
	margin-bottom: 20px;
}
.vo_ca_main-text nav li a {
	position: relative;
  	font-size: 14px;
  	line-height: 22px;
  	letter-spacing: 0.vo_ca_2px;
 	color: #788bae;
	display: inline-block;
}
.vo_ca_main-text a:hover {
	color: #fff;
}
.vo_ca_main-text table {
	margin-bottom: 30px;
}
.vo_ca_main-text table th {
	text-align: left;
	font-size: 14px;
	padding: 15px 20px;
}
.vo_ca_main-text table td {
	text-align: left;
	font-size: 14px;
	padding: 15px 20px;
	color: #788bae;
}
.vo_ca_main-text table tr:nth-child(2n+1) td,
.vo_ca_main-text table tr:nth-child(2n+1) th {
	background-color: rgba(0, 0, 0, 0.vo_ca_3);
}
.vo_ca_main-text ul {
	margin-bottom: 20px;
}
.vo_ca_main-text li {
	position: relative;
  	font-size: 14px;
  	line-height: 22px;
  	letter-spacing: 0.vo_ca_2px;
 	color: #788bae;
	padding-left: 15px;
}
.vo_ca_main-text li:before {
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.vo_ca_7);
	width: 5px;
	height: 5px;
}