.expo .additional_page_header_aph .mf_header {
	min-height: 343px;
}
.expo .mf_header .mfh_text {
	max-width: 100%;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	padding: 20px 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 48.5%, rgba(0, 0, 0, 0.00) 100%);
}
.expo .mf_header .mfh_title {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1;
}

.page_text {
	padding: 10px 0 0;
}
.page_text p {
	text-align: left !important;
	margin: 0 !important;
	color: #1C1C1C;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px !important;
}

.tab_container{
	display: flex;
	justify-content: center;
	padding: 32px 0;
}
.tab{
	display: flex;
	height: 40px;
	padding: 0 20px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background: #F4F4F8;
	color: #1C1C1C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	min-width: 90px;
}
.tab > span:nth-child(2){
	display: none;
}
.tab1{
	margin-right: 20px;
}
.active{
	background: #CA0303;
	color: #FFF;
}
.place_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}
.place_title div{
	text-align: left;
	color: #1C1C1C;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.place_title div span{
	color: grey;
	font-size: 20px;
}
.place_title div div:last-child{
	font-size: 25px;
	padding-top: 5px;
}
.place_title a{
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #CA0303;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.place_title a img{
	padding-left: 6px;
}
.place_hr{
	margin: 40px 0;
	height: 1px;
	background: #EEEEEE;
}
.place_hr0{display: none;}
.place_photo{
	display: flex;
	justify-content: center;
}
.place_photo img{
	width: calc(33.334% - 14px);
	max-width: 100%;
	border-radius: 10px;
	margin-right: 21px;
}
.place_photo img:last-child{
	margin-right: 0;
}
.btnload {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.showMore {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 191px;
	height: 40px;
	background: #9D0000;
	border-radius: 20px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showMore:hover, .showMore:focus {
	background: #7A0006;
}
.loader {
	display:none;
	border: transparent;
	margin-top: 30px;
	margin-bottom: 30px;
}
.loader:hover {
	border: transparent;
}
.preloader_block .preloader_red, .preloader_block .preloader_red::after, .preloader_block .preloader_red::before {
	width: 40px !important;
	height: 40px !important;
}
.see_also{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 30px;
}

@media only screen and (min-device-width : 1001px) and (max-device-width : 1097px) {
	.place_photo img{
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.place_photo img:nth-child(3){
		display: none;
	}
	.place_photo img:nth-child(2){
		margin-right: 0;
	}
	.page_text p {
		font-size: 16px;
		line-height: 20px !important;
	}
	.expo .mf_header .mfh_text {
		bottom: 0;
	}
	.expo .mf_header .mfh_title {
		font-size: 28px;
	}
	.expo .additional_page_header_aph .mf_header {
		min-height: 245px;
	}
}
@media only screen and (max-device-width : 832px) {
	.place_photo img{
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.place_photo img:nth-child(3){
		display: none;
	}
	.place_photo img:nth-child(2){
		margin-right: 0;
	}
	.page_text p {
		font-size: 16px;
		line-height: 20px !important;
	}
	.expo .mf_header .mfh_text {
		bottom: 0;
	}
	.expo .mf_header .mfh_title {
		font-size: 28px;
	}
	.expo .additional_page_header_aph .mf_header {
		min-height: 245px;
	}
}
@media only screen and (max-device-width : 800px) {
	.mf_header .mfh_darken {
		display: none !important;
	}
}
@media only screen and (max-device-width : 768px) {
	.page div.block > div.content {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.tab > span:nth-child(1){
		display: none;
	}
	.tab > span:nth-child(2){
		display: block;
	}
}
@media only screen and (max-device-width : 640px) {
	.expo .additional_page_header_aph .mf_header {
		min-height: 132px;
		margin-bottom: 56px;
	}
	.expo .mf_header .mfh_text {
		bottom: -56px;
		padding: 16px 0;
		background: #000;
	}
	.expo .mf_header .mfh_title {
		font-size: 24px;
	}
	.page_text {
		padding: 0;
	}
	.place_title div{
		font-size: 20px;
	}
	.place_title div div:last-child {
		font-size: 18px;
	}
	.place_title div span{
		font-size: 16px;
	}
	.place_hr {
		margin: 20px 0;
	}
	.place_title a {
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (max-device-width : 560px) {
	.place_photo img {
		width: unset;
	}
	.place_photo img:nth-child(2){
		display: none;
	}
	.place_photo img:nth-child(1){
		margin-right: 0;
	}
}
@media only screen and (max-device-width : 450px) {
	.expo .additional_page_header_aph .mf_header {
		min-height: 66px;
	}
}

/********************
*** MOBILE TRADER ***
********************/
.flex-container-qr {
	display: flex;
	align-items: center;
	margin: 0 0 100px 0;
}
.flex-container-qr .col-qr:first-child {
	text-align: center;
}
.col-qr {
	flex-basis: 50%;
}
.text-m {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	margin: 0 0 20px 0;
}
.text-s {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 20px 0;
}
.qr-smart {
	max-width: 395px !important;
	margin: 0 auto !important;
}
.mobile_img {
	border-radius: 6px;
}
.qr_btn_container {
	display: flex;
}
.mobile_img {
	width: 140px !important;
	height: 44px;
}
#qrBtn {
	border: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 6px;
}
.qr_img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.qr_btn_container{
	text-align: center;
	margin-top: 20px;
}
.qr_btn_container img {
	border: 1px solid #5A6270;
}
.qrcode-container{
	margin-top: 20px;
	display: flex;
	justify-content:space-evenly;
}
#svg-xml-output-google,#svg-xml-output-apple{
	width:50%;
	text-align:center;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
@media (max-width: 1000px){
	.qr_btn_container {
		margin: 0 auto;
	}
}
@media (max-width: 1024px){
	.qr-smart {
		max-width: 330px !important;
	}
}
@media (min-width: 992px){
	.mobile_img{
		max-width:100%;
	}
	#svg-xml-output-google,#svg-xml-output-apple{
		width:30%;
		font-size: 32px;
	}
}
@media (min-width: 375px){
	#svg-xml-output-google,#svg-xml-output-apple{
		font-size: 18px;
	}
}

@media (min-width: 375px){
	#svg-xml-output-google,#svg-xml-output-apple{
		font-size: 18px;
	}
}

@media (min-width: 425px){
	#svg-xml-output-google,#svg-xml-output-apple{
		font-size: 20px;
	}
}
@media (min-width: 768px){
	.qr_btn_container{
		text-align: left;
		width: max-content;
	}
	.btnQR {
		display:inline-block;
	}
	.mobile_img{
		max-width:130px;
	}
	#svg-xml-output-google,#svg-xml-output-apple{
		width:40%;
		font-size: 24px;
	}
}
@media (max-width: 350px) {
	#app_store .mobile_img {
		margin-right: 0px !important;
		margin-bottom: 10px;
	}
	#app_store_2 .mobile_img {
		margin-right: 0px !important;
		margin-bottom: 10px;
	}
	#google_play .mobile_img {
		margin-bottom: 10px;
	}
	#google_play_2 .mobile_img {
		margin-bottom: 10px;
	}
}
@media (max-width: 768px){
	.qr-block div{
		text-align: center !important;
	}

	.qr-block p{
		text-align: center !important;
	}
	.qr_btn_container {
		margin-top: 2rem;
		display: flex;
		justify-content: center;
		gap: 12px;
	}
	.qr-smart {
		max-width: 302px !important;
	}
	.text-m {
		font-size: 28px;
		line-height: 33px;
		font-weight: 600;
	}
	.text-s {
		font-size: 14px;
	}
	.flex-container-qr {
		flex-direction: column;
		gap: 20px;
	}
}
@media (max-width: 575px){
	.qr-smart {
		max-width: 260px !important;
	}
}
/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 15%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 20px 20px 40px;
	border: 1px solid #888;
	border-radius: 20px;
	width: 80%;
	max-width: 640px;
}
/* The Close Button */
.close {
	position: absolute;
	right: -20px;
	top: -20px;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}