:root {
	--font: "EB Garamond", serif;
	--fonts: 'webfont', arial;
	--fontr: 'Raleway', arial;
	--font-title: "Playfair Display", serif;
	--font-sans-serif: "Manrope", sans-serif; 
	--font-sans-bellota: "bellota", sans-serif; 
	--ofonts: "MythBusters", "bellota";
	--white: #fff;
	--black: #1c1f33;
	--black--acc: #222;
	--black-c: #ccc;
	--gray: #eee;
	--green: rgb(2, 122, 40);
	--blue: #707274;
	--pinc:#19e0ee;
	--red:#e90707;
	--red-a:#f51212;
	--green-s: #0ab67a;
	--blue-s: #02acce;
	--tomato: #ee3f39;
	--brown: #ca6c01;
	--font-sezi-s: clamp(18px, 5vw, 32px);
	--font-sezi-r: clamp(18px, 5vw, 30px);
	--font-sezi-rc: clamp(20px, 5vw, 26px);
	--font-sezi-rs: clamp(17px, 5vw, 20px);
	--font-sezi-c: clamp(15px, 5vw, 20px);
	--font-sezi-f: clamp(14px, 5vw, 18px);
	--font-sezi-bc: clamp(12px, 5vw, 16px);
	--font-sezi-fc: clamp(12px, 5vw, 15px);
	--line: clamp(1.3, 5vw, 1.5);
}
html {
	scroll-behavior: smooth;
  }
* {
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-border-sizing: border-box;
	-moz-border-sizing: border-box;
}
@font-face {
    font-family: webfont; /* Гарнитура шрифта */
    src: url(/fonts/webfont.ttf); /* Путь к файлу со шрифтом */
	font-family: Raleway; 
    src: url(/fonts/raleway.ttf); 
	font-family: bellota; 
    src: url(/fonts/bellota.ttf);
	font-family: MythBusters; 
    src: url(/fonts/ofonts.ttf);
}

html, body {
	
	font-size: clamp(1rem, 10%, 1.1rem);
	background: var(--preview-bg);
	font-family: var(--font);
	color: var(--black);
	background: url(../images/paper_fibers.png) repeat;
	padding: 0 2rem;
	line-height: 1.3;
	text-align: justify; 
	column-break-inside: avoid;
	

}
.st-container{
	overflow-x: hidden;
}
/* preloader */
body.preloader{
	margin: 0;
	padding: 0;
}
.loading{
	width: 180px;
	height: 180px;
	box-sizing: border-box;
	border-radius: 50%;
	border-top: 10px solid #e63838;
	position: relative;
	animation: a1 2s linear infinite;
	
}
.loading::before,.loading::after{
	content: '';
	width: 180px;
	height: 180px;
	position: absolute;
	left: 0;
	top: -10px;
	box-sizing: border-box;
	border-radius: 50%;
	
}
.loading::before{
	border-top: 10px solid #e67e22;
	transform: rotate(120deg);
}
.loading::after{
	border-top: 10px solid #3622e6;
	transform: rotate(240deg);
}

.loading span{
	position: absolute;
	width: 180px;
	height: 180px;
	font-weight: 600;
	text-align: center;
	line-height: 180px;
	font-size: 2rem;
	animation: a2 2s linear infinite;
}
@keyframes a1 {
	to{
		transform: rotate(360deg);
	}
}
@keyframes a2 {
	to{
		transform: rotate(-360deg);
	}
}
.preloader{
    align-items: center;
    background-color: rgb(252, 252, 253);
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    justify-content: center;
    font-family: serif;
    z-index: 999;
    overflow-x: hidden;
  }
/* end */
a {
	text-decoration: none;
	display: block;
	color: var(--black);
}
a:hover{
	color: var(--black--acc);
}
h1{
	justify-content: space-around;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}
h2{
	margin: 0;
	transition: 0.2s ease;
	padding-left: 60px;

}

h4 {
	font-size: 24px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0.5rem;
	transition: 0.2s ease;
	padding-left: 20px;
}
h5 {
	text-align: center;
	margin-top: 0.1rem;
	margin-bottom: 0;
	transition: 0.2s ease;
}
h4:hover {
	color: white !important;
	background: var(--black);
}
h2:hover {
	color: white !important;
	background: var(--black);
}
h5:hover {
	color: white !important;
	background: var(--black);
}

