html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
[id] {
    scroll-margin-top: 80px;
}
body {      
	margin: 0;
}
main {
	display: block;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}


@font-face {
	font-family: 'Poppins';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/Poppins-Regular.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 600;
	font-style: normal;
	src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
	font-display: swap;
}

*,
*::after,
*::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
	display: block;
}

cite {
	font-style: normal;
}

textarea,
input {
	background-color: transparent;
}

textarea {
	resize: none;
}

textarea,
input,
button {
	font: inherit;
	outline: none;
}

fieldset {
	padding: 0;
}

a {
	color: #0a514c;
	text-decoration: underline;
	transition:
		color 0.23s ease-in-out,
		opacity 0.23s ease-in-out,
		text-decoration-color 0.23s ease-in-out,
		-webkit-text-decoration-color 0.23s ease-in-out;
	-webkit-text-decoration-color: inherit;
	text-decoration-color: inherit;
}

a:has([class]) {
	text-decoration: none;
}

a:hover {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

html,
body {
	position: relative;
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #f5f4f3;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: #000706;
}

body.no-scroll {
	overflow: hidden;
}

h1 {
	margin-top: 16px;
	margin-bottom: 16px;
	font-weight: 600;
	font-size: clamp(34px, calc(34px + 14 * ((100vw - 320px) / 1120)), 48px);
	line-height: 1.2;
	letter-spacing: -0.03em;
}

h2 {
	font-weight: 600;
	font-size: clamp(24px, calc(24px + 4 * ((100vw - 320px) / 1120)), 28px);
	line-height: 1.2;
	letter-spacing: -0.03em;
}

h3 {
	font-weight: 600;
	font-size: clamp(18px, calc(18px + 4 * ((100vw - 320px) / 1120)), 22px);
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.wrapper {
	position: relative;
	min-width: 320px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.main {
	flex-grow: 1;
}

.container {
	width: clamp(962px, calc(962px + 170 * ((100vw - 320px) / 1120)), 1132px);
	max-width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
}

[class$='__icon'],
[class$='-icon'] {
	display: flex;
	align-items: center;
}

[class$='__icon'] svg path,
[class$='-icon'] svg path {
	transition:
		fill 0.23s ease-in-out,
		stroke 0.23s ease-in-out;
}

@media (max-width: 992px) {
	.container {
		width: 100%;
		max-width: 100%;
	}
}


/* Header */

.header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 16px 0;
	z-index: 5;
	background-color: #f5f4f3;
	transition: background-color 0.23s ease-in-out;
}

.header--scrolled {
	background-color: #fff;
	z-index: 20;
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(24px, calc(24px + 8 * ((100vw - 320px) / 1120)), 32px);
}

.header .menu {
	margin-right: 50%;
	transform: translateX(50%);
}

@media (max-width: 992px) {
	.header {
		position: relative;
		z-index: 6;
		padding-top: 12px;
	}
}


/* Menu */

.menu__list {
	display: flex;
	align-items: center;
	gap: 8px;
}

.menu__item {
	position: relative;
}

.menu__item:hover .menu__link {
	color: #0a514c;
}

.menu__item:hover .menu__link-icon {
	transform: rotateX(180deg);
}

.menu__item:hover .menu__link-icon svg path {
	stroke: #0a514c;
}

.menu__item:hover .menu__dropdown {
	opacity: 1;
	transform: translateY(0);
	z-index: 10;
	visibility: visible;
	transition: opacity 0.23s ease-in-out, transform 0.23s ease-in-out, visibility 0.23s ease-in-out, z-index 0.23s ease-in-out;
}

.menu__link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	font-size: 14px;
	color: #000706;
	text-decoration: none;
	transition: color 0.23s ease-in-out;
	cursor: pointer;
}

.menu__link-icon {
	transition: transform 0.23s ease-in-out;
}

.menu__link-icon svg path {
	transition: stroke 0.23s ease-in-out;
}

.menu__dropdown {
	position: absolute;
	top: 70px;
	left: 0;
	min-width: clamp(250px, calc(250px + 126 * ((100vw - 320px) / 1120)), 376px);
	background-color: #fff;
	padding: 16px 7px 16px 16px;
	border-radius: 5px;
	box-shadow: -4px 10px 20px 0px rgba(0, 0, 0, 0.05);
	opacity: 0;
	transform: translateY(-5px);
	z-index: -1;
	visibility: hidden;
	transition: opacity 0.23s ease-in-out 0.2s, transform 0.23s ease-in-out 0.2s, visibility 0.23s ease-in-out 0.2s, z-index 0.23s ease-in-out 0.2s;
}

.menu__dropdown-list {
	max-height: 210px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	overflow: auto;
	padding-right: 9px;
}

.menu__dropdown-link {
	display: block;
	color: #000706;
	white-space: nowrap;
	transition: color 0.23s ease-in-out;
}

.menu__dropdown-link:hover {
	color: #0a514c;
}

@media (max-width: 992px) {
	.menu {
		position: absolute;
		top: -20px;
		left: 0;
		width: 50%;
		height: 100%;
		transform: translateX(-200%);
		flex-direction: column;
		padding: 20px;
		background-color: #222;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		flex-shrink: unset;
		transition: transform 0.23s ease-in-out, opacity 0.23s ease-in-out, visibility 0.23s ease-in-out, z-index 0.23s ease-in-out;
		overflow-y: auto;
	}

	.menu__list {
		flex-direction: column;
	}

	.menu--active {
		opacity: 1;
		visibility: visible;
		z-index: 3;
		transform: translateX(0%);
		transition: transform 0.23s ease-in-out, opacity 0.23s ease-in-out, visibility 0.23s ease-in-out, z-index 0.23s ease-in-out;
		justify-content: unset;
	}

	.menu__item {
		width: 100%;
		padding: 10px 0;
	}

	.menu__link {
		width: 100%;
		display: block;
	}

	.menu__link:hover {
		color: #fff;
	}
}


/* Logo */

.logo__img {
	width: 100%;
	height: 48px;
	-o-object-fit: contain;
	object-fit: contain;
}


/* Icons */

.icons {
	display: flex;
	align-items: center;
	gap: 8px;
}

.icons__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px;
	border-radius: 5px;
	border: 1px solid rgba(0, 7, 6, 0.4);
	transition: background-color 0.23s ease-in-out, border-color 0.23s ease-in-out;
	cursor: pointer;
}

.icons__icon svg path {
	transition: fill 0.23s ease-in-out, stroke 0.23s ease-in-out;
}

.icons__icon:hover {
	border-color: #0a514c;
	background-color: #0a514c;
}

.icons__icon:hover svg path {
	stroke: #fff;
}

.icons__menu {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 23px;
	border-radius: 5px;
	border: 1px solid rgba(0, 7, 6, 0.4);
	transition: background-color 0.23s ease-in-out, border-color 0.23s ease-in-out;
	cursor: pointer;
}

.icons__menu:hover,
.icons__menu.active {
	border-color: #0a514c;
	background-color: #0a514c;
}

.icons__menu:hover .icons__menu-icon svg path,
.icons__menu.active .icons__menu-icon svg path {
	stroke: #fff;
}

.icons__menu:hover .icons__menu-text,
.icons__menu.active .icons__menu-text {
	color: #fff;
}

.icons__menu:hover .icons__menu-line,
.icons__menu.active .icons__menu-line {
	background-color: #fff;
}

.icons__menu:hover .icons__menu-line::before,
.icons__menu:hover .icons__menu-line::after,
.icons__menu.active .icons__menu-line::before,
.icons__menu.active .icons__menu-line::after {
	background-color: #fff;
}

.icons__menu.active .icons__menu-line {
	width: 0;
	background-color: transparent;
}

.icons__menu.active .icons__menu-line::before {
	transform: translateX(-50%) rotate(45deg);
}

.icons__menu.active .icons__menu-line::after {
	transform: translateX(-50%) rotate(-45deg);
}

.icons__menu-text {
	font-weight: 600;
	font-size: 16px;
	transition: color 0.23s ease-in-out;
}

.icons__menu-burger {
	width: 19px;
	height: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5;
	border-radius: 7px;
	cursor: pointer;
}

.icons__menu-line {
	position: relative;
	display: block;
	width: 15px;
	height: 1.5px;
	border-radius: 3px;
	background: #000706;
	transition: all 0.23s ease-in-out;
}

.icons__menu-line::before,
.icons__menu-line::after {
	content: "";
	position: absolute;
	left: 0;
	width: 15px;
	height: 1.5px;
	background: #000706;
	border-radius: 3px;
	transition: all 0.23s ease-in-out;
}

.icons__menu-line::before {
	transform: translateY(-5px);
}

.icons__menu-line::after {
	transform: translateY(5px);
}

