@font-face {
	font-family: Helvetica;
	font-display: swap;
	src: url(../fonts/Helvetica-Bold.woff2) format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Helvetica;
	font-display: swap;
	src: url(../fonts/Helvetica.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: icons;
	font-display: swap;
	src: url(../fonts/icons.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
}
[class*='_icon-']::before {
	font-family: icons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
._icon-arrow_btn:before {
	content: '\e900';
}
._icon-arrow_down:before {
	content: '\e901';
}
._icon-arrow_more:before {
	content: '\e902';
}
._icon-arrow_pagin:before {
	content: '\e903';
}
._icon-headphones:before {
	content: '\e904';
}
._icon-info:before {
	content: '\e905';
}
._icon-play:before {
	content: '\e906';
}
._icon-search:before {
	content: '\e907';
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
*::after,
*::before {
	box-sizing: border-box;
}
*::after,
*::before {
	display: inline-block;
}
:active,
:focus {
	outline: 0;
}
a:active,
a:focus {
	outline: 0;
}
.load * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
body,
html {
	height: 100%;
	min-width: 320px;
}
body {
	color: var(--white);
	background-color: var(--bg-primary);
	line-height: 1.5;
	font-family: var(--font-family);
	font-size: 0.875rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
}
button,
input,
textarea {
	font-family: var(--font-family);
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.2s ease-in-out 0s;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
option,
select {
	cursor: pointer;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.2s ease-in-out 0s;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	touch-action: manipulation;
}
a {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	touch-action: manipulation;
}
ul li {
	margin: 0 0 10px 0;
}
ul,
ol {
	padding: 0 0 0 20px;
	margin: 15px 0;
}

img {
	vertical-align: top;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-size: inherit;
	text-transform: uppercase;
}
.h1,
h1 {
	font-size: 52px;
	line-height: 130%;
}
.h2,
h2 {
	font-size: 44px;
	line-height: 130%;
}
.h3,
h3 {
	font-size: 32px;
	line-height: 120%;
}
.lock body {
	overflow: hidden;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}
.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
@supports (overflow: clip) {
	.wrapper {
		overflow: clip;
	}
}
.wrapper > main {
	flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}
[class*='__container'] {
	max-width: 78.125rem;
	margin: 0 auto;
	padding: 0 2.5rem;
}
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	max-width: 230px;
	height: 44px;
	border-radius: 2px;
	padding: 12px 28px;
	border: 1px solid var(--primary);
	background-color: var(--primary);
	color: var(--bg-primary);
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	outline: 0;
	transition: all 0.2s ease-in-out 0s;
}
.btn.disabled,
.btn:disabled {
	pointer-events: none;
	opacity: 0.6;
}
.btn-secondary {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	max-width: 230px;
	height: 44px;
	border-radius: 2px;
	padding: 12px 28px;
	border: 1px solid var(--primary);
	color: var(--primary);
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	outline: 0;
	transition: all 0.2s ease-in-out 0s;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	pointer-events: none;
	opacity: 0.6;
}
input[type='email'],
input[type='tel'],
input[type='text'],
textarea {
	-webkit-appearance: none;
	appearance: none;
}
input,
textarea {
	display: block;
	width: 100%;
	padding: 14px 16px;
	font-size: 12px;
	line-height: 15px;
	color: var(--white);
	background-color: var(--bg-secondary);
	border-radius: 4px;
	height: 46px;
	transition: all 0.2s ease-in-out;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--text-primary);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: var(--text-primary);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: var(--text-primary);
}
input::placeholder,
textarea::placeholder {
	color: var(--text-primary);
}
._form-valid input,
._form-valid textarea {
	background-color: var(--bg-secondary-hover);
}
input._form-error,
textarea._form-error {
	border-color: #a50236;
}
input:disabled,
textarea:disabled {
	pointer-events: none;
	opacity: 0.1;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: none !important;
	color: var(--white);
	-webkit-text-fill-color: var(--white);
	-webkit-transition: all 5000s ease-in-out 0s;
	transition: all 5000s ease-in-out 0s;
}
textarea {
	height: 160px !important;
	resize: none;
}
input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
input[placeholder]:not([data-placeholder-nohiden])::placeholder {
	transition: opacity 0.3s;
}
input[placeholder]:not(
		[data-placeholder-nohiden]
	):focus::-webkit-input-placeholder {
	opacity: 0;
}
input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
	opacity: 0;
}
input[placeholder]:not(
		[data-placeholder-nohiden]
	):focus::-ms-input-placeholder {
	opacity: 0;
}
input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
	opacity: 0;
}
._form-error {
	position: relative;
}
.form__error {
	position: absolute;
	width: -webkit-max-content;
	width: max-content;
	top: calc(100% + 12px);
	left: 0;
	color: #a50236;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.28px;
	word-break: keep-all;
}
.spollers {
	display: grid;
	gap: 8px;
}
.spollers__item {
	background: #f5f5f5;
	border-radius: 4px;
}
.spollers__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	width: 100%;
	cursor: default;
	text-align: left;
	padding: 0.625rem 0.9375rem;
	border-radius: 0.3125rem;
	position: relative;
	list-style: none;
	transition: all 0.2s ease-in-out 0s;
}
.spollers__title::before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 12px;
	transition: all 0.2s ease-in-out 0s;
}
.spollers__title h3 {
	font-size: 16px;
	line-height: 22px;
	text-transform: inherit;
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
	display: none;
}
._spoller-init .spollers__title {
	cursor: pointer;
}
._spoller-init .spollers__title._spoller-active::before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.spollers__body {
	background: var(--white);
	color: #1c1d24;
	margin: 6px;
	padding: 10px 30px;
}
.spollers__body ol:not(:last-child),
.spollers__body p:not(:last-child),
.spollers__body ul:not(:last-child) {
	margin: 0 0 8px 0;
}
.spollers__body ul {
	display: flex;
	flex-direction: column;
}
.spollers__body ul li {
	position: relative;
	padding-left: 20px;
}
.spollers__body ul li:not(:last-child) {
	margin: 0 0 2px 0;
}
.spollers__body ul li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--primary);
}
.spollers__body ul li p:not(:last-child) {
	margin: 0;
}
.spollers__body h1,
.spollers__body h2,
.spollers__body h3,
.spollers__body h4,
.spollers__body h5,
.spollers__body h6 {
	font-size: 18px;
	line-height: normal;
	text-transform: inherit;
}
.spollers__body h1:not(:last-child),
.spollers__body h2:not(:last-child),
.spollers__body h3:not(:last-child),
.spollers__body h4:not(:last-child),
.spollers__body h5:not(:last-child),
.spollers__body h6:not(:last-child) {
	margin: 0 0 20px 0;
}
.spollers__body table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	white-space: nowrap;
	margin: 32px 0;
}
.spollers__body table td {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 12px;
}
.spollers__body table td:not(:last-child) {
	border-right: 1px solid var(--white);
}
.spollers__body table tr {
	border: 1px solid var(--white);
}
[data-showmore-content] ol:not(:last-child),
[data-showmore-content] p:not(:last-child),
[data-showmore-content] ul:not(:last-child) {
	margin: 0 0 8px 0;
}
[data-showmore-content] ul {
	display: flex;
	flex-direction: column;
}
[data-showmore-content] ul li {
	position: relative;
	padding-left: 20px;
}
[data-showmore-content] ul li:not(:last-child) {
	margin: 0 0 2px 0;
}
[data-showmore-content] ul li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--primary);
}
[data-showmore-content] ul li p:not(:last-child) {
	margin: 0;
}
[data-showmore-content] h1,
[data-showmore-content] h2,
[data-showmore-content] h3,
[data-showmore-content] h4,
[data-showmore-content] h5,
[data-showmore-content] h6 {
	font-size: 18px;
	line-height: normal;
	text-transform: inherit;
}
[data-showmore-content] h1:not(:last-child),
[data-showmore-content] h2:not(:last-child),
[data-showmore-content] h3:not(:last-child),
[data-showmore-content] h4:not(:last-child),
[data-showmore-content] h5:not(:last-child),
[data-showmore-content] h6:not(:last-child) {
	margin: 0 0 20px 0;
}
[data-showmore-content] table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	white-space: nowrap;
	margin: 32px 0;
}
[data-showmore-content] table td {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 12px;
}
[data-showmore-content] table td:not(:last-child) {
	border-right: 1px solid var(--white);
}
[data-showmore-content] table tr {
	border: 1px solid var(--white);
}
[data-showmore-button] {
	margin-top: 8px;
	color: var(--primary);
	font-weight: 700;
}
[data-showmore-button] span:last-child {
	display: none;
}
._showmore-active [data-showmore-button] span {
	display: none;
}
._showmore-active [data-showmore-button] span:last-child {
	display: block;
}
.ibg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.ibg--top {
	-o-object-position: top;
	object-position: top;
}
.ibg--bottom {
	-o-object-position: bottom;
	object-position: bottom;
}
.ibg--left {
	-o-object-position: left;
	object-position: left;
}
.ibg--right {
	-o-object-position: right;
	object-position: right;
}
.ibg--contain {
	-o-object-fit: contain;
	object-fit: contain;
}
.lazy_image img {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	opacity: 0;
	transition:
		opacity 0.2s ease,
		-webkit-filter 0.2s ease;
	transition:
		filter 0.2s ease,
		opacity 0.2s ease;
	transition:
		filter 0.2s ease,
		opacity 0.2s ease,
		-webkit-filter 0.2s ease;
}
.lazy_image img._lazy-loaded {
	filter: blur(0);
	-webkit-filter: blur(0);
	opacity: 1;
}
.text-l {
	font-size: 24px;
	line-height: 24px;
}
.text-m {
	font-size: 18px;
	line-height: 22px;
}
.text-s {
	font-size: 14px;
	line-height: 20px;
}
.text-xs {
	font-size: 10px;
	line-height: 18px;
}
.breadcrumb {
	position: relative;
	z-index: 2;
	padding: 100px 0 0 0;
}
.breadcrumb__list {
	display: flex;
	align-items: center;
	position: relative;
	white-space: nowrap;
	width: 100%;
	overflow-x: scroll;
	overflow-y: clip;
	box-sizing: border-box;
	-webkit-box-orient: horizontal;
	scrollbar-width: none;
}
.breadcrumb__list::-webkit-scrollbar {
	width: 0 !important;
	height: 0 !important;
	display: none;
}
.breadcrumb__item {
	display: flex;
	align-items: center;
}
.breadcrumb__item h1 {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	text-transform: inherit;
}
.breadcrumb__item:not(:last-child) {
	margin: 0 9px 0 0;
}
.breadcrumb__item:not(:first-child)::before {
	content: '/';
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 9px 0 0;
}
.breadcrumb__link {
	color: var(--primary);
}
.breadcrumb__active {
	color: var(--white);
}
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	background-color: var(--secondary);
}
.header._header-scroll {
	transition: top 0.4s ease 0s;
	top: -160px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.header._header-show {
	top: 0;
	transition: top 0.2s ease 0s;
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
	position: relative;
	padding: 8px 0;
}
.header__left {
	display: flex;
	align-items: center;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}
.header__logo {
	flex-shrink: 0;
}
.header__logo img {
	width: 120px;
}
.header__logo div {
	font-size: 24px;
	font-weight: 700;
	color: var(--primary);
	font-style: italic;
}
.header__logo div span {
	color: var(--white);
}
.header__box {
	display: flex;
	align-items: center;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}
.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}
.header__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}
.header__link {
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 150%;
	font-weight: 700;
}
.header__actions {
	display: flex;
	align-items: center;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
	position: relative;
	z-index: 22;
}
.header__buttons {
	display: flex;
	align-items: center;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
}
.header__button {
	width: 98px;
	white-space: nowrap;
	height: 34px;
	padding: 8px 22px;
}
.header__menu {
	display: none;
}
.header__icon {
	position: relative;
	width: 1.5rem;
	height: 1rem;
	z-index: 5;
}
.header__icon span,
.header__icon::after,
.header__icon::before {
	content: '';
	transition: all 0.3s ease 0s;
	right: 0;
	position: absolute;
	width: 50%;
	height: 0.125rem;
	border-radius: 2px;
	background-color: var(--white);
}
.header__icon::before {
	top: 0;
	right: auto;
	left: 0;
}
.header__icon::after {
	bottom: 0;
}
.header__icon span {
	width: 100%;
	top: calc(50% - 0.0625rem);
}
.menu-open .header__icon span {
	width: 0;
}
.menu-open .header__icon::before {
	width: 100%;
	top: calc(50% - 0.0625rem);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 0;
	left: auto;
}
.menu-open .header__icon::after {
	width: 100%;
	bottom: calc(50% - 0.0625rem);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.search {
	position: relative;
	z-index: 22;
	max-width: 180px;
}
.search__form {
	position: relative;
}
.search__input {
	padding: 8px 82px 8px 18px;
	height: 34px;
}
.search__button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 4px 4px 0;
	height: 100%;
	background-color: var(--button);
}
.search__button::before {
	font-weight: 700;
	font-size: 18px;
	transition: all 0.2s ease-in-out 0s;
}
.search__button:active {
	background-color: var(--bg-secondary-hover);
}
.search__clear {
	position: absolute;
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	top: 0;
	right: 40px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}
