/*!
Theme Name: kover
*/
*{
	outline: none !important;
	box-sizing: border-box;
}
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	background: url(/wp-content/back.jpg) no-repeat;
	background: url(/wp-content/back.webp) no-repeat;
	background-size: contain;
}
*:before, *:after {
	box-sizing: border-box;
}
span.edit-link {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1 {font-size: 45px;}
h2 {font-size: 30px;font-weight: 500;position: relative;margin-bottom: 15px;text-transform: uppercase;}
h3 {
	font-size: 24px;
	color: #16B116;
	border-bottom: 2px solid;
	display: inline-block;
	margin-bottom: 15px;
}
h2:after {
	content: "";
	position: absolute;
	width: 30%;
	border: 1px solid;
	left: 0;
	bottom: 0;
}
article h1 {
    padding: 30px 0;
}
p {margin: 10px 0}
ul {
	padding-inline-start: 0;
	list-style-position: inside;
}
.logo_head img {
    max-height: 80px;
}
.block_center {
    text-align: center;
    margin-top: 30px;
}
#page {
	background: #fff;
	min-height: 60vh;
}
/*conteiner*/
.conteiner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.conteiner_header {
	width: 50%;
	max-width: 100%;
	margin: 0 auto;
}
/*Header*/
.head_row {
	display: flex;
	margin: 0 auto;
	max-width: 1360px;
	padding: 30px 0;
	justify-content: space-between;
	align-items: center;
}
.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_main img {
	max-width: 300px;
}
a.tel_Info {
	color: #16B116;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
}
.address-top p {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.address-top a {
	color: #16B116;
}
.head_block {
    background: rgb(0 0 0 / 50%);
}
.head_items {
    display: flex;
    align-items: center;
    max-width: 1360px;
    margin: 0 auto;
    justify-content: space-between;
}
.phone_head a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}
/*_______menu_______*/
#mainMenu {
    z-index: 2;
}
#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainMenu > ul {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-wrap: wrap;
}
#mainMenu:hover .ddItem li {background: rgb(0 0 0 / 80%)}
#mainMenu:hover .ddItem a {}
#mainMenu a {
	color: #fff;
	text-decoration: none !important;
	padding: 15px 20px;
	display: block;
	transition:.1s;
}
#mainMenu a:hover {background:rgb(0 0 0 / 80%)}
.ddItem {
	position: relative;
}
.ddInner {
	display: none;
	position: absolute;
	z-index: 1;
	text-align: right;
	right: 0
}
.ddItem:hover .ddInner {
    display: block;
    min-width: 400px;
    background:rgb(0 0 0 / 80%);
}
.ddItem:hover a {
    background:rgb(0 0 0 / 80%);
}
#menuToggler {
	position: fixed;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #dd1c1c;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
