/*@font-face {
    font-family: "Manrope";
    src: url("/fonts/Manrope-Regular.woff2") format("woff2"),
        url("/fonts/Manrope-Regular.woff") format("woff"),
        url("/fonts/Manrope-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/Manrope-SemiBold.woff2") format("woff2"),
        url("/fonts/Manrope-SemiBold.woff") format("woff"),
        url("/fonts/Manrope-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/Manrope-ExtraBold.woff2") format("woff2"),
        url("/fonts/Manrope-ExtraBold.woff") format("woff"),
        url("/fonts/Manrope-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
	font-family: 'Inter';
	src: url(/fonts/Inter-Regular.woff2) format('woff2'),
	url(/fonts/Inter-Regular.woff) format('woff'),
	url(/fonts/Inter-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url(/fonts/Inter-Italic.woff2) format('woff2'),
	url(/fonts/Inter-Italic.woff) format('woff'),
	url(/fonts/Inter-Italic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url(/fonts/Inter-Medium.woff2) format('woff2'),
	url(/fonts/Inter-Medium.woff) format('woff'),
	url(/fonts/Inter-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url(/fonts/Inter-MediumItalic.woff2) format('woff2'),
	url(/fonts/Inter-MediumItalic.woff) format('woff'),
	url(/fonts/Inter-MediumItalic.ttf) format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url(/fonts/Inter-SemiBold.woff2) format('woff2'),
	url(/fonts/Inter-SemiBold.woff) format('woff'),
	url(/fonts/Inter-SemiBold.ttf) format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url(/fonts/Inter-Bold.woff2) format('woff2'),
	url(/fonts/Inter-Bold.woff) format('woff'),
	url(/fonts/Inter-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url(/fonts/Inter-ExtraBold.woff2) format('woff2'),
	url(/fonts/Inter-ExtraBold.woff) format('woff'),
	url(/fonts/Inter-ExtraBold.ttf) format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url(/fonts/Inter-ExtraBoldItalic.woff2) format('woff2'),
	url(/fonts/Inter-ExtraBoldItalic.woff) format('woff'),
	url(/fonts/Inter-ExtraBoldItalic.ttf) format("truetype");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}


.footer,
.bingo-table-width {
	min-width: 1400px !important;
}

header,
header * {
	box-sizing: border-box;
}

header,
header .mid-menu li a,
header .bottom-menu li a,
header .enter-block input,
header .enter-block .select-type-block .btn {
	font-family: 'Inter' !important;
}

header,
header .mid-line, 
header .bottom-line {
	min-width: 1600px;
}

header .mid-line {
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
	background: #6b0c17;
	position: relative;
}
header .mid-line::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	border-bottom: 1px solid transparent;
}

header .mid-line-column {
	display: flex;
	align-items: center;
	height: 100%;
}
header .mid-line-right {
	justify-content: flex-end;
	flex-grow: 1;
}

header .logo-block {
	width: 121px;
	float: none;
}
header .logo-block .logo {
	padding: 0;
}
header .logo-block .logo a {
	display: block;
	width: 121px;
	height: 23px;
	background-size: 100% 100%;
	background-image: url(/img/new-design/logo_new.svg);
}
header .logo-block .logo img {
	display: none;
}

header .mid-menu-block {
	position: relative;
	z-index: 1;
	padding: 0 !important;
	width: auto;
	float: none;
}
header .mid-menu {
	height: 100%;
	margin-left: 30px;
	white-space: nowrap;
	flex-wrap: nowrap;
}

header .mid-menu li a {
	font-weight: 700;
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 12px;
	height: 47px;
	padding: 0 11px;
	text-shadow: none;
	border: 0;
}
header .mid-menu li .ashine {
	color: white !important;
}

header .bottom-line {
	position: relative;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	background: white;
}
header .bottom-line::after {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #e2e4e9;
	pointer-events: none;
}
header .bottom-menu {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	height: 100%;
}
header .bottom-menu li a {
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
	color: #6c7993;
	display: flex;
	align-items: center;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0 10px;
}
header .bottom-menu li a span {
	color: inherit;
	padding-left: 2px;
}
header .bottom-menu li a:focus {
	color: #6c7993;
}
header .bottom-menu li.active a,
header .bottom-menu li a:hover {
    background: #6c7993;
    color: white;
}

header .enter-block {
	float: none;
	min-width: unset;
	display: flex;
	align-items: center;
}
header .enter-block a.remember-pass {
	position: relative;
	top: 8px;
	margin: 0 5px 0 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: rgba(255, 255, 255, .7);
	text-decoration: none;
}
header .enter-block a.remember-pass:hover {
	color: white;
}
header .enter-block input {
	font-weight: 600;
	display: block;
	width: 100%;
	height: 32px;
	padding: 6px 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1.428571428571429;
	line-height: 1;
	line-height: normal;
	color: black;
	background: white;
	border: 1px solid #e2e4e9;
	border-radius: 4px;
	box-shadow: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline: none !important;
}
header .enter-block input:focus {
	background: white;
	border-color: #f0c95b;
}
header .enter-block input::placeholder {
    color: #a7afbe;
}
header .enter-block input::-ms-expand {
	border: 0;
    background-color: transparent;
}
header .enter-block input[name="login"] {
	width: 132px;
}
header .enter-block input[name="passw"] {
	width: 136px;
	margin-left: 4px;
	padding-right: 38px;
}
header .enter-block .enterBtn {
	float: none;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background: #f0c95b;
}
header .enter-block .enterBtn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	background-image: url(/img/new-design/icon-enter.svg);
}
header .enter-block form {
	position: relative;
	float: left;
}
header .enter-block .registration-link {
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	margin-left: 8px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 11px;
	color: #631719;
	background: #f0c95b;
}
header .enter-block .registration-link span {
	background: none;
	padding-right: 0;
}

header .select-type-list {
	float: none;
	padding-top: 2px;
	margin-right: 11px;
}
header .select-type-block {
	float: none;
	margin: 0;
}
header .select-type-block .time {
	float: none;
	margin-right: 4px;
}
header .select-type-block .time-item {
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: white;
	position: relative;
}
header .select-type-block .time-item span {
	background: none;
	font-size: 14px;
}
header .select-type-block .time-item span.active {
	position: relative;
	padding-right: 19px;
}
header .select-type-block .time-item span.active::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	background-image: url(/img/new-design/icon-dropdown.svg);
	opacity: .5;
	transition: opacity .3s, transform .3s;
}
header .select-type-block .time-item span.active:hover::after {
	opacity: 1;
}
header .select-type-block .time-item span.opened::after {
	transform: translateY(-50%) rotate(180deg);
}
header .select-type-block .time-item span.active span {
	border-bottom: 0;
	margin-right: 0;
}
header .select-type-block .time-container {
	width: 200px;
	margin: 0;
	padding: 7px 0;
	background: white;
	border-radius: 8px;
	border-color: #e2e4e9;
	max-height: 240px;
	overflow: auto;
	overflow-x: hidden;
	color: #333c4d;
	top: calc(100% + 14px);
	left: 0;
	box-shadow: 0 2px 4px 0 rgba(108, 121, 147, .08), 0 4px 8px 2px rgba(108, 121, 147, .12);
	user-select: none;
}
header .select-type-block .time-container span {
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
}
header .select-type-block .time-container div {
	float: none;
	padding: 10px 12px;
	position: relative;
}
header .select-type-block .time-container div.active span {
	color: #333c4d;
}
header .select-type-block .time-container div.active::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	background-image: url(/img/new-design/icon-check.svg);
}
header .select-type-block .time-container div.active:hover::after {
	background-image: url(/img/new-design/icon-check-white.svg);
}
header .select-type-block .time-container div:hover {
	background: #6c7993;
}
header .select-type-block .time-container div:hover span {
	color: white;
}

header .select-type-block .lang {
	float: none;
	margin-right: 0;
}
header .select-type-block .lang-item {
	position: relative;
}
header .select-type-block .lang-item img {
	margin: 0;
}
header .title-lang-block,
header .select-type-block .lang-item > span span {
	display: none;
}
header .select-type-block .lang-item > span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: none;
}
header .select-type-block .lang-container {
	margin: 0;
    border-radius: 8px;
    background: white;
	border-color: #e2e4e9;
	color: #333c4d;
	box-shadow: 0 2px 4px 0 rgba(108, 121, 147, .08), 0 4px 8px 2px rgba(108, 121, 147, .12);
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	top: calc(100% + 14px);
	left: 0;
	padding: 7px 0;
	width: 140px;
	user-select: none;
}
header .select-type-block .lang-container div {
	padding: 10px 12px;
	font-size: 12px;
	line-height: 12px;
}
header .select-type-block .lang-container div.active::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	background-image: url(/img/new-design/icon-check.svg);
}
header .select-type-block .lang-container img {
	margin-right: 5px;
	height: 12px;
}
header .select-type-block .lang-container div img {
	position: relative;
	top: 1px;
	margin-bottom: -1px;
}
header .select-type-block .lang-container div.active {
	position: relative;
}
header .select-type-block .lang-container div.active span {
	color: #333c4d;
}
header .select-type-block .lang-container div.active:hover::after {
	background-image: url(/img/new-design/icon-check-white.svg);
}
header .select-type-block .lang-container div:hover {
	background: #6c7993;
}
header .select-type-block .lang-container div:hover span {
	color: white;
}

header .btn-switch-to-new {
	height: 32px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 11px;
	font-weight: 700;
	text-transform: uppercase;
	background: linear-gradient(to bottom, #70d65c 0%, #3da329 100%); 
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, .50) inset;
	color: white;
	text-decoration: none;
	margin-left: 28px;
	padding: 0 12px;
	white-space: nowrap;
}

header .get-message-link {
	font-size: 0;
	padding: 0;
	margin: 0 8px 0 0;
	width: 32px;
	height: 32px;
	background-size: 100% 100%;
	background-image: url(/img/new-design/icon-message.svg);
}
header .get-message-link::before {
	opacity: 0;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	background: #631719;
	left: auto;
	right: 2px;
	top: 2px;
	z-index: 1;
	animation: none;
}
header .get-message-link::after {
	opacity: 0;
	border-radius: 100%;
	width: 6px;
	height: 6px;
	background: white;
	left: auto;
	right: 4px;
	top: 4px;
	z-index: 2;
}
header .get-message-link.has-message::before {
	background-image: none !important;
	opacity: 1;
	background: #631719;
}
header .get-message-link.has-message::after {
	background-image: none !important;
	background: white;
}
header .bets-history-link {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: white;
	width: auto;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	background: none;
}
header .bets-history-link::before {
	content: '';
	width: 24px;
	height: 24px;
	background-size: 100% 100%;
	background-image: url(/img/new-design/icon-history.svg);
	margin-right: 4px;
}

header .mid-line .value-list {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px 0 4px;
	margin-left: 13px;
	float: none;
	min-width: unset;
	height: 32px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .16);
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
header .mid-line .value-list li {
	display: flex;
	align-items: center;
}
header .mid-line .value-list li .currusum {
	font-size: 12px;
}
header .mid-line .value-list .currencyIcon {
	transform: scale(.8);
	transform-origin: 0 50%;
	margin: 0 0 0 3px;
}
header .mid-line .value-list .btn {
	height: 24px;
	border-radius: 4px;
	background: #F0C95B;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
	color: #631719;
	padding: 0 7px;
	margin-left: 0;
}

header .enter-block .exitBtn {
	font-size: 0;
	color: transparent;
	padding: 0;
	min-width: unset;
	width: 32px;
	height: 32px;
	background: url(/img/new-design/icon-exit.svg) 100% 100%;
}

header .enter-block .select-type-block {
	min-width: unset;
	margin: 0 6px 0 9px;
}
header .enter-block .select-type-block .dropdown {
	margin: 0;
	float: none;
}
header .enter-block .select-type-block .btn {
	padding: 0 19px 0 0;
	color: white;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
}
header .enter-block .select-type-block .btn .s-type {
	margin: 0;
	border-bottom: 0;
}
header .enter-block .select-type-block .btn::before {
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: 100% 100%;
	background: url(/img/new-design/icon-dropdown.svg) 100% 100%;
	opacity: .5;
}
header .enter-block .select-type-block .dropdown-menu {
	border-radius: 8px;
	background: white;
    border: 1px solid #e2e4e9;
    left: auto;
    right: 0;
    float: none;
    top: calc(100% + 10px);
    color: #333c4d;
	box-shadow: 0 2px 4px 0 rgba(108, 121, 147, .08), 0 4px 8px 2px rgba(108, 121, 147, .12);
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	padding: 7px 0;
	min-width: 200px;
}
header .enter-block .select-type-block .dropdown-menu > li > a {
	line-height: 12px;
	font-weight: 600;
	padding: 10px 12px 10px 37px;
	color: #333c4d;
}
header .enter-block .select-type-block .dropdown-menu > li > .disable-basket {
	background-image: url(/img/basket-ico.svg) !important;
	background-position: 9px 5px !important;
	background-size: 23px 23px !important;
}
header .enter-block .select-type-block .dropdown-menu > li > .disable-basket:hover {
	background: #6c7993 url(/img/basket-ico-white.svg) 9px 5px no-repeat !important;
	background-size: 23px 23px !important;
}
header .enter-block .select-type-block .dropdown-menu > li > .enable-basket {
	background: url(/img/basket-ico-gray.svg) 9px 5px no-repeat !important;
	background-size: 23px 23px !important;
}
header .enter-block .select-type-block .dropdown-menu > li > .enable-basket:hover {
	background: #6c7993 url(/img/basket-ico-white.svg) 9px 5px no-repeat !important;
	background-size: 23px 23px !important;
}
header .select-type-block .dropdown-menu > li > a:hover {
	background: #6c7993;
	color: white;
}
header .select-type-block .value {
	padding: 10px 12px;
}
header .select-type-block .value .menusum {
	margin-left: 25px;
}
header .table-view-check-block {
	padding: 10px 12px;
}
header .table-view-check-block [type="checkbox"] {
	display: none;
}
header .table_view_checkbox__line {
	top: 5px;
	left: 2px;
}
header .table-view-check-block input[type=checkbox]:checked+label .table_view_checkbox__line::after {
	border-color: #f5c945;
}
header .option-tooltip {
	font-weight: normal;
	box-shadow: 0 2px 4px 0 rgba(108, 121, 147, .08), 0 4px 8px 2px rgba(108, 121, 147, .12);
	border: 1px solid #e2e4e9;
	border-radius: 8px;
	background: white;
	padding: 10px 12px;
	color: #333c4d;
}
header .select-type-block .currencyIcon {
	width: 10px !important;
	height: 12px !important;
}

header .wrong-password-tooltip {
	background: white;
	top: calc(100% + 5px);
	width: 274px;
	right: -1px;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(108, 121, 147, .08), 0 4px 8px 2px rgba(108, 121, 147, .12);
	border: 1px solid #e2e4e9;
	padding: 20px 34px 20px 34px;
}
header .wrong-password-tooltip span {
	position: relative;
	top: auto;
	transform: none;
	font-weight: 600;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}
header .wrong-password-tooltip .close-tooltip {
	top: -1px;
	border-radius: 4px;
}
header .wrong-password-tooltip::before {
	top: 50%;
	transform: translateY(-50%);
}
header .wrong-password-tooltip::after {
	display: none;
}
header .gift-ico {
	position: relative;
	z-index: 99;
	display: block;
	width: 32px;
	height: 32px;
	background-size: 100% 100%;
	background-image: url(/img/new-design/icon-gift.svg);
	margin: 0 8px 0 -4px;
}
header .gift-ico .option-tooltip {
	right: auto;
	top: calc(100% + 5px);
	bottom: auto;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	font-weight: 600;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(108, 121, 147, .08), 0 4px 8px 2px rgba(108, 121, 147, .12);
	border: 1px solid #e2e4e9;
	padding: 10px 20px;
	color: #333c4d;
}
header .gift-ico .option-tooltip::before {
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent white transparent;
	top: -7px;
}


header .mid-line .value-list .currencyIcon.value-type1 {
	background-image: url(/img/cur_white__1.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type2 {
	background-image: url(/img/cur_white__2.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type3 {
	background-image: url(/img/cur_white__3.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type4 {
	background-image: url(/img/cur_white__4.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type5 {
	background-image: url(/img/cur_white__5.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type6 {
	background-image: url(/img/cur_white__6.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type7 {
	background-image: url(/img/cur_white__7.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type8 {
	background-image: url(/img/cur_white__8.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type9 {
	background-image: url(/img/cur_white__9.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type10 {
	background-image: url(/img/cur_white__10.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type11 {
	background-image: url(/img/cur_white__11.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type12 {
	background-image: url(/img/cur_white__12.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type13 {
	background-image: url(/img/cur_white__13.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type14 {
	background-image: url(/img/cur_white__14.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type15 {
	background-image: url(/img/cur_white__15.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type16 {
	background-image: url(/img/cur_white__16.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type19 {
	background-image: url(/img/cur_white__19.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type20 {
	background-image: url(/img/cur_white__20.svg) !important;
}
header .mid-line .value-list .currencyIcon.value-type21 {
	background-image: url(/img/cur_white__21.svg) !important;
}

header .select-type-block .currencyIcon.value-type1 {
	background-image: url(/img/cur_gray__1.svg) !important;
	width: 14px !important;
	height: 12px !important;
}
header .select-type-block .currencyIcon.value-type2 {
	background-image: url(/img/cur_gray__2.svg) !important;
}
header .select-type-block .currencyIcon.value-type3 {
	background-image: url(/img/cur_gray__3.svg) !important;
}
header .select-type-block .currencyIcon.value-type4 {
	background-image: url(/img/cur_gray__4.svg) !important;
}
header .select-type-block .currencyIcon.value-type5 {
	background-image: url(/img/cur_gray__5.svg) !important;
}
header .select-type-block .currencyIcon.value-type6 {
	background-image: url(/img/cur_gray__6.svg) !important;
}
header .select-type-block .currencyIcon.value-type7 {
	background-image: url(/img/cur_gray__7.svg) !important;
}
header .select-type-block .currencyIcon.value-type8 {
	background-image: url(/img/cur_gray__8.svg) !important;
}
header .select-type-block .currencyIcon.value-type9 {
	background-image: url(/img/cur_gray__9.svg) !important;
}
header .select-type-block .currencyIcon.value-type10 {
	background-image: url(/img/cur_gray__10.svg) !important;
}
header .select-type-block .currencyIcon.value-type11 {
	background-image: url(/img/cur_gray__11.svg) !important;
	width: 11px !important;
}
header .select-type-block .currencyIcon.value-type12 {
	background-image: url(/img/cur_gray__12.svg) !important;
}
header .select-type-block .currencyIcon.value-type13 {
	background-image: url(/img/cur_gray__13.svg) !important;
	width: 8px !important;
}
header .select-type-block .currencyIcon.value-type14 {
	background-image: url(/img/cur_gray__14.svg) !important;
}
header .select-type-block .currencyIcon.value-type15 {
	background-image: url(/img/cur_gray__15.svg) !important;
	width: 9px !important;
}
header .select-type-block .currencyIcon.value-type16 {
	background-image: url(/img/cur_gray__16.svg) !important;
	width: 7px !important;
}
header .select-type-block .currencyIcon.value-type19 {
	background-image: url(/img/cur_gray__19.svg) !important;
	width: 7px !important;
}
header .select-type-block .currencyIcon.value-type20 {
	background-image: url(/img/cur_gray__20.svg) !important;
	width: 9px !important;
}
header .select-type-block .currencyIcon.value-type21 {
	background-image: url(/img/cur_gray__21.svg) !important;
	width: 11px !important;
}

.warning-link {
	color: #6C7993;
	height: 33px;
	line-height: 33px;
}

.harm-window{
	font-size: 12px;
	font-family: "Inter";
}

header .bottom-menu li .harm-window a {
	font-size: 12px;
	font-weight: normal;
	background: none;
	color: #6B0C16;
}