p {
	line-height: 1.5;
}
@supports (font-size: clamp(20px, 5vw, 38px)) {
	h1 {
	  font-size: clamp(20px, 5vw, 38px);
	}
	h2 {
		font-size: clamp(20px, 5vw, 37px);
	}
	h4{
		font-size: clamp(22px, 2vw, 26px);
	}
	h5{
		font-size: clamp(13px, 2vw, 16px);
	}
}
.main__wrapper {
	max-width: 1200px;
	margin: auto;
  }
/* шапка */
.main-header{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr; 
	justify-content: space-around;
	align-items: center;
	text-align: center;
	border: solid var(--black);
	border-width: 1px 0;
	text-transform: uppercase;
	flex: 1;
	padding: 9px;
}
aside {
	text-align: center;
	padding: 3px 0;
	border: solid var(--black);
	border-width: 2px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 1.5rem 0 .6rem;
}
.edition{
	display: flex;
	align-items: center;
	justify-content: center;
}
.sb {
	filter: grayscale(100%);
	transition: 0.1s ease;
}
.sb {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.sb:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.input-group {
	max-width: 237px;
	width: 60%;
	height: 32px;
	position: relative;
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	display: flex;
}
.search-input {
	height: 100%;
	border: none;
	font-size: clamp(10px, 2vw, 14px);
	line-height: 22px;
	padding-left: 12px;
	justify-content: flex-start;
}
.search-input::-moz-placeholder {
	color: #bfbfbf;
}
.search-input::-webkit-input-placeholder {
	color: #bfbfbf;
}
.search-input:-ms-input-placeholder {
	color: #bfbfbf;
}
.search-input::-ms-input-placeholder {
	color: #bfbfbf;
}
.search-button {
	height: 100%;
	width: 20%;
	border: none;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* burger */
.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
 
  .hamRotate.active {
	transform: rotate(45deg);
  }
  .hamRotate180.active {
	transform: rotate(180deg);
  }
  .line {
	fill:none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke:#000;
	stroke-width:5.5;
	stroke-linecap:round;
  }
  .ham8 .top {
	stroke-dasharray: 40 160;
  }
  .ham8 .middle {
	stroke-dasharray: 40 142;
	transform-origin: 50%;
	transition: transform 400ms;
  }
  .ham8 .bottom {
	stroke-dasharray: 40 85;
	transform-origin: 50%;
	transition: transform 400ms, stroke-dashoffset 400ms;
  }
  .ham8.active .top {
	stroke-dashoffset: -64px;
  }
  .ham8.active .middle {
	transform: rotate(90deg);
  }
  .ham8.active .bottom {
	stroke-dashoffset: -64px;
  }

  .stop{
	  overflow: hidden;
  }
  .hidden-ones{
	display: none;
}
/* подвал */
footer{
	display: grid;
	grid-template-columns: 100px auto;
	grid-template-rows: 1fr;
	grid-gap: 10px;
	margin-bottom: 0;
	border-top: 1px solid #000;
	justify-content: flex-start;
}
footer img{
	height: 40px;
}
.footer-logo{
	align-self: center;
	margin-left: 30px;
	grid-area: 1/1/2/2;
}
.footer-text{
	grid-area: 1/2/2/3;
}
/* вверх */
.to-top-btn {
	display: none;
	position: fixed;
	content: 'Hi';
	width: 3em;
	height: 3em;
	background:#8f8f8e99;
	border-radius: 40%;
	z-index: 165;
	bottom: 10%;
	float: right;
	right: 1.5%;
	cursor: pointer;
	border: none;
}
.to-top-btn:hover {
	background: #f0ed5499;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.to-top-btn:before {
	content: "\f102";
	font-size: 3em;
	text-align: center;
	margin-left: 20%;
	color: #0000003b;
}
/* menu */
.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 250px;
	height: 100%;
	background: #f2f3f2;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0; 
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h3 {
	margin: 0;
	padding: 1em;
	color: var(--black);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: var(--font-sezi-s);
	font-family: var(--fonts);
}

.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	font-family: var(--fonts);
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

body,
.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

.st-content {
	/* overflow-y: scroll; */
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(82, 82, 82, 0.089);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}

/* icon menu */
@mixin ul-nostyle {
	list-style: none;
	padding: 0;
	margin: 0;
} 

.icon-arrow {
		position: absolute;
		display: block;
		font-size: 0.9em;
		color: #fff;
		top: 16px;
		right: 10px;
}
.icon-arrow.open {
		transform: rotate(-180deg);
		transition:transform .6s;
	}
.icon-arrow.close {
		transform: rotate(0deg);
		transition: transform .6s;
	}

.icon-arrow:before {
		content: '\25BC';
	}

[data-toggle="dropdown"] {
	position: relative;
	display: block;
	color: white;
	background: var(--blue);
	padding: 10px;
}
[data-toggle="dropdown"]:hover {
	background: var(--pinc);
}
.dropdown-menu li a:hover{
	background: var(--white);
}
.dropdown-menu {
	max-height: 0;
	overflow: hidden;
	@include ul-nostyle;
}
 
.dropdown-menu li {
		padding: 0;
}
.dropdown-menu li a {
	display: block;
	color: rgb(56, 55, 55);
	background: rgb(236, 236, 236);
	padding: 10px 10px;
}
.show, .hide {
	transform-origin: 50%, 0%;
}
.show {
	display: block;
	max-height: 9999px;
	transform: scaleY(1);
	animation: showAnimation .5s ease-in-out;
	transition: max-height 1s ease-in-out;
}

.hide {
	max-height: 0;
	transform: scaleY(0);
	animation: hideAnimation .4s ease-out ;
	transition: max-height .6s ease-out;
}


@keyframes showAnimation  {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.04);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.04);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.02);
	}
	100% {
		transform: scaleY(1);
	}
}

