html, body, div, span, applet, object, iframe, button, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
* {
	margin: 0px;
	padding: 0px;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::selection {
	background: #a2cafb; /* Safari */
}
::-moz-selection {
	background: #a2cafb; /* Firefox */
}
b, strong {
  font-weight: 700;
}
button {
  font-weight: 600;
}

:active,:hover,:focus {
	outline:0 !important;
	outline-offset:0 !important;
}
::-moz-focus-inner {border: 0px !important;}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgb(140, 154, 169);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgb(140, 154, 169);
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgb(140, 154, 169);
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgb(140, 154, 169);
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: rgb(140, 154, 169);
}

::placeholder { /* Most modern browsers support this now. */
   color: rgb(140, 154, 169);
}

body {
	background-color: rgb(247, 248, 250);
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	color: rgb(67, 85, 113);
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	font-style:normal;
	line-height: normal;
}
a:link, a:visited {color: rgb(0, 100, 189); text-decoration:none; transition:0.08s linear;}
a:hover {color: rgb(110, 140, 0); text-decoration:none;}

h1{font-size:16px;}
h2{font-size:22px;display:inline;}
h3{font-size:16px;display:inline;}
h4{font-size:16px;display:inline;}


.container-background {
	background-image: url('https://justfood.com.ua/img/back.webp'); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	position: fixed;
	z-index: 0;
	overflow: hidden;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	opacity: 0.1;
}

.header{width: 1140px;height:270px;margin:0px auto;position:relative;}

.logo {
	z-index: 4;
	position: absolute;
	height: 70px;
	text-align: center;
	top: -90px;
	left: 40px;
}
.logohref {
	display: block;
	width: 370px;
	height: 70px;
	position: absolute;
	border: none !important;
	z-index: 10;
}
a.logohref {
	color: rgb(255, 255, 255);
}
.logo_letters {
	font-size: 50px;
	font-weight: 800;
	position: relative;
	top: -10px;
	background: linear-gradient(45deg, rgb(174, 166, 21) 33%, rgb(0, 122, 255) 66%, rgb(176, 208, 255));
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.logo_def {
	font-size: 30px;
	position: relative;
	top: -25px;
	font-weight: 1000;
}
.logo h1 {
	font-weight: 500;
	letter-spacing: -0.5px;
	position: relative;
	top: -10px;
	font-size: 14px;
}

.content {
	z-index: 1;
	background: rgb(255, 255, 255);
	width: 1160px;
	position: relative;
	margin: 0 auto;
	border-radius: 15px;
	box-shadow: 0 4px 50px -12px rgba(17,12,46,.16);
	margin-top: 100px;
	margin-bottom: 20px;
}

.ukraine_img {
	right: 0;
	position: fixed;
	top: 20px;
	max-width: 20%;
}

.container_menu {
	position: relative;
	height: 70px;
	width: 100%;
	background: linear-gradient(0deg, rgb(237, 245, 255), rgb(255, 255, 255));
	border-radius: 7px 7px 0px 0px;
}
.header__menu {
	position: absolute;
	width: 100%;
	top: 15px;
}
.header__list {
	display: flex;
	padding: 0px 10px 0px 10px;
}
a.nav__item:hover {
	color: rgb(0, 100, 189);
	background: linear-gradient(45deg, rgb(171, 204, 255), rgb(214, 232, 255));
}
.nav__item {
	display: inline;
	padding: 10px 30px 10px 30px;
	border-radius: 7px;
	margin: 0px 5px 0px 5px;
	font-weight: 600;
	background: linear-gradient(0deg, rgb(193, 218, 255), rgb(227, 239, 255));
	box-shadow: 0 4px 50px -12px rgba(17,12,46,.16);
}
.rightx {
	margin-left: auto;
	background: linear-gradient(0deg, rgb(232, 219, 190), rgb(253, 246, 233));
}
a.rightx:hover {
	background: linear-gradient(45deg, rgb(232, 219, 190), rgb(249, 231, 198));
}







#slides {
    position: relative;
    height: 300px;
	width: 670px;
	margin-bottom: 40px;
}
.slide {
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: opacity 1s;
	overflow:hidden;
	height: 300px;
	width: 670px;
	border-radius: 7px;
	box-shadow: 0 4px 50px -12px rgba(17,12,46,.16);
}
.showing {
    opacity: 1;
    z-index: 2;
    transition: opacity 1s;
}
.slide_card {
    position: relative;
	display: block;
	height: 300px;
	width: 670px;
}
.slide_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 670px;
	height: 300px;
	object-fit: cover;
	animation: scale 10s ease-in-out infinite;
}
.slide_txt {
    position: absolute;
	bottom: 20px;
	left: 30px;
	font-size: 20px;
	font-weight: 700;
	box-shadow: 0 4px 50px -12px rgba(17,12,46,.16);
	background: rgba(254, 254, 254, 0.8);
	padding: 0px 15px 2px 15px;
	border-radius: 7px;
}
@keyframes scale {
	0% {
		transform: scale(1.0);
		opacity: 0.6;
	}
	50% {
		transform: scale(1.5);
		opacity: 0.9;
	}
	100% {
		transform: scale(1.0);
		opacity: 0.9;
	}
}






.left-colonn {
	position: relative;
	float: left;
	width: 780px;
	text-align: center;
	border-radius: 7px;
	margin: 0px 0px 100px 17px;
	padding-bottom: 30px;
	font-size: 14px;
	margin-top: 20px;
}

.right-colonn {position: relative;float:left;width:240px;margin-left: 40px;margin-top: 50px;}

.meteoprog-informer {
	margin-bottom: 40px;
}

.clr {clear:both;}

.articles_content {
	text-align:left;margin:0 auto;width:700px;line-height: 1.6;font-weight: 500;
}
.comment_hf {
	color: rgb(126, 158, 255);
}
.articles_partstxt {
	font-size: 16px;
	color: rgb(206, 64, 64);
}
.articles_link_main {
	font-size: 15px;
	width: 300px;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 7px;
	box-shadow: 0 4px 50px -12px rgba(17,12,46,.16);
	padding: 0px 10px 10px 10px;
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
}
.articles_latex_img_main {
	width: 260px;
	height: 170px;
	border-radius: 7px;
	margin-top: 10px;
}
.articles_latex_img {
	max-width: 100%;
	height: auto;
	border-radius: 7px;
	box-shadow: 0 4px 50px -12px rgba(17,12,46,.16);
}

.recipes_link_right {
	font-size: 12px;
	width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 7px;
	box-shadow: 0 4px 50px -12px rgba(17,12,46,.16);
	padding: 7px 10px 10px 10px;
	margin: auto;
	margin-bottom: 30px;
}

.recipes_img_right {
	width: inherit;
	height: inherit;
	border-radius: 7px;
	margin-top: 10px;
}





.footer{margin:0 auto;text-align:center;top:0px;position:relative;width:100%; padding-bottom: 20px; padding-top: 20px; background: linear-gradient(180deg, rgb(237, 245, 255), rgb(255, 255, 255)); border-radius: 0px 0px 15px 15px;}
.footertxt{margin:0 auto;width:1000px;padding-bottom:10px;}

