﻿:root {
  --border: #eee solid 1px;
  --wrapper: 1700px;
  --main-color: #157d3f;
  --main2-color: #157d3f;
  --main3-color:#157d3f;
  --linearX: linear-gradient(#eee, #fff);
  --linearY: linear-gradient(-180deg, #051225,#ebebeb);
  --listbg: #157d3f;
  --tit-color: #222;
  --sum-color: #727272;
}


.s_button1{    border: unset;    border-radius: unset;}
.s_button1:hover{    border: unset;}


.container {
  width: 100%;
  max-width: 100%;
}
a {
  cursor: pointer;
}
body,
html {
  overflow-x: hidden !important;
}
a:focus,
a:active,
a:hover,
a:visited {
  outline: none !important;
  text-decoration: none;
}
i {
  font-style: normal;
}
#easy_zoom {
  transition: all 0s;
  -moz-transition: all 0s;
  
  -webkit-transition: all 0s;
  
  -o-transition: all 0s;
}
#easy_zoom * {
  transition: all 0s;
  -moz-transition: all 0s;
  
  -webkit-transition: all 0s;
  
  -o-transition: all 0s;
  
}

.page_a.current {
    background: var(--main-color);
    color: #fff;
}
.page_con > a.page_a.current {
    border-radius: var(--main-color) !important;
    background: var(--main-color) !important;
    color: #fff;
    border-color: transparent;
}
@media only screen and (min-width: 769px) {
  .fa_text_pcc {
    text-align: center;
  }
  .fa_text_pcl {
    text-align: left;
  }
  .fa_text_pcr {
    text-align: right;
  }
  :root {
    --padding: 70px 10px;
    --margin: 70px auto;
    --m80: 80px 0;
    --m50: 50px 0;
    --f190: 190px;
    --f80: 80px;
    --f70: 70px;
    --f60: 60px;
    --f50: 50px;
    --f48: 48px;
    --f45: 45px;
    --f44: 44px;
    --f40: 40px;
    --f36: 36px;
    --f30: 30px;
    --f28: 28px;
    --f26: 26px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f16: 16px;
  }
}
@media only screen and (max-width:768px) {
  .fa_text_moc {
    text-align: center;
  }
  .fa_text_mor {
    text-align: right;
  }
  .fa_text_mol {
    text-align: left;
  }
  :root {
    --padding: 30px 10px;
    --margin: 30px auto;
    --m80: 30px 0;
    --m50: 30px 0;
    --f190: 30px;
    --f80: 20px;
    --f70: 20px;
    --f60: 20px;
    --f50: 20px;
    --f44: 20px;
    --f48: 20px;
    --f45: 18px;
    --f40: 18px;
    --f36: 18px;
    --f30: 18px;
    --f28: 18px;
    --f26: 18px;
    --f24: 16px;
    --f22: 18px;
    --f20: 16px;
    --f18: 16px;
    --f16: 14px;
  }
input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
  input::-moz-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
  input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
  input:-moz-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
  :root {
    --padding: 50px 10px;
    --margin: 50px auto;
    --f190: 50px;
    --f80: 50px;
    --f70: 40px;
    --f60: 30px;
    --f50: 30px;
    --f45: 30px;
    --f44: 30px;
    --f40: 30px;
    --f36: 24px;
    --f32: 24px;
    --f30: 24px;
    --f28: 22px;
    --f26: 20px;
    --f24: 20px;
    --f22: 18px;
    --f20: 18px;
    --f18: 18px;
    --f16: 16px;
  }
  .fa_grid {
    padding: 50px 10px;
  }
}