/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=PT+Sans|Abhaya+Libre:300,400,700&subset=latin-ext");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

a,
input[type='submit'],
button {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none; }

p, li {
  font-size: 1em;
  line-height: 1.5em;
  color: #434343; }
  @media (max-width: 767px) {
    p, li {
      font-size: 1em; } }

strong {
  font-weight: 700; }

input, textarea {
  border-radius: 0; }

.default-row {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.page-container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 768px) {
    .page-container {
      width: 750px; } }
  @media (min-width: 992px) {
    .page-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .page-container {
      width: 1170px; } }

@font-face {
  font-family: 'handwritten';
  src: url("../fonts/kuba_reczny_2005_1.3-webfont.woff2") format("woff2"), url("../fonts/kuba_reczny_2005_1.3-webfont.woff") format("woff"), url("../fonts/kuba_reczny_2005_1.3-webfont.ttf") format("truetype"), url("../fonts/kuba_reczny_2005_1.3-webfont.svg#kuba_reczny_2005regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "streamline";
  src: url("../fonts/streamline-30px.eot");
  src: url("../fonts/streamline-30px.eot?#iefix") format("embedded-opentype"), url("../fonts/streamline-30px.woff") format("woff"), url("../fonts/streamline-30px.ttf") format("truetype"), url("../fonts/streamline-30px.svg#streamline-30px") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "streamline";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "streamline";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-map-marker-1:before {
  content: "\e399"; }

.icon-mail-inbox:before {
  content: "\e130"; }

.icon-call-2:before {
  content: "\e0eb"; }

.icon-list-1-1:before {
  content: "\e4e6"; }

.icon-cross-1:before {
  content: "\e306"; }

.icon-arrow-68:before {
  content: "\e62b"; }

.form-item {
  margin: 15px 0; }
  .form-item label {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "PT Sans", Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 0.875em; }
  .form-item input[type='text'],
  .form-item input[type='email'],
  .form-item input[type='tel'],
  .form-item textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    font-size: 1em;
    border: none;
    padding: 5px;
    border-bottom: 2px solid #e5e5e5;
    outline: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .form-item input[type='text']:hover, .form-item input[type='text']:focus,
    .form-item input[type='email']:hover,
    .form-item input[type='email']:focus,
    .form-item input[type='tel']:hover,
    .form-item input[type='tel']:focus,
    .form-item textarea:hover,
    .form-item textarea:focus {
      border-bottom: 2px solid #477048; }
  .form-item textarea {
    min-height: 120px;
    font-size: 0.875em; }
  .form-item input[type='submit'] {
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    color: white;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 1em;
    background: #35a91e;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer; }
    .form-item input[type='submit']:hover {
      background: #b7b7b7;
      color: black; }
    .form-item input[type='submit'].pending {
      background: #e5e5e5;
      color: black; }
    @media (max-width: 767px) {
      .form-item input[type='submit'] {
        width: 100%;
        padding: 15px;
        font-size: 1.5em; } }

.medium-item {
  width: 45%; }
  @media (max-width: 767px) {
    .medium-item {
      width: 100%; } }

.full-item {
  width: 100%; }

.submit-item {
  width: 100%;
  text-align: right; }

.main-header {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
  text-align: center;
  position: relative; }
  @media (max-width: 767px) {
    .main-header {
      padding: 50px 0 0 0; } }
  .main-header img {
    margin: 0 0 20px 0; }

.header__header-logo {
  font-family: "Abhaya Libre", serif;
  font-weight: 400;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #213516; }

.header__header-tagline {
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.813em;
  text-transform: uppercase;
  margin: 10px 0;
  color: #213516; }

.main-navigation {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 1;
  bottom: -60px;
  left: 0; }
  @media (max-width: 991px) {
    .main-navigation {
      bottom: -50px; } }
  @media (max-width: 767px) {
    .main-navigation {
      position: static; } }
  .main-navigation.affixed {
    position: fixed;
    top: 0;
    bottom: auto;
    z-index: 100; }
    .main-navigation.affixed .navigation-btn-toggle {
      margin: 0; }
    @media (max-width: 767px) {
      .main-navigation.affixed {
        top: auto;
        bottom: 0; }
        .main-navigation.affixed .navigation-btn-toggle {
          position: fixed;
          bottom: 0;
          z-index: 100; } }
    .main-navigation.affixed .navigation-items.active {
      position: fixed;
      top: 0;
      z-index: 30;
      height: 95vh;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      background: rgba(25, 43, 24, 0.8); }
    @media (max-width: 767px) {
      .main-navigation.affixed .navigation-items li {
        text-align: center;
        margin: 10px 0; } }
    @media (max-width: 767px) {
      .main-navigation.affixed .navigation-items a {
        padding: 20px 30px;
        font-size: 2.5em;
        display: inline-block;
        width: auto; }
        .main-navigation.affixed .navigation-items a:before {
          display: none; } }
    @media (max-width: 767px) {
      .main-navigation.affixed .navigation-items a.active {
        border: 3px solid #b7b7b7; } }
    @media (max-width: 767px) {
      .main-navigation.affixed .navigation-items a:hover {
        background: none; } }
  .main-navigation .navigation-items {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
    background: #192b18; }
    @media (max-width: 767px) {
      .main-navigation .navigation-items {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        display: none; }
        .main-navigation .navigation-items.active {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
    .main-navigation .navigation-items li {
      margin: 0;
      list-style: none;
      width: 33.333333333%;
      text-align: left; }
      @media (max-width: 767px) {
        .main-navigation .navigation-items li {
          width: 100%; } }
      .main-navigation .navigation-items li a {
        font-family: "Abhaya Libre", serif;
        font-weight: 400;
        font-weight: 700;
        font-size: 1.5em;
        color: white;
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-decoration: none;
        padding: 30px 60px;
        position: relative; }
        @media (max-width: 991px) {
          .main-navigation .navigation-items li a {
            padding: 25px 40px; } }
        .main-navigation .navigation-items li a:before {
          content: '';
          position: absolute;
          display: block;
          width: 1px;
          height: 75%;
          top: 0;
          left: 15px;
          z-index: 1;
          background: rgba(255, 255, 255, 0.3);
          -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          @media (max-width: 991px) {
            .main-navigation .navigation-items li a:before {
              left: 10px; } }
        @media (max-width: 991px) {
          .main-navigation .navigation-items li a {
            font-size: 1.25em; } }
        @media (max-width: 767px) {
          .main-navigation .navigation-items li a {
            padding: 10px 30px; }
            .main-navigation .navigation-items li a:before {
              left: 10px;
              height: 100%; } }
        .main-navigation .navigation-items li a.active:before {
          width: 3px;
          background: #b7b7b7; }
        .main-navigation .navigation-items li a:hover {
          background: #233b21; }
          .main-navigation .navigation-items li a:hover:before {
            height: 100%; }
  .main-navigation .navigation-btn-toggle {
    width: 100%;
    display: none;
    color: #434343;
    border: none;
    border-radius: 0;
    background: #e5e5e5;
    margin: 30px 0 0 0;
    padding: 15px;
    font-size: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    outline: none; }
    .main-navigation .navigation-btn-toggle.active {
      color: white;
      background: #232323; }
    @media (max-width: 767px) {
      .main-navigation .navigation-btn-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .main-navigation .navigation-btn-toggle span {
      font-family: "Abhaya Libre", serif;
      font-weight: 400;
      padding-right: 10px; }

.about-us__header,
.services__header,
.contact__header {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5; }
  @media (max-width: 767px) {
    .about-us__header,
    .services__header,
    .contact__header {
      padding: 40px 0; } }
  .about-us__header h2,
  .services__header h2,
  .contact__header h2 {
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    font-size: 2.750em;
    color: #477048; }
    @media (max-width: 767px) {
      .about-us__header h2,
      .services__header h2,
      .contact__header h2 {
        font-size: 2.150em; } }

.section-divider {
  background: #fdfdfd;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.main-slide__container img {
  min-height: 100px; }
  @media (max-width: 767px) {
    .main-slide__container img {
      display: none; } }

@media (max-width: 767px) {
  .main-slide__container {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0; } }

.about-us__content {
  padding: 80px 30px 20px 30px; }
  @media (max-width: 991px) {
    .about-us__content {
      padding: 40px 0 20px 0; } }
  .about-us__content p {
    text-align: justify;
    margin: 0 0 20px 0; }
    .about-us__content p:first-child {
      margin: 0; }
  @media (max-width: 1199px) {
    .about-us__content br {
      display: none; } }
  .about-us__content .blockquote__content {
    padding: 50px 0 50px 120px;
    position: relative; }
    .about-us__content .blockquote__content:before {
      content: '"';
      font-family: "Abhaya Libre", serif;
      font-weight: 400;
      font-weight: 700;
      color: rgba(102, 164, 53, 0.2);
      font-size: 300px;
      position: absolute;
      z-index: 5;
      top: 0;
      left: 5%; }
    .about-us__content .blockquote__content p {
      font-size: 2.250em;
      font-family: "Abhaya Libre", serif;
      font-weight: 400;
      font-weight: 300;
      line-height: 1.4em;
      text-align: left; }
    @media (max-width: 767px) {
      .about-us__content .blockquote__content {
        padding: 30px 0 30px 30px; }
        .about-us__content .blockquote__content:before {
          position: static;
          width: 100%;
          font-size: 2.5em;
          color: rgba(102, 164, 53, 0.7); }
        .about-us__content .blockquote__content p {
          font-size: 1.5em;
          line-height: 1.5em; } }
  .about-us__content .about-us__signature-wrapper {
    text-align: center;
    margin: 30px 0; }
    .about-us__content .about-us__signature-wrapper p {
      text-align: center; }
    .about-us__content .about-us__signature-wrapper .signature {
      font-family: "handwritten", serif;
      font-weight: 400;
      font-size: 3em;
      color: #2f4c20;
      margin: 0; }
      @media (max-width: 767px) {
        .about-us__content .about-us__signature-wrapper .signature {
          font-size: 2em; } }
    .about-us__content .about-us__signature-wrapper .signature-label {
      font-size: 1em;
      margin: 0; }

.services-blocks__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px; }
  .services-blocks__wrapper .service-block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .services-blocks__wrapper .service-block {
        width: 50%;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .services-blocks__wrapper .service-block {
        width: 33.33333333%; } }
    .services-blocks__wrapper .service-block:hover h3 {
      color: #35a91e; }
    .services-blocks__wrapper .service-block.active .service-block__upper-section {
      border: 3px solid #35a91e;
      border-bottom: 1px solid #35a91e;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .services-blocks__wrapper .service-block.active .service-block__upper-section h3 {
        font-size: 1.75em; }
      .services-blocks__wrapper .service-block.active .service-block__upper-section .service-block__close {
        display: block; }
    .services-blocks__wrapper .service-block.active .service-block__lower-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border: 3px solid #35a91e;
      border-top: none; }
  .services-blocks__wrapper .service-block__upper-section {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 200px;
    padding: 20px 30px;
    border: 3px solid rgba(122, 192, 67, 0);
    border-bottom: 1px solid #e5e5e5;
    position: relative; }
    .services-blocks__wrapper .service-block__upper-section .service-block__close {
      position: absolute;
      padding: 10px 15px;
      font-size: 1em;
      border: 0;
      background: #35a91e;
      color: #fff;
      z-index: 5;
      top: 0;
      right: 0;
      display: none; }
    .services-blocks__wrapper .service-block__upper-section h3 {
      font-family: "Abhaya Libre", serif;
      font-weight: 400;
      font-size: 1.5em;
      font-weight: 700;
      color: #2f4c20;
      line-height: 1.125em; }
      .services-blocks__wrapper .service-block__upper-section h3 span {
        display: block;
        font-size: 0.75em;
        font-weight: 400;
        color: #434343; }
    @media (max-width: 767px) {
      .services-blocks__wrapper .service-block__upper-section {
        border: 3px solid #35a91e;
        border-bottom: 1px solid #35a91e;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .services-blocks__wrapper .service-block__upper-section h3 {
          font-size: 1.75em; } }
  .services-blocks__wrapper .service-block__lower-section {
    width: 100%;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 200px;
    padding: 20px 30px;
    position: absolute;
    z-index: 5;
    top: 100%;
    background: white;
    left: 0;
    border: 3px solid rgba(122, 192, 67, 0);
    border-top: none; }
    .services-blocks__wrapper .service-block__lower-section li {
      text-align: left;
      margin-bottom: 5px; }
      .services-blocks__wrapper .service-block__lower-section li:last-child {
        margin-bottom: 0; }
    @media (max-width: 767px) {
      .services-blocks__wrapper .service-block__lower-section {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border: 3px solid #35a91e;
        border-top: none;
        min-height: 0; } }

.contact__wrapper {
  position: relative;
  padding-bottom: 300px; }
  @media (max-width: 991px) {
    .contact__wrapper {
      padding-bottom: 0; } }

.contact__content {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 400px;
  left: 0; }
  @media (max-width: 991px) {
    .contact__content {
      position: static;
      top: 0; } }

.contact__map-wrapper {
  width: 100%;
  height: 630px;
  display: inline-block;
  background: #eee; }
  @media (max-width: 991px) {
    .contact__map-wrapper {
      height: 300px; } }

.contact__contact-box--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: white;
  border: 1px solid #e5e5e5; }
  @media (max-width: 991px) {
    .contact__contact-box--wrapper {
      border: 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .contact__contact-box--wrapper header {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px; }
    .contact__contact-box--wrapper header h3 {
      font-size: 2.125em;
      font-family: "Abhaya Libre", serif;
      font-weight: 400;
      font-weight: 300;
      margin: 0; }
  .contact__contact-box--wrapper .contact-box__contact-form--wrapper {
    width: 65%;
    padding: 35px;
    background: white; }
    .contact__contact-box--wrapper .contact-box__contact-form--wrapper header h3 {
      color: #477048; }
    .contact__contact-box--wrapper .contact-box__contact-form--wrapper .mail_messenger {
      width: 100%; }
      .contact__contact-box--wrapper .contact-box__contact-form--wrapper .mail_messenger .contact-form__status {
        padding: 10px 20px;
        font-size: 0.875em;
        margin: 0 0 30px 0; }
        .contact__contact-box--wrapper .contact-box__contact-form--wrapper .mail_messenger .contact-form__status.status_ok {
          background: #aefbac; }
        .contact__contact-box--wrapper .contact-box__contact-form--wrapper .mail_messenger .contact-form__status.status_error {
          background: #f98484; }
    @media (max-width: 991px) {
      .contact__contact-box--wrapper .contact-box__contact-form--wrapper {
        width: 100%;
        padding: 35px 0; } }
  .contact__contact-box--wrapper .contact-box__contact-info--wrapper {
    width: 35%;
    padding: 35px;
    background: url("../images/contact_info_bg.jpg") bottom right no-repeat #192b18; }
    .contact__contact-box--wrapper .contact-box__contact-info--wrapper header h3 {
      color: white; }
    @media (max-width: 991px) {
      .contact__contact-box--wrapper .contact-box__contact-info--wrapper {
        width: 100%; } }

.contact-form {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 992px) {
    .contact-form {
      padding-left: 30px; } }

.contact-info__list {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 1200px) {
    .contact-info__list {
      padding-left: 30px; } }
  .contact-info__list a {
    color: white;
    text-decoration: underline; }
    .contact-info__list a:hover {
      color: #b7b7b7; }

.contact-info__item {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin-bottom: 80px; }
  .contact-info__item:last-child {
    margin-bottom: 0; }
  .contact-info__item address {
    width: 100%;
    display: inline-block;
    margin: 0;
    color: white; }
  .contact-info__item .icon:before {
    font-size: 2em;
    color: #35a91e; }
  .contact-info__item .contact-info__mail-item {
    width: 100%;
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    font-size: 1.125em;
    display: inline-block; }
  .contact-info__item .contact-info__phone-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    font-size: 1.75em;
    color: white; }
    .contact-info__item .contact-info__phone-item span {
      margin: 0 5px 0 0;
      color: #b7b7b7; }
    @media (max-width: 1199px) {
      .contact-info__item .contact-info__phone-item {
        font-size: 1.75em; }
        .contact-info__item .contact-info__phone-item span {
          margin: 0 5px 0 0; } }

.main-footer {
  width: 100%;
  display: inline-block;
  background: #fdfdfd;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 60px 0; }
  @media (min-width: 768px) {
    .main-footer {
      padding: 30px 0; } }

.footer__links-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 479px) {
    .footer__links-wrapper {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.footer__links {
  width: auto; }
  .footer__links li {
    width: auto;
    display: inline-block; }
    @media (max-width: 479px) {
      .footer__links li {
        margin: 10px 0;
        width: 100%;
        text-align: center; } }
    .footer__links li a {
      padding: 6px 20px;
      border-right: 1px solid #e5e5e5;
      color: #477048; }
      .footer__links li a:hover {
        color: #434343; }
      .footer__links li a:last-child {
        border-right: none; }
      @media (max-width: 479px) {
        .footer__links li a {
          padding: 15px 0; } }

.footer__copyrights {
  width: 100%;
  color: #969696;
  margin: 20px 0;
  font-size: 0.875em;
  text-align: center; }
