/*!
Theme Name: lucky
Theme URI: https://verbarius.com
Author: Underscores.me
Author URI: https://verbarius.com
Description: 
Version: 1.0.0
Tested up to: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Graphix
Tags: lobsters, logo, menu, restaurant, featured-images, threaded-comments

/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	-webkit-text-size-adjust: 100%;
	font-family: "Montserrat", Helvetica, Arial,  sans-serif;
}

@font-face {
    font-family: 'Sweet Mavka Script';
    font-style: normal;
    font-weight: normal;
    src: local('Sweet Mavka Script'), url('font/Sweet Mavka Script.woff') format('woff');
	font-display: swap;
}


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}



br{
	display: none;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	color: #000000;
	
}

.container-lx{
	display: table;
	width: 100%;
}

/**
 * Correct the font size and margin on `h2` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
}

code,
kbd,
tt,
var {
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #000;
	border: 0;
	height: 0.1rem;
	margin: auto;
	width: 50%;
}

ul,
ol {

}

ul {
	list-style: disc;
}

ol {
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	position: absolute;
    height: 2rem;
    z-index: 2;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 1rem 1rem 0rem 0rem;
	display: table;
    width: 7rem;
	float:right;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	width: 2rem;
	height: 2rem;
	float: right;
	border-radius: 2rem;
	margin: 0rem 0rem 0rem 0.5rem;
}

.inactive_language{
	background-color: #ff011e;
}
.inactive_language a{
	color: #fff;
}
.active_language{
	background-color: #fff;
}
.active_language a{
	color: #ff011e;
}
.main-navigation li:last-child{
}


.main-navigation a {
	display: block;
	text-decoration: none;
	text-align: center;
    line-height: 2rem;
	font-weight: 600;
}

/* Small menu. */
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle{
	display: none;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
	clear: both;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
	
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

#wpadminbar, .skip-link, .edit-link, .entry-title, .site-branding{
	display: none;
}

#masthead{
	
}

	button.call-back:hover, button.call-back:active, #colophon a.contact-button:hover > #colophon .pictogramm, .contact-button:active, #post-2 .pictogramm:hover, #post-2 .pictogramm:active{
		box-shadow: none;
	}
	.form-submit input:hover, .form-submit input:active, button.buy-recept:hover, button.buy-recept:active, button.buy-online:hover, button.buy-online:active{
		box-shadow: 0px 0px 9px 2px #f00;
	}

@keyframes pop-slide {
  from {top: -100rem;}
  to {top: 0rem;}
}

.comment-notes, #reply-title{
	display: none;
}

