* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	/*scroll-behavior: smooth;*/
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	/*overflow-x: hidden;
	overflow-y: hidden;*/
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	/*overflow: hidden;*/
	height: 100%;
	color:#282829;
	font-family: 'Muller', Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
}
.dropdown-toggle::after {
	display:none;
}
#navbar{
	background:#F04D44;
}

#full_view{
	position:relative;
}
#full_view > * {
	display: block;
	/*min-height: 100vh !important;*/
	/*min-height: 100vh;*/
	/*width: 100vw !important;*/
	/* transform: translateZ(0) rotateZ(360deg); */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/*perspective: 1000;*/
	overflow: hidden;
}
#full_view > .section:first-child {
	/*min-height: 100vh;*/
	padding-top:100px;
}

#fv-dots {
	position: fixed;
	top: 50%;
	left: 96%;
	transform: translate(-50%, -50%);
	z-index:10;
}

#fv-dots ul {
	display: block;
	list-style: none;
}

#fv-dots ul li {
	padding: 10px;
}

#fv-dots ul li a {
	display: block;
	margin: auto;
	width: 10px;
	height: 10px;
	text-align: center;
}

#fv-dots ul li a span {
	display: block;
	z-index: 1;
	cursor: pointer;
	text-decoration: none;
	background-color: #888888;
	border-radius: 50%;
	margin: 0 auto;
	width: 7px;
	height: 7px;
	transition: 0.1s ease all;
}


#fv-dots ul a.active span {
	width: 9px;
	height: 9px;
	background-color: #bdbdbd;
}

#fv-dots ul a:hover span {
	width: 9px;
	height: 9px;
}

/* Tooltip container */
.fv-tooltip {
	position: relative;
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
}

