.container__body {
	padding-right: 12px;
	padding-left: 12px;
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

@media(min-width: 576px) {
	.container__body {
		max-width: 540px
	}
}

@media(min-width: 768px) {
	.container__body {
		max-width: 720px
	}
}

@media(min-width: 992px) {
	.container__body {
		max-width: 960px
	}
}

@media(min-width: 1200px) {
	.container__body {
		max-width: 1140px
	}
}

@media(min-width: 1400px) {
	.container__body {
		max-width: 1320px
	}
}

.container__body_md {
	padding-right: 12px;
	padding-left: 12px;
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

@media(min-width: 768px) {
	.container__body_md {
		max-width: 720px
	}
}

@media(min-width: 992px) {
	.container__body_md {
		max-width: 960px
	}
}

@media(min-width: 1200px) {
	.container__body_md {
		max-width: 1140px
	}
}

@media(min-width: 1400px) {
	.container__body_md {
		max-width: 1320px
	}
}

.container__body_lg {
	padding-right: 12px;
	padding-left: 12px;
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

@media(min-width: 992px) {
	.container__body_lg {
		max-width: 960px
	}
}

@media(min-width: 1200px) {
	.container__body_lg {
		max-width: 1140px
	}
}

@media(min-width: 1400px) {
	.container__body_lg {
		max-width: 1320px
	}
}

:root {
	--font-family: "Nunito Sans", helvetica, arial, sans-serif;
	--color-primary-black: #000;
	--color-primary-white: #fff;
	--color-accent-blue: #0050db;
	--color-palette-blue-green: #009ca2;
	--color-palette-charcoal: #22282e;
	--color-palette-cinnabar: #00ac7f; /*#e2223b*/;
	--color-palette-crimson: #e12b4b;
	--color-palette-dark-gray: #333;
	--color-palette-dark-slate-blue: #282a40;
	--color-palette-dark-slate-gray: #263238;
	--color-palette-ebony: #212121;
	--color-palette-folly: color-mix(in srgb, var(--color-palette-cinnabar), #fff 20%); /*#f62f51;*/
	--color-palette-goldenrod: #d99e22;
	--color-palette-gray: #767d87;
	--color-palette-klein-blue: #174e96;
	--color-palette-medium-aquamarine: #43c69d;
	--color-palette-paynes-gray: #404954;
	--color-palette-saffron: #f8b72e;
	--color-palette-sea-green: #3ac398;
	--color-palette-shamrock-green: #09a858;
	--color-palette-primary-green: #09aa59;
	--color-palette-primary-green-005: rgba(9 168 88 / 5%);
	--color-palette-slate-gray: #73777b;
	--color-palette-slate-gray-2: #b2b8c0;
	--color-palette-silver: #cacccd;
	--color-palette-very-light-gray: #f6f6f6;
	--color-palette-vivid-tangerine: #f64f64;
	--color-palette-platinum: #e1e4e6;
	--color-palette-red: #f31b4f;
	--color-t12-red-2: #f31b4f;
	--color-palette-black: #000;
	--color-palette-dark-goldenrod: #cd9520;
	--color-palette-manatee: #a8aeb6;
	--color-palette-mustard: #ebad2b;
	--color-palette-razzmatazz: #d12745;
	--color-palette-salmon: #f76779;
	--color-palette-sea-green-2: #3fbb94;
	--text-size-big: 18px;
	--text-size-regular: 16px;
	--text-size-small: 14px;
	--text-size-smallest: 12px;
	--font-size-h1-xs: 30px;
	--font-size-h1: 36px;
	--font-size-h2-xs: 20px;
	--font-size-h2: 30px;
	--font-size-h3-xs: 22px;
	--font-size-h3: 28px;
	--font-size-h4-xs: 16px;
	--font-size-h4: 18px;
	--font-size-h5-xs: 14px;
	--font-size-h5: 16px;
	--font-size-h6-xs: 14px;
	--font-size-h6: 14px;
	--space-xxs: 2px;
	--space-xs: 4px;
	--space-s: 8px;
	--space-sm: 12px;
	--space-m: 16px;
	--space-n: 24px;
	--space-l: 32px;
	--space-vl: 40px;
	--space-xl: 48px;
	--space-xxl: 64px;
	--space-vvl: 72px;
	--space-vxxl: 80px;
	--space-xxxl: 128px;
	--site-max-width: 1180px;
	--transition-duration: 0.2s;
	--content-max-width: 750px;
	--border-radius: 10px;
	--border-radius-medium: 8px;
	--border-radius-small: 4px;
	--border-radius-large: 16px;
	--font-size-p-xs: 14px;
	--font-size-p: 14px;
	--line-height-h1-xs: 35px;
	--line-height-h1: 43px;
	--line-height-h2-xs: 26px;
	--line-height-h2: 36px;
	--line-height-h3-xs: 28px;
	--line-height-h3: 36px;
	--line-height-h4-xs: 22px;
	--line-height-h4: 30px;
	--line-height-h5-xs: 24px;
	--line-height-h5: 30px;
	--line-height-h6-xs: 16px;
	--line-height-h6: 16px;
	--line-height-p-xs: 16px;
	--line-height-p: 20px;
	--line-height-big: 30px;
	--line-height-regular: 20px;
	--line-height-small: 16px;
	--line-height-smallest: 12px;
	--fw-light: 300;
	--fw-regular: 400;
	--fw-medium: 500;
	--fw-semi-bold: 600;
	--fw-bold: 700;
	--fw-extra-bold: 800;
	--fw-black: 900
}

body {
	overflow-x: hidden;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100vh;
	display: flex;
	flex-direction: column
}

html {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: var(--text-size-regular);
	line-height: 1.4;
	color: var(--text-color-primary);
	background: var(--color-primary-white)
}

a {
	color: inherit;
	text-decoration: inherit;
	transition: color .25s ease-out, background-color .25s ease-out
}

a:focus,
a:hover {
	color: var(--color-palette-dark-slate-blue);
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-palette-dark-slate-blue);
	margin-top: 0;
	margin-bottom: 0
}

h1,
.h1 {
	font-size: var(--font-size-h1-xs);
	line-height: var(--line-height-h1-xs);
	font-weight: var(--fw-extra-bold)
}

@media(min-width: 768px) {

	h1,
	.h1 {
		font-size: var(--font-size-h1);
		line-height: var(--line-height-h1);
		font-weight: var(--fw-extra-bold)
	}
}

h2 {
	font-size: var(--font-size-h2-xs);
	line-height: var(--line-height-h2-xs);
	font-weight: var(--fw-extra-bold)
}

@media(min-width: 768px) {
	h2 {
		font-size: var(--font-size-h2);
		line-height: var(--line-height-h2);
		font-weight: var(--fw-extra-bold)
	}
}

h3 {
	font-size: var(--font-size-h3-xs);
	line-height: var(--line-height-h3-xs);
	font-weight: var(--fw-extra-bold)
}

@media(min-width: 768px) {
	h3 {
		font-size: var(--font-size-h3);
		line-height: var(--line-height-h3);
		font-weight: var(--fw-extra-bold)
	}
}

h4 {
	font-size: var(--font-size-h4-xs);
	line-height: var(--line-height-h4-xs);
	font-weight: var(--fw-extra-bold)
}

@media(min-width: 768px) {
	h4 {
		font-size: var(--font-size-h4);
		line-height: var(--line-height-h4);
		font-weight: var(--fw-extra-bold)
	}
}

h5 {
	font-size: var(--font-size-h5-xs);
	line-height: var(--line-height-h5-xs);
	font-weight: var(--fw-extra-bold)
}

@media(min-width: 768px) {
	h5 {
		font-size: var(--font-size-h5);
		line-height: var(--line-height-h5);
		font-weight: var(--fw-extra-bold)
	}
}

h6 {
	font-size: var(--font-size-h6-xs);
	line-height: var(--line-height-h6-xs);
	font-weight: var(--fw-black)
}

@media(min-width: 768px) {
	h6 {
		font-size: var(--font-size-h6);
		line-height: var(--line-height-h6);
		font-weight: var(--fw-black)
	}
}

.cky-btn-revisit-wrapper {
	display: none !important
}

.disclosure-dialog {
	background-color: var(--color-primary-white);
	border-radius: 16px;
	border: 0;
	box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .12);
	max-width: 708px;
	padding: var(--space-n)
}

@media(max-width: 767.98px) {
	.disclosure-dialog {
		margin-right: var(--space-m);
		margin-left: var(--space-m)
	}
}

.disclosure-dialog::backdrop {
	background-color: #666;
	opacity: .4
}

.disclosure-dialog__header {
	align-items: center;
	column-gap: var(--space-n);
	display: flex;
	font-size: 20px;
	font-weight: 500;
	justify-content: space-between;
	line-height: 36px;
	margin-bottom: var(--space-n)
}

.disclosure-dialog__title {
	color: #111;
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.28px
}

.disclosure-dialog__subtitle {
	color: #111;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: var(--space-n) 0 var(--space-s)
}

.disclosure-dialog__paragraph {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: var(--space-m)
}

.disclosure-dialog__paragraph:last-child {
	margin-bottom: 0
}

.disclosure-dialog__link {
	text-decoration: underline
}

.disclosure-dialog__close-button {
	cursor: pointer;
	height: 40px;
	padding: var(--space-s);
	width: 40px;
	outline: none;
}
.disclosure-dialog__close-button:focus {
	outline: none;
}

[data-js-cookie-consent] {
	display: none
}

.cky-btn-revisit-wrapper {
	display: none !important
}

.cky-btn {
	margin-left: 10px;
	border-radius: 2px;
	height: 30px;
	line-height: var(--line-height-big);
	text-transform: none;
	color: var(--color-primary-white);
	border: 0;
	padding: 0 20px !important;
	display: inline-block;
	cursor: pointer;
	font-size: var(--text-size-small) !important;
	font-weight: var(--fw-bold);
	letter-spacing: 1px;
	outline: 0;
	appearance: none;
	transition: .3s ease;
	background-color: var(--color-palette-klein-blue)
}

.cky-btn:hover {
	background-color: var(--color-accent-blue)
}

:root {
	--color-palette-black: #22282e !important;
	--color-palette-gray: #e9e9e9 !important;
	--color-palette-light-black: #1b1b1b !important;
	--color-palette-temp-gray: #595959 !important;
	--text-size-biggest: 48px;
	--text-size-bigger: 24px;
	--space-ss: 10px
}

html {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: var(--text-size-regular);
	line-height: 1.4;
	color: var(--text-color-primary);
	background: var(--color-primary-white)
}

a {
	color: inherit;
	text-decoration: inherit
}

:root {
	--header-background-color: transparent !important;
	--color-default-deep-black: #000100
}

@media(max-width: 991.98px) {
	.header {
		height: 52px !important
	}
}

@media(max-width: 991.98px) {
	.header__logo-image {
		max-width: 112px
	}
}

.page-content {
	margin-top: -60px;
	background-color: var(--color-primary-white);
}

.main {
	font-family: var(--font-family-dm-sans);
	min-height: 100vh;
	overflow: auto;
	background-size: 60%
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Thin.ttf") format("truetype");
	font-weight: 100;
	font-display: swap;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Light.ttf") format("truetype");
	font-weight: 300;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Medium.ttf") format("truetype");
	font-weight: 500;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Black.ttf") format("truetype");
	font-weight: 900;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

:root {
	--font-family-dm-sans: "DM Sans", sans-serif !important;
	--color-default-grey: #f9f9f9;
	--color-default-smoke: #4e4d4e;
	--color-default-light-grey: #dedede;
	--color-default-light-smoke: #696969;
	--color-default-green: #d7fadc; /*#79cd25;*/
	--color-default-gold: rgb(255 173 0 / 82%);
	--color-default-purple: #5d48f3;
	--color-default-orange: #ffad00;
	--color-default-washed-white: #e3e3e3;
	--color-default-light-black: #0a0a0a
}

.page-header {
	color: var(--color-default-smoke);
	font-size: var(--text-size-small);
	margin-top: 60px
}

@media(min-width: 768px) {
	.page-header {
		font-size: var(--text-size-big)
	}
}

.page-header__wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
	min-height: 254px
}

@media(max-width: 991.98px) {
	.page-header__wrapper {
		min-height: unset
	}
}

.page-header__text-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 450px
}

@media(min-width: 1200px) {
	.page-header__text-content {
		max-width: 650px
	}
}

@media(max-width: 991.98px) {
	.page-header__hero-image-wrapper {
		display: none
	}
}

.page-header__body {
	padding-top: var(--space-s)
}

@media(max-width: 991.98px) {
	.page-header__body {
		padding-top: var(--space-m)
	}
}

.page-header__title {
	font-weight: var(--fw-bold);
	color: var(--color-primary-black);
	margin-bottom: var(--space-n);
	font-size: 24px;
	line-height: 31px
}

@media(min-width: 1200px) {
	.page-header__title {
		font-size: 36px;
		line-height: 47px
	}
}

.page-header__date-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 43px;
	margin-bottom: var(--space-m)
}