@media (max-width: 992px) {
	.icons__menu {
		display: none;
	}
}

/* Up button */

.up {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #ffe175;
	opacity: 1;
	z-index: 5;
	visibility: visible;
	transition: opacity 0.23s ease-in-out, visibility 0.23s ease-in-out, z-index 0.23s ease-in-out, background-color 0.23s ease-in-out;
}

.up:hover {
	background-color: #0a514c;
}

.up:hover svg path {
	stroke: #fff;
}

.up--hidden {
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}

.up svg {
	transform: rotateX(180deg);
}

.up svg path {
	transition: stroke 0.23s ease-in-out;
}

@media (max-width: 992px) {
	.up {
		bottom: 80px;
	}

	.up:hover {
		background-color: #ffe175;
	}

	.up:hover svg path {
		stroke: #000706;
	}
}


/* Promo */
.fon {
	background-color: rgb(10, 81, 76);
}
.promo {
	margin-left: 16px;
	margin-right: 16px;
	border-radius: 8px;
}

.promo__container {
	position: relative;
	padding-top: clamp(28px, calc(28px + 32 * ((100vw - 320px) / 1120)), 60px);
	padding-bottom: clamp(28px, calc(28px + 32 * ((100vw - 320px) / 1120)), 60px);
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.promo h1:has(+ *) {
	margin-bottom: 16px;
}

.promo h1:has(+ h3) {
	margin-bottom: 8px;
}

.promo h3 {
	font-size: clamp(20px, calc(20px + 8 * ((100vw - 320px) / 1120)), 28px);
}

.promo h3:has(+ *) {
	margin-bottom: 12px;
}

.promo__bg {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: clamp(-40px, calc(0px - 40 * ((100vw - 320px) / 1120)), 0px);
	pointer-events: none;
}

.promo__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}

.promo__top .breadcrumbs {
	margin: 0;
}

.promo__top .info {
	margin-left: auto;
}

.promo__inner > h1:first-child {
	margin-top: 0;
	text-wrap: balance;
}

.promo__inner > p {
	color: rgba(255, 255, 255, 0.9);
}

.promo__inner > p:has(+ *) {
	margin-bottom: clamp(8px, calc(8px + 4 * ((100vw - 320px) / 1120)), 12px);
}

.promo__inner > p a {
	color: #fff;
	-webkit-text-decoration-color: inherit;
	text-decoration-color: inherit;
}

