body{
	min-width: 320px;
	font-family: 'OpenSans', sans-serif;
	color: #000000;
}
input{
	height: 50px;
	border-radius: 35px;
	border: none;
	width: 245px;
	padding: 0 15px;
	border: 1px solid #e1e1e1;
}
:focus::-webkit-input-placeholder {
  color: transparent
}

:focus:-ms-input-placeholder {
  color: transparent
}
:focus::placeholder { color:transparent; }

li{
	margin, padding: 0;
	list-style-type: none;
}
a:hover{
	text-decoration: none;
}
textarea{
	resize: none;
	display: block;
	border: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	color: #363636;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	color: #363636;
}

input::placeholder, textarea::placeholder{
	color: #363636;
}
.ds{
	color: #363636;
}
.m10{
	margin-top: 10px;
}
select{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-image: url(../img/select_toggle.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	border: none;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
}
*:focus { outline: none; }
.hidden_item, .hidden_box{
	display: none;
}
.simple_button{
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width: 245px;
	background-color: #fab000;
	border: none;
	border-bottom: 3px solid #df9900;
	color: black;
	font-size: 14px;
	border-radius: 35px;
	text-transform: uppercase;
	font-family: "OpenSans-Bold";
	line-height: 45px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.simple_button:hover{
	background-color: #fbd600;
}
.big_button{
	width: auto;
	display: block;
	margin: 0 auto 30px auto;
	padding: 0 30px;
}
/*first screen start*/
.first_screen{
	background-image: url(../img/main_bg.jpg);
	min-height: 774px;
	background-position: center center;
	background-repeat: no-repeat;
}
.head_static_wrap{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	background-color: #ffffff;
	padding-bottom: 15px;
}
.logo_wrap, .telephone_wrap, .icon_call_wrap{
	margin-top: 15px;
	font-family: 'OpenSans-Bold';
}
.icon_call_wrap{
	cursor: pointer;
}
.icon_call_wrap img{
	margin-right: 10px;
}
.telephone_icon{
	background-image: url(../img/main_icon-set.png);
	background-repeat: no-repeat;
	font-size: 16px;
	padding-left: 30px;
	margin: 5px 0;		white-space: nowrap;
}
.telephone_icon a{
	color: #000000;
}
.telephone_icon:nth-child(2){
	background-position: 0 -27px;
}
.telephone_icon:nth-child(3){
	background-position: 0 -60px;
}
.icon_call_wrap a{
	color: #000000;
	font-size: 16px;
	border-bottom: 1px dashed #000000;
}
.main_text_wrap{
	margin-top: 62px;
	font-size: 22px;
	color: #000000;
}
.main_text_wrap h1, .main_text_wrap p{
	text-transform: uppercase;
	font-size: 46px;
	margin: 5px 0;
}
.main_text_wrap h1{
	font-family: 'OpenSans-Semibold';
}
.main_text_wrap p{

	font-family: 'OpenSans-Light';
}
.first_form{
	margin-top: 100px;
}
.form_wrap p{
	margin: 10px;
	font-size: 14px;
	text-transform: none;
}
.first_form input{
	margin-right: 10px;
	display: inline-block;
}
.head_scrolled{
	opacity: 0;
	z-index: 9999 !important;
	background-color: #ffffff;
	padding: 10px 0;
}
.head_scrolled .telephone_icon{
	font-family: 'OpenSans';
	margin-top: 15px;
	display: inline-block;
}
.head_scrolled .icon_call_wrap{
	margin-top: 5px;
}
.mobile_phone{
	display: none;
	position: absolute;
	right: 10px;
}

.s_logo_wrap img{
	width: 100%;
}
.first_form select{
	width: 245px;
}
.t_icons::after{
		display: none;
		position: absolute;
		bottom: 0;
    	right: 5px;
		content: "";
		width: 9px;
		height: 6px;
		background-image: url(../img/to_top.png);

}
.mobile_phone {
	padding-right: 10px;
}
.mobile_phone::after{
		display: none;
		position: absolute;
		top: 12px;
    	right: -5px;
		content: "";
		width: 9px;
		height: 6px;
		background-image: url(../img/to_bot.png);

}
/*first_screen_end*/



/*second screen start*/
.second_screen{
	background-color: #bf0247;
	padding-top: 50px;	
	color: #fbeff3;
}
.photo_wrap img, .family_wrap img, .item_wrap img{
	width: 100%;
}

.second_screen h2, .third_screen h2, .fourth_screen h2, .sixth_screen h2, .seventh_screen h2, .map h2, .slide h2, .fifth_screen h2{
	font-family: 'OpenSans-Light';
	font-size: 40px;	
	font-weight: 300;	
}
.reason{
	background-image: url(../img/second_icon-set.png);
	background-repeat: no-repeat;	
	padding-left: 65px;
	margin-bottom: 25px;
}
.reason:nth-child(2){
	background-position: 0 -180px;
}
.reason:nth-child(3){
	background-position: 0 -370px;
}
.reason:nth-child(4){
	background-position: 0 -553px;
	margin-bottom: 0;
}
.reason h3{
	font-size: 24px;	
	margin: 5px 0;
}
.reason p{
	font-size: 16px;	
	margin: 5px 0;
}

/*second screen END*/


/*third screen START*/
.third_screen{
	background-color: #f6f6f6;
}

.third_screen h2, .sixth_screen h2, .seventh_screen h2, .slide h2, .fifth_screen h2{
	text-align: center;		
	color: #000000;
}
.include_wrap ul{
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.include_wrap li{
	font-size: 24px;
	color: #ffffff;	
	background-color: #e00454;
	border-radius: 35px;
	padding: 15px 30px 15px 70px;
	margin: 0 10px 10px 0;	
	background-image: url(../img/third_icon-set.png);
	background-repeat: no-repeat;	
}
.include_wrap li:nth-child(1){
	background-position: 10px 12px;
}
.include_wrap li:nth-child(2){
	background-position: 10px -50px;
}
.include_wrap li:nth-child(3){
	background-position: 10px -114px;
}
.include_wrap li:nth-child(4){
	background-position: 10px -183px;
}
.include_wrap li:nth-child(5){
	background-position: 10px -263px;
}
.border_form{
	border: 2px solid #bf0247;
	border-radius: 5px;
}
.second_form{
	padding-bottom: 30px;
}
.tabs{
	text-align: center;
	font-size: 27px;
	position: relative;	
	top: -20px;
	max-width: 360px;
	margin: 0 auto;
	background-color: #f6f6f6;
}
.second_form label, .second_form p{
	font-family: "OpenSans-Semibold";
	font-size: 14px;	
}
.tab_content span{
	color: #e85f91;
}
.label_wrap{
	display: inline-block;
    border: 1px solid #ddd;
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    border-radius: 4px;
    margin-right: 20px;
    margin-top: 7px;
}
.radiobtn{
	width: auto;
	height: auto;
	display: none;
}
.second_form_wrap .first_select, .datepicker, .second_select, .tab_item input{
	margin-top: 7px;	
}
.second_form_wrap .first_select, .datepicker, .second_select{
	margin-right: 10px;
}
.quant_wrap{
	display: inline-block;
}
.radiolbl{
	margin: 0;
	display: inline-block;
    color: #787878;
    border-right: 1px solid #ececec;
    font-size: 16px;
    font-family: Tahoma;
    font-weight: 700;
    width: 36px;
    line-height: 42px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}
.active_radio{
	padding: 0;
    color: #1f1f1f;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(235,235,235,1)),to(rgba(255,255,255,0)));
    background: linear-gradient(to bottom,rgba(235,235,235,1) 0,rgba(255,255,255,0) 100%);
    border: 1px solid #fff;
    border-right-color: #e1e1e1;
}
.tab{
	font-family: "OpenSans-Semibold";
	position: relative;	
	cursor: pointer;
	background-color: #ffc33f;
	border-radius: 20px;
	padding: 3px 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.tab:hover{
	background-color: #ffd93f;
}
.tab_item h3{
	font-size: 24px;
	margin: 10px 0 15px 0;	
}
.small_button{
	width: 150px;
}
.first_select{
	max-width: 400px;
	width: 60%;
	height: 50px;
	border-radius: 35px;
	padding-left: 10px;
}
.second_select{
	width: 125px;
	height: 45px;
	border-radius: 10px;	
}
select[name=durationTo]{
	margin-left: 10px;
}
.tab_item select option{
	border-radius: 35px;
}
.active{
	color: #ffffff;
	background-color: #e00454;
}
.active:hover{
	background-color: #e00454;
}
.info{
	background-color: #ffffff;
	margin-bottom: 70px;	
	padding-top: 70px;	
}
.info_item{
	text-align: center;	
	margin-bottom: 50px;
}
.info_item p{
	font-size: 16px;
	font-family: "OpenSans-Semibold";
}
.form_btn{
	width: 70%;
	display: block;
	margin: 10px auto;
}

/*third screen end*/

/*fourth screen start*/
.fourth_screen{
	background-color: #bf0247;
	color: #ffffff;
	position: relative;
	min-height: 400px;
}
.bordered_top{
	background-image: url(../img/border_top.png);
	height: 10px;
	background-repeat: repeat-x;
}
.fourth_screen input{
	margin-right: 10px;	
	max-width: 240px;
}
.fourth_screen .simple_button{
	max-width: 240px;	
}
.fourth_form{
	padding: 25px 0 20px 8.33%;
	border: 2px solid #c0022e;
	color: #000000;
	border-radius: 	10px;
}
.fourth_screen h2{
	padding-left: 8.33%;
	margin-top: 20px;	
	line-height: 1.25;
}
.fourth_screen p{
	margin-bottom: 0;
	font-size: 14px;	
	color: #ffffff;
}
.couple_wrap{
	position: absolute;
	top: -95px;
	z-index: 2;
}
/*fourth screen end*/

/*fifth screen start*/
.fifth_screen{
	background-color: #f6f6f6;
	position: relative;	
	z-index: 3;
}
.fifth_screen h2{
	margin-top: 0;	
	padding-top: 70px;	
}
.item_wrap{
	margin-bottom: 80px;	
	position: relative;	
}
.bestseller::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/bestseller.png);
	width: 100px;
	height: 100px;
}
.hotprice::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/hotprice.png);
	width: 100px;
	height: 100px;
}
.item_wrap_text{
	font-size: 16px;	
	text-align: center;	
	background-color: #ffffff;
	border-radius: 5px;
	width: 90%;
	margin: 0 auto;
	position: relative;	
	top: -20px;
	padding: 10px;
}
.item_wrap img{
	border-radius: 5px;
}
.item_wrap_text span{
	color: #df0638;
}
.item_wrap_text i{
	font-size: 14px;	
}
.item_wrap_text .simple_button{
	margin-top: 10px;	
	width: 115px;	
	text-transform: none;
	line-height: 30px;
	display: none;
}