@media(max-width: 991.98px) {
	.page-header__date-wrapper {
		margin-top: var(--space-n)
	}
}

.page-header__date {
	color: var(--color-default-light-smoke);
	font-size: var(--text-size-small);
	font-weight: var(--fw-bold);
	line-height: 19px
}

.page-header__date::first-letter {
	text-transform: capitalize
}

.page-header__disclaimer {
	color: var(--color-default-light-smoke);
	font-size: var(--text-size-smallest);
	font-weight: var(--fw-medium);
	line-height: 19px
}

.page-header__disclaimer-link {
	text-decoration: underline;
	color: var(--color-default-light-smoke);
	transition: color .25s ease-out;
	cursor: pointer
}

.page-header__disclaimer-link:hover {
	color: var(--color-palette-dark-slate-blue)
}

.page-header__disclaimer_desktop {
	display: block;
	text-align: right;
	position: absolute;
	right: 0
}

[dir=rtl] .page-header__disclaimer_desktop {
	right: unset;
	left: 0
}

@media(max-width: 991.98px) {
	.page-header__disclaimer_desktop {
		display: none
	}
}

.page-header__disclaimer_mobile {
	display: none
}

@media(max-width: 991.98px) {
	.page-header__disclaimer_mobile {
		display: block;
		z-index: 100
	}
}

@media(max-width: 991.98px) {
	.page-header__disclaimer {
		top: -50px
	}
}

.page-header__text {
	max-width: 440px;
	font-size: var(--text-size-regular);
	line-height: 1.75;
	margin-bottom: 13px
}

@media(min-width: 768px) {
	.page-header__text {
		font-weight: var(--fw-bold);
		line-height: 1.5;
		margin-bottom: 0
	}
}

@media(min-width: 768px) {
	.page-header__text {
		font-size: 20px
	}
}

.page-header__bulletpoints {
	max-width: 729px;
	color: var(--color-default-smoke);
	font-size: var(--text-size-big);
	font-weight: var(--fw-bold);
	line-height: 24px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: var(--space-m)
}

