.h-captcha{position:relative;display:block;margin-bottom:2rem;padding:0;clear:both}
.h-captcha[data-size="normal"]{width:303px;height:78px}
.h-captcha[data-size="compact"]{width:164px;height:144px}
.h-captcha[data-size="invisible"]{display:none}
.h-captcha::before{content:'';display:block;position:absolute;top:0;left:0;background:url(../images/hcaptcha-div-logo.svg) no-repeat;border:1px solid #fff0;border-radius:4px}
.h-captcha[data-size="normal"]::before{width:300px;height:74px;background-position:94% 28%}
.h-captcha[data-size="compact"]::before{width:156px;height:136px;background-position:50% 79%}
.h-captcha[data-theme="light"]::before,body.is-light-theme .h-captcha[data-theme="auto"]::before,.h-captcha[data-theme="auto"]::before{background-color:#fafafa;border:1px solid #e0e0e0}
.h-captcha[data-theme="dark"]::before,body.is-dark-theme .h-captcha[data-theme="auto"]::before,html.wp-dark-mode-active .h-captcha[data-theme="auto"]::before,html.drdt-dark-mode .h-captcha[data-theme="auto"]::before{background-image:url(../images/hcaptcha-div-logo-white.svg);background-repeat:no-repeat;background-color:#333;border:1px solid #f5f5f5}
.h-captcha[data-size="invisible"]::before{display:none}.h-captcha iframe{position:relative}
div[style*="z-index: 2147483647"] div[style*="border-width: 11px"][style*="position: absolute"][style*="pointer-events: none"]{border-style:none}

span[data-name="hcap-cf7"] .h-captcha{margin-bottom:0}
span[data-name="hcap-cf7"]~input[type="submit"],span[data-name="hcap-cf7"]~button[type="submit"]{margin-top:2rem}

p.has-text-align-center {
	text-align: center;
}

*,
:after, :before {
	box-sizing: border-box
}

li, ol, ol[class], ul, ul[class] {
	margin: 0;
	padding: 0
}

blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, ol[class], p, ul[class] {
	margin: 0
}

body {
	line-height: 1.5;
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed
}

li, ol[class], ul[class] {
	list-style: none
}

a {
	text-decoration: none
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto
}

img {
	display: block;
	max-width: 100%
}

button, input, select, textarea {
	border: none;
	font: inherit
}

[role=button], button {
	cursor: pointer
}

@media (prefers-reduced-motion:reduce) {
	* {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important
	}
}

body.-toggle, html.-toggle {
	overflow: hidden
}

body {
	background: #212425;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 1.4
}

@media (max-width:768px) {
	body {
		font-size: 14px;
		overflow-x: hidden
	}
}

.betBR-container, .betBR-container-page {
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%
}

.betBR-container-page {
	max-width: 940px
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.3
}

.site-header {
	background: #323637;
	padding: 24px 0
}

@media (max-width:768px) {
	.site-header {
		padding: 20px 0
	}
}

.site-header .site-header--row {
	grid-gap: 20px;
	align-items: center;
	display: grid;
	grid-template-columns: max-content 1fr
}

.site-header .site-header__logo img {
	height: auto;
	width: 180px
}

.site-header .site-header--menu-area {
	grid-gap: 20px;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr max-content max-content
}

@media (max-width:768px) {
	.site-header .site-header--menu-area {
		grid-gap: 16px;
		background: #1a674b;
		display: none;
		grid-template-columns: 86px 1fr;
		height: calc(100% - 82px);
		left: 0;
		padding: 20px;
		place-content: flex-start;
		position: fixed;
		top: 82px;
		width: 100%
	}

	.site-header .site-header--menu-area.-toggle {
		display: grid
	}
}

.site-header .site-header--menu-btn {
	background: var(--default-color) url(../images/mob-menu-icon.svg) no-repeat 50%;
	background-size: 15px;
	border: 1px solid var(--default-color);
	border-radius: 4px;
	display: none;
	height: 42px;
	justify-self: flex-end;
	width: 42px
}

.site-header .site-header--menu-btn.-toggle {
	background: var(--default-color) url(../images/mob-menu-close-icon.svg) no-repeat 50%;
	background-size: 15px
}

@media (max-width:768px) {
	.site-header .site-header--menu-btn {
		display: block
	}

	.site-header .site-header__logo img {
		max-height: 42px;
		max-width: 180px;
		width: auto;
	}
}

.site-header .site-header__menu {
	padding-right: 64px;
	text-align: right
}

@media (max-width:768px) {
	.site-header .site-header__menu {
		grid-column: 1/3;
		grid-row: 1;
		margin-bottom: 64px;
		padding: 0;
		text-align: left
	}
}

.site-header .site-header__menu ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 42px
}

@media (max-width:768px) {
	.site-header .site-header__menu ul {
		display: block
	}
}

.site-header .site-header__menu ul li {
	font-size: 15px;
	position: relative
}

@media (max-width:768px) {
	.site-header .site-header__menu ul li:not(:last-child) {
		border-bottom: 1px solid hsla(0, 0%, 100%, .1);
		display: block;
		margin-bottom: 20px;
		padding-bottom: 20px
	}
}

.site-header .site-header__menu ul li a {
	color: #fff;
	padding-left: 28px
}

.site-header .site-header__menu ul li:first-child a {
	background: none;
	padding: 0;
}

.site-header .site-header__menu ul li:nth-child(2) a {
	background: none;
	padding: 0;
}

.site-header .site-header__menu ul li:nth-child(3) a {
	background: none;
	padding: 0;
}

.site-header .site-header__menu ul li:nth-child(4) a {
	background: none;
	padding: 0;
}

.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
	padding: 0;
}

.site-header .site-header__menu ul li:hover>a {
	color: var(--default-color)
}

.site-header .site-header__menu ul li ul {
	display: none
}

.site-header .site-header__menu ul li:hover>ul {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 12px rgba(12, 42, 149, .15);
	display: block;
	left: -20px;
	padding: 24px 20px;
	position: absolute;
	top: 100%;
	width: 240px;
	z-index: 999
}

.site-header .site-header__menu ul li:hover>ul li {
	background: transparent !important;
	text-align: left
}

.site-header .site-header__menu ul li:hover>ul li:not(:last-child) {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 12px;
	padding-bottom: 12px
}

.site-header .site-header__menu ul li:hover>ul li a {
	background: transparent !important;
	color: #000;
	font-size: 13px;
	padding: 0
}

.site-header .site-header__menu ul li:hover>ul li a:hover {
	color: #1a674b
}

.site-header .site-header__langs {
	position: relative
}

@media (max-width:768px) {
	.site-header .site-header__langs {
		grid-row: 2
	}
}

.site-header .site-header__langs .site-header__langs--current {
	border: 1px solid #0b4e35;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	gap: 8px;
	height: 42px;
	padding: 5px 14px 5px 5px;
	place-items: center;
	text-transform: uppercase
}

.site-header .site-header__langs .site-header__langs--current img {
	border-radius: 4px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: auto;
	height: auto;
	max-width: 20px;
}

.site-header .site-header__langs .site-header__langs--current span {
	color: #fff
}

.site-header .site-header__langs ul {
	background: #1a674b;
	border-radius: 4px;
	box-shadow: 0 0 12px rgba(12, 42, 149, .15);
	display: none;
	padding: 20px;
	position: absolute;
	right: -20px;
	top: 100%;
	width: 180px;
	z-index: 9999
}

@media (max-width:768px) {
	.site-header .site-header__langs ul {
		background: #fff;
		bottom: 100%;
		grid-template-columns: repeat(2, 1fr);
		left: 0;
		padding: 20px 14px;
		right: unset;
		top: unset;
		width: 300px
	}
}

.site-header .site-header__langs ul li:not(:last-child) a {
	border-bottom: 1px solid #0b4e35;
	margin-bottom: 6px;
	padding-bottom: 6px
}

@media (max-width:768px) {
	.site-header .site-header__langs ul li:not(:last-child) a {
		border: none;
		margin-bottom: 8px;
		padding-bottom: 8px
	}
}

.site-header .site-header__langs ul li a {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	place-items: center
}

.site-header .site-header__langs ul li a:hover {
	opacity: .64
}

.site-header .site-header__langs ul li a img {
	border-radius: 2px;
	height: 14px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 20px
}

.site-header .site-header__langs ul li a span {
	color: #fff;
	font-size: 14px
}

@media (max-width:768px) {
	.site-header .site-header__langs ul li a span {
		color: #000
	}
}

.site-header .site-header__langs ul li.betBR-current-lang a {
	opacity: .64
}

.site-header .site-header__langs:hover>ul {
	display: block
}

@media (max-width:768px) {
	.site-header .site-header__langs:hover>ul {
		display: grid
	}
}

.site-header .site-header__btn-login {
	background: var(--default-color);
	border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
	line-height: 42px;
	text-transform: uppercase
}

@media (max-width:768px) {
	.site-header .site-header__btn-login {
		grid-row: 2;
		text-align: center
	}
}

.site-header .site-header__btn-login a {
	color: #1a1a1a;
	display: block;
	padding: 0 42px
}

.site-header .site-header__btn-login:hover {
	opacity: .86
}

.betBR-header-banner {
	margin-bottom: 54px;
	padding: 54px 0
}

@media (max-width:768px) {
	.betBR-header-banner {
		padding: 42px 0
	}
}

.betBR-header-banner .betBR-header-banner--content {
	margin-bottom: 100px;
	max-width: 100%;
	width: 100%
}

@media (max-width:768px) {
	.betBR-header-banner .betBR-header-banner--content {
		margin-bottom: 32px
	}
}

.betBR-header-banner .betBR-header-banner--content h1 {
	color: #fff;
	font-size: 46px
}

@media (max-width:768px) {
	.betBR-header-banner .betBR-header-banner--content h1 {
		font-size: 30px
	}
}

.betBR-header-banner .betBR-header-banner--content h1 span {
	color: var(--default-color)
}

.betBR-header-banner .betBR-header-banner--content .betBR-header-banner--desc {
	color: #fff;
	margin-top: 24px
}

@media (max-width:768px) {
	.betBR-header-banner .betBR-header-banner--content .betBR-header-banner--desc {
		font-size: 14px
	}
}

.betBR-header-banner .betBR-header-banner--links {
	grid-gap: 100px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 100%
}

@media (max-width:768px) {
	.betBR-header-banner .betBR-header-banner--links {
		display: block
	}
}

@media (max-width:500px) {
	.betBR-header-banner .betBR-header-banner--links {
		width: 100%
	}
}

.betBR-header-banner .betBR-header-banner--links .betBR-header-banner--links__item {
	grid-gap: 20px;
	align-items: center;
	background: #fff;
	border-radius: 4px;
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	padding: 18px 24px
}

@media (max-width:768px) {
	.betBR-header-banner .betBR-header-banner--links .betBR-header-banner--links__item:not(:last-child) {
		margin-bottom: 20px
	}
}

.betBR-header-banner .betBR-header-banner--links .betBR-header-banner--links__item .betBR-icon {
	display: inline-block;
	height: 42px;
	width: 42px
}

@media (max-width:768px) {
	.betBR-header-banner .betBR-header-banner--links .betBR-header-banner--links__item .betBR-icon {
		height: 32px;
		width: 32px
	}
}

.betBR-header-banner .betBR-header-banner--links .betBR-header-banner--links__item .betBR-icon.betBR-icon-1 {
	background: url(../images/login-icon.svg) no-repeat 50%;
	background-size: contain
}

.betBR-header-banner .betBR-header-banner--links .betBR-header-banner--links__item .betBR-icon.betBR-icon-2 {
	background: url(../images/follow-icon.svg) no-repeat 50%;
	background-size: contain
}

.betBR-header-banner .betBR-header-banner--links .betBR-header-banner--links__item .betBR-icon.betBR-icon-3 {
	background: url(../images/promo-icon.svg) no-repeat 50%;
	background-size: contain
}

.betBR-header-banner .betBR-header-banner--links .betBR-header-banner--links__item span {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	min-width: 150px;
}

@media (max-width:768px) {
	.betBR-header-banner .betBR-header-banner--links .betBR-header-banner--links__item span {
		font-size: 17px
	}
}

.betBR-header-banner .betBR-header-banner--links .betBR-header-banner--links__item .betBR-arrow-icon {
	background: var(--default-color) url(../images/icon-arrow-b.svg) no-repeat 50%;
	background-size: 14px;
	border-radius: 4px;
	display: block;
	height: 42px;
	width: 42px
}

@media (max-width:768px) {
	.betBR-header-banner .betBR-header-banner--links .betBR-header-banner--links__item .betBR-arrow-icon {
		height: 32px;
		width: 32px
	}
}

.betBR-header-banner .betBR-header-banner--links .betBR-header-banner--links__item:hover, .betBR-header-banner .betBR-header-banner--links .betBR-header-banner--links__item:hover .betBR-arrow-icon {
	box-shadow: 0 0 12px rgba(12, 42, 149, .15)
}

.betBR-post-entry p:not(:last-child) {
	margin-bottom: 24px
}

.betBR-post-entry h2, .betBR-post-entry h3, .betBR-post-entry h4, .betBR-post-entry h5, .betBR-post-entry h6 {
	line-height: 1.2;
	margin-bottom: 14px
}

.betBR-post-entry h2 {
	font-size: 28px
}

.betBR-post-entry h3 {
	font-size: 24px
}

.betBR-post-entry h4 {
	font-size: 20px
}

.betBR-post-entry a {
	color: #3BCE48
}

.betBR-post-entry a:hover {
	color: #0b4e35
}

.betBR-post-entry .grid-1 {
	display: grid;
	grid-template-columns: 1fr
}

.betBR-post-entry .grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr
}