@keyframes hideAnimation {
  0% {
  	transform: scaleY(1);
  }
  60% {
  	transform: scaleY(0.98);
  }
  80% {
  	transform: scaleY(1.02);
  }
  100% {
  	transform: scaleY(0);
  }
}

/* BODY */
.article-body{
	display: grid;
	align-conten: flex-start;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto;
	grid-gap: 10px;
}
.arti-a{
	grid-area: 1/1/2/4;
}
.arti-b{
	grid-area: 2/1/3/4;
	justify-content: center;
}
.arti-bс{
	grid-area: 3/1/6/4;
	font-family: var(--fontr);
}
.arti-bс p{
	padding-bottom: 5px;
}
.arti-c{
	grid-area: 4/5/6/6;
	display: block;
	text-align: center;
	border-left: solid 1px var(--black);
}
.arti-d{
	grid-area: 1/4/6/6;
}
.arti-n,
.arti-e{
	border-top: solid 1px var(--black);
}

.arti-e{
	margin-bottom: 20px;
	grid-area: 7/1/8/6;
	border-bottom: solid 1px var(--black);
}

.arti-d img, .arti-h img {
	width: 100%;
	border: 1px solid var(--black);
    object-fit: cover;
}
.arti-h{
	grid-area: 8/1/13/3;
}
.arti-i{
	grid-area: 8/3/9/6;
	border-top: solid 1px var(--black);
}
.arti-k{
	grid-area: 9/3/10/6;
}
.arti-kc{
	grid-area: 10/3/13/6;
	font-family: var(--fontr);
}
.arti-m{
	grid-area: 13/1/14/6;
}
.bw {
	width: 100%;
	filter: grayscale(100%);
	transition: 0.1s ease;
}
.arti-f, .arti-m{
	font-style: italic;
	border-top: solid 1px var(--black);
	color : var(--black);
	font-size: var(--font-sezi-fc);
	font-family: var(--fonts);
	margin-top: 5px;
	padding: 10px 30px;
}
.arti-f{
	grid-area: 6/1/6/6;
}
.arti-f ul li, .arti-m ul li {
	display: inline;
	letter-spacing: 1px;
}
.arti-n{
	grid-area: 14/1/15/6; 
}
.arti-g{
	/* grid-area: 1/5/4/6; */
	display: none;
}
.bw {
	-webkit-transition: all 0.1s ease;
	   -moz-transition: all 0.1s ease;
		 -o-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
			transition: all 0.1s ease;
  }
   
  .bw:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
  }

.title-large {
	font-family: var(--font-title);
	/* font-size: 32px; */
	/* font-style: italic; */
	text-align: center;
	text-align: left;
}

.arti-min{
	display: grid;
	grid-template-columns: repeat(6, 1fr); 
	justify-content: space-around;
	align-items: center;
	text-align: center;
	flex: 1;
	padding: 9px;
	grid-gap: 10px;
}
.arti-min-two,
.arti-min-one{
	padding: .5rem;
	border: solid 1px var(--black);
	border-radius: 3px;
	height: 190px;
}
.stail img{
	object-fit: cover;
        width: 100%;
}
.textcols {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid var(--black-c);
    -moz-column-rule: 1px solid var(--black-c);
	column-rule: 1px solid var(--black-c);
	margin: 0 10px;
}
	
.textcols p{
	text-align: left;
	margin: 0;
} 

/* Запятые */
ul.commas{
list-style:none;
}
.commas li:after { content: ", " }
.commas li:last-child:after { content: "." }
/* php */