/*fifth screen end*/

/* slide screen start*/
.first_slide{
	background-color: #ffffff;
}
.second_slide{
	height: 580px;
	position: relative;	
	background-image: url(../img/slide-bg.jpg);
	background-position: center center;
}
.slide_border{
	height: 7px;
	background-image: url(../img/border_slide.jpg);
	background-repeat: repeat-x;	
}
.bg_overflow{
	position: absolute;	
	width: 100%;
	height: 100%;
	background-color: rgba(251,186,0,.75);
}
.slide_item, .img_wrap{
	text-align: center;
}
.first_slide{
	padding: 25px 0px 50px 0px;
}
.slide_wrap{
	margin-bottom: 50px;
}
.img_wrap img{
	margin: 0 auto;
}
.slide_item img{
	border-radius: 50%;
	border: 3px solid #df0638;
	height: 60px;
	margin: 20px auto 0 auto;
}
.slide_item_text{
	margin-top: 10px;	
	text-align: center;
}
.slick-center img{
	margin-top: 0;
	height: 100px;
}
.slide_review{
	font-size: 16px;	
	position: relative;	
	margin-top: 20px;	
	background-color: #bf0247;
	color: #ffffff;
	padding: 5% 10%;
	border-radius: 5px;	
}
.ancor{
	display: block;
	max-width: 220px;
	position: relative;	
	top: -15px;
	margin: 0 auto;
	background-color: #ffffff;
	font-size: 12px;	
	line-height: 18px;
	padding: 5px 10px 5px 25px;	
	background-image: url(../img/fb_icon.png);
	background-position: 5px 4px;
	background-repeat: no-repeat;	
	border-radius: 35px;
}
.ancor a{
	color: #262626;
}
.slide_review::before{
	content: "";
	position: absolute;	
	background-image: url(../img/quotes.png);
	top: -29px;
	left: 5%;
	height: 41px;
	width: 49px
}
.slide_review::after{
	content: "";
	position: absolute;	
	background-image: url(../img/rectangle-1.png);
	top: -17px;
	left: 47%;
	height: 17px;
	width: 34px;
}
/*slide screen end*/

