
/* ------------------- fonts --------------------- */

/*@font-face {
		font-family: 'open_sansregular';
		src: url('../font/Open Sans-webfont.eot');
		src: url('../font/Open Sans-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../font/Open Sans-webfont.woff2') format('woff2'),
				 url('../font/Open Sans-webfont.woff') format('woff'),
				 url('../font/Open Sans-webfont.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'open_sanslight';
		src: url('../font/Open Sans Light-webfont.eot');
		src: url('../font/Open Sans Light-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../font/Open Sans Light-webfont.woff2') format('woff2'),
				 url('../font/Open Sans Light-webfont.woff') format('woff'),
				 url('../font/Open Sans Light-webfont.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;

}*/

@font-face {
		font-family: 'montserrat_medium';
		src: url('../font/Montserrat-Medium.eot');
		src: url('../font/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
				 url('../font/Montserrat-Medium.woff2') format('woff2'),
				 url('../font/Montserrat-Medium.woff') format('woff'),
				 url('../font/Montserrat-Medium.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'montserrat_semibold';
		src: url('../font/Montserrat-SemiBold.eot');
		src: url('../font/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
				 url('../font/Montserrat-SemiBold.woff2') format('woff2'),
				 url('../font/Montserrat-SemiBold.woff') format('woff'),
				 url('../font/Montserrat-SemiBold.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;

}





/* --------- reset css --------- */

 /* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
 u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
}

strong {
	font-weight:bold;
}

 input {
	padding:0;
}
input[type="button"],  input[type="submit"] {
	cursor:pointer;
}

textarea {overflow: auto ; resize:none;} 

p, li, span, input, div, a, h1, h2, h3, h4, h5, h6, label {
	font-family:inherit; 
}

.check {
	cursor: pointer;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
		display: block;
}

ol, ul {
		list-style: none;
}
blockquote, q {
		quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
		content: '';
		content: none;
}
table {
		border-collapse: collapse;
		border-spacing: 0;
}
/* remember to define focus styles! */
:focus {
		outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
		text-decoration: none;
}

input, textarea {outline:none; border:0;}

input[type="text"]::-ms-clear, input[type="tel"]::-ms-clear{
	display:none;
}

.clear {
	clear:both;
}


img {
	max-width:100%;
}
a {
	color:inherit;
	text-decoration:none;
}
h2 a:hover, h3 a:hover {
	text-decoration:underline;
}





/* ------------- end reset --------------- */


/* fullpage plagin styles CSS
 * --------------------------------------- */
 html, body {
		overflow:hidden;
	 /*Avoid flicker on slides transitions for mobile phones #336 */
		-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
		height: 100%;
		position: relative;

		/* Touch detection for Windows 8 */
		-ms-touch-action: none;

		/* IE 11 on Windows Phone 8.1*/
		touch-action: none;
}
.fp-section {
		position: relative;
		-webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
		-moz-box-sizing: border-box; /* <=28 */
		box-sizing: border-box;
}
.fp-slide {
		float: left;
}
.fp-slide, .fp-slidesContainer {
		height: 100%;
		display: block;
}
.fp-slides {
		z-index:1;
		height: 100%;
		overflow: hidden;
		position: relative;
		-webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
		transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
		display: table;
		table-layout:fixed;
		width: 100%;
}
.fp-tableCell {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: 100%;
}
.fp-slidesContainer {
		float: left;
		position: relative;
}
.fp-controlArrow {
		position: absolute;
		z-index: 4;
		top: 50%;
		cursor: pointer;
		width: 0;
		height: 0;
		border-style: solid;
		margin-top: -38px;
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
		left: 15px;
		width: 0;
		border-width: 38.5px 34px 38.5px 0;
		border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
		right: 15px;
		border-width: 38.5px 0 38.5px 34px;
		border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
		overflow: scroll;
}
.fp-notransition {
		-webkit-transition: none !important;
		transition: none !important;
}
#fp-nav {
		position: fixed;
		z-index: 100;
		margin-top: -32px;
		top: 50%;
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
		right: 17px;
}
#fp-nav.left {
		left: 17px;
}
.fp-slidesNav{
		position: absolute;
		z-index: 4;
		left: 50%;
		opacity: 1;
}
.fp-slidesNav.bottom {
		bottom: 17px;
}
.fp-slidesNav.top {
		top: 17px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
		display: block;
		width: 14px;
		height: 13px;
		margin: 7px;
		position:relative;
}
.fp-slidesNav ul li {
		display: inline-block;
}
#fp-nav ul li a {
		display: block;
		position: relative;
		z-index: 1;
		width: 100%;
		height: 100%;
		cursor: pointer;
		text-decoration: none;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span{
		background:#fff;
 }
#fp-nav ul li a span {
		position: absolute;
		z-index: 1;
		height: 7px;
		width: 7px;
		border: 0;
	border:2px solid #fff;
	border-radius:50%;
		left: 50%;
		top: 50%;
		margin: -3.5px 0 0 -3.5px;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
}
#fp-nav.dark-color ul li a span {
	border:2px solid #767676;
}
#fp-nav.dark-color ul li a.active span,
#fp-nav.dark-color ul li:hover a.active span {
	background:#767676;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
		width: 10px;
		height: 10px;
		margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
		position: absolute;
		top: -2px;
		color: #fff;
		font-size: 14px;
		white-space: nowrap;
		max-width: 220px;
		overflow: hidden;
		display: block;
		opacity: 0;
		width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
		-webkit-transition: opacity 0.2s ease-in;
		transition: opacity 0.2s ease-in;
		width: auto;
		opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
		right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
		left: 20px;
}

	#myVideo{
		position: absolute;
		right: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
		background-color: black; /* in case the video doesn't fit the whole page*/
			background-image: /* our video */;
			background-position: center center;
			background-size: contain;
			object-fit: cover; /*cover video background */
			z-index:3;
	}