.search__clear::before {
	content: '×';
	display: block;
	margin-bottom: 8px;
	font-size: 24px;
	transition: all 0.2s ease-in-out;
}
.search__clear.visible {
	opacity: 1;
	visibility: visible;
}
.search__clear:active::before {
	opacity: 0.6;
}
.footer {
	background-color: var(--secondary);
	padding: 42px 0;
}
.footer__main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-column-gap: 48px;
	-moz-column-gap: 48px;
	column-gap: 48px;
}
.footer__logo {
	flex-shrink: 0;
}
.footer__logo img {
	width: 120px;
}
.footer__logo div {
	font-size: 24px;
	font-weight: 700;
	color: var(--primary);
	font-style: italic;
}
.footer__logo div span {
	color: var(--white);
}
.footer__right {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-column-gap: 48px;
	-moz-column-gap: 48px;
	column-gap: 48px;
}
.footer__navigation {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-column-gap: 48px;
	-moz-column-gap: 48px;
	column-gap: 48px;
}
.footer__title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 16px;
}
.footer__item:not(:last-child) {
	margin: 0 0 12px 0;
}
.footer__link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	white-space: wrap;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	font-weight: 700;
}
.footer__link::before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 20px;
	color: var(--primary);
}
.footer__bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	margin-top: 32px;
}
.footer__policy {
	width: 33px;
	flex-shrink: 0;
}
.footer__copyright {
	color: rgba(255, 255, 255, 0.3);
}
.footer__wrapper {
	display: flex;
	align-items: stretch;
	justify-content: center;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
.footer__slider {
	margin-top: 32px;
	position: relative;
	padding: 28px 92px;
	background-color: rgba(255, 255, 255, 0.01);
}
.footer__slide {
	align-items: center;
	justify-content: center;
	opacity: 0.15;
	transition: all 0.2s ease-in-out 0s;
	display: none;
}
.footer__slide:nth-child(-n + 7) {
	display: flex;
}
.footer__slide img {
	width: 102px;
}
.swiper__buttons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}
.swiper__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background-color: var(--secondary);
}
.swiper__button::before {
	font-weight: 700;
	opacity: 0.15;
	transition: all 0.2s ease-in-out 0s;
}
.footer__slider .swiper__button {
	position: absolute;
	top: 30%;
}
.swiper__button.swiper-button-disabled {
	opacity: 0.3;
	pointer-events: none;
}
.swiper__button-prev {
	left: 0;
}
.swiper__button-prev::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.swiper__button-next {
	right: 0;
}
.content-block {
	margin-bottom: 48px;
}
.content-block__wrapper {
	color: rgba(28, 29, 36, 0.9);
	background-color: var(--white);
	border-radius: 6px;
	padding: 32px 74px 56px;
}
.content-block__wrapper h1,
.content-block__wrapper h2,
.content-block__wrapper h3,
.content-block__wrapper h4,
.content-block__wrapper h5,
.content-block__wrapper h6 {
	text-transform: inherit;
}
.content-block__wrapper h1:not(:last-child),
.content-block__wrapper h2:not(:last-child),
.content-block__wrapper h3:not(:last-child),
.content-block__wrapper h4:not(:last-child),
.content-block__wrapper h5:not(:last-child),
.content-block__wrapper h6:not(:last-child) {
	margin: 0 0 10px 0;
}
.content-block__wrapper h1 {
	font-size: 42px;
	line-height: 120%;
}
.content-block__wrapper h2 {
	font-size: 36px;
	line-height: 120%;
}
.content-block__wrapper h3 {
	font-size: 20px;
}
.content-block__wrapper h4,
.content-block__wrapper h5,
.content-block__wrapper h6 {
	font-size: 18px;
}
.content-block__wrapper ol:not(:last-child),
.content-block__wrapper p:not(:last-child),
.content-block__wrapper ul:not(:last-child) {
	margin: 0 0 16px 0;
}
.content-block__wrapper img {
	width: 100%;
	max-width: 520px;
	margin: 0 auto 24px auto;
	display: block;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.content-block__wrapper p a {
	display: inline;
	width: -webkit-min-content;
	width: min-content;
	padding: 2px 8px;
	text-decoration: underline;
}
.content-block__wrapper ol li,
.content-block__wrapper ul li {
	margin: 0 0 0 16px;
	padding: 0 0 8px 4px;
}
.content-block__wrapper ol li::marker,
.content-block__wrapper ul li::marker {
	color: var(--primary);
}
.content-block__wrapper ol li:last-child,
.content-block__wrapper ul li:last-child {
	padding: 0 0 0 4px;
}
.content-block__wrapper ul li {
	position: relative;
}
.content-block__wrapper ul li::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 5px;
	left: -14px;
	background-color: var(--primary);
}
.content-block__wrapper blockquote {
	margin: 91px auto 75px auto;
	max-width: 100%;
	width: 457px;
	position: relative;
	color: #171b26;
	font-size: 24px;
	line-height: 86%;
	letter-spacing: -0.72px;
}
.content-block__wrapper table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	white-space: nowrap;
	margin: 32px 0;
}
.content-block__wrapper table td {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 12px;
}
.content-block__wrapper table td:not(:last-child) {
	border-right: 1px solid var(--white);
}
.content-block__wrapper table tr {
	border: 1px solid var(--white);
}
.main {
	position: relative;
	padding: 60px 0;
}