/*sixth screen start*/
.photo_wrap{
	position: relative;
	bottom: 0;
}
.question_item_wrap h3{
	background-color: #f6f6f6;
	background-image: url(../img/toggle-close.png);
	background-repeat: no-repeat;
	background-position: 98% 15px;
	font-size: 16px;
	line-height: 38px;
	border: 1px solid #eb869d;
	padding-left: 10px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.question_item_wrap h3:hover{
	background-color: #e7e7e7;
}
.is-active-item{
	background-image: url(../img/toggle-open.png) !important;
}
.question_item p{
	background-color: #f6f6f6;
	font-family: "OpenSans-Semibold";
	font-size: 14px;
	padding: 10px 15px;
}
/*.question_item_wrap h3::after{
	content: "";
	z-index: 1000;
	width: 15px;
	height: 10px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 15px;
	background-image: url(../img/toggle-close.png);
}*/
.question_item{
	display: none;
}
.ask h2{
	text-align: start;
	font-size: 32px;	
}
.ask .simple_button{
	margin-bottom: 45px;
}
/*sixth screen end*/

/*seventh screen start*/
.seventh_screen{
	padding-bottom: 100px;
	color: #ffffff;
	background-color: #e00454;
}
.seventh_screen h2{
	color: #ffffff;
	margin-top: 50px;
	margin-bottom: 20px;
}
.seventh_screen p{
	margin-top: 0;	
	text-align: center;	
	font-size: 16px;	
	font-family: "OpenSans-Light";
}
.bordered_top_form{
	background-image: url(../img/border_top_.png);
	height: 7px;
	background-repeat: repeat-x;
	position: relative;	
	top: -6px;

}
.last_form{
	background-color: #c9034b;
	text-align: center;	
	padding-bottom: 20px;
}
.last_form textarea{
	color: black;
	width: 500px;
	margin: 5px auto;
	border-radius:  25px;	
	height: 90px;
	padding: 10px;
}
.last_form input{
	color: black;
	margin: 25px 5px 10px;
}
.text_wrapper{
	max-width: 500px;
	margin: 0 auto;
}
.text{
	display: inline-block;
	position: relative;	
	padding-right: 15px;
	bottom: -10px;
	max-width: 50%;
	text-align: right;	
	font-size: 14px;	
}
.mobile_text{
	display: none;
}

/*seventh screen end*/

/*map*/
.map{
	position: relative;
	max-height: 400px;
}
.map_info{
	position: absolute;
	top: 130px;
	left: 20%;
	z-index: 9999;
	background-color: #bf0247;
	color: #ffffff;
	padding: 25px 30px 25px 25px;
	border-radius: 10px
}
.map_info h2{
	margin: 15px 0;
}
.map_info ul{
	padding: 0;
}
.map_info li{
	padding-left: 25px;
	font-size: 14px;
	line-height: 28px;
	background-image:url(../img/map_icon-set.png);
	background-repeat: no-repeat;	
}
.map_info li a{
	color: #ffffff;
}
.map_info li:nth-child(1){
	background-position: 0 4px;
}
.map_info li:nth-child(2){
	background-position: 0 -24px;
}
.map_info li:nth-child(3){
	background-position: 0 -57px;
}
/*map end*/
/*footer*/
footer{
	background-color: #f6f6f6;
	font-size: 10px;	
	padding: 25px 0;
	font-family: "OpenSans";
}
.icon_wrap{
	display: inline-block;
	height: 50px;
	width: 50px;
	background-image: url(../img/social_icon-set.png);
	background-repeat: no-repeat;
}
.icon_wrap:nth-child(2){
	background-position: 0 -79px;
}
.icon_wrap:nth-child(3){
	background-position: 0 -79px;
}
.icon_wrap:nth-child(3){
	background-position: 0 -157px;
}
/*footer end*/
/*modal start*/
.box-modal input, .box-modal .simple_button, .box-modal textarea{
	margin: 5px auto;
	width: 85%;
}
.box-modal h2{
	font-family: 'OpenSans-Light';
	font-size: 24px;	
	font-weight: 300;	
}
.content_modal{
	border: 2px solid #bf0247;
	border-radius: 5px;
}
.box-modal textarea{
	border: none;
	border-radius: 25px;
	padding: 10px;
	height: 110px;
}
.modal_text{
	margin-bottom: 25px;
	margin-top: 10px;
}.viber_text {	font-size: 14px;	white-space: nowrap;	color: #7b519d;}.pos_rel {	position: relative;}.viber_text_scrolled {	position: absolute;	bottom: -20px;	left: 0px;	color: #7b519d;	font-size: 14px; font-weight: bold;}