ol.plain,
ul.plain {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.donation-slider .action .other-amount span {
  border: none;
  text-decoration: none;
}
.popup-close {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-gt-mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .hidden-gt-tablet-large {
    display: none;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 3;
}
.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.noUi-horizontal {
  height: 5px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -8px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-background {
  background: #f59841;
}
.noUi-connect {
  background: #3fb8af;
  transition: background 0.45s;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 10em;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  background: #c0d778;
  cursor: pointer;
  border-radius: 50%;
}
.noUi-handle:before {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  position: absolute;
}
.noUi-handle:after {
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
body,
input,
select,
textarea {
  font: 400 19px Merriweather, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 767px) {
  body,
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
::-moz-selection {
  color: #fff;
  background-color: #000;
}
::selection {
  color: #fff;
  background-color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0 0 20px;
}
.section-title {
  margin: 0 0 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.03em;
  font-family: Oswald, Merriweather, Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
  }
}
.subtitle {
  margin: -30px 0 50px;
  color: #758d2a;
  text-align: center;
  font-size: 22px;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 18px;
  }
}
img,
svg {
  max-width: 100%;
  vertical-align: middle;
}
svg {
  fill: currentColor;
}
a {
  transition: 0.15s;
}
a {
  text-decoration: none;
  color: currentColor;
}
.button,
a {
  transition: 0.15s;
}
.button {
  display: inline-block;
  height: 50px;
  padding: 0 30px;
  background: #f59841;
  border: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0.03em;
  font-family: Oswald, Merriweather, Helvetica, Arial, sans-serif;
}
.button:hover {
  background: #df720c;
}
.button.share {
  background: #fff;
  color: #779e00;
}
.button.share i {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 30px 0 -30px;
  background: #8b9dc4;
  transition: 0.15s;
}
.button.share .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  top: -3px;
  position: relative;
  color: #fff;
}
.button.share:hover i {
  background: #39579a;
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
  }
  .button:not(.share) {
    width: 100%;
  }
}
* {
  outline: 0;
}
.form-control {
  padding: 5px 0;
  background: none;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #c0d778;
  font-size: 22px;
  font-family: Oswald, Merriweather, Helvetica, Arial, sans-serif;
  transition: 0.15s;
}
.form-control:focus {
  border-color: #f59841;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0.3;
  color: #f59841;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0.3;
  color: #f59841;
}
.form-control:focus::placeholder {
  opacity: 0.3;
  color: #f59841;
}
.form-control::-webkit-input-placeholder {
  color: #c0d778;
  transition: 0.15s;
}
.form-control:-ms-input-placeholder {
  color: #c0d778;
  transition: 0.15s;
}
.form-control::placeholder {
  color: #c0d778;
  transition: 0.15s;
}
.form-control.parsley-error {
  border-color: red;
}
.parsley-errors-list {
  display: none;
}
.form {
  background: #fff;
}
.form .field-label {
  display: block;
  width: 35%;
  height: 56px;
  padding: 12px 0 0 20px;
  float: left;
  cursor: text;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(12, 54, 50, 0.7);
}
.form .form-control,
.form .select-wrap {
  width: 65%;
}
.form .form-control,
.form select {
  padding: 12px 20px;
  border-color: transparent;
}
.form .select-wrap select {
  width: 100%;
}
.form .form-row-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .form-row-columns .form-row.form-row.form-row.form-row {
  margin-bottom: -1px;
}
.form .form-row-columns .form-row.form-row.form-row.form-row:first-child {
  border-radius: 3px 0 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form .form-row-columns .form-row.form-row.form-row.form-row:last-child {
  margin-top: 0;
  margin-left: -1px;
  border-radius: 0 3px 0 0;
}
.form .form-row:not(.action):not(.form-row-checkbox) {
  overflow: hidden;
  border: 1px solid #d6dcdb;
}
.form .form-row:not(.action):not(.form-row-checkbox) + .form-row:not(.action) {
  margin-top: -1px;
}
.form .form-row:not(.action):not(.form-row-checkbox):first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.form .form-row:not(.action):not(.form-row-checkbox):last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.form .form-row:not(.action):not(.form-row-checkbox).focus {
  position: relative;
  background: rgba(76, 192, 181, 0.03);
  border-color: #17baaa;
}
.form .form-row.action {
  margin-top: 20px;
}
.form .form-row.parsley-error,
.form .form-row.parsley-error.focus {
  position: relative;
  background: rgba(255, 0, 0, 0.025);
  border-color: red;
}
.form .form-row-checkbox {
  padding-top: 10px;
}
.form .form-row-checkbox label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
}
.form .form-row-checkbox input {
  margin-right: 10px;
}
.form .form-row-checkbox + .form-row.action {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .form .field-label {
    height: auto;
    width: auto;
    float: none;
  }
  .form .form-control,
  .form .select-wrap,
  .form select {
    width: 100%;
  }
}
.page-header {
  height: 150px;
  margin-top: 80px;
}
.page-header .container {
  height: 100%;
  position: relative;
}
.page-header .logo {
  width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .page-header {
    height: 100px;
  }
  .page-header .logo {
    width: 200px;
  }
}
.video-container {
  padding: 56.25% 0 0;
  position: relative;
}
.video-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.donation-slider {
  max-width: 406px;
  margin: 140px auto 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.donation-slider .slider {
  margin: 0 0 40px;
}
.donation-slider .slider.waiting .val {
  -webkit-animation: floating 0.7s linear infinite alternate;
  animation: floating 0.7s linear infinite alternate;
}
.donation-slider .label {
  top: -5px;
  position: absolute;
  color: #c0d778;
  font-size: 16px;
  line-height: 1;
  font-family: Oswald, Merriweather, Helvetica, Arial, sans-serif;
}
.donation-slider .label.min {
  left: -20px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.donation-slider .label.max {
  right: -20px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.donation-slider .val {
  width: 90px;
  height: 40px;
  top: -60px;
  margin-left: -45px;
  background: #c0d778;
  border-radius: 9em;
  color: #3d5200;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: Oswald, Merriweather, Helvetica, Arial, sans-serif;
}
.donation-slider .val,
.donation-slider .val:before {
  left: 50%;
  position: absolute;
}
.donation-slider .val:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 7.5px 7.5px 0;
  bottom: -7px;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top-color: #c0d778;
}
.donation-slider .action {
  margin: 0 -30px;
  font-size: 0;
}
.donation-slider .action .button-container,
.donation-slider .action .channel {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.donation-slider .action .other-amount {
  margin: -10px 0 15px 20px;
  padding: 0 10px;
  text-align: left;
  font-size: 12px;
  font-family: Oswald, Merriweather, Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .donation-slider .action {
    margin: 0;
  }
  .donation-slider .action .button-container {
    display: block;
    margin-top: 20px;
  }
}
.section {
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-video {
  padding-top: 0;
}
@media (max-width: 767px) {
  .section-video .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.section-actions {
  padding-top: 0;
}
.action-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: 50px;
  margin-left: 50px;
}
.action-boxes .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
  padding: 50px 30px;
  position: relative;
  background: #c0d778;
  border-radius: 30px;
  text-align: center;
  font-family: Oswald, Merriweather, Helvetica, Arial, sans-serif;
}
.action-boxes .item:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0;
}
.action-boxes .item:last-child {
  margin-right: 0;
}
.action-boxes .item:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}
.action-boxes .item:before {
  content: "";
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  position: absolute;
  background: #b1c770;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  border-radius: 50% 0 50% 0;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
}
.action-boxes .item:first-child:before {
  content: "1";
}
.action-boxes .item:nth-child(2):before {
  content: "2";
}
.action-boxes .item:nth-child(3):before {
  content: "3";
}
.action-boxes .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  margin: 0 0 30px;
}
.action-boxes .icon {
  width: 80px;
  height: 80px;
  color: #fff;
}
.action-boxes img[src*="friends"] {
  width: 100px;
}
.action-boxes img[src*="donation"] {
  width: 60px;
}
.action-boxes p {
  margin: 0;
}
@media (max-width: 1023px) {
  .action-boxes {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .action-boxes,
  .action-boxes .item.item {
    display: block;
  }
  .action-boxes .item.item {
    width: 100%;
    padding: 30px 20px;
    float: none;
  }
  .action-boxes .item.item + .item {
    margin-top: 20px;
  }
  .action-boxes .img {
    display: block;
    height: auto;
  }
  .action-boxes .icon {
    height: 40px;
  }
  .action-boxes .icon,
  .action-boxes img[src*="friends"] {
    width: 40px;
  }
  .action-boxes img[src*="donation"] {
    width: 30px;
  }
}
.section-pledge {
  background: linear-gradient(hsla(75, 54%, 66%, 0.1), #fff 300px);
  border-width: 1px 0 0;
  border-style: solid;
  border-color: hsla(75, 54%, 66%, 0.8);
}
.section-pledge .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.section-pledge .pledge-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 2/3 - (30px - 30px * 2/3));
}
.section-pledge .pledge-text:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0;
}
.section-pledge .pledge-text:last-child {
  margin-right: 0;
}
.section-pledge .pledge-text:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}
.section-pledge .pledge-text .subtitle {
  margin: 50px 0;
  text-align: left;
}
.section-pledge .gfx {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
  position: relative;
}
.section-pledge .gfx:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0;
}
.section-pledge .gfx:last-child {
  margin-right: 0;
}
.section-pledge .gfx:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}
.section-pledge .circle {
  width: 200px;
  height: 200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #c0d778;
  border-radius: 50%;
}
.section-pledge .circle,
.section-pledge .circle .icon {
  position: absolute;
  left: 50%;
  margin-right: -50%;
}
.section-pledge .circle .icon {
  width: 80px;
  height: 80px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.section-pledge .circle-1 {
  z-index: 1;
}
.section-pledge .circle-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  top: 120px;
  left: auto;
  right: 80px;
  border: 5px solid #c0d778;
  text-align: center;
  color: #c0d778;
  font-size: 17px;
  line-height: 1.5;
  font-family: Oswald, Merriweather, Helvetica, Arial, sans-serif;
}
.section-pledge .circle-2 span,
.section-pledge .circle-2 strong {
  display: block;
}
.section-pledge .circle-2 strong {
  margin-top: 40px;
  font-weight: 400;
  color: #95b536;
  font-size: 30px;
}
.section-pledge .pledge-action {
  margin: 50px 0 0;
  text-align: center;
}
.section-pledge .pledge-action .inner {
  display: inline-block;
  padding: 0 0 0 90px;
  position: relative;
}
.section-pledge .pledge-action p {
  margin: 0;
  color: #ae5909;
  text-align: left;
  font-size: 22px;
  font-family: Oswald, Merriweather, Helvetica, Arial, sans-serif;
}
.section-pledge .pledge-action strong {
  color: #85a130;
}
.section-pledge .pledge-action .control {
  width: 56px;
  height: 56px;
  top: 0;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #f59841;
}
.section-pledge .pledge-action .control i {
  width: 56px;
  height: 56px;
  top: -10px;
  left: 6px;
  position: absolute;
}
.section-pledge .pledge-action .control .icon {
  display: block;
  width: 100%;
  height: 100%;
  color: #c0d778;
}
.section-pledge .form {
  margin: 80px 0 0;
  text-align: center;
}
.section-pledge .form .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  border: none;
}
.section-pledge .form .newsletter {
  margin: 40px 0;
  color: #758d2a;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-pledge .form .newsletter input {
  margin-right: 7px;
}
.section-pledge .form .form-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
}
.section-pledge .form .form-row:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0;
}
.section-pledge .form .form-row:last-child {
  margin-right: 0;
}
.section-pledge .form .form-row:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}
.section-pledge .form .form-control {
  width: 100%;
}
.section-pledge .form .disclaimer {
  max-width: 550px;
  margin: 40px auto 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
}
.section-pledge .thank-you {
  display: none;
  margin: 70px 0 0;
  padding: 40px 50px;
  background: #f59841;
  border-radius: 9em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: Oswald, Merriweather, Helvetica, Arial, sans-serif;
}
.section-pledge .thank-you p {
  margin: 0;
}
.section-pledge .download-pledge {
  margin: 100px 0 0;
  text-align: center;
}
.section-pledge .download-pledge .button {
  background: none;
  border: 1px solid #f59841;
  font-size: 13px;
  color: #000;
}
.section-pledge .download-pledge .button:hover {
  background: rgba(245, 152, 65, 0.1);
}
@media (max-width: 1023px) {
  .section-pledge .gfx .circle-2 {
    top: 140px;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
  }
  .section-pledge .pledge-action br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-pledge .pledge-text {
    width: 100%;
  }
  .section-pledge .gfx {
    display: none;
  }
  .section-pledge .form .form-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1 - (30px - 30px * 1));
  }
  .section-pledge .form .form-row:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0;
  }
  .section-pledge .form .form-row:last-child {
    margin-right: 0;
  }
  .section-pledge .form .form-row:nth-child(undefinedn) {
    margin-right: 0;
    margin-left: auto;
  }
}
.section-share {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  background: #fde7d3;
  text-align: center;
}
.section-share .bg {
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url(../img/chick.jpg) center 40%/cover no-repeat;
}
.section-share .container {
  position: relative;
}
.section-share .img {
  display: block;
  width: 80px;
  margin: 0 auto 60px;
}
.section-share p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-share {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-donate .img {
  margin: 90px 0 0;
  text-align: center;
}
.section-donate .img .ok {
  width: 100px;
}
.section-donate .img .donate {
  width: 80px;
  margin-left: 70px;
}
.section-donate .img img {
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .section-donate .subtitle br {
    display: none;
  }
}
.section-raport {
  background: linear-gradient(hsla(75, 54%, 66%, 0.1), #fff 300px);
  border-width: 1px 0 0;
  border-style: solid;
  border-color: hsla(75, 54%, 66%, 0.8);
}
.section-raport .columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.section-raport .column,
.section-raport .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-raport .column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (100px - 100px * 1/2));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-raport .column:nth-child(1n) {
  margin-right: 100px;
  margin-left: 0;
}
.section-raport .column:last-child {
  margin-right: 0;
}
.section-raport .column:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.section-raport .img {
  max-width: 100%;
}
.section-raport .section-title {
  margin-bottom: 30px;
  text-align: left;
}
.section-raport .button-container {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .section-raport .column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (40px - 40px * 1/2));
  }
  .section-raport .column:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
  }
  .section-raport .column:last-child {
    margin-right: 0;
  }
  .section-raport .column:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .section-raport .column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1 - (30px - 30px * 1));
  }
  .section-raport .column:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0;
  }
  .section-raport .column:last-child {
    margin-right: 0;
  }
  .section-raport .column:nth-child(undefinedn) {
    margin-right: 0;
    margin-left: auto;
  }
  .section-raport .column + .column {
    margin-top: 60px;
  }
  .section-raport .section-title {
    text-align: center;
  }
}
.brands-bar {
  height: 53px;
  padding: 0 20px;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 3;
  background: #fff;
  border-bottom: 3px solid #c0d778;
}
.brands-bar p {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 50px;
  font-family: Oswald, Merriweather, Helvetica, Arial, sans-serif;
}
.brands-bar p + p {
  margin-left: 30px;
}
.brands-bar img {
  height: 22px;
  margin: 0 2px;
  top: -2px;
  position: relative;
}
.brands-bar img:first-of-type {
  margin-left: 12px;
}
.brands-bar img[src*="mcdonalds"] {
  height: 20px;
}
.brands-bar img[src*="biedronka"] {
  height: 19px;
}
.brands-bar img[src*="oetker"] {
  height: 18px;
}
.brands-bar img[src*="subway"],
.brands-bar img[src*="telepizza"] {
  height: 15px;
}
.brands-bar img:nth-child(3) {
  opacity: 0.8;
}
.brands-bar img:nth-child(4) {
  opacity: 0.6;
}
.brands-bar img:nth-child(5) {
  opacity: 0.4;
}
.brands-bar img:nth-child(6) {
  opacity: 0.2;
}
.brands-bar .button {
  width: auto;
  height: 34px;
  top: 8px;
  right: 20px;
  position: absolute;
  line-height: 34px;
  font-size: 13px;
}
@media (max-width: 1110px) {
  .brands-bar p + p {
    margin-left: 15px;
  }
  .brands-bar .button {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 1060px) {
  .brands-bar p {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .brands-bar {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .brands-bar p {
    display: block;
    line-height: 2;
  }
  .brands-bar p + p {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .brands-bar {
    padding-right: 12px;
    padding-left: 12px;
  }
  .brands-bar p {
    font-size: 11px;
  }
  .brands-bar img {
    margin: 0 2px;
  }
  .brands-bar img:nth-child(n + 4) {
    display: none;
  }
  .brands-bar img[src*="telepizza"] {
    height: 12px;
  }
  .brands-bar .button {
    width: 100%;
    margin-top: 5px;
    position: static;
    font-size: 11px;
  }
}
.page-brands {
  background: linear-gradient(
    hsla(75, 54%, 66%, 0.15),
    hsla(75, 54%, 66%, 0.05) 300px
  );
}
.page-brands .page-content {
  position: relative;
}
.page-brands[data-lista="1"] .lista-2,
.page-brands[data-lista="1"] .lista-3,
.page-brands[data-lista="1"] .page-header .logo.-light {
  display: none;
}
.page-brands[data-lista="2"] {
  /*background: #000;*/
  /*color: #fff;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-brands[data-lista="2"] .page-header .logo.-dark {
  display: none;
}

.page-brands[data-lista="2"] .brands-wrap {
  /*border-color: transparent;*/
  color: #000;
}

.page-brands[data-lista="2"] .lista-1,
.page-brands[data-lista="2"] .lista-3 {
  display: none;
}

.page-brands[data-lista="3"] .lista-1,
.page-brands[data-lista="3"] .lista-2 {
  display: none;
}

.brands {
  text-align: center;
}
.brands h2 {
  margin-bottom: 80px;
}
.brands h3 {
  margin-bottom: 30px;
}
.brands-choose {
  margin-bottom: 20px;
  color: gray;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: Oswald, Merriweather, Helvetica, Arial, sans-serif;
}
.brands-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 130px;
  padding: 5px;
  border: 1px solid hsla(75, 54%, 66%, 0.8);
  border-radius: 10px;
}
.brands-menu h2 {
  opacity: 0.5;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  border-radius: 10px;
  font-size: 25px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.brands-menu h2.-active {
  opacity: 1;
  background: #c0d778;
}
.brands-menu h2.-active:before {
  content: "";
  width: 20px;
  height: 20px;
  bottom: -10px;
  left: calc(50% - 10px);
  position: absolute;
  background: #c0d778;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.brands-menu-column {
  width: 50%;
}
.brands-section {
  margin-bottom: 80px;
}
.brands-wrap {
  padding: 50px 25px 40px;
  background: #fff;
  border: 1px solid hsla(75, 54%, 66%, 0.8);
  border-radius: 10px;
}
.brands-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brands-item {
  width: 209.6px;
  min-width: 209.6px;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
}
.brands-item .logo {
  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;
  height: 80px;
  margin-bottom: 20px;
}
.brands-item .logo img,
.brands-item .logo span {
  width: 100%;
  height: 100%;
}
.brands-item .logo img {
  max-width: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  image-rendering: -webkit-optimize-contrast;
}
.brands-item .logo img[src*="orbis"] {
  max-width: 63%;
}
.brands-item .logo img[src*="ic.jpg"] {
  max-width: 100%;
}
.brands-item .logo img[src*="sofitel"] {
  max-width: 90%;
}
.brands-item .logo img[src*="accor"],
.brands-item .logo img[src*="blikle"],
.brands-item .logo img[src*="compass"],
.brands-item .logo img[src*="subway"] {
  max-width: 80%;
}
.brands-item .logo img[src*="mcdonalds"] {
  max-width: 41%;
}
.brands-item .logo img[src*="nero"] {
  max-width: 47%;
}
.brands-item .logo img[src*="mila"] {
  max-width: 70%;
}
.brands-item .logo img[src*="zabka"] {
  max-width: 67%;
}
.brands-item .logo img[src*="delikatesy-centrum"] {
  max-width: 53%;
}
.brands-item .logo img[src*="lewiatan"] {
  max-width: 68%;
}
.brands-item .logo img[src*="leclerc"] {
  max-width: 83%;
}
.brands-item .logo img[src*="intermarche"] {
  max-width: 82%;
}
.brands-item .logo img[src*="topaz"] {
  max-width: 57%;
}
.brands-item .logo img[src*="spar"] {
  max-width: 93%;
}
.brands-item .logo img[src*="frac"] {
  max-width: 65%;
}
.brands-item .logo img[src*="lodostrefa"] {
  max-width: 85%;
}
.brands-item .logo img[src*="bonano"] {
  max-width: 87%;
}
.brands-item .logo img[src*="telepizza"] {
  max-width: 73%;
}
.brands-item .logo img[src*="north-fish"],
.brands-item .logo img[src*="nowakowski"] {
  max-width: 92%;
}
.brands-item .logo img[src*="vincent"] {
  max-width: 65%;
}
.brands-item .logo img[src*="orlen"] {
  max-width: 50%;
}
.brands-item .logo img[src*="statoil"] {
  max-width: 78%;
}
.brands-item .logo img[src*="paris"] {
  max-width: 60%;
}
.brands-item .logo img[src*="best-western"] {
  max-width: 94%;
}
.brands-item .logo img[src*="golebiewski"] {
  max-width: 87%;
}
.brands-item .logo img[src*="diament"],
.brands-item .logo img[src*="focus-hotel"] {
  max-width: 100%;
}
.brands-item .logo img[src*="satoria"] {
  max-width: 90%;
}
.brands-item .logo img[src*="abc"],
.brands-item .logo img[src*="aldik"],
.brands-item .logo img[src*="delecta"] {
  max-width: 65%;
}
.brands-item .logo img[src*="simply-market"] {
  max-width: 66%;
}
.brands-item .name {
  font-size: 17px;
  line-height: 1.25;
  font-family: Oswald, Merriweather, Helvetica, Arial, sans-serif;
}
.brands-producer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}
.brands-producer .brands-item {
  width: 180px;
  min-width: 180px;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.brands-producer .brands-item .logo img {
  max-width: 90%;
}
.brands-producer .brands-item .logo img[src*="nestle"] {
  max-width: 55%;
}
.brands-producer .brands-item .logo img[src*="frosta"] {
  max-width: 50%;
}
.brands-producer .brands-item .logo img[src*="la-loraine"] {
  max-width: 66%;
}
.brands-producer .brands-item .logo img[src*="ferrero"] {
  max-width: 80%;
}
.brands-producer .brands-item .logo img[src*="mondelez"] {
  max-width: 84%;
}
.brands-producer .brands-item .logo img[src*="pepsico"] {
  top: -10px;
}
.brands-producer .brands-item .logo img[src*="koral"] {
  max-width: 50%;
}
.brands-producer p {
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 25px;
  padding-top: 20px;
  text-align: left;
  font-size: 15px;
}
.brands-producer + .brands-producer {
  margin-top: 10px;
}
.brands-producer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 540px;
}
@media (max-width: 1140px) {
  .brands-item {
    width: 20%;
    min-width: 20%;
  }
}
@media (max-width: 1023px) {
  .brands-menu h2 {
    font-size: 20px;
  }
  .brands-item {
    width: 25%;
    min-width: 25%;
  }
  .brands-producer .brands-item {
    width: 33.33%;
    min-width: 33.33%;
  }
  .brands-producer-items {
    width: 60%;
    min-width: 60%;
  }
}
@media (max-width: 767px) {
  .brands-menu h2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .brands-item {
    width: 33.33%;
    min-width: 33.33%;
  }
  .brands-producer {
    display: block;
  }
  .brands-producer .brands-item {
    width: 180px;
    min-width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
  .brands-producer + .brands-producer {
    margin-top: 40px;
  }
  .brands-producer p {
    margin: 0;
    margin-right: 10px;
    padding: 0;
    text-align: center;
  }
  .brands-producer-items {
    width: auto;
    display: block;
  }
}
@media (max-width: 500px) {
  .brands-wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .brands-item {
    width: 50%;
    min-width: 50%;
  }
}
.bottom-bar {
  height: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 3;
  background: #fff;
  background: linear-gradient(110deg, #d9f9f5, #fdd9e6);
  line-height: 76px;
  text-align: center;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: bottom 0.25s;
}
.bottom-bar img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.bottom-bar p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}
.bottom-bar p small {
  margin-left: 5px;
  font-weight: 500;
  font-size: 18px;
}
.bottom-bar p strong {
  font-family: Arial, sans-serif;
  color: #f30056;
}
.bottom-bar .button {
  vertical-align: middle;
  margin-left: 70px;
  background: #f30056;
  border-color: transparent;
}
.bottom-bar .button:hover {
  background: #db004d;
  border-color: transparent;
}
.bottom-bar.pinned {
  bottom: -80px;
}
@media (max-width: 1023px) {
  .bottom-bar p {
    font-size: 17px;
  }
  .bottom-bar p small {
    font-size: 15px;
  }
  .bottom-bar .button {
    margin-left: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .bottom-bar {
    height: 50px;
    padding: 8px 0 0;
    padding-left: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .bottom-bar img {
    display: none;
  }
  .bottom-bar p,
  .bottom-bar p small {
    font-size: 12px;
  }
  .bottom-bar p small {
    display: block;
    margin-left: 0;
  }
  .bottom-bar .button {
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    font-size: 10px;
    line-height: 50px;
  }
  .bottom-bar.pinned {
    bottom: -50px;
  }
}
.popup-special--dzialamy {
  width: 640px;
  height: 215px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 5;
  background: #fff;
  background: linear-gradient(110deg, #d9f9f5, #fdd9e6);
  border: 1px solid #4cc0b5;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 50px rgba(12, 54, 50, 0.2);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
}
.popup-special--dzialamy .content {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 50px 0;
}
.popup-special--dzialamy h1 {
  margin: 0;
  font-size: 30px;
}
.popup-special--dzialamy .fox {
  width: 200px;
  top: 20px;
  right: 20px;
  position: absolute;
}
.popup-special--dzialamy .button {
  padding-right: 30px;
  padding-left: 30px;
  vertical-align: middle;
  background: #17baaa;
  color: #fff;
}
.popup-special--dzialamy .button:hover {
  background: #14a395;
  border-color: #14a395;
}
.popup-special--dzialamy .link-close {
  margin: 0 0 0 20px;
  padding-right: 0;
  padding-left: 0;
  background: none;
  vertical-align: middle;
  color: #17baaa;
}
.popup-special--dzialamy .link-close:hover {
  background: none;
  border-color: transparent;
  color: #118d80;
}
.popup-special--dzialamy .popup-close {
  display: none;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
  border: 1px solid #4cc0b5;
}
.popup-special--dzialamy.tmore {
  height: 245px;
}
.popup-special--dzialamy.tmore .fox {
  top: 35px;
  right: 30px;
}
.popup-special--dzialamy.tmore2 {
  width: 760px;
  height: 250px;
}
.popup-special--dzialamy.tmore2 p {
  max-width: 490px;
}
.popup-special--dzialamy.tmore2 .fox {
  top: 35px;
  right: 30px;
}
.popup-special--dzialamy.tmore3 {
  width: 760px;
  height: 280px;
}
.popup-special--dzialamy.tmore3 p {
  max-width: 490px;
}
.popup-special--dzialamy.tmore3 .fox {
  top: 35px;
  right: 30px;
}
@media (max-width: 767px) {
  .popup-special--dzialamy {
    height: 165px;
  }
  .popup-special--dzialamy .content {
    padding: 25px 20px 0;
  }
  .popup-special--dzialamy h1 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .popup-special--dzialamy p {
    margin-bottom: 15px;
  }
  .popup-special--dzialamy .popup-close {
    right: 0;
  }
  .popup-special--dzialamy.tmore,
  .popup-special--dzialamy.tmore2 {
    height: 190px;
  }
  .popup-special--dzialamy.tmore3 {
    height: 210px;
  }
}
.popup-special--domek {
  width: 640px;
  height: 440px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 5;
  background: url(../img-content/popup-domek.jpg) top/contain no-repeat #7f6e62;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateY(490px);
  transform: translateY(490px);
}
.popup-special--domek .content {
  display: block;
  padding-top: 280px;
  text-align: center;
  color: #fff;
}
.popup-special--domek h1 {
  font-size: 24px;
  color: inherit;
}
.popup-special--domek h1,
.popup-special--domek p {
  -webkit-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
.popup-special--domek p {
  display: inline-block;
  padding: 5px 10px;
  font-size: 17px;
  background: #4cc0b5;
}
.popup-special--domek .cta {
  top: 205px;
  left: 218px;
  color: #17baaa;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.12em;
  -webkit-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
.popup-special--domek .cta,
.popup-special--domek .popup-close {
  position: absolute;
}
.popup-special--domek .popup-close {
  top: -6px;
  right: -6px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup-special--domek {
    display: none;
  }
}
body.popup-visible {
  overflow: hidden;
}
.popup,
.popup-overlay {
  visibility: hidden;
  opacity: 0;
  transition: 0.35s;
}
.popup-overlay.visible,
.popup.visible {
  visibility: visible;
  opacity: 1;
}
.popup-overlay {
  position: fixed;
  z-index: 4;
  background: linear-gradient(45deg, #00423c, #cff2ef);
}
.popup-overlay,
.popup-overlay:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup-overlay:before {
  content: "";
  opacity: 0.02;
  position: absolute;
  background: url(http://otwarteklatki.pl/wp-content/themes/otwarteklatki/assets/img-content/farm-animals.jpg)
    no-repeat 50%;
  background-size: cover;
}
.popup-overlay.visible {
  opacity: 1;
}
.popup {
  width: 100%;
  height: 100%;
  padding: 30px 0;
  overflow: auto;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 5;
}
.popup .select-control {
  width: 100%;
  text-align: center;
}
.popup .select-control .current-option {
  border: 1px solid #fff;
}
.popup .select-control .options {
  text-align: center;
}
.popup .select-control.selected .current-option {
  border: none;
}
@media (max-width: 767px) {
  .popup {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .popup-wrap {
    padding: 0 10px;
  }
}
.popup-inner {
  width: 100%;
  margin: auto;
  padding: 50px 50px 20px;
  position: relative;
  background: #fff;
  border-radius: 3px;
}
.popup-inner > :last-child {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .popup-inner {
    padding: 30px 20px 10px;
  }
}
.popup-header {
  margin: 0 0 60px;
  position: relative;
  z-index: 1;
}
.popup-header .subtitle {
  margin-top: -30px;
  color: rgba(12, 54, 50, 0.5);
}
.popup-header h2 {
  margin-top: -30px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .popup-header {
    margin-bottom: 30px;
  }
  .popup-header h2 {
    font-size: 19px;
  }
}
.popup-content {
  position: relative;
  z-index: 1;
}
.popup-close {
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
  position: fixed;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #4cc0b5;
  transition: 0.15s;
}
.popup-close .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup-close:hover {
  background: #17baaa;
  color: #fff;
}
.popup-close:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#popup-newsletter .messages > div {
  display: none;
}
#popup-join .popup-content:after {
  content: "";
  display: table;
  clear: both;
}
#popup-join .parts {
  overflow: hidden;
}
#popup-join .part-1 {
  width: 65%;
  float: left;
}
#popup-join .part-2 {
  width: 35%;
  padding-left: 50px;
  float: left;
  text-align: center;
}
@media (max-width: 767px) {
  #popup-join .part-1 {
    width: auto;
    float: none;
  }
  #popup-join .part-2 {
    display: none;
  }
}
#popup-resource-locked .popup-wrap {
  max-width: 600px;
}
#popup-resource-locked .messages > div {
  display: none;
}
#popup-resource-locked .download-ready {
  display: none;
  padding-top: 20px;
  border-top: 1px solid #d6dcdb;
}