@media (min-width: 280px){
	#pop-up-form{display: none;
		animation-name: pop-slide;
	    animation-duration: 0.5s;	
	}	
	.wpcf7-not-valid-tip {
		color: #ff001f;
		font-size: 0.6rem;
		font-weight: normal;
		display: block;
		margin: -0.6rem 0rem 0.5rem 0rem;
		text-align: center;
		font-weight: 600;
	}
	a.phone-link{
		text-decoration: none;
		color: #fff;
	}
	.comment-metadata a{
		text-decoration: none;
		color: #ff001f;
	}
	h2{
		text-align: center;
	}
	h1.main-banner{
		font-size: 2.5rem;
		margin: 1rem 0rem 1rem 0rem;
		color: #fff;
		text-align: center;
		font-weight: 400;
		text-shadow: 1px 1px 2px #b9da73, 0 0 1em #19451c, 0 0 0.2em #19451c;
		line-height: 2.5rem;
	}

	h2.recept-banner-title{
		font-size: 2.5rem;
		margin: 0rem 0rem 0rem 0rem;
		color: #ff001f;	
		text-align: center;
		font-weight: 400;
		line-height: 2.5rem;
	}

	/*#post-2 h3.big-phones{
		color: #fff;
		text-shadow: 1px 3px 4px #435c0c, 0 0 1em #19451c, 0 0 0.2em #19451c;
		font-weight: 600;
	}*/
	#post-2 .phone-link{
		color: #fff;
		text-shadow: 1px 3px 4px #435c0c, 0 0 1em #19451c, 0 0 0.2em #19451c;
		font-weight: 600;
		font-size: 1.2rem;
		text-align: center;
		width: 100%;
		display: table;
		margin: 1rem 0rem 1rem 0rem;
	}
	#pop-up-form .sheduler-box .phone-link{
		color: #000;
		text-shadow: none;
		font-weight: 600;
		font-size: 1.2rem;
		text-align: center;
		width: 100%;
		display: table;
		margin: 1rem 0rem 1rem 0rem;
	}
	#colophon .sheduler-box .phone-link{
		color: #fff;
		text-shadow: 1px 3px 4px #ff1a1a, 0 0 1em #ff0000, 0 0 0.2em #ff0303;
		font-weight: 600;
		font-size: 1.2rem;
		text-align: center;
		width: 100%;
		display: table;
		margin: 1rem 0rem 1rem 0rem;
	}
	h3{
		font-weight: 600;
		font-size: 1rem;
		text-align: center;
	}
	.main-descript{
		margin: 0rem 0rem 2rem 0rem;
		color: #fff;
		text-shadow: 1px 1px 2px #b9da73, 0 0 1em #19451c, 0 0 0.2em #19451c;
	}
	.main-subdescript{
		margin: 1rem 0rem 0rem 0rem;
		color: #fff;
		text-shadow: 1px 1px 2px #b9da73, 0 0 1em #19451c, 0 0 0.2em #19451c;
	}
	h4, time, .says{
		font-weight: 600;
		font-size: 0.66rem;
	}
	.says{
		display: none;
	}
	
	#post-2 .sheduler-box h4{
		text-align: center;
		margin: 0rem 0rem 0.5rem 0rem;
		color: #fff;
		text-shadow: 2px 1px 8px #415a0c, 0 0 1em #19451c, 0 0 0.2em #19451c;		
	}
	#colophon .sheduler-box h4{
		text-align: center;
		margin: 0rem 0rem 0.5rem 0rem;
		color: #fff;
		text-shadow: 1px 1px 2px #FF001F;
		
		}
	.container-lx{
		position: relative;
		/*z-index: -2;*/
	}
	#primary{
		padding: 0rem;
		box-sizing: border-box;
		display: table;
		width: 100%;
	}
	.logo{
		width: 15rem;
		background-color: #f00;
		height: 15rem;
		margin: auto;
		border-radius: 8rem;
		background-image: url(img/Logo.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 45% 50%;
		}
	.logoUK{
		width: 15rem;
		background-color: #f00;
		height: 15rem;
		margin: auto;
		border-radius: 8rem;
		background-image: url(img/logoUKR.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 45% 50%;
		}
	#post-2 .logo, #post-2 .logoUK{
		box-shadow: 0px 0px 9px 2px #f00;		
	}
	#colophon .logo, #colophon .logoUK{
		box-shadow: 0px 0px 16px 3px #7e0303;		
	}
	.contact-button{
		display: table;
		float: left;
	}
	.pictogramm{
		border: 0px #fff solid; 
		border-radius: 1.5rem;
		background: #ff001f;
		height: 2.5rem;
		width: 2.5rem;
		margin: 0rem 0.3rem 0rem 0.3rem;		
	}
	#post-2 .pictogramm{
		box-shadow: 0px 0px 5px 1px #f00;
	}
	#colophon .pictogramm{
		box-shadow: 0px 0px 10px 2px #7e0303;
	}
	.logo-vodafone{
		background-image: url(img/svg/VF.svg);
		background-size: 100%;
	}
	.logo-ks{
		background-image: url(img/svg/KS.svg);
		background-size: 100%;
	}
	.logo-life{
		background-image: url(img/svg/LC.svg);
		background-size: 100%;
	}
	.logo-telagram{
		background-image: url(img/svg/Telegram.svg);
		background-size: 100%;
	}
	.logo-viber{
		background-image: url(img/svg/Viber.svg);
		background-size: 100%;
	}
	button.button-lx{
		border: 0px #fff solid; 
		border-radius: 1.5rem;
		background: #ff001f;
		color: #fff;
		line-height: 1;
		font-size: 1rem;
		font-family: "Montserrat", Helvetica, Arial,  sans-serif;
		height: 2.5rem;
		width: 2.5rem;
		font-weight: 600;
	}
	button.call-back{
		padding: 0.5rem 0rem 0.5rem 0rem;		
		display: table;
		width: 100%;
		font-weight: 600;
		box-shadow: 0px 0px 9px 2px #f00;

	}
	.main-banner-header{
		display: table;
		width: 100%;
	}
	.phones-box{
		display: table;
		margin: 2rem auto 2rem;
	}
	.hand-write{
		font-family: "Sweet Mavka Script", cursive;
	    letter-spacing: -0.1rem;
		font-weight: 400;
	}
	.main-banner{
		font-size: 2.5rem;
        color: #fff;
		text-shadow: 1px 1px 2px #007018;				
	}
	}
	.item-photo{
		width: 100%;
		background-color: #f1f1f1;
		height: 14rem;
		border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;		
	}
	.item-size{
		margin: 0rem;
		font-size: 2rem;
	}
	.item-size-descript{
		margin: 1rem 0rem 0rem 0rem;
		text-align: left;
		width: 100%;
		display: table;
	}
	.second-banner{
		font-size: 2.5rem;
		line-height: 2.5rem;
		margin: 0rem 0rem 1rem 0rem;
		color: #000000;	
		text-align: center;
		font-weight: 400;
	}
	#prices-g .title-wrapper{
		margin: 5rem 0rem 5rem 0rem;
		padding: 0rem 1rem 0rem 1rem;
	}
	#prices-g .delivery-p{
		text-align: center;		
	}
	
	.shop-banner{
		padding: 3rem 1rem 0rem 1rem;
		background-image: url(img/ReceptPatternWhite.webp);
		background-size: 40%;
		background-position: 0% 0%;
		background-position: center;
		background-attachment: fixed;
		
	}
	.item-weight-box, .item-calories-box, .item-count-box{
		width: 33%;
		display: table;
		margin: 0rem 0rem 0rem 0rem;
		float: left;
	}
	.item-name{
		margin: 0rem 0rem 0rem 0.2rem;
		text-align: left;
		line-height: 1.4rem;
		float: left;
		width: 55%;
		font-weight: 600;
		}
	.item-num{
		margin: 0rem 0rem 0rem 0rem;
		text-align: center;
		line-height: 1.4rem;
	}
	.item-ico{
		width: 2.5rem;
		height: 2.5rem;
		display: table;
		margin: 0rem auto 0rem;
	}
	.item-price-box{
		width: 100%;
		display: table;
		padding: 1.5rem 0rem 0rem 0rem;

	}
	.price-num{
		display: table;
		font-size: 1.5rem;
		float: right;
		margin: -0.8rem 0rem 0rem 0rem;
		font-style: italic;
		font-weight: 600;
	}
	.uah{
		font-size: 1rem;
		font-weight: 600;
	}
	.conditions{
		width: 75%;
		display: table;
		text-align: left;
		font-weight: 600;
		margin: 0rem 0rem 0rem 0rem;
		font-size: 0.66rem;
		line-height: 0.8rem;
		float: left;
	}
	.descript-wrapper{
		display: table;
		width: 100%;
		padding: 1rem 0rem 0rem 0rem;
		
	}
	.size-text{
		font-weight: 600;
		font-size: 1rem;
		display: table;
		float: left;
		line-height: 1.45rem;
		color: #ff001f;
		margin: 0.6rem 0rem 0rem 0rem;
	}
	.size-symbol{
		background-color: #ff001f;
		color: #fff;
		display: table;
		float: left;
		border-radius: 1rem;
		text-align: center;
		line-height: 1.25rem;
		font-size: 0.66rem;
		margin: 0.73rem 0rem 0rem 0.2rem;
		padding: 0rem 0.5rem 0rem 0.5rem;
		display: none;
	}
	.size-text-name{
		font-weight: 400;
		font-size: 1.5rem;
		display: table;
		float: right;
		line-height: 0rem;
	}
	.size-s{
		background-image: url("img/S.webp");
		background-size: 162%;
		background-repeat: no-repeat;
	}
	.size-m{
		background-image: url("img/M.webp");
		background-size: 140%;
		background-repeat: no-repeat;
	}
	.size-l{
		background-image: url("img/L.webp");
		background-size: 163%;
		background-repeat: no-repeat;
		background-position: 40% 0%;
	}
	.size-xl{
		background-image: url("img/XL.webp");
		background-size: 170%;
		background-repeat: no-repeat;
		background-position: 0% 0%;
	}
	.size-xxl{
		background-image: url("img/XXL.webp");
		background-size: 170%;
		background-repeat: no-repeat;
		background-position: 80% 0%;
	}
	.size-xxxl{
		background-image: url("img/XXXL.webp");
		background-size: 150%;
		background-repeat: no-repeat;
		background-position: 0% 0%;
	}
	.size-xxxxl {
		background-image: url(img/XXXXL.webp);
		background-size: 140%;
		background-repeat: no-repeat;
		background-position: 75% 88%;
	}	
	.weight-ico{
		background-image: url("img/weighing-machine.svg");
		background-size: 66%;		
		background-position: 50% 50%; 
		background-repeat: no-repeat;
	}
	.calories-ico{
		background-image: url("img/fire.svg");
		background-size: 66%;		
		background-position: 50% 50%; 
		background-repeat: no-repeat;
	}
	.count-ico{
		background-image: url("img/rak.svg");
		background-size: 70%;		
		background-position: 50% 50%; 
		background-repeat: no-repeat;
	}
	.main-banner-box{
		background-image: url("img/dill.jpg");
		background-size: 400%;		
		background-position: 50% 50%; 
		background-repeat: no-repeat;
		padding: 2rem 1rem 3rem 1rem;

	}
	.footer-banner-box{
		padding: 4rem 1rem 5rem 1rem;

	}
	button.buy-online{
		width: 100%;
		background-color: #ff001f;
		color: #fff;
		border: 0px solid #fff;
		margin: 2rem 0rem 0rem 0rem;
	}
	.under-red{
		border-bottom: 3px #ff001f solid;
	}
	.item-box{
		display: table;
		margin: 0rem 0rem 3rem 0rem;
		width: 100%;
		position: relative;
		box-sizing: border-box;
	}
	/*.shop-banner:last-child{
		margin: 0rem 0rem 0rem 0rem;
	}*/
	.sweets{
		position: absolute;
		z-index: -1;
	}
	.petrushka-04{
		background-image: url("img/Petrushka-04.webp");
		background-size: 100%;		
		background-position: 0% 10%; 
		background-repeat: no-repeat;
		width: 6rem;
		height: 9rem;
		right: 0rem;
		top: 4.5rem;
	}
	.ukrop-02{
		background-image: url(img/Ukrop-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 8rem;
	    height: 8rem;
	    right: 8rem;
		    top: 9.8rem;
	}
	.chesnok{
		background-image: url(img/chesnok.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 4rem;
		height: 6rem;
		right: 3.5rem;
	    top: 32.4rem;
	}
	.perec{
		background-image: url(img/Perec.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 5rem;
		height: 6rem;
		right: -0.5rem;
		top: 12.9rem;
		}
	.ukrop-01{
		background-image: url(img/Ukrop-01.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 5rem;
		height: 9rem;
		right: 3.4rem;
	    top: 32.6rem;
	}
	.lavro-01{
		background-image: url(img/lavro-01.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 10rem;
		height: 6rem;
		right: -1rem;
		top: 9.5rem;
	}
	.petrushka-02{
		background-image: url(img/Petrushka-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 6rem;
	    height: 7rem;
	    right: 3rem;
	    top: 31rem;
	}
	.lavro-02{
		background-image: url(img/lavro-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 14rem;
		height: 10rem;
		right: -0.9rem;
		top: 7.5rem;
	}
	.beer{
		background-image: url(img/beer.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 6rem;
		height: 7rem;
		right: 4rem;
		top: 31.8rem;
	}
	.lemon{
		background-image: url(img/lemon.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 11rem;
		height: 10rem;
		right: 6rem;
		top: 9.5rem;
	}
	.delivery-banner-I .lemon{
		right: 0rem;
		top: 47.5rem;		
	}
	.petrushka-01{
		background-image: url(img/Petrushka-01.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 7rem;
		height: 7rem;
		right: 3.5rem;
		top: 31.4rem;
	}
	.beer-01{
		background-image: url(img/beer.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 8rem;
		height: 8rem;
		right: 4.6rem;
		top: 10.9rem;
	}
	.petrushka-03{
		background-image: url(img/Petrushka-03.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 7rem;
		height: 7rem;
		right: 3.6rem;
		top: 34rem;
	}
	.recept-banner{
		background-image: url("img/ReceptPattern.webp");
		background-size: 40%;		
		background-position: 0% 0%; 
		padding: 4rem 1rem 5rem 1rem;
		background-position: center;
		background-attachment: fixed;		
	}
	.recept-title{
		letter-spacing: -0.1rem;
		font-size: 1.5rem;
		margin: 1.5rem 0rem 1.5rem 0rem;
	}
	.recept-descript{
		text-align: center;
		margin: 1.5rem 0rem 0.9rem 0rem;
	}
	.recept-item .price-num{
		margin: 0rem 0rem 0rem 0rem;
	}
	.recept-item .conditions{
		margin: 0.6rem 0rem 0rem 0rem;
	}
	.recept-item{
		display: table;
		margin: 0rem 0rem 0rem 0rem;
		width: 100%;
	}
	.recept-photo{
		background-repeat: no-repeat;
		width: 100%;
		height: 15rem;
		border-radius: 1.5rem;
		margin: auto;		
	}
	.classic-recept{
		background-image: url(img/pic_6_4021718_k3270206_1200.webp);
		background-size: 159%;
		background-position: 40% 40%;
	}
	.beer-recept{
		background-image: url(img/v1.webp);
		background-size: 100%;
		background-position: 0% 0%;
	}
	.fire-recept{
		background-image: url(img/ravut-istock.webp);
		background-size: 260%;
		background-position: 40% 51%;
	}
	.exclusive-recept{
		background-image: url(img/t__pl__rapu_netti.webp);
		background-size: 200%;
	    background-position: 50% 51%;
	}
	.recept-text .item-price-box{
		padding: 0rem 0rem 2rem 0rem;
	}
	button.buy-recept{
		width: 100%;
		background-color: #ff001f;
		color: #fff;
		border: 0px solid #fff;
		margin: 3rem 0rem 0rem 0rem;
	}
	.delivery-banner{
		padding: 4rem 1rem 4rem 1rem;
		background-image: url(img/ReceptPatternWhite.webp);
		background-size: 40%;
		background-position: 0% 0%;
		background-position: center;
		background-attachment: fixed;
		
	}
	.delivery-banner-I{
		padding: 4rem 1rem 4rem 1rem;
		background-size: 40%;
		background-position: 0% 0%;
		background-position: center;
		background-attachment: fixed;
		
	}
	.delivery-banner-III{
		padding: 4rem 1rem 4rem 1rem;
		background-size: 40%;
		background-position: 0% 0%;
		background-position: center;
		background-attachment: fixed;
	}

	.delivery-banner-III p{
		text-align: center;
	}
	.delivery-banner-III h2{
		margin: 0rem 0rem 2rem 0rem;
	}
	
	.recept-subdescript{
		line-height: 1rem;
	}
	.delivery-banner-title{
		font-size: 2.5rem;
		line-height: 2.5rem;
		margin: 0rem 0rem 4rem 0rem;
	}
	.deliveri-title{
		font-size: 1.5rem;
		line-height: 1.5rem;
		margin: 0rem 0rem 2rem 0rem;
	}
	.deliveri-photo{
		background-repeat: no-repeat;
		width: 100%;
		height: 10rem;
		border-radius: 1.5rem;
		margin: auto;		
	}
	.deliveri-var-box .item-price-box .conditions{
		width: 72%;
	}
	.no-deliveri{
		background-image: url(img/Rak.webp);
		background-size: 100%;
		background-position: 0% 0%;
	}
	.our-deliveri{
		background-image: url(img/Scooter.webp);
		background-size: 100%;
		background-position: 0% 0%;
		
	}
	.taxi-deliveri{
		background-image: url(img/Car.webp);
		background-size: 100%;
		background-position: 0% 0%;
	}
	.deliveri-descript{
		margin: 1.5rem 0rem 0.9rem 0rem;
	}
	.deliveri-subdescript{
		text-align: center;
	}
	.recept-hr{
		margin: 1rem auto 1.1rem;
	}
	.deliveri-hr{
		margin: 3rem auto 3rem;
	}
	.main-delivery-hr{
		margin: 3rem auto 3rem;
	}
	.main-recept-hr{
		margin: 3.8rem auto 1.7rem;		
	}
	h3.hand-write{
		letter-spacing: -1px;
	}
	.comment-banner .title-wrapper h3.size-text-name{
		color: #ff001f;
		text-align: center;
		font-size: 2.5rem;
		width: 100%;
		margin: 0rem 0rem 0.5rem 0rem;
		line-height: 2.5rem;

	}
	.deliveri-var-box .item-price-box .price-num{
		margin: 0rem 0rem 0rem 0rem;
	}
	.pay-banner{
		padding: 0rem 1rem 0rem 1rem;	
	}
	.pay-banner-title{
		font-size: 2.5rem;
		line-height: 1.4rem;
		margin: 0rem 0rem 0rem 0rem;

	}
	.pay-banner .petrushka-04 {
		width: 9rem;
		height: 13rem;
		right: 0rem;
		top: 5.5rem;
	}
	.comments-title{
		display: none;
	}
	#comments{
		
	}
	.comment-list{
		margin: 0rem 0rem 0rem 0rem;
		padding: 0rem 1rem 0rem 1rem;
	}
	.fn{
		font-weight: 400;
		font-size: 1rem;
		font-family: "Sweet Mavka Script", cursive;
		color: #ff001f;
		padding: 0rem 0.2rem 0rem 0rem;
	}
	.reply{
		display: none;
	}
	.comment-banner-title{
		font-size: 2.5rem;
		line-height: 2.5rem;
		margin: 0rem 0rem 0rem 0rem;
		color: #ff001f;
	}
	
	
	.comment-author img{
		display: none;
	}
	.comment-metadata{
		position: absolute;
		right: 0rem;
		top:0rem;
	}
	.comment-banner .comment-descript{
		margin: 0.3rem 0rem 3rem 0rem;
	}
	.comment-meta{
		position: relative;
	}	
	.comment{
		margin: 0rem 0rem 1rem 0rem; 
	}
	#respond{
		padding: 0rem 1rem 0rem 1rem;
	}
	.comment-form-url{
		display: none;
	}
	#comment{
		border: 2px #ff001f solid;
		border-radius: 1.5rem;
		background: #ffffff;
		color: #000;
		line-height: 1rem;
		font-size: 0.66rem;
		font-family: "Montserrat", Helvetica, Arial, sans-serif;
		font-weight: 600;
		margin: 1.5rem 0rem 0rem 0rem;
		padding: 1rem;
		color:#000;
	}
	.comment-form-comment label{
		display: none;
	}
	.form-submit input{
		border: 0px #ff001f solid;
		border-radius: 1.5rem;
		background: #ff001f;
		color: #fff;
		line-height: 1;
		font-size: 1rem;
		font-family: "Montserrat", Helvetica, Arial, sans-serif;
		width: 100%;
		height: 2.5rem;
		font-weight: 600;
		margin: 1rem 0rem 1rem 0rem;
	}
	.comment-form-author label, .comment-form-email label{
		width: 100%;
		text-align: left;
		display: table;
		margin: 0rem 0rem 0rem 0rem;
		display: none;
	}
	.comment-form-author input, .comment-form-email input{
		border: 2px #ff001f solid;
		border-radius: 1.5rem;
		width: 100%;
		text-align: left;
		display: table;
		padding: 0rem 0rem 0rem 1rem;
		height: 2.5rem;
		font-size: 0.66rem;
		font-weight: 600;		
		font-family: "Montserrat", Helvetica, Arial, sans-serif;
		margin: 1rem 0rem 0rem 0rem;
		color: #000;
	}
	#comments{
		background-image: url(img/ReceptPattern.webp);
		background-size: 40%;
		background-position: 0% 0%;
		padding: 0rem 0rem 4rem 0rem;
		background-position: center;
		background-attachment: fixed;
	}
	.comment-content{
		padding: 0.5rem 1rem 1rem 1rem;
		border-radius: 0rem 1.5rem 1.5rem 1.5rem;
		background-color: #fff;
	}
	.comment-banner .title-wrapper{
		margin: 0rem 0rem 0rem 0rem;
		}
	.comment-banner{
		background-image: url(img/ReceptPattern.webp);
		background-size: 40%;
		background-position: 0% 0%;
		padding: 0rem 0rem 0rem 0rem;
		background-position: center;
		background-attachment: fixed;
		
	}	
	.sep{
		color: #fff;
	}	
	#colophon {
		background-image: url(img/keitetyt-ravut.webp);
		background-size: 480%;
		background-position: 2% 60%;
	}
	#colophon a.phone-link h3.big-phones{
		text-shadow: 1px 1px 2px #ff001f;
	}
	a.phone-link:visited, a.phone-link:focus-visible{
		text-shadow: 1px 1px 2px #ff001f;
		color: #fff;
		text-decoration: none;
	}
	.site-info h3, .site-info a{
		display: table;
		float: left;
	}
	.site-info h3{
		margin: 0.2rem 0rem 0rem 0.3rem;
		color: #fff;
	}
	.site-info{
		display: table;
		margin: 0rem auto 0rem;
	}
	.site-info .sep{
		display: table;
		float: left;
	}
	.quotes-lx{
		font-family: "Montserrat", Helvetica, Arial, sans-serif;
		font-style: italic;
		font-weight: 500;
		padding-left: 0.5rem;
	}
	#colophon h2.main-banner{
		line-height: 2.5rem;
		text-shadow: 1px 1px 2px #FF001F;
		color: #FFF;
        font-size: 2.5rem;		
	}
	#colophon .main-descript{
		margin: 0.8rem 0rem 2rem 0rem;
		text-shadow: 1px 1px 2px #FF001F;
	}
	.deliveri-var-box .item-price-box{
		padding: 1.5rem 0rem 0rem 0rem;
	}
	.post-thumbnail{
		display: none;
	}
	.pop-up-form-box{
		position: fixed;
		width: 100%;
		height: 100vh;
		background-image: url(img/ReceptPatternWhite.webp);
		background-color: #fffffff0;
	    backdrop-filter: blur(4px);
		background-size: 40%;
	    background-position: 0% 0%;
		padding: 2rem 1rem 0rem 1rem;
		z-index: 2;
		top: 0rem;
		box-sizing: border-box;
		display: table;
	}
	.wpcf7-text{
		border: 2px #ff001f solid;
		border-radius: 1.5rem;
		width: 100%;
		height: 2.5rem;
		font-family: "Montserrat", Helvetica, Arial, sans-serif;
		padding: 0rem 0rem 0rem 1rem;
		font-weight: 600;
		margin: 0rem 0rem 1rem 0rem;
		background: none;
	}
	.wpcf7-submit{
		border: 0px #ff001f solid;
		background-color: #ff001f;
		color: #fff;
		border-radius: 1.5rem;
		width: 100%;
		height: 2.5rem;
		font-family: "Montserrat", Helvetica, Arial, sans-serif;
		padding: 0rem 0rem 0rem 0rem;
		font-weight: 600;
		margin: 0rem 0rem 0rem 0rem;		
	}
	
	.wpcf7-submit:hover, .wpcf7-submit:active{
		box-shadow: 0px 0px 5px 1px #f00;
	}
	.wpcf7 form.sent .wpcf7-response-output{
		font-weight: 600;
		font-size: 0.66rem;
	}
	#pop-up-form .sheduler-box h4 {
		text-align: center;
		margin: 0rem 0rem 0.5rem 0rem;
		color: #ff001f;
		text-shadow: none;
	}
	#pop-up-form .avery-day{
		text-align: center
	}
	.form-title{
		font-size: 2.5rem;
		margin: 0rem 0rem 0rem 0rem;
	}
	#pop-up-form h3.big-phones {
		color: #000;
		text-shadow: none;
		font-weight: 600;
	}
	.pop-logo{
	    background-image: url(img/Logo.webp);
	    background-size: 100%;
	    background-position: 0% 0%;
		width: 4rem;
		height: 4rem;
		display: none;
	}
	.wpcf7 form .wpcf7-response-output{
		margin: -0.5rem 0rem 0rem 0rem;
		border-radius: 1.5rem;
		border: #ff001f 2px solid;
		padding: 0.5rem 0.5rem 0.5rem 0.5rem;
		text-align: center;
		border-color: #ff001f !important;
	}
	#pop-up-form .petrushka-04{
		width: 9rem;
		height: 13rem;
		right: 0.1rem;
		top: 23.5rem;		
	}
	#pop-close{
		border: 0px #fff solid;
		border-radius: 1.5rem;
		background: #ff001f;
		height: 2.5rem;
		width: 2.5rem;
		margin: 1rem auto 0rem;
		background-image: url(img/svg/Close.svg);
		background-size: 50%;
		box-shadow: 0px 0px 5px 1px #f00;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	#pop-close:active, .pop-close:hover{
		box-shadow: none;
	}
	.pay-banner-wrap{
		background-image: url(img/ReceptPatternWhite.webp);
		background-size: 40%;
		background-position: 0% 0%;
		padding: 1rem 0rem 5rem 0rem;
		background-position: center;
		background-attachment: fixed;
		position: relative;
	}
	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding: 0rem 0.5rem 0rem 0rem;
		display: table;
		width: 2rem;
		float: right;
	}
	.main-navigation li {
		position: relative;
		width: 2rem;
		height: 2rem;
		float: right;
		border-radius: 2rem;
		margin: 0.5rem 0rem 0rem 0rem;
	}
	.delivery-h3{
		font-weight: 400;
		text-align: left;
	}
	p {
		margin: 1rem 0rem 1rem 0rem;
		font-size: 1rem;
	}	
	
}	
	