.promo__inner > p a:hover {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

.promo__inner iframe {
	width: 100%;
}

.promo__type {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 4px 10px;
	font-weight: 600;
	font-size: 12px;
	border-radius: 100px;
	background-color: #fff;
	color: #000707;
}

.promo__type:has(+ *) {
	margin-bottom: 8px;
}

.promo__box {
	position: relative;
}

.promo__box .logo {
	position: absolute;
	top: clamp(12px, calc(12px + 26 * ((100vw - 320px) / 1120)), 38px);
	right: clamp(12px, calc(12px + 20 * ((100vw - 320px) / 1120)), 32px);
}

.promo__box .logo__img {
	height: clamp(30px, calc(30px + 12 * ((100vw - 320px) / 1120)), 42px);
}

.promo__img {
	border-radius: 5px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.promo__author {
	display: flex;
	gap: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.promo__author:has(+ *) {
	margin-bottom: clamp(16px, calc(16px + 4 * ((100vw - 320px) / 1120)), 20px);
}

.promo__author-item {
	position: relative;
	display: flex;
	gap: 4px;
}

.promo__author-item:not(:first-child) {
	padding-left: 16px;
}

.promo__author-item:not(:first-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background-color: rgba(255, 255, 255, 0.2);
}

.promo__author-avatar {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.promo__author-column > .promo__author-text:has(a) {
	color: rgba(255, 255, 255, 0.5);
}

.promo__author-column p:has(+ p) {
	margin-bottom: 0;
}

.promo__author-link {
	padding-right: 24px;
	color: #fff;
	-webkit-text-decoration-color: inherit;
	text-decoration-color: inherit;
}

.promo__author-link:hover {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

.promo__author-link--verification {
	position: relative;
}

.promo__author-link--verification::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url('../images/icons/verification.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.promo__author-date {
	color: #fff;
}

.promo__author-text {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.promo__author-text:has(+ .promo__author-text) {
	font-size: 14px;
	color: #fff;
}

.promo__author-text a {
	color: #fff;
}

.promo__imgFloat {
	float: right;
	width: 300px;
	height: 200px;
	border-radius: 5px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-left: clamp(24px, calc(24px + 8 * ((100vw - 320px) / 1120)), 32px);
	margin-bottom: 20px;
}

.promo__media {
	display: flex;
	flex-direction: column;
	gap: clamp(12px, calc(12px + 4 * ((100vw - 320px) / 1120)), 16px);
	margin-top: clamp(32px, calc(32px + 48 * ((100vw - 320px) / 1120)), 80px);
}

.promo__media .promo__media-title {
	text-align: center;
	margin-bottom: 0;
}

.promo__media-inner {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
	gap: 12px;
}

.promo__media-link {
	display: flex;
	align-items: center;
	justify-content: center;
}

.promo__media-link:hover .promo__media-img {
	opacity: 1;
}

.promo__media-img {
	width: 100%;
	height: 48px;
	-o-object-fit: contain;
	object-fit: contain;
	opacity: 0.3;
	transition: opacity 0.23s ease-3in-out;
}

.promo__links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: clamp(16px, calc(16px + 16 * ((100vw - 320px) / 1120)), 32px);
}

.promo__links:has(+ *) {
	margin-bottom: clamp(16px, calc(16px + 16 * ((100vw - 320px) / 1120)), 32px);
}

.promo__links .btn {
	font-size: clamp(14px, calc(14px + 2 * ((100vw - 320px) / 1120)), 16px);
	padding-top: clamp(6px, calc(6px + 7 * ((100vw - 320px) / 1120)), 13px);
	padding-bottom: clamp(6px, calc(6px + 7 * ((100vw - 320px) / 1120)), 13px);
}

.promo__wrapper {
	display: grid;
	grid-template-columns: 1fr 256px;
	gap: 24px;
}

.promo__wrapper .promo__accordion-text {
	font-size: 14px;
}

.promo__accordion {
	display: grid;
	grid-template-rows: 1fr;
	gap: 8px;
}

.promo__accordion:has(+ *) {
	margin-bottom: 8px;
}

.promo__accordion-item {
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
}

.promo__accordion-item:has(img) {
	padding-top: 9px;
	padding-bottom: 9px;
}

.promo__accordion-item--greenCheck li,
.promo__accordion-item--yellowCheck li {
	position: relative;
}

.promo__accordion-item--greenCheck li::before,
.promo__accordion-item--yellowCheck li::before {
	content: '';
	position: relative;
	top: 4px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background-image: url('../images/icons/check-yellow.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.promo__accordion-item--yellowCheck li::before {
	background-image: url('../images/icons/check-yellow.svg');
}

.promo__accordion-item--greenCheck li::before {
	background-image: url('../images/icons/check-green.svg');
}

.promo__accordion-item > p {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	padding-left: clamp(16px, calc(16px + 4 * ((100vw - 320px) / 1120)), 20px);
	padding-right: 40px;
	font-weight: 600;
	cursor: pointer;
}

.promo__accordion-item > p::after {
	content: '';
	position: absolute;
	right: clamp(16px, calc(16px + 4 * ((100vw - 320px) / 1120)), 20px);
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../images/icons/arrow-bot-white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform 0.23s ease-in-out;
}

.promo__accordion-item > p img {
	width: 32px;
	height: 32px;
	-o-object-fit: contain;
	object-fit: contain;
}

.accordionChild.accordionChild--active > p::after {
	transform: rotateX(-180deg) translateY(50%);
}

.promo__accordion-hidden {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
	gap: 10px;
}

.promo__accordion-hidden.promo__accordion-hidden--alt ul {
	gap: 10px;
}

.promo__accordion-hidden.promo__accordion-hidden--alt li:not(:last-child) {
	padding-top: 0;
	padding-bottom: 0;
	border-top: none;
	border-bottom: none;
}

.promo__accordion-hidden ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.promo__accordion-hidden li {
	padding-left: clamp(16px, calc(16px + 4 * ((100vw - 320px) / 1120)), 20px);
	padding-right: clamp(16px, calc(16px + 4 * ((100vw - 320px) / 1120)), 20px);
}

.promo__accordion-hidden li:not(:last-child) {
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.promo__accordion-hidden li:first-child {
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.promo__accordion-hidden li a {
	color: #fff;
}

.promo__accordion-hidden p {
	padding-left: clamp(16px, calc(16px + 4 * ((100vw - 320px) / 1120)), 20px);
	padding-right: clamp(16px, calc(16px + 4 * ((100vw - 320px) / 1120)), 20px);
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.promo__goto {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
	background-color: #fff;
	border-radius: 5px;
}

.promo__goto-title {
	font-weight: 600;
	font-size: clamp(14px, calc(14px + 2 * ((100vw - 320px) / 1120)), 16px);
	color: #000707;
	margin-bottom: 4px;
}

.promo__goto-box {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.promo__goto-link {
	padding: 12px;
	font-weight: 600;
	font-size: clamp(12px, calc(12px + 2 * ((100vw - 320px) / 1120)), 14px);
	background-color: #f5f4f3;
	border-radius: 5px;
	color: #000707;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.promo__goto-link:nth-child(n + 6) {
	display: none;
}

.promo__goto-link--visible {
	display: block;
}

.promo__goto-showMore {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: clamp(12px, calc(12px + 2 * ((100vw - 320px) / 1120)), 14px);
	color: #0a514c;
	text-decoration: underline;
	cursor: pointer;
}

.promo--center {
	text-align: center;
}

.promo--center h1 {
	font-size: clamp(34px, calc(34px + 38 * ((100vw - 320px) / 1120)), 72px);
	line-height: 1.2;
	color: #fff;
	letter-spacing: -0.03em;
}

.promo--center h3 {
	font-size: 18px;
}

.promo--center p {
	text-wrap: balance;
}

.promo--center p:has(+ *) {
	margin-bottom: clamp(16px, calc(16px + 16 * ((100vw - 320px) / 1120)), 32px);
}

.promo .brand__swiperAlt .swiper-slide:nth-child(n + 4) {
	display: none;
}

.promo .img_left {
	float: left;
	margin-right: 12px;
}

.promo .img_right {
	float: right;
	margin-left: 12px;
}

.promo .img_left,
.promo .img_right,
.promo .img_center {
	margin-top: 12px;
	margin-bottom: 12px;
}

@media (max-width: 992px) {
	.promo__wrapper {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.promo__author {
		flex-direction: column;
		gap: 12px;
	}

	.promo__author-item:not(:first-child) {
		padding-left: 0;
	}

	.promo__author-item:not(:first-child)::after {
		content: none;
	}

	.promo__author-item:not(:first-child) .promo__author-avatar + .promo__author-column {
		flex-direction: column;
		align-items: start;
		gap: 0;
	}

	.promo__author-item:not(:first-child) .promo__author-column {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 8px;
	}
}

@media (max-width: 576px) {
	.promo--center {
		text-align: left;
	}

	.promo__inner > p:has(a) {
		display: block;
		text-wrap: unset;
	}

	.promo__imgFloat {
		float: unset;
		width: 100%;
		margin-left: 0;
		margin-top: 24px;
		margin-bottom: 16px;
		order: 1;
	}

	.promo__media .promo__media-title {
		text-align: left;
	}

	.promo__media-inner {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}

	.promo__links {
		flex-direction: column;
	}

	.promo .img_left,
	.promo .img_right,
	.promo .img_center {
		float: unset;
		margin-left: unset;
		margin-right: unset;
	}

	.promo .img_left img,
	.promo .img_right img,
	.promo .img_center img {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Btn */

.btn {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding-top: clamp(13px, calc(13px + 8 * ((100vw - 320px) / 1120)), 21px);
	padding-bottom: clamp(13px, calc(13px + 8 * ((100vw - 320px) / 1120)), 21px);
	padding-left: clamp(12px, calc(12px + 20 * ((100vw - 320px) / 1120)), 32px);
	padding-right: clamp(12px, calc(12px + 20 * ((100vw - 320px) / 1120)), 32px);
	background-color: #0a514c;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	text-align: center;
	transition: background-color 0.23s ease-in-out, color 0.23s ease-in-out, border-color 0.23s ease-in-out;
	text-decoration: none;
	cursor: pointer;
}

.btn:hover {
	background-color: #0e6660;
}

.btn--small {
	padding-top: 6px;
	padding-bottom: 6px;
}

.btn--search {
	padding: 12px 24px;
}

.btn--center {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.btn--showMore {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding-top: 13px;
	padding-bottom: 13px;
}

.btn--gold {
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 14px;
	color: #000706;
	background-color: #ffe175;
}

.btn--gold:hover {
	background-color: #ffe791;
}

.btn--goldAlt {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding: 13px 24px;
	color: #000706;
	background-color: #ffe175;
}

.btn--goldAlt:hover {
	background-color: #ffe791;
}

.btn--brand {
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
}

.btn--white {
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #fff;
	color: #000706;
	border: 1px solid #d9dada;
}

.btn--white:hover {
	color: #fff;
	border-color: transparent;
}

.btn--alt {
	padding-top: 13px;
	padding-bottom: 13px;
}

.btn__icon {
	width: clamp(16px, calc(16px + 4 * ((100vw - 320px) / 1120)), 20px);
	height: clamp(16px, calc(16px + 4 * ((100vw - 320px) / 1120)), 20px);
	-o-object-fit: contain;
	object-fit: contain;
}

/*--container-promo start--*/
.container-promo {
	position: relative;
}

.container-promo h2 {
	margin-bottom: clamp(16px, calc(16px + 16 * ((100vw - 320px) / 1120)), 32px);
}

.container-promo h2:has(+ p) {
	margin-bottom: 12px;
}

.container-promo h2 + p {
	margin-bottom: 12px;
}

.container-promo p:has(+ p) {
	margin-bottom: 12px;
}

.container-promo p:has(+ .container-promo__inner) {
	margin-bottom: 12px;
}

.container-promo__wrapper {
	margin-top: 60px;
	margin-bottom: 60px;
}

.container-promo__inner {
	display: flex;
	flex-direction: column;
	gap: clamp(16px, calc(20px - 4 * ((100vw - 320px) / 1120)), 20px);
}

.container-promo__inner:has(+ *) {
	margin-bottom: 12px;
}

.container-promo__list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.container-promo__list-item {
	position: relative;
	padding-left: 24px;
	font-size: 12px;
}

.container-promo__list-item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-image: url('../images/icons/check-list.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.container-promo__info {
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: #d4ebdd;
	padding: 8px 24px;
}

.container-promo__info:has(+ *) {
	margin-bottom: 8px;
}

.container-promo__info-img {
	width: 20px;
	height: 20px;
}

.container-promo__info-text {
	font-weight: 600;
	color: #279955;
}

.container-promo__info--yellow {
	background-color: #fbe9da;
}

.container-promo__info--yellow .container-promo__info-text {
	color: #ed9148;
}

.container-promo__rating {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 4px 8px;
	border-radius: 5px;
	background-color: rgba(246, 245, 244, 0.7);
}

.container-promo__rating-icon {
	width: 24px;
	height: 24px;
}

.container-promo__rating-num {
	font-weight: 600;
	line-height: 1;
}

.container-promo__rating-num span {
	font-size: 10px;
	color: #4d4f4f;
}

.container-promo__bonus {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 8px;
	padding: 24px;
	border-radius: 5px;
	background-color: rgba(246, 245, 244, 0.7);
}

.container-promo__bonus-promo {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	gap: 4px;
	padding: 4px 8px;
	border-radius: 3px;
	font-weight: 600;
	font-size: 10px;
	background-color: #ffe175;
}

.container-promo__bonus-icon {
	width: 16px;
	height: 16px;
}

.container-promo__bonus-text {
	font-weight: 600;
	font-size: 16px;
}

.container-promo__bonus-textAccent {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 24px 4px 8px;
	border-radius: 5px;
	font-weight: 600;
	color: #0a514c;
	font-size: 10px;
	background-color: rgba(0, 69, 64, 0.12);
}

.container-promo__bonus-textAccent::after {
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-image: url('../images/icons/copy.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.container-promo__hidden {
	margin-top: 16px;
}

.container-promo__hidden-box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e6e6;
}

.container-promo__hidden-item {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.container-promo__hidden-title {
	color: #4d4f4f;
}

.container-promo__hidden-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.container-promo__hidden-text {
	display: flex;
	align-items: center;
	gap: 4px;
}

.container-promo__hidden-icon {
	width: 20px;
	height: 20px;
}

.container-promo__hidden-pay {
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 100%;
}

.container-promo__hidden-link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 3px;
	min-height: 40px;
}

.container-promo__hidden-link--last {
	order: 1;
}

.container-promo__hidden-img {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	max-height: 20px;
}

.container-promo__hidden-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
	height: 100%;
	align-content: flex-start;
}

.container-promo__hidden-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	-moz-column-gap: 24px;
	column-gap: 24px;
	row-gap: 16px;
}

.container-promo__hidden-column {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.container-promo__hidden-bold {
	font-weight: 600;
	font-size: 16px;
}

.container-promo__hidden-more {
	font-size: 16px;
	font-weight: 600;
	color: #0a514c;
	text-align: center;
}

.container-promo__hidden-bot {
	color: #4d4f4f;
	margin-top: 16px;
}

.container-promo__showMore {
	padding-top: 13px;
	padding-bottom: 13px;
	color: #0a514c;
	font-weight: 600;
	font-size: 16px;
	background-color: #e1eae9;
	text-align: center;
	cursor: pointer;
}

/* shared __block + __cards table styles */
.container-promo__block table tbody,
.container-promo__cards table tbody {
	display: flex;
	flex-direction: column;
	gap: 12px;
	counter-reset: num;
}

.container-promo__block table tbody tr,
.container-promo__cards table tbody tr {
	position: relative;
	display: grid;
	grid-template-columns: 0.45fr 0.35fr 0.8fr 0.5fr 0.4fr;
	align-items: center;
	gap: clamp(12px, calc(12px + 20 * ((100vw - 320px) / 1120)), 32px);
	border-radius: 5px;
	background-color: #fff;
	padding: 16px;
	padding-left: clamp(30px, calc(30px + 22 * ((100vw - 320px) / 1120)), 52px);
	overflow: hidden;
	transition: background-color 0.23s ease-in-out, border-color 0.23s ease-in-out;
}

.container-promo__block table tbody tr:before,
.container-promo__cards table tbody tr:before {
	position: absolute;
	content: counter(num);
	counter-increment: num;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	color: #4d4f4f;
	line-height: 1;
	border-radius: 0 4px 4px 0;
	background-color: rgba(246, 245, 244, 0.7);
	z-index: 1;
	transition: opacity 0.23s ease-in-out, background-color 0.23s ease-in-out, color 0.23s ease-in-out;
}

.container-promo__block table tbody tr::after,
.container-promo__cards table tbody tr::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-image: url('/img/icons/star-full.svg');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.23s ease-in-out;
}

.container-promo__block table tbody tr:nth-child(-n + 10),
.container-promo__cards table tbody tr:nth-child(-n + 10) {
	display: grid;
}

.container-promo__block table tbody td:first-child,
.container-promo__cards table tbody td:first-child {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.container-promo__block table tbody td:first-child img,
.container-promo__cards table tbody td:first-child img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 121px;
	border-radius: 5px;
	border: 1px solid #d9dada;
	background-color: #fff;
	transition: border-color 0.23s ease-in-out;
}

.container-promo__block table tbody td:first-child a,
.container-promo__cards table tbody td:first-child a {
	text-align: center;
}

.container-promo__block table tbody td:nth-child(2),
.container-promo__cards table tbody td:nth-child(2) {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.container-promo__block table tbody td:nth-child(2) div,
.container-promo__cards table tbody td:nth-child(2) div {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 4px 8px;
	border-radius: 5px;
	background-color: rgba(246, 245, 244, 0.7);
}

.container-promo__block table tbody td:nth-child(2) div img,
.container-promo__cards table tbody td:nth-child(2) div img {
	width: 24px;
	height: 24px;
}

.container-promo__block table tbody td:nth-child(2) div p,
.container-promo__cards table tbody td:nth-child(2) div p {
	font-weight: 600;
	line-height: 1;
}

.container-promo__block table tbody td:nth-child(2) div p span,
.container-promo__cards table tbody td:nth-child(2) div p span {
	font-size: 10px;
	color: #4d4f4f;
}

.container-promo__block table tbody td:nth-child(2) div + p,
.container-promo__cards table tbody td:nth-child(2) div + p {
	font-weight: 600;
}

.container-promo__block table tbody td:nth-child(2) div + p + p,
.container-promo__cards table tbody td:nth-child(2) div + p + p {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #4d4f4f;
	font-size: 12px;
}

.container-promo__block table tbody td:nth-child(2) div + p + p img,
.container-promo__cards table tbody td:nth-child(2) div + p + p img {
	width: 12px;
	height: 12px;
}

.container-promo__block table tbody td:nth-child(2) p,
.container-promo__cards table tbody td:nth-child(2) p {
	margin-bottom: 0;
}

.container-promo__block table tbody td:nth-child(3),
.container-promo__cards table tbody td:nth-child(3) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 8px;
	padding: clamp(16px, calc(16px + 8 * ((100vw - 320px) / 1120)), 24px);
	border-radius: 5px;
	background-color: rgba(246, 245, 244, 0.7);
}

.container-promo__block table tbody td:nth-child(3) p:first-child,
.container-promo__cards table tbody td:nth-child(3) p:first-child {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	gap: 4px;
	padding: 4px 8px;
	border-radius: 3px;
	font-weight: 600;
	font-size: 10px;
	background-color: #ffe175;
}

.container-promo__block table tbody td:nth-child(3) p img,
.container-promo__cards table tbody td:nth-child(3) p img {
	width: 16px;
	height: 16px;
}

.container-promo__block table tbody td:nth-child(3) p + p,
.container-promo__cards table tbody td:nth-child(3) p + p {
	font-weight: 600;
	font-size: 16px;
}

.container-promo__block table tbody td:nth-child(3) p + p + p,
.container-promo__cards table tbody td:nth-child(3) p + p + p {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 24px 4px 8px;
	border-radius: 5px;
	font-weight: 600;
	color: #0a514c;
	font-size: 10px;
	background-color: rgba(0, 69, 64, 0.12);
}

.container-promo__block table tbody td:nth-child(3) p + p + p::after,
.container-promo__cards table tbody td:nth-child(3) p + p + p::after {
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-image: url('../images/icons/copy.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.container-promo__block table tbody td:nth-child(4) ul,
.container-promo__cards table tbody td:nth-child(4) ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.container-promo__block table tbody td:nth-child(4) ul li,
.container-promo__cards table tbody td:nth-child(4) ul li {
	position: relative;
	font-size: 12px;
	padding: 2px 0 0 24px;
}

.container-promo__block table tbody td:nth-child(4) ul li::after,
.container-promo__cards table tbody td:nth-child(4) ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url('/img/icons/check-list.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.container-promo__block table tbody td:nth-child(4) ul li span,
.container-promo__cards table tbody td:nth-child(4) ul li span {
	font-weight: 600;
}

.container-promo__block table tbody td:nth-child(4) p:first-child,
.container-promo__cards table tbody td:nth-child(4) p:first-child {
	position: relative;
	font-size: clamp(18px, calc(18px + 2 * ((100vw - 320px) / 1120)), 20px);
	font-weight: 600;
	padding-left: clamp(28px, calc(28px + 8 * ((100vw - 320px) / 1120)), 36px);
}

.container-promo__block table tbody td:nth-child(4) p:first-child::after,
.container-promo__cards table tbody td:nth-child(4) p:first-child::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: clamp(24px, calc(24px + 8 * ((100vw - 320px) / 1120)), 32px);
	height: clamp(24px, calc(24px + 8 * ((100vw - 320px) / 1120)), 32px);
	transform: translateY(-50%);
	background-image: url('../images/icons/cardholder.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.container-promo__block table tbody td:nth-child(4) p:first-child + p,
.container-promo__cards table tbody td:nth-child(4) p:first-child + p {
	color: #4d4f4f;
	font-size: 12px;
}

.container-promo__block table tbody td:nth-child(4) p:has(+ p),
.container-promo__cards table tbody td:nth-child(4) p:has(+ p) {
	margin-bottom: 4px;
}

.container-promo__block table tbody td:nth-child(5),
.container-promo__cards table tbody td:nth-child(5) {
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-align: center;
}

.container-promo__block table tbody td:nth-child(5) p,
.container-promo__cards table tbody td:nth-child(5) p {
	text-decoration: underline;
}

.container-promo__block table tbody td button,
.container-promo__cards table tbody td button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding-top: clamp(13px, calc(13px + 8 * ((100vw - 320px) / 1120)), 21px);
	padding-bottom: clamp(13px, calc(13px + 8 * ((100vw - 320px) / 1120)), 21px);
	padding-left: clamp(12px, calc(12px + 20 * ((100vw - 320px) / 1120)), 32px);
	padding-right: clamp(12px, calc(12px + 20 * ((100vw - 320px) / 1120)), 32px);
	background-color: #0a514c;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	text-align: center;
	transition: background-color 0.23s ease-in-out;
	cursor: pointer;
}

.container-promo__block table tbody td button:hover,
.container-promo__cards table tbody td button:hover {
	background-color: #0e6660;
}

.container-promo__block .table--description table,
.container-promo__cards .table--description table {
	display: table;
}

.container-promo__block .table--description table tbody,
.container-promo__cards .table--description table tbody {
	width: 100%;
	display: table-row-group;
}

.container-promo__block .table--description table tbody tr,
.container-promo__cards .table--description table tbody tr {
	display: table-row;
	gap: 0;
	border: unset;
	padding: 0;
}

.container-promo__block .table--description table tbody tr::after,
.container-promo__block .table--description table tbody tr::before,
.container-promo__cards .table--description table tbody tr::after,
.container-promo__cards .table--description table tbody tr::before {
	content: none;
}

.container-promo__block .table--description table tbody td,
.container-promo__cards .table--description table tbody td {
	display: table-cell;
}

.container-promo__block .table--description table tbody td div:has(img + img),
.container-promo__cards .table--description table tbody td div:has(img + img) {
	all: unset;
	display: flex;
}

/* __cards specific */
.container-promo__cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
	counter-reset: num;
}

.container-promo__cards table {
	display: flex;
	flex-direction: column;
}

.container-promo__cards table tbody tr:first-child {
	border: 2px solid #0a514c;
}

.container-promo__cards table tbody tr:first-child::before {
	color: transparent;
	background-color: #0a514c;
}

.container-promo__cards table tbody tr:first-child::after {
	opacity: 1;
}

.container-promo__cards table tbody td:nth-child(2) a {
	display: none;
}

.container-promo__cards table tbody td:nth-child(5) > p {
	cursor: pointer;
}

/* __cards--alt variant */
.container-promo__cards.container-promo__cards--alt table tbody tr {
	grid-template-columns: 0.45fr 0.45fr 0.5fr 0.99fr 0.4fr;
}

.container-promo__cards.container-promo__cards--alt table tbody tr:has(td:nth-child(2)ul) {
	grid-template-columns: 0.45fr 0.6fr 0.4fr 0.95fr 0.4fr;
}

.container-promo__cards.container-promo__cards--alt table tbody td:first-child img {
	height: 100px;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(2) p:first-child {
	position: relative;
	font-size: clamp(18px, calc(18px + 2 * ((100vw - 320px) / 1120)), 20px);
	font-weight: 600;
	padding-left: clamp(28px, calc(28px + 8 * ((100vw - 320px) / 1120)), 36px);
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(2) p:first-child::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: clamp(24px, calc(24px + 8 * ((100vw - 320px) / 1120)), 32px);
	height: clamp(24px, calc(24px + 8 * ((100vw - 320px) / 1120)), 32px);
	transform: translateY(-50%);
	background-image: url('../images/icons/cardholder.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(2) p:first-child + p {
	color: #4d4f4f;
	font-size: 12px;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(2) p:has(+ p) {
	margin-bottom: 4px;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(2) ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(2) ul li {
	position: relative;
	font-size: 12px;
	padding: 2px 0 0 24px;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(2) ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url('../images/icons/check-list.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(3) {
	align-items: flex-start;
	background-color: transparent;
	padding: 0;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(3) div {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 4px 8px;
	border-radius: 5px;
	background-color: rgba(246, 245, 244, 0.7);
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(3) div img {
	width: 24px;
	height: 24px;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(3) div p {
	font-weight: 600;
	line-height: 1;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(3) div + p {
	font-weight: 600;
	font-size: 16px;
	color: #000706;
	text-align: left;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(4) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 8px;
	padding: clamp(16px, calc(16px + 8 * ((100vw - 320px) / 1120)), 24px);
	border-radius: 5px;
	background-color: rgba(246, 245, 244, 0.7);
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(4) p:first-child {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	gap: 4px;
	padding: 4px 8px;
	border-radius: 3px;
	font-weight: 600;
	font-size: 10px;
	background-color: #ffe175;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(4) p:first-child::after {
	content: none;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(4) p img {
	width: 16px;
	height: 16px;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(4) p + p {
	font-weight: 600;
	font-size: 16px;
	color: #000706;
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(4) p + p + p {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 24px 4px 8px;
	border-radius: 5px;
	font-weight: 600;
	color: #0a514c;
	font-size: 10px;
	background-color: rgba(0, 69, 64, 0.12);
}

.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(4) p + p + p::after {
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-image: url('../images/icons/copy.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.container-promo__cards .table.table--description table tbody {
	display: table-row-group;
}

.container-promo__cards .table.table--description table tbody tr:first-child {
	border: unset;
}

/* __block specific */
.container-promo__block table {
	width: 100%;
}

.container-promo__block table tbody {
	gap: 0;
}

.container-promo__block table tbody tr {
	display: none;
	grid-template-columns: 0.33fr minmax(86px, 0.28fr) 1fr 0.4fr;
	border-top: 2px solid #d9dada;
	border-bottom: 2px solid #d9dada;
	border-radius: unset;
	gap: clamp(12px, calc(12px + 12 * ((100vw - 320px) / 1120)), 24px);
}

.container-promo__block table tbody tr::before {
	color: #0a514c;
}

.container-promo__block table tbody tr::after {
	content: none;
}

.container-promo__block table tbody tr:not(:first-child) {
	border-top: transparent;
}

.container-promo__block table tbody tr:has(+ *:hover) {
	border-bottom-color: transparent;
}

.container-promo__block table tbody tr:hover {
	border-radius: 5px;
	border-color: transparent;
	background-color: #f4f3f2;
}

.container-promo__block table tbody tr:hover::before {
	color: #0a514c;
	background-color: #e0e8e8;
}

.container-promo__block table tbody tr:hover td:nth-child(3) {
	background-color: #fff;
}

.container-promo__block table tbody tr:hover td img {
	border-color: transparent;
}

.container-promo__block table tbody td:first-child {
	min-width: 138px;
}

.container-promo__block table tbody td:first-child img {
	height: 100px;
}

.container-promo__block table tbody td:nth-child(2) div {
	background-color: #fff;
}

.container-promo__block table tbody td:nth-child(3) {
	align-items: flex-start;
	text-align: left;
	transition: background-color 0.23s ease-in-out;
}

.container-promo__block table tbody td:nth-child(3) p:first-child {
	margin: unset;
}

.container-promo__block table tbody td a {
	text-align: left;
	font-size: 14px;
}

.container-promo__block table tbody td button {
	font-size: 14px;
	padding: 13px 23px;
}

@media (max-width: 992px) {
	.container-promo__block table tbody tr,
	.container-promo__cards table tbody tr {
		width: 100%;
		max-width: 382px;
		grid-template-columns: 0.75fr 1fr;
		margin-left: auto;
		margin-right: auto;
		padding-left: 16px;
	}

	.container-promo__block table tbody tr::before,
	.container-promo__cards table tbody tr::before {
		top: 0;
		left: unset;
		right: 16px;
		transform: unset;
		min-width: 40px;
		height: 25px;
		border-radius: 0 0 4px 4px;
	}

	.container-promo__block table tbody tr::after,
	.container-promo__cards table tbody tr::after {
		right: 27px;
		top: 2px;
		width: 18px;
		height: 18px;
		transform: unset;
		left: unset;
	}

	.container-promo__block table tbody td:nth-child(4) ul,
	.container-promo__cards table tbody td:nth-child(4) ul {
		align-items: center;
		margin-bottom: 12px;
	}

	.container-promo__block table tbody td:nth-child(3),
	.container-promo__block table tbody td:nth-child(4),
	.container-promo__block table tbody td:nth-child(5),
	.container-promo__cards table tbody td:nth-child(3),
	.container-promo__cards table tbody td:nth-child(4),
	.container-promo__cards table tbody td:nth-child(5) {
		grid-column: 1/3;
	}

	.container-promo__cards.container-promo__cards--alt table tbody tr {
		grid-auto-flow: dense;
		grid-template-columns: 0.67fr 1fr;
	}

	.container-promo__cards.container-promo__cards--alt table tbody tr:has(td:nth-child(2)ul) {
		grid-template-columns: 0.67fr 1fr;
	}

	.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(3) {
		grid-column: 2/3;
	}

	.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(2) {
		align-items: center;
		grid-row: 3;
	}

	.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(2) ul li {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}

	.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(2),
	.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(4),
	.container-promo__cards.container-promo__cards--alt table tbody td:nth-child(5) {
		grid-column: 1/3;
	}

	.container-promo__cards table tbody td:first-child a {
		display: none;
	}

	.container-promo__cards table tbody td:nth-child(2) a {
		display: block;
		text-align: left;
	}

	.container-promo__cards table tbody td:nth-child(4) {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.container-promo__block table tbody tr {
		padding: 24px;
	}

	.container-promo__block table tbody tr::before {
		content: none;
	}

	.container-promo__block table tbody tr:has(+ *:hover) {
		border-bottom-color: #d9dada;
	}

	.container-promo__block table tbody tr:hover {
		border-radius: unset;
		border-color: #d9dada;
		background-color: #fff;
	}

	.container-promo__block table tbody tr:hover td img {
		border-color: #d9dada;
	}

	.container-promo__block table tbody tr:hover td:nth-child(2) div {
		background-color: rgba(246, 245, 244, 0.7);
	}

	.container-promo__block table tbody tr:hover td:nth-child(3) {
		background-color: rgba(246, 245, 244, 0.7);
	}

	.container-promo__block table tbody td button {
		width: 100%;
	}

	.container-promo__block + .btn {
		width: 100%;
		max-width: 350px;
	}
}

@media (max-width: 576px) {
	.container-promo__block table tbody tr,
	.container-promo__cards table tbody tr {
		max-width: unset;
	}

	.container-promo__inner {
		gap: 8px;
	}

	.container-promo__block table tbody tr {
		position: relative;
		border: none;
		padding: 24px 0;
	}

	.container-promo__block table tbody tr:not(:first-child)::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		height: 1px;
		width: 350px;
		background-color: #d9dada;
		z-index: 1;
	}
}

/*--container-promo end--*/

/*--tips start--*/
.tips span,
.tips h2,
.tips h3 {
    position: relative;
    padding-left: 44px;
}

.tips span::before,
.tips h2::before,
.tips h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url(../img/icons/tips.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.tips span {
    display: block;
    font-weight: 600;
    font-size: clamp(18px, calc(18px + 4 * ((100vw - 320px) / 1120)), 22px);
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: clamp(12px, calc(12px + 4 * ((100vw - 320px) / 1120)), 16px);
}

.tips h3 {
    margin-top: clamp(16px, calc(16px + 8 * ((100vw - 320px) / 1120)), 24px);
    margin-bottom: clamp(12px, calc(12px + 4 * ((100vw - 320px) / 1120)), 16px);
}

.tips p {
    color: #4d4f4f;
}

.tips p:has(+ *) {
    margin-bottom: 12px;
}

.tips p strong {
    color: #000706;
}

.tips ol,
.tips ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tips ol:has(+ *),
.tips ul:has(+ *) {
    margin-bottom: 12px;
}

.tips ol:has(+ h3),
.tips ul:has(+ h3) {
    margin-bottom: clamp(16px, calc(16px + 8 * ((100vw - 320px) / 1120)), 24px);
}

.tips ol li,
.tips ul li {
    color: #4d4f4f;
}

.tips ol li strong,
.tips ul li strong {
    color: #000706;
}

.tips ul li {
    position: relative;
    padding-left: 24px;
}

.tips ul li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0a514c;
}

.tips ol {
    counter-reset: num;
}

.tips ol li {
    position: relative;
    padding-left: 20px;
}

.tips ol li::before {
    content: counter(num) '.';
    counter-increment: num;
    position: absolute;
    top: 0;
    left: 0;
}

.tips .table {
    margin-top: clamp(20px, calc(20px + 4 * ((100vw - 320px) / 1120)), 24px);
}

.tips .table:has(+ *) {
    margin-bottom: clamp(16px, calc(16px + 8 * ((100vw - 320px) / 1120)), 24px);
}

/*--tips end--*/

/*--content start--*/
.content {
    margin-top: 60px;
    margin-bottom: 60px;
}

.content .faq {
    margin: 0;
}

.content--alt .content__inner section {
    padding: unset;
    border-radius: unset;
    background-color: unset;
}

.content__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(20px, calc(20px + 12 * ((100vw - 320px) / 1120)), 32px);
}

.content__inner:has(.content__inner-box + .content__inner-box) {
    grid-template-columns: 1fr 280px;
}

.content__inner:has(.content__inner-box + .content__inner-box) .softwareStudios__item {
    width: 31.9%;
}

.content__inner:has(.content__inner-box + .content__inner-box) .softwareStudios--alt .softwareStudios__item {
    width: 100%;
}

.content__inner-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.content__inner-box:first-child {
    overflow: hidden;
}

.content__inner-box:has(+ .content__inner-box) .affiliate__block table tbody tr {
    grid-template-columns: 0.56fr 0.38fr 0.7fr 0.4fr;
}

.content__inner section {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: clamp(16px, calc(16px + 12 * ((100vw - 320px) / 1120)), 28px);
    padding-right: clamp(16px, calc(16px + 12 * ((100vw - 320px) / 1120)), 28px);
    border-radius: 5px;
    background-color: #fff;
}

.content__inner section:has(.aside) {
    padding: 0;
    height: 100%;
    background-color: transparent;
}

.content__inner section:has(.green-bg) {
    background-color: #0a514c;
    color: #fff;
}

.content__inner section:has(.green-bg) h2:has(+ p) {
    margin-bottom: 32px;
}

.content__inner section:has(.green-bg) p:has(+ p) {
    margin-bottom: 4px;
}

.content__inner section > .btn + * {
    margin-top: clamp(20px, calc(20px + 12 * ((100vw - 320px) / 1120)), 32px);
}

.content__inner section .green-bg p a,
.content__inner section .green-bg li a {
    color: #fff;
    text-decoration: underline;
}

.content__inner section .affiliate {
    padding: 0;
}

.content__inner section:has(.green-border) {
    border: 2px solid #279955;
}

.content__inner section:has(.yellow-border) {
    border: 2px solid #ffe175;
}

.content__inner section:has(.yellow-border) .btn {
    margin-top: clamp(20px, calc(20px + 12 * ((100vw - 320px) / 1120)), 32px);
}

.content__inner section:has(.tips span) {
    border: unset;
}

.content__inner section:has(.tips span) .tips {
    padding: 20px;
    border: 2px solid #ffe175;
    border-radius: 5px;
}

.content__inner section:has(.tips span) .tips h3 {
    margin-top: 0;
}

.content__inner section:has(.bookmarks h3) {
    border: unset;
}

.content__inner section:has(.bookmarks h3) .bookmarks {
    padding: 20px;
    border: 2px solid #279955;
    border-radius: 5px;
}

.content__inner section:has(.bookmarks h3) .bookmarks h3 {
    margin-bottom: 12px;
}

.content__inner section h2 {
    margin-bottom: 32px;
}

.content__inner section h2:has(+ p) {
    margin-bottom: 12px;
}

.content__inner section > h3 {
    margin-top: clamp(20px, calc(20px + 12 * ((100vw - 320px) / 1120)), 32px);
    margin-bottom: clamp(12px, calc(12px + 4 * ((100vw - 320px) / 1120)), 16px);
}

.content__inner section > p {
    margin-top: 12px;
    color: #4d4f4f;
}

.content__inner section > p:has(+ *) {
    margin-bottom: 12px;
}

.content__inner section > p strong {
    color: #000706;
}

.content__inner section > ol,
.content__inner section > ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.content__inner section > ol:has(+ *),
.content__inner section > ul:has(+ *) {
    margin-bottom: 12px;
}

.content__inner section > ol:has(+ h3),
.content__inner section > ul:has(+ h3) {
    margin-bottom: clamp(16px, calc(16px + 8 * ((100vw - 320px) / 1120)), 24px);
}

.content__inner section > ol li,
.content__inner section > ul li {
    color: #4d4f4f;
}

.content__inner section > ol li strong,
.content__inner section > ul li strong {
    color: #000706;
}

.content__inner section > blockquote {
    margin-top: 12px;
    margin-bottom: 12px;
}

.content__inner section > ul li {
    position: relative;
    padding-left: 24px;
}

.content__inner section > ul li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0a514c;
}

.content__inner section > ol {
    counter-reset: num;
}

.content__inner section > ol li {
    position: relative;
    padding-left: 20px;
}

.content__inner section > ol li::before {
    content: counter(num) '.';
    counter-increment: num;
    position: absolute;
    top: 0;
    left: 0;
}

.content__inner section > ol li strong {
    margin-bottom: 4px;
}

.content__inner section .table {
    margin-top: clamp(20px, calc(20px + 4 * ((100vw - 320px) / 1120)), 24px);
}

.content__inner section .table.table--sameHeight {
    margin-bottom: 32px;
}

.content__inner section .table:has(+ *) {
    margin-bottom: clamp(16px, calc(16px + 8 * ((100vw - 320px) / 1120)), 24px);
}

.content__inner section .wp-block-table:has(+ *) {
    margin-top: clamp(16px, calc(16px + 8 * ((100vw - 320px) / 1120)), 24px);
    margin-bottom: clamp(16px, calc(16px + 8 * ((100vw - 320px) / 1120)), 24px);
}

.content__inner section .img_left,
.content__inner section .img_right,
.content__inner section .img_center {
    margin-bottom: 34px;
}

.content__inner section .img_left:has(+ p),
.content__inner section .img_right:has(+ p),
.content__inner section .img_center:has(+ p) {
    margin-bottom: 12px;
}

.content__inner section .img_left img,
.content__inner section .img_right img,
.content__inner section .img_center img {
    -o-object-fit: cover;
    object-fit: cover;
}

.content__inner section .img_left {
    float: left;
    margin-right: 12px;
}

.content__inner section .img_right {
    float: right;
    margin-left: 12px;
}

.content__inner section .img_center {
    margin-top: 12px;
}
.content__inner section .img_center iframe {
    display: block;
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 5px;
}

.content__inner section .container-promo {
    padding: 0;
}

.content__inner section .container-promo:has(+ *) {
    margin-bottom: clamp(20px, calc(20px + 12 * ((100vw - 320px) / 1120)), 32px);
}

@media (max-width: 992px) {
    .content__inner:has(.content__inner-box + .content__inner-box) {
        grid-template-columns: 1fr;
    }

    .content__inner:has(.content__inner-box + .content__inner-box) .softwareStudios__item {
        width: 100%;
    }

    .content__inner-box + .content__inner-box {
        display: none;
    }

    .content__inner-box:has(+ .content__inner-box) .affiliate__block table tbody tr {
        grid-template-columns: 0.75fr 1fr;
    }

    .content section:has(.relatedBrands__inner) {
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .content section .img_left,
    .content section .img_right,
    .content section .img_center {
        float: unset;
        margin-top: 12px;
        margin-bottom: 12px;
        margin-left: unset;
        margin-right: unset;
    }

    .content section .img_left img,
    .content section .img_right img,
    .content section .img_center img {
        margin-left: auto;
        margin-right: auto;
    }
}

/*--content end--*/

/*--table start--*/
.table {
    border: 1px solid #d9dada;
    border-radius: 8px;
    color: #000706;
    overflow: auto;
}

.table + .table table tbody:first-child tr:nth-child(odd) {
    background-color: #fbfaf9;
}

.table + .table table tbody:first-child tr:nth-child(even) {
    background-color: #fff;
}

.table--textCenter.table table thead th {
    text-align: center;
}

.table--textCenter.table table tbody tr td {
    text-align: center;
}

.table--best.table table {
    min-width: unset;
}

.table--best.table table thead tr,
.table--best.table table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.table--best.table table tbody tr td {
    text-align: left;
}

.table--border.table table thead tr th {
    text-align: center;
    border-bottom: 1px solid #d9dada;
}

.table--border.table table thead tr th:first-child {
    min-width: 160px;
}

.table--border.table table thead tr th:nth-child(2) {
    min-width: clamp(200px, calc(200px + 300 * ((100vw - 320px) / 1120)), 500px);
}

.table--border.table table thead tr th:not(:last-child) {
    border-right: 1px solid #d9dada;
}

.table--border.table table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #d9dada;
}

.table--border.table table tbody tr td {
    text-align: center;
}

.table--border.table table tbody tr td:not(:last-child) {
    border-right: 1px solid #d9dada;
}

.table--borderAlt.table table thead tr th {
    text-align: center;
    border-bottom: 1px solid #d9dada;
}

.table--borderAlt.table table thead tr th:not(:last-child) {
    border-right: 1px solid #d9dada;
}

.table--borderAlt.table table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #d9dada;
}

.table--borderAlt.table table tbody tr td {
    text-align: center;
}

.table--borderAlt.table table tbody tr td:not(:last-child) {
    border-right: 1px solid #d9dada;
}

.table--borderAlt.table--best.table table thead tr th {
    text-align: left;
}

.table--borderAlt.table--best.table table tbody tr td {
    text-align: left;
}

.table--description.table {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.table--description.table table {
    min-width: unset;
}

.table--description.table table tr {
    display: grid;
    align-items: center;
    grid-template-columns: 220px 1fr;
}

.table--description.table table tr td {
    text-align: left;
}

.table--description.table table tr div {
    display: flex;
    padding: 0;
    border: none;
    margin-left: 0;
}

.table--sameHeight {
    margin-bottom: 32px;
}

.table--sameHeight.table table tbody {
    display: grid;
    grid-auto-rows: 1fr;
}

.table--sameHeight.table table tbody tr {
    display: grid;
    align-items: center;
    grid-template-columns: 0.8fr 1fr;
}

.table--sameHeight.table table tbody tr td:first-child {
    width: clamp(218px, calc(218px + 102 * ((100vw - 320px) / 1120)), 320px);
}

.table--alt.table {
    overflow: auto;
}

.table--alt.table table {
    min-width: unset;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table--alt.table table thead tr {
    background-color: #0a514c;
}

.table--alt.table table thead tr th {
    padding: 12px 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.table--alt.table table thead tr th:last-child {
    border-right: none;
}

.table--alt.table table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.table--alt.table table tbody tr td {
    padding: 10px 16px;
    text-align: center;
    color: #4d4f4f;
    border-bottom: 1px solid #d9dada;
    border-right: 1px solid #d9dada;
}

.table--alt.table table tbody tr td:last-child {
    border-right: none;
}

.table--alt.table table tbody tr td:first-child {
    text-align: left;
}

.table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    min-width: 690px;
}

.table table thead tr {
    width: 100%;
    background-color: #fbfaf9;
}

.table table thead th {
    vertical-align: middle;
    padding: 12px;
    text-align: left;
    white-space: nowrap;
}

.table table tbody tr:nth-child(even) {
    background-color: #fbfaf9;
}

.table table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.table table tbody tr td {
    padding: 12px;
}

.table table tbody tr td div {
    width: 120px;
    border: 1px solid #d9dada;
    border-radius: 5px;
    padding: 10px 20px;
}

.table table tbody tr td div:has(img) {
    margin-left: 12px;
}

.table table tbody tr td img {
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
}

.table table tbody tr td img + img {
    margin-left: 12px;
}

.table table tbody tr td button {
    padding: 6px 16px;
    background-color: #0a514c;
    color: #fff;
    border-radius: 3px;
    white-space: nowrap;
    font-weight: 600;
}

.table table tbody tr td button:hover {
    background-color: #0e6660;
}

@media (max-width: 992px) {
    .table--description.table table {
        min-width: 476px;
    }

    .table--best.table table {
        min-width: 490px;
    }
}

/*--table end--*/

/*--bookmarks start--*/
.bookmarks:has(+ *) {
    margin-bottom: 32px;
}

.bookmarks.accordionChild h2 {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 0;
}

.bookmarks.accordionChild h2::before {
    content: none;
}

.bookmarks.accordionChild h2::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 9px;
    background-image: url(../../images/icons/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.23s ease-in-out;
}

.bookmarks.accordionChild--active h2::after {
    transform: rotateX(-180deg) translateY(50%);
}

.bookmarks.accordionChild .createAllHeadings ol,
.bookmarks.accordionChild .createAllHeadings ul {
    margin-top: clamp(20px, calc(20px + 8 * ((100vw - 320px) / 1120)), 28px);
}

.bookmarks.accordionChild .createAllHeadings ol li:first-child,
.bookmarks.accordionChild .createAllHeadings ul li:first-child {
    display: none;
}

.bookmarks.green-border h3,
.bookmarks.green-border h2 {
    position: relative;
    padding-left: 44px;
}

.bookmarks.green-border h3::before,
.bookmarks.green-border h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url(../../img/icons/check-bookmarks.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.bookmarks p {
    color: #4d4f4f;
}

.bookmarks p:has(+ *) {
    margin-bottom: 12px;
}

.bookmarks ol,
.bookmarks ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bookmarks ol:has(+ *),
.bookmarks ul:has(+ *) {
    margin-bottom: 12px;
}

.bookmarks ol:has(+ h3),
.bookmarks ul:has(+ h3) {
    margin-bottom: clamp(16px, calc(16px + 8 * ((100vw - 320px) / 1120)), 24px);
}

.bookmarks ol li,
.bookmarks ul li {
    color: #4d4f4f;
}

.bookmarks ol li strong,
.bookmarks ul li strong {
    color: #000706;
}

.bookmarks ul li {
    position: relative;
    padding-left: 24px;
}

.bookmarks ul li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0a514c;
}

.bookmarks ol {
    counter-reset: num;
}

.bookmarks ol li {
    position: relative;
    padding-left: 20px;
}

.bookmarks ol li::before {
    content: counter(num) '.';
    counter-increment: num;
    position: absolute;
    top: 0;
    left: 0;
}

.bookmarks .table {
    margin-bottom: clamp(16px, calc(16px + 8 * ((100vw - 320px) / 1120)), 24px);
}

/*--bookmarks end--*/

/*--why start--*/
.why {
    margin-top: clamp(20px, calc(20px + 12 * ((100vw - 320px) / 1120)), 32px);
}

.why p {
    margin-bottom: 12px;
}
.why ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}

.why ul li {
    padding: 20px;
    padding-left: clamp(52px, calc(52px + 12 * ((100vw - 320px) / 1120)), 64px);
    background-color: rgba(246, 245, 244, 0.7);
    border-radius: 5px;
}

.why ul li p {
    color: #4d4f4f;
}

.why ul li p br {
    display: none;
}

.why ul li p strong {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000706;
    margin-bottom: 12px;
}

.why ul li p strong::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    width: clamp(22px, calc(22px + 10 * ((100vw - 320px) / 1120)), 32px);
    height: clamp(22px, calc(22px + 10 * ((100vw - 320px) / 1120)), 32px);
    background-image: url('/img/icons/shield.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 992px) {
    .why ul li {
        padding-left: 20px;
    }

    .why ul li p strong {
        padding-left: 32px;
    }

    .why ul li p strong::after {
        left: 0;
    }
}

/*--why end--*/

/*--faq start--*/
.faq {
    margin-top: clamp(32px, calc(32px + 28 * ((100vw - 320px) / 1120)), 60px);
    margin-bottom: 60px;
}

.faq__inner {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: clamp(12px, calc(12px + 20 * ((100vw - 320px) / 1120)), 32px);
}

.faq__inner-box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq__inner-box .faq__item {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: clamp(16px, calc(16px + 12 * ((100vw - 320px) / 1120)), 28px);
    padding-right: clamp(16px, calc(16px + 12 * ((100vw - 320px) / 1120)), 28px);
}

.faq .faq__item h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.faq__item {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #fff;
    border-radius: 5px;
}

.faq__item-accordion {
    position: relative;
    cursor: pointer;
}

.faq__item-accordion::before,
.faq__item-accordion::after {
    content: "";
    position: absolute;
    top: 10px;
    transform: translateY(-50%);
    background-color: #4d4f4f;
    transition: transform 0.23s ease-in-out, top 0.23s ease-in-out;
}

.faq__item-accordion::before {
    right: 0;
    width: 12px;
    height: 2px;
}

.faq__item-accordion::after {
    right: 5px;
    width: 2px;
    height: 12px;
}

.faq__item-accordion:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid #cccdcd;
}

.faq__item-accordion.accordionFaq--active::after {
    top: 4px;
    background-color: #000706;
    transform: rotate(-90deg) translateY(0%);
}

.faq__item h3 {
    position: relative;
    padding-left: 32px;
    padding-right: 24px;
    font-weight: 600;
    font-size: 18px;
}

.faq__item h3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url('/img/icons/question.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.23s ease-in-out;
}

.faq__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}

.faq__item-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.faq__item p,
.faq__item ol li,
.faq__item ul li {
    color: #4d4f4f;
}

.faq__item ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.faq__item ul li {
    position: relative;
    padding-left: 24px;
}

.faq__item ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
    width: 6px;
    height: 6px;
    background-color: #0a514c;
    border-radius: 50%;
}

.faq__item ol {
    display: flex;
    flex-direction: column;
    gap: 8px;
    counter-reset: num;
}

.faq__item ol li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.faq__item ol li::before {
    content: counter(num) '.';
    counter-increment: num;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .faq__inner {
        grid-template-columns: 1fr;
    }

    .faq__inner-box + .faq__inner-box {
        display: none;
    }
}

/*--faq end--*/

/*--expert start--*/
.expert {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
}
.expert__item {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: clamp(12px, calc(12px + 20 * ((100vw - 320px) / 1120)), 32px);
}
.expert__item-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.expert__item-text {
    color: #4D4F4F;
}
.expert__item-link {
    width: fit-content;
}
.expert__user {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
}
.expert__item-avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}
.expert__user-column {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.expert__user-name {
    font-weight: 600;
    font-size: 18px;
}
.expert__user-who {
    color: #4D4F4F;
}

@media (max-width: 768px) {
    .expert__item {
        grid-template-columns: 1fr;
    }
}
/*--expert end--*/

/*--footer start--*/
.footer {
    padding-top: clamp(47px, calc(47px + 13 * ((100vw - 320px) / 1120)), 60px);
    padding-bottom: 32px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    background-color: #0a514c;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.9);
}
.footer a:not([class]) {
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
.footer a:not([class])::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.9);
    transition: width 0.23s ease-in-out;
}
.footer a:not([class]):hover::after {
    width: 100%;
}
.footer .logo__img {
    width: fit-content;
    height: clamp(32px, calc(32px + 16 * ((100vw - 320px) / 1120)), 48px);
}
.footer__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.footer__box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    gap: clamp(32px, calc(32px + 32 * ((100vw - 320px) / 1120)), 64px);
}
.footer__box:first-child {
    margin-bottom: clamp(0px, calc(0px + 16 * ((100vw - 320px) / 1120)), 16px);
}
.footer__box:has(.footer__brand):not(.footer__box--alt) {
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
}
.footer__box--alt {
    grid-template-columns: max-content 1fr;
}
.footer__box--alt .footer__brand {
    grid-column: unset;
    margin-left: auto;
}
.footer__box p {
    max-width: 454px;
}
.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: clamp(6px, calc(6px + 10 * ((100vw - 320px) / 1120)), 16px);
}
.footer__contacts a {
    line-height: 2.2;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
.footer__contacts-title {
    font-weight: 600;
    font-size: 14px;
}
.footer__contacts-text {
    font-size: 12px;
    line-height: 2.2;
}
.footer p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}
.footer__title {
    font-weight: 600;
    font-size: 14px;
    text-transform: lowercase;
}
.footer__title::first-letter {
    text-transform: uppercase;
}
.footer__brand,
.footer__column,
.footer__block {
    grid-column: span 2;
}
.footer__block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer__column {
    display: flex;
    flex-direction: column;
    gap: clamp(6px, calc(6px + 2 * ((100vw - 320px) / 1120)), 8px);
}
.footer__brand {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: clamp(16px, calc(16px + 16 * ((100vw - 320px) / 1120)), 32px);
    row-gap: 16px;
}
.footer__brand-img {
    max-height: 24px;
    opacity: 0.6;
    object-fit: contain;
    transition: opacity 0.23s ease-in-out;
}
.footer__brand-img:hover {
    opacity: 1;
}
.footer__brand--alt .footer__brand-img {
    opacity: 1;
}
.footer__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    gap: clamp(32px, calc(32px + 32 * ((100vw - 320px) / 1120)), 64px);
}
.footer__items-item {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, calc(12px + 20 * ((100vw - 320px) / 1120)), 32px);
}
.footer__items-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer__items p {
    font-size: 14px;
}
.footer__bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(24px, calc(24px + 8 * ((100vw - 320px) / 1120)), 32px);
    padding-top: 32px;
}
.footer__bottom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 36px);
    height: calc(100% + 32px);
    background-color: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}
.footer__bottom-box {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}
.footer__bottom .footer__box:has(.footer__brand):not(.footer__box--alt) {
    padding: unset;
    border: unset;
    margin-bottom: unset;
}
.footer__info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer__info-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    opacity: 0.6;
    transition: opacity 0.23s ease-in-out;
}
.footer__info-img:hover {
    opacity: 1;
}
.footer__links ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: clamp(12px, calc(12px + 8 * ((100vw - 320px) / 1120)), 20px);
    row-gap: 12px;
}
.footer__copy {
    opacity: 0.5;
}

@media (max-width: 992px) {
    .footer {
        margin-bottom: 80px;
    }
    .footer__box {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .footer__box:has(.footer__brand) {
        align-items: unset;
    }
    .footer__box--alt .footer__brand {
        margin-left: unset;
    }
    .footer__box p,
    .footer p {
        max-width: unset;
    }
    .footer__brand,
    .footer__column,
    .footer__block {
        grid-column: unset;
    }
}
/*--footer end--*/

/*--roulette cards--*/
.roulette-cards {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 500px) {
    .roulette-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .roulette-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.roulette-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .08);
    overflow: hidden;
}
.roulette-card__image {
    width: 100%;
    height: auto;
    display: block;
}
.roulette-card__body {
    padding: 1rem 1rem 1.25rem;
}
.roulette-card__title {
    margin: 0 0 .75rem;
    font-weight: 700;
}
.roulette-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    margin-top: .75rem;
    gap: .5rem;
    text-decoration: none;
    background: #0a514c;
    border: 1px solid #0a514c;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.roulette-card__cta:hover {
    background: #073b37;
    border-color: #073b37;
    color: #fff;
}

/*--live roulette cards--*/
.live-roulette-cards {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 500px) {
    .live-roulette-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .live-roulette-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.live-roulette-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .08);
    overflow: hidden;
}
.live-roulette-card__image {
    width: 100%;
    height: auto;
    display: block;
}
.live-roulette-card__body {
    padding: 1rem;
}
.live-roulette-card__title {
    margin: 0 0 .75rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*--roulette cards end--*/