@media(max-width: 1399.98px) {
	.page-header__bulletpoints {
		font-size: var(--text-size-regular)
	}
}

@media(max-width: 1199.98px) {
	.page-header__bulletpoints {
		font-size: var(--text-size-small);
		font-weight: var(--fw-medium);
		line-height: normal
	}
}

@media(max-width: 991.98px) {
	.page-header__bulletpoints {
		min-height: unset
	}
}

.page-header__bulletpoint {
	display: flex;
	align-items: center;
	gap: var(--space-m)
}

.page-header__bulletpoint-icon {
	min-width: 24px
}

.page-header__icon {
	width: 100%;
	margin-bottom: .25rem;
	vertical-align: middle;
	height: auto
}

@media(max-width: 767.98px) {
	.page-header__icon {
		min-height: 25px;
		max-height: 25px;
		margin-bottom: var(--space-ss)
	}
}

@media(min-width: 992px) {
	.page-header__icon {
		max-width: 100%;
		max-height: 72px
	}
}

@media(min-width: 768px) {
	.page-header__icon {
		max-width: 100px
	}
}

.page-header__icon-wrapper {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center
}

.page-header__icon-wrapper:nth-child(2) {
	margin-right: 3.125rem;
	margin-left: 3.125rem
}

@media(min-width: 992px) {
	.page-header__icon-wrapper:nth-child(2) {
		margin-right: 4.0625rem;
		margin-left: 4.0625rem
	}
}

@media(min-width: 1200px) {
	.page-header__icon-wrapper:nth-child(2) {
		margin-right: 5rem;
		margin-left: 5rem
	}
}

@media(max-width: 767.98px) {
	.page-header__icon-wrapper {
		margin-bottom: .4rem
	}
}

.page-header__icon-text {
	white-space: nowrap
}

.page-header__icons_desktop {
	display: none;
	flex-shrink: 0
}

@media(min-width: 768px) {
	.page-header__icons_desktop {
		display: flex;
		align-items: center
	}
}

@media(min-width: 1200px) {
	.page-header__icons_desktop {
		padding-right: 5.625rem;
		padding-left: 1.5rem
	}
}

.page-header__icons_mobile {
	display: flex
}

@media(min-width: 768px) {
	.page-header__icons_mobile {
		display: none
	}
}

.main-list {
	display: flex;
	flex-direction: column;
	margin-bottom: var(--space-n)
}

.main-list__card-container {
	display: flex;
	gap: var(--space-m)
}

.main-list__card-container:last-child {
	width: 100%;
	max-width: 510px
}

@media(max-width: 1399.98px) {
	.main-list__card-container:last-child {
		max-width: 360px
	}
}

@media(max-width: 991.98px) {
	.main-list__card-container:last-child {
		max-width: unset
	}
}

@media(max-width: 991.98px) {
	.main-list__card-container {
		flex-direction: column;
		width: 100%
	}
}

.main-list__outer-card {
	position: relative;
	background-color: var(--color-primary-white);
	border-radius: var(--space-xl);
	margin-bottom: var(--space-m);
	overflow: hidden
}

.main-list__outer-card:hover {
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2)
}

@media(min-width: 768px) {
	.main-list__outer-card {
		margin-bottom: 18px
	}
}

.main-list__inner-card {
	margin-bottom: 0 !important;
	margin-top: -45px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: var(--space-xl);
	border: 4px solid var(--color-default-green)
}

.main-list__inner-card:hover {
	box-shadow: none !important
}

.main-list__inner-card_common {
	border: 4px solid var(--color-default-light-grey)
}

.main-list__provider {
	padding: var(--space-n);
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 10px 16px
}

@media(max-width: 991.98px) {
	.main-list__provider {
		flex-direction: column;
		padding-top: var(--space-m);
		gap: 0
	}
}

.main-list__provider__wrapper {
	position: relative;
	background-color: var(--color-primary-white);
	color: var(--color-palette-dark-slate-gray);
	font-size: var(--text-size-small);
	margin-bottom: var(--space-ss);
	border-radius: var(--space-xl);
	overflow: hidden
}

@media(min-width: 768px) {
	.main-list__provider__wrapper {
		margin-bottom: 18px
	}
}

.main-list__provider__wrapper:hover {
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2)
}

.main-list__provider__wrapper:last-of-type {
	margin-bottom: 0 !important
}

@media(min-width: 768px) {
	.main-list__provider__wrapper.main-list__provider__list-item-1 .main-list__provider__counter {
		background-color: var(--color-default-powder-blue)
	}

	.main-list__provider__wrapper.main-list__provider__list-item-1 .main-list__provider__badge {
		display: block
	}
}

.main-list__provider__badge {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: var(--color-default-green);
	border-bottom-right-radius: var(--space-m);
	padding: var(--space-ss);
	width: 57px
}

[dir=rtl] .main-list__provider__badge {
	left: unset;
	border-bottom-right-radius: unset;
	right: 0;
	border-bottom-left-radius: var(--space-m)
}

[dir=rtl] .main-list__provider__badge-text {
	left: unset;
	right: var(--space-xs)
}

.main-list__provider__badge_hidden {
	display: none !important
}

@media(max-width: 991.98px) {
	.main-list__provider__badge {
		padding: var(--space-s)
	}
}

.main-list__provider__badge-index {
	display: flex;
	align-items: center;
	font-size: var(--text-size-bigger);
	font-weight: var(--fw-medium);
	text-align: center;
	color: var(--color-primary-white)
}

@media(max-width: 991.98px) {
	.main-list__provider__badge-index {
		font-size: var(--text-size-regular);
		line-height: 28px
	}
}

.main-list__provider__badge-text {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	left: var(--space-xs);
	top: 5px;
	font-size: var(--text-size-bigger);
	font-weight: var(--fw-medium);
	text-align: center;
	color: var(--color-primary-white)
}

@media(max-width: 991.98px) {
	.main-list__provider__badge-text {
		top: 1px
	}
}

.main-list__provider__badge-slogan {
	margin-bottom: var(--space-m);
	background-color: var(--color-default-orange);
	padding: 0 var(--space-ss);
	color: var(--color-primary-black);
	text-align: center;
	font-size: var(--text-size-regular);
	font-weight: var(--fw-medium);
	line-height: 24px;
	border-radius: var(--space-l)
}

@media(max-width: 991.98px) {
	.main-list__provider__badge-slogan {
		display: none
	}
}

.main-list__provider__badge-slogan_mobile {
	display: none
}

@media(max-width: 991.98px) {
	.main-list__provider__badge-slogan_mobile {
		display: inline-block;
		background-color: var(--color-default-orange);
		padding: 0 var(--space-ss);
		color: var(--color-primary-black);
		text-align: center;
		font-size: var(--text-size-regular);
		font-weight: var(--fw-medium);
		line-height: 24px;
		border-radius: var(--space-l)
	}
}

.main-list__provider__badge_common {
	background-color: var(--color-default-light-grey)
}

.main-list__provider__discount-banner-psw {
	display: none
}

.main-list__provider__picture {
	width: 244px
}

@media(max-width: 1199.98px) {
	.main-list__provider__picture {
		max-width: 200px
	}
}

@media(max-width: 767.98px) {
	.main-list__provider__picture {
		max-width: unset;
		min-width: unset;
		width: 40%
	}
}

.main-list__provider__picture-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

@media(max-width: 991.98px) {
	.main-list__provider__picture-wrapper {
		flex-direction: row;
		justify-content: space-between;
		min-height: 64px
	}
}

.main-list__provider__features-list-icons {
	display: flex;
	gap: var(--space-m);
	margin-top: var(--space-n)
}

.main-list__provider__features-list {
	display: flex;
	flex-direction: column
}

.main-list__provider__features-list-ul {
	padding: 0
}

.main-list__provider__features-list-li {
	display: flex;
	align-items: flex-start;
	break-inside: avoid;
	font-weight: normal;
	font-size: var(--text-size-smallest);
	line-height: 1.5;
	color: var(--color-default-slate-gray);
	word-break: break-word
}

@media(min-width: 768px) {
	.main-list__provider__features-list-li {
		font-size: inherit
	}

	.main-list__provider__features-list-li:first-of-type {
		font-weight: var(--fw-semi-bold)
	}
}

@media(min-width: 1200px) {
	.main-list__provider__features-list-li {
		font-size: var(--text-size-big)
	}
}

.main-list__provider__features-list-li::before {
	content: "";
	display: inline-block;
	min-width: 16px;
	height: 11px;
	background: url("../images/tick-green-v3-xs.svg") 0 0 no-repeat;
	position: relative;
	top: 5px;
	margin-right: 6px
}

@media(min-width: 768px) {
	.main-list__provider__features-list-li::before {
		background: url("../images/tick-green-v3-sm.svg") 0 0 no-repeat
	}
}

@media(min-width: 992px) {
	.main-list__provider__features-list-li::before {
		top: 7px
	}
}

@media(min-width: 768px) {
	.main-list__provider__features-list-li::before {
		margin-right: var(--space-ss)
	}
}

.main-list__provider__features-list-li:not(:first-child) {
	margin-top: var(--space-s)
}

.main-list__provider__features-list-li:first-child {
	font-weight: var(--fw-bold)
}

.main-list__provider__actions {
	max-width: 263px;
	width: 100%;
	gap: var(--space-m);
	display: flex;
	align-items: center;
	flex-direction: column
}

@media(max-width: 991.98px) {
	.main-list__provider__actions {
		max-width: unset
	}
}

.main-list__provider__link {
	color: var(--color-default-light-smoke);
	text-align: center;
	font-size: var(--text-size-regular);
	font-weight: var(--fw-bold);
	line-height: 22px
}

@media(max-width: 991.98px) {
	.main-list__provider__link {
		display: none
	}
}

.main-list__provider__sec-one-action {
	width: 100%;
	display: block !important;
	padding: var(--space-m) var(--space-n) !important;
	color: var(--color-primary-white);
	text-align: center;
	font-weight: var(--fw-black);
	border-radius: 41px
}

@media(max-width: 991.98px) {
	.main-list__provider__sec-one-action {
		margin-top: var(--space-n);
		width: 100%
	}
}

.main-list__provider__sec-one-action .button__caption {
	font-size: var(--text-size-bigger);
	line-height: 24px;
	margin-right: 14px;
	font-weight: var(--fw-bold)
}

@media(max-width: 767.98px) {
	.main-list__provider__sec-one-action .button__caption {
		margin-right: 0
	}
}

.main-list__provider__sec-one-action .button__icon {
	position: relative;
	top: 1px !important;
	margin-left: 0 !important
}

@media(max-width: 991.98px) {
	.main-list__provider__sec-one-action .button__icon {
		display: none
	}
}

@media(min-width: 768px) {
	.main-list__provider__scoring-wrapper {
		display: flex;
		align-items: center;
		justify-content: center
	}
}

.main-list__provider__metric {
	width: 231px;
	padding: var(--space-m);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: var(--space-l);
	background: linear-gradient(190deg, #def9de 7.42%, rgba(222, 249, 222, 0) 92.58%);
	backdrop-filter: blur(33px);
	display: flex
}

@media(max-width: 991.98px) {
	.main-list__provider__metric {
		flex-direction: row;
		gap: var(--space-s);
		padding: var(--space-s) var(--space-m);
		position: absolute;
		top: 90px;
		right: var(--space-n);
		width: 54%
	}

	[dir=rtl] .main-list__provider__metric {
		left: var(--space-n);
		right: unset
	}
}

@media(max-width: 767.98px) {
	.main-list__provider__metric {
		top: 16%
	}
}

.main-list__provider__metric-caption {
	text-align: center;
	color: var(--color-primary-black);
	font-size: var(--text-size-biggest);
	font-weight: var(--fw-bold);
	line-height: 54px
}

@media(max-width: 991.98px) {
	.main-list__provider__metric-caption {
		font-size: 36px;
		line-height: normal
	}
}

.main-list__provider__metric-rating {
	margin-top: var(--space-s);
	text-align: center;
	color: var(--color-primary-black);
	font-size: var(--text-size-small);
	font-weight: var(--fw-bold);
	line-height: 24px;
	text-transform: uppercase
}

@media(max-width: 991.98px) {
	.main-list__provider__metric-rating {
		font-size: var(--text-size-smallest);
		margin-top: 0;
		line-height: normal
	}
}

.main-list__provider__metric-body {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-xs);
	margin-top: var(--space-s)
}

@media(max-width: 991.98px) {
	.main-list__provider__metric-body .rating__icon {
		width: 8px;
		height: 8px
	}
}

@media(max-width: 991.98px) {
	.main-list__provider__metric-body .rating__icon-wrapper {
		display: flex
	}
}

.main-list__provider__score-wrapper {
	display: flex;
	flex-direction: column
}

.ribbon-deal {
	display: flex;
	padding: 12px var(--space-l) 50px var(--space-n);
	align-items: center;
	border-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: var(--color-default-green);
	color: var(--color-primary-black);
	width: 100%;
	position: relative
}

.ribbon-deal_common {
	background: var(--color-default-light-grey)
}

.ribbon-deal::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	height: 24px;
	background: var(--color-default-green)
}

.ribbon-deal__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%
}

.ribbon-deal__label {
	display: flex;
	flex-direction: row;
	gap: var(--space-m);
	align-items: center
}

@media(max-width: 767.98px) {
	.ribbon-deal__label {
		gap: var(--space-s)
	}
}

.ribbon-deal__index {
	font-size: var(--text-size-bigger);
	font-weight: var(--fw-medium);
	padding: 0 var(--space-m)
}

@media(max-width: 767.98px) {
	.ribbon-deal__index {
		padding: 0
	}
}

.ribbon-deal__icon {
	padding-right: var(--space-n)
}

@media(max-width: 767.98px) {
	.ribbon-deal__icon {
		padding-right: 0
	}
}

.ribbon-deal__texts-container {
	display: flex;
	flex-direction: row;
	gap: var(--space-m)
}

@media(max-width: 767.98px) {
	.ribbon-deal__texts-container {
		flex-direction: column;
		gap: 0
	}
}

.ribbon-deal__text {
	display: flex;
	font-size: var(--text-size-small);
	line-height: 20px;
	align-items: center
}

@media(max-width: 575.98px) {
	.pre-footer-wrapper {
		padding: 0 12px
	}
}

.pre-footer-wrapper .pre-footer {
	background-color: rgba(0, 0, 0, 0);
	padding: var(--space-l);
	border: 1px solid var(--color-default-light-grey);
	border-radius: var(--space-xl);
	gap: var(--space-m);
	display: flex;
	flex-direction: column
}

@media(max-width: 991.98px) {
	.pre-footer-wrapper .pre-footer {
		margin-bottom: var(--space-m)
	}
}

.pre-footer-wrapper .pre-footer__heading {
	color: var(--color-primary-black);
	font-size: 28px;
	font-weight: var(--fw-bold);
	line-height: 40px
}

@media(max-width: 991.98px) {
	.pre-footer-wrapper .pre-footer__heading {
		font-size: var(--text-size-bigger);
		line-height: 28px
	}
}

.pre-footer-wrapper .pre-footer__paragraph {
	color: var(--color-primary-black);
	font-size: var(--text-size-big);
	font-weight: var(--fw-regular);
	line-height: 28px
}

@media(max-width: 991.98px) {
	.pre-footer-wrapper .pre-footer__paragraph {
		font-size: var(--text-size-regular)
	}
}

.pre-footer-wrapper .pre-footer__list-ul {
	list-style: disc
}

.pre-footer-wrapper .pre-footer__list-ul .pre-footer__list-ol,
.pre-footer-wrapper .pre-footer__list-ul .pre-footer__list-ul {
	margin: var(--space-s) 0 0 var(--space-m)
}

.pre-footer-wrapper .pre-footer__list-ol {
	list-style: decimal
}

.pre-footer-wrapper .pre-footer__list-ol .pre-footer__list-ol,
.pre-footer-wrapper .pre-footer__list-ol .pre-footer__list-ul {
	margin: var(--space-s) 0 0 var(--space-m)
}

.pre-footer-wrapper .pre-footer__list-item {
	list-style-position: inside
}

.pre-footer-wrapper .pre-footer__list-item:not(:last-of-type) {
	margin-bottom: var(--space-s)
}

.footer {
	background: var(--color-default-grey);
	padding: var(--space-l);
	padding-top: var(--space-xxl);
	color: var(--color-default-light-smoke);
	font-family: var(--font-family-dm-sans)
}

@media(max-width: 991.98px) {
	.footer {
		border-top: 1px solid var(--color-default-washed-white);
		padding: var(--space-m);
		padding-top: var(--space-l)
	}
}

.footer__logo-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-m);
	color: var(--color-default-light-smoke);
	font-size: var(--text-size-regular);
	font-weight: var(--fw-regular);
	line-height: 18px;
	letter-spacing: .2px;
	text-align: center
}

@media(max-width: 991.98px) {
	.footer__logo-wrapper {
		order: 1;
		width: 100%;
		flex: unset;
		margin-bottom: var(--space-l)
	}
}

.footer__row {
	display: flex;
	align-items: flex-end
}

.footer__row>* {
	flex: 1
}

@media(max-width: 991.98px) {
	.footer__row>* {
		flex: unset
	}
}

@media(max-width: 991.98px) {
	.footer__row {
		flex-flow: row wrap;
		justify-content: space-between
	}
}

.footer__back-to-top {
	user-select: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: var(--space-s);
	color: var(--color-default-light-smoke);
	font-size: var(--text-size-smallest);
	font-weight: var(--fw-regular);
	line-height: 24px
}

@media(max-width: 991.98px) {
	.footer__back-to-top {
		order: 3
	}
}

.footer__copyright {
	color: var(--color-default-light-smoke);
	font-size: var(--text-size-smallest);
	font-weight: var(--fw-regular);
	font-family: var(--font-family-dm-sans);
	line-height: 24px
}

@media(max-width: 991.98px) {
	.footer__copyright {
		order: 2
	}
}

.footer__link {
	color: var(--color-primary-black);
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}
.footer__link span {
	cursor: pointer;
	text-decoration: underline;
}

.footer__link span:hover {
	color: var(--color-default-light-smoke)
}

.modal-open .sticky-footer {
	display: none
}

.sticky-footer {
	--footer-background-image: url("https://media2.vpnpro.com/2023/05/sticky-footer-background-desktop.png");
	font-family: var(--font-family-dm-sans);
	position: fixed;
	right: 0;
	left: 0;
	bottom: -500px;
	z-index: 10;
	box-shadow: 0 -1px 12px 0 rgba(255, 255, 255, .05);
	transition: bottom .25s ease-in-out, opacity .25s linear;
	opacity: 1;
	color: var(--color-primary-white);
	background: var(--color-palette-dark-slate-blue) var(--footer-background-image) top right no-repeat;
	background-size: cover
}

@media(max-width: 767.98px) {
	.sticky-footer {
		background-image: var(--footer-background-image-mobile)
	}
}

.sticky-footer+footer {
	padding-bottom: 230px
}

.sticky-footer__container {
	position: relative;
	display: flex
}

.sticky-footer_collapsed .sticky-footer__container {
	align-items: flex-end
}

@media(min-width: 992px) {
	.sticky-footer_collapsed .sticky-footer__container {
		padding: var(--space-l) var(--space-l) var(--space-l) var(--space-l)
	}
}

@media(max-width: 991.98px) {
	.sticky-footer_collapsed .sticky-footer__container {
		padding: var(--space-m) var(--space-m) var(--space-m) var(--space-l);
		width: auto;
		max-width: initial
	}
}

@media(max-width: 767.98px) {
	.sticky-footer_collapsed .sticky-footer__container {
		width: auto;
		max-width: initial;
		align-items: center;
		padding: var(--space-s) var(--space-s) var(--space-s) var(--space-l)
	}
}

.sticky-footer_expanded .sticky-footer__container {
	padding-top: 44px;
	padding-bottom: var(--space-l);
	flex-flow: row wrap
}

@media(max-width: 991.98px) {
	.sticky-footer_expanded .sticky-footer__container {
		padding-top: var(--space-vl);
		padding-bottom: var(--space-l);
		flex-direction: column
	}
}

@media(max-width: 767.98px) {
	.sticky-footer_expanded .sticky-footer__container {
		padding: var(--space-n)
	}
}

.sticky-footer__link {
	color: var(--color-primary-white) !important
}

.sticky-footer__collapse {
	display: none
}

[dir=ltr] .sticky-footer__collapse {
	right: var(--space-sm)
}

@media(max-width: 767.98px) {
	[dir=ltr] .sticky-footer__collapse {
		right: var(--space-n)
	}
}

[dir=rtl] .sticky-footer__collapse {
	left: 20px
}

.sticky-footer__collapse-icon {
	transform: rotate(90deg)
}

.sticky-footer_expanded .sticky-footer__collapse {
	position: absolute;
	top: 18px;
	display: block;
	font-size: 26px;
	padding: 0 0 var(--space-ss) var(--space-ss)
}

@media(min-width: 768px) {
	.sticky-footer_expanded .sticky-footer__collapse {
		top: 38px
	}
}

@media(max-width: 767.98px) {
	.sticky-footer_expanded .sticky-footer__collapse {
		font-size: var(--text-size-big)
	}
}

[dir=ltr] .sticky-footer__logo {
	margin-right: var(--space-m)
}

[dir=rtl] .sticky-footer__logo {
	display: flex;
	justify-content: flex-end
}

@media(max-width: 767.98px) {
	.sticky-footer_collapsed .sticky-footer__logo {
		display: none
	}
}

[dir=rtl] .sticky-footer_collapsed .sticky-footer__logo {
	order: 3
}

.sticky-footer_expanded .sticky-footer__logo {
	margin-bottom: var(--space-s);
	min-width: 100%
}

@media(max-width: 767.98px) {
	.sticky-footer_expanded .sticky-footer__logo svg {
		width: 112px;
		height: auto
	}
}

.sticky-footer__logo-img {
	width: auto;
	height: 52px
}

@media(max-width: 1199.98px) {
	.sticky-footer__logo-img {
		height: 42px
	}
}

@media(max-width: 767.98px) {
	.sticky-footer__logo-img {
		height: 32px
	}
}

.sticky-footer__text {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: var(--fw-regular)
}