.main__wrapper {
	position: relative;
	z-index: 2;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.main__title {
	color: var(--primary);
	margin-bottom: 24px;
}
.main__text {
	margin-bottom: 24px;
}
.main__bg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
}
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	width: -webkit-max-content;
	width: max-content;
	margin: 0 auto;
	border-radius: 12px;
	padding: 8px 16px;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	background-color: rgba(255, 255, 255, 0.3);
}
.pagination__button-prev::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pagination__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
}
.pagination__dotts {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8px;
	height: 8px;
	border-radius: 12px;
	background-color: var(--primary);
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
}
.pagination__dotts.active {
	width: 32px;
}
.filter {
	padding: 48px 0 32px 0;
}
.filter__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	background-color: var(--secondary);
	padding: 16px;
	border-radius: 8px;
}
.filter__box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}
.filter__search {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	font-size: 20px;
	border-radius: 4px;
	background-color: var(--bg-secondary);
}
.category {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 4px;
}
.category__button {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	padding: 11px 12.5px;
}
.category__button.active {
	background-color: rgba(32, 102, 74, 0.4);
	border-radius: 6px;
	color: var(--primary);
}
.games {
	margin-bottom: 48px;
}
.games__title--top {
	font-weight: 700;
	opacity: 0.3;
}
.games__wrapper {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 24px 16px;
	margin-top: 24px;
}
.games__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	width: calc((100% - 112px) / 8);
	min-height: 180px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.games__link::before {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	color: var(--bg-secondary);
	transition: all 0.2s ease-in-out 0s;
	background-color: var(--primary);
	z-index: 3;
}
.games__link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: var(--gradient-accent);
	z-index: 1;
}
.games__link:hover::before {
	opacity: 1;
	visibility: visible;
}
.games__content {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	justify-content: space-between;
}
.games__image {
	padding-bottom: 75%;
}
.games__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
}
.games__info {
	position: relative;
	z-index: 2;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.games__title {
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 120%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-shadow: 0.6px 0 0 #fff;
	overflow: hidden;
}
.games__text {
	font-size: 9px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.games__more {
	margin: 32px auto 0 auto;
}
.sort {
	display: flex;
	align-items: center;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}
.sort__main {
	position: relative;
	cursor: pointer;
}
.sort__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 8px 16px;
	width: 160px;
	height: 36px;
	text-overflow: ellipsis;
	background-color: var(--bg-secondary);
	border-radius: 4px;
	white-space: nowrap;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	transition: all 0.2s ease-in-out 0s;
}
.sort__button::before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	height: 10px;
	font-size: 9px;
	color: var(--primary);
	transition: all 0.2s ease-in-out;
}
.sort__button.active::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sort__button--text {
	display: inline-flex;
	align-items: center;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 106px;
}
.sort__list {
	position: absolute;
	right: 0;
	top: calc(100% + 0.75rem);
	min-width: 110px;
	width: 100%;
	max-width: 220px;
	text-align: center;
	background-color: var(--bg-secondary);
	border-radius: 4px;
	padding: 8px;
	list-style-type: none;
	z-index: 6;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}