/* Tooltip text */
.fv-tooltip .fv-tooltiptext {
	visibility: hidden;
	width: auto;
	background: #3E474F;
	border-radius: .25em;
	color: #EDEFF0;
	text-align: center;
	padding: 5px 10px;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 101;
	white-space:nowrap;

	top: -1px;
	right: 105%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.fv-tooltip:hover .fv-tooltiptext {
	visibility: visible;
}

.fv-tooltip .fv-tooltiptext::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 100%;
	/* To the right of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #3E474F;
}

.fv-tooltip.fv-tooltip-left .fv-tooltiptext::after {
	left: unset;
	right: 100%;
	border-color: transparent #3E474F transparent transparent;
}

/*///////////////////inline///////////*/
.section {
	padding: 100px 0 0 0;
	/*opacity: 0;*/
	transition: 0.2s ease-in all;
	background:#fff;
	position:relative;
	/*min-height:100vh;*/
}
.section::before, .section::after {
	z-index:0;
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.section::before{
	background:url("../img/v2/bg_l.png") fixed no-repeat left bottom;
}
.section::after{
	background:url("../img/v2/bg_r.png") fixed no-repeat right bottom;
}
.section .container {
	z-index:1;
	position:relative;
}

.section.active {
	opacity: 1;
}
.navbar{
	opacity:1;
	transition:opacity 0.15s ease;
	padding-top:20px;
}
.navbar.start-scroll{
	opacity:0;
}

.bg-red{
	background-color:#F04D44;
}
.bg-yellow{
	background-color:#FEC250;
}
.bg-white.bg-light{
	background-color:#F5F6FA !important;
}
.bg-white1{
	background-color:#fff;
}
.section .h2, .section h2, .section .h3{
	color:#fff;
	font-size:82px;
	font-weight:800;
	line-height:1;
}
.section.bg-white .h2, .section.bg-white h2, .section.bg-white .h3{
	color:#000;
}
.section .h3{
	font-size:24px;
	font-weight:500;
	padding:15px 0 30px 0;
}
.navbar-brand{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	align-content:center;
	width:100%;
	padding:5px 0;
}
.navbar-brand a{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	align-content:center;
	text-decoration:none !important;
	color:#000 !important;
}
.navbar-phone{
	white-space:nowrap;
	color:#000;
	text-decoration:none;
	font-size:34px;
	font-weight:900;
	line-height:1;
	padding:7px 0 3px 0;
}
.navbar-phone:hover, .navbar-phone:active{
	color:#222;
	text-decoration:underline;
}
.navbar > .container{
	flex-wrap:nowrap;
	align-items:center;
	align-content:center;
}
.logo{
	background:url("../img/v2/logo-w.svg") no-repeat center center;
	width:255px;
	height:33px;
	transition:all 0s;
	background-size:contain;
	padding:0;
	border:none;
}
.on-white .logo{
	background-image:url("../img/v2/logo-r.svg");
}
.logo-txt{
	color:#000000;
	font-size:20px;
	font-weight:800;
	max-width:100px;
	padding-left:10px;
	line-height:1;
	white-space:normal;
	text-align:left;
}

.navbar .dropdown{
	margin-left:25px;
}
.navbar .dropdown .btn{
	background:#fff;
	border:1px solid rgba(240, 77, 70, 0.99);
}
.navbar .dropdown .btn .navbar-toggler-icon{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28240, 77, 70, 0.99%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.wow-content{
	text-align:center;
}
.wow-content .wow{
	visibility:hidden;
	position:relative;
}
.wow-content img.wow{
	width:auto;
}
.wow-content .wow.wow-sm{
	/*max-height:calc((100vh/3) + 50px);*/
	max-width:400px;
}
.wow-content .animate__animated{
	position:relative;
}
.wow-content .wow.animate__animated{
	visibility:visible;
}
.t30{
	top:-30px;
}
.t50{
	top:-50px;
}
.l100{
	left:-100px;
}
.l60{
	left:-60px;
}
.b100{
	bottom:-100px;
}
.wow-gallery img{
	display:block;
	max-width:100%;
}
.gallery-list{
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
}
.gallery-main img{
	border-radius:20px;
}
.gallery-list img.wow{
	margin-bottom:24px;
	width:47%;
	opacity:0.4 !important;
	cursor:zoom-in;
	border-radius:10px;
}
.gallery-list img.wow.active{
	opacity:1 !important;
}
.gallery-list img.wow:nth-of-type(2n+1) {
	margin-right:8px;
}
.wow-circle{
	position:absolute;
	z-index:0;
	width:900px;
	height:900px;
	top:-280px;
	left:-200px;
	border-radius:50%;
	background:#F04D46;
}
.dropdown-menu{
	font-size:18px;
}
.dropdown-item.active, .dropdown-item:active,  .dropdown-menu .active .dropdown-item{
	background-color: #00ADE5;
	color:#fff;
}
.list_items{
	font-size:22px;
	font-weight:500;
}
.list_items .list_item{
	padding-top:15px;
	padding-bottom:5px;
}
.list_items img{
	margin-bottom:10px;
}
.list_items.wow-content{
	text-align:left;
}
.list_items2 img{
	margin-bottom:0;
	margin-right:15px;
}
.list_items2 .list_item{
	display:flex;
	justify-content:flex-start;
}
.section#section3 h3.h2{
	font-size:50px;
	font-weight:800;
	color:#000;
	margin-top:50px;
}
#section4 .list_items{
	color:#fff;
}
#section4 .list_items b{
	font-weight:800;
}
#section4 .list_items .list_item{
	padding-top:20px;
	padding-bottom:20px;
}
.list_item_full{
	width:100%;
}
#section4 .list_item_full{
	width:70%;
}
#section5 .wow-content{
	text-align:justify;
}
#section6 .wow-circle {
	width:800px;
	height:800px;
	top: -320px;
	left: auto;
	right: -100px;
}
#section6 .wow-circle.wow-circle-blue {
	top: auto;
	right: auto;
	left: -100px;
	bottom: -400px;
	background:#00AEE6;
}
#section7 .wow-circle {
	width: 800px;
	height: 800px;
	top: -400px;
	left: -100px;
	z-index:0;
}
#section6::before, #section6::after {
	z-index: 1;
}
#section6 .container {
	z-index: 2;
}
.corm-items{
	text-align:center;
	font-weight:800;
	font-size:20px;
}
.corm-items .row > div{
	padding-top:60px;
}
.corm-items img{
	margin-bottom:30px;
}
#section7 .container > h2{
	font-size:50px;
	padding:25px 0;
}
.contacts{
	padding:10px 0;
}
.contacts p{
	font-weight:500;
	font-size:32px;
	margin-bottom:3px;
}
.contacts > div{
	padding-bottom:20px;
}
.info-block{
	font-weight:500;
	font-size:20px;
}
/*.section .container{
	overflow-x:hidden;
}*/
#fp-nav ul li .fp-tooltip {
	background:rgba(38, 38, 38, 0.7);
	padding:3px 7px;
	border-radius: .25em;
	white-space:nowrap;
	overflow:visible;
	top: -6px;
}
#fp-nav ul li .fp-tooltip::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent rgba(38, 38, 38, 0.7);
}
.contacts a{
	text-decoration:none;
	color:#282829;
}
.chat_link3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 65px;
	height: 54px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 99999;
}
.chat_link3 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #F04E45;
	position: relative;
	z-index: 1;
}
.chat_link3 a.chat_wp {
	background: #00C232;
}
.chat_link3 > a > i {
	width: 34px;
	height: 34px;
	background: url("https://e-lunch.ru/images/v3/cart.svg") no-repeat center center;
	transform: scale(0.8);
}
.chat_link3 a.chat_wp i {
	background: url("https://e-lunch.ru/images/v3/wa.svg") no-repeat center center;
}