.sticky-footer_collapsed .sticky-footer__text {
	font-size: var(--text-size-bigger);
	margin-right: 5px
}

@media(min-width: 1200px) {
	.sticky-footer_collapsed .sticky-footer__text {
		margin-right: 36px
	}
}

@media(min-width: 768px) {
	.sticky-footer_collapsed .sticky-footer__text {
		font-size: 21px
	}
}

@media(max-width: 767.98px) {
	.sticky-footer_collapsed .sticky-footer__text {
		font-size: 13px
	}
}

[dir=rtl] .sticky-footer_collapsed .sticky-footer__text {
	order: 2
}

.sticky-footer_expanded .sticky-footer__text {
	-webkit-line-clamp: 3;
	margin-bottom: 0
}

@media(max-width: 991.98px) {
	.sticky-footer_expanded .sticky-footer__text {
		-webkit-line-clamp: 2;
		min-width: 1%;
		margin-bottom: var(--space-n)
	}
}

@media(max-width: 767.98px) {
	.sticky-footer_expanded .sticky-footer__text {
		font-size: var(--text-size-regular);
		margin-bottom: var(--space-m)
	}
}

[dir=rtl] .sticky-footer__text {
	margin-left: var(--space-n);
	order: 3
}

@media(max-width: 991.98px) {
	[dir=rtl] .sticky-footer__text {
		order: 2;
		margin-right: var(--space-m)
	}
}

.sticky-footer__slogan {
	margin-bottom: var(--space-s);
	font-size: 20px;
	font-weight: var(--fw-regular);
	line-height: 24px
}

[dir=rtl] .sticky-footer__slogan {
	direction: rtl
}

@media(max-width: 767.98px) {
	.sticky-footer__slogan {
		font-size: var(--text-size-smallest);
		line-height: normal
	}
}

.sticky-footer_collapsed .sticky-footer__slogan {
	display: none
}

.sticky-footer__offer {
	font-size: var(--text-size-big)
}

[dir=rtl] .sticky-footer__offer {
	direction: rtl
}

.sticky-footer_expanded .sticky-footer__offer {
	font-size: 32px;
	font-weight: var(--fw-regular);
	line-height: 38px
}

@media(max-width: 767.98px) {
	.sticky-footer_expanded .sticky-footer__offer {
		font-size: var(--text-size-regular);
		line-height: normal
	}
}

.sticky-footer_collapsed .sticky-footer__offer {
	font-size: var(--text-size-regular);
	line-height: normal
}

@media(min-width: 992px) {
	.sticky-footer_collapsed .sticky-footer__offer {
		font-size: var(--text-size-big);
		line-height: 32px
	}
}

@media(min-width: 1200px) {
	.sticky-footer_collapsed .sticky-footer__offer {
		font-size: var(--text-size-bigger);
		line-height: 38px
	}
}

.sticky-footer__cta {
	color: var(--color-primary-white);
	background: var(--color-primary-black);
	text-align: center;
	border-radius: 41px;
	display: flex;
	align-items: center;
	justify-content: center
}

.sticky-footer__cta:hover {
	cursor: pointer;
	background: var(--color-default-light-black)
}

[dir=rtl] .sticky-footer__cta {
	direction: rtl;
	order: 2
}

@media(max-width: 991.98px) {
	[dir=rtl] .sticky-footer__cta {
		order: 3
	}
}

@media(min-width: 992px) {
	.sticky-footer_collapsed .sticky-footer__cta {
		font-size: var(--text-size-bigger);
		font-weight: var(--fw-bold);
		line-height: 22px;
		height: 64px;
		align-self: center;
		width: unset
	}
}

@media(max-width: 991.98px) {
	.sticky-footer_collapsed .sticky-footer__cta {
		align-self: auto;
		font-size: var(--text-size-smallest);
		line-height: 22px;
		padding: var(--space-s) var(--space-m);
		min-width: unset
	}
}

[dir=rtl] .sticky-footer_collapsed .sticky-footer__cta {
	order: 1
}

.sticky-footer_expanded .sticky-footer__cta {
	align-self: flex-start;
	font-size: var(--text-size-bigger);
	font-weight: var(--fw-bold);
	line-height: normal;
	padding: var(--space-m) var(--space-n)
}

@media(min-width: 992px) {
	.sticky-footer_expanded .sticky-footer__cta {
		align-self: center;
		width: unset
	}
}

@media(max-width: 991.98px) {
	.sticky-footer_expanded .sticky-footer__cta {
		align-self: center;
		width: unset;
		width: 100%
	}
}

@media(max-width: 767.98px) {
	.sticky-footer_expanded .sticky-footer__cta {
		align-self: auto;
		font-size: var(--text-size-regular);
		padding: var(--space-s) var(--space-n)
	}
}

@media(min-width: 768px) {
	.sticky-footer__cta {
		padding: var(--space-m) var(--space-n);
		min-width: 263px
	}
}

.sticky-footer__prevention {
	font-size: var(--text-size-smallest);
	color: rgba(255, 255, 255, .8);
	position: relative;
	top: 32px
}

[dir=rtl] .sticky-footer__prevention {
	display: flex;
	justify-content: flex-end;
	right: 0
}

@media(max-width: 767.98px) {
	.sticky-footer__prevention {
		height: 4px;
		padding-top: 12px;
		padding-left: 20px;
		top: unset
	}
}

@media(min-width: 768px) {
	.sticky-footer_collapsed .sticky-footer__prevention {
		height: 0;
		top: 10px
	}
}

@media(max-width: 991.98px) {
	.sticky-footer_collapsed .sticky-footer__prevention {
		position: absolute
	}
}

