.pc-up{
	display:none;
}

body{
	background:url('images/bg.jpg') no-repeat;
	background-size:cover;
	direction:rtl;
	text-align:right;
	font-family: 'Carmelit', serif;
	font-size:18px;

}

h1, h2, h3{
	font-family: 'Carmelit', serif;
	margin:0;
	padding:0;
}

.bold{
	font-weight:bold;
}

.clear{
	clear:both;
}


/*PC*/
.block_header{
	min-height:200px;
}

.block_header h1{
	width:770px;
	font-weight:bold;
	font-size:65px;
	line-height:46px;
	color:#000;
	padding-top: 45px;
	padding-bottom: 22px;
	letter-spacing: 1.5px;
}

.block_header h2{
	font-size:33px;
	line-height:46px;
	color:#000;
	padding-top:6px;
	letter-spacing: 0.3px;
	font-weight: normal;
}

#pc-logo-wrapper{
	position:absolute;
	top:22px;
	left:0;
	width:255px;
	height:106px;
	background-color: rgba(230, 230, 230, 0);
	-webkit-border-bottom-right-radius: 27px;
	-webkit-border-bottom-left-radius: 27px;
	-moz-border-radius-bottomright: 27px;
	-moz-border-radius-bottomleft: 27px;
	border-bottom-right-radius: 27px;
	border-bottom-left-radius: 27px;
	text-align:center;
}

.block_content{
	position:relative;
	min-height:590px;
}

.block_content .block_inner{
	min-height: 590px
}

.block_content h3{
	font-size: 39px;
	padding-top: 16px;
	padding-bottom: 20px;
	font-weight: 700;
	color: #A75CA0;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 19px;
}

.step{
	text-align:center;
	font-size: 17px;
	font-weight:normal;
	font-weight:700;
}

.step .step-img-wrapper{
	margin-bottom:15px;
}
.step .step-img-wrapper img {
	max-width: 100%;
}

.block_content .step{
	float:right;
	width: 25%;
}

.block_content.step:last-of-type{
	margin-left:0;
}

p#main-content-p{
	color:#000;
	font-size:33px;
	font-weight:700;
	margin:0;
	padding-top:52px;
	text-align: center;
}

.block_footer{
	min-height:255px;
}

.block_footer p{
	width: 650px;
	font-size: 30px;
	text-align: center;
	width: 100%;
	padding: 40px 0;
	background: #A75CA0;
	color: #fff;
}

.block_inner{
	position:relative;
	width:1024px;
	margin:0 auto;
}

.form-wrapper-outer{
	width: 300px;
	min-height: 325px;
	padding: 20px 21px 21px 21px;
	position: absolute;
	left: 0;
	top: 21px;
	text-align:center;
}

.form-wrapper-outer p{
	font-size:22px;
	line-height:30px;
	margin:0;
	padding:0 0 24px 0;
	color:#000;
	font-weight: bold;
}
.form-wrapper-outer p a {
	text-decoration: none;
	color: #ff4e92;
	font-weight: bold;
	font-size:26px;
}

.form-wrapper-outer p.form-sent{
	padding-top:50px;
}

.contact input{
	width: 280px;
	padding: 11px 10px;
	font-size:18px;
	border:0;
	margin-bottom:20px;
	font-family: 'Carmelit', serif;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.contact input[type="submit"]{
	width: 301px;
	height:61px;
	color: #fff;
	background: #ff4e92;
	font-size: 30px;
	padding-top: 17px;
	box-shadow: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000000;
}

#product-img-wrapper{
	position:absolute;
	bottom:-62px;
	left:-60px;
}

#pc-video-wrapper{
	padding-top:21px;
	width:660px;
}

/*Credit*/
.credit{
	margin-top: 30px;
	text-align:center;
}



@media screen and (min-width : 1160px) {
	.up-top-pc{
		display:none;
	}
	.pc-up{
		display:block;
	}
}
@media screen and (max-width : 1159px) {
	.block_inner{
		width: inherit;
		max-width: 320px;
		margin:0 auto;
	}

	.block_header h1{
		width: 310px;
		margin: 0 auto;
		background-size: 100% 12px;
		text-align:center;
		font-size:26px;
		line-height:31px;
		padding-top:10px;
	}

	#pc-video-wrapper{
	padding-top:20px;
	width: initial;
	text-align: right;
}

	.block_header h2{
		font-size:25px;
		line-height:25px;
		padding-right: 10px;
		text-align: center;
	}

	.block_header .block_inner{
		min-height:286px;
	}

	#mobile-logo-wrapper{
		position:static;
		margin:0 auto;
		width:174px;
		height:62px;
		background-color:rgba(230, 230, 230, 0);
		-webkit-border-bottom-right-radius: 27px;
		-webkit-border-bottom-left-radius: 27px;
		-moz-border-radius-bottomright: 27px;
		-moz-border-radius-bottomleft: 27px;
		border-bottom-right-radius: 27px;
		border-bottom-left-radius: 27px;
		text-align:center;
	}

	#mobile-logo-wrapper img{
		height:90%;
	}

	#product-img-wrapper{
		width:310px;
		position:relative;
		bottom:0;
		left:0;
		margin:0 auto;
	}

	#product-img-wrapper img{
		position:absolute;
		display:none;
		z-index:9;
		left:0px;
		bottom:-62px;
		width:140px;
	}

	.form-wrapper-outer{
		position:static;
		clear:both;
	}

	.block_content h3{
		padding-right:0;
		text-align:center;
		font-size:26px;
	}

	.block_content .step{
		width: 120px;
		margin: 0 15px 15px 15px;
	}

	p#main-content-p{
		font-size: 20px;
		padding-top:0;
		background-size: 80px;
	}

	#area-1{
		padding-top:20px;
		padding-bottom:20px;
	}

	.form-wrapper-outer{
		width:320px;
		padding-right:0;
		padding-left:0;
	}

	.block_footer p{
		width:100%;
		text-align:center;
		margin: 0;
		padding: 25px 20px;
    font-size: 24px;
    box-sizing: border-box;
	}

	h3.form-sent{
		padding-top:30px;
	}
}


@media screen and (max-width : 380px) {

}
