.en{
	font-family: 'Open Sans', sans-serif;
}

.jp{
	font-family: 'Noto Sans JP', sans-serif;
}

body{
	margin:0;
	height: 100%;
	background:#fff;
}
*{
	top:0;
	left:0;
}

a{
    min-height: 22px;
    color: #C70012;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #C70012;
}
#main_layer{
	height: 100%;
	box-sizing: border-box;
	padding-top:67px;
	opacity:1;
}
.loading #main_layer{
	opacity:0;
}
#outer_content{
	overflow: auto;
	box-sizing: border-box;
	overflow-y:auto;
	height:100%;
}
.sections{
	display:block;
	width:100%;
	background:#fff;
	min-width: 1100px;
	overflow: hidden;
}
.centered{
	display:block;
	/* width:100%; */
	/* max-width:1100px; */
	width: 1100px;
	margin:0 auto;
	padding:0 20px;
	box-sizing:border-box;
}

#header{
	position:absolute;
}

#header, #header .always{
	width: 100.2%;
}

#header .always{
	height:67px;
	box-sizing: border-box;
	box-shadow: 0 0 1vw #777;
	background: rgba(199,0,18,1);
	overflow:hidden;
}

#header li::after{
	position: absolute;
	content: "";
	top: 35%;
	width: 1px;
	height: 30%;
	background: #fff;
}

#header .always::before{
	left:198px;
}

#header img{
	float:left;
	width: 108px;
	margin: 21px 45px;
}

#header .always ol{
    display:block;
    overflow: hidden;
}

#header li{
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	float: left;
	min-height: 36px;
	text-align: center;
	padding: calc(4.545% - 34.3px);
	/*padding-left: calc(5% - 35px);
	padding-right: calc(5% - 35px);*/
	padding-top: 15px;
	padding-bottom: 16px;
	border-bottom: none;
}

#header li br{
	display:none;
}

#header li span {
	font-size: inherit;
	line-height: inherit;
	cursor: inherit;
}
#header .deactivated span {
	color: #999;
}

#header li::after{
	left: -1px;
}

#header li:hover, 
#header li:hover:nth-child(10), 
#header li:hover:nth-child(11){
	background: rgb(218, 124, 132);
    z-index: 2;
}
#header .deactivated:hover{
	background: transparent;
	cursor:not-allowed
}

#header li.current:hover, #header li.current{
	color: #000;
	background:#fff;
	z-index:3;
}

#header li:not(.deactivated):hover::after, 
#header li.current::after {
	opacity:0;
}

#header li:nth-child(10), 
#header li:nth-child(11){
	background:rgb(119, 2, 12);
}

#header li:nth-child(10)::after{
	display:none;
}

.display_types{
	background: linear-gradient(rgb(220, 220, 220) 14%, rgb(136, 130, 127));
	overflow: hidden;
}

.display_types img {
	width: 1072px;
}