@media(max-width: 767.98px) {
	.sticky-footer_collapsed .sticky-footer__prevention {
		height: 0;
		padding-top: 0;
		padding-left: 0;
		top: 8px;
		left: 8px;
		right: 8px
	}
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Thin.ttf") format("truetype");
	font-weight: 100;
	font-display: swap;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Light.ttf") format("truetype");
	font-weight: 300;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Medium.ttf") format("truetype");
	font-weight: 500;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Black.ttf") format("truetype");
	font-weight: 900;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

:root {
	--font-family-dm-sans: "DM Sans", sans-serif !important
}

.modal__close {
	top: var(--space-s) !important;
	right: var(--space-s) !important
}

@media(max-width: 767.98px) {
	.modal__close {
		width: 18px !important;
		height: 18px !important;
		right: var(--space-m) !important;
		left: unset !important;
		margin: 0 !important
	}
}

@media(orientation: portrait) {
	.modal__close {
		margin: 0 !important;
		bottom: unset !important;
		right: 5px !important;
		left: unset !important;
		top: 5px !important
	}
}

.modal-popup_template_left {
	grid-template-areas: "picture logo""picture body""footer footer" !important
}

.modal-popup_template_left.modal-popup {
	padding: var(--space-l) !important
}

.modal-popup_template_left .modal-popup__body {
	padding: 0 0 0 var(--space-n) !important
}

@media(max-width: 767.98px) {
	.modal-popup_template_left .modal-popup__body {
		padding: 0 !important
	}
}

.modal-popup_template_cropped_left {
	grid-template-areas: "picture logo""picture body""footer footer" !important
}

.modal-popup_template_cropped_left.modal-popup {
	padding: var(--space-l) var(--space-l) var(--space-l) 0 !important
}

@media(max-width: 767.98px) {
	.modal-popup_template_cropped_left.modal-popup {
		padding: var(--space-l) !important
	}
}

.modal-popup_template_cropped_left .modal-popup__body {
	padding: 0 0 0 var(--space-n) !important
}

@media(max-width: 767.98px) {
	.modal-popup_template_cropped_left .modal-popup__body {
		padding: 0 !important
	}
}

.modal-popup {
	--modal-popup-padding: var(--space-l) !important;
	font-family: var(--font-family-dm-sans) !important;
	border-radius: 12px
}

@media(orientation: portrait) {
	.modal-popup {
		width: 100% !important
	}
}

.modal-popup__logo-wrapper {
	margin-bottom: var(--space-m) !important;
	display: flex !important;
	justify-content: center !important;
	align-items: flex-end !important
}

.modal-popup__body {
	color: var(--color-palette-light-black) !important;
	justify-content: flex-start !important
}

.modal-popup__header {
	color: var(--color-palette-light-black) !important;
	margin-bottom: var(--space-xs) !important;
	font-size: var(--text-size-bigger) !important;
	font-weight: var(--fw-black) !important;
	line-height: 36px !important
}

@media(max-width: 767.98px) {
	.modal-popup__header {
		font-size: var(--text-size-regular) !important;
		line-height: normal !important;
		margin-bottom: var(--space-m) !important
	}
}

@media(orientation: portrait) {
	.modal-popup__header {
		width: 95%
	}
}

.modal-popup__text {
	color: var(--color-palette-light-black) !important;
	font-size: var(--text-size-regular) !important;
	font-weight: var(--fw-regular) !important;
	line-height: normal !important
}

@media(max-width: 767.98px) {
	.modal-popup__text {
		font-size: var(--text-size-small) !important
	}
}

.modal-popup .modal-discount__value,
.modal-popup .modal-discount__suffix {
	color: var(--color-palette-light-black) !important;
	font-size: var(--text-size-biggest) !important;
	font-weight: var(--fw-black) !important;
	line-height: normal !important;
	margin-left: 0 !important
}

@media(max-width: 767.98px) {

	.modal-popup .modal-discount__value,
	.modal-popup .modal-discount__suffix {
		font-size: 36px !important
	}
}

.modal-popup__deal-button {
	margin: var(--space-m) 0 0 0 !important;
	padding: var(--space-m) var(--space-n) !important;
	width: 100% !important;
	background-color: var(--color-palette-cinnabar) !important;
	font-size: var(--text-size-bigger) !important;
	font-weight: var(--fw-bold) !important;
	line-height: normal !important;
	border-radius: 41px
}

@media(max-width: 767.98px) {
	.modal-popup__deal-button {
		font-size: var(--text-size-regular) !important
	}
}

.modal-popup__small-text {
	color: var(--color-palette-light-black) !important;
	text-align: center;
	font-size: var(--text-size-regular);
	font-weight: var(--fw-regular);
	line-height: 28px !important;
	margin-top: var(--space-m) !important
}

@media(max-width: 767.98px) {
	.modal-popup__small-text {
		font-size: var(--text-size-small) !important;
		line-height: normal !important
	}
}

.modal-popup .countdown {
	margin-top: var(--space-s) !important;
	justify-content: center !important
}

.modal-popup .countdown__title {
	color: var(--color-palette-light-black) !important;
	text-align: center;
	font-size: var(--text-size-regular) !important;
	font-weight: var(--fw-regular) !important;
	line-height: 28px !important;
	margin-right: var(--space-s) !important
}

@media(max-width: 767.98px) {
	.modal-popup .countdown__title {
		font-size: var(--text-size-small) !important
	}
}

.modal-popup .countdown__time {
	color: var(--color-palette-light-black) !important;
	font-size: var(--text-size-bigger) !important;
	font-weight: var(--fw-bold) !important;
	line-height: 28px !important
}

@media(max-width: 767.98px) {
	.modal-popup .countdown__time {
		font-size: 20px !important
	}
}

.modal-popup__footer {
	color: var(--color-palette-temp-gray) !important;
	margin-top: var(--space-n) !important;
	padding-top: var(--space-s) !important;
	font-size: var(--text-size-small) !important;
	font-weight: var(--fw-regular) !important;
	line-height: 24px !important;
	border-top: 1px solid var(--color-palette-gray) !important
}

@media(max-width: 767.98px) {
	.modal-popup__footer {
		display: none
	}
}

/* Box sizing rules */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	min-height: 100vh;
	text-rendering: optimizespeed;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
code,
pre,
figure,
blockquote,
hr,
dl,
dd,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	font: inherit;
}

button {
	appearance: none;
	border: 0;
	background: transparent;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
	list-style: none;
}

/* Set core root defaults */
html:focus-within {
	scroll-behavior: smooth;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
	max-width: 100%;
	display: block;
}