@media (min-width: 320px){
	.pay-banner .petrushka-04 {
		width: 11rem;
		height: 15rem;
		right: 0rem;
		top: 4.5rem;
	}
	#colophon {
	    background-image: url(img/keitetyt-ravut.webp);
	    background-size: 350%;
	    background-position: 39% 100%;
	}
	.main-banner-box {
		background-size: 366%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		padding: 2rem 1rem 3rem 1rem;		
	}
	h3{
		font-size: 1.1rem;
	}
	.size-text-name {
		font-weight: 400;
		font-size: 1.86rem;
		display: table;
		float: right;
		line-height: 0rem;
	}
	.size-text {
		font-weight: 600;
		font-size: 1rem;
		display: table;
		float: left;
		line-height: 1.45rem;
		color: #ff001f;
		margin: 1rem 0rem 0rem 0rem;
	}
	.item-photo {
		width: 100%;
		background-color: #f1f1f1;
		height: 15rem;
		border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
	}
	.petrushka-04{
		background-image: url("img/Petrushka-04.webp");
		background-size: 100%;		
		background-position: 0% 10%; 
		background-repeat: no-repeat;
		width: 8rem;
		height: 13rem;
		right: 0rem;
		top: 3.5rem;
	}
	
	.ukrop-02 {
		background-image: url(img/Ukrop-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 15rem;
		height: 13rem;
		right: 2rem;
		top: 5.8rem;
	}
	.chesnok {
		background-image: url(img/chesnok.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 4rem;
		height: 6rem;
		right: 5.1rem;
	    top: 34.8rem;
	}
	.perec {
		background-image: url(img/Perec.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 5rem;
		height: 6rem;
		right: 1.2rem;
		top: -2.2rem;
	}
	.ukrop-01 {
		background-image: url(img/Ukrop-01.webp);
		background-size: 60%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 12rem;
		height: 9rem;
		right: -0.6rem;
		top: 33.2rem;
	}
	.lavro-01 {
		background-image: url(img/lavro-01.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 16rem;
		height: 6rem;
		right: 6.2rem;
		top: -3.4rem;
	}
	.petrushka-02 {
		background-image: url(img/Petrushka-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 6rem;
		height: 7rem;
		right: 5rem;
		top: 34.1rem;
	}

	.lavro-02 {
		background-image: url(img/lavro-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 16rem;
		height: 8rem;
		right: 2.1rem;
		top: -4.5rem;
	}
	.beer {
		background-image: url(img/beer.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 8rem;
		height: 13rem;
		right: 4rem;
		top: 33.7rem;
	}
	.beer-01 {
		background-image: url(img/beer.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 8rem;
		height: 8rem;
		right: 11.5rem;
		top: 10.9rem;
	}
	.petrushka-01 {
		background-image: url(img/Petrushka-01.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 9rem;
		height: 7rem;
		right: 4.2rem;
		top: 32.6rem;
	}
	.lemon {
		background-image: url(img/lemon.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 11rem;
		height: 9rem;
		right: 7rem;
		top: 8.5rem;
	}
	.petrushka-03 {
		background-image: url(img/Petrushka-03.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 7rem;
		height: 7rem;
		right: 4.5rem;
		top: 34.6rem;
	}
	.recept-title {
		letter-spacing: -0.1rem;
		font-size: 1.86rem;
		margin: 1.5rem 0rem 1.5rem 0rem;
	}	
	.deliveri-title {
		font-size: 1.86rem;
		line-height: 1.5rem;
		margin: 0rem 0rem 2rem 0rem;
	}
	
}
	@media (min-width: 360px){
	h3, .size-text{
		font-size: 1.3rem;
	}
	.main-banner-box {
		background-size: 327%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		padding: 2rem 1rem 3rem 1rem;
	}
	.pictogramm {
		border: 0px #fff solid;
		border-radius: 1.5rem;
		height: 3rem;
		width: 3rem;
		margin: 0rem 0.3rem 0rem 0.3rem;
	}
	.logo {
		width: 18rem;
		/* background-color: #f00; */
		height: 18rem;
		margin: auto;
		border-radius: 9rem;
		background-image: url(img/Logo.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 45% 50%;
	}	
	.logoUK{
		width: 18rem;
		/* background-color: #f00; */
		height: 18rem;
		margin: auto;
		border-radius: 9rem;
		background-image: url(img/logoUKR.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 45% 50%;
	}	
	.item-photo {
		width: 100%;
		background-color: #f1f1f1;
		height: 18rem;
		border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
	}
	.ukrop-02 {
		background-image: url(img/Ukrop-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 11rem;
		height: 11rem;
		right: 6rem;
		top: 11.8rem;
	}
	.chesnok {
		background-image: url(img/chesnok.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 4rem;
		height: 6rem;
		right: 6.1rem;
		top: 36.7rem;
	}
	.lavro-02 {
		background-image: url(img/lavro-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 16rem;
		height: 8rem;
		right: 2.1rem;
		top: -5.5rem;
}
	.ukrop-01 {
		background-image: url(img/Ukrop-01.webp);
		background-size: 60%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 11rem;
		height: 9rem;
		right: 1.4rem;
		top: 36.5rem;
	}
	.petrushka-02 {
		background-image: url(img/Petrushka-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 9rem;
		height: 7rem;
		right: 4rem;
		top: 36rem;
	}
	.beer {
		background-image: url(img/beer.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 8rem;
		height: 7rem;
		right: 5rem;
		top: 36.8rem;
	}
	.beer-01 {
		background-image: url(img/beer.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 8rem;
		height: 8rem;
		right: 8.5rem;
		top: 14.7rem;
	}
	.petrushka-01 {
		background-image: url(img/Petrushka-01.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 9rem;
		height: 7rem;
		right: 5rem;
		top: 36.4rem;
	}
	.lemon {
		background-image: url(img/lemon.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 11rem;
		height: 9rem;
		right: 11.1rem;
		top: 12.7rem;
	}
	.petrushka-03 {
		background-image: url(img/Petrushka-03.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 8rem;
		height: 7rem;
		right: 5.5rem;
		top: 35.6rem;
	}
	.recept-title {
		letter-spacing: -0.1rem;
		font-size: 1.86rem;
		margin: 1.5rem 0rem 1.5rem 0rem;
	}
	.deliveri-photo {
		background-repeat: no-repeat;
		width: 100%;
		height: 12rem;
		border-radius: 1.5rem;
		margin: auto;
	}
	.deliveri-var-box .item-price-box .conditions {
	    width: 58%;
	}
	.site-info h3 {
		margin: 0rem 0rem 0rem 0.3rem;
		color: #fff;
	}
	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding: 1rem 1rem 0rem 0rem;
		display: table;
		width: 2rem;
		float: right;
	}	
	
}
	@media (min-width: 375px){
	.main-banner-box {
		background-size: 326%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		padding: 3rem 1rem 4rem 1rem;
	}
	.pictogramm {
		border: 0px #fff solid;
		border-radius: 2rem;
		height: 3.8rem;
		width: 3.8rem;
		margin: 0rem 0.3rem 0rem 0.3rem;
	}
	.logo {
		width: 18rem;
		/* background-color: #f00; */
		height: 18rem;
		margin: auto;
		border-radius: 11rem;
		background-image: url(img/Logo.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 45% 50%;
	}
	.logoUK{
		width: 18rem;
		/* background-color: #f00; */
		height: 18rem;
		margin: auto;
		border-radius: 11rem;
		background-image: url(img/logoUKR.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 45% 50%;
	}
	
}

@media (min-width: 408px){
	.no-deliveri {
		background-size: 80%;
	}
	.our-deliveri {
		background-size: 80%;		
	}
	.taxi-deliveri {
		background-size: 80%;
	}	
	
@media (min-width: 411px){
	.deliveri-photo {
		background-repeat: no-repeat;
		width: 100%;
		height: 16rem;
		border-radius: 1.5rem;
		margin: auto;		
	}
	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding: 2rem 2rem 0rem 0rem;
		display: table;
		width: 2rem;
		float: right;
	}	
	
}
	@media (min-width: 540px){
	#colophon {
		background-image: url(img/keitetyt-ravut.webp);
		background-size: 231%;
		background-position: 49% 100%;
	}
	.deliveri-photo {
		background-repeat: no-repeat;
		width: 100%;
		height: 20rem;
		border-radius: 1.5rem;
		margin: auto;
	}
	.pay-banner .petrushka-04 {
		width: 11rem;
		height: 15rem;
		right: 3rem;
		top: 4.5rem;
	}
}

	@media (min-width: 640px){
	.item-box {
		display: table;
		margin: 0rem 2rem 3rem 1.5rem;
		width: 40%;
		position: relative;
		box-sizing: border-box;
		float: left;
	}
	.item-photo {
		width: 100%;
		background-color: #f1f1f1;
		height: 13rem;
		border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
	}
	.size-text-name {
		font-weight: 400;
		font-size: 1.5rem;
		display: table;
		float: right;
		line-height: 0rem;
	}
		.size-text {
		font-size: 1rem;
	}
	.ukrop-02 {
		background-image: url(img/Ukrop-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 11rem;
		height: 11rem;
		right: 6rem;
		top: 6.8rem;
	}
	.chesnok {
		background-image: url(img/chesnok.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 4rem;
		height: 6rem;
		right: 2.1rem;
		top: 38rem;
	}
	.ukrop-01 {
		background-image: url(img/Ukrop-01.webp);
		background-size: 60%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 11rem;
		height: 9rem;
		right: -3.6rem;
		top: 38.5rem;
	}
	.lavro-01 {
		background-image: url(img/lavro-01.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 16rem;
		height: 6rem;
		right: -0.8rem;
		top: -3.4rem;
	}
	.petrushka-02 {
		background-image: url(img/Petrushka-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 9rem;
		height: 7rem;
		right: 4rem;
		top: 38rem;
	}
	.beer {
		background-image: url(img/beer.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 8rem;
		height: 7rem;
		right: -1rem;
		top: 38.8rem;
	}
	.beer-01 {
		background-image: url(img/beer.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 8rem;
		height: 8rem;
		right: 9.5rem;
		top: 8.7rem;
	}
	.lemon {
		background-image: url(img/lemon.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 11rem;
		height: 9rem;
		right: 6.1rem;
		top: 6.7rem;
	}	
	.petrushka-01 {
		background-image: url(img/Petrushka-01.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 9rem;
		height: 7rem;
		right: 2rem;
		top: 38.4rem;
	}
	.petrushka-03 {
		background-image: url(img/Petrushka-03.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 6rem;
		height: 7rem;
		right: 3.5rem;
		top: 31.6rem;
	}
	.conditions {
		width: 70%;
		display: table;
		text-align: left;
		font-weight: 600;
		margin: 0rem 0rem 0rem 0rem;
		font-size: 0.66rem;
		line-height: 0.8rem;
		float: left;
	}
	.deliveri-photo {
		background-repeat: no-repeat;
		width: 100%;
		height: 23rem;
		border-radius: 1.5rem;
		margin: auto;
	}	
}

	@media (min-width: 720px){

	.main-banner-box {
		background-size: 186%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		padding: 3rem 1rem 4rem 1rem;
	}
	.recept-item {
    display: table;
    margin: 0rem 2rem 0rem 0rem;
    width: 45%;
	padding: 0rem 0rem 0rem 2rem;
	float:left;
	}
	.delivery-h3{
		text-align: justify;
	}
	
}
	@media (min-width: 768px){
	.deliveri-photo {
		background-repeat: no-repeat;
		width: 100%;
		height: 19rem;
		border-radius: 1.5rem;
		margin: auto;
	}
	.pay-banner .petrushka-04 {
		width: 11rem;
		height: 15rem;
		right: 10rem;
		top: 4.5rem;
	}
	button.call-back {
		padding: 0.5rem 0rem 0.5rem 0rem;
		display: table;
		width: 50%;
		font-weight: 600;
		box-shadow: 0px 0px 9px 2px #f00;
		margin: auto;
	}
	.form-submit input {
		border: 0px #ff001f solid;
		border-radius: 1.5rem;
		background: #ff001f;
		color: #fff;
		line-height: 1;
		font-size: 1rem;
		font-family: "Montserrat", Helvetica, Arial, sans-serif;
		width: 50%;
		height: 2.5rem;
		font-weight: 600;
		margin: 1rem auto 1rem;
		display: table;
	}
	button.buy-recept {
		width: 50%;
		background-color: #ff001f;
		color: #fff;
		border: 0px solid #fff;
		margin: 3rem auto 0rem;
		display: table;
	}
	.main-banner-box {
		background-size: 149%;
		background-position: 54% 70%;
		background-repeat: no-repeat;
		padding: 3rem 1rem 4rem 1rem;
	}
	.item-box {
		display: table;
		margin: 0rem 2rem 3rem 2.5rem;
		width: 40%;
		position: relative;
		box-sizing: border-box;
		float: left;
	}
	.recept-item {
		display: table;
		margin: 0rem 0rem 0rem 0rem;
		width: 50%;
		float: left;
		padding: 0rem 2rem 0rem 2rem;
	}
	.delivery-banner {
		padding: 4rem 5rem 4rem 5rem;
		background-image: url(img/ReceptPatternWhite.webp);
		background-size: 40%;
		background-position: 0% 0%;
		background-position: center;
		background-attachment: fixed;
	}
	.delivery-banner .lemon {
		right: 6.1rem;
		top: 15.7rem;
	}
	.delivery-banner .petrushka-04 {
		right: 30rem;
		top: -1.5rem;
	}	
	.delivery-banner-I{
		padding: 4rem 5rem 0rem 5rem;
	}
	.delivery-banner-I p{
		text-align: center;
	}
	.delivery-banner-I .lemon {
		right: 6.1rem;
		top: 21.7rem;
	}
	.delivery-banner-I .petrushka-04 {
		right: 30rem;
		top: 0.5rem;
	}	
	.delivery-banner-III {
		padding: 4rem 5rem 4rem 5rem;
	}
}

@media (min-width: 800px){
	.main-banner-box {
		background-size: 164%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		padding: 3rem 1rem 8rem 1rem;
	}
	
	.item-box {
		display: table;
		margin: 0rem 2rem 3rem 1.5rem;
		width: 26%;
		position: relative;
		box-sizing: border-box;
		float: left;
	}
	
	.shop-banner {
		padding: 2rem 1rem 0rem 1rem;
		background-image: none;
		background-size: 40%;
		/*background-position: 0% 0%;
		background-position: center;
		background-attachment: fixed;*/
		width: 800px;
		margin: auto;
	}
	
	.petrushka-04 {
		background-image: url(img/Petrushka-04.webp);
		background-size: 100%;
		background-position: 0% 10%;
		background-repeat: no-repeat;
		width: 8rem;
		height: 13rem;
		right: 17rem;
		top: 1.5rem;
	}
	.sheduler-box{
		width: 100%;
	}
	.phone-link{
		display: table;
		float: left;
		margin: 0rem 1rem 0rem 1rem;
	}
	.phones-box{
		width: 18rem;
		margin: 0rem auto 2rem;
	}
	.phone-link-box{
		width: 43rem;
		display: table;
		margin: 1rem auto 1rem;			
	}
	button.call-back {
		padding: 0.5rem 0rem 0.5rem 0rem;
		display: table;
		width: 12.5rem;
		font-weight: 600;
		box-shadow: 0px 0px 9px 2px #f00;
		margin: auto;
	}
	.recept-item {
		display: table;
		margin: 0rem 2rem 0rem 0rem;
		width: 45%;
		float: left;
		padding: 0rem 0rem 0rem 3rem;
	}
	
	button.buy-recept {
		width: 12.5rem;
		background-color: #ff001f;
		color: #fff;
		border: 0px solid #fff;
		margin: 3rem auto 0rem;
		display: table;
	}
	.recept-descript {
		text-align: center;
		margin: 1.5rem 0rem 0rem 0rem;
		display: table;
		width: 100%;
		height: 4rem;
	}
	.recept-subdescript{
		line-height: 1rem;
		height: 3rem;
		display: table;
	}
	.size-s {
		background-image: url(img/S.webp);
		background-size: 211%;
		background-repeat: no-repeat;
	}
	.size-m {
		background-image: url(img/M.webp);
		background-size: 211%;
		background-repeat: no-repeat;
	}
	.size-l {
		background-image: url(img/L.webp);
		background-size: 203%;
		background-repeat: no-repeat;
		background-position: 40% 0%;
	}
	.size-xxxl {
		background-image: url(img/XXXL.webp);
		background-size: 190%;
		background-repeat: no-repeat;
		background-position: 0% 0%;
	}
	.size-xxxxl {
		background-image: url(img/XXXXL.webp);
		background-size: 170%;
		background-repeat: no-repeat;
		background-position: 75% 88%;
	}
	.size-text-name {
		font-weight: 400;
		font-size: 1.2rem;
		display: table;
		float: right;
		line-height: 0rem;
	}
	.size-text {
	    font-size: 0.9rem;
		margin: 0.3rem 0rem 0rem 0rem;
	}
	.perec {
		background-image: url(img/Perec.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 5rem;
		height: 6rem;
		right: 1.2rem;
		top: 11.8rem;
	}
	.price-num {
		display: table;
		font-size: 1rem;
		float: right;
		margin: -0.4rem 0rem 0rem 0rem;
		font-style: italic;
		font-weight: 600;
	}
	.lavro-01 {
		background-image: url(img/lavro-01.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 16rem;
		height: 10rem;
		right: -2.8rem;
		top: 2.6rem;
	}
	.petrushka-02 {
		background-image: url(img/Petrushka-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 9rem;
		height: 7rem;
		right: -3rem;
		top: 24rem;
	}
	.ukrop-02 {
		background-image: url(img/Ukrop-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 11rem;
		height: 11rem;
		right: 15rem;
		top: 6.8rem;
	}	
	.chesnok {
		background-image: url(img/chesnok.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 7rem;
	    height: 10rem;
	    right: 12.1rem;
	    top: 30rem;
		}
	.lavro-02 {
		background-image: url(img/lavro-02.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 16rem;
		height: 10rem;
		right: 11.1rem;
		top: 3.5rem;
	}
	.lemon {
		background-image: url(img/lemon.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 11rem;
		height: 9rem;
		right: -3.9rem;
		top: 6.7rem;
	}
	.ukrop-01 {
		background-image: url(img/Ukrop-01.webp);
		background-size: 60%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 11rem;
		height: 9rem;
		right: -8.6rem;
		top: 38.5rem;
	}
	.beer {
		background-image: url(img/beer.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 8rem;
		height: 7rem;
		right: 16rem;
		top: 38.8rem;
	}
	.petrushka-01 {
		background-image: url(img/Petrushka-01.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 9rem;
		height: 7rem;
		right: 2rem;
		top: 44.4rem;
	}
	.petrushka-03 {
		background-image: url(img/Petrushka-03.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 10rem;
		height: 10rem;
		right: -2.5rem;
		top: 23.6rem;
	}
	.shop-banner-wrap{
		background-image: url(img/ReceptPatternWhite.webp);
		background-size: 14rem;
		background-position: 0% 0%;
		background-position: center;
		background-attachment: fixed;
		}
	.beer-01 {
		background-image: url(img/beer.webp);
		background-size: 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		width: 8rem;
		height: 8rem;
		right: 9.5rem;
		top: 8.7rem;
		display: none;
	}
	.recept-banner, .delivery-banner{
		background-image: none;
	    width: 800px;
	    margin: auto;		
	}
	.delivery-banner-III, .delivery-banner-I{
	    width: 800px;
	    margin: auto;		
	}
	.delivery-banner-III{
	    padding: 4rem 5rem 0rem 5rem;		
	}
	.recept-banner-wrap{
		background-image: url(img/ReceptPattern.webp);
		background-size: 14rem;
		background-position: 0% 0%;
		padding: 4rem 0rem 3rem 0rem;
		background-position: center;
		background-attachment: fixed;
	}
	.delivery-banner-wrap{
		background-image: url(img/ReceptPatternWhite.webp);
		background-size: 14rem;
		background-position: 0% 0%;
		padding: 4rem 0rem 0rem 0rem;
		background-position: center;
		background-attachment: fixed;
		position: relative;
	}
	.pay-banner-wrap{
		background-image: url(img/ReceptPatternWhite.webp);
		background-size: 14rem;
		background-position: 0% 0%;
		padding: 1rem 0rem 3rem 0rem;
		background-position: center;
		background-attachment: fixed;
		position: relative;
	}
	.comment-list {
		margin: 0rem auto 0rem;
		padding: 0rem 1rem 0rem 1rem;
		width: 50%;
	}
	.comment-reply-title{
		margin: auto;
		width: 50%;
		padding: 0rem 1rem 0rem 1rem;
	}
	.comment-form{
		margin: auto;
		width: 50%;
		padding: 0rem 1rem 0rem 1rem;		
	}
	#colophon {
		background-image: url(img/keitetyt-ravut.webp);
		background-size: 171%;
		background-position: 49% 50%;
	}
	.comment-banner {
		background-image: url(img/ReceptPattern.webp);
		background-size: 14rem;
		background-position: 0% 0%;
		padding: 7rem 0rem 1rem 0rem;
		background-position: center;
		background-attachment: fixed;
	}
	#comments{
		background-image: url(img/ReceptPattern.webp);
		background-size: 14rem;
		background-position: 0% 0%;
		padding: 0rem 0rem 7rem 0rem;
		background-position: center;
		background-attachment: fixed;
	}
	.pay-banner .petrushka-04 {
		width: 11rem;
		height: 15rem;
		right: 12rem;
		top: 1.5rem;
	}
	.pay-banner-title {
		font-size: 2.5rem;
		line-height: 2.5rem;
		margin: 0rem 0rem 0rem 0rem;
	}
	.comment-banner .title-wrapper h3.size-text-name {
		font-size: 2.5rem;
		line-height: 2.5rem;
		margin: 0rem 0rem 1rem 0rem;
	}	
	.comment-banner .comment-descript {
	    margin: 1rem 0rem 6rem 0rem;
	}
	.buy-recept-wrap{
	    width: 100%;
		display: table;
		padding: 0rem 0rem 0rem 0rem;	
	}
	.title-wrapper{
		width: 100%;
	}
	.deliveri-var-box{
		width: 33%;
		float: left;
		display: table;
		padding: 0rem 1rem 0rem 1rem;
	}
	.deliveri-photo{
		height: 9rem;
		margin: 0rem auto 0rem;
		width: 100%;
	}
	.deliveri-title {
		font-size: 1.86rem;
		line-height: 1.5rem;
		margin: 0rem 0rem 0rem 0rem;
		height: 4rem;
	}
	.deliveri-hr{
		display: none;
	}
	.deliveri-descript {
	    margin: 0rem 0rem 0.9rem 0rem;
	}
	h2.second-banner{
		margin: 0rem 0rem 2rem 0rem;
	}
	.pay-banner {
    padding: 5rem 1rem 5rem 1rem;
	}
	.footer-banner-box {
	    padding: 8rem 1rem 5rem 1rem;
	}
	.pop-banner-box{
		width: 25%;
		margin: auto;
	}
	.pop-up-form-box {
		position: fixed;
		width: 100%;
		height: 100vh;
		background-image: url(img/ReceptPatternWhite.webp);
		background-color: #fffffff0;
		backdrop-filter: blur(4px);
		background-size: 14rem;
		padding: 2rem 1rem 0rem 1rem;
		z-index: 2;
		top: 0rem;
		box-sizing: border-box;
		display: table;
		background-position: center;
	}
	#pop-up-form .phone-link{
		float: none;
		width: 100%;
		margin: 0rem;
		line-height: 1.2rem;
	}
	#pop-up-form .phone-link-box{
		float: none;
		width: 100%;
		margin: -0.4rem auto 1.3rem;
	}
	#pop-up-form .phones-box{
		margin: 1rem auto 2rem;
	}
	#pop-up-form .avery-day {
		text-align: center;
		margin: 0rem 0rem 2rem 0rem;
	}
	.form-submit input {
		width: 15.5rem;
		font-weight: 600;
	}	
}