/* 	#myVideo.hide {
		z-index:-1;
	} */


/* ----- site styles css ----- 
 * --------------------------- */
body, html { width: 100%; height: 100%; }
#order, #order body {
	overflow:visible;
}
body {
	color:#fff;
	text-align:center;
	font-family: 'montserrat_medium', 'tahoma', 'arial';
	/*font-weight:400;*/
	font-size:18px;
} 
.section {
	background-position:center center;
	background-repeat: no-repeat;
	/*background-position:left center;*/
	-webkit-background-size: cover !important; 
		-moz-background-size: cover !important; 
		-o-background-size: cover !important; 
	background-size:cover !important; 
}
.page1{
	background-image:url(../images/slide_1.jpg);
	/*background:#000 url(../images/page_1.1.jpg) center top no-repeat;*/
/* 	background:url(../images/page_1.1.jpg) center top no-repeat, url(../images/page_1.1bl.jpg) center top; */
/* 	background:url(../images/page_1.jpg) center top no-repeat, url(../images/page_1bl.jpg) center bottom, url(../images/bg_shadow.png) center bottom; */
	/*background-size:100% !important; */
	overflow:hidden;
	/*height:800px;*/
	z-index:5;
}
.page2 {
	background-image:url(../images/slide_2.jpg);
	/*background:url(../images/page_2.jpg);*/
}
.page3 {background-color: #000;}
.page3 .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.page3 .play {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-image:url(../images/slide_3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	/*background:url(../images/page_3.jpg);*/
	cursor: pointer;
}
.page3 .play .play-btn {
	display: block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.85;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 6;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.page3 .play .play-btn:hover {opacity: 1;}
.page3 .play .play-btn:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 31px solid transparent;
	border-bottom: 31px solid transparent;
	border-left: 52px solid #333;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 7;
	-webkit-transform: translate(-16px,-50%);
	-ms-transform: translate(-16px,-50%);
	-o-transform: translate(-16px,-50%);
	transform: translate(-16px,-50%);
	pointer-events: none;
}
.page3 .closeVideo {
	position: absolute;
	right: 6px;
	top: 0;
	z-index: 4;
	width: 50px;
	height: 50px;
	background: #000;
	cursor: pointer;
}
.page3 .closeVideo:before, .page3 .closeVideo:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 2px;
	margin: -2px 0 0 -14px;
	background: #fff;
	-webkit-transition: transform .1s ease-in-out;
	-o-transition: transform .1s ease-in-out;
	transition: transform .1s ease-in-out;
}
.page3 .closeVideo:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.page3 .closeVideo:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page3 .closeVideo:hover:before {
	-webkit-transform: rotate(45deg) scale(1.1);
	-ms-transform: rotate(45deg) scale(1.1);
	-o-transform: rotate(45deg) scale(1.1);
	transform: rotate(45deg) scale(1.1);
}
.page3 .closeVideo:hover:after {
	-webkit-transform: rotate(-45deg) scale(1.1);
	-ms-transform: rotate(-45deg) scale(1.1);
	-o-transform: rotate(-45deg) scale(1.1);
	transform: rotate(-45deg) scale(1.1);
}

.page4{
	/*background:url(../images/page_4.jpg);*/
}
.page_order {
	position:relative;
	min-width:100%;
	min-height:100%;
	text-align:center;
	background:url(../images/page_order.jpg);
}

/*.section:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4); 
	background:  radial-gradient(circle, rgba(0,0,0,.3), rgba(0,0,0,.8) ); 
 /* 	background:  radial-gradient(ellipse, rgba(0,0,0,.3), rgba(0,0,0,.7) );  */
/* 	pointer-events: none;
}*/
/*.page1:before {
	background-image: radial-gradient(50% 109%, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.65) 37%, rgba(0,0,0,0.90) 64%, rgba(0,0,0,0.85) 100%);
	z-index:4;
	pointer-events: none;
}*/
.mask_off:before {
	display:none;
	pointer-events: none;
}
/* .page_order:before {
	display:none;
} */

#hide {
	opacity:0;
}
 