hr {
	border: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

:root {
	--header-background-color: var(--color-primary-black);
}

.header {
	background-color: var(--header-background-color);
	height: 60px;
	display: flex;
	align-items: center;
	z-index: 10;
}

.header__logo {
	display: flex;
	align-items: center;
}

.svg-icon {
	fill: currentcolor;
}

.svg-icon_spin {
	animation: spin 2s linear infinite;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.button {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	user-select: none;
	color: var(--color-primary-white);
	padding: 10px 14px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}

@media (min-width: 576px) {
	.button {
		font-size: 16px;
		line-height: 22px;
		font-weight: var(--fw-black);
	}
}

.button:hover,
.button:focus {
	color: var(--color-primary-white);
}

.button_multiline {
	white-space: normal;
	overflow-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}

.button__icon {
	top: -1px !important;
	bottom: auto !important;
	margin-left: 10px;
}

.button__caption {
	bottom: auto !important;
}

.button_green {
	display: flex;
	/* stylelint-disable  max-line-length */
	background: linear-gradient(-180deg, rgba(10, 194, 101, 0.7) 47%, rgb(9, 9, 121) 47%, rgb(9, 168, 88) 47%);
	border-radius: 3px;
	justify-content: center;
	max-width: 210px;
	width: 100%;
	white-space: normal;
}

@media (min-width: 1200px) {
	.button_green {
		max-width: 280px;
	}
}

@media (min-width: 768px) {
	.button_green {
		max-width: 260px;
	}
}

.button_green-flat {
	display: inline-flex;
	color: var(--color-primary-white);
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 19px 16px 40px;
	background: var(--color-palette-shamrock-green);
	font-weight: var(--fw-semi-bold);
	font-size: var(--text-size-regular);
	line-height: var(--line-height-regular);
	transition: color 0.25s ease-out, background-color 0.25s ease-out;
}

.button_green-flat:hover,
.button_green-flat:focus {
	/* stylelint-disable  function-no-unknown */
	background: #0abb62;
}

.button_red {
	box-shadow: 0px 6px 10px 0px rgba(226, 22, 23, 0.2);
	background-color: var(--color-palette-cinnabar);
}

.button_red:hover,
.button_red:focus,
.button_red:active {
	box-shadow: 0px 6px 20px 0px rgba(226, 22, 23, 0.3);
	background-color: var(--color-palette-folly);
}

.button_red_no-shadow_cinnabar {
	background-color: var(--color-palette-cinnabar);
}

.button_red_no-shadow_cinnabar:hover,
.button_red_no-shadow_cinnabar:focus,
.button_red_no-shadow_cinnabar:active {
	background-color: var(--color-palette-folly);
}

.button_red_no-shadow {
	background-color: var(--color-t12-red-2);
}

.button_red_no-shadow:hover,
.button_red_no-shadow:focus,
.button_red_no-shadow:active {
	background-color: var(--color-palette-folly);
}

.button_negative {
	position: relative;
	transform: translateY(50%);
}

.modal {
	display: none;
}

.modal.is-open {
	display: block;
}

.modal__window-link {
	display: flex;
	justify-content: center;
	width: 100%;
}

.modal_theme_dark .modal__container {
	background: var(--modal-bg, var(--color-palette-charcoal));
	color: var(--modal-text-color, var(--color-primary-white));
}

.modal__overlay {
	z-index: 100000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal__overlay-area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.modal__container {
	background: var(--color-palette-very-light-gray);
	padding: 24px;
	max-width: 560px;
	max-height: 100vh;
	overflow-y: auto;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}

.modal__close {
	position: absolute;
	top: 20px;
	right: 30px;
	border: 0;
	background: none;
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: rgba(34, 46, 58, 0.4);
	text-decoration: underline;
	font-weight: var(--fw-bold);
	font-size: var(--text-size-regular);
	transition: color 0.25s ease-out;
	z-index: 10;
}

.modal__close:hover {
	color: rgba(34, 46, 58, 0.6);
	text-decoration: none;
}

@media (orientation: portrait) {
	.modal__close {
		margin: 28px 0 10px;
		bottom: 0;
		right: 0;
		left: 0;
		top: unset;
	}
}

@media (max-width: 767px) {
	.modal__close {
		font-size: var(--text-size-small);
	}
}

/* stylelint-disable */
.modal-popup {
	--modal-popup-padding: 30px;
	--modal-popup-negative-padding: calc(-1 * var(--modal-popup-padding));
	overflow: visible;
	display: grid;
	width: 100%;
	max-width: 890px;
	min-height: 380px;
	min-width: 320px;
	background: var(--color-primary-white);
	padding: 30px;
	font-family: "Nunito Sans", helvetica, arial, sans-serif;
	color: var(--color-palette-dark-slate-blue);
}

@media (orientation: portrait) {
	.modal-popup {
		display: flex;
		flex-direction: column;
		max-width: 750px;
		width: 95%;
		justify-content: center;
		padding: 20px 20px 48px;
	}
}

.modal-popup_template_right,
.modal-popup_template_cropped_right {
	grid-template-areas: "logo .""body picture""footer footer";
	grid-template-columns: 60% 40%;
}

.modal-popup_template_right .modal-popup__deal-button,
.modal-popup_template_cropped_right .modal-popup__deal-button {
	border-radius: 4px;
}

.modal-popup_template_left,
.modal-popup_template_cropped_left {
	grid-template-areas: "logo .""picture body""footer footer";
	grid-template-columns: 40% 60%;
}

@media (min-width: 992px) {
	.modal-popup_template_cropped_left {
		padding-left: 0;
	}

	.modal-popup_template_cropped_left .modal-popup__logo-wrapper {
		margin-left: 30px;
	}
}

@media (orientation: landscape) {
	.modal-popup_template_cropped_right {
		padding-right: 0;
	}
}

.modal-popup__logo-wrapper {
	margin-bottom: 32px;
	grid-area: logo;
}

@media (max-width: 767px) {
	.modal-popup__logo-wrapper {
		margin-bottom: 14px;
	}
}

.modal-popup__logo {
	width: 135px;
	margin-left: 15px;
	margin-top: 15px;
	object-fit: contain;
}

@media (min-width: 992px) {
	.modal-popup__logo {
		width: 200px;
		margin: 0;
	}
}

@media (min-width: 768px) {
	.modal-popup__logo {
		width: 180px;
	}
}

.modal-popup__picture {
	grid-area: picture;
	display: flex;
	align-items: center;
}

@media (orientation: portrait) {
	.modal-popup__picture {
		justify-content: center;
		margin: 0;
		display: none;
	}
}

.modal-popup__image {
	width: 100%;
	object-fit: contain;
}

@media (orientation: portrait) {
	.modal-popup__image {
		max-height: 25vh;
	}
}

.modal-popup__body {
	grid-area: body;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 0 30px;
}

@media (orientation: portrait) {
	.modal-popup__body {
		padding: 0;
	}
}

.modal-popup__header {
	margin-bottom: 42px;
	font-size: 44px;
	font-weight: var(--fw-extra-bold);
	line-height: 1.2;
}

@media (max-width: 991px) {
	.modal-popup__header {
		margin-bottom: 20px;
	}
}

@media (min-width: 576px) and (max-width: 1199px) {
	.modal-popup__header {
		font-size: calc(28px + 16 * (100vw - 576px) / 624);
	}
}

@media (orientation: portrait) and (max-width: 575px) {
	.modal-popup__header {
		font-size: 28px;
	}
}

.modal-popup__deal-button {
	grid-area: body;
	width: calc(100% - 40px);
	background-color: var(--color-palette-vivid-tangerine);
	margin: 20px 40px 0 0;
	font-size: 20px;
	color: var(--color-primary-white);
	font-weight: var(--fw-extra-bold);
	padding: 10px 15px;
	line-height: 1.5;
}

.modal-popup__deal-button:hover {
	background: var(--color-palette-salmon);
}

@media (orientation: portrait) {
	.modal-popup__deal-button {
		max-width: 400px;
		margin-right: unset;
		align-self: center;
		width: 100%;
	}
}

@media (max-width: 575px) {
	.modal-popup__deal-button {
		font-size: var(--text-size-regular);
	}
}

@media (min-width: 576px) and (max-width: 1199px) {
	.modal-popup__deal-button {
		font-size: calc(16px + 4 * (100vw - 576px) / 624);
	}
}

.modal-popup__small-text {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-top: 12px;
}

@media (orientation: portrait) {
	.modal-popup__small-text {
		margin-top: 20px;
		font-size: 16px;
		line-height: 22px;
	}
}

.modal-popup__text {
	font-size: 18px;
	line-height: 1.1;
	font-weight: 900;
	text-align: center;
	color: #2c2e47;
}

@media (min-width: 576px) and (max-width: 1199px) {
	.modal-popup__text {
		font-size: calc(8.7692px + 1.6026vw);
	}
}

@media (min-width: 1200px) {
	.modal-popup__text {
		font-size: 28px;
	}
}

.modal-popup__footer {
	grid-area: footer;
	text-align: center;
	margin-top: 35px;
}

@media (orientation: portrait) {
	.modal-popup__footer {
		margin-top: 30px;
	}
}

@media (max-width: 575px) {
	.modal-popup__footer {
		font-size: var(--text-size-small);
		margin-top: 10px;
	}
}

@media (min-width: 576px) and (max-width: 1199px) {
	.modal-popup__footer {
		font-size: calc(14px + 2 * (100vw - 576px) / 624);
	}
}

.a-label {
	--a-label-space: var(--space-s);
	font-size: var(--text-size-smallest);
	pointer-events: none;
}

.a-label_position_absolute {
	position: absolute;
	left: var(--a-label-space);
	top: var(--a-label-space);
}

.a-label_space_xs {
	--a-label-space: var(--space-xs);
}

.a-label-color_light {
	color: var(--color-palette-silver);
}

.a-label-color_dark {
	color: rgba(0, 0, 0, 0.37);
}

.a-label__wrapper {
	position: relative;
}


.text-wrap {}
.text-wrap p {}
.text-wrap p + p,
.text-wrap p + ul {
    margin-top: 12px;
    margin-bottom: 12px;
}
.text-wrap ul {
    list-style-position: inside;
    padding-left: 16px;
}
.text-wrap h2:first-child {
    margin-top: 0;
}
.text-wrap h2 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
}
.text-info {
    margin-top: 24px;
    padding: 16px;
    border-radius: 8px;
    background-color: #dedede;
}