.upload{
	width: 100px;
}

.block {
	background-color: #ebebeb;
	padding: 36px 42px;
	margin-bottom: 25px; }
.block > h1 {
	font-weight: normal; }
.block > a {
	float: right;
	font-size: 20px;
	color: black;
	text-decoration: none;
	font-weight: 300; }
	.block > a:hover {
	border-bottom: 1px solid #333; }
.block .block__content {
	padding-top: 40px; }

.form .form__group {
	margin-bottom: 20px; }
.form .form__group:last-child {
	margin-bottom: 0; }

.form .form__control {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	outline: none; }
	
.form textarea.form__control {
	min-height: 100px; }
	
.form input[type="submit"].form__control {
	background-color: var(--black);
	color: white;
	border: 3px solid var(--black);
	width: 250px;
	opacity: 0.7; 
	border-radius: 3px;

}
.form input[type="submit"].form__control:hover {
	cursor: pointer;
	opacity: 1; }
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	/* flex-wrap: wrap; */
	}
.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container{
	max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container{
	max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
	max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container{
	max-width: 1140px;
	}
}
select.form-control{
	height: 42px;
	width: 95%;
	font-size: 16px;
	padding: 10px;
  }
.form-categore{
	/* justify-items: center; */
	text-align: center;
}
.justify{
	justify-content:space-between;
}
a.reset_form{
	background-color: var(--black);
    color: white;
    /* border: 3px solid white; */
    width: 200px;
	height: 44px;
    opacity: 0.7;
	padding: 10px;
    font-size: 16px;
	font-family: var(--fontr);
    outline: none;
	text-align: center;
	border-radius: 3px;
}

a.reset_form:hover {
	cursor: pointer;
	opacity: 1; 
}



/* кнопка выбор картинки */
.input_button{
	margin-top: 20px;
	margin-bottom: 20px;
}
.img_form{
opacity: 0;
  visibility: hidden;
  position: absolute;
}
.field__file-wrapper {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
  }
  .field__file-fake {
	height: 44px;
	width: calc(100% - 130px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 0 15px;
	border: 1px solid #414040;
	border-radius: 3px 0 0 3px;
	border-right: none;
	background: var(--white);
  }
  .field__file-button {
	opacity: 0.7;
	width: 130px;
	height: 44px;
	background: var(--black);
	color: #fff;
	font-family: var(--fontr);
	/* font-size: 1.125rem;
	font-weight: 700; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
  }
  .field__file-button:hover{
	opacity: 1;
  }
  /* форма состава */
  .title{
	  font-size: 18px;
  }
  .income-items{
	  margin-top: 8px;
	  
  }
  .income-title{
	/* float: left; */
	width: 100%;
	height: 44px;
	font-size: 16px;
	position: relative;
	word-break: break-word;
  }
  .income-title:last-of-type{
	margin: 0;
  }
.btn_plus{
	margin-right: 30px;
  }
.btn_plus, .btn_minus{
	width:40px;
	height:40px;
	line-height:30px;
	background-color:#28e231;
	color:#353a43;
	outline:0;
	border:none;
	font-size:26px;
	font-weight:700;
	cursor:pointer;
	margin-top:15px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}
.btn_plus:hover{
	-webkit-box-shadow:inset 2px 3px 7px rgba(0,0,0,.35);
	box-shadow:inset 2px 3px 7px rgba(0,0,0,.35)
}
.btn_minus:hover{
	-webkit-box-shadow:inset 2px 3px 7px rgba(0,0,0,.35);
	box-shadow:inset 2px 3px 7px rgba(0,0,0,.35)
	}

.income-completed {
    position: relative;
    padding: 3px 0 0 0;
}
.income-completed:before {
    content: '';
    width: 150px;
    height: 1px;
    background: #d8e5e0;
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -75px;
}
.income-completed:after {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

fieldset{
	width: 100%;
	border: 2px solid #cc0505;
	border-radius: 5px;
}
legend {
	font-weight: bold;
	font-size: 145%
}
/* нумерация  */
ol {
	list-style-position: inside; 
	
	counter-reset: num;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: var(--font-sezi-f);
	
}
ol li {
	
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	
}
 ol li::marker {
	color: var(--black);
	text-align: left;
	line-height: 2;
	font-size: 20px;
	font-weight: 600;
} 

/* !!!---- recipe ----!!! */

.recipe-arti-a{
	grid-area: 1/1/2/4;
}
.recipe-arti-b{
	grid-area: 1/4/2/6;
}
.center-text{
	align-items: center;
}
.recipe-arti-f{
	margin-top: 0;
	padding-top: 0;
	grid-area: 2/1/3/4;
	font-family: var(--font-sans-bellota);
	font-weight: 600;
}
.recipe-arti-f li{
	list-style-type: circle;
}
.recipe-arti-bс{
	grid-area: 3/1/5/6;
	font-family: var(--font-sans-bellota);
	font-weight: 600;
}

.recipe-arti-c{
	grid-area: 4/5/6/6;
	display: block;
	text-align: center;
	border-left: solid 1px var(--black);
}
.recipe-arti-d{
	grid-area: 2/4/3/6;
}
.recipe-arti-e{
	padding-top: 20px;
	margin-bottom: 20px;
	grid-area: 6/1/7/6;
	border-top: solid 1px var(--black);
}
.recipe-arti-d img {
	width: 100%;
	border: 1px solid var(--black);
    object-fit: cover;
	border-radius: 5px;
	-webkit-box-shadow: -14px 10px 13px 0px rgba(34, 60, 80, 0.22);
	-moz-box-shadow: -14px 10px 13px 0px rgba(34, 60, 80, 0.22);
	box-shadow: -14px 10px 13px 0px rgba(34, 60, 80, 0.22);
}
.recipe li{
	margin-bottom: 5px;
	line-height: 1.7;
	font-size: var(--font-sezi-rs);
}
.recipe-1 li::marker {
	color: var(--green-s);
	
}
.recipe-2 li::marker {
	color: var(--blue-s);
	
}
.recipe-3 li::marker {
	color: var(--tomato);
	
}
.recipe-4 li::marker {
	color: var(--brown);
	
}
.recipe li::marker {
	text-align: left;
	line-height: 2;
	font-size: 20px;
	font-weight: 600;
}


.recipe ol {
	padding: 0;
}
.headlines h3{
	color:var(--black);
	padding-top: 20px;
   }
.recipe h3{
	margin: 5px 0;
	text-align: center;
	/* color: var(--red); */
	font-weight: 600;
	font-size: var(--font-sezi-rc);
}
#headlines{
	font-family: var(--font-sans-serif);
	font-size: var(--font-sezi-rc);
	/* color:var(--red); */
	margin: 4px;
	
}
#headlines-h3{
	font-family: var(--font-sans-bellota);
	color:var(--white);
	margin: 3px;
	font-size: var(--font-sezi-c);
	
}
.bottom-recipte{
	float: right;
	right: 10px;
	/* background: var(--red); */
	padding: 3px 15px;
	border-radius: 5px;
}
.bottom-recipte:hover{
	background:var(--red-a);
	
}
.recipe.to-top-btn:before {
	color: #ee0b0b3b;
}

.colors__1{
	color:var(--green-s);
}
.colors__2{
	color: var(--blue-s);
}
.colors__3{
	color: var(--tomato);
}
.colors__4{
	color: var(--brown);
}
.color-button__1{
	background: var(--green-s);
}
.color-button__2{
	background: var(--blue-s);
}
.color-button__3{
	background: var(--tomato);
}
.color-button__4{
	background: var(--brown);
}

.field-line {
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-radius: 0;
  }
.legen-line {
	margin: 0 10%;
	padding: 0 10px;
	font-size: var(--font-sezi-rc);
}

.img-fluid{
	max-width:100%;height:auto;
}
.height_sea{
	height: 500px;
}

/* .btn-page{margin-left:5px; margin-right:5px;padding:5px 10px; border: #CCC 1px solid; background:#FFF; border-radius:4px;cursor:pointer;} */
/* .btn-page:hover{background:#F0F0F0;} */
.btn-page.current{background:#e3e499;}

.btn-page {
	margin-left:5px; margin-right:5px;border-radius:4px;cursor:pointer;padding:5px 10px;
	position: relative;
	display: inline-block;
	/* width: 2em;
	height: 2em;
	line-height: 2em; */
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #000;
	outline: none;
	border-radius: 5px;
	box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
  }
  .btn-page:hover {
	background: #dcdcdc linear-gradient(#fff, #dcdcdc);
	box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
  }
  .btn-page:active {
	background: none;
	  box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgba(0,0,0,.5) inset, 0 1px 2px #fff;
  }

  .grid-container {
    grid-template-rows: auto 1fr auto; /* 1-я строка — header, средняя занимает максимум пространства, последняя — footer */
    min-height: 90vh; /* Минимальная высота равна высоте окна */
}

footer {
    border-top: 1px solid black;
}

.not-found{
    height: 70vh;
}
.not_found{
    color: tomato;
}