.top_links {
	text-align:center;
	z-index:15;
}
#fullpage .top_links {
	position:absolute;
	top:5%;
	left:0;
	width:100%;
}
.page_order .top_links  {
	padding:40px 0 5% 0;
}
.order_wrap {
	position:relative;
	z-index:2;
}
.logo {
	display: block;
	width: 325px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	/*position:relative;
	display:inline-block;
	margin-bottom:25px;*/
}
.logo svg {width: 100%;}
.logo_link {
	position:absolute;
	top: 25px;
	/*top: 18px;*/
	left: 100px;
	font-size:1em;
	opacity:0;
}
.logo_link img {vertical-align:middle; margin-right:3px;}

.link {
	display:block;
	font-size:1em;
	font-family: 'open_sanslight';
	z-index:15;
}
.link:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:22px;
	height:24px;
	margin-right:5px;
	background:url(../images/icons.png) left -40px no-repeat;
}
.link:hover:before{
	opacity:0.8;
}
.link:active:before{
	opacity:0.5;
}


.block {
	position:relative;
	display:inline-block;
	width:80%;
}
.page2 .block {
	position:relative;
	text-align:left;
}


h1 {
	position:relative;
	/*margin-bottom:50px;*/
	margin-bottom: 0.769em;
	font-size:3.61em;
	font-family: 'montserrat_medium';
	line-height:1.05;
	letter-spacing:0.045em;
	z-index:5;
}
/*h2 {
	position:relative;
	font-size:1.75em;
	line-height:1.05;
	font-family: 'open_sanslight';
	z-index:5;
}
h3 {
	position:relative;
	font-size:1.11em;
	line-height:1.05;
	font-family: 'open_sanslight';
	z-index:5;
}*/
h4 {
	position:relative;
	font-size: 1.67em;
	/*font-size:1.25em;*/
	line-height:1.33;
	font-family: 'montserrat_medium';
	z-index:5;
}

.order-title {
	/*margin-top: 2em;*/
	margin-top: 1.5em;
}

p , a, span, blockquote, li, h2{
	letter-spacing:0.003em;
}
.page1 h2 {margin-bottom:1.1em;}

blockquote {
	margin-top:25px;
	padding:0 0 0 15px;
	line-height:1.2;
	font-family: 'open_sanslight';
	line-height:1.33;
	border-left:3px solid #00e643;
}

.contact {
	font-family: 'montserrat_semibold';
	position:relative;
	margin:30px 0 0px; 
	line-height:1.3;
	z-index:5;
}
.page4 .contact {margin-top: 45px;}
.page2 .contact {margin-top: 15px;}

.top_links .contact {
	margin:10px 0 0;
}
.contact p {
	font-family: 'montserrat_semibold';
	display: inline-block;
	vertical-align: middle;
}

.contact a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.contact a:before {
	content:'';
	width: 30px;
	height: 30px;
	display:inline-block;
	vertical-align:middle;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	transition: transform .3s;
}
.contact a:hover:before {
	transform: translateY(-5px);
} 
.viber:before  {
	background-image: url(../images/icons/viber.svg);
}
.telegram:before  {
	background-image: url(../images/icons/tele.svg);
}
.wtsap:before  {
	background-image: url(../images/icons/wtsap.svg);
}
.mail:before {
	background-position:left top;
}
/*.tel:before {
	margin-right: 10px;
	background-image: url(../images/icons/phone.svg);
}*/
.contact a.tel:before {display: none;}
.tel .tel-icon {
	display: inline-block;
	margin-right: 10px;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	transition: transform .3s;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}
.page4 .tel .tel-icon .tel-cls-1 {
	fill: #0fbc42;
}
.page4 .tel .tel-icon .tel-cls-2 {
	fill: #fff;
}
.contact a.tel:hover .tel-icon  {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
} 

html:not(.desktop) .contact .pc {
	display: none;
}
html.desktop .contact .mob {
	display: none;
}

.top-contact a {
	display: inline-block;
	margin: 30px 4px 0;
}

.top-contact a svg {
	width: 150px;
	height: 46px;
}

.top-contact a .gl-st0, .top-contact a .app-st0 {transition: fill .3s;}

.top-contact a:hover .gl-st0, .top-contact a:hover .app-st0,
.top-contact a:active .gl-st0, .top-contact a:active .app-st0 {
	fill:transparent;
}

.section  .tel {
	font-size:1.167em;
	font-family: 'montserrat_semibold';
	text-align:left;
}
.section  .mail span, .section  .tel span {
	/*font-size:1em;*/
	font-size:1.167em;
	display:inline-block;
	vertical-align:middle;
}

.mail:before {
	content:'';
	border-radius:50%;
	margin-right:10px;
	background:url(../images/icons.png) no-repeat;
} 




.section  .mail .hide {
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	width:0;
	transition:0.8s;	
}
@media screen and (max-width: 1024px) {
	.section  .mail .hide  {display:none;}
}
@media screen and (min-width: 1025px) {
	.section  .mail span span {
		width:260px;
		display:none;
	}
	.section  .mail:hover .hide {
		width:260px;
	} 
	.section  .mail:hover span span {
		display:block;
	}
}


.titles_block {
	position:relative;
	min-height:150px;
}
.order {
	position:relative;
	display:inline-block;
	width:350px;	
	padding-top:38px;
	z-index:5;
}
#fullpage .order {
	position:absolute;
	bottom:5%;
	left:50%;
	padding:0;
	margin-left:-175px;	
	z-index:5;
}
.order:before {
	content:'';
	position:absolute;
	top:-30px;
	left:20px;
	width:25px;
	height:38px;
	background:url(../images/arrow1.png);
	transition:0.5s;
}


.order.no_arrow:before {
	opacity:0;
}
.page_order .order:before {
	top: 10px;
	left: 50%;
	margin-left: -100px;
}

.order .data {
	overflow:hidden;
	margin-top:10px;
}
.data p {
	padding:0 10px;
	text-align:left;
	font-size:1em;
	font-family: 'open_sanslight';
	font-weight:lighter;
}