.betBR-post-entry .grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr
}

.betBR-post-entry .betBR-breadcrumb {
	margin: 20px 0
}

.betBR-post-entry .betBR-colored {
	background: var(--default-lighten-color);
	border-radius: 4px;
	margin-bottom: 24px;
	padding: 32px 20px
}

.betBR-post-entry .betBR-periexomena-title {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.5px;
	margin-bottom: 0;
	text-transform: uppercase;
	word-spacing: .5px
}

.betBR-post-entry .betBR-periexomena ol {
	-moz-columns: 2 !important;
	-moz-column-width: 50% !important;
	columns: 50% 2 !important;
	margin-bottom: 0 !important;
	margin-left: 12px !important
}

@media (max-width:768px) {
	.betBR-post-entry .betBR-periexomena ol {
		-moz-columns: 1 !important;
		-moz-column-width: 100% !important;
		columns: 100% 1 !important
	}
}

.betBR-post-entry .betBR-periexomena ol li {
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 12px;
	padding-left: 12px;
	position: relative
}

.betBR-post-entry .betBR-periexomena ol li:before {
	background: #0b4e35;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 5px
}

.betBR-post-entry .betBR-periexomena ol li a {
	color: #0b4e35
}

.betBR-post-entry .betBR-periexomena ol li a:hover {
	color: #1a1a1a
}

