@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
	background: #191F19
}
body {
	margin: 0;
	padding: 0;
	color: #2a442a;
	font-size: 16px;
	background-attachment: fixed
}

ul {
	margin: 0;
	padding: 0
}
h1 {
	font-size: 50px;
	font-weight: 400;
	margin-top: 0;
	border-left: 10px solid #498536;
	padding-left: 25px;
	margin-bottom: 60px
}
h2 {
	margin-bottom: 30px;
	font-weight: 700
}
h2 span {
	font-weight: 400
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 10px 0
}
a {
	transition: all 0.3s
}
p {
	margin: 0 0 25px 0;
	line-height: 2;
	color: #444;
	font-size: 16px
}
div {
	box-sizing: border-box
}
* {
	box-sizing: border-box
}
body {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2
}
.green {
	color: #498536
}
#front {
	height: 100vh;
	width: 100%;
	position: relative;
}
body:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #020700;
	opacity: 0.55;
	padding-bottom: 80px
}
#logo {
	display: table;
	float: left;
	background: #fff;
	height: 100vh;
	width: 33.333%;
	margin-left: 5%;
	z-index: 1;
	position: relative;
	text-align: center
}
#logo_cont {
	display: table-cell;
	vertical-align: middle;
}
#logo a {
	width: 100%;
}
#logo img {
	width: 55%;
}
.add {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 0 5%;
	color: #fff;
	background: #1f271f
}
#front_right {
	display: table;
	height: 100vh;
	width: 61.666%;
	float: left;
	position: relative;
	z-index: 1
}
#h1_cont {
	display: table-cell;
	vertical-align: middle;
}
#front_right h1 {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1;
	font-weight: 400;
	padding-left: 25px;
	margin-left: 13%;
	margin-bottom: 0;
	border-left: 10px solid rgba(73, 133, 54, 0.85);
	text-shadow: 0px 0px 25px #12210d;
}
#front_right h1 span {
	font-weight: 800;
	opacity: 1
}
#menu {
	float: right;
	padding-top: 70px;
	position: absolute;
	right: 0;
	z-index: 3
}
#menu img {
	width: 35px;
	height: 35px;
	margin-bottom: 25px;
	opacity: 0.75
}
#burger {
	margin-bottom: 40px;
	height: 35px;
	width: 35px;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 999
}
#burger img{
	opacity: 1
}
#f_btn a {
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 5px;
	font-size: 12px;
	position: absolute;
	bottom: 50px;
	right: 50px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 60px;
	border: 4px solid rgba(73, 133, 54, 0.85);
	border-radius: 3px
}
#f_btn a:hover {
	border: 4px solid rgba(255, 255, 255, 1)
}
#m_btn {
	text-align: center
}
#m_btn a {
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 5px;
	font-size: 12px;
	margin-top: 50px;
	color: #f6f6f6;
	text-transform: uppercase;
	padding: 20px 60px;
	border: 4px solid #2b512b;
	background: #2b512b;
	border-radius: 3px
}
#m_btn a:hover {
	border: 4px solid #498536;
	background: #498536
}
.wyslij {
	font-weight: 700;
	letter-spacing: 5px
}
.main {
	padding: 0px 5%;
	width: 95%;
	background: #fff;
	display: flex;
	z-index: 1;
	position: relative;
}
.main p {
	display: grid
}
.main li {
	display: grid;
	width: 100%
	
}
.main li img{
	height: 60px;
	float: right;
	margin-left: 25px
}
.main li span {
	display: block;
	float: left;
}
.main2 {
	padding: 0px 5% 0 0;
	width: 100%;
	background: #f6f6f6;
	position: relative;
	display: flex
}
.main2:before {
	position: absolute;
	right: 10%;
	top: -40px;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	content: '';
	background: url('img/arrow.png');
	background-size: cover;
	z-index: 9
}
.main2:after {
	position: absolute;
	left: 5%;
	bottom: -40px;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	content: '';
	background: url('img/arrow2.png');
	background-size: cover;
	z-index: 9
}
.main2 li {
	margin-top: 50px;
	display: inline-block
}
.main2 li img{
	height: 50px;
	float: right;
	margin-left: 25px
}
.main2 li span {
	display: block;
	float: left;
}
.eleg {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 4px;
	color: #2c5021;
	margin-right: 30px
}
.left {
	width: 50%;
	text-align: right;
	float: left;
	padding: 140px 0
}
.left h2 {
	font-size: 50px;
	border-right: 10px solid #498536;
	padding-right: 25px;
	line-height: 1
}
.left ul {
	margin-top: 60px;
	display: block
}
.padd {
	padding-top: 30px;
}
#right {
	width: 50%;
	text-align: left;
	float: left
}
.ener {
	background: url('img/1.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center
}
#right img{
	max-width: 100%
}
.mint {
	background: url('img/mint.jpg');
	background-size: cover;
	padding: 160px 10%
}
#left2 {
	width: 50%;
	text-align: right;
	float: left;
}
#left2 .vidbg-container {
	background-position: 30% 50% !important
}
#right2 {
	width: 50%;
	text-align: left;
	float: left;
	padding: 140px 0;
	padding-left: 5%;
	background: #f4f4f4
}
#right2 h2 {
	font-size: 50px;
	border-left: 10px solid #498536;
	padding-left: 25px;
	line-height: 1
}
#right2 h3 {
	padding-top: 30px
}
#left2 img {
	max-width: 50%;
	margin: 30px
}
#right3 {
  width: 50%;
  text-align: left;
  float: left;
}
#end::after {
	position: absolute;
	right: 5%;
	bottom: -40px;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	content: '';
	background: url('img/arrow2.png');
	background-size: cover;
	z-index: 9;
}
.item-page {
	padding: 110px 5% 140px 5%;
	background: url('img/mint3.jpg') no-repeat right top #fff;
	background-size: 18%;
	margin-left: 24%;
	width: 71%;
	z-index: 1;
	position: relative;
	min-height: 500px
}
.item-page h1 {
	font-weight: 700;
}
.item-page::after {
  position: absolute;
  right: 5%;
  bottom: -40px;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  content: '';
  background: url('img/arrow2.png');
    background-size: auto;
  background-size: cover;
  z-index: 9;
}
.itemid-112 {
	display: none
}
#menu2 {
	z-index: 999;
	position: relative;
	margin-left: 5%
