.inputCont {
	display: flex;
	gap: 18px;
}

#stb_subscribe * {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	border: 0;
	color: #000;
	box-sizing: border-box;
}

#stb_subscribe ul,
#stb_subscribe ol {
	padding-left: 16px;
	white-space: initial;
}

#stb_subscribe {
	width: 100%;
	padding: 24px 0 0;
	margin: 0;
	box-sizing: border-box;
}

#stb_subscribe .stb_header {
	width: 100%;
	overflow: hidden;
	text-align: left;
	padding-bottom: 40px;
}

#stb_subscribe .stb_header img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

#stb_subscribe .stb_form_title {
	font-size: 24px;
	padding-bottom: 30px;
	color: #333;
	line-break: anywhere;
}

#stb_subscribe .stb_form_description {
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 1.71;
	color: #333;
	line-break: anywhere;
}

#stb_subscribe .stb_form_description a {
	text-decoration: underline;
	color: #3e81f6;
}

#stb_subscribe .stb_form_set {
	width: 100%;
	padding-bottom: 15px;
	overflow: hidden;
	position: relative;
}

#stb_subscribe .stb_form_set .stb_form_set_label {
	padding-bottom: 10px;
	display: block;
}

#stb_subscribe .stb_form_set .stb_form_set_label .stb_asterisk {
	color: #ff6464;
}

#stb_subscribe .stb_form_set .stb_form_set_input {
	display: block;
	font-size: 14px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 24px;
	background: #fff;
	border-radius: 30px;
}

#stb_subscribe .stb_form_set select {
	display: block;
	width: 100%;
	padding: 8px 15px 8px 10px;
	border: solid 1px #b4b4b4;
	background: #fff;
}

#stb_subscribe .stb_form_set .stb_form_radio {
	padding-bottom: 8px;
}

#stb_subscribe .stb_form_set .stb_form_radio.deselect {
	text-decoration: underline;
	cursor: pointer;
	display: none;
}

#stb_subscribe .stb_form_set .stb_form_radio.etc_input {
	display: none;
}

#stb_subscribe .stb_form_policy {
	position: relative;
	padding-bottom: 6px;
}

#stb_subscribe .stb_form_policy.odd {
	position: relative;
	padding-bottom: 10px;
}

#stb_subscribe .stb_form_policy * {
	vertical-align: middle;
	font-weight: 400;
}

#stb_subscribe .stb_form_policy label input {
	width: 16px;
	height: 16px;
	margin: 1px 12px 0 0;
	border: 1px solid #c7c7c7;
}

#stb_subscribe .stb_form_policy label button {
	color: #222;
	cursor: pointer;
	background: none;
	text-decoration: underline;
}

#stb_subscribe .stb_form_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100000;
}

#stb_subscribe .stb_form_modal.blind {
	display: none !important;
}

#stb_subscribe .stb_form_modal_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 1;
}

#stb_subscribe .stb_form_ad_modal_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 1;
}

#stb_subscribe .stb_form_modal_body {
	background: #fff;
	width: 94%;
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	padding:25px;
}

#stb_subscribe .stb_form_modal_body p {
	margin-block-start: 0em;
	margin-block-end: 0em;
}

#stb_subscribe .stb_form_modal_title {
	font-size: 18px;
	font-weight: 700;
	padding: 24px 0 16px;
	color: #222;
}
#stb_subscribe .stb_form_modal_title:first-child{
	padding-top: 6px;
}
#stb_subscribe .stb_form_modal_text {
	font-size: 16px;
	line-height: 1.71;
	color: #222;
	margin: 0 30px;
	max-height: 200px;
	overflow-y: auto;
	white-space: initial !important;
}

#stb_subscribe .stb_form_modal_btn {
	padding: 30px;
	text-align: center;
}

#stb_subscribe .stb_form_modal_btn button {
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #e6e6eb;
	color: #333;
	cursor: pointer;
}

#stb_subscribe .stb_form_set_submit {
	padding-top: 10px;
}

#stb_subscribe .stb_form_submit_button {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 54px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	line-height: 54px;
	font-weight: 700;
	border: 1.5px solid #222;
	align-items: center;
	gap:8px;
	background-color: #fff;
	transition: background-color 0.2s ease;
}
#stb_subscribe .stb_form_submit_button:hover {
	background-color:#FFA400;
}

#stb_subscribe .stb_form_submit_button.disabled {
	pointer-events: none;
	opacity: 0.5;
}

#stb_subscribe.theme-page .stb_form_submit_button {
	width: 100%;
}

#stb_subscribe .stb_form_result {
	display: none;
	padding: 0 0 0 0;
	text-align: left;
}

#stb_subscribe .box-info { margin: 0 auto !important; }
#stb_subscribe .form-input .img { display: none; }
#stb_subscribe .form-inline { float: left; width: 100%; }
#stb_subscribe .form-group { padding-bottom: 0 !important; margin: 0 !important; margin-bottom: 15px !important; color: #555 !important; }
#stb_subscribe .stb_form_modal_btn { float: left; width: 100%; padding: 5px 0 !important; }
#stb_subscribe .stb_form_modal_btn button { background: #ffa200 !important; color: #222 !important; font-size: 15px !important; font-weight: 700; border:1.5px solid #222;}
#stb_subscribe .stb_form_modal_body p {  width: 100%; margin: 0 0 15px 0 !important; line-height: 20px !important; color: #666; font-size: 14px !important; }
#stb_subscribe .stb_form_modal_body p.stb_form_modal_margin { margin-bottom: 20px !important; }
#stb_subscribe .stb_form_modal_body table { width: 100%; margin-bottom: 15px; text-align: center; background: #f5f5f7; }
#stb_subscribe .stb_form_modal_body table th { border-bottom: 1px solid #999; }
#stb_subscribe .stb_form_modal_body table th,
#stb_subscribe .stb_form_modal_body table td { padding: 7px 10px; font-size: 12px !important; line-height: 1.4 !important; }
#stb_subscribe .stb_form_modal_body .stb_form_modal_box { height: 250px; overflow-y: scroll; }
@media only screen and (max-width: 1024px) {
	.frontPage .huhu .cont {
		flex-direction: column;
	}
	.frontPage .huhu .lefter {
		width:100%;
	}
	.frontPage .huhu .texterCont {
		position: relative;
	}
	.frontPage .huhu .lefter .texterCont img {
		position: absolute;
		top:-20px;
		right:0;
		width:37%;
		height:auto
	}
	.frontPage .huhu .cont h2 {
		font-size: 20px;
		line-height: 28px;
	}
	.frontPage .huhu h2 + p {
		font-size: 14px;
		line-height: 20px;
	}
	.frontPage .inputCont {
		flex-direction: column;
		gap: 0;
	}
	.frontPage #stb_subscribe .stb_form_set {
		padding-bottom: 0;
	}
	.frontPage #stb_subscribe .stb_form_set .stb_form_set_input{
		height:40px;
		padding:0 22px!important;
		margin-bottom: 20px;
	}
	.frontPage #stb_subscribe input[type="checkbox"] {
		margin:3px 8px 0 0 !important;
		padding: 0!important
	}
	.frontPage #stb_subscribe .stb_form_submit_button {
		width:74%;
		padding: 0 !important;
		font-size: 14px;
		height: 44px;
		line-height: 44px;
	}
	.frontPage .huhu .righter {
		width:100%;
		margin-top: 16px;
	}
	.frontPage .huhu .righter li h3 {
		font-size: 14px;
		line-height: 18px;
	}
	.frontPage .huhu .righter li a {
		gap:16px;
	}
	.frontPage .huhu .righter li p {font-size: 12px;}
}