@charset "UTF-8";
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
@font-face {
  font-family: "BrownStd";
  src: url("../fonts/BrownStd-Regular.woff2") format("woff2"), url("../fonts/BrownStd-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article-blog
\* ------------------------------------------------------------ */
.article-blog {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #99999C;
}
@media (max-width: 767px) {
  .article-blog {
    font-size: 14px;
  }
}
.article-blog p {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .article-blog p {
    margin-bottom: 22px;
  }
}
.article-blog h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.583;
  color: #505D68;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .article-blog h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.article-blog h4 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.48;
  color: #008643;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .article-blog h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.article-blog .article__section {
  padding-top: 8px;
}
.article-blog .article__section + .article__section {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .article-blog .article__section + .article__section {
    margin-top: 25px;
  }
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article-new .article__inner {
	height: 100%;
  border-radius: 2px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 18px 36px 0 rgba(29, 32, 35, 0.06);
  box-shadow: 0 18px 36px 0 rgba(29, 32, 35, 0.06);
}
@media (max-width: 767px) {
  .article-new .article__inner {
    display: block;
    text-align: center;
    padding: 0;
  }
}
.article-new .article__image {
  border-radius: 2px 0 0 2px;
  margin-right: 36px;
}
@media (max-width: 1200px) {
  .article-new .article__image {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .article-new .article__image {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .article-new .article__image {
    padding: 30px 0 0;
    border-radius: 0;
  }
}
.article-new .article__image a {
  display: block;
}
.article-new .article__image img {
  border-radius: 2px 0 0 2px;
}
@media (max-width: 767px) {
  .article-new .article__image img {
    border-radius: 0;
  }
}
.article-new .article__content {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 31px 0 0;
  font-size: 14px;
  line-height: 1.71;
}
@media (max-width: 1200px) {
  .article-new .article__content {
    padding: 15px 10px 15px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .article-new .article__content {
    padding: 10px;
    font-size: 13px;
  }
}
.article-new .article__content h4 {
  font-size: 18px;
  color: #44444C;
  font-weight: 700;
  line-height: 1.333;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .article-new .article__content h4 {
    margin-bottom: 10px;
  }
}
.article-new .article__content p {
  max-width: 84%;
  color: #66666c;
  text-align: initial;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .article-new .article__content p {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .article-new .article__content p {
    text-align: center;
    padding: 0;
  }
}
.article-new p.article__meta {
  max-width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #99999C;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .article-new p.article__meta {
    font-size: 13px;
  }
}
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles-new {
  margin: 0 -12px -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 576px) {
  .articles-new {
    display: block;
    margin: 0 0 -20px;
  }
}
.articles-new .articles__item {
  margin-bottom: 30px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 12px;
}
.article-new{
height:100%;	
}
@media (max-width: 576px) {
  .articles-new .articles__item {
    max-width: none;
    margin: 0 auto 20px;
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
	Banner
\* ------------------------------------------------------------ */
.banner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 14px 15px 15px;
  width: 100%;
  z-index: 100;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#dabf00), to(#e9ae00));
  background: -o-linear-gradient(top, #dabf00 0%, #e9ae00 100%);
  background: linear-gradient(to bottom, #dabf00 0%, #e9ae00 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(29, 32, 35, 0.08);
  box-shadow: 0px 8px 16px 0px rgba(29, 32, 35, 0.08);
}
@media (max-width: 991px) {
  .banner {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .banner {
    font-size: 18px;
  }
}
.banner a {
  color: #fff;
  text-decoration: underline;
}
.banner a:hover {
  text-decoration: none;
}
/* ------------------------------------------------------------ *\
	Blog
\* ------------------------------------------------------------ */
.blog {
  padding: 60px 0 183px;
}
@media (max-width: 991px) {
  .blog {
    padding: 60px 0 130px;
  }
}
@media (max-width: 767px) {
  .blog {
    padding: 45px 0 80px;
  }
}
.blog .blog__outer {
  position: relative;
}
.blog .blog__sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .blog .blog__sticky {
    display: block;
    position: relative;
    padding-bottom: 0;
  }
}
.blog .blog__whitespace {
  padding: 39px 0px 60px;
}
@media (max-width: 991px) {
  .blog .blog__whitespace {
    padding: 24px 0;
  }
}
.blog .blog__content {
  padding-top: 25px;
}
@media (max-width: 991px) {
  .blog .blog__content {
    padding-top: 0;
  }
}
.blog .blog__content--alt {
  padding-top: 0;
}
.blog .blog__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.blog .blog__content-aside {
  padding-right: 30px;
}
.blog .blog__content-inner {
  padding: 0 0 22px 4px;
}
@media (max-width: 991px) {
  .blog .blog__content-inner {
    padding: 0px 0 0px 0px;
  }
}
.blog .blog__content--alt .blog__content-inner {
  padding: 48px 0 0px 6px;
}
@media (max-width: 991px) {
  .blog .blog__content--alt .blog__content-inner {
    padding: 24px 0 0px 0px;
  }
}
.blog .blog__article + .blog__article {
  margin-top: 55px;
}
@media (max-width: 991px) {
  .blog .blog__article + .blog__article {
    margin-top: 24px;
  }
}
.blog .blog__article + .blog__article--alt {
  margin-top: 85px;
}
@media (max-width: 991px) {
  .blog .blog__article + .blog__article--alt {
    margin-top: 24px;
  }
}
.blog .blog__socials {
  position: relative;
  text-align: center;
  width: 200px;
  padding-right: 25px;
}
@media (max-width: 1200px) {
  .blog .blog__socials {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .blog .blog__socials {
    display: none;
  }
}
.blog .blog__socials:after {
  content: "";
  position: absolute;
  top: 0;
  left: 44%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: green;
}
/* ------------------------------------------------------------ *\
	box contact
\* ------------------------------------------------------------ */
.box-contact {
  position: absolute;
  top: 0;
  bottom: auto;
  z-index: 2;
  width: 100%;
  max-width: 306px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(68, 68, 76, 0.18);
  box-shadow: 0px 0px 12px 0px rgba(68, 68, 76, 0.18);
  border-radius: 6px;
  background-color: #fff;
  padding: 12px;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
@media (max-width: 991px) {
  .box-contact {
    position: relative;
    top: 0 !important;
    bottom: auto !important;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.box-contact.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: auto;
}
.box-contact.sticky-end {
  position: -webkit-sticky;
  position: sticky;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
/* ------------------------------------------------------------ *\
	box
\* ------------------------------------------------------------ */
/*  box--new  */
.box--new {
  padding: 35px 38px 37px;
}
/* ------------------------------------------------------------ *\
	btn
\* ------------------------------------------------------------ */
/*  btn alt  */
.btn--alt {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(29, 32, 35, 0.08);
  box-shadow: 0px 8px 16px 0px rgba(29, 32, 35, 0.08);
}
/* ------------------------------------------------------------ *\
	callout
\* ------------------------------------------------------------ */
.callout .callout__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .callout .callout__background {
    left: -15px;
    right: -15px;
  }
}
.callout .callout__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #22222C;
  opacity: 0.65;
  mix-blend-mode: luminosity;
}
.callout .callout__inner {
  position: relative;
  padding: 65px 17% 61px 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .callout .callout__inner {
    padding: 65px 10% 61px 10%;
  }
}
@media (max-width: 991px) {
  .callout .callout__inner {
    padding: 60px 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .callout .callout__inner {
    display: block;
    text-align: center;
  }
}
.callout .callout__content {
  position: relative;
  max-width: 521px;
}
@media (max-width: 991px) {
  .callout .callout__content {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.callout .callout__aside {
  position: relative;
}
.callout h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1.1875;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .callout h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .callout h2 {
    font-size: 16px;
  }
}
.callout .callout__entry {
  font-weight: 700;
  color: #E8AE00;
  background: -webkit-linear-gradient(#F5D700, #E8AE00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 8px 16px rgba(29, 32, 35, 0.36), 0 18px 24px rgba(29, 32, 35, 0.18);
}
/*  callouit alt  */
.callout--alt .callout__inner {
  padding: 65px 17% 47px 17%;
}
@media (max-width: 1200px) {
  .callout--alt .callout__inner {
    padding: 65px 10% 47px 10%;
  }
}
@media (max-width: 991px) {
  .callout--alt .callout__inner {
    padding: 60px 0;
  }
}
/* ------------------------------------------------------------ *\
	Card post
\* ------------------------------------------------------------ */
.card-post {
  font-size: 22px;
  line-height: 1.5;
  color: #99999C;
}
@media (max-width: 767px) {
  .card-post {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .card-post {
    font-size: 15px;
  }
}
.card-post .card__head {
  position: relative;
  padding: 0 58px;
  padding-top: 42.4%;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .card-post .card__head {
    padding: 0 40px;
    padding-top: 34.2%;
  }
}
@media (max-width: 767px) {
  .card-post .card__head {
    padding: 0 24px;
    padding-top: 34.2%;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .card-post .card__head {
    padding: 0px 15px;
    padding-top: 34.2%;
  }
}
.card-post .card__head:after {
  content: "";
position: absolute;
left: 0;
bottom: -6px;
width: 100%;
height: 12px;
border-radius: 0px 0px 4px 4px;
background-color: #008443;
}
/*.card-post .card__head:before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -72px;
  background-image: url("../images/card-category.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: initial;
  width: calc(100% + 30px);
  height: 132px;
  z-index: 1;
}*/
.card-post .card__head-content {
  position: relative;
  bottom: 53px;
  z-index: 2;
  max-width: 553px;
}
@media (max-width: 767px) {
  .card-post .card__head-content {
    bottom: 30px;
  }
}
.card-post h2 {
  font-size: 36px;
  line-height: 1.36;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .card-post h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .card-post h2 {
    font-size: 16px;
  }
}
.card-post .card__image {
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: solid 6px #e9ae00;
}
.card-post .card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.card-post .card__image:before {
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-blend-mode: multiply;
  opacity: 0.25;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 102, 27, 0.6)), to(rgba(238, 102, 27, 0.3)));
  background: -o-linear-gradient(top, rgba(238, 102, 27, 0.6) 0%, rgba(238, 102, 27, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(238, 102, 27, 0.6) 0%, rgba(238, 102, 27, 0.3) 100%);
}
.card-post .card__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-blend-mode: multiply;
  opacity: 0.25;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 28, 0.25)), to(rgba(17, 17, 28, 0.25)));
  background: -o-linear-gradient(top, rgba(17, 17, 28, 0.25) 0%, rgba(17, 17, 28, 0.25) 100%);
  background: linear-gradient(to bottom, rgba(17, 17, 28, 0.25) 0%, rgba(17, 17, 28, 0.25) 100%);
}
.card-post .card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 18px;
  line-height: 1;
  font-family: "BrownStd", sans-serif;
}
@media (max-width: 767px) {
  .card-post .card__date {
    font-size: 14px;
  }
}
.card-post .card__date i {
  margin-right: 10px;
}
/*.card-post .card__category {
  position: absolute;
  bottom: -32px;
  left: 100px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  z-index: 5;
}*/
.card-post .card__category {
  position: absolute;
  bottom: -41px;
  left: 59px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  z-index: 5;
  background: #e9ae00;
  padding: 10px 20px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 4px 3px rgba(0,0,0,0.2);
}
/*.card-post .card__category:before {
content:"";
width:100%;
height:6px;
background:#e9ae00;
position:absolute;
left:0;
top:0;	
}*/
.card-post .card__body {
  padding: 32px 50px 20px 60px;
}
@media (max-width: 991px) {
  .card-post .card__body {
    padding: 32px 40px 20px 40px;
  }
}
@media (max-width: 767px) {
  .card-post .card__body {
    padding: 32px 24px 20px 24px;
  }
}
@media (max-width: 575px) {
  .card-post .card__body {
    padding: 32px 15px 20px 15px;
  }
}
.card-post .card__body a {
  color: #008443;
  font-weight: 700;
}
/*  card post big  */
.card-post--big .card__head {
  padding-top: 34.2%;
}
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container--big {
  max-width: 1230px;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer--new .footer__content {
  padding: 34px 0px 34px;
}
.footer--new .footer__bar .logo {
  bottom: 0 !important;
  max-width: 185px;
}
.footer--new .footer__content-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 160px !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991px) {
  .footer--new .footer__content-inner {
    padding-left: 0 !important;
  }
}
.footer--new .footer__bar-inner {
  padding-left: 185px;
}
@media (max-width: 1200px) {
  .footer--new .footer__bar-inner {
    padding-left: 162px;
  }
}
@media (max-width: 991px) {
  .footer--new .footer__bar-inner {
    padding: 18px 0;
  }
}
.footer--new .phone {
  margin-left: 46px;
}
@media (max-width: 991px) {
  .footer--new .phone {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .footer--new .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer--new .phone span {
  color: #008643;
}
.footer--new .nav > ul > li + li {
  margin-left: 29px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer--new .nav > ul > li + li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer--new .nav li a {
    display: block;
    height: 35px;
    padding: 10px 0;
    width: 100%;
    color: #44444c;
  }
}
@media (max-width: 767px) {
  .footer--new .nav > ul > li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
/* ------------------------------------------------------------ *\
	form
\* ------------------------------------------------------------ */
/*  form new  */
.form--new .form__row {
  margin: -5px;
}
.form--new .form__col {
  padding: 5px;
}
.form--new .form__col--actions {
  padding-left: 13px;
}
.form--new .form__col--size1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.1%;
          flex: 0 0 14.1%;
  max-width: 14.1%;
}
@media (max-width: 1200px) {
  .form--new .form__col--size1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .form--new .form__col--size1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.form--new .form__col--size2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.6%;
          flex: 0 0 9.6%;
  max-width: 9.6%;
}
@media (max-width: 1200px) {
  .form--new .form__col--size2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .form--new .form__col--size2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.form--new .form__col--size3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.4%;
          flex: 0 0 12.4%;
  max-width: 12.4%;
}
@media (max-width: 1200px) {
  .form--new .form__col--size3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .form--new .form__col--size3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.form--new .form__col--size4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.6%;
          flex: 0 0 21.6%;
  max-width: 21.6%;
}
@media (max-width: 1200px) {
  .form--new .form__col--size4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .form--new .form__col--size4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/*  form contact  */
.form--contact .form__head {
  background-color: #F2F4F6;
  border-radius: 5px 5px 0 0;
  padding: 20px 24px 15px;
  margin-bottom: 14px;
}
.form--contact .form__head a {
  margin-left: 0;
  letter-spacing: 0;
}
.form--contact h3 {
  font-size: 16px;
  line-height: 1.75;
  color: #66666C;
}
.form--contact h3 a {
  color: #008643;
}
.form--contact .form-group {
  margin-bottom: 12px;
}
.form--contact .form-control {
  height: 54px;
  padding: 17px 24px;
  background-color: #F3F5F7;
  border-radius: 4px;
  border: 0px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #505D68;
}
.form--contact .form__button .form__button-btn {
  position: relative;
  height: 54px;
  padding: 15px 20px 15px 60px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(29, 32, 35, 0.08);
  box-shadow: 0px 8px 16px 0px rgba(29, 32, 35, 0.08);
}
.form--contact .form__button .form__button-icon {
  pointer-events: all;
  width: 54px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px 0 0 4px;
  background-color: #008643;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
/* ------------------------------------------------------------ *\
	Header fund location
\* ------------------------------------------------------------ */
.header-find-location {
  font-size: 12px;
}
.header-find-location i {
  margin-right: 7px;
}
.header-find-location a {
  color: #44444C;
}
/* ------------------------------------------------------------ *\
	header new
\* ------------------------------------------------------------ */
header.header-new {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-top: 3px solid #008643;
}
@media (max-width: 767px) {
  header.header-new {
    position: -webkit-sticky !important;
    position: sticky !important;
    margin-top: 0px;
    border-top: 3px solid #008643 !important;
  }
}
header.header-new .header__topbar {
  padding: 15px 0;
}
@media (max-width: 767px) {
  header.header-new .header__topbar {
    display: none;
  }
}
header.header-new .header__topbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  header.header-new .header__topbar-inner {
    display: block;
  }
}
header.header-new .header__content {
  padding: 32px 0 30px;
}
header.header-new .header__content-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header-new .header__content-aside {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header-new .header__bar .nav--small li {
  padding: 13px 0;
}
@media (max-width: 991px) {
  header.header-new .header__bar .nav--small li a {
    height: auto;
  }
}
header.header-new .header__bar .nav--small a {
  padding: 0;
}
header.header-new .header__bar-aside .nav--small a {
  font-size: 12px;
}
header.header-new .header__bar-aside .nav--small li.has--dropdown > a:after {
  content: "" !important;
}
header.header-new .header__hint {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #66666C;
}
@media (max-width: 767px) {
  header.header-new .header__hint {
    margin-bottom: 10px;
  }
}
header.header-new .header__hint a {
  color: #44444C;
  font-weight: 700;
}
header.header-new .fa-phone {
  font-size: 16px;
}
header.header-new .phone {
  margin-left: 71px;
}
@media (max-width: 1200px) {
  header.header-new .phone {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  header.header-new .phone {
    margin-left: 0;
  }
}
header.header-new .header-find-location a {
  color: #44444C;
  font-weight: 700;
}
/* ------------------------------------------------------------ *\
	intro
\* ------------------------------------------------------------ */
/*  intro new  */
.intro--new {
  padding: 70px 0;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .intro--new {
    padding: 62px 0;
  }
}
@media (max-width: 767px) {
  .intro--new {
    padding: 50px 0;
  }
}
.intro--new:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 71, 87, 0.63)), to(rgba(34, 34, 44, 0.63)));
  background: -o-linear-gradient(top, rgba(71, 71, 87, 0.63) 0%, rgba(34, 34, 44, 0.63) 100%);
  background: linear-gradient(to bottom, rgba(71, 71, 87, 0.63) 0%, rgba(34, 34, 44, 0.63) 100%);
  opacity: 1;
}
.intro--new .intro__head {
  max-width: 520px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .intro--new .intro__head {
    margin: 0 auto;
  }
}
.intro--new h2 {
  letter-spacing: 0;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .intro--new h2 {
    font-size: 21px;
  }
}
/* ------------------------------------------------------------ *\
	mobile header
\* ------------------------------------------------------------ */
.mobile-header--new {
  position: -webkit-sticky;
  position: sticky;
}
/* ------------------------------------------------------------ *\
	Nav socials
\* ------------------------------------------------------------ */
.nav-socials {
  width: 100%;
  max-width: 160px;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  background-color: white;
  position: absolute;
  top: 0;
  margin-left: 8px;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .nav-socials {
    max-width: 100px;
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .nav-socials {
    max-width: 100%;
    margin: 0;
    display: block;
    margin-left: 0;
    position: relative !important;
    top: 0 !important;
    bottom: auto !important;
  }
}
@media (max-width: 991px) {
  .nav-socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-socials li {
  text-align: center;
}
.nav-socials a {
  text-align: center;
  color: #008443;
  font-size: 21px;
}
.nav-socials.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
}
.nav-socials.sticky-end {
  position: -webkit-sticky;
  position: sticky;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
/* ------------------------------------------------------------ *\
	Nav new
\* ------------------------------------------------------------ */
.nav-new {
  color: #66666C;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .nav-new {
    display: block;
  }
}
.nav-new ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-new li + li {
  margin-left: 17px;
}
.nav-new i {
  font-size: 10px;
}
@media screen and (max-width: 991px) {
  .nav-new ul li a {
    font-size: 12px;
  }
}
.nav-new a {
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  color: #66666C;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.nav-new .fa-map-marker-alt {
  font-size: 10px;
  color: #66666C;
}
.nav-new a:hover {
  opacity: 0.7;
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/*  nav new  */
.nav--new {
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .nav--new {
    padding-top: 0;
  }
}
.nav--new > ul > li + li {
  margin-left: 48px;
}
@media (max-width: 1200px) {
  .nav--new > ul > li + li {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .nav--new > ul > li + li {
    margin: 0;
  }
}
/*  nav small  */
.nav--small {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .nav--small ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  .nav--small li ul li.has--dropdown > a:after,
.nav--small li.has--dropdown > a:after {
    color: #55555C;
    right: 15px;
  }
}
.nav--small li.has--dropdown > a:after {
  right: -15px;
}
@media (max-width: 1200px) {
  .nav--small > ul > li + li {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .nav--small > ul > li + li {
    margin-left: 30px;
  }
}
.nav--small > ul > li > ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  opacity: 0;
  pointer-events: none;
}
.nav--small > ul > li:hover > ul:before {
  pointer-events: all;
  opacity: 1;
}
.nav--small > li {
  padding: 13px 0;
  font-size: 12px;
  font-weight: 700;
}
.nav--small > a {
  color: #44444C;
}
/*  nav footer  */
.nav--footer {
  padding-bottom: 5px;
}
.nav--footer ul {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.nav--footer li a {
  padding: 0;
}
@media (max-width: 991px) {
  .nav--footer li a {
    color: #44444C;
  }
}
@media (max-width: 767px) {
  .nav--footer li a {
    display: block;
    height: 35px;
    padding: 10px 0;
    width: 100%;
    color: #44444c;
  }
}
/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */
/*  pagination--new  */
.pagination--new {
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination--new .page-item:last-child a,
.pagination--new .page-item:first-child a {
  border-radius: 50%;
}
.pagination--new .page-item a {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: rgba(232, 173, 0, 0.6);
  -webkit-transition: background-color 0.4s, opacity 0.4s;
  -o-transition: background-color 0.4s, opacity 0.4s;
  transition: background-color 0.4s, opacity 0.4s;
}
@media (max-width: 767px) {
  .pagination--new .page-item a {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
.pagination--new .page-item a:hover {
  background-color: #E8AD00;
  opacity: 1;
}
.pagination--new .page-item.active a {
  color: #fff;
  background-color: #E8AD00;
  opacity: 1;
}
.pagination--new li + li {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .pagination--new li + li {
    margin-left: 20px;
  }
}
/* ------------------------------------------------------------ *\
	Phone
\* ------------------------------------------------------------ */
/*  phone new  */
.phone--new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.phone--new span {
  line-height: 1.375;
}
/* ------------------------------------------------------------ *\
	Section blog
\* ------------------------------------------------------------ */
.section-blog {
  padding: 54px 0 39px;
}
.section-blog .section__content {
  margin-bottom: 25px;
}
/*  section blog alt  */
.section-blog--alt {
  padding: 76px 0 146px;
}
@media (max-width: 991px) {
  .section-blog--alt {
    padding: 54px 0 100px;
  }
}
/* ------------------------------------------------------------ *\
	Section quote alt
\* ------------------------------------------------------------ */
/*  Section quote alt  */
.section-quote--alt {
  padding-bottom: 59px;
}
@media (max-width: 767px) {
  .section-quote--alt {
    padding-bottom: 30px;
  }
}
.section-quote--alt .box {
  top: -60px;
}
/* ------------------------------------------------------------ *\
	section
\* ------------------------------------------------------------ */
.section--articles {
  background: #f2f5f7;
  padding: 60px 0;
}
.section--articles .section__inner {
  margin: 0;
  display: block;
}
/*  section articles new  */
.section--articles-new {
  padding: 65px 0 139px;
}
@media (max-width: 991px) {
  .section--articles-new {
    padding: 65px 0 100px;
  }
}
@media (max-width: 767px) {
  .section--articles-new {
    padding: 45px 0 80px;
  }
}
.section--articles-new h3 {
  text-align: center;
  color: #008643;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.583;
  margin-bottom: 59px;
}
@media (max-width: 991px) {
  .section--articles-new h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
/* ------------------------------------------------------------ *\
	socials
\* ------------------------------------------------------------ */
.socials--alt a {
  font-size: 14px;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */