@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,900;1,400;1,900&display=swap');

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

h1, h2, h3 {
	font-weight:bold;
	font-family: 'Exo 2', sans-serif;
}
h1 {
	font-size:50px;
	text-shadow:0 0 3px #000;
}
@media (max-width:768px) {
	h1 {
		font-size:26px;
	}
}
h2 {
	text-align:center;
	color:#0c602c;
	font-weight:bold;
}

#topline {
	background:url(../img/topbg.jpg) repeat;
}

#topmenu .dj-megamenu-offcanvas-light .dj-mobile-open-btn {
	line-height:8px;
}
#topmenu .dj-megamenu-offcanvas-light .dj-mobile-open-btn span + span {
	font-size:12px;
	margin-left:0!important;
	
}

#topphone {
	text-align:right;
}
#topphone p {
	margin:0;
	padding:0;
}
#topphone a {
	font-weight:bold;
	color:2c0000;
	font-size:18px;
	text-decoration:none;
}

@media (max-width:768px) {
	#topphone {
		padding-top:16px;
		margin-left:0;
		padding-left:0;
		padding-right:0;
		margin-right:0;
	}
	#topphone a {
		font-size:14px;
		}
	#topphone img {
		height:20px;
	}
}

@media (max-width:768px) {
	#logo {
		padding-top:5px;
	}
}

#bannerplace {
	padding-top:40px;
	padding-bottom:40px;
	height:362px;
	text-align:center;
	background:url(../img/kedrshish.png) 30% 40% no-repeat, url(../img/kedrbgg.png) repeat, url(../img/kedrbg.jpg) center center no-repeat;
	color:#fff;
}
#bannerplace h1 {
	margin-bottom:80px;
}
#bannerplace h1 span {
	display:block;
}
#bannerplace .emline {
	display:inline-block;
	width:120px;
	height:4px;
	background:#fff;
	position:relative;
	top:-8px;
}
.subh1 {
	font-weight:bold;
	font-size:16px;
	color:#f5cd2c;
}

@media (max-width:768px) {
	#bannerplace {
		height:280px
	}
	
	#bannerplace .emline {
		width:30px;
	}
}

#nestab {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:red;
}
@media (max-width:768px) {
	#nestab {
		font-size:14px;
		font-weight:normal;
	}
}

#priceblock {
	padding-top:10px;
	padding-bottom:40px;
}
#priceblock h2 {
	text-align:center;
}
#priceblock .subh2 {
	text-align:center;
	margin-bottom:30px;
}

h3.bigh3 {
	padding-bottom:15px;
	font-size:24px;
}

.price-container .row {
	border-bottom:1px solid #d3f088;
	margin-bottom:15px;
}
.price-name h3 {
	font-size:16px;
	font-weight:bold;
	padding-top:0;
	padding-bottom:3px;;
	margin-top:0;
	margin-bottom:0;
}
.price-price {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	font-family: 'Exo 2', sans-serif;
}
.price-price del {
	font-weight:normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:90%;
}

.price-btn {
	text-align:center;
}

.price-btn a {
	display:inline-block;
	padding:3px 15px 3px 15px;
	background:#0d612d;
	color:#fff;
	border-radius:100px;
  text-decoration:none;
}
.price-btn a:hover {
	background:#A4BC7E;
	color:#111;
}

@media (max-width:768px) {
	#priceblock {
		text-align:center;
		
	}
	.price-pic img {
		margin-left:auto;
		margin-right:auto;
	}
	.price-container .row {
		margin-bottom:40px;
		padding-bottom:40px;
	}
	.price-price {
		font-size:22px;
		padding-bottom:15px;
	}
}

#aboutblock {
	margin-bottom:40px;
}
#contactblock {
	
}

#footer {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	background:#0c602c;
	color:#fff;
}

#mobby {
	background:#7fff00ee;
	position:fixed;
	bottom:2px;
	left:0;
	width:100%;
	border:1px solid #fff;
	border-radius:100px;
	text-align:center;
	font-size:12px;
	padding-top:7px;
	padding-bottom:7px;
}
#mobby .mobby-phone  a {
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
}