/* Development - LLC "MephiPro" https://mephi.pro/*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

::before, ::after {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}

body.fixed {
	overflow: hidden;
}

.screen {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
}

ul {
	padding: revert;
    margin-bottom: 20px;
}

ol {
    padding: revert;
    margin-bottom: 20px;
}

p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

h1, h2, h3, h4 {
	font-family: 'Merriweather', sans-serif;
}

h1 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 20px;
}

h3 {
	margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
}

h4 {
	margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
}

input[type="text"], textarea, input[type="tel"] {
	border: 0;
    outline: none;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #2f2f2f;
    background: #ffffff;
    padding: 10px;
}

textarea {
	resize: none;
	height: 150px;
    display: block;
}

select {
    border: 0;
    outline: none;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #2f2f2f;
    background: #ffffff;
    padding: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../icons/arrow_drop_d.svg) right 10px center / contain no-repeat;
    background-size: 15px 15px;
}

path {
	transition: all 0.3s ease;
}

.button, button {
	display: inline-block;
	transition: all 0.3s ease;
	text-align: center;
	border: 0;
	outline: none;
	cursor: pointer;
	padding: 13px 20px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	font-family: 'Merriweather', sans-serif;
	background: #f58f00;
	color: #ffffff;
}

.top_menu a.logo {
	display: block;
	width: 125px;
	height: 70px;
	background: url(../icons/logo.webp) center / contain no-repeat;
	margin-right: 30px;
	padding: 0;
	transition: 0s;
}

.top_menu.fixed a.logo {
	width: 105px;
	height: 50px;
}

.wrap {
	padding: 0 70px;
	margin: 0 auto;
	max-width: 1470px;
}

.top_menu {
	background: #efe0c6;
	padding: 5px 0;
	color: #714d24;
	transition: top 0.8s ease;
	top: -200px;
}

.top_menu.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.top_menu nav {
	display: flex;
	align-items: center;
}

.top_menu a {
	display: block;
	padding: 5px;
	margin-right: 20px;
	transition: all 0.3s ease;
}

.top_menu a:last-child {
	margin-right: 0;
}

.top_menu a.phone {
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
}

.top_menu a.whatsapp {
	width: 50px;
	height: 50px;
	background: url(../icons/whatsapp.svg) center / contain no-repeat;
	transition: all 0.3s ease;
}

.top_menu .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer {
	padding: 40px 0;
	color: #714d24;
	background: #efe0c6;
}

.footer_menu .sup_block {
	width: 25%;
    text-align: right;
    padding-left: 30px;
    max-width: 250px;
}

.footer_menu .sup_block .small_title {
	font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer_menu .sup_block a {
	display: block;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    border-radius: 5px;
}

.footer_menu .sup_block a img {
	display: block;
}

.footnote_footer {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.footnote_footer nav {
	display: flex;
    align-items: center;
    margin-right: 30px;
}

.footnote_footer nav .copyright {
	margin-right: 20px;
}

.footnote_footer a {
	display: inline-block;
    text-decoration: underline;
    margin-right: 20px;
}

.footer_menu {
	display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer_menu nav {
	column-count: 3;
    column-gap: 30px;
    width: 75%;
}

.footer_menu nav a {
	display: block;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.main_slider .item_slider {
	position: relative;
	width: 100%;
	padding: 50px 0;
	display: flex;
	align-items: center;
	margin: 0;
	color: #ffffff;
	min-height: 500px;
}

.main_slider.slick-initialized .slick-slide.item_slider {
	display: flex;
}

.main_slider .item_slider::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
}

.main_slider .item_slider .wrap {
	position: relative;
	z-index: 1;
	width: 100%;
}

.main_slider .item_slider .wrap_text {
	width: 50%;
}

.main_slider .item_slider .text {
	margin-bottom: 50px;
	font-family: 'Merriweather', sans-serif;
	font-size: 50px;
	line-height: 65px;
	font-weight: 600;
	padding-left: 40px;
}

.main_slider .item_slider .text h1 {
	display: inline-block;
	font-style: italic;
}

.main_slider .item_slider .text h1 span {
	display: block;
	padding-top: 15px;
	position: relative;
	font-size: 20px;
	line-height: 25px;
	text-align: right;
}

.main_slider .item_slider .text h1 span::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background: #ffffff;
	right: 0;
	top: 10px;
}

.main_slider .item_slider .decor_font {
	font-size: 45px;
}

.main_slider .item_slider .decor_font p {
    margin-bottom: 0;
}

.main_slider .item_slider .button {
	min-width: 200px;
}

.main_slider .item_slider .text:last-child {
	margin-bottom: 0;
}

.main_slider .item_slider .progressive {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
}

.main_slider .item_slider .progressive img {
	height: 100%;
	object-fit: cover;
}

.content {
	margin-bottom: 100px;
}

.color_section {
	background: #e5ddcf;
	padding: 100px 0;
}

.catalog_recipes {
	margin-bottom: 40px;
}

.catalog_recipes .slick-list {
	margin-right: -30px;
	display: flex;
}

.catalog_recipes .slick-track {
	display: flex;
}

.item_recipes {
	margin-right: 30px;
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	border-bottom: 6px solid transparent;
	transition: all 0.3s ease;
}

.item_recipes .progressive {
	display: block;
	height: 230px;
	margin-bottom: 15px;
}

.item_recipes .progressive img {
	height: 100%;
	object-fit: cover;
}

.item_recipes .text {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    line-clamp: 4;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    user-select: none;
	margin-bottom: 15px;
	min-height: 80px;
}

.item_recipes .open_modal {
	font-weight: 600;
	color: #714d24;
}

.map_section {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.nav_bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contacts_section nav {
	text-align: right;
	font-weight: 500;
}

.contacts_section nav a {
	display: block;
	margin-bottom: 20px;
	padding-left: 35px;
	text-align: left;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: all 0.3s ease;
	line-height: 25px;
}

.contacts_section nav a.phone {
	background: url(../icons/phone.svg) left 0 center / contain no-repeat;
	background-size: 25px 25px;
}

.contacts_section nav a.mail {
	background: url(../icons/mail.svg) left 0 center / contain no-repeat;
	background-size: 25px 25px;
}

.contacts_section nav a.whatsapp {
	background: url(../icons/whatsapp_b.svg) left 0 center / contain no-repeat;
	background-size: 25px 25px;
}

.contacts_section {
	background: rgba(136, 175, 125, 0.5);
	padding-top: 60px;
}

.content_contacts {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.content_contacts .info {
	width: 40%;
}

.contacts_section .form {
	padding: 50px 80px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.5);
	margin-bottom: 40px;
	text-align: center;
}

.contacts_section .wrap {
	margin-bottom: 40px;
}

.contacts_section .form .title_form {
	margin-bottom: 30px;
	font-family: 'Merriweather', sans-serif;
	font-weight: 600;
}

.contacts_section .form .flex_form {
	display: flex;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.contacts_section .form .wrap_input {
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
	background: #ffffff;
}

.contacts_section .form .flex_form .wrap_input {
	margin-bottom: 0;
	width: calc(50% - 10px);
}

.contacts_section .form .flex_form .wrap_input:first-child {
	margin-right: 20px;
}

.contacts_section .form .button {
	margin-bottom: 20px;
	width: 300px;
}

.contacts_section .form button {
    margin-bottom: 20px;
	width: 300px;
}

.contacts_section .form .footnote_form {
	font-size: 16px;
	line-height: 20px;
}

.contacts_section .form .footnote_form a {
	text-decoration: underline;
}

.contacts_section .form_message {
	display: none;
    padding: 50px 80px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.5);
	margin-bottom: 40px;
	text-align: center;
    font-size: 20px;
}

.form .wrap_input::before {
	position: absolute;
    content: attr(data-placeholder);
    left: 10px;
    top: 10px;
    color: #7f7d7dc0;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 18px;
	z-index: -1;
}

.form .wrap_input.active::before {
	color: #000000;
    top: -20px;
}

.contacts_section .form input[type="text"], .contacts_section .form textarea, .contacts_section .form input[type="tel"] {
	background: none;
}

.contacts_section .form input[type="text"].error, .contacts_section .form textarea.error, .contacts_section .form input[type="tel"] {
    box-shadow: 0 0 2px brown;
}

.about_section .text {
	margin-bottom: 30px;
}

.about_section .footnote {
	padding: 15px 20px 0 40px;
	display: inline-block;
	border-top: 6px solid #f58f00;
	font-weight: 500;
}

.catalog {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}

.item_catalog {
	margin: 0 20px 20px 0;
	width: calc(25% - 20px);
	background: #f2e7d5;
	padding: 10px 10px 50px 10px;
	border-radius: 5px;
	transition: all 0.3s ease;
	position: relative;
}

.item_catalog .progressive {
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 30px;
}

.item_catalog .progressive img {
	height: 100%;
	object-fit: cover;
}

.item_catalog .name {
	margin-bottom: 10px;
	font-weight: 500;
	min-height: 50px;
}

.item_catalog .val_info {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.item_catalog .price {
	margin-bottom: 20px;
	line-height: 20px;
}

.item_catalog .val {
	margin-bottom: 5px;
}

.item_catalog .val span {
	font-weight: 500;
}

.item_catalog .button {
	width: calc(100% - 20px);
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.promo_section {
	position: relative;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    color: #ffffff;
    width: 100%;
}

.promo_section::before {
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.promo_section .wrap {
	position: relative;
    z-index: 1;
}

.promo_section ul {
	margin-bottom: 30px;
}

.promo_section .text {
	margin-bottom: 40px;
}

.fixed_buttons.right{
	text-align: right;
}

.fixed_buttons .scroll_top {
	position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background: #f2a73e url(../icons/arrow.svg) center / contain no-repeat;
    transform: rotate(-90deg);
    background-size: 30px 30px;
    bottom: 50px;
    display: inline;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
	margin-left: -50px;
}

.fixed_buttons .scroll_top.active {
	opacity: 1;
    visibility: visible;
}

.fixed_buttons .call_back {
	position: fixed;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    background: #ffffff url(../icons/callback.svg) center / contain no-repeat;
    bottom: 50px;
    display: inline;
    transition: all 0.3s ease;
    z-index: 2;
}

.reviews_slider {
	margin-bottom: 40px;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
}

.reviews_slider .slick-list {
	margin-right: -30px;
	display: flex;
}

.reviews_slider .slick-track {
	display: flex;
}

.item_reviews {
	margin-right: 30px;
	cursor: pointer;
}

.slick-initialized .slick-slide.item_reviews {
	display: flex;
	flex-direction: column;
}

.item_reviews .text_wrap {
	margin-bottom: 20px;
	padding: 20px 20px 20px 90px;
	border-radius: 10px;
	background: #efe0c6 url(../icons/comment.svg) left 15px top 20px / contain no-repeat;
	background-size: 70px 70px;
	transition: all 0.3s ease;
	flex-grow: 1;
}

.item_reviews .item_name {
	margin-bottom: 10px;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
}

.item_reviews .text {
	font-style: italic;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    line-clamp: 3;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	min-height: 60px;
	margin-bottom: 20px;
}

.item_reviews .date {
	font-size: 13px;
}

.item_reviews .footnote_text {
	font-family: 'Merriweather', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding-left: 10px;
}

.flex_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.flex_title h3 {
	margin-bottom: 0;	
}

.add_reviews {
	color: #f58f00;
	font-weight: 500;
	text-decoration: underline;
	transition: all 0.3s ease;
}

.nav_bottom nav {
	display: flex;
	align-items: center;
}

.nav_bottom nav .arrow {
	width: 40px;
    height: 40px;
    cursor: pointer;
}

.nav_bottom nav .arrow svg {
	width: 100%;
	height: 100%;
}

.nav_bottom nav .arrow.prev {
	transform: rotate(-90deg);
	margin-right: 30px;
}

.nav_bottom nav .arrow.next {
	transform: rotate(90deg);
}

.popup {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    background: rgba(245, 143, 0, 0.3);
    z-index: 7;
}

.wrap_popup {
	width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 40px 20px;
}

.content_popup {
	max-width: 1340px;
    margin: 0 auto;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    height: 100%;
    padding: 60px 10px 40px 0;
}

.popup .close {
	position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 10px;
    right: 10px;
    overflow: hidden;
    z-index: 6;
}

.popup .close::before, .popup .close::after {
	position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 50%;
    top: 50%;
    background: #a5a5a5;
    transition: background 0.3s ease;
    transition: all 0.3s ease;
}

.popup .close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.popup .close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.popup .text_section {
	max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 70px;
    height: 100%;
}

.popup .text_section li {
    margin-bottom: 10px;
}

article {
	margin-bottom: 30px;
}

.decor_font {
	font-family: 'Caveat', sans-serif;
	font-size: 50px;
	line-height: 50px;
}

.promo_section .button {
	margin-left: 40px;
}

.btn_menu {
	display: none;
}

.content_popup .image {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 10px;
}

.content_popup .image img {
	object-fit: cover;
	object-position: center;
    height: 100%;
}

.popup.item_buy .wrap_popup {
	overflow-y: auto;
    height: auto;
}

.popup.item_buy .content_popup {
	height: auto;
    max-width: 600px;
}

.popup.item_buy .form {
	width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    padding: 0 40px;
}

.popup .title_form {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
}

.popup .form {
	font-size: 14px;
	line-height: 18px;
}

.popup .form .wrap_input {
	margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.popup.item_buy .form .wrap_input {
    position: static;
}

.popup .form .wrap_input:last-child {
	margin-bottom: 0;
}

.popup .wrap_input::before {
	position: absolute;
    content: attr(data-placeholder);
    left: 10px;
    top: 13.6px;
    color: #7f7d7dc0;
    transition: all 0.3s ease;
    z-index: -1;
    font-size: 14px;
    line-height: 18px;
}

.popup .form .label_input {
	font-weight: 600;
	margin-bottom: 5px;
}

.popup .form .amount_selector {
	display: flex;
	align-items: center;
	border: 2px solid #efe0c6;
	border-radius: 10px;
	padding: 5px 10px;
	width: 180px;
}

.popup .form .amount_selector input {
	width: 100px;
	text-align: center;
	padding: 0 5px;
	background: none;
}

.popup .form .minus {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: relative;
}

.popup .form .minus::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	background: #000000;
	border-radius: 2px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.popup .form .plus {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: relative;
}

.popup .form .plus::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	background: #000000;
	border-radius: 2px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.popup .form .plus::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 15px;
	background: #000000;
	border-radius: 2px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.droplist {
	position: relative;
	margin-bottom: 20px;
}

.droplist .name {
	position: relative;
	cursor: pointer;
	padding: 10px 35px 10px 10px;
	border-radius: 5px;
	border: 2px solid #efe0c6;
	font-weight: 500;
}

.droplist.error .name {
    border-color: brown;
}

.droplist .name::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background: url(../icons/arrow_drop.svg) center / contain no-repeat;
	transform: translateY(-50%) rotate(90deg);
	top: 50%;
	right: 10px;
}

.droplist .name.active::after {
	transform: translateY(-50%) rotate(180deg);
}

.droplist .list {
	display: none;
	position: absolute;
	background: #ffffff;
	z-index: 2;
	left: 0;
	top: calc(100% + 5px);
	border-radius: 5px;
	min-width: 100%;
	box-shadow: 0 0 10px #efe0c6;
    max-height: 114px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: #f58f00 #ffffff;
}

.droplist .list::-webkit-scrollbar-thumb {
    background: #f58f00;
    border-radius: 2px;
}

.droplist .list::-webkit-scrollbar {
    width: 4px;
}

.droplist .item_list {
	padding: 10px;
	cursor: pointer;
}

.droplist .item_list.selected {
	font-weight: 500;
}

.popup .form .wrap_map {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f58f00;
}

.popup .form .map {
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 15px;
}

.popup .form .point_address {
	font-weight: 500;
}

.popup .form .delivery_info {
	margin-bottom: 20px;
	display: none;
}

.popup .form .title {
	text-align: right;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}

.popup .form .result {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	position: relative;
}

.popup .form .result::after {
	position: absolute;
	content: "";
	width: 200px;
	height: 2px;
	background: #f58f00;
	left: 0;
	bottom: 0;
}

.popup .form .result .label_input {
	margin: 0 15px 0 0;
}

.popup .form .contacts {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #f58f00;
}

.popup .form .button {
	width: 100%;
	margin-bottom: 15px;
}

.popup .form button {
	width: 100%;
	margin-bottom: 15px;
}

.popup .form .footnote_form {
	font-size: 14px;
	line-height: 18px;
}

.popup .form .footnote_form a {
	text-decoration: underline;
}

.popup .form_message {
	display: none;
    padding: 0 40px;
    text-align: center;
    font-size: 20px;
}

.popup .form .wrap_input input[type="text"] {
	background: none;
    border-radius: 5px;
	border: 2px solid #efe0c6;
}

.popup .form .wrap_input input[type="text"].error {
    border-color: brown;
}

.popup .form .wrap_input select.droplist {
    border-radius: 5px;
	border: 2px solid #efe0c6;
    display: none;
}

.item_cart {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f2a73e;
}

.item_cart .image_item {
	width: 150px;
	height: 150px;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.item_cart .image_item img {
	object-fit: cover;
	object-position: center;
}

.item_cart .content_item_cart {
	width: calc(100% - 170px);
}

.item_cart .name_item {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 25px;
}

.item_cart .price_item {
	margin-bottom: 5px;
}

.item_cart .result_item {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	min-width: 180px;
}

.item_cart .amount_selector {
	margin-bottom: 10px;
}

.item_cart .result_item .label_input {
	margin: 0 15px 0 0;
}

.popup .form .wrap_input.active::before {
	top: -20px;
}

.popup#politic {
	z-index: 8;
}

.result_footnote {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 18px;
}

.result_footnote .info_delivery {
	display: none;
	padding-top: 5px;
}

.callback_form .content_popup {
	max-width: 500px;
	height: auto;
}

.popup.callback_form .form {
	width: 100%;
    height: 100%;
    padding: 0 40px;
}

.form .title_form {
	font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.form .title_form span {
	color: #f58f00;
}

.popup.callback_form .wrap_popup {
	overflow: hidden;
    overflow-y: auto;
    height: auto;
}

.popup .form .wrap_input input[type="tel"] {
	background: none;
    border-radius: 5px;
    border: 2px solid #efe0c6;
}

.popup .form textarea {
	background: none;
    border-radius: 5px;
    border: 2px solid #efe0c6;
}

.popup .form textarea.error {
    border-color: brown;
}

.popup.callback_form .form .wrap_input {
	margin-bottom: 25px;
}

.popup .text_section .date {
	margin-bottom: 10px;
	font-style: italic;
	text-decoration: underline;
}

.popup .text_section .text {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 25px;
}

.popup .text_section .name {
	font-weight: 600;
}

.ajax_form .error {
    color: brown;
}

.af-message-success {
	background-color: green!important;
}

.af-message-error {
	background-color: brown!important;
}

.af-message-info {
	background-color: black!important;
}

.ajax_form.af_example {
    width: 100%;
}

.delivery_selector {
	display: none;
}

.hidden_inputs {
	display: none;
}

@media (min-width: 993px) {
    .top_menu a:hover {
        color: #4b3317;
    }
    .footer_menu nav a:hover {
        color: #4b3317;
    }
    .item_recipes:hover {
        border-color: #714d24;
    }
    .button:hover, button:hover {
        background: #ac6502;
    }
    .item_catalog:hover {
        box-shadow: 0 0 15px 0px rgba(245, 143, 0, 0.5);
    }
    .fixed_buttons .scroll_top:hover {
        box-shadow: 0 0 10px 0 #f58f00;
    }
    .fixed_buttons .call_back:hover {
        box-shadow: 0 0 10px 0 #f58f00;
    }
    .top_menu a.whatsapp:hover {
        filter: drop-shadow(0 0 2px #4b3317);
    }
    .item_reviews:hover .text_wrap {
        background: #f0d3a1 url(../icons/comment.svg) left 15px top 20px / contain no-repeat;
        background-size: 70px 70px;
    }
    .add_reviews:hover {
        color: #ac6502;
    }
    .nav_bottom nav .arrow:hover svg path {
        fill: #ac6502;
    }
    .contacts_section nav a:hover {
        text-decoration-color: #000000;
    }
    .popup .text_section {
        scrollbar-color: #f58f00 #ffffff;
    }
    .popup .text_section::-webkit-scrollbar-thumb {
        background: #f58f00;
        border-radius: 2px;
    }
    .popup .text_section::-webkit-scrollbar {
        width: 4px;
    }
    .popup .close:hover::before, .popup .close:hover::after {
        background: #f58f00;
    }
}

@media (max-width: 1620px) {
    .fixed_buttons .call_back {
        width: 50px;
        height: 50px;
    }
    .fixed_buttons .scroll_top {
        width: 45px;
        height: 45px;
        margin-left: -45px;
    }
}

@media (max-width: 1270px) {
    .wrap {
        padding: 0 50px;
    }
    .fixed_buttons .call_back {
        width: 40px;
        height: 40px;
    }
    .fixed_buttons .scroll_top {
        width: 40px;
        height: 40px;
        margin-left: -40px;
    }
    .top_menu a.logo {
        width: 100px;
        height: 50px;
        margin-right: 20px;
    }
    .top_menu a {
        margin-right: 10px;
    }
    .top_menu a.phone {
        font-size: 18px;
        line-height: 20px;
    }
    .top_menu nav {
        font-size: 16px;
        line-height: 20px;
    }
    .main_slider .item_slider .text {
        padding-left: 30px;
    }
}

@media (max-width: 1200px) {
    .item_catalog .progressive {
        height: 150px;
    }
}

@media (max-width: 992px) {
    .wrap {
        padding: 0 20px;
    }
    body {
        font-size: 16px;
        line-height: 20px;
        padding-top: 50px;
    }
    .wrap_scroll_menu {
        position: fixed;
        left: 0;
        top: 50px;
        z-index: 5;
        width: 100%;
        height: 100%;
        background: #f0d3a1;
        padding: 40px 0 40px 20px;
        display: none;
    }
    .top_menu nav.scroll_menu {
        display: block;
        font-size: 18px;
        line-height: 20px;
        max-height: 100%;
        overflow: hidden;
        overflow-y: auto;
        padding-right: 20px;
    }
    .top_menu a.logo {
        width: 70px;
        height: 40px;
        margin-right: 30px;
    }
    .top_menu a.whatsapp {
        width: 35px;
        height: 35px;
    }
    .top_menu a.phone {
        font-size: 16px;
    }
    .top_menu nav:last-child {
        flex-grow: 1;
        justify-content: space-between;
    }
    header {
        position: fixed;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
    }
    h1 {
        font-size: 40px;
        line-height: 45px;
    }
    h3 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 30px;
    }
    .main_slider .item_slider .wrap_text {
        width: auto;
    }
    .main_slider .item_slider .text {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .main_slider .item_slider .decor_font {
        font-size: 35px;
        line-height: 40px;
    }
    .fixed_buttons .call_back {
        right: 20px;
        width: 50px;
        height: 50px;
        bottom: 30px;
    }
    .fixed_buttons .scroll_top {
        left: 20px;
        margin-left: 0;
        bottom: 30px;
    }
    .main_slider .item_slider {
        min-height: calc(100vh - 50px);
    }
    .color_section {
        padding: 60px 0;
    }
    .content {
        margin-bottom: 60px;
    }
    .promo_section {
        padding: 60px 0;
        background-attachment: unset;
    }
    .promo_section .button {
        margin-left: 20px;
    }
    .decor_font {
        font-size: 35px;
        line-height: 40px;
    }
    .nav_bottom nav {
        display: none;
    }
    .nav_bottom {
        justify-content: flex-end;
    }
    .catalog {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-color: transparent transparent;
    }
    .catalog::-webkit-scrollbar-thumb {
        background: transparent;
    }
    .catalog::-webkit-scrollbar {
       height: 0;
    }
    .item_catalog {
        min-width: calc(100vw - 80px);
    }
    .catalog_recipes .slick-list {
        margin-right: 0;
        padding-right: 30px;
    }
    .catalog_recipes {
        margin-right: -20px;
        margin-bottom: 30px;
    }
    .item_recipes {
        margin-right: 20px;
        padding: 15px;
    }
    .item_recipes .progressive {
        height: 150px;
    }
    h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .item_reviews {
        margin-right: 20px;
    }
    .reviews_slider .slick-list {
        margin-right: 0;
        padding-right: 30px;
    }
    .reviews_slider {
        margin-right: -20px;
        margin-bottom: 30px;
    }
    .content_contacts {
        display: block;
    }
    .content_contacts .info {
        width: auto;
        margin-bottom: 20px;
    }
    .map_section {
        height: 280px;
    }
    .contacts_section .form {
        padding: 30px 20px;
        margin: 0 -20px 30px -20px;
    }
    .contacts_section .form .flex_form {
        display: block;
        margin-bottom: 25px;
    }
    .contacts_section .form .flex_form .wrap_input:first-child {
        margin: 0 0 25px 0;
    }
    .contacts_section .form .flex_form .wrap_input {
        width: 100%;
    }
    .contacts_section .form .footnote_form {
        font-size: 14px;
        line-height: 18px;
    }
    .contacts_section .form .button {
        width: 100%;
    }
    .contacts_section .form button {
        width: 100%;
    }
    .flex_title {
        display: block;
        margin-bottom: 20px;
    }
    .flex_title h3 {
        margin-bottom: 15px;
    }
    .footer_menu {
        display: block;
    }
    .footer_menu nav {
        width: auto;
        column-count: 2;
        column-gap: 15px;
        margin-bottom: 20px;
    }
    .footer_menu nav a {
        break-inside: avoid-column;
    }
    .footer_menu .sup_block {
        width: 100%;
        padding: 0;
        max-width: unset;
    }
    footer {
        padding-bottom: 80px;
    }
    .footnote_footer {
        display: block;
        font-size: 13px;
    }
    .footnote_footer nav {
        margin: 0 0 15px 0;
        display: block;
    }
    .footnote_footer nav .copyright {
        margin: 0 0 15px 0;
    }
    .footnote_footer a {
        margin-bottom: 10px;
        display: block;
        margin-right: 0;
    }
    .footnote_footer .dev_block a {
        display: inline-block;
        margin-bottom: 0;
    }
    .btn_menu {
        display: block;
        cursor: pointer;
        position: fixed;
        top: 60px;
        right: 0;
        width: 50px;
        height: 30px;
        background: rgba(245, 143, 0, 0.2);
        z-index: 6;
    }
    .btn_menu span {
        display: block;
        position: absolute;
        left: 4px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 2px;
        background: #f58f00;
    }
    .btn_menu.active span {
        background: transparent;
    }
    .btn_menu span::before, .btn_menu span::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #f58f00;
        left: 0;
        transition: all 0.5s ease;
    }
    .btn_menu span::before {
        top: -7px;
    }
    .btn_menu.active span::before {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }
    .btn_menu span::after {
        bottom: -7px;
    }
    .btn_menu.active span::after {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    .wrap_popup {
        padding: 0;
    }
    .popup .close {
        width: 30px;
        height: 30px;
    }
    .content_popup {
        padding: 40px 0 30px 0;
        border-radius: 0;
    }
    .popup .text_section {
        padding: 0 20px;
    }
    .popup h3 {
        font-size: 22px;
        line-height: 25px;
    }
    .item_catalog .progressive {
        margin-bottom: 15px;
    }
    .item_catalog .price {
        margin-bottom: 15px;
    }
    ul {
        padding-left: 20px;
    }
    ol {
        padding-left: 20px;
    }
    .item_reviews .text_wrap {
        background: #efe0c6 url(../icons/comment.svg) left 10px top 20px / contain no-repeat;
        background-size: 50px 50px;
        padding: 15px 15px 15px 70px;
        border-radius: 5px;
    }
    .popup .close::before, .popup .close::after {
        background: #f58f00;
    }
    .content_popup .image {
        height: 200px;
    }
    .item_cart {
        display: block;
    }
    .item_cart .image_item {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .item_cart .content_item_cart {
        width: auto;
    }
    .popup .form .amount_selector {
        width: 100%;
    }
    .popup .form .amount_selector input {
        width: calc(100% - 60px);
    }
    .item_cart .result_item {
        width: 100%;
    }
    .popup .form .title {
        margin-bottom: 20px;
    }
    .popup .form .result::after {
        width: 90px;
    }
    .popup.item_buy .form {
        padding: 0 20px;
    }
    .popup {
        align-items: flex-start;
    }
    .popup.callback_form .form {
        padding: 0 20px;
    }
    .callback_form .content_popup {
        max-width: unset;
    }
    .popup.item_buy .content_popup {
        max-width: unset;
    }
    .popup .form_message {
        padding: 0 20px;
    }
    .popup .form .wrap_input select.droplist {
        display: block;
    }
    .popup .form .wrap_input .droplist {
        display: none;
    }
}

@media (max-width: 330px) {
    .top_menu a.phone {
        font-size: 14px;
    }
    .top_menu a.logo {
        margin-right: 20px;
    }
}

@media screen and (min-width: 320px) {
    .ajax_form.af_example .controls button[type="submit"] {
        float: right;
    }
}

@media screen and (max-width: 320px) {
    .ajax_form.af_example .controls button {
        width: 100%;
        margin-top: 5px;
    }
}