@media (min-height: 1000px){
	#section5 .wow-content .wow.wow-sm{
		max-height:calc((100vh/3) + 50px);
	}
}
@media (max-height: 999px){
	#section5 .wow-content .wow.wow-sm{
		max-height:calc((100vh/3) - 20px);
	}
}
@media (max-height: 800px){
	#section5 .wow-content .wow.wow-sm{
		max-height:calc((100vh/3) - 50px);
	}
}

@media (max-width: 1399px){
	.section .h2, .section h2{
		font-size: 62px;
	}
	.list_items {
		font-size: 18px;
	}
	.section#section3 h3.h2 {
		font-size: 40px;
		margin-top: 30px;
	}
	.section::before {
		background: url("../img/v2/bg_l.png") fixed no-repeat -100px bottom;
	}

	#section7 .container > h2 {
		font-size: 50px;
		padding: 10px 0;
	}
	#section7.section h2 {
		font-size: 42px;
	}
	.contacts > div {
		padding-bottom: 5px;
	}
	.wow-circle {
		width: 800px;
		height: 800px;
	}
	#section4 .list_item_full {
		width: 100%;
	}
	.wow-content .wow.wow-sm{
		max-width:300px;
	}
	.t50 {
		top: -10px;
	}
	#section1 .row-2 img.wow.wow-sm:last-child{
		max-width:350px;
	}
	.section {
		padding: 90px 0 0 0;
		/*min-height: 80vh;*/
	}
	#section7.section {
		/*min-height: 100vh;*/
		padding: 140px 0 20px 0;
	}
}
@media (max-width: 1199px){
	.wow-content .wow.wow-sm {
		max-width: 250px;
	}
	.l100 {
		left: -40px;
	}
	.l60 {
		left: -10px;
	}
	.b100 {
		bottom: -50px;
	}
	.t50 {
		top: 10px;
	}
}
@media (max-width: 991px){
	.section .h2, .section h2{
		font-size: 42px;
	}
	.wow-circle {
		width: 720px;
		height: 720px;
	}
	.section .h3 {
		font-size: 20px;
		padding: 10px 0 20px 0;
	}
	.logo{
		width:220px;
	}
	.logo-txt {
		font-size: 16px;
	}
	.navbar-phone {
		font-size: 28px;
	}
	.wow-content img.wow.wow-sm {
		/*max-height: calc((100vh/4) - 15px);*/
		max-width:200px;
	}
	.l100 {
		left: -20px;
	}
	.l60 {
		left: -6px;
	}
	.list_items img {
		max-width: 50px;
	}
	#section4 .list_item_full {
		width: 100%;
	}
	.list_items {
		font-size: 16px;
	}
	#section5 .wow-content .wow.wow-sm {
		/*max-height: calc((100vh/4) - 60px);*/
	}
	.corm-items img {
		margin-bottom: 15px;
		/*max-height: calc((100vh/4) - 60px);*/
		max-width:100%;
	}
	.info-block {
		font-weight: 500;
		font-size: 18px;
	}
	#section7.section h2 {
		font-size: 36px;
	}
	.contacts p {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.t50 {
		top: 15px;
	}
	.wow-gallery{
		padding-top:30px;
	}
	#section6 .wow-circle {
		top: -420px;
		right: -300px;
	}
	#section1 .row-2 img.wow.wow-sm:last-child {
		margin-top:25px;
	}
}
@media (max-width: 767px){
	.logo {
		width: 180px;
	}
	.logo-txt {
		font-size: 12px;
		max-width: 70px;
	}
	.navbar-phone {
		font-size: 18px;
	}
	.navbar .dropdown {
		margin-left: 15px;
	}
	.navbar {
		padding-top: 10px;
	}
	.navbar .dropdown .btn {
		padding: 3px 9px;
	}
	.section .h2, .section h2 {
		font-size: 32px;
	}
	.section {
		padding: 70px 0 0 0;
	}
	.section .h3 {
		font-size: 16px;
		padding: 0 0 20px 0;
	}
	.wow-content img.wow.wow-sm {
		max-width: 150px;
	}
	.wow-content img.wow.wow-sm.wow-sm1,  .wow-content img.wow.wow-sm.wow-sm2{
		max-width: 220px;
	}
	.list_items2 img {
		margin-right: 5px;
	}
	#section4 .list_items img {
		max-width: 40px;
	}
	#section4 .list_items {
		font-size:14px;
	}
	#section6 .wow-circle {
		top: -300px;
		right: -300px;
	}
	#section6 .wow-circle, #section7 .wow-circle{
		width: 600px;
		height: 600px;
	}
	#section6 .wow-circle.wow-circle-blue {
		left: -300px;
		bottom: -300px;
	}
	#section7 .wow-circle{
		left: -300px;
		top: -300px;
	}
	.corm-items img {
		margin-bottom: 15px;
		max-width: 100%;
	}
	.info-block {
		font-size: 14px;
	}
	.contacts {
		padding: 0 0 10px 0;
	}
	.contacts p {
		font-size: 20px;
		margin-bottom: 3px;
	}
	#section7.section .contacts h2 {
		font-size: 28px;
	}
	.corm-items {
		font-size: 16px;
	}
	.section::after {
		display:none;
	}
	.l100 {
		left: 0;
	}
	.b100 {
		bottom: 0;
	}
	.l60 {
		left: 0;
	}
	#full_view > .section:first-child {
		padding-top: 70px;
	}
	.section {
		padding: 80px 0 40px 0;
	}
	/*#section2{
		min-height:450px;
	}
	#section3{
		min-height:620px;
	}
	#section4{
		min-height:700px;
	}
	#section5{
		min-height:600px;
	}
	#section6{
		min-height:700px;
	}*/
	.wow-gallery {
		padding-top: 10px;
	}
}
@media (max-width: 575px){
	.logo-txt {
		display:none;
	}
	.logo {
		width: 160px;
	}
	.wow-circle {
		width: 600px;
		height: 600px;
	}
	.list_items img {
		max-width: 36px;
	}
	.section {
		padding: 50px 0 40px 0;
	}
	/*#section2 {
		min-height: 550px;
	}*/
}
@media (max-width: 480px){
	.section::before {
		display:none;
	}
	.logo {
		width: 140px;
	}
	.navbar-phone {
		padding: 5px 0 3px 0;
	}
	.section .h2, .section h2 {
		font-size: 26px;
	}
	.section .h3 {
		padding: 0 0 10px 0;
	}
	.l100 {
		left: 0;
	}
	.b100 {
		bottom: 0;
	}
	.l60 {
		left: 0;
	}
	.t50 {
		top: 0;
	}
	.wow-content img.wow.wow-sm {
		max-width: 128px;
	}
	.gallery-list img.wow {
		width: 100%;
		border-radius: 6px;
		margin-bottom: 16px;
	}
	.gallery-list img.wow:nth-of-type(2n+1) {
		margin-right: 0;
	}
	.section#section3 h3.h2 {
		font-size: 24px;
		margin-top: 20px;
	}
	.corm-items img {
		max-height: 90px;
	}
	.corm-items {
		font-size: 14px;
		line-height:1.1;
	}
	.wow-content .row-2 img.wow.wow-sm:last-child {
		max-width: 260px;
	}
	#fv-dots {
		left: 99%;
		display:none;
	}
	#fv-dots ul {
		padding-left: 0;
	}
	.list_items img {
		max-width: 30px;
	}
	.list_items {
		font-size: 14px;
	}
	#section4 .list_items img {
		max-width: 24px;
	}
	.list_item br{
		display:none;
	}
	.contacts p {
		font-size: 16px;
	}
	#section7.section .contacts h2 {
		font-size: 24px;
	}
	.info-block {
		font-weight: normal;
	}
	/*#section2 {
		min-height: 500px;
	}
	#section3 {
		min-height: 550px;
	}
	#section4 {
		min-height: 750px;
	}
	#section6 {
		min-height: 600px;
	}
	#full_view > .section:first-child {
		min-height: 700px;
	}*/
	.wow-content img.wow.wow-sm.wow-sm1, .wow-content img.wow.wow-sm.wow-sm2 {
		max-width: 190px;
	}
}
@media (max-width: 420px){
	.logo {
		width: 120px;
	}
	.navbar-phone {
		font-size: 16px;
	}
	.navbar {
		padding-top: 1px;
		padding-bottom:0;
	}
	.navbar .dropdown .btn {
		padding: 2px 7px;
	}
	.section {
		padding: 50px 0 30px 0;
	}
	.section .h2, .section h2 {
		font-size: 22px;
	}
	.section .h3 {
		font-size: 14px;
		padding: 0 0 20px 0;
	}
	.wow-content img.wow.wow-sm {
		max-width: 110px;
	}
	/*.wow-content .row-2 img.wow.wow-sm:last-child {
		max-width: 250px;
	}*/
	.list_items .list_item {
		padding-top: 5px;
	}
	/*#section2 {
		min-height: 450px;
	}
	#section4 {
		min-height: 780px;
	}
	#section5 {
		min-height: 500px;
	}*/
	.wow-content img.wow.wow-sm.wow-sm1, .wow-content img.wow.wow-sm.wow-sm2 {
		max-width: 170px;
	}
	#section1 .row-2 img.wow.wow-sm:last-child {
		max-width: 310px;
	}
}
@media (max-width: 380px){
	.logo {
		width: 110px;
	}
	.navbar-brand{
		margin-right:5px;
	}
	.navbar .dropdown .btn {
		padding: 0 3px;
	}
	.navbar .dropdown {
		margin-left: 10px;
	}
	.navbar-phone {
		font-weight: 800;
	}
	.section .h2, .section h2 {
		font-size: 20px;
	}
	.list_items img {
		max-width: 24px;
	}
	.list_items2 .list_item {
		display: block;
		justify-content: flex-start;
	}
	.section#section3 h3.h2 {
		font-size: 20px;
		margin-top: 10px;
	}
	#section4 .list_items .list_item {
		padding-top: 10px;
		padding-bottom: 5px;
		width:100%;
		display:flex;
		justify-content:space-between;
	}
	#section4 .list_items img {
		max-width: 28px;
	}
	#section4 .list_items .list_item > div:first-child{
		width:40px;
	}
	#section4 .list_items .list_item > div:last-child{
		width:100%;
	}
	.corm-items {
		font-size: 12px;
		font-weight: 700;
	}
	#section7.section .contacts h2 {
		font-size: 20px;
	}
	.info-block {
		font-size: 12px;
	}
	/*#full_view > .section:first-child {
		min-height: 620px;
	}
	#section2 {
		min-height: 420px;
	}
	#section3 {
		min-height: 540px;
	}
	#section4 {
		min-height: 740px;
	}
	#section5 {
		min-height: 450px;
	}
	#section6 {
		min-height: 550px;
	}*/
	.wow-content img.wow.wow-sm.wow-sm1, .wow-content img.wow.wow-sm.wow-sm2 {
		max-width: 160px;
	}
}
@media (max-width: 360px){
	.logo {
		width: 100px;
	}
	.wow-content img.wow.wow-sm {
		max-width: 90px;
	}
	.wow-content img.wow.wow-sm.wow-sm1, .wow-content img.wow.wow-sm.wow-sm2 {
		max-width: 140px;
	}
	#section1 .row-2 img.wow.wow-sm:last-child {
		max-width: 290px;
	}
	/*#full_view > .section:first-child {
		min-height: 580px;
	}*/
	.list_items .list_item {
		padding-top: 5px;
		width:100%;
		display:flex;
		justify-content:space-between;
	}
	#section3 .list_items img {
		width: 38px;
		height: 42px;
		display:block;
		max-width:none;
	}
	#section3 .list_item > div:last-child {
		width: 100%;
		padding-left:10px;
	}
	#section3 .wow-circle {
		width: 400px;
		height: 400px;
		top: -230px;
	}
	/*#section4 {
		min-height: 800px;
	}
	#section5 {
		min-height: 400px;
	}*/
	#section6 .wow-circle, #section7 .wow-circle {
		width: 500px;
		height: 500px;
	}
	#section6 .wow-circle.wow-circle-blue {
		bottom: -250px;
	}
	#section7 .wow-circle {
		top:-250px;
	}
}