.betBR-post-entry ul {
	margin-bottom: 24px
}

.betBR-post-entry ul li {
	font-weight: 500;
	padding-left: 32px;
	position: relative
}

.betBR-post-entry ul li:not(:last-child) {
	margin-bottom: 12px
}

.betBR-post-entry ul li:before {
	background: url(../images/li-icon.svg) no-repeat 50%;
	border-radius: 50%;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px
}

.betBR-post-entry .wp-block-button__link {
	background: url(../images/link-icon.svg) no-repeat 18px;
	background-size: 24px;
	border: 2px solid var(--default-color);
	border-radius: 4px;
	color: #000;
	display: inline-block;
	height: 64px;
	line-height: 34px;
	margin-bottom: 24px;
	margin-left: 50%;
	padding-left: 56px;
	position: relative;
	transform: translateX(-50%);
}

.glsr-review-author {
	display: none !important;
}

.glsr-default .wp-block-button {
	margin-left: 50%;
}

@media (max-width:768px) {
	.betBR-post-entry .wp-block-button__link {
		text-align: center;
		width: 260px
	}
}

.betBR-post-entry .wp-block-button__link:hover {
	background: url(../images/link-icon-g.svg) no-repeat 20px;
	background-size: 24px;
	color: var(--default-color) !important
}

.betBR-post-entry .wp-block-image {
	margin-bottom: 24px
}

.betBR-post-entry .wp-block-image img {
	margin: 0 auto
}

.betBR-post-entry ol {
	counter-reset: num;
	list-style-type: none;
	margin-bottom: 24px;
	margin-left: 32px
}

.betBR-post-entry ol li {
	margin: 0 0 16px;
	padding: 0;
	position: relative
}

.betBR-post-entry ol li:before {
	background: var(--default-color);
	border-radius: 50%;
	color: #fff;
	content: counter(num);
	counter-increment: num;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: 24px;
	left: -32px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 24px
}

.betBR-post-entry .wp-element-caption {
	border-bottom: 1px solid var(--default-color);
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 32px;
	margin-top: 16px;
	padding-bottom: 16px;
	text-align: center
}

.betBR-post-entry img {
	height: auto !important
}