.sort__list.visible {
	opacity: 1;
	visibility: visible;
}
.sort__item {
	text-align: left;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}
.sort__item input {
	width: 0;
	height: 0;
	padding: 0;
	position: absolute;
	border: none;
}
.sort__item:not(:last-child) {
	margin: 0 0 2px 0;
}
.sort__label {
	width: 100%;
	padding: 8px;
	cursor: pointer;
}
.faq {
	margin-bottom: 48px;
}
.faq__wrapper {
	color: rgba(28, 29, 36, 0.9);
	background-color: var(--white);
	border-radius: 6px;
	padding: 32px 74px 56px;
}
.faq__title {
	text-transform: inherit;
}
.faq__spollers {
	margin-top: 32px;
}
.seo-block {
	margin-bottom: 48px;
}
.seo-block__wrapper {
	background-color: var(--secondary);
	border-radius: 6px;
	padding: 32px 74px 56px;
}
.seo-block__title {
	text-transform: inherit;
	margin-bottom: 32px;
}
.providers {
	margin-bottom: 48px;
}
.providers__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}
.providers__title {
	font-weight: 700;
	opacity: 0.3;
}
.providers__wrapper {
	margin-top: 24px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
.providers__slide {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: var(--secondary);
	padding: 7px 8px;
	transition: all 0.2s ease-in-out 0s;
	display: none;
}
.providers__slide:nth-child(-n + 7) {
	display: flex;
}
.providers__slide img {
	width: 102px;
}
.table {
	margin-bottom: 48px;
}
.table__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}
.table__title {
	font-weight: 700;
	opacity: 0.3;
}
.table__body {
	margin-top: 24px;
	overflow-y: hidden;
	overflow-x: unset;
}
.table__main {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
.table__main thead tr th {
	padding: 12px 24px;
	display: table-cell;
	text-align: left;
	color: var(--primary);
}
.table__main td {
	font-weight: 700;
}
.table__main tbody {
	display: table-row-group;
}
.table__main tbody td {
	display: table-cell;
	padding: 12px 24px;
	cursor: pointer;
}
.table__main tbody tr {
	display: table-row;
	vertical-align: middle;
	outline: 0;
}
.table__main tbody tr:nth-child(odd) {
	background-color: var(--tab-accent);
}
.table__box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
}
.table__image {
	width: 24px;
	flex-shrink: 0;
}
.table__image img {
	border-radius: 4px;
	overflow: hidden;
}
.sort-table {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}
.sort-table__button {
	border-radius: 4px;
	padding: 8px 16px;
}
.sort-table__button.active {
	background-color: var(--tab);
	color: #fff;
}
@media (max-width: 61.99875em) {
	.h1,
	h1 {
		font-size: 44px;
		line-height: 120%;
	}
	.h2,
	h2 {
		font-size: 38px;
		line-height: 120%;
	}
	[class*='__container'] {
		padding: 0 1.25rem;
	}
	.spollers__body table {
		width: -webkit-max-content;
		width: max-content;
		max-width: 100%;
		overflow-x: auto;
		display: block;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.spollers__body {
		padding: 10px 15px;
	}
	[data-showmore-content] table {
		width: -webkit-max-content;
		width: max-content;
		max-width: 100%;
		overflow-x: auto;
		display: block;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.header::before {
		content: '';
		background-color: rgba(0, 0, 0, 0.5);
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity 0.8s ease 0s;
		pointer-events: none;
		z-index: 2;
	}
	.menu-open .header::before {
		opacity: 1;
	}
	.header__logo {
		position: relative;
		z-index: 22;
	}
	.header__logo div {
		font-size: 22px;
	}
	.header__main {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		transition: all 0.2s ease-in-out 0s;
		z-index: 11;
	}
	.menu-open .header__main {
		opacity: 1;
		visibility: visible;
	}
	.menu-open .header__main::before {
		opacity: 1;
		visibility: visible;
	}
	.header__inner {
		flex-direction: column;
		row-gap: 44px;
		margin: 0;
		padding: 130px 54px 80px 54px;
		box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
		background: var(--bg-primary);
	}
	.header__nav {
		width: 100%;
		position: relative;
	}
	.header__list {
		flex-direction: column;
		margin: 0 auto;
	}
	.header__item:not(:last-child) {
		margin: 0 0 30px 0;
	}
	.header__link {
		font-size: 24px;
	}
	.header__menu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
	}
	.footer__main {
		flex-direction: column;
		row-gap: 32px;
	}
	.footer__logo {
		position: relative;
		z-index: 22;
	}
	.footer__logo div {
		font-size: 22px;
	}
	.footer__navigation {
		flex-wrap: wrap;
		gap: 32px;
	}
	.footer__column {
		width: calc(50% - 16px);
	}
	.footer__slider {
		padding: 28px 62px;
	}
	.footer__slide:nth-child(-n + 7) {
		display: none;
	}
	.footer__slide:nth-child(-n + 5) {
		display: flex;
	}
	.content-block__wrapper table {
		width: -webkit-max-content;
		width: max-content;
		max-width: 100%;
		overflow-x: auto;
		display: block;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.content-block__wrapper {
		padding: 32px 32px 56px;
	}
	.main__content {
		text-align: center;
	}
	.main__link {
		margin: 0 auto;
	}
	.filter__wrap {
		flex-direction: column;
	}
	.games__wrapper {
		gap: 16px;
	}
	.games__link {
		width: calc((100% - 80px) / 6);
	}
	.faq__wrapper {
		padding: 32px 32px 56px;
	}
	.seo-block__wrapper {
		padding: 32px 32px 56px;
	}
	.providers__slide:nth-child(-n + 7) {
		display: none;
	}
	.providers__slide:nth-child(-n + 5) {
		display: flex;
	}
}
@media (max-width: 61.99875em) and (any-hover: none) {
	.header__menu {
		cursor: default;
	}
	.header__menu:active .header__icon span,
	.header__menu:active .header__icon::after,
	.header__menu:active .header__icon::before {
		background-color: var(--white);
	}
}
@media (max-width: 61.99875em) and (any-hover: hover) {
	.header__menu:hover .header__icon span,
	.header__menu:hover .header__icon::after,
	.header__menu:hover .header__icon::before {
		background-color: var(--white);
	}
}
@media (max-width: 47.99875em) {
	.h1,
	h1 {
		font-size: 38px;
	}
	.h2,
	h2 {
		font-size: 28px;
	}
	.h3,
	h3 {
		font-size: 22px;
	}
	[class*='__container'] {
		padding: 0 1rem;
	}
	.form__error {
		font-size: 12px;
		line-height: 14px;
		letter-spacing: normal;
	}
	.spollers__body h1,
	.spollers__body h2,
	.spollers__body h3,
	.spollers__body h4,
	.spollers__body h5,
	.spollers__body h6 {
		font-size: 14px;
		line-height: 16px;
	}
	.spollers__body h1:not(:last-child),
	.spollers__body h2:not(:last-child),
	.spollers__body h3:not(:last-child),
	.spollers__body h4:not(:last-child),
	.spollers__body h5:not(:last-child),
	.spollers__body h6:not(:last-child) {
		margin: 0 0 12px 0;
	}
	.spollers__body {
		padding: 10px;
	}
	[data-showmore-content] h1,
	[data-showmore-content] h2,
	[data-showmore-content] h3,
	[data-showmore-content] h4,
	[data-showmore-content] h5,
	[data-showmore-content] h6 {
		font-size: 14px;
		line-height: 16px;
	}
	[data-showmore-content] h1:not(:last-child),
	[data-showmore-content] h2:not(:last-child),
	[data-showmore-content] h3:not(:last-child),
	[data-showmore-content] h4:not(:last-child),
	[data-showmore-content] h5:not(:last-child),
	[data-showmore-content] h6:not(:last-child) {
		margin: 0 0 12px 0;
	}
	.text-l {
		font-size: 20px;
	}
	.text-s {
		font-size: 12px;
		line-height: 20px;
	}
	.breadcrumb__list {
		font-size: 12px;
		line-height: 16px;
	}
	.header__left {
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
	.search__input {
		padding: 8px 82px 8px 8px;
	}
	.footer__slider {
		padding: 28px 48px;
	}
	.content-block__wrapper {
		padding: 32px 16px;
	}
	.main {
		padding: 40px 0;
	}
	.filter__wrap {
		row-gap: 24px;
	}
	.filter__box {
		width: 100%;
		justify-content: center;
	}
	.category__button {
		padding: 8px;
		font-size: 13px;
	}
	.games__wrapper {
		gap: 8px;
	}
	.games__link {
		width: calc((100% - 24px) / 4);
	}
	.sort__button--text {
		max-width: calc(100% - 32px);
	}
	.sort__list {
		max-width: 180px;
	}
	.faq__wrapper {
		padding: 32px 16px;
	}
	.seo-block__wrapper {
		padding: 32px 16px;
	}
	.table__header {
		flex-direction: column;
		row-gap: 16px;
		align-items: flex-start;
	}
}
@media (max-width: 29.99875em) {
	.text-m {
		font-size: 16px;
	}
	.footer__navigation {
		flex-direction: column;
	}
	.games__link {
		width: calc((100% - 8px) / 2);
	}
	.sort {
		width: 100%;
	}
	.sort__main {
		width: 100%;
	}
	.sort__button {
		width: 100%;
	}
	.sort__list {
		max-width: 100%;
	}
}
@media (any-hover: hover) {
	.btn:hover {
		color: var(--primary);
		background-color: rgba(0, 0, 0, 0);
	}
	.btn-secondary:hover {
		color: var(--bg-primary);
		background-color: var(--primary);
	}
	input:hover,
	textarea:hover {
		background-color: var(--bg-secondary-hover);
	}
	.spollers__title:hover {
		opacity: 0.6;
	}
	[data-showmore-button]:hover {
		opacity: 0.6;
	}
	.breadcrumb__link:hover {
		text-decoration: underline;
	}
	.header__link:hover {
		color: var(--primary);
	}
	.search__button:hover {
		background-color: var(--bg-secondary-hover);
	}
	.search__clear:hover::before {
		opacity: 0.6;
	}
	.footer__link:hover {
		color: var(--primary);
	}
	.footer__slide:hover {
		opacity: 1;
	}
	.swiper__button:hover::before {
		opacity: 1;
	}
	.content-block__wrapper p a:hover {
		opacity: 0.8;
	}
	.pagination__button:hover {
		opacity: 0.6;
	}
	.pagination__dotts:hover {
		opacity: 0.8;
	}
	.filter__search:hover {
		color: var(--primary);
	}
	.category__button:hover {
		color: var(--primary);
	}
	.sort__button:hover {
		color: var(--primary);
	}
	.sort__item:hover {
		color: var(--bg-primary);
		background-color: var(--primary);
	}
	.providers__slide:hover {
		opacity: 0.6;
	}
	.sort-table__button:hover {
		color: var(--primary);
	}
}
@media (any-hover: none) {
	.btn:active {
		color: var(--primary);
		background-color: rgba(0, 0, 0, 0);
	}
	.btn-secondary:active {
		color: var(--bg-primary);
		background-color: var(--primary);
	}
	input:active,
	textarea:active {
		background-color: var(--bg-secondary-hover);
	}
	.spollers__title:active {
		opacity: 0.6;
	}
	[data-showmore-button]:active {
		opacity: 0.6;
	}
	.breadcrumb__link:active {
		text-decoration: underline;
	}
	.header__link:active {
		color: var(--primary);
	}
	.footer__link:active {
		color: var(--primary);
	}
	.footer__slide:active {
		opacity: 1;
	}
	.swiper__button:active::before {
		opacity: 1;
	}
	.content-block__wrapper p a:active {
		opacity: 0.8;
	}
	.pagination__button:active {
		opacity: 0.6;
	}
	.pagination__dotts:active {
		opacity: 0.8;
	}
	.filter__search:active {
		color: var(--primary);
	}
	.category__button:active {
		color: var(--primary);
	}
	.sort__button:active {
		color: var(--primary);
	}
	.sort__item:active {
		color: var(--bg-primary);
		background-color: var(--primary);
	}
	.providers__slide:active {
		opacity: 0.6;
	}
	.sort-table__button:active {
		color: var(--primary);
	}
}

.table {
	width: 100%;
	overflow-x: auto;
	margin: 30px auto;
}

table {
	width: 100%;
	border-collapse: collapse;
}
table td,
table th {
	padding: 10px 15px;
	border: 1px solid white;
}

@media (max-width: 768px) {
	.header__search.search.search__form {
		display: none;
	}
}
