@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@700&display=swap');

html {
	scroll-behavior: smooth;
	scroll-snap-type: y proximity;
	scroll-padding-top: 0px;
}

body {
	margin: 0;
	font-family: 'Inter', sans-serif;
	background: #EFEBDB;
}

.wrapper {
	width: 94%;
	max-width: 1174px;
	margin: 0 auto;
	position: relative;
}

.none {
	display: none !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.relative-text {
	height: 22px;
	position: relative;
	text-align: center;
}

.relative-text p {
	position: absolute;
	width: 100%;
	text-align: center;
	transition: .3s all ease-in-out;
}

.hidden {
	opacity: 0;
	pointer-events: none;
}

.search-holder {
	position: relative;
	width: 94%;
	max-width: 520px;
	display: inline-block;
}

.search-holder:after {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: absolute;
	right: 25px;
	top: 10px;
	background: #ccc;
	opacity: 0;
	transition: .3s background-color ease-in-out;
	content: '';
}

@media (max-width: 515px) {
	.search-holder:after {
		right: 20px;
	}
}

.search-holder.ok:after {
	background: #054F48 url('../img/check2.svg') no-repeat center center;
	background-size: 20px;
	opacity: 1;
}

.search-holder.error:after {
	background: #EE4508 url('../img/cross.svg') no-repeat center center;
	background-size: 20px;
	opacity: 1;
}

.gwt-SuggestBoxPopup {
	border-color: #fff !important;
	margin-top: 10px;
	box-shadow: 0 0 25px rgba(0,0,0,0.1) !important;	
}

.gwt-SuggestBoxPopup .item {
	padding: 0.6em 0.6em !important;
}

.gwt-SuggestBoxPopup .item-selected {
  background: rgba(216, 219, 204, .3) !important;
}

.no-desktop {
	display: none;
}

::selection {
	background: rgba(238, 69, 8, .1);
	color: #EE4508;
}

::-moz-selectio {
	background: rgba(238, 69, 8, .1);
	color: #EE4508;
}

h1,
h2,
h3 {
	font-family: 'ClashDisplay-Variable';
	font-size: 48px;
	color: #EE4508;
	line-height: 1;
}

.text-center {
	text-align: center;
	clear: both;
	box-sizing: border-box;
	padding: 0 20px;
}

.logo {
	width: 200px;
	height: 50px;
	background: url('../img/lapet-logo.svg') no-repeat left center;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	top: -15px;
	text-decoration: none;
	box-sizing: border-box;
	padding-left: 70px;
	line-height: 50px;
	font-family: 'ClashDisplay-Variable';
	color: #EE4508;
	font-size: 32px;
	letter-spacing: 2px;
	font-weight: bold;
}

.info-text {
	font-size: 13px;
	margin: 0;
	line-height: 49.5px;
}

@media (max-width: 1165px) {
	.info-text {
		position: absolute;
		width: calc(100% + 180px);
		left: -180px;
		top: 45px;
		text-align: right;
	}
}

.alert-msg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.alert-modal {
  width: 300px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}

.alert-modal-content {
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 0px;
}

.close-alert-modal {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  border-top: 1px solid rgba(0,0,0,.1);
}

.alert-modal-content h2 {
	font-size: 17px !important;
	color: #000;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
}

#notify {
	height: 36.5px;
	background: #fff;
	position: absolute;
	right: 150px;
	z-index: 100;
	line-height: 16.5px;
	top: -9px;
	box-sizing: border-box;
	padding: 10px 15px;
	box-shadow: 0 .188rem .375rem rgba(0,0,0,.06);
	border-radius: 8px;
	font-size: 13px;
	pointer-events: none;
	opacity: 0;
	transform: translateX(-30px);
	transition: .3s all ease-in-out;
}

#notify i {
	font-style: normal;
}

#notify::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: -5px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
}

#notify.active {
	opacity: 1;
	transform: translateX(0);
}

.search-address,
.input-field {
	background: #d8dbcc;
	border-radius: 30px;
	width: 94%;
	max-width: 520px;
	padding: 20px 15px;
	padding-right: 60px;
	border: 0;
	color: #054F48;
	font-size: 16px;
	outline: 2px solid #d8dbcc;
	transition: .3s all;
	box-sizing: border-box;
}