.betBR-post-entry table {
	font-size: 14px;
	margin-bottom: 24px;
	width: 100%
}

.betBR-post-entry table tr:first-child {
	background: var(--default-color) !important
}

.betBR-post-entry table tr:first-child td {
	color: #000;
	font-weight: 700
}

.betBR-post-entry table tr:nth-child(odd) {
	background: var(--default-lighten-color);
	color: #000;
}

.betBR-post-entry table tr td {
	padding: 16px 12px
}

.betBR-post-entry .betBR-colored {
	margin-top: 24px
}

.betBR-post-entry .betBR-colored table tr:nth-child(odd) {
	background: #fff
}

.betBR-addtoany_list {
	display: block !important;
	margin-top: 24px !important
}

.faq-block {
	margin-bottom: 32px;
	margin-top: 32px
}

.faq-block .faq-block--title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 16px
}

.faq-block .faq-block--subtitle {
	color: #fff;
	font-size: 16px;
	margin-bottom: 16px;
	margin-top: -4px
}

.faq-block .faq-block--items .faq-block--items__item:not(:last-child) {
	margin-bottom: 16px
}

.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--header {
	background: #f7f7f7;
	border: 1px solid var(--default-color);
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	padding: 20px;
	position: relative
}

.faq-block .faq-block--items .faq-block--items__item .title-faq {
	max-width: 80%;
	width: 80%;
	color: #000;
}

.faq-block .faq-block--items .faq-block--items__item .title-faq:after {
	background: var(--default-color) url(../images/icon-arrow-b.svg) no-repeat 50%;
	background-size: 14px;
	border-radius: 4px;
	content: "";
	height: 42px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 42px
}