#menuToggler span {
	width: 24px;
	height: 2px;
	display: block;
	background: #fff;
	position: relative;
	transition: all 0.3s ease;
}
#menuToggler span:before, #menuToggler span:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all 0.3s ease;
}
#menuToggler span:before {
	top: -7px;
}
#menuToggler span:after {
	top: 7px;
}
#menuToggler.shown span:before {
    width: 40%;
    transform: rotate(-45deg);
    top: -4px;
}
#menuToggler.shown span:after {
    width: 40%;
    transform: rotate(45deg);
    top: 4px;
}
.backdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 53%);
	z-index: 1;
}
.mod_inner {
	padding: 80px 0;
	margin: 0 auto;
	max-width: 1360px;
}
.site-main {padding: 0}
/*_______menu_______*/
a.uk-button {
    background-color: #16b116;
    color: #fff;
    border-radius: 5px;
    padding: 8px 20px;
}
a.uk-button:hover {color:#fff;background-color: #dd1c1c}
.main_content {
	background: #fff;
}
.uk-position-cover {
	position: absolute;
	top: 0;
	bottom: 5px;
	left: 0;
	right: 0;
}
.uk-overlay-background {
	background: rgb(0 0 0 / 72%) !important;
	color: #fff;
}
.uk-margin-small {
	font-size: 18px;
	font-weight: 400;
}
table {
	border-spacing: 0;
	width: 100%;
}
tr:nth-child(odd) {
	background-color: #f0f0f0;
}
tr:hover {
	background-color: #ccc;
}
span.table_span {
	padding: 5px;
	background-color: #16B116;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	margin-right: 15px;
	float: left;
	min-width: 20px;
}
span.table_span.table_spanred {
	background-color: #dd1c1c;
}
span.table_inner {
	display: flex;
	align-items: center;
}
tr.table_head {
	background-color: #16B116;
	color: #fff;
}
td {
	padding: 15px;
}
.mod_price {
	background-color: #fff;
}
.numbers {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
.address-top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
/*Flex_Box*/
.flex_box {
	display: flex;
}
.flex_Widget {
	width: 30%;
}
.flex_Widget2 {
	width: 70%;
}
.flex_Img {
	width: 140px;
	height: 140px;
	background-color: #16B116;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_Img img {
	padding: 10px;
	max-width: 80px;
}
.flex_title {
	font-weight: bold;
	font-size: 18px;
}
.margin_top {
	margin-top: 30px;
}
/*Banner*/
.banner {
	background: transparent;
	background-size: auto;
}
h1.bannerW {
	color: #fff;
	padding-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700
}
.mod_headprice {
	font-size: 30px;
	color: #16B116;
	position: relative;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
}
.mod_headprice.big_price {
	font-size: 56px;
}
span.small_priceblock {
	font-size: 30px;
}
.footer__block h4 {
	font-size: 22px;
	font-weight: 500;
	border-bottom: 1px solid;
	display: inline-block;
}
a.footer_kon {
	color: #f6f6f6;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}
.banner_Item {
	padding: 40px;
	background-color: #00000091;
}
.banner_Txt {
	font-size: 22px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}
.banner_TxtItem {
	display: flex;
	align-items: center;
	width: 50%;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
span.banner_span {
	padding: 20px;
	background-color: #dd1c1c;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	margin-right: 15px;
}
/*----------Banner--------*/
.text_home {
	color: #2d2c2c;
	font-size: 16px;
}
.rama {
	background: #fff;
	padding: 50px;
	border-radius: 20px;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	color: #333;
}
/* ___ */
.preimushchestva {
	display: flex;
	flex-wrap: wrap;
}
.preimushchestva_style {
	background-color: #fff;
}
.preimushchestva__item {
	width: 33%;
	text-align: center;
}
.preimushchestva__icon {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}
.preimushchestva__title {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.preimushchestva__text {
	font-size: 15px;
	line-height: 1.5;
	color: #737373;
}
/*------------Order-----------*/
.flex_Item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.extra_Item {
	width: 33.33%;
}
.flex_ItemInner {
	display: flex;
	align-items: center;
	margin: 5px;
	padding: 20px;
	background-color: #fff;
}
.Number {
	padding: 40px;
	background: #16b116;
	border-radius: 50%;
	color: #fff;
	font-size: 54px;
	font-weight: bold;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 7px double #f9f9f9;
	margin: 5px;
}
.NumberTxt {
	padding-left: 15px;
	font-weight: 500;
}
/*------------Order And-----------*/
.uk-accordion-title {
	margin-bottom: 10px;
	padding: 15px;
	display: flex;
	color: #333;
	font-weight: 500;
	background: #f6f6f6;
}
/*footer*/
#footer-widgets {
	display: flex;
	padding: 80px 0;
	/* max-width: 1366px; */
	/* margin: 0 auto; */
	background: #272727;
	color: #f6f6f6;
}
.footer1 {
	display: block;
	width: 50%;
	text-align: center;
}
.copyright__text span {
	color: #f3f3f3;
}

.mod_dark {background-color: #f6f6f6}
.mod_light {background-color: #fff}
#contact-custom-header p {
	max-width: 250px;
	margin: auto;
	margin-bottom: 0px;
}
#contact-custom-header i {
	color: #6eaf00;
	margin-left: 10px;
	margin-right: 10px;
}
widget_text header1:before  {
	content: url(/wp-content/themes/kover/pic/telephone.svg);
}
fa fa-phone p:before  {
	content: url(/wp-content/themes/kover/pic/telephone.svg);
}
.uk-overlay-background {
	background: rgba(255, 255, 255, 0.8);
	color: #444;
}
.uk-overlay-panel {
	bottom: 6px;
}
.uk-overlay-icon:before {
	color: #16B116;
}
.uk-slidenav-contrast {
	color: #fff;
	background-color: #16B11699;
}
.uk-grid-margin {
	margin-top: 4px !important;
}
/*Responsive*/
@media (max-width: 1366px) {
	.mod_inner {
		padding: 30px 15px;
	}
	.head_row {
		padding: 30px 15px;
		flex-wrap: wrap;
	}
}
@media (max-width: 1200px) {}
@media (max-width: 992px) {
	.banner_TxtItem {
		width: 100%;
	}
	.header1 {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 768px) {
.ddInner {
	text-align: left;
	left: 0
}	
.phone_head {margin-right: 60px}	
body {background: #fff}
.banner {background: #f6f6f6}
h2 {
	font-size: 24px;
}
#menuToggler {
	display: flex;
}
#mainMenu {
	position: fixed;
	top: 0;
	left: -300px;
	max-width: 300px;
	height: 100%;
	background: #333;
	transition: all 0.3s ease-out;
	transform: translateX(0px);
}
#mainMenu.shown {
	transform: translateX(300px);
}
#mainMenu li {
	width: 100%;
}
.ddInner {
position: relative;
}
}
@media (max-width: 650px) {
.logo_head img {max-height: 35px}
.phone_head a {font-size: 15px}
#footer-widgets {padding: 20px 15px;flex-wrap: wrap}
.footer1 {width: 100%}
h1 {font-size: 24px}
h2 {font-size: 18px}
.extra_Item {width: 100%}
.flex_box {flex-wrap: wrap}
.flex_Widget {width: 100%}
.flex_Widget2 {width: 100%}
	.nav {padding-top: 0;}
	.nav li {display: block;}
	.nav li:after {content: none;}
	.nav a {
		padding: 25px 0 20px;
		margin: 0 30px;
	}
	.logo_main img {
		max-width: 150px;
	}
	.address-top {
		font-size: 10px;
	}
	a.tel_Info {
		font-size: 12px;
		font-weight: bold;
	}
	a.tel_Info {
		font-size: 16px;
		font-weight: bold;
	}
	.logo_main img {
		max-width: 250px;
	}
	.address-top p {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
		font-size: 14px;
	}
	.widget_text.header1 {
		text-align: center;
	}
	.menu {
		display: block;
		list-style-type: none;
		justify-content: space-between;
		max-width: 1360px;
		margin: 0 auto;
		text-align: center;
		padding: 10px 30px;
	}
	.menu li a {
		display: block;
		padding: 10px 30px;
	}
	h1.bannerW {
		padding-bottom: 20px;
		text-transform: uppercase;
		font-size: 22px;
	}
	.banner_Item {
		padding: 40px;
		margin: 0 10px 0 10px;
	}
	.banner_Txt {
		font-size: 15px;
		color: #fff;
		display: flex;
		flex-wrap: wrap;
	}
	.rama {
		margin: 0 10px 0 10px;
	}
	.rama h2{
		font-size: 20px;
	}
	.text_home {
		font-size: 14px;
	}
	.footer__text {
		font-size: 13px;
	}
	.footer_kon {
		color: #fff;
		text-decoration: none;
	}
}
@media (max-width: 480px) {
	table {
		border-spacing: 0;
		width: 100%;
		display: flex;
		overflow-x: auto;
	}
	.banner_TxtItem {
		flex-wrap: nowrap;
	}
}