.order [type='text'], .order [type='tel'], .order textarea {
	padding:0 10px;
	font-size:1em;
	color:#fff;
	font-family: 'open_sansregular';
	font-weight:400;
	background:none;
	border-bottom:1px solid;
	border-color:#fff;
	border-color: rgba(255,255,255,.35);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.order [type='text'] {
	float:left;
	width:198px;
	height:33px;
	border-right:1px solid;
	border-color:#fff;
	border-color: rgba(255,255,255,.35);
}
.page_order .order [type='text'] {
	border-right:0;
	width:235px;
	float:none;
}
.order [type='tel'] {
	float:left;
	width:151px;
	height:33px;
}
.order textarea {
	width:100%;
	height:30px;
	overflow:hidden;
	line-height:1;
}

.order textarea::-webkit-input-placeholder       {font-size:0.75em; color:#fff;font-family: 'open_sanslight'; }
.order textarea::-moz-placeholder                {font-size:0.75em; color:#fff;font-family: 'open_sanslight';  }
.order textarea:-moz-placeholder                 {font-size:0.75em; color:#fff; font-family: 'open_sanslight'; }
.order textarea:-ms-input-placeholder            {font-size:0.75em; color:#fff;font-family: 'open_sanslight';  }
.order [type='text']::-webkit-input-placeholder       {color:#fff;font-family: 'open_sanslight';}
.order [type='text']::-moz-placeholder                {color:#fff;font-family: 'open_sanslight';}
.order [type='text']:-moz-placeholder                 {color:#fff;font-family: 'open_sanslight';}
.order [type='text']:-ms-input-placeholder            {color:#fff;font-family: 'open_sanslight';}
.order [type='tel']::-webkit-input-placeholder       {color:#fff;font-family: 'open_sanslight';}
.order [type='tel']::-moz-placeholder                {color:#fff;font-family: 'open_sanslight';}
.order [type='tel']:-moz-placeholder                 {color:#fff;font-family: 'open_sanslight';}
.order [type='tel']:-ms-input-placeholder            {color:#fff;font-family: 'open_sanslight';}
[type='email']::-webkit-input-placeholder       {color:#fff;font-family: 'open_sanslight';}
[type='email']::-moz-placeholder                {color:#fff;font-family: 'open_sanslight';}
[type='email']:-moz-placeholder                 {color:#fff;font-family: 'open_sanslight';}
[type='email']:-ms-input-placeholder            {color:#fff;font-family: 'open_sanslight';}

textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
[type='text']:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
[type='text']:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
[type='text']:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
[type='text']:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
[type='tel']:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
[type='tel']:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
[type='tel']:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
[type='tel']:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
[type='email']:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
[type='email']:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
[type='email']:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
[type='email']:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.button {
	display:inline-block;
	height:38px;
	margin-top:25px;
	padding:0 23px;
	font-family: 'open_sanslight';
	border-radius: 5px;
	background-color: #fff;
	color:#0e0e0e;
	font-size:1em;		
	border:0;
	cursor:pointer;	
}
a.button {line-height:38px;}
.button:after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:9px;
	height:18px;
	margin-left:8px;
	background:url(../images/icons.png) -72px top no-repeat;
}
.button:hover, .buttons .pay:hover {
	background:rgba(255,255,255,0.8);
}
.button:active, .buttons .pay:active {
	background:rgba(255,255,255,0.5);
}
.page_order .button {
	padding:0 55px;
}
.page_order .button:after {
	display:none;
}


.propities {
	position:relative;
	display:inline-block;
	text-align:left;
	line-height:1;
}
.propities li {
	position:relative;
	margin-left: 136px;
	/*margin-left:88px;*/
	margin-bottom:55px;
	padding-left:15px;
	border-left:3px solid #99cc33;
	/*border-left:3px solid #00e643;*/
}
.propities li:last-child {
	margin-bottom:0;
}
.propities li:after {
	content:'';
	display:table;
	clear:both;
}
.propities .open,
.propities .min_sum,
.propities .prise {
	min-height: 116px;
}
.propities .open {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}

.propities .open:before,
.propities .min_sum:before,
.propities .prise:before {
	content:'';
	position:absolute;
	top:0;
	bottom: 0;
	left:-138px;
	width:110px;
	height:110px;
	margin: auto 0;
	border: 3px solid #fff;
	border-radius: 20px;
	/*margin:-34px 0 0 0;*/
	/*background:url(../images/propities.png) no-repeat;*/
	background-repeat: no-repeat;
	background-position: center center;
}
.propities .open:before {
	background-image: url(../images/Open_icon.png);
	/*background-position:center top;*/
	-webkit-background-size: 62% auto;
	background-size: 62% auto;
}
.propities .min_sum:before {
	background-image: url(../images/Basket_icon.png);
	/*background-position: center -73px;*/
	-webkit-background-size: 56% auto;
	background-size: 56% auto;
}
.propities .prise:before {
	background-image: url(../images/Delivery_icon.png);
	/*background-position: center bottom;*/
	-webkit-background-size: 61% auto;
	background-size: 61% auto;
}
.propities .adress {
	border:0;
}
/*.propities .adress:before {
	content:'';
	position:absolute;
	top: -7px;
	left: -30px;
	width:38px;
	height:25px;
	background:url(../images/arrow2.png) no-repeat;
}*/
.propities .open p,
.propities .min_sum p:first-of-type,
.propities .prise p {
	margin-bottom: 4px;
}
.propities .min_sum p:last-of-type {
	margin-top: 6px;
	font-size: 1em;
}
.propities p.grey {
	font-size: 1em;
	color: #cbcbcb;
}
.propities p {
	font-size:1.11em;
	/*font-family: 'open_sanslight';*/
	line-height:1.2;
}
/*.propities p img {
	vertical-align:middle;
}*/
.propities p .visa svg {
	width: 45px;
	height: 13px;
}
.propities p .master svg {
	width: 33px;
	height: 20px;
	vertical-align:-0.1em;
}
/*.propities span*/
.propities .number {
	display:block;
	font-family: 'montserrat_semibold';
	font-size:3.61em;
	letter-spacing:0.045em;
}
.propities .left{
	float:left;
}
.propities .left:last-child {
	margin-left:20px;
}
.propities .left:last-child span {
	position: relative;
	margin-left:20px;
}
.propities .left:last-child span:before {
	content:'';
	display:inline-block;
	height:100%;
	/*margin-right:23px;*/
	border-left:1px solid #fff;
	position: absolute;
	left: -20px;
	top: 0;
}
.propities .left:last-child p {
	margin-left:20px;
}
.propities .left p {
	/*font-size:1em;*/
	font-size: 1.11em;
}


.page4  .block  {
	float:right;
	width:500px;
	margin-right:10%;
	font-family: 'open_sanslight';
}
.good_food {
	margin-top:35px;
	text-align:left;
}
.good_food li {
	position:relative;
	padding:0 0 10px 19px;
	font-size:1.11em;
}
.good_food li:before {
	content:'';
	position:absolute;
	top:11px;
	left:0;
	width:7px;
	height:7px;
	background:#00e643;
	border-radius:50%;
}

.order_coupon {
	 padding-bottom: 10px;
}
.order_result {
	padding-bottom:30px;
}
.result_form {
	display:inline-block;
	width:430px;
}
.order_list {
	padding:15px 0 0 0;
	font-family: 'open_sanslight';
	border-top:1px solid #636260;
}
.order_list li {
	margin-bottom:15px;
	overflow:hidden;
}
.order_list .all {
	padding-top:15px;
	border-top:1px solid #636260;
}
.order_list .name {
	float:left;
	width:68%;
	text-align:left;
}
.order_list p {
	font-size:1em;
	line-height:1;
}
.order_list .name p {
	margin-bottom:4px;
}
.order_list .name span {
	font-size:0.75em;
}
.order_list .prise {
	float:right;
	/* width:120px; */
	width:27%;
	text-align:right;
}
.buttons {
	position:relative;
	margin-top:25px;
}
.buttons:after {
	content:'';
	display:table;
	clear:both;
}
.buttons:before{
	content:'';
	position:absolute;
	top:-40px;
	right:-20px;
	width:10px;
	height:43px;
	background:url(../images/arrow3.png) no-repeat;
}
.buttons .del {
	float:left;
		height: 38px;
		line-height: 38px;
		width:135px;
		border-radius: 5px;
		background:rgba(255,255,255,0.2);
		color: #fff;
		font-size: 18px;
		border: 0;
		cursor: pointer; 
}
.buttons .pay {
	float:right;
	height: 38px;
	width:260px;
	line-height: 38px;
	border-radius: 5px;
	background:#fff;
	color: #0e0e0e;
	font-size: 18px;
	border: 0;
	cursor: pointer; 
}

.result_form .check {
	position:relative;
	margin:20px 0;
	text-align:left; 
	font-size:0.75em;
	line-height:15px;
}
.result_form .check input {
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
}
.result_form .check label:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	width:15px;
	height:15px;
	margin-right:10px;
	background:url(../images/icons.png) left -72px no-repeat;
}
.result_form .check input:checked + label:before{
	background-position:left -96px;
}

.result_form .mail {
	display:block;
	padding: 0 10px;
	width:254px;
	font-size: 18px;
	color: #fff;
	font-family: 'open_sanslight';
	background: none;
	border-bottom: 1px solid #636260;
}






footer {
	/*position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height:35px;
	background: #dadada;*/
}
.footer-bottom {
	width: 100%;
	height:35px;
	background: #dadada;
}
.footer_floor {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	max-width:980px;
	height:100%;
	margin: 0 auto;
	padding: 0 35px;
}

.copy {
	/*font-size:0.75em;*/
	font-size: 12px;
	color: #848484;
}
.social {}

.social a {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.social .fb {
	width:12px;
	height:21px;
}
.social .fb .fb-st0, .social .ins .ins-st1 {
	-webkit-transition: fill .2s;
	-o-transition: fill .2s;
	transition: fill .2s;
}
.social .fb:hover .fb-st0, .social .ins:hover .ins-st1 {
	fill:#fff;
}

.social .ins {
	width:21px;
	height:21px;
}

.seo {
	max-width: 1050px;
	/*max-width: 980px;*/
	margin: 0 auto;
	padding: 35px 35px 25px;
	position:relative;
	background:#fff;
	margin-bottom:30px; 
	/*padding:25px 0 25px;*/
	height:150px;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition:.5s;
}
.seo.down {
	margin-bottom:0;
	height:auto;
}

.seo:after {
	content: '';
		position: absolute;	
		height: 32%;
		width:100%;
	left:0;
		bottom: 0;	
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNTclIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgo8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, #fff 0%, rgba(255,255,255,.9) 56.64%, rgba(255,255,255,.7) 84.69%, rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(bottom, #fff 0%, rgba(255,255,255,.9) 56.64%, rgba(255,255,255,.7) 84.69%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 0%, rgba(255,255,255,.9) 56.64%, rgba(255,255,255,.7) 84.69%, rgba(255,255,255,0) 100%);
	background-image: linear-gradient(bottom, #fff 0%, rgba(255,255,255,.9) 56.64%, rgba(255,255,255,.7) 84.69%, rgba(255,255,255,0) 100%);
		z-index: 3;
}
.seo.down:after {
	display:none;
}


.seo p {
	/*max-width:705px;
	margin:0 auto;
	padding:0 10px;*/
	font-size:14px;
	color:#848484;
	line-height:1.4;
	text-align:justify;
	letter-spacing: 0.03em;
	margin-bottom: 22px;
}

.more_read {
	position:absolute;
	top:125px;
	left:0;
	width:100%;
	text-align:center;
	z-index:4;
}
.more_read span {
	font-size:14px;
	color:#848484;
	cursor:pointer;
}

.page4 .contact {
	color:#848484;
}


.popap {
	position:fixed;
	top:50%;
	left:50%;
	width:310px;
	margin:-75px 0 0 -150px;
	padding-bottom:50px;
	color:#0e0e0e;
	font-family: 'open_sanslight';
	text-align:center;
	background:rgba(250,250,250,.9);
	border-radius:15px;
	z-index:1100;
	display:none;
}
.popap p, .popap a, .popap input {
	font-size:18px;
}
.popap.visible {
	display:block;
}
.popap  .text {
	padding:20px 30px;
	line-height:1.2;
}
.popap  .ok {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:49px;
	line-height:49px;
	background:#fff;
	border-top:1px solid #dbdbdb;
	border-radius:0 0 15px 15px;
}
.popap .ok input {
	margin-right:20px;
	border:0;
	background:0;
	color: #0e0e0e;
	font-family: 'open_sanslight';
}



.tablet .logo_link, .mobile .logo_link {display: none;}


/* media */
@media screen and (max-height: 700px) {
	body{font-size:16px;}
	.logo {width: 290px;}
	.propities .open, .propities .min_sum, .propities .prise {min-height: 106px;}
	.propities .open:before, .propities .min_sum:before, .propities .prise:before {
		width: 100px;
		height: 100px;
		left:-130px;
	}
	.propities li {margin-bottom: 45px;}
	.seo p {margin-bottom: 15px; letter-spacing: 0; line-height: 1.2;}
	.page4 .contact {margin-top: 30px;}
}
@media screen and (max-height: 600px) {
	.seo p {font-size: 13px; margin-bottom: 10px;}
}

@media screen and (max-width: 1024px) {
	body{font-size:16px;}
	.logo {width: 290px;}
	.section .tel {display: table; margin: 20px auto 0;}
	.page2 .contact p {display: block; text-align: center; margin-bottom: 20px;}
	.page2 .adress {display: table; margin: 0 auto; padding: 0; text-align: center;}
	.titles_block {
		min-height: 50vh;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
	}
	.propities .open, .propities .min_sum, .propities .prise {min-height: 106px;}
	.propities .open:before, .propities .min_sum:before, .propities .prise:before {
		width: 100px;
		height: 100px;
		left:-130px;
	}
	.propities li {margin-bottom: 45px; margin-left: 128px;}
	.propities {
		min-height: 70vh;
		display: inline-flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: space-between;
		-ms-align-items: flex-start;
	}
	.seo p {margin-bottom: 10px;}
	/*.page4 .contact {margin-top: 30px;}*/
	.page4-wrap {
		min-height: 55vh;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: space-between;
	}
	#fp-nav.right {right: 5px;}
}

@media screen and (max-width: 900px) {
	body{font-size:14px;}
	.logo {width: 260px;}
	.propities li {margin-left: 104px;}
	.propities .number {font-size: 3em;}
	.propities .open, .propities .min_sum, .propities .prise {min-height: 86px;}
	.propities .open:before, .propities .min_sum:before, .propities .prise:before {
		width: 80px;
		height: 80px;
		left: -106px;
		border-radius: 16px;
	}
}

@media screen and (max-width: 640px) {
	/*#fp-nav.right {right: 0;}*/
	.page4 {padding-bottom: 35px;}
	.logo {width: 40%;}
	h1 {font-size: 3em;}
	/*h4 {font-size: 1.3em;}*/
	h4 {font-size: 16px;}
	.titles_block {padding: 0 30px;}
	.page4 .contact {margin-bottom: 25px; margin-top: 30px;}
	.seo {padding: 30px 30px 20px;}
	/*.footer_floor {padding: 0 22px;}
	.seo {padding: 0 22px;}*/
	/*.seo p {font-size: 12px; letter-spacing: 0; line-height: 1.1;}*/
	.propities p {font-size: 1em;}
	.propities .number {font-size: 2em;}
	.propities .open, .propities .min_sum, .propities .prise {min-height: auto;}
	.propities .open:before, .propities .min_sum:before, .propities .prise:before {
		width: 50px;
		height: 50px;
		left: -70px;
		border-width: 2px;
		border-radius:10px;
	}
	.propities li {padding-left: 10px; margin-left: 67px;}
	.propities .left:last-child, .propities .left:last-child p, .propities .left:last-child span {margin-left: 10px;}
	.propities .left:last-child span:before {left: -10px;}
	/*.propities .adress {margin-left: 0;}*/
	.propities .open:before {
		-webkit-background-size: 62% auto;
		background-size: 72% auto;
	}
	.propities .min_sum:before {
		-webkit-background-size: 56% auto;
		background-size: 66% auto;
	}
	.propities .prise:before {
		-webkit-background-size: 61% auto;
		background-size: 71% auto;
	}
	.page3 .play .play-btn {
		width: 100px;
		height: 100px;
	}
	.page3 .play .play-btn:after {
		border-top: 21px solid transparent;
		border-bottom: 21px solid transparent;
		border-left: 32px solid #333;
		-webkit-transform: translate(-9px,-50%);
		-ms-transform: translate(-9px,-50%);
		-o-transform: translate(-9px,-50%);
		transform: translate(-9px,-50%);
	}
}

@media screen and (max-width: 480px) {
	/*#fp-nav.right {display: none;}*/
	.logo {width: 55%;}
	h1 {font-size: 40px;}
	.page4 {padding-bottom: 70px;}
	.footer-bottom {height: 70px;}
	.footer_floor {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		padding: 0;
	}
	.copy {margin-bottom: 10px;}
	.page4 .contact {margin-top: 20px;}
	/*.seo p {margin-bottom: 5px; line-height: 1; text-align: left;}*/
	/*.seo, .titles_block {padding: 0 10px;}*/
	.section .tel {font-size: 1em;}
	.section .mail span, .section .tel span {font-size: 1em;}
	.propities li {margin-bottom: 30px;}
	.propities .left:last-child, .propities .left:last-child p, .propities .left:last-child span {
		margin-left: 0;
	}
	.propities .left:last-child span:before {display: none;}
	.propities .left {float: none;}
	.propities .left:last-child {padding-top: 5px;}
	.adress p {display: block; margin: 0 0 15px;}
	.adress .contact {text-align: center;}
	.top-contact a svg {width: 118px; height: auto;}
	.propities {padding: 0 30px;}
	.contact {margin: 30px -30px 0;}
	.page2 .tel {margin: 10px auto 0;}
	.page2 .contact p {margin-bottom: 10px;}
	.page4 .contact {margin-left: 0; margin-right: 0;}
	.seo p {text-align: left;}
}