.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--content {
	display: none
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header {
	background: var(--default-color);
	color: #000
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header:after {
	background: var(--default-color) url(../images/icon-arrow-b.svg) no-repeat 50%;
	background-size: 14px;
	transform: translateY(-50%) rotate(-90deg)
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content {
	display: block;
	padding: 20px
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content p:not(:last-child) {
	margin-bottom: 8px
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content a {
	color: #0855cc
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content a:hover {
	color: #0b4e35
}

.site-footer {
	background: #1a674b;
	margin-top: 42px;
	padding: 42px 0;
	color: #fff;
}


.main-cta-block {
	grid-gap: 32px;
	align-items: center;
	background: #1a674b;
	border-radius: 10px;
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	margin-bottom: 24px;
	padding: 32px
}

@media (max-width:768px) {
	.main-cta-block {
		grid-template-columns: 1fr;
		place-items: center
	}
}

.main-cta-block .betBR-img-w {
	background: #0b4e35;
	border-radius: 50%;
	display: flex;
	height: 146px;
	padding: 8px;
	place-content: center;
	place-items: center;
	width: 146px
}

@media (max-width:768px) {
	.main-cta-block .betBR-img-w {
		height: 96px;
		width: 96px
	}
}

.main-cta-block .betBR-img-w img {
	height: auto;
	width: 100%
}

.main-cta-block .g-cta-block-data {
	padding-right: 64px
}

@media (max-width:768px) {
	.main-cta-block .g-cta-block-data {
		padding: 0
	}
}

.main-cta-block .g-cta-block-data .title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px
}

@media (max-width:768px) {
	.main-cta-block .g-cta-block-data .title {
		font-size: 20px;
		margin-bottom: 16px
	}
}

.main-cta-block .g-cta-block-data .desc {
	color: #fff;
	font-size: 13px;
	opacity: .88
}

.main-cta-block .g-cta-block-code .g-cta-block-code--title {
	color: #fff;
	font-size: 14px;
	margin-bottom: 12px;
	text-align: center
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn {
	margin-bottom: 14px
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a {
	background: #fff;
	border: 1px solid var(--default-color);
	border-radius: 4px;
	cursor: pointer;
	display: block;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	position: relative;
	width: 180px
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .click-text {
	background: var(--default-color);
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all .25s ease;
	width: calc(100% - 32px);
	z-index: 3
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .click-text:after {
	background: #fff url(../images/arrow-yellow-left.svg) no-repeat 50%;
	background-size: 8px;
	border: 2px solid var(--default-color);
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	content: "";
	height: 18px;
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	z-index: 4
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .hidden-text {
	color: #000;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	height: 42px;
	line-height: 42px;
	padding: 0 12px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .hidden-text:focus {
	border: none;
	outline: none
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn:hover .click-text {
	left: -100%
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str {
	font-size: 14px;
	margin: 14px 0 24px
}

@media (max-width:768px) {
	.main-cta-block .g-cta-block-code .g-cta-block-code--test-str {
		text-align: center
	}
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str i {
	background: url(../images/test-icon.svg) no-repeat 50%;
	background-size: contain;
	display: inline-block;
	height: 16px;
	margin-right: 6px;
	position: relative;
	top: 3px;
	width: 16px
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str span {
	color: var(--default-color);
	font-weight: 700
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str p {
	color: #fff;
	display: block;
	font-size: 12px;
	margin-top: 3px
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link {
	display: inline-block;
	position: relative
}

@media (max-width:768px) {
	.main-cta-block .g-cta-block-code .g-cta-block-code--link {
		display: block;
		text-align: center
	}
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__btn {
	color: var(--default-color);
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	text-decoration: underline
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 12px rgba(12, 42, 149, .15);
	color: #242424;
	display: none;
	font-size: 13px;
	padding: 20px;
	position: absolute;
	right: -20px;
	top: 100%;
	width: 300px;
	z-index: 999
}

@media (max-width:768px) {
	.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content {
		bottom: 100%;
		left: 50%;
		right: unset;
		top: unset;
		transform: translateX(-50%)
	}
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content a {
	color: #0855cc
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content a:hover {
	color: #000
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link:hover .g-cta-block-code--link__content {
	display: block
}

.g-popup-block {
	background: var(--default-catifsh-color);
	bottom: -500px;
	box-sizing: border-box;
	left: 0;
	right: 0;
	opacity: 0;
	padding: 26px 0;
	position: fixed;
	transition: all .65s ease-in;
	width: 100%;
	z-index: 999
}

html {
	max-width: 100vw;
	overflow-x: hidden;
}

.g-popup-block.-toggle {
	bottom: 0;
	opacity: 1
}

.g-popup-block .g-popup-block__content {
	grid-gap: 70px;
	align-items: center;
	display: grid;
	grid-template-columns: max-content max-content 1fr max-content;
	position: relative
}

@media (max-width:768px) {
	.g-popup-block .g-popup-block__content {
		grid-column-gap: 16px;
		grid-row-gap: 10px;
		align-items: flex-start;
		grid-template-columns: 68px 1fr
	}
}


.g-popup-block .g-popup-block__content .g-popup-block__logo {
	background: #232323;
	border-radius: 4px;
	padding: 4px 8px
}

@media (max-width:768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__logo {
		height: 50px
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__logo img {
	height: 72px;
	max-width: 180px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}

@media (max-width:768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__logo img {
		height: 50px;
		max-width: 100%
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__rating {
	text-align: center
}

@media (max-width:768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__rating {
		display: flex;
		gap: 6px;
		grid-column: 2/3;
		grid-row: 1;
		place-items: center;
		text-align: left
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 8px
}

@media (max-width:768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
		font-size: 10px;
		margin-bottom: 0
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
	background: url(../images/star-icon.svg) no-repeat 0;
	background-size: 18px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding-left: 20px
}

@media (max-width:768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
		font-size: 13px;
		background-size: 13px;
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
	font-size: 22px
}

@media (max-width:768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
		font-size: 13px
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus {
	text-align: center
}

@media (max-width:768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__bonus {
		grid-column: 2/3;
		grid-row: 1;
		margin-top: 16px;
		text-align: left
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 12px
}

@media (max-width:768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
		font-size: 14px;
		margin-bottom: 0
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
	color: #fff;
	font-size: 20px;
	font-weight: 500
}

@media (max-width:768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
		font-size: 12px
	}

	.g-popup-block {
		padding: 12px 0
	}
}



.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text span, .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text strong {
	color: var(--default-color);
	font-weight: 700
}

@media (max-width:768px) {
	.g-popup-block .g-popup-block__content .g-popup-cta-link {
		grid-column: 3/3;
		grid-row: 1;
		text-align: center
	}
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a {
	background: var(--default-color);
	border-radius: 4px;
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 700;
	height: 52px;
	line-height: 52px;
	padding: 0 58px;
	text-transform: uppercase
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a:hover {
	opacity: .86
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn {
	background: url(../images/g-close-icon.svg) no-repeat 50%;
	background-size: contain;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: -80px;
	top: -44px;
	width: 35px
}

@media (max-width:768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__close-btn {
		height: 24px;
		right: 14px;
		top: -30px;
		width: 24px
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn:hover {
	opacity: .86
}

@media (max-width:768px) {
	.g-table-wrapper {
		overflow-x: auto;
		padding-bottom: 6px;
		width: calc(100% + 20px)
	}

	.g-table-wrapper table {
		width: 780px
	}
}

.table-of-content {
	background: var(--default-lighten-color);
	border-radius: 6px;
	margin-bottom: 32px;
	padding: 24px 20px
}

.table-of-content .table-of-content__lists {
	display: grid;
	grid-template-columns: repeat(2, 1fr)
}

.table-of-content .table-of-content__lists ol li::marker, .table-of-content .table-of-content__lists ol li:before {
	color: #0b4e35
}

@media (max-width:768px) {
	.table-of-content .table-of-content__lists {
		display: block
	}

	.table-of-content .table-of-content__lists ol {
		display: block !important;
		width: 85% !important
	}

	.table-of-content h3 {
		margin: 0 !important
	}

	.table-of-content h3.-toggle {
		margin: 0 0 20px !important
	}

	.table-of-content .table-of-content__lists {
		display: none !important
	}

	.table-of-content .table-of-content__lists.-toggle {
		display: block !important
	}
}

@media (max-width:450px) {
	.g-popup-block .g-popup-block__content .g-popup-cta-link a {
		padding: 0px 20px;
		font-size: 11px;
	}

	.g-popup-block {
		padding: 10px 0
	}

	.g-popup-block__content.aviator-container {
		padding-left: 10px;
		padding-right: 10px;
		grid-column-gap: 5px;
	}
}

.betBR-g-toc-list, .betBR-g-toc-list li {
	list-style: decimal !important
}

.betBR-g-toc-list li:before {
	content: none !important
}

.betBR-g-toc-list li::marker {
	color: #000000 !important;
	font-weight: 700 !important
}

.betBR-g-post-date-text {
	color: #5d5d5d;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 24px
}

.betBR-author-block {
	grid-gap: 30px;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 20px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .078);
	display: grid;
	grid-template-columns: max-content 1fr;
	margin-bottom: 32px;
	padding: 32px
}

@media (max-width:768px) {
	.betBR-author-block {
		grid-gap: 20px;
		grid-template-columns: 1fr;
		padding: 20px 16px
	}
}

.betBR-author-block .betBR-author-block__photo img {
	border-radius: 50%;
	height: 168px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 168px
}

.betBR-author-block .betBR-author-block__top-grid {
	grid-gap: 20px;
	display: grid;
	grid-template-columns: 1fr max-content;
	margin-bottom: 20px
}

@media (max-width:768px) {
	.betBR-author-block .betBR-author-block__top-grid {
		grid-gap: 20px;
		grid-template-columns: 1fr
	}
}

.betBR-author-block .betBR-author-block__line {
	color: #828282;
	font-size: 18px
}

.betBR-author-block .betBR-author-block__name {
	color: #2d2d2c;
	font-size: 24px;
	font-weight: 700
}

.betBR-author-block .betBR-author-block__socials {
	display: flex;
	gap: 10px
}

.betBR-author-block .betBR-author-block__socials .betBR-author-block__socials__item {
	background: #f2f2f2;
	border-radius: 4px;
	display: inline-block;
	height: 32px;
	overflow: hidden;
	width: 32px
}

.betBR-author-block .betBR-author-block__socials .betBR-author-block__socials__item:hover {
	opacity: .86
}

.betBR-author-block .betBR-author-block__socials .betBR-author-block__socials__item i {
	display: inline-block;
	height: 32px;
	width: 32px
}

.betBR-author-block .betBR-author-block__socials .betBR-author-block__socials__item i.betBR-icon-fb {
	background: url(../images/icon-fb.svg) no-repeat 50%;
	background-size: 22px
}

.betBR-author-block .betBR-author-block__socials .betBR-author-block__socials__item i.betBR-icon-tw {
	background: url(../images/icon-tw.svg) no-repeat 50%;
	background-size: 22px
}

.betBR-author-block .betBR-author-block__socials .betBR-author-block__socials__item i.betBR-icon-email {
	background: url(../images/icon-email.svg) no-repeat 50%;
	background-size: 22px
}

.betBR-author-block .betBR-author-block__text {
	color: #2d2d2c;
	font-size: 18px
}

.betBR-author-block .betBR-author-block__text p:not(:last-child) {
	margin-bottom: 20px
}

.wp-block-media-text .wp-block-media-text__media {
	float: right;
	max-width: 50%;
	margin-left: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

@media(max-width:768px) {
	.wp-block-media-text .wp-block-media-text__media {
		max-width: 100%;
		margin: 16px auto 24px auto;
		float: none;
		order: 2;
	}

	.wp-block-media-text {
		display: flex;
		flex-direction: column;
	}

	.alignright {
		max-width: 100%;
		margin: 16px auto 24px auto;
		float: none;
		order: 2;
	}

	.alignleft {
		max-width: 100%;
		margin: 16px auto 24px auto;
		float: none;
		order: 2;
	}
}

.wp-block-button__link.wp-element-button {
	height: auto;
}

iframe {
	max-width: 100%;
}

@media (max-width:768px) {
	.hide_for_mobile {
		display: none !important
	}
}

@media (min-width:769px) {
	.hide_for_desktop {
		display: none !important
	}
}

.site-footer .cont_foot {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.site-footer .cont_foot .row_foot_left {
	width: 40%;
}

.site-footer .cont_foot .row_foot_right {
	width: 55%;
}

.site-footer .cont_foot .row_foot_left img.logo {
	display: block;
	width: 100%;
	max-width: 200px;
	margin-bottom: 30px;
}

.site-footer .cont_foot .row_foot_left .row_foot_left_txt {
	font-size: 14px;
	opacity: .5;
	line-height: 150%;
}

.site-footer .cont_foot .row_foot_left .row_foot_left_txt a {
	color: #fff;
	text-decoration: underline;
}

.site-footer .cont_foot .row_foot_right ul {
	display: block;
	columns: 2;
	margin-bottom: 30px;
}

.site-footer .cont_foot .row_foot_right ul li {
	display: block;
	margin-bottom: 10px;
}

.site-footer .cont_foot .row_foot_right ul li a {
	color: #fff;
	font-size: 15px;
}

.site-footer .cont_foot .row_foot_right ul li a:hover {
	text-decoration: underline;
}

.site-footer .cont_foot .row_foot_right .row_foot_right_logo {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.site-footer .cont_foot .row_foot_right .row_foot_right_logo a {
	display: block;
}

.site-footer .cont_foot .row_foot_right .row_foot_right_logo a:hover {
	opacity: .7;
}

.site-footer .cont_foot .row_foot_right .row_foot_right_logo a img {
	display: block;
}

.foot_copy {
	display: block;
}

.foot_copy .foot_copy_bg {
	background: #0000004a;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

@media(max-width:768px) {
	.site-footer .cont_foot .row_foot_left {
		width: 100%;
		margin-bottom: 30px;
	}

	.site-footer .cont_foot .row_foot_right {
		width: 100%;
	}

	.site-footer .cont_foot .row_foot_left .row_foot_left_txt {
		font-size: 12px;
	}

	.site-footer .cont_foot .row_foot_right .row_foot_right_logo {
		justify-content: center;
	}

	.site-footer .cont_foot .row_foot_left img.logo {
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.popup .popup_bg {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.popup .popup_cont {
	position: absolute;
	display: block;
	left: calc(50% - 200px);
	top: calc(50% - 200px);
}

.popup .popup_cont img.popup_logo {
	position: absolute;
	top: -150px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
}

.popup .popup_cont .popup_cont_2 {
	position: relative;
	width: 400px;
	background: #fff;
	box-shadow: 7px 0px 40px 0px rgba(0, 0, 0, 0.08);
	border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
}

.popup .popup_cont .popup_cont_2 .popup_head {
	text-align: center;
	padding: 20px 0;
	color: #fff;
	background: var(--popup-color);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 21px;
}

.popup .popup_cont .popup_cont_2 .popup_body {
	padding: 40px 0;
	text-align: center;
}

.popup .popup_cont .popup_cont_2 .popup_body p {
	font-size: 19px;
	display: block;
	margin-bottom: 30px;
}

.popup .popup_cont .popup_cont_2 .popup_body a.sb {
	display: inline-block;
	padding: 5px 60px;
	background: var(--popup-color);
	border: 4px solid var(--popup-color);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	transition: all;
	border-radius: 30px;
}

.popup .popup_cont .popup_cont_2 .popup_body a.sb:hover {
	background: #fff;
	color: var(--popup-color);
}

@media(max-width:490px) {
	.popup .popup_cont .popup_cont_2 {
		width: 300px;
	}

	.popup .popup_cont {
		position: absolute;
		display: block;
		left: calc(50% - 150px);
		top: calc(50% - 150px);
	}

	.popup .popup_cont img.popup_logo {
		top: -112px
	}
}



:root {
	--default-color: #088fff;
	--default-lighten-color: #d0f4de;
	--default-catifsh-color: #323637;
	--default-header-color: #323637;
}

.betBR-post-entry .wp-block-button__link {
	background: #3BCE48 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 13V19C18 19.5304 17.7893 20.0391 17.4142 20.4142C17.0391 20.7893 16.5304 21 16 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V8C3 7.46957 3.21071 6.96086 3.58579 6.58579C3.96086 6.21071 4.46957 6 5 6H11' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 3H21V9' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 14L21 3' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 18px;
}

.betBR-post-entry .wp-block-button__link:hover {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 13V19C18 19.5304 17.7893 20.0391 17.4142 20.4142C17.0391 20.7893 16.5304 21 16 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V8C3 7.46957 3.21071 6.96086 3.58579 6.58579C3.96086 6.21071 4.46957 6 5 6H11' stroke='%233BCE48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 3H21V9' stroke='%233BCE48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 14L21 3' stroke='%233BCE48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 20px;
}

.betBR-post-entry ul li:before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Icons' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233BCE48;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm5.707,8.707-7,7a1,1,0,0,1-1.414,0l-3-3a1,1,0,0,1,1.414-1.414L10,14.586l6.293-6.293a1,1,0,0,1,1.414,1.414Z'/%3E%3C/svg%3E");
}

.site-header .site-header__langs .site-header__langs--current {
	border: 1px solid var(--default-color);
}

.site-header .site-header__langs ul {
	background: var(--default-header-color);
}

.site-header .site-header__langs ul li:not(:last-child) a {
	border-bottom: 1px solid rgba(140, 140, 140, .2);
}

.site-header .site-header--menu-area {
	background: var(--default-header-color);
}


.rates, .author {
	margin: 3rem 0;
}

.rates__menu {
	width: 100%;
	background-color: #F4F4F4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 8px;
}

.rates__menu-item {
	padding: 16px;
	width: 24%;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}

.rates__num {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	font-weight: 700;
	padding: 8px;
	background-color: #1B1E24;
	color: #ffffff;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.rates__item-wrap {
	padding: 0 8px;
}

.rates__item {
	padding: 36px;
	border-radius: 8px;
	background-color: #F4F4F4;
	margin-top: 36px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rates__item:first-child {
	margin-top: 20px;
}

.rates__item:first-child .rates__num {
	background-color: #4DB740;
}

.rates__item:first-child::before {
	content: "";
	position: absolute;
	left: -8px;
	bottom: 0;
	width: 8px;
	height: 75%;
	background-color: #4DB740;
	border-top-left-radius: 8px;
}

.rates__item:first-child::after {
	content: "";
	position: absolute;
	left: -8px;
	bottom: -8px;
	width: 75%;
	height: 8px;
	background-color: #4DB740;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.rates__logo {
	max-width: 100%;
	display: block;
}

.rates__rate {
	color: #000000;
	font-weight: 700;
	font-size: 32px;
}

ul.rates__advantages {
	padding: 0;
	margin: 0;
	list-style: none;
}

.rates__advantages-item {
	font-size: 16px;
	margin-top: 16px;
	position: relative;
	padding-left: 28px !important;
}

.rates__advantages-item:first-child {
	margin-top: 0;
}

.rates__advantages-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	width: 16px !important;
	height: 16px !important;
	background: url('../images/icon-check.svg') center / cover no-repeat !important;
}

.rates__advantages-item.no-check::before {
	background: url('../images/icon-no-check.svg') center / cover no-repeat !important;
}

.rates__link {
	text-decoration: none;
	display: block;
	background-color: #474B53;
	color: #ffffff !important;
	width: 100%;
	padding: 12px;
	border: 1px solid #000000;
	font-weight: 700;
	text-align: center;
	border-radius: 32px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.rates__link:hover {
	background-color: #676d79 !important;
}

.rates__item:first-child .rates__link {
	background-color: #D03030 !important;
}

.rates__item:first-child .rates__link:hover {
	background-color: #d95959 !important;
}

.rates__link:active {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

@media (min-width: 1025px) {
	.rates__logo-wrap {
		width: 25%;
	}

	.rates__rate {
		width: 10%;
		text-align: center;
	}

	.rates__advantages {
		width: 28%;
	}

	.rates__link-wrap {
		width: 22%;
	}
}

@media (max-width: 1024px) {
	.rates__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.rates__rate {
		margin-top: 12px;
	}

	.rates__advantages {
		margin-top: 24px !important;
	}

	.rates__link-wrap {
		margin-top: 40px;
	}

	.rates__menu {
		display: none;
	}

	.rates__link {
		min-width: 190px;
	}

	.rates__item {
		border-radius: 4px;
	}

	.rates__item:first-child::before {
		left: -4px;
		width: 4px;
		border-top-left-radius: 4px;
	}

	.rates__item:first-child::after {
		left: -4px;
		bottom: -4px;
		height: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
}

.rates__logo-link {
	display: flex;
	max-width: fit-content;
}

/* 
.current-menu-item a{
	border: 3px solid orange !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	transition: 0.1s !important;
} */


.rates__item--hide {
	display: none;
}

.rates__button {
	background-color: #BABABA;
	color: #ffffff;
	max-width: 220px;
	width: 100%;
	padding: 12px;
	font-weight: 700;
	border: none;
	text-align: center;
	border-radius: 32px;
	transition: .3s ease-in-out;
	transform: translateY(-50%);
}

.rates__button:hover {
	background-color: #949494;
}

.rates__button:active {
	transform: translateY(-50%) scale(.95);
}

.rates__button-wrap {
	display: flex;
	justify-content: center;
}




.site-header .site-header__menu ul li a {
	padding-left: 0;
}
.site-header .site-header__menu ul {
	gap: 32px;
}
.site-header .site-header__menu {
	padding-right: 44px;
}
@media(max-width:768px){
	.site-header .site-header__btn-login a{
		padding: 0;
	}
}

.search-popup{
	z-index: 5;
}
.popup{
	z-index: 55;
}
/* Start styles for search and lang switcher */
.search-nothing {
	font-size: 24px;
	font-weight: 600;
	margin-top: 2rem;
}

.article__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.article__link-arrow {
	fill: var(--default-color);
}

.article__author {
	display: flex;
	align-items: center;
}

.article__author-thumb {
	display: block;
	width: 32px;
	height: 32px;
	max-width: 32px;
	max-height: 32px;
	border-radius: 50%;
}

.article__author-name {
	font-size: 18px;
	font-weight: 400;
	margin-left: 0.5rem;
}

.article__box {
	box-shadow: 0 16px 29px rgba(29, 39, 48, .1);
	background-color: rgb(253, 253, 253);
	padding: 32px 48px;
	margin-top: 2rem;
	transition: .2s ease-in-out;
}

.article__title {
	margin-bottom: 1rem;
	font-size: 24px;
}

.article__date {
	color: #4a5b68;
	margin-bottom: 1rem;
	display: block;
	font-size: 14px;
}

.article__desc {
	margin-bottom: 1.333rem;
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.5;
}

.article__box-wrap {
	text-decoration: none;
	color: #000000;
}

.article__box-wrap:hover .article__box {
	box-shadow: 0 16px 29px rgba(29, 39, 48, .15);
	background-color: #ffffff;
}

@media(max-width:768px) {
	.article__box {
		padding: 24px 36px;
	}
}

@media(max-width:580px) {
	.article__box {
		padding: 20px 30px;
	}
}

@media(max-width:480px) {
	.article__box {
		padding: 24px;
	}
}

.header__inner {
	display: flex;
	align-items: center;
}

.search__zoom {
	opacity: 1;
	transition: .2s ease-in-out;
}

.search__close {
	opacity: 0;
	transition: .2s ease-in-out;
}

.header__search-btn.active .search__zoom {
	opacity: 0;
}

.header__search-btn.active .search__close {
	opacity: 1;
}

.header__search {
	padding: 0;
	margin-right: 1rem;
	display: block;
	border: none;
	cursor: pointer;
	background: transparent;
}

.header__search-btn {
	background-color: #171c1f;
	border-radius: 50%;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s ease-in-out;
}

.header__search-btn:hover {
	opacity: .8;
}

.search-popup {
	width: 100%;
	max-width: 1180px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 132px;
	background-color: #ffffff;
	transition: .2s ease-in-out;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
}

.search-popup.active {
	opacity: 1;
	visibility: visible;
}

.search__input {
	color: #000000;
	background: 0 0;
	border: none;
	border-bottom: 3px solid #000000;
	width: 100%;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.9375rem 0.9375rem 0.9375rem 3.125rem;
	transition: .2s ease-in-out;
	outline: none;
}

.search__input:focus {
	border-bottom: 3px solid var(--default-color);
}

.search-popup__form {
	position: relative;
}

.search__btn {
	position: absolute;
	left: 0;
	top: 50%;
	height: 1.75rem;
	width: 1.75rem;
	-webkit-transform: translate(25%, -50%);
	transform: translate(25%, -50%);
	background: 0 0;
	border: none;
	cursor: pointer;
}

.header__search.--mobile {
	display: block;
}

.site-header .site-header__menu ul li a {
	padding-left: 0;
}

.header__search.--desktop {
	display: none;
}

.site-header__langs.--desktop {
	display: none;
}

@media(min-width:769px) {
	.header__search.--mobile {
		display: none;
	}

	.header__search.--desktop {
		display: block;
	}

	.site-header__langs.--mobile {
		display: none;
	}

	.site-header__langs.--desktop {
		display: block;
	}
}

@media(max-width:768px) {
	.site-header .site-header--row {
		display: flex !important;
		justify-content: space-between;
	}
	.header__search{
		margin-left: auto;
		margin-right: 0;
	}
	.site-header .site-header__langs ul {
		top: 0;
		bottom: -8px;
		transform: translate(-50%, 100%);
		grid-template-columns: repeat(1, 1fr);
		max-width: 160px;
		width: 160px;
		padding: 0;
	}

	.site-header .site-header__langs ul .lang-item {
		background-color: #000000;
		padding: 8px;
		border-bottom: 1px solid rgba(140, 140, 140, .3);
	}

	.site-header .site-header__langs ul .lang-item:first-child {
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
	}

	.site-header .site-header__langs ul .lang-item:last-child {
		border-bottom: none;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
	}

	.site-header .site-header__langs ul li a {
		margin: 0 !important;
		padding: 0 !important;
	}

	.site-header .site-header__langs ul li:not(:last-child) a {
		border-bottom: none !important;
	}

	.site-header .site-header__langs ul .lang-item span {
		color: #ffffff;
	}

	.site-header .site-header__langs ul li a:hover {
		opacity: 1;
	}
}

@media(max-width:480px){
	.site-header .site-header__logo img{
		max-width: 120px;
	}
}

@media(max-width:380px) {
	.site-header .site-header--row {
		grid-gap: 12px;
	}

	.site-header .site-header__langs .site-header__langs--current {
		font-size: 14px;
		padding: 4px 10px 4px 4px;
	}

	.site-header .site-header--row {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media(max-width:340px) {
	.site-header .site-header__logo img {
		max-width: 110px;
	}
}

/* End styles for search and lang switcher */