.full-width .search-address,
.full-width.search-holder {
	width: 100%;
}

.input-field {
	margin-bottom: 20px;
	padding-right: 20px;
	width: 100%;
	max-width: inherit;
}

.input-field input {
	border: 0;
	background: transparent;
	outline: none !important;
	color: #054F48;
	font-size: 16px;
	padding-left: 10px;
	width: calc(100% - 95px);
}

.input-field label {
	font-weight: bold;
	display: inline-block;
	width: 75px;
}

.input-field label::after {
	content: ':';
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.col--left {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}

.col--right {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding-left: 10px;
}

.message {
	position: fixed;
	top: 18px;
	left: 0;
	right: 0;
	margin: auto;
}

.message.error {
	background: rgba(252, 12, 12, 1);
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 20px;
}

.message.success {
	background: #054f48;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	margin: 0 auto;
	display: block;
	width: 300px;
	text-align: center;
}

.search-address:focus,
.search-address:active {
	outline: 2px solid #054f48;
}

.search-holder.ok .search-address {
	outline: 2px solid #054f48;
}

.search-holder.error .search-address {
	outline: 2px solid #EE4508;
}

@media (max-width: 1200px) {
  ::-webkit-scrollbar {
	width: 0;
  }

  ::-webkit-scrollbar-thumb {
	background-color: transparent;
  }
}

.days {
	width: 100%;
	height: 90px;
	float: left;
	display: flex;
	position: relative;
	justify-content: center;
}

.week {
	display: flex;
	gap: 10px;
	position: absolute;
	transition: .3s all ease-in-out;
}

.week.hidden {
	transform: translateX(-10px) !important;
}

.day {
	width: 60px;
	min-width: 60px;
	height: 65px;
	background: #fff;
	flex: 1;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 16px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
	color: rgba(0,0,0,.3);
	transition: .3s all ease-in-out;
}

.day strong {
	display: block;
	font-size: 16px;
	color: #000;
	transition: .3s all ease-in-out;
}

.day.active {
	background: #EE4508;
	color: rgba(255,255,255,.6);
}

.day.active strong {
	color: #fff;
}

.day.next {
	background: #fff url('../img/arrow.svg') no-repeat center center;
	background-size: 30px;
}

.day.prev {
	background: #fff url('../img/arrow.svg') no-repeat center center;
	background-size: 30px;
	transform: scale(-1);
}

nav {
	text-align: left;
	font-size: 16px;
	margin-left: 210px;
	position: relative;
	top: -10px;
}

nav a {
	display: inline-block;
	margin: 0 15px;
	text-decoration: none;
	color: #262626;
	transition: .3s all ease-in-out;
}

nav a:hover {
	color: #EE4508;
}

.basket {
	border-radius: 23px;
	background: rgba(5, 79, 72, 0.10);
	text-decoration: none;
	padding: 15px 20px;
	padding-left: 55px;
	font-size: 15px;
	color: #054F48;
	position: relative;
	transition: .3s all ease-in-out;
}

.basket:hover {
	background: rgba(5, 79, 72, 0.20);
}

.basket img {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 20px;
	height: 20px;
}

.abs-btns {
	position: absolute;
	right: 0;
	top: -15px;
	display: flex;
	gap: 20px;
}

header {
	padding-top: 30px;
	position: relative;
}

.mb50 {
	margin-bottom: 50px !important;
}

.main,
.basket-page {
	width: 100%;
	float: left;
}

.main-page .main {
	margin-top: 30px;
}

.basket-page {
	margin-bottom: 50px;
}

.other-pages header {
	height: 60px;
}

.disabled {
	opacity: .6;
	pointer-events: none;
}

.basket-order h2 {
	font-family: 'Inter', sans-serif;
	font-size: 18px !important;
	font-weight: bold;
}

.basket-order {
	width: 60%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}

.basket-order--signup {
	float: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.basket-items {
	width: 40%;
	float: right;
	box-sizing: border-box;
	padding-left: 10px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 500px;
  margin-bottom: 80px;
  position: relative;
}

.text-container {
  position: absolute;
  width: 100%;
  animation: slideText 5s linear infinite;
}

.moving-text .text {
  position: absolute;
  height: 100px;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  width: 60vw;
  z-index: 1;
  text-align: center;
  white-space: nowrap;
  color: #262626;
  font-size: 100px;
  animation: slideText 50s linear infinite;
  font-family: 'ClashDisplay-Variable';
  font-weight: bold;
}

.circle {
  width: 500px;
  height: 500px;
  background-color: #E8A60B;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  overflow: hidden;
}

.inverted-text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 60vw;
  text-align: center;
  height: 100px;
  font-size: 100px;
  white-space: nowrap;
  color: #fff;
  animation: slideText 50s linear infinite;
  font-family: 'ClashDisplay-Variable';
  font-weight: bold;
}

.moving-text {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.moving-text span {
	margin: 0 20px;
}

.banner {
	width: 100%;
	float: left;
	margin: 20px 0 20px;
	padding: 50px 0 0;
	text-align: center;
}

.banner h1 {
	color: #EE4508;
	font-weight: bold;
	font-size: 72px;
	max-width: 800px;
	margin: 0 auto;
}

.anim-span {
	width: 30px;
	height: 30px;
	border: 6px solid #EE4508;
	display: inline-block;
	border-radius: 50px;
	animation: animSpan 8s;
	animation-iteration-count: infinite;
	animation-direction: forward;
	transition: 0.3s all;
	opacity: 0;
}

@keyframes animSpan {
	0% {
		width: 30px;
		opacity: 0;
	}
	
	50% {
		width: 140px;
		opacity: 1;
	}
	
	100% {
		width: 30px;
		opacity: 0;
	}
}

.gray-section {
	width: 90%;
	border-radius: 58px;
	background: #d8dbcc;
	min-height: 400px;
	margin-top: -140px;
	margin-left: 5%;
	position: relative;
	z-index: -1;
	float: left;
	clear: both;
	margin-bottom: 260px;
} 

.gray-section::after {
	content: '';
	width: 525px;
	height: 550px;
	background: #EFEBDB url('../img/talir.png') no-repeat center center;
	background-size: contain;
	border-radius: 250px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -250px;
}

.text-section {
	width: 100%;
	text-align: center;
	color: rgba(38, 38, 38, .7);
	line-height: 2;
	max-width: 780px;
	margin: 0 auto;
	
	clear: both;
	box-sizing: border-box;
	padding: 0 20px;
}

footer .text-section {
	padding: 0;
}

.text-section h2 {
	margin-bottom: 0;
}

.mt-100 {
	margin-top: 100px !important;
}

.photo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 80px 0;
}

.left-div {
  width: calc(65% - 10px);
}

.right-div {
  width: calc(35% - 10px);
}

.orange-info {
	font-family: 'ClashDisplay-Variable';
	font-size: 40px;
	color: #EFEBDB;
	background: #EE4508;
	font-weight: bold;
	box-sizing: border-box;
	padding: 40px;
	max-width: 400px;
	border-radius: 30px;
	float: right;
	margin-top: 20px;
}

.bottom-div {
  width: 100%;
  margin-top: 20px;
}

.photo-grid div img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.row {
	width: 100%;
	float: left;
	margin: 80px 0;
}

.col-30 {
	width: 30%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}

.col-70 {
	width: 70%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
}

.faq {
	width: 100%;
	float: left;
	border-bottom: 1px solid #d2cfc1;
}

.faq:last-child {
	border-bottom: 0;
}

.faq h3 {
	font-family: 'Inter', sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #262626;
	padding-left: 25px;
	box-sizing: border-box;
	line-height: 1;
	height: 18px;
	cursor: pointer;
	background: url('../img/arrow-right.svg') no-repeat left 1px;
	background-size: contain;
}

.faq p {
	color: #262626;
	font-size: 15px;
	opacity: .7;
	line-height: 1.7;
} 

.faq.active h3 {
	background: url('../img/arrow-down.svg') no-repeat left 1px;
	background-size: contain;
}

.faq .hidden {
	height: 0;
	opacity: 0;
	pointer-events: none;
	transition: .3s all ease-in-out;
}

.faq.active .hidden {
	opacity: 1;
	pointer-events: all;
}

a {
	color: inherit;
	font: inherit;
}

.hot-links {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 80px 0;
}

.hot-links li {
	display: inline-block;
	margin: 0 10px;
}

.hot-links li a {
	color: #262626;
	font-size: 15px;
	opacity: .7;
}

.d-block {
	display: block;
}

footer {
	width: 100%;
	float: left;
	height: 1150px;
	background: #d8dbcc;
	margin-top: 80px;
	text-align: center;
	box-sizing: border-box;
	padding: 80px 300px 0 300px;
	border-radius: 40px 40px 0 0;
	position: relative;
}

.map {
	width: 700px;
	height: 650px;
	border-radius: 40px 40px 0 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.map iframe {
	border: 0;
}

.mobile-menu {
	display: none;
}

.plus-minus {
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 13px;
	background: #d8dbcc;
	color: #054F48;
	text-align: center;
	border-radius: 100%;
	position: relative;
	top: -2px;
}

.regular-title {
	color: #000;
	font-size: 21px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	clear: both;
	height: 32px;
}

.regular-title a {
	color: #054F48;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	text-decoration: underline;
	font-weight: normal;
	float: right;
}

.regular-title .message {
	font-size: 12px;
	position: relative;
	top: -3px;
	border-radius: 15px;
	margin-left: 7px;
	margin-bottom: 0;
}

.products {
	width: 100%;
	width: 94%;
	max-width: 1174px;
	margin: 50px auto;
	clear: both;
}

.row-products {
	display: flex;
	gap: 10px;
}

.clear {
	clear: both;
}

.product {
	background: #fff;
	min-width: 180px;
	max-width: 240px;
	flex: 1;
	box-sizing: border-box;
	padding: 15px;
	padding-bottom: 60px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	transition: .3s opacity ease-in-out;
}

.product-footer {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	display: flex;
	box-sizing: border-box;
	padding: 15px;
	align-items: center;
	z-index: 1;
	justify-content: space-between;
}

.product p {
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	margin: 0;
	position: relative;
	z-index: 2;
	transition: .3s all ease-in-out;
}

.product p small {
	padding-top: 9px;
	opacity: .4;
	display: block;
	font-weight: 400;
}

.product-footer p {
	color: #EE4508;
	font-weight: 900;
}

.product ul {
	padding: 0;
	margin: 10px 0;
	list-style: none;
	position: relative;
	z-index: 2;
}

.product ul li {
	padding: 4px 7px;
	margin: 0;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 30px;
	color: rgba(38, 38, 38, .5);
	font-size: 12px !important;
	display: inline-block;
	transition: .3s all ease-in-out;
}

.product.disabled {
	background: rgba(255,255,255,.6);
	opacity: 1;
	-webkit-backdrop-filter: blur(4px);
	-moz-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.product.disabled .add-basket,
.product.disabled .remove-basket {
	opacity: 0;
}

.add-basket,
.remove-basket {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	color: #EE4508;
	background: none;
	padding: 0;
	border: 1px solid #EE4508;
	cursor: pointer;
	font-size: 17px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: .3s all ease-in-out;
}

.add-basket::after {
	content: '';
	width: 400px;
	height: 400px;
	background: #EE4508;
	position: absolute;
	right: -50px;
	bottom: -50px;
	border-radius: 100%;
	transform: scale(0);
	transform-origin: right bottom;
	transition: .3s all ease-in-out;
}

.anim .add-basket::after {
	transform: scale(1);
	border-radius: 10px;
}

.add-basket::before {
	content: attr(data-count) " ks";
	position: absolute;
	text-align: right;
	left: -50px;
	color: rgba(38, 38, 38, .5);
	font-size: 13px;
	width: 32px;
}

.anim.product p {
	color: #fff;
}

.add-basket:hover,
.remove-basket:hover {
	background: #EE4508;
	color: #fff;
}

.anim.product ul li {
	background: #fff;
	border-color: #fff;
}

.links {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	margin-top: 20px;
	justify-content: end;
	font-size: 13px;
}

.links-start {
	margin-top: 15px;
	justify-content: start;
}

.top-info {
	width: 100%;
	height: 35px;
	float: left;
	background: rgba(238, 69, 8, .1);
	color: #EE4508;
	text-align: center;
	font-size: 13px;
	line-height: 35px;
	margin: 0;
	position: absolute;
	top: 0;
}

@media (max-width: 1200px) {
	.no-desktop {
		display: block;
	}
	
	.no-mobile-tablet {
		display: none;
	}
	
	header {
		padding-top: 65px;
	}
}

.spacer {
	display: none;
} 

.col-left {
	width: calc(100% - 115px);
	float: left;
	color: #054f48;
}

.col-right {
	width: 100px;
	float: right;
	text-align: right;
	color: #EE4508;
}

.item {
	width: 100%;
	float: left;
	border-bottom: 1px solid #d8dbcc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.basket-items .item .delete {
  width: 25px;
  height: 16px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: 1px;
  background: url('/img/delete.svg') no-repeat right center;
  transition: all 0.3s;
}

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 1px solid #d8dbcc;
  background: #fff;
  border-radius: 3px;
}
/* checked mark aspect */
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
  content: '\f00c';
  font-family: 'awesome';
  position: absolute;
  top: 2px; left: 2px;
  margin: auto;
  font-size: 12px;
  line-height: 0.8;
  background: #EE4508;
  color: #fff;
  text-align: center;
  line-height: 17px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  transition: all .2s;
}
/* checked mark aspect changes */
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
input[type="checkbox"]:disabled:not(:checked) + label:before,
input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
input[type="checkbox"]:disabled + label {
  color: #aaa;
}

input[type="radio"]:not(:checked),
input[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
input[type="radio"]:not(:checked) + label,
input[type="radio"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
input[type="radio"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 1px solid rgba(0,0,0,0.15);
  background: #fff;
  border-radius: 100%;
}
/* checked mark aspect */
input[type="radio"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after {
   content: '';
  font-family: 'awesome';
  position: absolute;
  top: 3px; left: 3px;
  margin: auto;
  font-size: 12px;
  line-height: 0.8;
  background: #EE4508;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  transition: all .2s;
}
/* checked mark aspect changes */
input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
input[type="radio"]:disabled:not(:checked) + label:before,
input[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type="radio"]:disabled:checked + label:after {
  color: #999;
}
input[type="radio"]:disabled + label {
  color: #aaa;
}

.img {
	position: relative;
}

.img::before {
	content: attr(data-name);
	position: absolute;
	left: 15px;
	bottom: 15px;
	background: rgba(0,0,0,.6);
	color: #fff;
	border-radius: 30px;
	padding: 7px 20px;
}

.img img {
	border-radius: 30px;
}

.button {
	width: 100%;
	border: 0;
	background: #EE4508;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	border-radius: 20px;
	transition: .3s all ease-in-out;
}

.button--inline {
	width: auto;
	display: inline-block;
	text-decoration: none;
	padding: 10px 15px;
	margin-left: 10px;
	margin-right: 0px;
	font-family: 'Inter', sans-serif;
	background: rgba(238, 69, 8, .1);
	color: #EE4508;
}

.activated {
	pointer-events: none;
	background: #08514a;
}

.button:hover {
	background: rgba(238, 69, 8, .1);
	color: #EE4508;
}

.button--inline:hover {
	color: #fff;
	background: #EE4508;
}

address {
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0;
	opacity: .3;
	line-height: 1.3;
	font-size: 13px;
	display: flex;
	gap: 20px;
	justify-content: center;
}

.long-labels .input-field label {
	width: 175px;
	text-align: left;
}

.long-labels .input-field input {
	width: calc(100% - 195px);
}

.opacity-4 {
	opacity: .4;
}

.points {
	padding: 4px;
	font-size: 10px;
	color: #fff;
	background: #EE4508;
	border-radius: 7px;
	position: relative;
	top: -10px; 
}

@media (max-width: 500px) {
	.right-div,
	.left-div {
		width: 100%;
	}
}

@media (max-width: 860px) {
	.mobile-menu {
		display: block;
		border: 0;
		border-radius: 23px;
		background: rgba(5, 79, 72, 0.10);
		text-decoration: none;
		padding: 15px;
		color: #054F48;
		font-size: 13px;
		cursor: pointer;
		transition: .3s all ease-in-out;
	}
	
	.banner {
		margin-top: 50px;
	}
	
	#notify {
		display: none !important;
	}
	
	.basket img {
		top: 13px;
		width: 17px;
	}
	
	.basket {
		padding-left: 45px;
	}
	
	.basket-order,
	.basket-items {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	
	.basket {
		font-size: 13px;
	}
	
	.no-mobile {
		display: none;
	}
	
	.links {
		gap: 0;
	}
	
	.links li {
		padding-left: 10px;
	}
	
	.products {
		width: 100%;
		max-width: initial;
		margin-bottom: 20px;
		padding-left: 10px;
		overflow-x: scroll;
		box-sizing: border-box;
		
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	
	.days {
		justify-content: start;
		overflow-x: scroll;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	
	.week {
		margin-left: 0px;
	}
	
	.spacer.product {
		min-width: 1px !important;
		width: 1px !important;
		padding: 1px !important;
		height: 100%;
		background: none !important;
		display: block;
	}
	
	.products::-webkit-scrollbar {
	  display: none;
	}
	
	.product {
		min-width: 220px;
	}
	
	.add-basket::before {
		width: 38px;
	}
	
	.orange-info {
		padding: 20px;
		font-size: 21px;
		border-radius: 8px;
	}
	
	.regular-title {
		font-size: 19px !important;
	}
	
	.regular-title a {
		font-size: 14px;
		line-height: 24px;
		margin-right: 10px;
	}
	
	
	.gray-section::after {
		content: '';
		width: 100%;
		height: 250px;
		background: transparent url('../img/talir.png') no-repeat center center;
		background-size: contain;
		bottom: 0;
	}
	
	.gray-section {
		margin-bottom: 50px;
	}
	
	.col--left,
	.col--right {
		width: 100%;
		padding: 0;
	}
	
	.menu {
		width: 100%;
		height: 100%;
		position: fixed;
		background: #d8dbcc;
		top: 0;
		left: 0;
		z-index: 10;
		box-sizing: border-box;
		padding: 100px;
		opacity: 0;
		pointer-events: none;
		transition: .3s all ease-in-out;
		z-index: 1000;
		margin: 0;
	}
	
	.abs-btns {
		gap: 10px;
	}
	
	.menu a {
		width: 100%;
		font-size: 21px;
		margin: 20px 0;
		font-weight: bold;
		text-align: center;
	}
	
	.menu.active {
		opacity: 1;
		pointer-events: all;
	}
	
	.abs-btns {
		z-index: 1000;
	}
	
	h1, h2, h3 {
		font-size: 32px !important;
		line-height: 1.3 !important;
	}
	
	.banner {
		box-sizing: border-box;
		padding: 0 30px;
	}
	
	.anim-span {
		display: none;
	}
	
	.col-30,
	.col-70 {
		width: 100%;
		padding: 0 !important;
	}
	
	.col-30 {
		text-align: center;
	}
	
	.faq h3 {
		font-size: 21px !important;
	}
	
	.row {
		margin: 30px 0;
	}
	
	.photo-grid {
		margin-bottom: 30px;
	}
	
	.circle {
		width: 300px;
		height: 300px;
	}
	
	.container {
		height: 300px;
		margin: 30px 0;
	}
	
	footer {
		height: 1100px;
		padding: 20px;
		padding-bottom: 0;
	}
	
	.map {
		width: 100%;
	}
	
	.hot-links {
		margin-bottom: 0;
	}
	
	.hot-links li {
		width: 50%;
		margin: 0;
		float: left;
		display: block;
		margin-bottom: 20px;
	}
	
	.logo {
		font-size: 17px;
		padding-left: 65px;
		z-index: 10000;
		width: 135px;
	}
	
	.inverted-text,
	.moving-text .text {
		font-size: 42px;
		line-height: 100px;
		width: 30vw;
	}
	
	.text-center strong {
		display: block;
	}
	
	.text-center {
		line-height: 2;
	}
	
	footer .text-section strong {
		display: block;
	}
}

 @keyframes slideText {
  0% {
	transform: translateX(0);
  }
  50% {
	transform: translateX(100%);
  }
  100% {
	transform: translateX(0);
}