.sections p, .sections h5, .sections span{
	display:block;
	min-height: 22px;
	color: rgb(127, 127, 127);
	font-size: 18px;
	text-align: justify;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

p.additional_msg {
	margin-top: 45px;
}

.sections h5{
    color:#000;
}

p.subtitle {
	margin-top: 20px;
	text-align: center;
}

.general_types{
	background: #F0F0F0;
}

.general_types.white{
    background:#fff;
}

.general_types .centered{
	padding-bottom:40px;
	border-bottom:1px solid #7F7F7F;
}

.general_types .first{
	padding-top:40px;
}

.general_types .second, .magazine_types .second{
	margin-top:45px;
}

.general_types .main_imgs{
	width: auto;
	float:left;
	max-width: 534px;
}

.general_types.variant_2 .main_imgs{
	width: 431px;
}

.general_types.mirrored .main_imgs{
	float:right;
}

.general_types .text_boxes{
	width:48%;
	float:right;
}

.general_types.variant_2 .text_boxes{
	width:54%;
}

.general_types.mirrored .text_boxes{
	float:left;
}

h1 {
	top:0;
	width:100%;
	min-height: 36px;
	padding-top: 45px;
	color: #000;
	font-size: 33px;
	text-align: center;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.general_types .text_boxes h2, .general_types.variant_3 h2{
	top:0;
	width:100%;
	min-height: 36px;
	color: #000;
	font-size: 30px;
	text-align: right;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.general_types.mirrored .text_boxes h2{
	text-align:left;
}

stress, .left p a{
	min-height: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: rgb(127, 127, 127);
}

.general_types .text_boxes p{
	width:100%;
	margin-top:20px;
	text-align:right;
}

.general_types.mirrored .text_boxes p{
	text-align:left;
}

.general_types.variant_2 .text_boxes p{
	text-align:justify;
}

.general_types.variant_2 .text_boxes p span{
	margin-left: 30px;
	font-size:inherit;
	line-height:inherit;
	text-align:inherit;
}

.general_types.variant_2 .text_boxes p span::before {
	content: "-";
	position: absolute;
	left: -20px;
}

.general_types .buttons, .form_types .buttons, .customers_types .buttons, .profile_types .buttons, .gallery_types .buttons.more, .magazine_types .buttons.more {
	position: absolute;
	top:auto;
	left:auto;
	bottom: 0;
	right: 0;
	min-width: 200px;
	min-height: 50px;
	line-height: 50px;
	font-size: 20px;
	letter-spacing: 0;
	text-align: center;
	color: rgb(199, 0, 18);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border: 1px solid rgb(199, 0, 18);
	border-radius:26px;
	overflow:hidden;
}

.general_types.mirrored .buttons{
	top:auto;
	bottom: 0;
	left: 0;
	right:auto;

}

.general_types .buttons span, .form_types .buttons span, .customers_types .buttons span, .profile_types .buttons span, .gallery_types .buttons.more span, .magazine_types .buttons.more span {
	box-sizing: border-box;
	min-width: 100%;
	height: 100%;
	padding: 0 30px;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-align: inherit;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}

.general_types .buttons:hover, .form_types .buttons:hover, .customers_types .buttons:hover, .profile_types .buttons:hover, .gallery_types .buttons.more:hover, .magazine_types .buttons.more:hover {
	background: rgb(199, 0, 18);
	color:#fff;
}

.deactivated .general_types .buttons:hover, 
.general_types .buttons.deactivated:hover, 
.deactivated .form_types .buttons:hover, 
.form_types .buttons.deactivated:hover, 
.gallery_types .buttons.deactivated:hover {
	background: transparent;
	color: rgb(199, 0, 18);
}

.general_types.last, 
.profile_types.last, 
.gallery_types.last {
	padding-bottom: 80px;
	border-bottom: 2px solid #000;
}

.general_types.last .centered{
	border:none;
}



.gallery_types h2, 
.magazine_types h2, 
.customers_types h2, 
.form_types h2, 
.faq_types h2{
	top:0;
	width:100%;
	min-height: 36px;
	margin-top:45px;
	color: #000;
	font-size: 30px;
	text-align: center;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.gallery_types ul, .gallery_types ol {
	/* margin: 35px -10px 0 -10px; */
	/* width: calc(100% + 20px); */
	margin-top: 35px;
	width: 100%;
}

.gallery_types li {
	display: inline-block;
	/* width: 196px; */
	/* height: 296px; */
	width: 100%;
	aspect-ratio: 0.75;
	/* margin: 10px; */
	/* float: left; */
	background:#ccc;
	overflow:hidden;
	cursor: pointer;
}

.gallery_types li.sleeping{
	top: 0;
}
.gallery_types li:nth-child(5n+1).sleeping{
	transform: translateX(-30%);
}
.gallery_types li:nth-child(5n+2).sleeping{
	transform: translateX(-40%);
}
.gallery_types li:nth-child(5n+3).sleeping{
	transform: translateX(-50%);
}
.gallery_types li:nth-child(5n+4).sleeping{
	transform: translateX(-60%);
}
.gallery_types li:nth-child(5n+5).sleeping{
	transform: translateX(-70%);
}
.gallery_types li:nth-child(5n+6).sleeping{
	transform: translateX(-80%);
}
.gallery_types li:nth-child(5n+7).sleeping{
	transform: translateX(-90%);
}

.gallery_types li div{
	width: 100%;
	height:100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.gallery_types li img{
	left:-50%;
	height:100%;
}

.gallery_types li:hover .img {
    transform: scale(1.2);
}

.gallery_types li span{
	position:absolute;
	top:auto;
	bottom:0;
	left:0;
	width: 100%;
    min-height: 32px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.gallery_types .buttons.more, .magazine_types .buttons.more{
	position: relative;
	display: block;
	width: 230px;
    margin: 40px auto 0 auto;
}

p.final{
	margin:45px auto;
	display: inline-block;
	text-align: center;
	width: 100%;
}

p.final span, p.final a{
	text-align: left;
	width:auto;
	float: none;
}

.magazine_types{
	background:rgb(240, 230, 230);
	overflow:hidden;
}

.magazine_types .left{
	width:52%;
	float:left;
}

.magazine_types .left .top_imgs{
	width:100%;
	height: 365px;
	overflow: hidden;
	border: none;
}

.magazine_types .left img{
	height: 100%;
	margin-left: -173px;
}

.magazine_types .left h4{
	width:100%;
	margin-top:50px;
	min-height: 36px;
	color: #C70012;
	font-size: 30px;
	text-align: justify;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.magazine_types .left p{
	width:100%;
	min-height: 28px;
	margin-top:30px;
	color: rgb(127, 127, 127);
	font-size: 18px;
	text-align: justify;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.magazine_types .left p a {border: none;}

.left p a{
	color: rgb(199, 0, 18);
}

.magazine_types .right{
	width:44%;
	float:right;
}

.magazine_types .right li{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #000;
	padding: 15px 25px;
	margin-bottom: 30px;
}

.magazine_types .right li .circles {
	height:116px;
	width: 116px;
	float: left;
	/* margin-right: 30px; */
	border-radius: 58px;
	overflow: hidden;
}
.magazine_types .right li .circles img{
	height: 100%;
	left: -13px;
}

.magazine_types .right li p{
	position: absolute;
	left: 170px;
	top: 50%;
	margin-right: 25px;
	text-align:justify;
	color: #C70012;
}

.magazine_types .right li p span:nth-child(1) {
	opacity: 0;
}

.magazine_types .right li p span:nth-child(2) {
	position: absolute;
	color: inherit;
	top: -50%;
}


.customers_types{
	background:#F0F0F0;
}

.customers_types .second{
	margin:45px 0;
	height:677px;
}

.customers_types .left{
	width:30%;
	float:left;
}

.customers_types .left li{
    width: 100%;
    min-height: 28px;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.customers_types .right{
    float: right;
    height: 100%;
}

.customers_types .buttons{
    right: 65%;
}




.form_types p {
	top:0;
	color: #000;
	margin-top: 10px;
}

.form_types ol {
	top:0;
	width: 48%;
	margin-top: 30px;
}

.form_types li {
	width:100%;
	margin-bottom:20px;
}

.form_types li special_1{
	width:32%;
}

.form_types li special_2{
	float:right;
	width:60%;
}

.form_types li special_3{
	width:58%;
}

.form_types li special_4{
	float:right;
	width:34%;
}

.form_types .left{
	float:left;
}

.form_types .right{
	float:right;
}

.form_types span {
	width:100%;
	min-height: 24px;
	color: #6B6B6B;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.form_types .input_fields.textareas{
	height:160px;
}

.form_types .centered{
	overflow:hidden;
}

.form_types .messages {
	display:none;
	float: right;
	width: 48%;
	min-height: 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}

.form_types.success .success_msgs {
	float: left;
	display:inline-block;
	color:#070;
}

.form_types.errors .error_msgs {
	float: left;
	display:inline-block;
	color:#f00;
}

.form_types .buttons{
	bottom: 20px;
	left: 20px;
	right: auto;
}

.form_types .sending_texts{
	display:none;
	position:absolute;
	animation:1s linear infinite alternate blinking;
	width: 100%;
	min-height: 34px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	top: 50%;
	cursor: default;
}

.form_types.sending .centered{
	opacity:0.5;
}

.form_types.sending .sending_texts {
    display:block;
}
.form_types.sending .buttons a, 
.form_types.sending input, 
.form_types.sending textarea {
    display: none;
}



/*
.form_types .centered .sleeping{
	opacity:0;
	top:10vh;
}
*/
.sections .sleeping{
	opacity:0;
	/* top:10vh; */
	transform: translateY(10vh);
}

.sections img.sleeping{
	opacity:0;
	top:0;
}


.banner_types {
	padding: 30px 0px;
	border-bottom: 3px solid #00f;
	box-shadow: 0px 0px 1vw #777;
}



.profile_types {
	padding:40px 0;
	background:#ededed;
}

.profile_types .color_bgs {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 20px;
	width: 100vw;
	min-width: 100%;
	height: 85%;
	background: #fff;
}

.profile_types .main_pics {
	width: 424px;
	height: 636px;
	z-index:2;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
/*
.profile_types .main_pics.sleeping{
	opacity:0;
}
*/
.profile_types .info_blocks {
	float: right;
	width:58%;
	box-sizing: border-box;
	padding-left: 40px;
}

.profile_types h2 {
	left:0;
	text-align: left;
	padding-bottom: 29px;
	line-height: 60px;
	font-size: 67px;
	font-family: "RobotoLight", Helvetica, Arial, sans-serif;
	font-weight: 500;
	display: block;
}

.profile_types h2.sleeping{
	top:0;
	left:-10vw;
}

.profile_types i {
	font-family: inherit;
	font-size: 20px;
	line-height:20px;
	font-weight: 600;
	font-style: italic;
}

.profile_types .right {
	float:right;
}

.profile_types .profile_data{
	top:0;
	width:100%;
	margin-top: 60px;
}
/*
.profile_types .profile_data.sleeping{
	top:10vh;
}
*/
.profile_types .profile_data li, .profile_types .right span{
	display:block;
}

.profile_types .right span{
	text-align:right;
}

.profile_types .profile_data span{
	font-family: "RobotoLight", Helvetica, Arial, sans-serif;
	font-size:19px;
	line-height:30px;
	min-height:30px;
	color:#7d7b7b;
}

.profile_types .profile_data li{
	margin-bottom:15px;
}

.profile_types .profile_data li span{
	display:inline-block;
}

.profile_types .right span:nth-child(2n) {
	margin-bottom: 25px;
}

.profile_types .profile_data span:nth-child(2n+1){
	font-weight:700;
	min-width:115px;
	color:#000;
}

.profile_types .thumbs_containers{
	margin-top:20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}

.profile_types .thumbs_containers li {
	width: 100%;
	aspect-ratio: 0.67;
	overflow:hidden;
}
.profile_types .thumbs_containers li div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

.profile_types .thumbs_containers li a{
	position: absolute;
	width:100%;
	height:100%;
}

.profile_types .buttons {
    position: relative;
    display: block;
    margin: 45px auto 0 auto;
    width: 270px;
}

.input_fields{
	width: 100%;
	margin-top: 4px;
}

.input_fields span, 
.input_fields input, 
.input_fields textarea{
	top: 0;
	left: 0;
	min-width:100%;
	width:100%;
	max-width:100%;
	min-height:100%;
	height:100%;
	max-height:100%;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	padding: 6px;
	min-height: 36px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#000;
}

.input_fields span{
	/*z-index:2;*/
}

.input_fields input, 
.input_fields textarea{
	position: absolute;
	background:#F2F2F2;
}

.input_fields.filled span,
.input_fields.filled input, 
.input_fields.filled textarea{
	background:#fff;
}

.input_fields input:focus, .input_fields:hover input, 
.input_fields textarea:focus, .input_fields:hover textarea{
	background:#fff;
	border-color:#000;
	z-index:3;
}

.deactivated .buttons a, 
.buttons.deactivated a, 
.deactivated .input_fields input, 
.input_fields.deactivated input, 
.deactivated .input_fields textarea, 
.input_fields.deactivated textarea{
	display:none;
}

.input_fields.errors input{
	background:#ff8;
	border-color:#f00;
}



.footer_types{
	padding:30px 0 0 0;
	background:#646464;
}

.footer_types .centered {
	overflow: hidden;
}

.footer_types .bg{
	position:absolute;
	top:auto;
	bottom:0;
	left: 230px;
	opacity:0.3;
}

.footer_types .left{
	float: left;
	width:35%;
	width: min-content;
	z-index: 2;
}

.footer_types .left .logos ._0 {
	height: 53px;
	margin-left: -4px;
}
.footer_types .left .logos._1 {
	height: 50px;
}
.footer_types .left .logos {
	margin-bottom:20px;
	border: none;
}
.footer_types .left .logos.non_retina{
	display:block;
}
.footer_types .left .logos.retina{
	display:none;
}

.footer_types .right{
	display:inline-block;
	float: right;
	width:65%;
	width: auto;
	margin: 0 0 15px auto;
	z-index: 2;
}

.footer_types .right li{
	display:block;
	height:29px;
	margin: 0 0 20px auto;
}

.footer_types .right li *{
	float:right;
	margin-left:20px;
	width: 30px;
}

.footer_types .right li span, .footer_types .right li a{
	color: #FFFFFF;
	font-size: 21px;
	text-align: right;
	line-height: 29px;
	font-family: pt-sans-narrow, sans-serif;
	font-weight: 400;
	min-width:280px;
	border: none;
}



.gallery_types ul {
	display: inline-grid;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}





.top_hostesses{
	background: #F0F0F0;
}

.top_hostesses h2 {
	text-align:left;
}

.top_hostesses ul {
	display: inline-grid;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}

.top_hostesses li {
    /* display: none; */
    width: 134px;
    width: 100%;
    aspect-ratio: 0.75;
    /* height: 202px; */
    margin: 0;
    /* float: left; */
    background: #ccc;
    overflow: hidden;
    cursor: pointer;
}

.top_hostesses li span {
    min-height: 25px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top_hostesses li:nth-child(-1n+28) {
    display: inline-block;
}




.customers_types.variant_2{
    padding: 58px 0;
    overflow: hidden;
}

.customers_types.variant_2 .left{
	width: 50%;
	margin-top: -24px;
}

.customers_types.variant_2 .left li{
	width: 47%;
	margin-top: 24px;
}

.customers_types.variant_2 .left li.sleeping{
	top:0;
	left:-20vh;
}

.customers_types.variant_2 .left li:nth-child(2n+1).sleeping{
	left:-10vh;
}

.customers_types.variant_2 .left li:nth-child(2n+1){
	margin-right:6%
}

.customers_types.variant_2 .left img{
	width: 251px;
}

.customers_types.variant_2 .text_boxes{
	width:47%;
	margin-left:3%;
}

.customers_types.variant_2 h2{
	text-align:right;
	margin-top: 0;
}

.customers_types.variant_2 .right{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.customers_types.variant_2 .right li{
	display: block;
	min-height: 22px;
	color: rgb(127, 127, 127);
	font-size: 18px;
	text-align: justify;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.customers_types.variant_2 .right li:nth-child(2n+1){
	float: right;
}





.general_types.variant_3{
	/* padding-top: 55px; */
	padding-bottom: 95px;
}

.general_types.variant_3 h2{
	margin-top:55px;
}

.general_types.variant_3 .first{
	padding-top: 45px;
}

.general_types.variant_3 .second{
	margin-top:0;
}

.general_types.variant_3 .text_boxes h2{
	text-align:left;
}

.general_types.variant_3 .second h5{
	margin-top: 30px;
}

.general_types.variant_3 .second p{
	text-align:justify;
	margin-top: 0;
}

.general_types.variant_3 .left{
	width:25%;
	overflow: hidden;
	margin-top: 55px;
}

.general_types.variant_3 .left img{
	width: 262px;
	margin-top: 70px;
}

.general_types.variant_3 .left img:nth-child(1){
	margin-top:0;
}

.general_types.variant_3 .text_boxes{
	width:72%;
	overflow: hidden;
}

.general_types.variant_3 .centered{
	border-bottom:0;
	padding-bottom: 0;
}

.general_types.variant_4 .second {
	width: 100%;
}
.general_types.variant_4 .centered {
	border: none;
	padding-bottom: 0;
}

.general_types.variant_4 .text_boxes p {
	margin-top: 0;
}
.general_types.variant_4 .main_imgs {
	max-width: none;
	width: 510px;
}
.general_types.variant_4 .text_boxes {
	width: 510px;
}
.general_types._2nd .main_imgs.right {
	float: right;
	margin-top: 68px;
}
.general_types._3rd .main_imgs {
	float: right;
}
.general_types._4th .main_imgs.right {
	float: right;
}
.general_types._4th .text_boxes {
	float: left;
	margin-top: 17px;
}
.general_types._4th h2 {
	width: auto;
}
.general_types.variant_4 .centered.last {
	padding-bottom: 40px;
    border-bottom: 1px solid #7F7F7F;
}
.general_types.variant_4 a {
	border: none;
	margin-left: 10px;
}
.general_types.variant_4 .icons {
	width: 35px;
}





.customers_types.variant_3{
	padding-top:40px;
	padding-bottom: 50px;
}

.customers_types.variant_3 h2{
	text-align:left;
}

.customers_types.variant_3 p{
    margin-top:40px;
}

.customers_types.variant_3 .images_boxes{
	width: 40%;
	overflow:hidden;
	display: inline-block;
}

.customers_types.variant_3 img{
    width: 196px;
    margin-right: 28px;
    margin-bottom: 28px;
}

.customers_types.variant_3 img:nth-child(2n-1){
    margin-right:0;
}

.customers_types.variant_3 img:nth-child(6n-5){
	width: 420px;
	margin-right:0;
	margin-top: 45px;
}

.customers_types.variant_3 .text_boxes{
	float: right;
	width: 50%;
}

.customers_types.variant_3 .text_boxes h2, .variant_3 .text_boxes li{
	margin-bottom:8%;
	width: 100%;
}

.customers_types.variant_3 .sleeping.right {
	opacity:0;
	/* top: 0; */
	transform: none;
	left: 20vw;
}

.customers_types.variant_3 .text_boxes p{
	margin-top:0;
}

.customers_types.variant_3 .text_boxes .numbs{
	position: absolute;
	left: -12%;
	width: 40px;
	height: 40px;
	text-align:center;
	background:#000;
	line-height: 36px;
	color: #fff;
	border-radius: 20px;
}

.customers_types.variant_3 .text_boxes .buttons{
    position:relative;
    right:0;
}

.customers_types.variant_3 .last p{
	text-align:right;
}

.customers_types.variant_3 .last a{
	font-size: inherit;
	line-height: inherit;
	color: rgb(199, 0, 18);
}






.faq_types{
	background: #F0F0F0;
	padding-bottom:40px;
}

.faq_types h2{
    padding-bottom:10px;
}

.faq_types li{
	width:100%;
	margin-top: 45px;
	overflow: hidden;
}

.faq_types li div{
    width: 100%;
    z-index: 2;
    background: #fff;
    overflow: hidden;
}

.faq_types li div span{
	display: inline-block;
	position: absolute;
	width: auto;
	padding-left: 5%;
	line-height: 62px;
	color: #000;
	font-size: 28px;
	height:100%;
}

.faq_types li div span qst{
	font-size:inherit;
	line-height:inherit;
	overflow: hidden;
	width: 23px;
	float: left;
}

.faq_types li.expanded div span qst{
	width: 120px;
}

.faq_types li div p{
	width: 72%;
	margin-left: 16%;
	background: #C70012;
	color:#fff;
	font-size: 20px;
	text-align: justify;
	line-height: 26px;
	padding: 18px 6% 18px 6%;
}

.faq_types li.expanded div p{
	width: 64%;
	margin-left: 24%;
	background: #000;
}

.faq_types li div img{
    position:absolute;
    left: auto;
    right: 1%;
    top: 50%;
    margin-top: -8px;
    transform: rotate(0deg);
}

.faq_types li.expanded div img{
    transform: rotate(180deg);
}

.faq_types li .answers{
	padding-top: 30px;
	width: 100%;
	text-align: justify;
	float: left;
	margin-top: -60vh;
	height: 50vh;
}

.faq_types li.expanded .answers{
	margin-top:0;
	/* height: auto; */
	height: min-content;
}

.faq_types li .answers span{
	margin-left:40px;
}

.faq_types li .answers span::before{
    content:"\25CF";
    position:absolute;
    left:-25px;
}

.faq_types li .answers a{
	line-height:inherit;
	font-size:inherit;
	color: #337ab7;
}







.expanded_images{
	display:none;
	position:fixed;
	width:100vw;
	height:100vh;
	z-index:100;
}

.expanding .expanded_images{
	display:inline-block;
}

.expanded_images .bgs{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
}

.expanding .expanded_images .bgs{
	opacity:0.7;
}

.expanded_images .spinners{
    position: absolute;
    top: 50%;
    left: 50%;
	width: 60px;
    margin: -30px;
	animation:2s linear infinite running spinning;
}

.expanded_images.img_loaded .spinners{
	opacity:0;
}

.expanded_images .img_containers{
	/*opacity:0;*/
}

.expanded_images .img_containers img{
	box-shadow: 4px 0 10px #333;
	/* height: 100%; */
	/* width: 100%; */
	/* left: -50%; */
	/* top: -50%; */
}

.expanded_images.img_loaded .spinners{
	display:none;
}

.expanded_images.img_loaded .img_containers{
	/*opacity:1;*/
}

.expanded_images  .img_galleries{
	height:100%;
	width:100%;
	opacity:1;
	top: -0;
}

.expanded_images .img_containers {
	position: absolute;
	opacity:0;
	top: 3%;
	left: 3%;
	width:94%;
	height: 94%;
	z-index:1;
	/* left: 50%; */
}
.expanded_images .img_containers div {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.expanded_images .img_containers div.preview {
	filter: blur(3px);
	opacity: 0.5;
}
.expanded_images .img_containers div.picture {
	position: absolute;
	z-index:5;
}

.expanded_images .img_containers.left{
	transform: translateX(-50%);
}

.expanded_images .img_containers.right{
	transform: translateX(50%);
}

.expanded_images .img_containers.in_view{
	opacity:1;
	z-index:2;
}

.expanded_images .arrows{
	display:none;
}

.expanding .expanded_images .arrows{
	display:inline-block;
	top: 50vh;
	position: absolute;
	left: 6%;
	color: #fff;
	font-size: 30px;
	z-index:5;
	cursor: pointer;
	line-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 27px;
	border: 2px solid #fff;
	font-weight: 800;
	opacity: 0.5;
}

.expanding .expanded_images .arrows.next{
    left: auto;
    right: 6%;
}

.expanding .expanded_images .arrows:hover{
	background:#fff;
	color:#000;
	opacity:1;
}


.removed {
	display: none !important;
}













@keyframes spinning{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(365deg);}
}

@-webkit-keyframes spinning{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(365deg);}
}


@keyframes blinking{
	0%{opacity:0;}
	100%{opacity:1;}
}

@-webkit-keyframes blinking{
	0%{opacity:0;}
	100%{opacity:1;}
}


