:root {
    --primary-color: #00a652;
    --secondary-color: #00a652;
}

  /* Setup basics CSS */
  *,
  *:after,
  *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  body {
    background: #f8f8f8;
    color: #222;
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
  }
  
  
  a{
    text-decoration: none;
  }
  
  a:link, a:visited {
    color: red;
    text-decoration: none;
}

a img {
    border: none;
    border-width: 0;
    outline: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    height: auto;
}
#wrapper {
    background: #fff;
    position: relative;
    width: 100%;
    max-width: 868px;
    /*overflow: hidden;*/
    margin: 0 auto;
    padding: 0;
}

.header__top {
    background-color: #00a652;
    overflow: hidden;
    width: 100%;
    min-height: 45px;
    z-index: 9999;
}
.header__name,.header__call{
    width: 100%;
    height: 50%;
}
.header__name{
    text-align: center;
    color: white;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}
.header__call{
    text-align: center;
    color: white;
    font-size: 24px;
    line-height: 50px;
}
.header__logo{
    width: 80px;
    
}
.header__text{
    color: white;
    max-width: 868px;
    margin: auto;
    font-size: 12px;
}
.header__text a{
    color: white;
    font-weight:bold;
}
.header__banner {margin-top: 45px;}
.header__inner {
    width: 100%;
    max-width: 868px;
    /*overflow: hidden;*/
    /*color: red;*/
    text-align: center;
}
.header__inner a {
    /*display: block;*/
}
.header__banner__desc {
    margin-top: 5px;
    text-align: center;
    color: #FF5722;
    font-weight: normal;
    letter-spacing: .8px;
    
 }
.header__banner__desc p{
    padding: 5px 0 3px;
    font-size: 14px;
 }