.support_info {
    width:630px;
    height:auto;
    text-align: center;
    margin: 0 auto;
    visibility: hidden;
    font-size: 22px; color: #000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.support_button_label {
    transform: translate(-0%, -190%);
    color: #562a00;
    user-select: none;
    pointer-events: none;
}

.support_footer {
    width:100%;
    height: 51px;
}

.support_body {
	border:0; 
	margin:0 auto; 
	font: 12px/17px Tahoma; 
	padding:10px; 
	width:730px; 
	font-size: 15px;
}

.support_iframe {
	background-color:#ffffff;
}

body.support_contents_body 
{
	border:0; 
	margin:0 auto; 
	font: 12px/17px Tahoma; 
	width:490px; 
	font-size: 15px;
	background-color: #E6C6A0;
	
	overflow-x:hidden;
    height:100%; 
    width:100%; 
}

.main_support_div {
	background-image: url(images/bg.png); 
	width: 625px; 
	height: 675px; 
	position: relative;
	background-repeat: no-repeat;
}

.title_support_div {
	background-image: url(images/title_bg.png); 
	background-repeat: no-repeat;
	position:absolute; 
	left:170px; 
	top:-13px; 
	width: 286px; 
	height:49px; 
	text-align: center; 
	padding-top:12px;
	color: #FFEECB;
	font-size: 18px;
}

.description_support_div {
	position:absolute; 
	left:65px; 
	top:43px; 
	width: 495px;
	text-align: center;
	vertical-align: middle;
	color:#642D0D;
	font-size: 14px;
}

.crumbs_support_div {
	text-align:left;
	position:absolute; 
	left:70px; 
	top:116px;
	width:500px;
	color:#642D0D;
}

.content_support_div {
	
}

.support_close_button {
	top: 7px;
	left: 574px;
	position: absolute;
}

.support_content_iframe {
	text-align: left;
	width: 490px;
	height: 452px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	left: 70px;
	top: 192px;
	background-color: #E6C6A0;
}

.support_answer {
	width: 470px;
	padding: 10px;
}

.support_form {
	width: 470px;
	padding: 10px;
	height: 420px !important;
}

.support_field_text {
	height: 58px !important;
}

.support_field_longtext {
	height: auto !important;
}

.support_field_screenshot {
	height: 30px !important;
}

.support_field_submit {
	height: 58px !important;
}


.form_field_caption {
	color:#642D0D;
}

/*#submitFormButton {
	border-radius: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: 
}*/

.support_input {
	width: 450px;
	border: 2px solid #B2997B;
	border-radius: 5px;
	background-color:#ffe4c2;
	font-size: 15px;
	color: #642D0D;
	margin-bottom: 10px;
	padding: 5px;
}

.support_input_button {
	width: 300px;
	border: 2px solid #B2997B;
	border-radius: 5px;
	background-color:#fac885;
	font-size: 15px;
	color: #642D0D;
	margin-bottom: 10px;
	padding: 5px;
}

a.support_menu_item {
	background-color: #E6C6A0; 
	color: #642D0D; 
	width: 450px; 
	display: block; 
	float: left; 
	border-bottom: 1px solid #CFAD89; 
	text-decoration:none;
	padding-left:14px;
	padding-right:26px;
	padding-top:14px;
	padding-bottom:16px;
}

a.support_menu_item:hover {
	background-color: #CDAC88; 
	color: #FFFFFF; 
	text-decoration: none;
}

a.support_crumb_link{
	color: #E36400;
	text-decoration: none;
}


/* ===== MOBILE SUPPORT (landscape) ===== */

.support_iframe_mob {
	background-color: #E6C6A0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.support_iframe_mob .support_body {
	height: 100%;
}

.support_body_mob {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 12px/17px Tahoma, Arial, sans-serif;
	background-color: #E6C6A0;
	display: flex;
	flex-direction: column;
}

.main_support_div_mob {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.title_support_div_mob {
	background-image: url(images/title_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	text-align: center;
	padding: 8px 10px 8px 10px;
	color: #FFEECB;
	font-size: 16px;
	height: 40px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-sizing: border-box;
}

.support_close_button_mob {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 10;
}

.support_close_button_mob img {
	width: 32px;
	height: 32px;
	display: block;
}

.description_support_div_mob {
	text-align: center;
	color: #642D0D;
	font-size: 13px;
	padding: 3px 50px 3px 10px;
	flex-shrink: 0;
	min-height: 0;
}

.description_support_div_mob:empty {
	display: none;
}

.crumbs_support_div_mob {
	text-align: left;
	color: #642D0D;
	font-size: 12px;
	padding: 2px 10px;
	flex-shrink: 0;
	min-height: 0;
}

.crumbs_support_div_mob:empty {
	display: none;
}

.support_content_iframe_mob {
    background-color: #E6C6A0;
    -webkit-overflow-scrolling: touch;
    position: relative;
    flex-grow: 1;
    height: auto !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.content_support_div_mob {
	padding: 4px 10px;
    box-sizing: border-box;
    overflow: auto;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

/* Content class overrides inside mob container */

.support_iframe_mob .support_answer {
	width: 100%;
	padding: 6px 0;
	box-sizing: border-box;
}

.support_iframe_mob .support_form {
	width: 100%;
	padding: 6px 0;
	height: auto !important;
	box-sizing: border-box;
}

.support_iframe_mob .support_input {
	width: 100%;
	box-sizing: border-box;
}

.support_iframe_mob .support_input_button {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	padding: 8px 5px;
	min-height: 40px;
}

.support_iframe_mob a.support_menu_item {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	padding: 12px 10px;
}

.support_iframe_mob .support_field_text {
	height: auto !important;
	min-height: 44px;
}

.support_iframe_mob .support_field_screenshot {
	height: auto !important;
	min-height: 44px;
}

.support_iframe_mob .support_field_submit {
	height: auto !important;
	min-height: 44px;
}

.support_iframe_mob a.support_crumb_link {
	color: #E36400;
	text-decoration: none;
	font-size: 12px;
}

/* Мобильный оверлей экрана ошибки */
.support_info_mob {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	overflow-y: auto;
	z-index: 9999;
	background-color: #E6C6A0;
	box-sizing: border-box;
	padding: 20px;
	margin: 0 !important;
}
