@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
html,
body {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #595a5c;
}

a {
	color: #595a5c;
}

a:active,
a:focus {
	outline: none;
}

ul,
ol {
	list-style: none;
}

ul,
li,
ol {
	padding: 0;
	margin: 0;
}

.g-container {
	margin: 0 auto;
	width: 100%;
	min-width: 768px;
}

.g-site_width {
	margin: 0 auto;
	width: 100%;
	max-width: 1034px;
}

.btn.active.focus {
	outline: none;
}

.g-content {
	overflow: hidden;
}
.b-error_page_content{
	font-size: 35vw;
font-weight: bold;
color: #4a8faa;
text-align: center;
}

/*
=================================================================
font
=================================================================
*/

@font-face {
	font-family: 'avenir-black';
	src: local('Avenir Black'), local('avenir-black'), url('/fonts/AvenirLTStd-Black.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'avenir-book';
	src: local('Avenir Book'), local('avenir-book'), url('/fonts/AvenirLTStd-Book.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'avenir-heavy';
	src: local('Avenir Heavy'), local('avenir-heavy'), url('/fonts/AvenirLTStd-Heavy.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'avenir-medium';
	src: local('Avenir Medium'), local('avenir-medium'), url('/fonts/AvenirLTStd-Medium.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

/*
=================================================================
		Global styles
=================================================================
*/

/*
 * Header
 */

.g-header {
	float: left;
	position: relative;
	width: 100%;
	border-bottom: 3px solid #4a8ead;
	padding: 0 0 15px;
}

.g-header .g-site_width {
	max-width: 1408px;
}

.g-logo {
	float: left;
	margin: 19px 26px 0 0;
	width: 247px;
}

.g-logo img {
	width: 100%;
}

.g-header_logo {
	float: left;
	margin: 33px 0 0;
}

.g-header_logo p {
	color: #4a8faa;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
}

.g-header_logo p span {
	color: #a6a8ab;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.4;
}

.g-header_contact {
	float: right;
	margin: 43px 0 0 0;
	font-size: 20px;
	font-weight: bold;
}

.g-header_contact a {
	font-weight: bold;
	color: #4a8faa;
}

.g-header_contact a:hover {
	color: #595a5c;
}

.g-header_contact span {
	padding: 0 10px;
}

/*
=================================================================
		Footer
=================================================================
*/

.g-footer {
	background: #8c8a8c;
	text-align: center;
	color: #fff;
	padding: 68px 0;
	margin: 40px 0 0;
}

.g-footer .g-site_width {
	max-width: 1196px;
}

.g-footer p {
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}

.g-footer p a {
	color: #fff;
	text-decoration: underline;
}

.g-footer p a:hover {
	text-decoration: none;
	color: #fff;
}

.g-footer_disclaimer {
	margin: 20px 0 0;
}

.g-footer_disclaimer header {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 17px;
}

.g-footer_disclaimer p {
	margin: 0 0 13px;
}

/*
=================================================================
		Page Styles
=================================================================
*/

.g-styles p {
	font-size: 19px;
	line-height: 1.5;
	margin: 0 0 10px;
	text-align: center;
}

/*
=================================================================
		Step Form Page
=================================================================
*/

.b-question_img {
	background-size: cover;
	background-position: top center;
	height: 426px;
	width: 100%;
	color: #fff;
	text-align: center;
	margin: 0 0 65px;
}

.b-question_img .g-site_width {
	max-width: 1408px;
}

.b-question_img_man {
	background-image: url('/images/man_bg.jpg');
}

.b-question_img_woman {
	background-image: url('/images/woman_bg.jpg');
}

.b-question_img header {
	color: #a6a8ab;
	font-size: 46px;
	font-weight: bold;
}

.b-question_img p {
	color: #fff;
	font-size: 110px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

.b-question_img_right,
.b-question_img_left {
	padding: 73px 0 0;
	width: 500px;
}

.b-question_img_right {
	float: right;
}

.b-question_img_left {
	float: left;
}

/*
 * Questionary form
 */

#j-form_slider {
	opacity: 0;
}

.b-question_form {
	padding: 49px 0;
	text-align: center;
}

.b-question_form header {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.b-question_form header span {
	color: #ff0000;
}

.b-question_form header.has-error {
	color: #ff0000;
}

.b-question_form header.has-success,
.b-question_form header.has-success span {
	color: #3c763d;
}

.b-question_form .chosen-container {
	display: inline-block;
	width: 100%;
	max-width: 381px;
	text-align: left;
}

.b-question_form .chosen-container-single .chosen-single {
	background: #fff linear-gradient(to top, #e8e8e9, #ffffff) repeat scroll 0 0;
	border: 1px solid #babcbe;
	border-radius: 9px;
	display: inline-block;
	height: auto;
	padding: 17px 45px 17px 21px;
	width: 100%;
}

.b-question_form .chosen-container-single .chosen-single span {
	font-size: 23px;
	line-height: 1.3;
}

.chosen-container-single .chosen-single div {
	width: 23px;
	right: 18px;
}

.b-question_form .chosen-container-single .chosen-single div b {
	background: url('/images/select_arrow.png') no-repeat center center;
}

.b-question_form .chosen-container-single .chosen-drop {
	margin-top: -7px;
}

.b-question_form .chosen-container .chosen-results {
	width: 100%;
	max-height: 192px;
}

.b-question_form .chosen-container .chosen-results li {
	font-size: 15px;
	line-height: 1.2;
	float: none;
}

.b-question_form .chosen-container .chosen-results li.highlighted {
	background: #498faa;
}

.b-help_info {
	color: #848689;
	font-size: 25px;
	line-height: 1.3;
	margin: 7px 0 0;
}

.b-question_field {
	margin: 22px 0 0;
	padding: 0 0 40px;
}

.b-question_form .l-two_colums.checkbox.checkbox-inline,
.b-question_form .l-two_colums.radio.radio-inline {
	max-width: 500px;
	padding: 0 20px;
	text-align: left;
	vertical-align: top;
	width: 49%;
	display: inline-block;
	margin: 0 0 10px;
}

.b-question_form .l-two_colums.radio.radio-inline {
	float: left;
}

.b-question_field input {
	max-width: 600px;
	margin: 0 auto;
}

.b-question_form button,
.b-question_form a {
	display: none;
	vertical-align: middle;
}

.b-question_form p.b-doctor_message {
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 40px;
}

/*
 * Step Form
 */

.b-step_form form {
	float: left;
	width: 100%;
}

.b-step_form .g-site_width {
	max-width: 800px;
	background: #fcfdfd none repeat scroll 0 0;
	border: 1px solid #a0a0a0;
	padding: 10px 19px;
}

.b-step_form .checkbox-inline,
.b-step_form .radio-inline {
	float: left;
	width: 100%;
	margin: 0px 0 5px;
	padding: 0px;
}

.b-step_form .checkbox-inline input,
.b-step_form .radio-inline input {
	margin: 5px 0 0;
}

.b-step_form .checkbox-inline label,
.b-step_form .radio-inline label {
	color: #505050;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
}

.b-step_row {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.b-step_form .b-step_row header {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
	line-height: 1.4;
}

.b-step_header {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 40px;
	text-align: center;
}

.b-step_form .b-help_info {
	color: #838588;
	font-size: 14px;
	margin: 5px 0;
}

/*
=================================================================
		Layouts Styles
=================================================================
*/

.l-page_title {
	color: #4a8faa;
	font-size: 56px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 7px;
	padding: 0;
	text-align: center;
}

.l-sub_title {
	color: #a6a8ab;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 22px;
	padding: 0;
	text-align: center;
}

.l-button_wrap {
	text-align: center;
	margin-top: 51px;
}

.l-button {
	background: url('/images/btn_yellow.png') top left no-repeat;
	width: 262px;
	height: 85px;
	border: none;
	font-size: 34px;
	font-weight: bold;
	color: #1a1a1a;
}

.l-button:hover,
.l-button:focus,
a.l-button:hover,
a.l-button:focus {
	background-position: bottom right;
	text-decoration: none;
	color: #1a1a1a;
}

a.l-button {
	display: inline-block;
	line-height: 80px;
}

/*
 * Styled checkboxes
 */

.l-styled_form .checkbox {
	padding-left: 20px;
}

.l-styled_form .checkbox,
.l-styled_form .checkbox+.checkbox {
	margin-top: 0px;
}

.l-styled_form .checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
	font-size: 23px;
	line-height: 1.3;
	color: #595a5c;
}

.l-styled_form .checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 21px;
	height: 21px;
	left: 0;
	top: 4px;
	margin-left: -25px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
}

.l-styled_form .checkbox label::after {
	color: #555555;
	display: inline-block;
	font-size: 14px;
	height: 16px;
	left: 0;
	margin-left: -25px;
	padding-left: 3px;
	padding-top: 1px;
	position: absolute;
	top: 5px;
	width: 16px;
}

.l-styled_form .checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
}

.l-styled_form .checkbox input[type="checkbox"]:focus+label::before,
.l-styled_form .radio input[type="radio"]:focus+label::before {
	outline: none;
	outline: none -webkit-focus-ring-color;
}

.l-styled_form .checkbox input[type="checkbox"]:checked+label::after {
	font-family: "Glyphicons Halflings";
	content: "\e013";
	color: #fff;
}

.l-styled_form .checkbox.checkbox-inline {
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 40px;
}

.l-styled_form .checkbox input[type="checkbox"]:checked+label::before {
	background-color: #498faa;
	border-color: #498faa;
}

.l-styled_form .radio {
	padding-left: 20px;
	margin: 0 15px 10px;
}

.l-styled_form .radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
	font-size: 23px;
	line-height: 1.3;
	color: #595a5c;
}

.l-styled_form .radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 23px;
	height: 23px;
	left: 0;
	top: 3px;
	margin-left: -23px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.l-styled_form .radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 13px;
	height: 13px;
	left: 2px;
	top: 8px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.l-styled_form .radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
}

.l-styled_form .radio input[type="radio"]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.l-styled_form .radio input[type="radio"]:disabled+label::before {
	cursor: not-allowed;
}

.l-styled_form .radio.radio-inline {
	margin-top: 0;
}

.l-styled_form .radio-info input[type="radio"]+label::after {
	background-color: #498faa;
}

.l-styled_form .radio-info input[type="radio"]:checked+label::before {
	border-color: #498faa;
}

.l-styled_form .radio-info input[type="radio"]:checked+label::after {
	background-color: #498faa;
}

/*
=================================================================
	Mobile
=================================================================
*/

.g-mobile_header {
	text-align: center;
	border-bottom: 13px solid #132835;
	padding: 0 0 0px;
}

.g-mobile_logo {
	display: none;
	float: none;
	width: 320px;
	display: inline-block;
	margin: 10px auto;
}

.g-mobile_logo img {
	width: 100%;
}

.g-mobile_header_logo {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.g-mobile_header_logo p {
	color: #4a8faa;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
}

.g-mobile_header_logo p span {
	color: #a6a8ab;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.4;
}

.g-mobile_header_contact {
	display: none;
}

.g-mobile_header_contact a:hover {
	color: #4a8faa;
}

.b-step_one_content_mobile {
	margin-top: 0px;
}

.b-step_one_content_mobile h1,
.l-page_title_mobile {
	background: #4a8faa;
	color: #fff;
	font-size: 34px;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 10px;
}

/*
=================================================================
VSL
=================================================================
*/

.b-vsl {
	padding-top: 30px;
}

.b-vsl_advertorial {
	font-size: 22px;
	text-align: center;
	padding: 5px 15px 20px;
}

.b-vsl .g-site_width {
	max-width: 1244px;
}

.b-vsl .g-footer {
	margin-top: 0;
}

.b-vsl_header {
	padding: 10px 0;
	box-shadow: 0px 0px 3px 2px #999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9;
}

.b-vsl_header .g-site_width {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.b-vsl_header_logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}

.b-vsl_header_logo:hover {
	text-decoration: none;
}

.b-vsl_header_logo img {
	width: 180px;
}

.b-vsl_header_logo span {
	font-size: 26px;
	color: #4a8faa;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
}

.b-vsl_header_logo span span {
	color: #a6a8ab;
}

.b-vsl_header_list {
	color: #a6a8ab;
}

.b-vsl_header_list li {
	display: inline-block;
	font-weight: bold;
	font-size: 22px;
	color: #4a8faa;
	padding: 6px 10px;
}

.b-vsl_header_list li:first-child {
	border-right: 2px solid #a6a8ab;
}

.b-vsl_header_contact {
	font-weight: bold;
}

.b-vsl_header_contact {
	text-decoration: none;
	font-weight: bold;
	color: #a6a8ab;
	position: relative;
	padding-left: 30px;
	font-size: 20px;
	display: inline-block;
}

.b-vsl_header_contact:hover {
	text-decoration: none;
	color: #4a8faa;
}

.b-vsl_header_contact:before {
	content: '';
	width: 25px;
	height: 25px;
	background: url(/images/vsl-phone.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -6px;
}

.b-vsl_hero {
	background: rgb(219, 232, 238);
	padding: 60px 0;
}

.b-vsl_video_wrap {
	background: #fff;
	padding: 30px 40px;
	box-shadow: 1px 1px 1px 1px #999;
}

.b-vsl_video_header {
	background: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
}

.b-vsl_video_header span {
	display: inline-block;
	padding: 0 10px;
	position: relative;
}

.b-vsl_video_header span:first-child {
	border-right: 1.5px solid #a6a8ab;
	padding-left: 35px;
}

.b-vsl_video_header span:last-child {
	padding-right: 35px;
}

.b-vsl_video_header span:first-child:before {
	content: '';
	width: 25px;
	height: 25px;
	background: url(/images/vsl_icon_sound.jpg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 5px;
	top: -3px;
}

.b-vsl_video_header span:last-child:after {
	content: '';
	width: 25px;
	height: 25px;
	transform: rotate(180deg);
	background: url(/images/vsl_icon_sound.jpg) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 5px;
	top: -3px;
}

.b-vsl_video_container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.b-vsl_video_left {
	flex-basis: 68%;
	flex-grow: 0;
}

.b-vsl_video_right {
	flex-basis: 28%;
	flex-grow: 0;
}

.b-vsl_video {
	position: relative;
	padding-bottom: 56.2%;
}

.b-vsl_video img,
.b-vsl_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.b-vsl_video_right img {
	width: 100%;
	display: block;
	margin: 0 auto 10px;
}

.b-vsl_video_right {
	font-size: 14px;
	line-height: 1.2;
}

.b-vsl_next {
	font-weight: 400;
	color: #58595b;
	font-size: 22px;
	border: 1.5px solid #f69322;
	background: rgb(253, 191, 45);
	background: -moz-linear-gradient(left, rgb(253, 191, 45) 0%, rgb(253, 175, 78) 100%);
	background: -webkit-linear-gradient(left, rgb(253, 191, 45) 0%, rgb(253, 175, 78) 100%);
	background: linear-gradient(to right, rgb(253, 191, 45) 0%, rgb(253, 175, 78) 100%);
	text-align: center;
	max-width: 100%;
	width: 250px;
	display: block;
	margin: 20px auto;
	padding: 10px 15px;
	margin-bottom: 11px;
	cursor: pointer;
	text-decoration: none;
	display: none;
}

.b-vsl_next:hover,
.b-vsl_next:focus,
.b-vsl_next:active {
	color: #58595b;
	background: rgb(253, 175, 78);
	background: -moz-linear-gradient(left, rgb(253, 175, 78) 0%, rgb(253, 191, 45) 100%);
	background: -webkit-linear-gradient(left, rgb(253, 175, 78) 0%, rgb(253, 191, 45) 100%);
	background: linear-gradient(to right, rgb(253, 175, 78) 0%, rgb(253, 191, 45) 100%);
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.b-vsl_btn {
	background: linear-gradient(45deg, #e1b928 0%, #fdbf2c 34%, #fdbf2c 50%, #fdbf2c 61%, #e1b928 100%);
	display: block;
	margin: 0 auto;
	color: #000;
	text-align: center;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
	width: 250px;
	padding: 5px 10px 5px;
	border-radius: 7px;
	height: 50px;
	line-height: 40px;
	font-size: 22px;
	margin-top: 30px;
}

.b-vsl_btn:hover {
	color: #58595b;
	text-decoration: none;
	box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 1px -5px rgba(0, 0, 0, 0.2);
}

.b-vsl_info {
	background: rgb(219, 232, 238);
	padding: 50px 0;
	line-height: 1.6;
}

.b-vsl_info .g-site_width {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.b-vsl_info h3 {
	color: #4a8faa;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	margin-bottom: 8px;
}

.b-vsl_info_left {
	flex-basis: 49%;
	margin-right: 1%;
	background: rgb(219, 232, 238);
	border-right: 2px solid grey;
	padding: 0 20px;
}

.b-vsl_info_topic {
	text-align: center;
	width: 85%;
	margin: 0 auto;
	font-size: 14px;
}

.b-vsl_info_topic p {
	background: rgba(255, 255, 255, 0.7);
}

.b-vsl_info_solution ul {
	padding: 0;
}

.b-vsl_info_solution ul li {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

.b-vsl_info_solution ul li:before {
	content: '\2714';
	color: red;
	position: absolute;
	left: 0;
	top: -6px;
	font-size: 20px;
}

.b-vsl_info_right {
	flex-basis: 49%;
}

.b-vsl_info_right ul {
	padding-left: 0;
	font-size: 14px;
}

.b-vsl_info_right ul a {
	color: #4a8faa;
}

.b-vsl_footer {
	background: rgb(20, 40, 52);
	padding: 50px 0 10px;
	margin-bottom: -20px;
	position: relative;
	z-index: 1;
}

.b-vsl_footer .g-site_width {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.b-vsl_footer_item {
	flex-basis: 23%;
	margin: 0 0.5% 15px;
}

.b-vsl_footer h2 {
	color: #4a8faa;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	font-size: 15px;
}

.b-vsl_footer_item div {
	margin-bottom: 30px;
	text-align: center;
	font-size: 12px;
}

.b-vsl_footer_item div p {
	color: #fff;
}

.b-vsl_footer_item div p span {
	color: #4a8faa;
	display: block;
}

.b-vsl_secure .g-site_width {
	flex-wrap: wrap;
}

.b-vsl_secure .b-secure_hero {
	background: none;
}

.b-secure_suppl {
	flex-basis: 100%;
}

.b-vsl_btn {
	display: none;
}

/*
=================================================================
MEDIA
=================================================================
*/

/*
 * Javascript
 */

.j-step_required {
	border: 1px solid red;
	padding: 10px;
}

@media (max-width: 1450px) {
	.g-site_width {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1000px) {
	.g-header_doctor {
		display: none;
	}
}

@media (max-width: 900px) {
	.b-question_img_man {
		background-position: 20% top;
	}
	.b-question_img_woman {
		background-position: 75% top;
	}
}

@media (max-width: 820px) {
	.b-step_one_who .b-step_one_man {
		margin-bottom: 20px;
	}
	.b-step_one_who .b-step_one_man,
	.b-step_one_who .b-step_one_woman {
		width: 48%;
	}
	.b-step_one_man {
		margin-right: 1%;
	}
	.b-step_one_woman {
		margin-left: 1%;
	}
	.b-step_one_who a {
		width: 100%;
		background-size: cover;
	}
	.b-step_one_who a b {
		font-size: 37px;
	}
}

@media (max-width: 776px) {
	.g-header {
		text-align: center;
	}
	.g-logo {
		float: none;
		width: 277px;
		display: inline-block;
		margin: 10px 0px 0px 0;
	}
	.g-header_logo {
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
	.g-header_contact {
		display: none;
		margin: 0px 0px 0;
		vertical-align: middle;
	}
	.b-vsl {
		padding-top: 100px;
	}
	.b-vsl_hero {
		padding: 30px 0;
	}
	.b-vsl_header .g-site_width {
		flex-wrap: wrap;
	}
	.b-vsl_header_logo {
		justify-content: center;
		align-items: center;
		order: 1;
	}
	.b-vsl_header_list {
		flex-basis: 100%;
		text-align: center;
		order: 0;
	}
	.b-vsl_header_contact {
		order: 2;
	}
	.b-vsl_video_wrap {
		padding: 20px 20px;
	}
	.b-vsl_video_header {
		font-size: 18px;
	}
	.b-vsl_video_container {
		flex-wrap: wrap;
	}
	.b-vsl_video_left {
		flex-basis: 100%;
		flex-grow: 0;
		margin-bottom: 20px;
	}
	.b-vsl_video_right {
		flex-basis: 100%;
		flex-grow: 0;
	}
	.b-vsl_video_right figure {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.b-vsl_video_right figure img {
		flex-basis: 200px;
		flex-grow: 0;
		width: 0;
		margin: 0 30px 20px 0;
		width: 100%;
		margin: 0 0 30px;
	}
	.b-vsl_video_right figure figcaption {
		flex-basis: 340px;
		flex-grow: 1;
		width: 0;
		margin: 0 0 20px;
		font-size: 18px;
	}
	.b-vsl_video_footer {
		flex-wrap: wrap;
	}
	.b-vsl_video_footer ul {
		margin: 0 5px 10px 0;
	}
	.b-vsl_info_left {
		flex-basis: 100%;
		border: none;
		margin: 0 20px 0;
		padding: 0;
	}
	.b-vsl_info_topic {
		text-align: left;
		width: 100%;
	}
	.b-vsl_info_topic p {
		margin-bottom: 10px;
		padding: 10px;
	}
	.b-vsl_info_right {
		flex-basis: 100%;
		margin: 0 20px;
	}
	.b-vsl_footer {
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.b-vsl_footer_item {
		flex-basis: 100%;
	}
	.b-vsl_footer_item div {
		margin-bottom: 15px;
	}
	.b-vsl_btn {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

@media (max-width: 650px) {
	.b-question_img_right,
	.b-question_img_left {
		width: 100%;
	}
	.b-question_img p {
		font-size: 80px;
	}
}

@media (max-width: 550px) {
	.b-question_img p {
		font-size: 60px;
	}
	.b-question_img p {
		font-size: 60px;
	}
}

@media (max-width: 450px) {}