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

@font-face {
    font-family: 'Manrope';
    src: url('/mobile/templates/mobile_uiux/fonts/Manrope-Medium.woff2') format('woff2'),
        url('/mobile/templates/mobile_uiux/fonts/Manrope-Medium.woff') format('woff'),
        url('/mobile/templates/mobile_uiux/fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

.m_cont,
.m_cont1,
body.banner .m_cont,
body.banner .m_cont1 {
	padding-top: 96px;
	/*padding-top: 136px;*/
}

/*body.hide-new-banner .m_cont,
body.hide-new-banner .m_cont1{
    padding-top: 96px !important;
}*/


.app-banner {
	display: none !important;
}

.hide-new-banner .btn-switch-to-new{
    display: flex;
}

.btn-switch-to-new {
	font-family: 'Inter';
	height: 40px;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to right, #ff3030, #b81414);
	padding: 0 10px;
	position: relative;
	z-index: 2;
    display: none;
}
.btn-switch-to-new .text {
	color: white;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
}
.btn-switch-to-new .button {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	border-radius: 8px;
	height: 28px;
	border: 1px solid #E2E4E9;
	background: #FFF;
	font-size: 12px;
	line-break: 12px;
	font-weight: bold;
	color: #0A0C0F;
	padding: 0 7px;
	margin-left: 17px;
}

.btn-switch-to-new .close-banner-ico{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: transparent 100% 100% url(/mobile/templates/mobile_uiux/images/app-banner-close-white.svg);
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    display: block;
}