@font-face {
  font-family: 'Leon';
  src: url("../fonts/Leon-Regular.woff2") format("woff2"), url("../fonts/Leon-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Leon';
  src: url("../fonts/Leon-Bold.woff2") format("woff2"), url("../fonts/Leon-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Leon';
  src: url("../fonts/Leon-Heavy.woff2") format("woff2"), url("../fonts/Leon-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Leon';
  src: url("../fonts/Leon-Thin.woff2") format("woff2"), url("../fonts/Leon-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #d7dad2;
  font-family: 'Leon';
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.site_wrap {
  margin: 70px 0;
}

.site_wrap .logo {
  text-align: center;
  margin-bottom: 75px;
}

.site_wrap .split_two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}

.site_wrap h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1.11px;
  color: #072710;
  margin-bottom: 35px;
}

.site_wrap p {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.28px;
  color: #072710;
}

.site_wrap .branches {
  margin-top: 80px;
}

.site_wrap .branches .title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.88px;
  color: #072710;
  padding-bottom: 8px;
  border-bottom: 1px solid #072710;
}

.site_wrap .branches .branches_grid {
  margin-top: 30px;
  display: grid;
  grid-gap: 21px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 20px;
  border-bottom: 1px solid #072710;
}

.site_wrap .branches .branches_grid .branch .item {
  margin-bottom: 20px;
}

.site_wrap .branches .branches_grid .branch .item .item_title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.88px;
  margin-bottom: 3px;
}

.site_wrap .branches .branches_grid .branch .item .text {
  line-height: 20px;
}

.site_wrap .branches .branches_grid .branch .item .text img {
  margin-left: 5px;
  vertical-align: bottom;
}

.site_wrap .branches .branches_grid .branch .item .hours {
  margin-top: 10px;
  font-size: 12px;
}

.site_wrap .branches .branches_grid .branch .item .hours .hours_title {
  font-weight: bold;
}

.site_wrap .branches .branches_grid .branch .item .hours .hours_text {
  margin-top: 5px;
  margin-bottom: 10px;
  letter-spacing: 0.9px;
}

.site_wrap .branches .branches_grid .branch .item .hours .hours_icon {
  margin-bottom: 5px;
  letter-spacing: 0.9px;
}

.site_wrap .branches .branches_grid .branch .item .hours .hours_icon img {
  margin-left: 5px;
  max-width: 15px;
}

.site_wrap .footer {
  margin-top: 20px;
}

.site_wrap .footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.site_wrap .footer .wrap .first {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  max-width: 24%;
}

.site_wrap .footer .wrap .first .text_mobile {
  display: none;
}

.site_wrap .footer .wrap .second {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-size: 14px;
}

.site_wrap .footer .wrap .last {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site_wrap #lottie_logo {
  position: relative;
  width: 100%;
  height: 280px;
}

.grid {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 25px;
}

a.btn {
  padding: 2px 12px;
  border: solid 2px #072710;
  background-color: #072710;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: 0.89px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  margin: 30px 0 0;
  height: 38px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a.btn:hover {
  background-color: transparent;
  color: #072710;
}

a.btn_branch {
  padding: 2px 4px;
  border: solid 2px #072710;
  background-color: #072710;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.89px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  margin: 5px 0 0;
  height: 28px;
}

.fixedBtn{
	display: none;
}

@media (max-width: 768px) {
  .site_wrap .animation {
    text-align: center;
  }

  .site_wrap .split_two {
    grid-template-columns: 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .site_wrap .branches .branches_grid {
    grid-template-columns: 1fr 1fr;
  }

  .site_wrap .footer .wrap .first {
    max-width: 100%;
  }

  .site_wrap .footer .wrap .first .text_mobile {
    display: block;
    font-weight: normal;
    margin-top: 5px;
  }

  .site_wrap .footer .wrap .second {
    display: none;
  }

  .grid {
    max-width: 100%;
  }

  a.btn {
    width: 100%;
  }
  .fixedBtn{
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index:1000;
  }
}