/* 	background: url('img/grad.png'); */
}
.logo_podstr {
	background: #fff;
	max-width: 20%;
	padding: 0 2.5%
}
.logo_podstr a{
	height: 0;
	display: inline-block
}
.logo_podstr img {
	width: auto;
	height: auto;
	max-width: 100%;
	padding: 15% 0 16% 0;
}
.opis {
	padding: 25px;
	color: #fff
}
.opis h3 {
	margin-bottom: 0;
	font-size: 16px
}
.opis h3 span {
	font-weight: 400!important
}
.ener {
  height: 50vw;
}
.stopka {
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 140px 5% 40px 5%;
	background: #191f19;
	float: left;
	margin-top: 80px
}
.stopka a:hover {
	opacity: 0.5
}
.stopka h3 {
	color: #498536;
	margin-top: 40px;
	margin-bottom: 30px
}
.footer1 {
	color: #fff;
	opacity: 0.25;
	margin-top: 100px;
	font-size: 14px
}
.stopka .footer-left,
.stopka .footer-center,
.stopka .footer-right{
	display: inline-block;
	vertical-align: top;
}


.footer-left{
	width: 40%;
	text-align: center
}
.footer-left img{
	width: 45%;
	margin-bottom: 40px
}
.footer-left p{
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
	opacity: 0.3
}

.footer-links {
	color:  #ffffff;
	margin: 80px 0 20px;
	padding: 0;
	opacity: 0.75
}

.footer-links a	{
	display:inline-block;
	line-height: 1.8;
	font-weight:400;
	text-decoration: none;
	color:  inherit;
}
.footer-links a:hover	{
	opacity: 0.5
}
.poli {
	color: #fff
}
.poli:hover {
	text-decoration: none
}
.footer-center{
	width: 30%;
}

.footer-center i{
	background-color: #498536;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
	opacity: 0.75
}

.footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-center p{
	display: inline-block;
	color: #ffffff;
	font-weight: 400;
	vertical-align: middle;
	margin: 0;
	opacity: 0.75
}

.footer-center p span{
	display: block;
	font-weight: normal;
	line-height: 2;
}

.footer-center p a{
	color:  #fff;
	text-decoration: none;;
}

.footer-links a:before {
  content: "|";
  font-weight: 300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-links .link-1:before {
  content: none;
}

.footer-right{
	width: 29%;
}



.footer-icons{
	margin-top: 25px;
}

.footer-icons a img{
	display: inline-block;
	width: 38px;
	height: 38px;
	cursor: pointer;
	line-height: 35px;
	opacity: 0.75;
	margin-right: 15px;
	margin-top: 10px;
}


@media (max-width: 1250px) {

body::before {
    padding-bottom: 0px;
}
#logo {
	display: table;
	float: left;
	background: #fff;
	height: 100vh;
	width: 70%;
	margin-left: 0;
	z-index: 1;
	position: relative;
	text-align: center
}
#logo img {
  width: 82%;
}
.add {
}
.main {
	width: 100%
}
#front_right {
  display: table;
  height: 75vh;
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}
#front_right h1 {
  font-size: 32px;
  letter-spacing: 5px;
  line-height: 1;
  font-weight: 400;
  padding-left: 25px;
  margin-left: 5%;
  border-left: 10px solid #498536;
  text-shadow: none;
}
.left {
  width: 100%;
  text-align: right;
  float: left;
  padding: 60px 0 0 0;
}
.left h2 {
  font-size: 32px;
  border-right: 10px solid #498536;
  padding-right: 25px;
  line-height: 1;
}
#left2 {
  width: 100%;
  height: 600px;
  text-align: right;
  float: left;
  border-top: 80px solid #dbf7e5;
  display: none
}
#right {
	padding-bottom: 60px
}
#right2 {
  width: 100%;
  text-align: left;
  float: left;
  padding: 60px 5% 100px 5%;
  background: #f4f4f4;
}
#right2 h2 {
  font-size: 32px;
  border-left: 10px solid #498536;
  padding-left: 25px;
  line-height: 1;
}
.ener {
  height: 100vw;
}
#right3 {
  width: 100%;
  text-align: left;
  float: left;
  padding-bottom: 100px
}
#menu {
	padding-top: 50px
}
#menu2 {
  margin-left: 0;
}
.logo_podstr {
  max-width: 70%;
}
.logo_podstr {
  padding: 0 6%;
}
.item-page {
	padding: 80px 5% 100px 5%;
	background-size: 30%;
	width: 100%;
	z-index: 1;
	position: relative;
	min-height: 500px;
	margin-left: 0
}
h1 {
  font-size: 32px;
  margin-bottom: 40px;
}
#burger {
	right: 15px
}
.main {
	display: inline-block
}
.main2 {
  padding: 0px;
  width: 100%;
  margin-left: 0;
  background: #f5f5f5;
  position: relative;
  display: flex;
}
.left, #right {
	width: 100%
}
.main2::after {
  height: 60px;
  width: 60px;
  bottom: -30px
}
.main2::before {
  height: 60px;
  width: 60px;
  top: -30px
}
#end:after {
  height: 60px;
  width: 60px;
  bottom: -30px
}
.item-page::after {
  bottom: -30px;
  height: 60px;
  width: 60px;
}
.mint {
  background: url('img/mint.jpg');
    background-size: auto;
  background-size: cover;
  padding: 20px 0%;
    padding-bottom: 10px;
}
.stopka {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 100px 5% 0px 5%;
  margin-top: 0
}

.footer-left,
.footer-center,
.footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
.footer-center i{
		margin: 10px 0 5px 0
	}
.footer-center p {
  display: block;
  color: #ffffff;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
  margin-bottom: 10px;
  opacity: 0.75;
}
.footer-left img {
  width: 70%;
  margin-bottom: 40px;
}
.footer-icons a img {
  display: inline-block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  line-height: 35px;
  opacity: 0.75;
	margin: 0 10px
}
}
