@charset "utf-8";


:root {
  --max-width: 1024px;
  /*  */

  --text-color: #333;
  --bg: #fff;
  --bg-another: #fbf3e8;
  --bg-green: #f0f6e5;
  --bg-btn: #136b2a;
  --bg-banner: #405f67 ;
  --bg-banner-t: linear-gradient(to left, #007436 0%,#83be45 100%);
  /* --bg-banner-t: var(--green-main-light); */
  --bg-banner-dark: linear-gradient(to left, #15482f 0%,#266344 40%);
  --bg-banner-phone: #0f9ead;
  --bg-banner-mail: #79ae2e;
  --bg-section-while: linear-gradient(to left, #a2c60a 24%, #43c276 100%);
  --icon-phone: var(--green-main);
  /*  */
  --green-dark-x: #15482f;
  --green-dark: #17672c;
  --green-main: #007436;
  --green-main-light: #2fa510;
  --green-main-light-x: #83be45;
  --green-main-light-xx: #8bd78a;
  --green-main-light-xxx: #b1e1ad;
  --green-main-light-xxxx: #f2fbe3;
  --green-light: #9fb611;
  --green-light-x: #c4d61e;
  /* --red: #de172d; */
  --red: #e25262;
  --orange: #f0a314;
  --yerrow: #f6df14;
  --blue: #0f9ead;
  --blue-light: #d0edf0;
  /* --blue-light: ; */
  /*  */
  --duration: .33s;
  --contents-max-width: 902px;
}

.ac--color--orange {
  color: #e99724;
}
/* .ac--color--blue {
  color: #081c37;
}
.ac--color--green {
  color: #a8e924;
}
.ac--color--linegreen {
  color: #06c755;
}
*/
