/* Header */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);
body {
    font-family: acumin-pro, system-ui, sans-serif;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    font-size: 14px;
    background-color: #f4f4f4;
    align-items: start;
    min-height: 100vh;
  }

.header_content {
    display: flex;
    justify-content: space-between;
}

.header_logo {
  color:  #222;
  font: normal 36px 'Open Sans', cursive;
  margin: 0;
}

.header_span{
color: #80b438;
}

ul {
    display: flex;
    flex-direction: row; 
    list-style-type: none;
}

li {
    padding: 20px 20px;
    margin-top: 35px; 
    color: #fff;
    font-size: 15px;
    font-family: Arial, sans-serif; 
    font-weight: bold; 
    text-transform: uppercase;
    transition: .5s;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); 
    letter-spacing: 1px; 
    line-height: 1.5; 
}

li a {
    text-decoration: none;
    color: #222;
    transition: .5s;
    padding: 10px;
}

ul:hover li a {
    filter: blur(5px);
}
ul:hover li a:hover {
    font-size: 20px;
    filter: blur(0px);
    border-radius: 15px;
    background-color:#80b438;
}

/* Footer */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);

* {
  font-family: Open Sans;
}

.footer-distributed{
	background: #666;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* Footer The company logo */

.footer-distributed h3{
	color:  #222;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color: #80b438;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color: #80b438;
	text-decoration: none;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* Page contact */

.contact .row{
  display: flex;
  background: var(--black);
  flex-wrap: wrap ;
  gap: 1rem;
}

.contact .row .map{
  flex:1 1 45rem;
  width: 100%;
  object-fit: cover;
}

.contact .row form{
  flex:1 1 45rem;
  padding:5rem 2rem;
  text-align: center;
}

.contact .row form h3{
  font-size: 2.5rem;
  color: black;
}

.contact .row form .inputBox{
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background:var(--bg);
  border: var(--border);
}

.contact .row form .inputBox span{
  color: #fff;
  font-size: 2rem;
  padding-left: 2rem;
}

.contact .row form .inputBox input{
  width: 100%;
  padding: 2rem;
  font-size: 1.7rem;
  color: black;
  border-radius:3px;
  text-transform: none;
  background: none;
}

.contact .row form .btn{
  width: 25%;
  padding: 1rem;
  border:rgba(0,0,0,.3) 0px solid;
  background:#92999f;
  color:#FFF;
  border-radius:3px;
  font-weight:400;
  font-size: 16pt;
  transition:background .4s;
  cursor:pointer;
}

.contact .row form .btn:hover{
  background:#90c843 ;
}

/*Page tarify/

/* Table */

h2 {
  text-align: center;
  color: black;
}

.container_tarify {
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}

.table_tarify table {
  width: 100%;
  border-collapse: collapse;
}

.table_tarify th, .table_tarify td {
  border: 1px solid black;
  padding: 20px;
  text-align: center;
  border-radius: 3px;
}

.tr_tarify {
  background-color: #92999f;
}

.table_tarify {
  margin-bottom: 20px;
}

/* Index Page*/

.home{
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: 
    linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5) 
    ),
    url(../img/header.jpg); 
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  text-decoration: none;
}

.home .content{
  max-width: 60rem;
}

.home .content h1{
  font-size: 4rem;
  color: #90c843;
  line-height: 1;
}

.home .content h3{
  font-size: 3rem;
  color: black;
  line-height: 1;
}

.home .content p{
  font-size: 2rem;
  font-weight: lighter;
  line-height: 1.8;
  padding: 1rem 0;
  color: black;
}

/* Page news */

#orderHeader1{
  cursor: pointer;
  text-align: left;
  margin-left: 20px;
}
#orderHeader2{
  cursor: pointer;
  text-align: left;
  margin-left: 20px;
}
#orderHeader3{
  cursor: pointer;
  text-align: left;
  margin-left: 20px;
}
#orderHeader4{
  cursor: pointer;
  text-align: left;
  margin-left: 20px;
}

















