/*** Colors ***/
/*** Mixins ***/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Default and helpers *****/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}
html {
  padding: 0;
  margin: 0;
  height: 100%;
  background: #e4e5e6;
}

body {
  overflow-x: hidden;
  color: #282828;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}

input[type="submit"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea,
label {
  font-family: "Roboto", sans-serif;
}

a,
button,
input,
textarea,
select {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.7;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.7;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.7;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.4;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.4;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

a {
  color: #282828;
  text-decoration: none;
  transition: all 0.2s;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: bold;
}

h1,
.h1 {
  font-size: 64px;
}
@media screen and (max-width: 1279px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}

h2,
.h2 {
  font-size: 48px;
}
@media screen and (max-width: 1279px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 36px;
}
@media screen and (max-width: 1279px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: 30px;
}
@media screen and (max-width: 1279px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

p {
  margin: 0 0 1em;
}

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

/***** Buttons *****/
.btn {
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  line-height: 30px;
  border: none;
  font-weight: bold;
  font-size: 24px;
  min-width: 415px;
  border-radius: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .btn {
    min-width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    width: 100%;
    min-width: 0;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 20px;
  }
}
.btn:hover {
  opacity: 1;
}
.btn.btn-outline-white {
  border: 1px solid #fff;
  padding: 14px 29px;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .btn.btn-outline-white {
    padding: 9px 19px;
  }
}
.btn.btn-outline-white:hover {
  color: #282828;
  background: #fff;
}
.btn.btn-sm {
  padding: 10px 12px;
  border-radius: 22px;
  line-height: 24px;
  height: 44px;
  font-size: 16px;
  text-transform: none;
  min-width: 0;
}
@media screen and (max-width: 575px) {
  .btn.btn-sm {
    padding: 6px 12px;
    height: 36px;
  }
}
.btn.btn-blue {
  background: #1898ed;
  color: #fff;
}
.btn.btn-blue:hover {
  background: #38afff;
}
.btn.btn-red {
  background: #ce5800;
  color: #fff;
}
.btn.btn-red:hover {
  background: #e46e14;
}
.btn.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4px;
}
.btns .btn {
  margin: 0 8px 4px 0;
}
.btns .btn:last-child {
  margin-right: 0;
}
.btns.btns-centered {
  justify-content: center;
}

/**** Form elements *****/
fieldset {
  display: flex;
  margin: 0 -10px;
  padding: 0;
  border: none;
}
@media screen and (max-width: 575px) {
  fieldset {
    display: block;
  }
}
fieldset legend {
  margin-left: 10px;
}
fieldset .field {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 575px) {
  fieldset .field {
    width: 100%;
  }
}

.field {
  margin-bottom: 20px;
}

label.title {
  display: block;
  margin-bottom: 3px;
}

label.caption .caption-text {
  display: block;
  font-size: 12px;
}

.field-element {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 16px;
}

/* Selectric */
/***** Simple elements, atoms *****/
.icon {
  fill: currentColor;
  max-height: 100%;
  max-width: 100%;
  overflow: visible;
}

.highlight {
  color: #1898ed;
}

.hidden {
  display: none;
}

/***** Components, common blocks *****/
/***** Layout *****/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1600px;
}
@media screen and (max-width: 575px) {
  .container {
    padding: 0 20px;
  }
}

.container-sm {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1280px;
}
@media screen and (max-width: 575px) {
  .container-sm {
    padding: 0 20px;
  }
}

.container-fluid {
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 575px) {
  .container-fluid {
    padding: 0 20px;
  }
}

/***** Header *****/
.header {
  background: #282828;
  padding: 16px 0;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .header {
    padding: 10px 0;
  }
}
.header a {
  color: #fff;
}
.header .header-i {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .header-i {
    flex-wrap: wrap;
  }
}
.header .header-i .header-nav {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav {
    order: 2;
    flex: auto;
  }
}
@media screen and (max-width: 575px) {
  .header .header-i .header-nav {
    margin: 0 -20px 10px;
    background: #444;
    flex: 1;
  }
}
.header .header-i .header-nav ul {
  margin-right: auto;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  .header .header-i .header-nav ul {
    gap: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .header .header-i .header-nav ul {
    justify-content: center;
    gap: 0;
  }
}
.header .header-i .header-nav ul li {
  margin: 0;
  padding: 0;
}
.header .header-i .header-nav ul li a {
  padding: 4px 8px;
  display: block;
  border-radius: 15px;
}
@media screen and (max-width: 1279px) {
  .header .header-i .header-nav ul li a {
    padding: 2px 6px;
  }
}
@media screen and (max-width: 575px) {
  .header .header-i .header-nav ul li a {
    border-radius: 0;
    padding: 8px 12px;
  }
}
.header .header-i .header-nav ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.header .header-i .header-logo {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-logo {
    order: 1;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
.header .header-i .header-logo .logo-t {
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .header .header-i .header-logo .logo-t {
    font-size: 24px;
  }
}
.header .header-i .header-logo .logo-partner {
  font-size: 16px;
  font-weight: bold;
}
.header .header-i .header-logo .logo-partner span {
  opacity: 0.6;
}
.header .header-i .header-logo .logo-partner img {
  height: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 1279px) {
  .header .header-i .header-logo .logo-partner img {
    height: 14px;
  }
}
.header .header-i .header-logo .logo-partner a {
  opacity: 0.6;
}
.header .header-i .header-logo .logo-partner a:hover {
  opacity: 0.8;
}
.header .header-i .header-r {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-r {
    order: 3;
    flex: auto;
  }
}
@media screen and (max-width: 575px) {
  .header .header-i .header-r {
    flex: 0 0 100%;
  }
}
.header .header-i .header-r .header-r-i {
  margin-left: auto;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .header .header-i .header-r .header-r-i {
    margin: 0;
  }
}
.header .header-i .header-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header .header-i .header-social a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
.header .header-i .header-cta a.btn:hover {
  opacity: 1;
}

/***** Footer *****/
.footer {
  text-align: center;
  background: #fff;
}
.footer .footer-i {
  padding: 50px 0 50px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-i {
    padding: 20px 0 30px;
  }
}
.footer .footer-branding {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .footer .footer-branding {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-branding {
    font-size: 20px;
    max-width: 300px;
    margin: 0 auto 10px;
  }
}
.footer .footer-address {
  font-size: 18px;
}

/***** Homepage *****/
.section-hero {
  margin: 40px 0 45px;
}
@media screen and (max-width: 575px) {
  .section-hero {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero .container {
    padding: 0;
  }
}
.section-hero h1 {
  margin: 0;
  position: relative;
  padding-bottom: 50%;
}
@media screen and (max-width: 575px) {
  .section-hero h1 {
    padding-bottom: 70%;
  }
}
.section-hero h1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .section-hero h1 img {
    border-radius: 0;
  }
}

.section-info {
  color: #fff;
  margin-bottom: 45px;
  text-align: center;
}
.section-info .info-i {
  background: #666;
  border-radius: 20px;
  padding: 50px 80px;
}
@media screen and (max-width: 1279px) {
  .section-info .info-i {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-info .info-i {
    padding: 30px 20px;
  }
}
.section-info .info-i h2 {
  margin: 0 0 20px;
  text-transform: uppercase;
}
.section-info .info-i .desc {
  margin: 0 auto 30px;
  font-size: 21px;
  line-height: 1.3;
  max-width: 800px;
}
@media screen and (max-width: 1279px) {
  .section-info .info-i .desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-info .info-i .desc {
    font-size: 16px;
  }
}
.section-info .info-i .btns {
  justify-content: center;
}
.section-info.section-info--red .info-i {
  background: #ce5800;
}
.section-info.section-info--green .info-i {
  background: #42704e;
}

.section-discover {
  margin-bottom: 45px;
}
.section-discover .discover-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -60px;
}
@media screen and (max-width: 1279px) {
  .section-discover .discover-list {
    margin: 0 -10px -30px;
  }
}
.section-discover .discover-list .discover-item {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 30px 60px;
}
@media screen and (max-width: 1279px) {
  .section-discover .discover-list .discover-item {
    padding: 0 10px 30px;
  }
}

.card.card--discover .card-img {
  width: 100%;
  padding-bottom: 100%;
  background: #f9f8f6;
  border-radius: 20px;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 16px;
}
.card.card--discover .card-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card.card--discover .card-img a:hover {
  opacity: 0.8;
}
.card.card--discover .card-img img {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 575px) {
  .card.card--discover .card-img img {
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    width: 90%;
    height: 90%;
    border-radius: 5px;
  }
}
.card.card--discover .card-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .card.card--discover .card-title {
    font-size: 20px;
  }
}
.card.card--discover .card-title a {
  color: #304936;
}
.card.card--discover .card-title a:hover {
  opacity: 0.8;
}

.section-heading {
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .section-heading {
    padding: 80px 0;
  }
}
.section-heading .container {
  position: relative;
  z-index: 1;
}
.section-heading h1 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.section-heading .heading-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-heading .heading-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.section-heading .heading-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-txt {
  margin: 40px 0 80px;
}
@media screen and (max-width: 1024px) {
  .section-txt {
    margin: 30px 0 40px;
  }
}

.section-donate {
  margin-bottom: 80px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .section-donate {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-donate {
    font-size: 18px;
  }
}
.section-donate h2 {
  margin: 0 0 0.5em;
}
.section-donate .btns {
  margin-top: 40px;
  justify-content: center;
}

.section-contact {
  margin: 80px 0 80px;
}
@media screen and (max-width: 1024px) {
  .section-contact {
    margin: 30px 0 40px;
  }
}
.section-contact .contact-i {
  display: flex;
  flex-wrap: wrap;
}
.section-contact .contact-i .contact-txt {
  width: 50%;
  flex: 0 0 50%;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .section-contact .contact-i .contact-txt {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 0 40px;
  }
}
.section-contact .contact-i .contact-txt h2 {
  margin: 0 0 0.5em;
}
.section-contact .contact-i .contact-form {
  flex: 1;
}
.section-gallery .gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
@media screen and (max-width: 1599px) {
  .section-gallery .gallery-list {
    margin: 0 -10px -20px;
  }
}
.section-gallery .gallery-item {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 20px 40px;
}
@media screen and (max-width: 1599px) {
  .section-gallery .gallery-item {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 1279px) {
  .section-gallery .gallery-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-gallery .gallery-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-gallery .gallery-item .gallery-item-i {
  padding-bottom: 80%;
  position: relative;
}
.section-gallery .gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-events {
  margin-bottom: 80px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .section-events {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-events {
    font-size: 18px;
  }
}
.section-events h2 {
  margin: 0 0 0.5em;
}
.section-events .event-list {
  margin: 80px 0;
  text-align: left;
}
.section-events .event-list .event {
  position: relative;
  padding-left: 30px;
}
.section-events .event-list .event p {
  margin: 0;
}
.section-events .event-list .event:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 4px solid #ce5800;
  border-radius: 50%;
}
.section-events .event-list .event:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
/*# sourceMappingURL=main.css.map */

.form-item {
  margin-bottom: 10px;
}

