.top-bar__container {
  border-bottom: 1px solid #d7eac2;
  padding: 15px 0;
}

.top-bar__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-bar__content h3 {
  font-size: 1.6rem;
  color: #334b21;
}

@media (max-width: 991px) {
  .top-bar__content h3 {
    display: none;
  }
}

@media (max-width: 991px) {
  .top-bar__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-bar__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.top-bar__contact .phone,
.bottom-bar__contact .phone {
  background: url(../img/icon/phone.png) no-repeat center left;
  padding: 5px 10px 5px 40px;
}

@media (max-width: 400px) {
  .top-bar__contact .phone,
  .bottom-bar__contact .phone {
    padding: 6px 10px 6px 30px;
  }
}

.top-bar__contact .mobile,
.bottom-bar__contact .mobile {
  background: url(../img/icon/mobile.png) no-repeat center left;
  padding: 5px 10px 5px 40px;
}

@media (max-width: 400px) {
  .top-bar__contact .mobile,
  .bottom-bar__contact .mobile {
    padding: 6px 10px 6px 30px;
  }
}

.top-bar__contact .mail,
.bottom-bar__contact .mail {
  background: url(../img/icon/mail.png) no-repeat center left;
  padding: 5px 10px 5px 40px;
}

@media (max-width: 400px) {
  .top-bar__contact .mail,
  .bottom-bar__contact .mail {
    padding: 6px 10px 6px 30px;
  }
}

.top-bar__contact a,
.bottom-bar__contact a {
  color: #90a481;
}

.top-bar__contact a:hover,
.bottom-bar__contact a:hover {
  text-decoration: underline;
}

@media (max-width: 400px) {
  .top-bar__contact a,
  .bottom-bar__contact a {
    font-size: 1.2rem;
  }
}

@media (max-width: 650px) {
  .top-bar__contact,
  .bottom-bar__contact {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.social-media-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.social-media-top p {
  font-size: 1.6rem;
  color: #334b21;
  margin-right: 15px;
}

.social-media-top img {
  margin-right: 5px;
}

@media (max-width: 991px) {
  .social-media-top {
    display: none;
  }
}

.navigation__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  position: relative;
}

@media (max-width: 500px) {
  .navigation__container {
    padding: 15px 0;
  }
}

.navigation__logo { 
  margin-top: 15px;
  margin-bottom: 15px;
}

html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p {
  margin: 0;
  padding: 0;
  color: #90a481;
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-size: 1.4rem;
}

img {
  max-width: 100%;
}

.message{
	text-align: center;
	margin: 70px auto !important;
}

.message h4{
	font-size: 2rem;
	color: #334b21;
}

#linkPayForm{
	margin:10px auto 0;
	color: #90a481;
	display:block;
}
#linkPayForm:hover{
	text-decoration:underline;
	color: #90a481;
}

#clientPressOnline{
	display:block;
	width:60%;
	margin:0 auto;
	background:#334b21;
	color:#fff;
	text-align:center;
	font-size:2rem;
	padding:15px 30px;
	cursor: pointer;
    transition: background 250ms ease-in-out,
    transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#clientMR{
	display:block;
	width:60%;
	margin:20px auto 0;
	background:#334b21;
	color:#fff;
	text-align:center;
	font-size:2rem;
	padding:15px 30px;
	cursor: pointer;
    transition: background 250ms ease-in-out,
    transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#clientMR:hover, #clientPressOnline:hover{
	background:#e0640a;
	text-decoration:none;
}

.header__text {
  align-items: center;
  background-color: #81c835;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 30px auto;
  max-width: 1370px;
}

.header__text p {
  color: #ffffff;
  font-size: 3.6rem;
  padding: 15px;
}

.main__info {
  margin-bottom: 30px;
}

.tpay__container p {
  color: #334b21;
  margin-bottom: 30px;
}

.tpay__container span {
  color: #334b21;
  display: block;
}

.address__container h3 {
  color: #334b21;
  font-weight: 700;
  margin-bottom: 30px;
}

.address__container h4 {
  color: #334b21;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.address__container p {
  color: #334b21;
}

.table-data__container table {
  width: 100%;
}

.table-data__container th,
.table-data__container td {
  color: #334b21;
  text-align: center;
  border: 1px solid black;
}

.table-data__container th {
  background-color: #eef2ea;
}

#paymentSubmit {
  background-color: #ff6c00;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 20px;
  margin-top: 30px;
  float: right;
  cursor: pointer;
  transition: background 250ms ease-in-out,
  transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 300px;
  font-weight: 700;
}

#paymentSubmit:hover {
  background-color: #e0640a
}

#invoice-products .blank-mobile {
  display: none;
}

.clearfix {
  display: table;
  clear: both;
  content: ' ';
}

.logo-mr-bottom img {
  float: right;
  padding: 15px;
}

.logo-mr-bottom:after {
  clear: both;
  display: table;
  content: ' ';
}

footer a,
footer p {
  color: #334b21;
}

footer a:hover {
  color: #334b21;
  text-decoration: underline;
}

#invoice-products .blank {
  border: none !important;
}

@media(max-width: 991px) {
  .navigation__logo img {
    display: block;
    margin: 0 auto;
  }

  .main__info {
    text-align: center;
  }
  
#clientPressOnline{
	width:80%;
}

#clientMR{
	width:80%;
}
  
}

@media (max-width: 767px) {

  .header__text img {
    display: none;
  }

  .tpay__container {
    margin-bottom: 30px;
  }

  .header__text p {
    padding: 30px 15px;
    text-align: center;
  }


  .address__container {
    margin-bottom: 15px;
  }

  .logo-mr-bottom img {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .table-hidden {
    display: none;
    visibility: hidden;
  }

  .table-data__container {
    font-size: 1.3rem;
  }

  #invoice-products .blank-mobile {
    display: table;
  }

  #invoice-products .blank {
    display: none;
  }

  footer {
    text-align: center;
  }

  .bottom-bar__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .table-data__container #paymentSubmit {
    float: none;
    display: block;
    margin: 30px auto 15px auto;
    font-weight: 700;
  }
}





@media(max-width: 767px) {
  .header__text p {
    font-size: 2rem;
    font-weight: 700;
  }

  #paymentSubmit {
    max-width: 100%;
  }

  .navigation__logo {
    margin-left: 0;
  }
}