@charset "UTF-8";
/* line 1, ../sass/_classes.scss */
.clr:after {
  clear: both;
  content: ' ';
  display: block;
}

/* line 7, ../sass/_classes.scss */
.transition, a, .navbar, .logo, .under_logo, .news_tile img, .yc_block:after, .yc_icon, .wwd_block img, .form_amounts, .form_data, .popup_additional, .popup_additional_2, .loader {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}

/* line 14, ../sass/_classes.scss */
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 21, ../sass/_classes.scss */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 29, ../sass/_classes.scss */
.center {
  text-align: center;
}

/* line 33, ../sass/_classes.scss */
.no_pad {
  padding: 0;
}

/* line 38, ../sass/_classes.scss */
.full_cont .container {
  width: 100%;
  max-width: 100%;
}

/* line 44, ../sass/_classes.scss */
.with_pad {
  padding: 4.5rem 0;
}

/* line 48, ../sass/_classes.scss */
.with_small_pad {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 53, ../sass/_classes.scss */
.with_pad_top {
  padding-top: 60px;
}

/* line 57, ../sass/_classes.scss */
.with_small_pad_top {
  padding-top: 2.5rem;
}

/* line 61, ../sass/_classes.scss */
.with_pad_bottom {
  padding-bottom: 4.5rem;
}

/* line 65, ../sass/_classes.scss */
.no_pad_left {
  padding-left: 0;
}

/* line 69, ../sass/_classes.scss */
.no_pad_right {
  padding-right: 0;
}

/* line 73, ../sass/_classes.scss */
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

/* line 81, ../sass/_classes.scss */
.flex_start {
  justify-content: flex-start;
}

/* line 85, ../sass/_classes.scss */
.space_between {
  justify-content: space-between;
}

/* line 89, ../sass/_classes.scss */
.space_around {
  justify-content: space-around;
}

/* line 93, ../sass/_classes.scss */
.flex_center {
  justify-content: center;
}

/* line 97, ../sass/_classes.scss */
.flex_end {
  justify-content: flex-end;
}

/* line 102, ../sass/_classes.scss */
.table_display {
  display: table;
  float: none;
  width: 100%;
}
/* line 107, ../sass/_classes.scss */
.table_display .table_cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/* line 114, ../sass/_classes.scss */
.o_hidden {
  overflow: hidden;
}

/* line 118, ../sass/_classes.scss */
.fixed {
  position: fixed;
}

/* line 122, ../sass/_classes.scss */
.primary_btn {
  background: #009de0;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  border: none;
  display: inline-block;
}
/* line 129, ../sass/_classes.scss */
.primary_btn:hover {
  color: #fff;
}

/* line 134, ../sass/_classes.scss */
.secondary_btn {
  background: #76b856;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  border: none;
  display: inline-block;
}
/* line 141, ../sass/_classes.scss */
.secondary_btn:hover {
  color: #fff;
}

/* line 146, ../sass/_classes.scss */
.accent2_btn_reverse {
  border: 1px solid #999999;
  color: #999999;
  background: #fff;
}

/* line 152, ../sass/_classes.scss */
.orange_huge_btn {
  color: #ec7404;
  border: 1px solid #ec7404;
  font-size: 1.9rem;
  padding: 1rem 2rem;
  display: inline-block;
  margin-top: 2rem;
}
/* line 159, ../sass/_classes.scss */
.orange_huge_btn:hover {
  color: #ec7404;
}

/* line 164, ../sass/_classes.scss */
.bg {
  background: #fff;
}

/* line 168, ../sass/_classes.scss */
.mt_2 {
  margin-top: 2rem;
}

/* line 171, ../sass/_classes.scss */
.mt_3 {
  margin-top: 3rem;
}

/* line 175, ../sass/_classes.scss */
.primary_bg {
  background-color: #009de0;
}

/* line 179, ../sass/_classes.scss */
.secondary_bg {
  background-color: #76b856;
}

/* line 183, ../sass/_classes.scss */
.accent_bg {
  background-color: #e84361;
}

/* line 187, ../sass/_classes.scss */
.primary_color {
  color: #009de0;
}

/* line 191, ../sass/_classes.scss */
.secondary_color {
  color: #76b856;
}

/* line 195, ../sass/_classes.scss */
.accent_color {
  color: #e84361;
}

/* line 199, ../sass/_classes.scss */
.white_color {
  color: #fff;
}

/* line 203, ../sass/_classes.scss */
.no_pad_right {
  padding-right: 0;
}

/* line 207, ../sass/_classes.scss */
.no_pad_left {
  padding-left: 0;
}

/* Bounce In */
/* line 214, ../sass/_classes.scss */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* line 223, ../sass/_classes.scss */
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 72, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 96, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 45, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
/*@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
/* line 63, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media all and (min-width: 993px) {
  /* line 2, ../sass/animation.scss */
  .animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
  }

  /* line 10, ../sass/animation.scss */
  .animated_load {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
  }

  /* line 19, ../sass/animation.scss */
  .animated_load_long {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    opacity: 0;
  }

  /* line 27, ../sass/animation.scss */
  .fill {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  /* line 35, ../sass/animation.scss */
  .animated_high {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
  }

  /* line 44, ../sass/animation.scss */
  .animated2 {
    -webkit-animation-duration: 1.7s;
    -moz-animation-duration: 1.7s;
    -o-animation-duration: 1.7s;
    animation-duration: 1.7s;
    opacity: 0;
  }

  /* line 52, ../sass/animation.scss */
  .delay_1 {
    -webkit-animation-delay: 0.3s;
    /* Safari 4.0 - 8.0 */
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  /* line 59, ../sass/animation.scss */
  .delay_2 {
    -webkit-animation-delay: 0.9s;
    /* Safari 4.0 - 8.0 */
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }

  /* line 66, ../sass/animation.scss */
  .delay_3 {
    -webkit-animation-delay: 1.5s;
    /* Safari 4.0 - 8.0 */
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }

  /* line 75, ../sass/animation.scss */
  .animated_delay_1 {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.9s;
    /* Safari 4.0 - 8.0 */
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    opacity: 0;
  }

  /* line 87, ../sass/animation.scss */
  .animated_delay_2 {
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 2.5s;
    /* Safari 4.0 - 8.0 */
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
    opacity: 0;
  }

  /* line 101, ../sass/animation.scss */
  .infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  /* line 108, ../sass/animation.scss */
  .animated_visible {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  }

  /* line 116, ../sass/animation.scss */
  .animated_parent {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
  }

  /* line 124, ../sass/animation.scss */
  .long {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    opacity: 0;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
}
/* line 158, ../sass/animation.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 209, ../sass/animation.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 237, ../sass/animation.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInLeftTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80px, -80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fadeInLeftTop {
  0% {
    opacity: 0;
    -moz-transform: translate(-80px, -80px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}
@-o-keyframes fadeInLeftTop {
  0% {
    opacity: 0;
    -o-transform: translate(-80px, -80px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0);
  }
}
@keyframes fadeInLeftTop {
  0% {
    opacity: 0;
    transform: translate(-80px, -80px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* line 296, ../sass/animation.scss */
.fadeInLeftTop {
  -webkit-animation-name: fadeInLeftTop;
  -moz-animation-name: fadeInLeftTop;
  -o-animation-name: fadeInLeftTop;
  animation-name: fadeInLeftTop;
}

@-webkit-keyframes fadeInLeftBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80px, 80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fadeInLeftBottom {
  0% {
    opacity: 0;
    -moz-transform: translate(-80px, 80px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}
@-o-keyframes fadeInLeftBottom {
  0% {
    opacity: 0;
    -o-transform: translate(-80px, 80px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0);
  }
}
@keyframes fadeInLeftBottom {
  0% {
    opacity: 0;
    transform: translate(-80px, 80px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* line 359, ../sass/animation.scss */
.fadeInLeftBottom {
  -webkit-animation-name: fadeInLeftBottom;
  -moz-animation-name: fadeInLeftBottom;
  -o-animation-name: fadeInLeftBottom;
  animation-name: fadeInLeftBottom;
}

@-webkit-keyframes fadeInRightTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, -80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fadeInRightTop {
  0% {
    opacity: 0;
    -moz-transform: translate(80px, -80px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}
@-o-keyframes fadeInRightTop {
  0% {
    opacity: 0;
    -o-transform: translate(80px, -80px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0);
  }
}
@keyframes fadeInRightTop {
  0% {
    opacity: 0;
    transform: translate(80px, -80px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* line 421, ../sass/animation.scss */
.fadeInRightTop {
  -webkit-animation-name: fadeInRightTop;
  -moz-animation-name: fadeInRightTop;
  -o-animation-name: fadeInRightTop;
  animation-name: fadeInRightTop;
}

@-webkit-keyframes fadeInRightBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, 80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fadeInRightBottom {
  0% {
    opacity: 0;
    -moz-transform: translate(80px, 80px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}
@-o-keyframes fadeInRightBottom {
  0% {
    opacity: 0;
    -o-transform: translate(80px, 80px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0);
  }
}
@keyframes fadeInRightBottom {
  0% {
    opacity: 0;
    transform: translate(80px, 80px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* line 485, ../sass/animation.scss */
.fadeInRightBottom {
  -webkit-animation-name: fadeInRightBottom;
  -moz-animation-name: fadeInRightBottom;
  -o-animation-name: fadeInRightBottom;
  animation-name: fadeInRightBottom;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 549, ../sass/animation.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
    opacity: 1;
  }
}
/* line 586, ../sass/animation.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 646, ../sass/animation.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* line 657, ../sass/animation.scss */
.scaling {
  animation-name: scaling;
  -webkit-animation-name: scaling;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes scaling {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* line 694, ../sass/animation.scss */
.floatingquick {
  animation-name: floatingquick;
  -webkit-animation-name: floatingquick;
  animation-duration: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floatingquick {
  0% {
    transform: translateX(0%);
  }
  30% {
    transform: translateX(12%);
  }
  60% {
    transform: translateX(-12%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes floatingquick {
  0% {
    -webkit-transform: translateX(0%);
  }
  30% {
    -webkit-transform: translateX(12%);
  }
  60% {
    -webkit-transform: translateX(-12%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 792, ../sass/animation.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 852, ../sass/animation.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
/* line 941, ../sass/animation.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* line 987, ../sass/animation.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes line-scroll {
  0% {
    background-position: 0 -80px;
  }
  80% {
    background-position: 0 0px;
  }
  100% {
    background-position: 0 80px;
  }
}
@-moz-keyframes line-scroll {
  0% {
    background-position: 0 -80px;
  }
  80% {
    background-position: 0 0px;
  }
  100% {
    background-position: 0 80px;
  }
}
@-ms-keyframes line-scroll {
  0% {
    background-position: 0 -80px;
  }
  80% {
    background-position: 0 0px;
  }
  100% {
    background-position: 0 80px;
  }
}
@keyframes line-scroll {
  0% {
    background-position: 0 -80px;
  }
  80% {
    background-position: 0 0px;
  }
  100% {
    background-position: 0 80px;
  }
}
/* line 1059, ../sass/animation.scss */
.zooming {
  transform: scale(1);
}
/* line 1062, ../sass/animation.scss */
.zooming.zoomed {
  transform: scale(1.15);
}

/* line 1066, ../sass/animation.scss */
.zoom_anim {
  -webkit-animation: zoom_anim 15 linear;
  -moz-animation: zoom_anim 15 linear;
  -o-animation: zoom_anim 15 linear;
  animation: zoom_anim 15 linear;
}

@-webkit-keyframes zoom_anim {
  from {
    -webkit-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  }
}
@-moz-keyframes zoom_anim {
  from {
    -webkit-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  }
}
@-o-keyframes zoom_anim {
  from {
    -webkit-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  }
}
/* line 1111, ../sass/animation.scss */
.se-pre-con {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: #f2f2f2;
}

/* line 1124, ../sass/animation.scss */
.loader {
  height: 58px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  width: 58px;
}

/* line 1136, ../sass/animation.scss */
.loader span {
  background: #29aae5;
  display: block;
  height: 12px;
  opacity: 0;
  position: absolute;
  width: 12px;
  animation: load 4.6s ease-in-out infinite;
  -o-animation: load 4.6s ease-in-out infinite;
  -ms-animation: load 4.6s ease-in-out infinite;
  -webkit-animation: load 4.6s ease-in-out infinite;
  -moz-animation: load 4.6s ease-in-out infinite;
}

/* line 1149, ../sass/animation.scss */
.loader span.block-1 {
  animation-delay: 1.06s;
  -o-animation-delay: 1.06s;
  -ms-animation-delay: 1.06s;
  -webkit-animation-delay: 1.06s;
  -moz-animation-delay: 1.06s;
  left: 0px;
  top: 0px;
}

/* line 1158, ../sass/animation.scss */
.loader span.block-2 {
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
  left: 16px;
  top: 0px;
}

/* line 1167, ../sass/animation.scss */
.loader span.block-3 {
  animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  -ms-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  left: 31px;
  top: 0px;
}

/* line 1176, ../sass/animation.scss */
.loader span.block-4 {
  animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  left: 47px;
  top: 0px;
}

/* line 1185, ../sass/animation.scss */
.loader span.block-5 {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
  left: 0px;
  top: 16px;
}

/* line 1194, ../sass/animation.scss */
.loader span.block-6 {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  left: 16px;
  top: 16px;
}

/* line 1203, ../sass/animation.scss */
.loader span.block-7 {
  animation-delay: 0.51s;
  -o-animation-delay: 0.51s;
  -ms-animation-delay: 0.51s;
  -webkit-animation-delay: 0.51s;
  -moz-animation-delay: 0.51s;
  left: 31px;
  top: 16px;
}

/* line 1212, ../sass/animation.scss */
.loader span.block-8 {
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
  left: 47px;
  top: 16px;
}

/* line 1221, ../sass/animation.scss */
.loader span.block-9 {
  animation-delay: 0.32s;
  -o-animation-delay: 0.32s;
  -ms-animation-delay: 0.32s;
  -webkit-animation-delay: 0.32s;
  -moz-animation-delay: 0.32s;
  left: 0px;
  top: 31px;
}

/* line 1230, ../sass/animation.scss */
.loader span.block-10 {
  animation-delay: 0.23s;
  -o-animation-delay: 0.23s;
  -ms-animation-delay: 0.23s;
  -webkit-animation-delay: 0.23s;
  -moz-animation-delay: 0.23s;
  left: 16px;
  top: 31px;
}

/* line 1239, ../sass/animation.scss */
.loader span.block-11 {
  animation-delay: 0.14s;
  -o-animation-delay: 0.14s;
  -ms-animation-delay: 0.14s;
  -webkit-animation-delay: 0.14s;
  -moz-animation-delay: 0.14s;
  left: 31px;
  top: 31px;
}

/* line 1248, ../sass/animation.scss */
.loader span.block-12 {
  animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  -ms-animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  left: 47px;
  top: 31px;
}

/* line 1257, ../sass/animation.scss */
.loader span.block-13 {
  animation-delay: -0.05s;
  -o-animation-delay: -0.05s;
  -ms-animation-delay: -0.05s;
  -webkit-animation-delay: -0.05s;
  -moz-animation-delay: -0.05s;
  left: 0px;
  top: 47px;
}

/* line 1266, ../sass/animation.scss */
.loader span.block-14 {
  animation-delay: -0.14s;
  -o-animation-delay: -0.14s;
  -ms-animation-delay: -0.14s;
  -webkit-animation-delay: -0.14s;
  -moz-animation-delay: -0.14s;
  left: 16px;
  top: 47px;
}

/* line 1275, ../sass/animation.scss */
.loader span.block-15 {
  animation-delay: -0.23s;
  -o-animation-delay: -0.23s;
  -ms-animation-delay: -0.23s;
  -webkit-animation-delay: -0.23s;
  -moz-animation-delay: -0.23s;
  left: 31px;
  top: 47px;
}

/* line 1284, ../sass/animation.scss */
.loader span.block-16 {
  animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  left: 47px;
  top: 47px;
}

@keyframes load {
  0% {
    opacity: 0;
    transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  85% {
    opacity: 0;
    transform: translateY(97px);
  }
  100% {
    opacity: 0;
    transform: translateY(97px);
  }
}
@-o-keyframes load {
  0% {
    opacity: 0;
    -o-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -o-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -o-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(97px);
  }
}
@-ms-keyframes load {
  0% {
    opacity: 0;
    -ms-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -ms-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -ms-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(97px);
  }
}
@-webkit-keyframes load {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -webkit-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(97px);
  }
}
@-moz-keyframes load {
  0% {
    opacity: 0;
    -moz-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -moz-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -moz-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(97px);
  }
}
/* line 1, ../sass/_base.scss */
body {
  font-size: 16px;
  line-height: 140%;
  font-family: "Arial", sans-serif;
  overflow-x: hidden;
}

/* line 8, ../sass/_base.scss */
html {
  overflow-x: hidden;
  font-size: 16px;
}

/* line 13, ../sass/_base.scss */
p {
  margin: 1rem 0;
}

/* line 17, ../sass/_base.scss */
a {
  color: #009de0;
}
/* line 21, ../sass/_base.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #76b856;
}

/* line 28, ../sass/_base.scss */
div:focus {
  outline: none !important;
}

/* line 32, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
  font-family: "Arial", sans-serif;
}

/* line 39, ../sass/_base.scss */
#btt {
  padding: 10px 15px;
  font-size: 22px;
  color: #009de0;
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 99;
}

/* line 49, ../sass/_base.scss */
.invisible {
  opacity: 0;
}

/**
*-----------------------------------------------
* header
*-----------------------------------------------
*/
/* line 59, ../sass/_base.scss */
#header {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 4;
}
/* line 65, ../sass/_base.scss */
#header.header_small {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 70, ../sass/_base.scss */
.top_bar {
  font-size: 0.9rem;
  padding: 0rem 0 0.4rem;
}
/* line 75, ../sass/_base.scss */
.top_bar a {
  color: #999999;
  display: inline-block;
  padding: 2px;
}
/* line 80, ../sass/_base.scss */
.top_bar a.si_link {
  font-size: 1.1rem;
  margin-right: 0.4rem;
}
/* line 87, ../sass/_base.scss */
.top_bar .social_icons {
  margin-top: 0.2rem;
}
/* line 92, ../sass/_base.scss */
.top_bar .menu_top_right li {
  margin-left: 0.5rem;
}
/* line 95, ../sass/_base.scss */
.top_bar .menu_top_right a {
  background: #009de0;
  color: #fff;
  padding: 12px 15px 6px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* line 101, ../sass/_base.scss */
.top_bar .menu_top_right a:hover {
  background: #ec7404;
  text-decoration: none;
}
/* line 108, ../sass/_base.scss */
.top_bar ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
/* line 119, ../sass/_base.scss */
.top_bar ul li {
  margin-left: 0.9rem;
}
/* line 121, ../sass/_base.scss */
.top_bar ul li a {
  font-size: 0.85rem;
}
/* line 123, ../sass/_base.scss */
.top_bar ul li a:hover {
  text-decoration: underline;
}
/* line 131, ../sass/_base.scss */
.top_bar .top_menu_highlight a {
  border-radius: 3px;
}
/* line 133, ../sass/_base.scss */
.top_bar .top_menu_highlight a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 143, ../sass/_base.scss */
.header_middle {
  padding: 1rem 0;
}

/* line 157, ../sass/_base.scss */
.navbar.navbar_small {
  transform: translateY(-25px);
}

/* line 162, ../sass/_base.scss */
.top_donate_btn {
  background: #e84361;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: 0.5rem 1.5rem;
  line-height: 120%;
  float: right;
  margin-top: 0.5rem;
}
/* line 173, ../sass/_base.scss */
.top_donate_btn:hover, .top_donate_btn:focus {
  color: #fff;
}
/* line 177, ../sass/_base.scss */
.top_donate_btn.tdb_small {
  font-size: 1rem;
  margin-top: 0.1rem;
}

/* line 190, ../sass/_base.scss */
#mega-menu-wrap-menu-top #mega-menu-menu-top li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  margin-left: 1px;
}

/* line 194, ../sass/_base.scss */
#mega-menu-wrap-menu-top #mega-menu-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: #919191;
  background-color: transparent;
}
/* line 197, ../sass/_base.scss */
#mega-menu-wrap-menu-top #mega-menu-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover {
  background: #009de0;
  color: #fff;
}

/* line 202, ../sass/_base.scss */
#mega-menu-wrap-menu-top #mega-menu-menu-top li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  color: #009de0;
}

/* line 205, ../sass/_base.scss */
.logo {
  max-width: 80%;
  width: 80%;
}
/* line 209, ../sass/_base.scss */
.logo.small_logo {
  width: 40%;
}

/* line 213, ../sass/_base.scss */
.mobile {
  display: none;
}

/* line 218, ../sass/_base.scss */
.slick-slide .mobile {
  display: none;
}

/* line 224, ../sass/_base.scss */
.slick-dots {
  bottom: -25px;
}
/* line 226, ../sass/_base.scss */
.slick-dots li {
  width: auto;
  height: auto;
}
/* line 230, ../sass/_base.scss */
.slick-dots li button {
  width: auto;
  height: auto;
  padding: 5px 0;
}
/* line 234, ../sass/_base.scss */
.slick-dots li button:before {
  width: 20px;
  height: 4px;
  background: #76b856;
  content: ' ';
  display: block;
  margin: 0 1px;
  position: relative;
}
/* line 246, ../sass/_base.scss */
.slick-dots li.slick-active button:before {
  background: #009de0;
  opacity: 1;
}

/* line 256, ../sass/_base.scss */
.under_logo {
  color: #009de0;
  font-size: .9rem;
  font-weight: normal;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
/* line 263, ../sass/_base.scss */
.under_logo.small_ul {
  margin-top: 0.4rem;
}

/* line 268, ../sass/_base.scss */
.breadcrumbs {
  font-size: 0.9rem;
  margin-top: 0.6rem;
}
/* line 271, ../sass/_base.scss */
.breadcrumbs a {
  color: gray;
}
/* line 275, ../sass/_base.scss */
.breadcrumbs .current-item {
  color: #009de0;
  font-weight: bold;
}

/**
*-----------------------------------------------
* Home
*-----------------------------------------------
*/
/* line 287, ../sass/_base.scss */
.main_banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  position: relative;
}
/* line 293, ../sass/_base.scss */
.main_banner .banner_overlay {
  display: block;
}

/* line 301, ../sass/_base.scss */
.home_buttons {
  padding: 0 2rem;
}

/* line 304, ../sass/_base.scss */
.home_button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff;
  padding: 1rem 3rem;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 130%;
  width: 94.5%;
  margin: 1rem auto;
}
/* line 320, ../sass/_base.scss */
.home_button:hover {
  color: #fff;
  opacity: 0.8;
}

/* line 325, ../sass/_base.scss */
.section_title {
  padding-top: 34px;
  background: url("../img/section_title_icon.png") no-repeat center top;
  background-size: 39px;
  margin-bottom: 2rem;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  color: #009de0;
  font-size: 2.5rem;
}
/* line 337, ../sass/_base.scss */
.section_title:before {
  height: 1px;
  background: #009de0;
  width: 90px;
  display: block;
  content: ' ';
  top: 29px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
}
/* line 349, ../sass/_base.scss */
.section_title.st_left {
  text-align: left;
}
/* line 351, ../sass/_base.scss */
.section_title.st_left:after {
  left: 0;
}
/* line 356, ../sass/_base.scss */
.section_title.st_black {
  color: #262626;
}

/* line 362, ../sass/_base.scss */
.menu_to_right #mega-menu-wrap-menu-top {
  float: right;
}

/* line 370, ../sass/_base.scss */
.news_tile {
  padding: 15px 25px;
}
/* line 373, ../sass/_base.scss */
.news_tile img {
  max-width: 100%;
  height: auto;
  opacity: 1;
  position: relative;
  z-index: 1;
}
/* line 382, ../sass/_base.scss */
.news_tile h3 {
  font-size: 0.9rem;
  color: #009de0;
  background: #f0f1ec;
  padding: 12px 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 4rem;
  margin-bottom: 0;
  text-align: center;
}
/* line 399, ../sass/_base.scss */
.news_tile .nt_link {
  padding: 0.5rem 2rem;
  border: 1px solid #009de0;
}
/* line 404, ../sass/_base.scss */
.news_tile p {
  margin: 1rem 0;
  font-size: 0.85rem;
}

/* line 410, ../sass/_base.scss */
.nt_thumb_cont {
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  position: relative;
}
/* line 413, ../sass/_base.scss */
.nt_thumb_cont:hover {
  box-shadow: 0 0 5px rgba(0, 157, 224, 0.8);
}
/* line 416, ../sass/_base.scss */
.nt_thumb_cont:hover img {
  opacity: 1;
}

/* line 425, ../sass/_base.scss */
.nt_date {
  background: #76b856;
  padding: 2px 6px;
  text-align: center;
  display: block;
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  z-index: 2;
  opacity: 1;
  top: 0;
  right: 20px;
  width: 5.2rem;
  text-align: center;
}
/* line 440, ../sass/_base.scss */
.nt_date .date_day {
  font-size: 2.2rem;
  display: block;
  text-align: center;
  padding: 11px 0 7px;
}

/* line 448, ../sass/_base.scss */
.bigger_more {
  font-size: 1.1rem;
  padding: 0.7rem 2rem;
  text-transform: uppercase;
  margin-top: 1rem;
}

/* line 459, ../sass/_base.scss */
.who_we_are {
  position: relative;
  background-image: url("../img/home_map_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
/* line 463, ../sass/_base.scss */
.who_we_are .overlay {
  opacity: 0.8;
  background: #fff;
}
/* line 469, ../sass/_base.scss */
.who_we_are .container {
  position: relative;
  z-index: 2;
}

/* line 475, ../sass/_base.scss */
.wwa_cont {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 130%;
}

/* line 487, ../sass/_base.scss */
.what_we_do {
  position: relative;
  background-image: url("../img/what_we_do.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-attachment: inherit;
  padding: 5rem 0;
}
/* line 491, ../sass/_base.scss */
.what_we_do p {
  font-size: 1.3rem;
  line-height: 140%;
}

/* line 500, ../sass/_base.scss */
.you_can {
  background: whitesmoke;
}
/* line 502, ../sass/_base.scss */
.you_can.ue {
  background: #eeeeee;
}
/* line 504, ../sass/_base.scss */
.you_can.ue .yc_block {
  background: #009de0;
}
/* line 506, ../sass/_base.scss */
.you_can.ue .yc_block h2 {
  font-size: 1.5rem;
  width: 100%;
}
/* line 510, ../sass/_base.scss */
.you_can.ue .yc_block:hover {
  background: #ec7404;
}

/* line 520, ../sass/_base.scss */
.page-template-page-ue .single_header, .page-template-page-publications .single_header {
  margin-bottom: 0;
}

/* line 525, ../sass/_base.scss */
.yc_block {
  padding: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #e84361;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
/* line 538, ../sass/_base.scss */
.yc_block h2 {
  font-size: 2.5rem;
  width: 100%;
  margin-top: 2rem;
  color: #fff;
}
/* line 546, ../sass/_base.scss */
.yc_block.ycb_2 {
  background: #ec637c;
}
/* line 551, ../sass/_base.scss */
.yc_block.ycb_3 {
  background: #f08396;
}
/* line 556, ../sass/_base.scss */
.yc_block.ycb_4 {
  background: #f4a2b1;
}
/* line 560, ../sass/_base.scss */
.yc_block:after {
  opacity: 0;
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -15px;
  color: #fff;
  font-size: 1.5rem;
}
/* line 582, ../sass/_base.scss */
.yc_block:hover:after {
  opacity: 1;
}

/* line 591, ../sass/_base.scss */
.home .yc_block {
  background: #ec7404;
}
/* line 593, ../sass/_base.scss */
.home .yc_block:hover {
  background: #fb8e28;
}

/* line 598, ../sass/_base.scss */
.accent_huge_btn {
  color: #e84361;
  border: 1px solid #e84361;
  font-size: 1.9rem;
  padding: 1rem 2rem;
  display: inline-block;
  margin-top: 2rem;
}
/* line 605, ../sass/_base.scss */
.accent_huge_btn:hover {
  color: #e84361;
}

/* line 611, ../sass/_base.scss */
.huge_btn {
  width: 100%;
}
/* line 613, ../sass/_base.scss */
.huge_btn a {
  font-size: 1.4rem;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-align: center;
}

/* line 623, ../sass/_base.scss */
.yc_icon {
  height: 100px;
  width: auto;
}

/* line 629, ../sass/_base.scss */
.instead_icon {
  font-size: 4rem;
  font-weight: bold;
  height: 100px;
  margin: 0;
  color: #fff;
}

/* line 642, ../sass/_base.scss */
.home_newsletter {
  background: url("../img/gray_bg.png") repeat left top;
}

/* line 646, ../sass/_base.scss */
.newsletter_form {
  width: 800px;
  margin: 20px auto;
}
/* line 650, ../sass/_base.scss */
.newsletter_form .zgoda_label input {
  width: 100%;
}

/* line 655, ../sass/_base.scss */
.newsletter_cont {
  align-content: flex-start;
  align-items: flex-start;
}

/* line 659, ../sass/_base.scss */
.nc_input {
  width: 78%;
}
/* line 661, ../sass/_base.scss */
.nc_input input {
  width: 100%;
  height: 40px;
  padding: 5px;
  border: none;
  border: 1px solid #bfbfbf;
}

/* line 670, ../sass/_base.scss */
.nc_submit {
  width: 22%;
}
/* line 672, ../sass/_base.scss */
.nc_submit input {
  height: 40px;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  background: #009de0;
  margin: 0;
  border: none;
  border: 1px solid #2ec0ff;
}

/* line 684, ../sass/_base.scss */
.zgoda_label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 125%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 15px;
}

/* Hide the browser's default checkbox */
/* line 700, ../sass/_base.scss */
.zgoda_label input {
  position: absolute;
  opacity: 1;
  width: 65px;
  height: 43px;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
/* line 713, ../sass/_base.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
/* line 724, ../sass/_base.scss */
.zgoda_label:hover input ~ .checkmark {
  cursor: pointer;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
/* line 735, ../sass/_base.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 742, ../sass/_base.scss */
.zgoda_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 747, ../sass/_base.scss */
.zgoda_label .checkmark:after {
  left: 6px;
  top: -5px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 758, ../sass/_base.scss */
.zgoda_label .checkmark {
  border-color: #009de0;
}
/* line 760, ../sass/_base.scss */
.zgoda_label .checkmark:after {
  border-color: #000 !important;
}

/**
*-----------------------------------------------
* single
*-----------------------------------------------
*/
/* line 776, ../sass/_base.scss */
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 782, ../sass/_base.scss */
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 790, ../sass/_base.scss */
.single_header {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6rem 0 2rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
/* line 796, ../sass/_base.scss */
.single_header h1 {
  font-size: 2.2rem;
  color: #fff;
  margin: 0;
}
/* line 803, ../sass/_base.scss */
.single_header.sh_empty {
  padding: 0.8rem 0;
}
/* line 807, ../sass/_base.scss */
.single_header.gray_bg {
  background: #656A70;
}

/* line 813, ../sass/_base.scss */
.title_quote {
  color: #fff;
  font-size: 1rem;
  font-style: italic;
  margin-top: 0.8rem;
}

/* line 821, ../sass/_base.scss */
.gallery .gallery-item, #gallery-1 .gallery-item, [id^=gallery] .gallery-item {
  margin-bottom: 0;
}
/* line 823, ../sass/_base.scss */
.gallery .gallery-item img, #gallery-1 .gallery-item img, [id^=gallery] .gallery-item img {
  border: none;
  max-width: 94%;
  height: auto;
}

/* line 832, ../sass/_base.scss */
article.post img {
  max-width: 100%;
  height: auto;
}

/* line 837, ../sass/_base.scss */
.single_cont {
  padding-bottom: 3rem;
}

/* line 841, ../sass/_base.scss */
h1.entry-title {
  font-size: 1.5rem;
}

/* line 845, ../sass/_base.scss */
.single_date {
  font-size: 0.9rem;
  color: #fff;
}

/* line 850, ../sass/_base.scss */
.post_nav {
  padding: 2rem 0;
}

/* line 854, ../sass/_base.scss */
.wp-block-media-text .wp-block-media-text__content {
  word-break: initial;
}

/* line 859, ../sass/_base.scss */
.tab-pane {
  padding: 1rem 0;
}
/* line 861, ../sass/_base.scss */
.tab-pane:after {
  display: block;
  content: ' ';
  width: 100%;
  clear: both;
}

/* line 869, ../sass/_base.scss */
.zgoda_label {
  padding-bottom: 1rem;
}

/* line 873, ../sass/_base.scss */
.clv_tabs {
  margin: 2rem 0;
}

/* line 879, ../sass/_base.scss */
.clv_tabs .nav-link {
  border-right: 1px solid #e4e4e4;
  font-size: 0.9rem;
  padding: 0.5rem 0.8rem;
}

/* line 886, ../sass/_base.scss */
.project_frame {
  border: 1px solid #dbdbdb;
  margin: 2rem 0;
  padding: 1.5rem;
  background: #f7f7f7;
}

/* line 895, ../sass/_base.scss */
.clv_accordion {
  margin: 2rem 0;
}
/* line 898, ../sass/_base.scss */
.clv_accordion .card-body {
  border-bottom: 1px solid #cccccc;
}

/* line 904, ../sass/_base.scss */
.card-header {
  background: transparent;
  border: none;
  padding: 0;
  border-left: 5px solid #009de0;
}
/* line 909, ../sass/_base.scss */
.card-header button {
  background: #fff;
  font-size: 1.5rem;
  padding: 0.8rem 2rem;
  display: block;
  text-align: left;
  width: 100%;
  color: gray;
  border-bottom: 1px dotted #c7c7c7;
}
/* line 918, ../sass/_base.scss */
.card-header button:hover {
  color: gray;
  text-decoration: none;
  background: #f2f2f2;
}
/* line 924, ../sass/_base.scss */
.card-header button:focus {
  text-decoration: none;
}
/* line 929, ../sass/_base.scss */
.card-header button.collapsed:after {
  content: '\f0d7';
}
/* line 933, ../sass/_base.scss */
.card-header button:after {
  content: ' ';
  display: block;
  content: '\f0d8';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  color: #009de0;
}

/* line 950, ../sass/_base.scss */
a.pdfbutton i {
  color: #CE200F;
  font-size: 1.3em;
  margin-right: 10px;
}

/* line 957, ../sass/_base.scss */
.accordion > .card .card-header {
  margin-bottom: 0;
}

/* line 961, ../sass/_base.scss */
.single_category {
  margin: 0 0 20px;
  text-align: center;
}

/* line 965, ../sass/_base.scss */
.accordion > .card {
  margin-bottom: 12px;
}

/* line 971, ../sass/_base.scss */
.table_no_border {
  border: none;
}

/* line 975, ../sass/_base.scss */
.narrow_table {
  max-width: 500px;
}

/* line 981, ../sass/_base.scss */
figure {
  margin: 1rem 0;
}

/* line 985, ../sass/_base.scss */
.wp-block-table {
  overflow: hidden;
}
/* line 987, ../sass/_base.scss */
.wp-block-table table {
  border: 1px solid #ebebeb;
}
/* line 989, ../sass/_base.scss */
.wp-block-table table td {
  border: 1px solid #dbdbdb;
  padding: 10px;
}

/* line 996, ../sass/_base.scss */
thead, tfoot {
  background: #f2f2f2;
}
/* line 999, ../sass/_base.scss */
thead th, thead td, tfoot th, tfoot td {
  padding: 1rem;
  color: #009de0;
  text-align: center;
}

/* line 1007, ../sass/_base.scss */
tfoot td {
  color: #000;
}

/* line 1016, ../sass/_base.scss */
.fundraiser_form {
  background: #009de0;
  width: 600px;
  max-width: 100%;
  margin: 0px auto 30px;
  color: #fff;
  padding: 30px;
}
/* line 1024, ../sass/_base.scss */
.fundraiser_form label {
  display: block;
  font-size: 0.9rem;
  margin: 10px 0 0;
  font-weight: bold;
}
/* line 1031, ../sass/_base.scss */
.fundraiser_form input[type="text"], .fundraiser_form input[type="email"], .fundraiser_form input[type="tel"], .fundraiser_form input[type="number"], .fundraiser_form select, .fundraiser_form textarea {
  width: 100%;
  background: #fff;
  padding: 10px;
  border: none;
  color: black;
  font-size: 1rem;
  font-weight: normal;
}
/* line 1042, ../sass/_base.scss */
.fundraiser_form h3 {
  text-align: center;
  line-height: 140%;
}
/* line 1047, ../sass/_base.scss */
.fundraiser_form input.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  background: #e84361;
  padding: 10px 40px;
  font-size: 1.5rem;
  color: #fff;
  border: none;
}
/* line 1056, ../sass/_base.scss */
.fundraiser_form span.wpcf7-list-item-label {
  font-weight: normal;
  font-size: 0.9rem;
}
/* line 1061, ../sass/_base.scss */
.fundraiser_form span.wpcf7-not-valid-tip {
  color: #f9df29;
}

/**
*-----------------------------------------------
* what we do
*-----------------------------------------------
*/
/*
.wwd_block {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}


.wwd_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin-bottom: 30px;
}

.wwd_block_text {
    width: 55%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: rgba($white, 0.9rem);
    padding: 6rem 1.5rem 2rem;
}*/
/* line 1103, ../sass/_base.scss */
.narrow_p {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

/* line 1109, ../sass/_base.scss */
.section_title.st_editor {
  margin: 1rem auto;
  display: block;
}

/* line 1114, ../sass/_base.scss */
.wwdb_text {
  padding: 1.5rem;
}
/* line 1116, ../sass/_base.scss */
.wwdb_text h3 {
  font-size: 1.3rem;
  font-weight: bold;
}
/* line 1120, ../sass/_base.scss */
.wwdb_text h3.wwdb_colored_title {
  color: #fff;
  margin: 0;
  padding: 1rem 1.5rem;
  font-weight: 400;
}
/* line 1129, ../sass/_base.scss */
.wwdb_text p {
  min-height: 5.5rem;
}
/* line 1133, ../sass/_base.scss */
.wwdb_text.wwdbt_nopad {
  padding: 0;
}
/* line 1137, ../sass/_base.scss */
.wwdb_text .wwdb_text_inner {
  padding: 0.8rem 1.5rem 1.5rem;
}

/* line 1144, ../sass/_base.scss */
.wwd_block {
  border: 1px solid #dbdbdb;
  margin-bottom: 3rem;
}
/* line 1150, ../sass/_base.scss */
.wwd_block img:hover {
  opacity: 0.7;
}

/* line 1158, ../sass/_base.scss */
.wwdb_btn_cont {
  text-align: right;
  margin-top: 1rem;
}
/* line 1162, ../sass/_base.scss */
.wwdb_btn_cont a {
  display: inline-block;
  background: #009de0;
  color: #fff;
  padding: 0.7rem 2rem;
}
/* line 1167, ../sass/_base.scss */
.wwdb_btn_cont a:hover {
  opacity: 0.8;
  color: #fff;
}

/**
*-----------------------------------------------
* who we are kim jestesmy o nas
*-----------------------------------------------
*/
/* line 1183, ../sass/_base.scss */
.who_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

/* line 1192, ../sass/_base.scss */
.wm_title {
  color: #fff;
  padding: 1rem;
  font-size: 1.3rem;
  width: 100%;
  margin-bottom: 0;
}

/* line 1205, ../sass/_base.scss */
.wm_text {
  background: #f0f0f0;
  padding: 1.5rem 1.2rem;
}
/* line 1209, ../sass/_base.scss */
.wm_text p {
  margin: 0;
}

/* line 1215, ../sass/_base.scss */
.nw_block {
  margin-bottom: 1rem;
}
/* line 1217, ../sass/_base.scss */
.nw_block h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: bold;
}
/* line 1223, ../sass/_base.scss */
.nw_block p {
  margin-top: 0.5rem;
}

/* line 1229, ../sass/_base.scss */
.wladze_title {
  padding: 0.5rem 1rem;
}

/* line 1233, ../sass/_base.scss */
.image_no_marg_top {
  margin-top: 0;
}

/* line 1237, ../sass/_base.scss */
figure {
  margin-top: 0;
}

/**
*----------------------------------------------------
* Payment
*----------------------------------------------------
*/
/* line 1247, ../sass/_base.scss */
.above_donate_title {
  color: #fff;
  font-size: 1.5rem;
}

/* line 1252, ../sass/_base.scss */
.p_tooltip {
  border: none;
  background: transparent;
  font-size: 15px;
}

/* line 1258, ../sass/_base.scss */
.payment_form {
  width: 500px;
  max-width: 100%;
  margin: 15px auto;
}
/* line 1262, ../sass/_base.scss */
.payment_form input[type="text"], .payment_form input[type="email"], .payment_form input[type="tel"], .payment_form textarea {
  width: 100%;
  border: none;
  padding: 10px;
  margin-bottom: 20px;
}

/* line 1270, ../sass/_base.scss */
.amounts_flex, .payment_types_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

/* line 1280, ../sass/_base.scss */
.c_progress_flex {
  padding: 1rem 2rem 0;
}
/* line 1282, ../sass/_base.scss */
.c_progress_flex span {
  display: block;
  width: 31%;
  border-radius: 2px;
  height: 6px;
  background: #d9d9d9;
}
/* line 1289, ../sass/_base.scss */
.c_progress_flex span.cpf_active {
  background: #76b856;
}

/* line 1295, ../sass/_base.scss */
.pay_logos {
  margin-top: 1rem;
}
/* line 1297, ../sass/_base.scss */
.pay_logos img {
  max-height: 35px;
  max-width: 90px;
  margin-left: 2rem;
}

/* line 1304, ../sass/_base.scss */
.c_no_choice {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  width: 10px;
  height: 10px;
  z-index: 0;
}

/* line 1313, ../sass/_base.scss */
.once_types, .recurring_types {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

@keyframes MoveUpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 0;
  }
}
/* line 1333, ../sass/_base.scss */
.c_down {
  display: block;
  text-align: center;
  bottom: 45px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  animation: MoveUpDown 2s ease-in-out infinite;
  z-index: 4;
}
/* line 1344, ../sass/_base.scss */
.c_down img {
  max-width: 80px;
  height: auto;
}

/* line 1350, ../sass/_base.scss */
.pay_btn, .pay_btn_2, .popup_activate {
  width: 100%;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #76b856;
  color: #fff;
  border: none;
}

/* line 1361, ../sass/_base.scss */
.pay_btn {
  display: none;
}

/* line 1365, ../sass/_base.scss */
.hidden_payu_popup_button {
  position: absolute;
  opacity: 0;
  width: 1px;
  background-color: transparent;
  border: none;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 0;
}

/* line 1377, ../sass/_base.scss */
.form_main_title {
  color: #009de0;
  font-size: 2.5rem;
  margin-top: 0;
  text-align: center;
}

/* line 1386, ../sass/_base.scss */
.tooltip {
  font-size: 12px;
}

/* line 1390, ../sass/_base.scss */
.tooltip-inner {
  max-width: 250px;
}

/* line 1394, ../sass/_base.scss */
.c_form_section {
  margin-bottom: 45px;
}
/* line 1395, ../sass/_base.scss */
.c_form_section .form_heading {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #5e5e5e;
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 1402, ../sass/_base.scss */
.c_form_section .form_heading.fh_second {
  margin-top: 15px;
}
/* line 1406, ../sass/_base.scss */
.c_form_section .form_heading.fh_first {
  margin-top: 1rem;
}
/* line 1410, ../sass/_base.scss */
.c_form_section .form_heading.no_top {
  margin-top: 0;
}
/* line 1417, ../sass/_base.scss */
.c_form_section .form_info {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
/* line 1424, ../sass/_base.scss */
.c_form_section .amount_tile {
  width: 30%;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #999999;
  margin-bottom: 1rem;
}
/* line 1432, ../sass/_base.scss */
.c_form_section .amount_tile.accent2_btn_reverse {
  padding: 10px;
  height: 50px;
}
/* line 1437, ../sass/_base.scss */
.c_form_section .amount_tile.highlight {
  background: #76b856;
  color: #fff;
}
/* line 1442, ../sass/_base.scss */
.c_form_section .amount_tile:focus {
  outline: none;
}
/* line 1447, ../sass/_base.scss */
.c_form_section .home_donation_custom_amount {
  font-size: 1rem;
  width: 65%;
  text-align: right;
}
/* line 1452, ../sass/_base.scss */
.c_form_section .home_donation_custom_amount:focus:placeholder {
  color: #fff;
}
/* line 1455, ../sass/_base.scss */
.c_form_section .home_donation_custom_amount:focus::-webkit-input-placeholder {
  color: #fff;
}
/* line 1459, ../sass/_base.scss */
.c_form_section .home_donation_custom_amount:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
/* line 1463, ../sass/_base.scss */
.c_form_section .home_donation_custom_amount:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
/* line 1467, ../sass/_base.scss */
.c_form_section .home_donation_custom_amount:focus:-ms-input-placeholder {
  color: #fff;
}
/* line 1475, ../sass/_base.scss */
.c_form_section .payment_type {
  width: 48%;
  padding: 25px 15px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
  border-radius: 0;
  background: #999999;
  border: none;
}
/* line 1485, ../sass/_base.scss */
.c_form_section .payment_type.highlight {
  background: #76b856;
  color: #fff;
}
/* line 1490, ../sass/_base.scss */
.c_form_section .payment_type:focus {
  outline: none;
}
/* line 1494, ../sass/_base.scss */
.c_form_section .payment_type.primary_btn_reverse {
  padding: 15px;
  height: auto;
}
/* line 1500, ../sass/_base.scss */
.c_form_section ::-webkit-input-placeholder {
  color: #999999;
}
/* line 1504, ../sass/_base.scss */
.c_form_section :-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
/* line 1508, ../sass/_base.scss */
.c_form_section ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
/* line 1512, ../sass/_base.scss */
.c_form_section :-ms-input-placeholder {
  color: #999999;
}

/* line 1518, ../sass/_base.scss */
.customer_data ::-webkit-input-placeholder {
  color: #737373;
}
/* line 1523, ../sass/_base.scss */
.customer_data :-moz-placeholder {
  /* Firefox 18- */
  color: #737373;
}
/* line 1527, ../sass/_base.scss */
.customer_data ::-moz-placeholder {
  /* Firefox 19+ */
  color: #737373;
}
/* line 1531, ../sass/_base.scss */
.customer_data :-ms-input-placeholder {
  color: #737373;
}
/* line 1534, ../sass/_base.scss */
.customer_data input[type="text"], .customer_data input[type="email"], .customer_data input[type="tel"], .customer_data input[type="number"], .customer_data select, .customer_data textarea {
  font-weight: 600;
}

/* line 1539, ../sass/_base.scss */
.ps_recurr {
  display: none;
}

/* line 1543, ../sass/_base.scss */
label.error {
  color: red;
  font-size: 0.8rem;
  margin-top: 0px;
  margin-bottom: 10px;
}

/* line 1550, ../sass/_base.scss */
#recurring_check {
  opacity: 0;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 1560, ../sass/_base.scss */
.c_payment_form {
  max-width: 790px;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  background: #fff;
}
/* line 1567, ../sass/_base.scss */
.c_payment_form .primary_btn_reverse {
  height: 44px;
}
/* line 1571, ../sass/_base.scss */
.c_payment_form label {
  display: block;
}

/* line 1576, ../sass/_base.scss */
.c_form_section {
  padding: 0 2rem;
  position: relative;
}

/*.c_form_circle {
    position: absolute;
    border: 1px solid $secondary;
    
    width: 60px;
    height: 60px;
    left: -30px;
    font-size: 1.5rem;
    border-radius: 100%;
    background: $white;
    color: $primary;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    @extend .transition;
    &.cfc_pad_bottom {
        padding-bottom: 4px;
    }
    
    &.highlight {
        background: $primary;
        color: $white;
        box-shadow: 0 0 3px rgba($primary, 0.8);
    }
}*/
/* line 1610, ../sass/_base.scss */
.fixed_share {
  position: fixed;
  left: 2%;
  bottom: 40px;
  z-index: 99;
}

/* line 1618, ../sass/_base.scss */
.primary_btn_reverse {
  border: 1px solid #76b856;
  background: transparent;
  padding: 10px 15px;
  border-radius: 7px;
}

/* line 1625, ../sass/_base.scss */
.no_border_left {
  border-left: 0;
}

/* line 1631, ../sass/_base.scss */
.donation_purpose, .r_donation_purpose {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: justify-between;
  align-items: center;
  align-content: center;
  max-width: 100%;
  margin: 10px auto 0;
  display: none;
}
/* line 1642, ../sass/_base.scss */
.donation_purpose.dp_active, .r_donation_purpose.dp_active {
  display: flex;
}

/* line 1647, ../sass/_base.scss */
.donation_purpose_image {
  max-width: 33%;
  width: 33%;
}
/* line 1651, ../sass/_base.scss */
.donation_purpose_image img {
  width: auto;
  max-width: 90%;
  height: 170px;
}

/* line 1658, ../sass/_base.scss */
.donation_purpose_text, .r_donation_purpose_text {
  text-align: left;
  max-width: 100%;
  width: 100%;
}
/* line 1662, ../sass/_base.scss */
.donation_purpose_text p, .r_donation_purpose_text p {
  text-align: left !important;
  font-size: 1.1rem;
}

/* line 1668, ../sass/_base.scss */
.field_border {
  border: 1px solid gray;
  border-radius: 7px;
  padding: 15px;
  display: block;
  width: 100%;
  background: transparent;
  font-weight: normal;
  margin-bottom: 20px;
}
/* line 1677, ../sass/_base.scss */
.field_border:focus {
  outline: none;
}

/* line 1682, ../sass/_base.scss */
.cancel_recurring_btn {
  display: inline-block;
  padding: 10px 30px;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  background: #76b856;
}

/* line 1693, ../sass/_base.scss */
.zgoda_label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 125%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 15px;
  padding-bottom: 3px;
}

/* Hide the browser's default checkbox */
/* line 1711, ../sass/_base.scss */
.zgoda_label input {
  position: absolute;
  opacity: 1;
  width: 70px;
  height: 45px;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
/* line 1724, ../sass/_base.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
/* line 1735, ../sass/_base.scss */
.zgoda_label:hover input ~ .checkmark {
  cursor: pointer;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
/* line 1746, ../sass/_base.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 1753, ../sass/_base.scss */
.zgoda_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 1758, ../sass/_base.scss */
.zgoda_label .checkmark:after {
  left: 6px;
  top: -5px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1769, ../sass/_base.scss */
.zgoda_label .checkmark {
  border-color: #009de0;
}
/* line 1771, ../sass/_base.scss */
.zgoda_label .checkmark:after {
  border-color: #000 !important;
}

/* line 1777, ../sass/_base.scss */
.form_amounts {
  position: relative;
  z-index: 3;
  opacity: 1;
}
/* line 1782, ../sass/_base.scss */
.form_amounts.fa_hide {
  opacity: 0;
  position: absolute;
  z-index: 0;
}

/* line 1789, ../sass/_base.scss */
.top_back {
  color: #009de0;
  font-weight: bold;
  font-size: 1rem;
  background: none;
  border: none;
  display: none;
}

/* line 1798, ../sass/_base.scss */
.form_data {
  position: absolute;
  opacity: 0;
  z-index: 0;
  top: 0;
}
/* line 1804, ../sass/_base.scss */
.form_data.fd_show {
  position: relative;
  z-index: 3;
  opacity: 1;
}
/* line 1810, ../sass/_base.scss */
.form_data .field_border {
  padding: 8px 15px;
}

/* line 1815, ../sass/_base.scss */
.form_next {
  font-size: 1.5rem;
  font-weight: bold;
  float: right;
  padding: 0.7rem 1.5rem 0.5rem;
  margin-top: 1rem;
}

/* line 1823, ../sass/_base.scss */
.popup_activate {
  display: none;
}

/* line 1829, ../sass/_base.scss */
.popup_additional, .popup_additional_2 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -120%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 99;
}
/* line 1846, ../sass/_base.scss */
.popup_additional .pa_inner, .popup_additional_2 .pa_inner {
  max-width: 700px;
  width: 100%;
  background: #009de0;
  padding: 20px;
  border-radius: 15px;
}
/* line 1852, ../sass/_base.scss */
.popup_additional .pa_inner .pa_white, .popup_additional_2 .pa_inner .pa_white {
  border-radius: 15px;
  background: #fff;
  color: #000;
  padding: 35px;
  font-size: 1.2rem;
  position: relative;
}
/* line 1862, ../sass/_base.scss */
.popup_additional.pa_visible, .popup_additional_2.pa_visible {
  left: 0;
}
/* line 1866, ../sass/_base.scss */
.popup_additional .gray_btn, .popup_additional_2 .gray_btn {
  background: #e6e6e6;
  color: #a6a6a6;
}
/* line 1871, ../sass/_base.scss */
.popup_additional .orange_btn, .popup_additional_2 .orange_btn {
  background: #EC7404;
  color: #fff;
}

/* line 1877, ../sass/_base.scss */
.pa_close {
  color: #009de0;
  font-size: 1.3rem;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
/* line 1885, ../sass/_base.scss */
.pa_close:focus {
  outline: none;
  color: #0088c1;
}

/* line 1891, ../sass/_base.scss */
.pa_buttons {
  margin-top: 15px;
}
/* line 1893, ../sass/_base.scss */
.pa_buttons button {
  width: 45%;
  padding: 10px;
  font-size: 1.3rem;
  border: none;
  border-radius: 10px;
}

/**
*-----------------------------------------------
* thank you
*-----------------------------------------------
*/
/* line 1911, ../sass/_base.scss */
.page-template-page-thank-you .mb_thank {
  background-image: url("../img/thankyou_once_bg.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  background-attachment: inherit;
}

/* line 1919, ../sass/_base.scss */
.page-template-page-thank-you-recurring .mb_thank {
  background-image: url("../img/thankyou_recurring_bg.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  background-attachment: inherit;
}

/* line 1924, ../sass/_base.scss */
.mb_thank_mobile {
  display: none;
}

/* line 1928, ../sass/_base.scss */
.thank_you_text {
  font-family: "Arial", sans-serif;
  font-weight: normal;
}
/* line 1932, ../sass/_base.scss */
.thank_you_text button.donate_thank_button.primary_btn {
  font-size: 16px;
  padding: 4px 45px 4px 15px;
}
/* line 1935, ../sass/_base.scss */
.thank_you_text button.donate_thank_button.primary_btn:after {
  font-size: 12px;
  top: 6px;
}
/* line 1941, ../sass/_base.scss */
.thank_you_text p {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
}
/* line 1948, ../sass/_base.scss */
.thank_you_text h1 {
  font-size: 31px;
}

/* line 1954, ../sass/_base.scss */
.thank_donate {
  max-width: 880px;
  width: 100%;
}

/* line 1959, ../sass/_base.scss */
.thank_you_narrow {
  width: 100%;
  max-width: 350px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
}
/* line 1965, ../sass/_base.scss */
.thank_you_narrow.tyn_rec {
  color: #009de0;
}
/* line 1968, ../sass/_base.scss */
.thank_you_narrow.tyn_rec p {
  color: #009de0;
}

/* line 1975, ../sass/_base.scss */
.mb_thank {
  background-image: url("../img/mb_thank.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 70px;
}
/* line 1986, ../sass/_base.scss */
.mb_thank h2 {
  color: #009de0;
  font-size: 2rem;
}

/* line 1993, ../sass/_base.scss */
.error {
  color: red;
}

/* line 1997, ../sass/_base.scss */
.thank_fb {
  margin: 30px 0;
  display: block;
  font-size: 3rem;
}
/* line 2001, ../sass/_base.scss */
.thank_fb .mobile_yes {
  display: none;
}

/* line 2006, ../sass/_base.scss */
.page-template-page-thank-you-recurring .mb_thank {
  padding-top: 110px;
  padding-bottom: 40px;
}

/* line 2011, ../sass/_base.scss */
.mobile_yes {
  display: none;
}

/* line 2015, ../sass/_base.scss */
.thank_donate_val {
  width: 150px;
}

/* line 2019, ../sass/_base.scss */
.donate_once_form.dof_thank {
  justify-content: flex-start;
  padding-top: 6px;
}

/**
*-----------------------------------------------
* news
*-----------------------------------------------
*/
/* line 2030, ../sass/_base.scss */
.sub_news {
  padding: 1rem 0 3rem;
}

/* line 2034, ../sass/_base.scss */
.pagination {
  margin: 10px auto;
  display: block;
  text-align: center;
}
/* line 2038, ../sass/_base.scss */
.pagination a, .pagination span {
  background: #009de0;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

/* line 2046, ../sass/_base.scss */
.news_tile_sub {
  margin-bottom: 2.3rem;
}

/**
*-----------------------------------------------
* petition
*-----------------------------------------------
*/
/* line 2058, ../sass/_base.scss */
.page-template-page-petition h1, .page-template-page-petition h2, .page-template-page-petition h3, .page-template-page-petition h4 {
  font-family: "Montserrat", sans-serif;
}
/* line 2062, ../sass/_base.scss */
.page-template-page-petition p {
  font-family: "Open Sans", sans-serif;
  line-height: 165%;
}

/* line 2068, ../sass/_base.scss */
.petition_sign {
  background: #ec7404;
  color: #000;
  padding: 25px 20px;
  margin-top: -50px;
}
/* line 2074, ../sass/_base.scss */
.petition_sign h3 {
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  margin-top: 0;
  color: #fff;
}
/* line 2082, ../sass/_base.scss */
.petition_sign a {
  color: #fff;
}
/* line 2086, ../sass/_base.scss */
.petition_sign p {
  font-size: 0.85rem;
  line-height: 130%;
}
/* line 2090, ../sass/_base.scss */
.petition_sign label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.3rem;
}
/* line 2095, ../sass/_base.scss */
.petition_sign label.zgoda_label {
  margin: 7px 0;
}
/* line 2100, ../sass/_base.scss */
.petition_sign input[type="text"], .petition_sign input[type="email"], .petition_sign input[type="tel"], .petition_sign input[type="number"], .petition_sign select, .petition_sign textarea {
  padding: 7px;
  border: none;
  width: 100%;
  margin-bottom: 8px;
  color: #404040;
}
/* line 2109, ../sass/_base.scss */
.petition_sign .zgoda_label .checkmark {
  border-color: #fff;
  background: #fff;
}
/* line 2114, ../sass/_base.scss */
.petition_sign .zgoda_label input {
  height: 24px;
}
/* line 2119, ../sass/_base.scss */
.petition_sign .petition_sign_btn {
  background: #fff;
  font-size: 1.9rem;
  padding: 15px 20px;
  color: #000;
  display: block;
  font-weight: bold;
  text-align: center;
  border: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  width: 100%;
}
/* line 2130, ../sass/_base.scss */
.petition_sign .petition_sign_btn:focus, .petition_sign .petition_sign_btn:hover {
  outline: none;
  background: #69ac48;
}
/* line 2136, ../sass/_base.scss */
.petition_sign .petition_target {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 1rem;
}
/* line 2143, ../sass/_base.scss */
.petition_sign .ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
  margin-top: 20px;
  height: 25px;
}
/* line 2150, ../sass/_base.scss */
.petition_sign .ui-widget-header {
  border: none;
  border-radius: 0 !important;
  background: #009de0;
  margin: 0;
}
/* line 2157, ../sass/_base.scss */
.petition_sign .below_progress {
  font-size: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 2px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

@media all and (min-width: 993px) {
  /* line 2172, ../sass/_base.scss */
  .petition_half_label {
    width: 49%;
  }
}
/* line 2178, ../sass/_base.scss */
.fixed_form {
  position: fixed;
  top: 35px;
  margin-top: 0;
  z-index: 1;
}

/* line 2187, ../sass/_base.scss */
.p_message {
  padding: 10px;
  display: block;
  margin-top: 10px;
  background: #fff;
}

/* line 2194, ../sass/_base.scss */
.petition_failed {
  border: 2px solid red;
  background: #fff;
  color: red;
}

/* line 2200, ../sass/_base.scss */
.p_small_info {
  font-size: 0.8rem;
  margin-top: 0;
  text-align: center;
}

/* line 2206, ../sass/_base.scss */
.submit {
  position: relative;
}

/* line 2210, ../sass/_base.scss */
.petition_successfull {
  border: 2px solid green;
  color: green;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 2222, ../sass/_base.scss */
.loader {
  display: inline-block;
  background: transparent;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-left: 10px;
  position: absolute;
  right: 5px;
  top: 2px;
}
/* line 2234, ../sass/_base.scss */
.loader.l_hidden {
  opacity: 0;
}
/* line 2237, ../sass/_base.scss */
.loader:after {
  border: 5px solid white;
  /* Light grey */
  border-top: 5px solid #009de0;
  /* Blue */
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -12px;
  content: ' ';
}

/* line 2257, ../sass/_base.scss */
.petition_mb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0;
  position: relative;
}

/* line 2265, ../sass/_base.scss */
.petitio_logo {
  position: absolute;
  right: 1rem;
  top: 1rem;
  max-width: 230px;
}
/* line 2270, ../sass/_base.scss */
.petitio_logo img {
  border: 3px solid #fff;
  max-width: 230px;
}
/* line 2275, ../sass/_base.scss */
.petitio_logo .petition_krs {
  color: #fff;
  font-size: 1.7rem;
  display: inline-block;
  margin-top: 0.4rem;
}

/* line 2284, ../sass/_base.scss */
.petition_social {
  text-align: center;
}

/* line 2288, ../sass/_base.scss */
.petition_pdf {
  background: #ec7404;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  padding: 0.6rem 1.5rem;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-top: 1rem;
}
/* line 2297, ../sass/_base.scss */
.petition_pdf:hover {
  background: #009de0;
  color: #fff;
}

/* line 2304, ../sass/_base.scss */
.petition_social {
  padding-bottom: 2rem;
}
/* line 2307, ../sass/_base.scss */
.petition_social .petition_social_icons {
  margin-top: 0.8rem;
}
/* line 2309, ../sass/_base.scss */
.petition_social .petition_social_icons a {
  display: inline-block;
  margin: 0.4rem;
}
/* line 2312, ../sass/_base.scss */
.petition_social .petition_social_icons a:hover {
  opacity: 0.8;
}
/* line 2318, ../sass/_base.scss */
.petition_social h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-top: 1.5rem;
}
/* line 2324, ../sass/_base.scss */
.petition_social img {
  max-width: 50px;
  height: auto;
}

/* line 2330, ../sass/_base.scss */
.petition_mb_text {
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
  padding: 2rem 1.5rem;
}
/* line 2334, ../sass/_base.scss */
.petition_mb_text h4 {
  text-transform: uppercase;
}
/* line 2337, ../sass/_base.scss */
.petition_mb_text h1 {
  display: inline-block;
  margin-left: -2.5rem;
  width: 126%;
  color: #fff;
  font-size: 3.8rem;
  margin-top: 0.8rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0;
}
/* line 2348, ../sass/_base.scss */
.petition_mb_text h1 span {
  display: inline-block;
  margin: 0.6rem 0;
  padding: 0 1rem;
  background: #ec7404;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}
/* line 2358, ../sass/_base.scss */
.petition_mb_text h3 {
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
}

/* line 2365, ../sass/_base.scss */
.petition_content {
  padding: 3rem 0 0.5rem;
}
/* line 2367, ../sass/_base.scss */
.petition_content h2 {
  font-weight: bold;
  font-size: 1.3rem;
}

/* line 2374, ../sass/_base.scss */
.petition_bottom {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 17rem;
  position: relative;
  z-index: 2;
}

/* line 2384, ../sass/_base.scss */
.petition_bottom_text {
  background: rgba(255, 255, 255, 0.8);
  padding: 0.2rem 1rem;
  margin-left: -2rem;
  width: 105%;
}

/* line 2394, ../sass/_base.scss */
.petition_popup {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: none;
  z-index: 4;
}
/* line 2410, ../sass/_base.scss */
.petition_popup.flex {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/* line 2420, ../sass/_base.scss */
.petition_popup_inner {
  border: 10px solid #1a1a1a;
  border-radius: 0.5rem;
  padding: 2rem;
  max-width: 600px;
  width: 96%;
  background: #fff;
  position: relative;
}
/* line 2429, ../sass/_base.scss */
.petition_popup_inner h2 {
  color: #ec7404;
  font-size: 3rem;
  text-align: center;
  margin: 0 auto 1.5rem;
  font-weight: bold;
}
/* line 2437, ../sass/_base.scss */
.petition_popup_inner p {
  font-size: 1.2rem;
}

/* line 2442, ../sass/_base.scss */
.petition_popup_buttons {
  margin-top: 1rem;
}

/* line 2446, ../sass/_base.scss */
.ppb_btn {
  display: inline-block;
  padding: 0.7rem 2rem 0.7rem 0.7rem;
  background-image: url("../img/icon_popup_arrow_right.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 150%;
}
/* line 2455, ../sass/_base.scss */
.ppb_btn:hover {
  color: #fff;
}

/* line 2460, ../sass/_base.scss */
.ppb_dark {
  background-color: #1a1a1a;
}
/* line 2462, ../sass/_base.scss */
.ppb_dark:hover {
  background-color: #3d3d3d;
}

/* line 2467, ../sass/_base.scss */
.ppb_orange {
  background-color: #ec7404;
}
/* line 2469, ../sass/_base.scss */
.ppb_orange:hover {
  background-color: #fc983c;
}

/* line 2474, ../sass/_base.scss */
.petition_popup_close {
  font-weight: bold;
  color: #ec7404;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 2rem;
  background: none;
  border: none;
}
/* line 2483, ../sass/_base.scss */
.petition_popup_close:focus {
  outline: none;
}
/* line 2487, ../sass/_base.scss */
.petition_popup_close:hover {
  color: #009de0;
}

/* line 2493, ../sass/_base.scss */
.page-template-page-petition #footer {
  position: relative;
  z-index: 2;
}

/**
*-----------------------------------------------
* footer
*-----------------------------------------------
*/
/* line 2508, ../sass/_base.scss */
.markers_to_show {
  padding: 2rem 0;
}

/* line 2511, ../sass/_base.scss */
.placowki_group {
  width: 31%;
  margin: 1%;
  padding: 1.2rem 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border-width: 1px;
  border-style: solid;
  position: relative;
  font-size: 0.9rem;
  margin: 1rem 1%;
  display: none;
}
/* line 2527, ../sass/_base.scss */
.placowki_group:before {
  position: absolute;
  display: block;
  width: 8px;
  height: 55%;
  left: 0;
  top: 0;
  content: ' ';
}
/* line 2537, ../sass/_base.scss */
.placowki_group.group_20 {
  border-color: #A4A4A4;
}
/* line 2539, ../sass/_base.scss */
.placowki_group.group_20:before {
  background: #A4A4A4;
}
/* line 2544, ../sass/_base.scss */
.placowki_group.group_21 {
  border-color: #67C4EC;
}
/* line 2546, ../sass/_base.scss */
.placowki_group.group_21:before {
  background: #67C4EC;
}
/* line 2553, ../sass/_base.scss */
.placowki_group.group_22 {
  border-color: #F2AC6C;
}
/* line 2555, ../sass/_base.scss */
.placowki_group.group_22:before {
  background: #F2AC6C;
}
/* line 2562, ../sass/_base.scss */
.placowki_group.group_23 {
  border-color: #ACD499;
}
/* line 2564, ../sass/_base.scss */
.placowki_group.group_23:before {
  background: #ACD499;
}
/* line 2571, ../sass/_base.scss */
.placowki_group.group_24 {
  border-color: #F18EA0;
}
/* line 2573, ../sass/_base.scss */
.placowki_group.group_24:before {
  background: #F18EA0;
}
/* line 2580, ../sass/_base.scss */
.placowki_group.group_25 {
  border-color: #F5F57B;
}
/* line 2582, ../sass/_base.scss */
.placowki_group.group_25:before {
  background: #F5F57B;
}
/* line 2587, ../sass/_base.scss */
.placowki_group.group_26 {
  border-color: #718EAD;
}
/* line 2589, ../sass/_base.scss */
.placowki_group.group_26:before {
  background: #718EAD;
}

/* line 2596, ../sass/_base.scss */
.google_maps_icons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0;
  padding: 0;
}
/* line 2607, ../sass/_base.scss */
.google_maps_icons li {
  list-style: none;
  display: inline-block;
  font-size: 1rem;
  margin-right: 20px;
  cursor: pointer;
}
/* line 2614, ../sass/_base.scss */
.google_maps_icons li img {
  margin-right: 7px;
}
/* line 2617, ../sass/_base.scss */
.google_maps_icons li.remove {
  opacity: 0.6;
}
/* line 2620, ../sass/_base.scss */
.google_maps_icons li p {
  margin: 0;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 1rem 0 1rem 42px;
}

/* line 2630, ../sass/_base.scss */
.map_filter {
  padding: 2rem;
}
/* line 2632, ../sass/_base.scss */
.map_filter .section_title {
  font-size: 1.7rem;
}
/* line 2636, ../sass/_base.scss */
.map_filter h3 {
  font-size: 1.1rem;
}

/* line 2641, ../sass/_base.scss */
.map {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* line 2647, ../sass/_base.scss */
.map #googlemaps {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 2653, ../sass/_base.scss */
.infoBox {
  background: #fff;
  padding: 10px 20px;
  font-size: 0.85rem;
}

/* line 2661, ../sass/_base.scss */
.contact_bottom {
  background: url("../img/contact_bg.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
}
/* line 2668, ../sass/_base.scss */
.contact_bottom .overlay {
  background: #009de0;
  opacity: 0.92;
}
/* line 2673, ../sass/_base.scss */
.contact_bottom .container {
  position: relative;
  z-index: 2;
}

/* line 2681, ../sass/_base.scss */
.cb_form_cont {
  background: #fff;
  padding: 1rem 1.5rem;
  color: #262626;
}
/* line 2685, ../sass/_base.scss */
.cb_form_cont label {
  display: block;
}
/* line 2688, ../sass/_base.scss */
.cb_form_cont input[type="text"], .cb_form_cont input[type="email"], .cb_form_cont input[type="tel"], .cb_form_cont input[type="number"], .cb_form_cont select, .cb_form_cont textarea {
  background: #ededed;
  width: 100%;
  border: none;
  padding: 8px;
}
/* line 2695, ../sass/_base.scss */
.cb_form_cont textarea {
  height: 150px;
}
/* line 2699, ../sass/_base.scss */
.cb_form_cont input.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  background: #009de0;
  color: #fff;
  padding: 0.5rem 1.7rem;
  border: none;
  float: right;
}

/* line 2711, ../sass/_base.scss */
.check_fund {
  text-align: right;
  max-width: 550px;
  width: 100%;
  float: right;
}
/* line 2716, ../sass/_base.scss */
.check_fund iframe {
  width: 100%;
  overflow: hidden;
}

/* line 2723, ../sass/_base.scss */
.cb_links {
  width: 100%;
  margin-top: 3rem;
  padding-left: 3rem;
}
/* line 2727, ../sass/_base.scss */
.cb_links a {
  font-size: 1.5rem;
  color: #fff;
  display: block;
  padding: 0.5rem 0;
}
/* line 2732, ../sass/_base.scss */
.cb_links a:hover {
  color: #f6b5c0;
  text-decoration: underline;
}

/* line 2741, ../sass/_base.scss */
.contact_bottom_2 h3 {
  color: #009de0;
}

/* line 2746, ../sass/_base.scss */
.cb2_data {
  position: relative;
  display: block;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
/* line 2752, ../sass/_base.scss */
.cb2_data:before {
  content: ' ';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #009de0;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 2764, ../sass/_base.scss */
.cb2_block_frame {
  position: relative;
  padding: 2rem;
  border: 1px solid #cccccc;
  margin-bottom: 2rem;
}
/* line 2769, ../sass/_base.scss */
.cb2_block_frame:before {
  display: block;
  content: ' ';
  width: 8px;
  background: #009de0;
  height: 35%;
  left: 0;
  top: 0;
  position: absolute;
}

/* line 2782, ../sass/_base.scss */
.cb2_block_bottom_data {
  position: relative;
  margin-top: 1rem;
  padding-top: 0.7rem;
}
/* line 2786, ../sass/_base.scss */
.cb2_block_bottom_data:before {
  content: ' ';
  width: 200px;
  height: 1px;
  background: #009de0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2799, ../sass/_base.scss */
.cb2_name:before {
  content: '\f007';
}

/* line 2807, ../sass/_base.scss */
.cb2_address:before {
  content: '\f015';
}

/* line 2813, ../sass/_base.scss */
.cb2_data.cb2_messenger {
  color: #212529;
}
/* line 2815, ../sass/_base.scss */
.cb2_data.cb2_messenger a {
  color: #212529;
}
/* line 2818, ../sass/_base.scss */
.cb2_data.cb2_messenger:before {
  font-family: 'Font Awesome 5 Brands';
  content: '\f39f';
}

/* line 2826, ../sass/_base.scss */
.cb2_phones:before {
  content: '\f87b';
}

/* line 2832, ../sass/_base.scss */
.cb2_emails:before {
  content: '\f1fa';
}

/**
*-----------------------------------------------
* Contact
*-----------------------------------------------
*/
/* line 2846, ../sass/_base.scss */
.single_header.sh_contact {
  margin-bottom: 0;
}

/* line 2850, ../sass/_base.scss */
.single_contact_cont {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/**
*-----------------------------------------------
* landing help recurring klub sos
*-----------------------------------------------
*/
/* line 2868, ../sass/_base.scss */
.page-template-page-help-recurring #header, .page-template-page-help-recurring .home_newsletter, .page-template-page-help-recurring .contact_bottom, .page-template-page-help-recurring .gmi_cont, .page-template-page-help-recurring .contact_bottom_2, .page-template-page-help-recurring #footer {
  display: none !important;
}

/* line 2877, ../sass/_base.scss */
.green_club_above {
  background: #76b856;
  color: #fff;
  padding: 1rem;
}

/* line 2884, ../sass/_base.scss */
.gca_text {
  padding-top: 2.8rem;
}
/* line 2886, ../sass/_base.scss */
.gca_text h3 {
  font-size: 1.2rem;
}

/* line 2891, ../sass/_base.scss */
.logo_club {
  max-width: 250px;
  height: auto;
}

/* line 2896, ../sass/_base.scss */
.bgs {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 2903, ../sass/_base.scss */
.alternative_header {
  background: #009de0;
  padding: 2rem;
}

/* line 2908, ../sass/_base.scss */
.accent_title {
  color: #e84361;
}

/* line 2914, ../sass/_base.scss */
.white_title {
  color: #fff;
}

/* line 2918, ../sass/_base.scss */
.even_club_text {
  padding: 3rem 2rem 3rem 5rem;
  background: #e0e0e0;
}

/* line 2923, ../sass/_base.scss */
.reasons_list {
  list-style: none;
  padding: 0;
}
/* line 2926, ../sass/_base.scss */
.reasons_list li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 1.5rem;
}
/* line 2936, ../sass/_base.scss */
.reasons_list.rl_white {
  color: #fff;
}
/* line 2938, ../sass/_base.scss */
.reasons_list.rl_white li {
  color: #fff;
}
/* line 2940, ../sass/_base.scss */
.reasons_list.rl_white li a {
  color: #f2f2f2;
}
/* line 2945, ../sass/_base.scss */
.reasons_list.rl_white .rl_text {
  color: #fff;
}
/* line 2947, ../sass/_base.scss */
.reasons_list.rl_white .rl_text p {
  margin: 0;
}

/* line 2954, ../sass/_base.scss */
.club_title {
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}

/* line 2962, ../sass/_base.scss */
.ct_icon_question {
  padding-top: 5rem;
}

/* line 2967, ../sass/_base.scss */
.question_white_icon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 1rem auto;
  font-weight: normal;
  color: #fff;
  font-size: 1.8rem;
  background: url("../img/cricle_drawn.png") no-repeat center center;
  width: 70px;
  height: 49px;
  background-size: contain;
}

/* line 2988, ../sass/_base.scss */
.club_num {
  display: none;
  border-radius: 100%;
  color: #fff;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  width: 3rem;
  height: 3rem;
  padding-right: 0.6rem;
  font-size: 1.5rem;
  margin-right: 1.5rem;
}
/* line 3003, ../sass/_base.scss */
.club_num.cn_accent {
  background: #e84361;
}
/* line 3007, ../sass/_base.scss */
.club_num.cn_white {
  background: #009de0;
  border: 4px solid #fff;
}

/* line 3016, ../sass/_base.scss */
.club_methods .reasons_list li:before {
  background-color: transparent;
}

/* line 3023, ../sass/_base.scss */
.reasons_list li {
  position: relative;
  margin: 1em 0;
  padding-left: 55px;
  line-height: 1.5em;
  paddding-top: 8px;
  padding-bottom: 8px;
}
/* line 3030, ../sass/_base.scss */
.reasons_list li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #e84361;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  content: " ";
}
/* line 3047, ../sass/_base.scss */
.reasons_list li:after {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0px;
  -webkit-transform-style: preserve-3d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 139.42375 139.27374" height="139.27374" width="139.42375"><g transform="matrix(1.25,0,0,-1.25,0,139.27375)"><g style="fill:%23ffffff;fill-opacity:1"><g style="fill:%23ffffff;fill-opacity:1"><g style="fill:%23ffffff;fill-opacity:1" transform="translate(16.9379,90.3818)"><path style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 0,0 c -15.545,-18.029 -22.304,-45.154 -12.045,-67.431 4.68,-10.163 13.199,-18.365 24.016,-21.626 11.524,-3.474 23.12,0.375 33.341,5.862 19.635,10.541 37.198,27.054 45.318,48.16 4.055,10.543 5.929,22.552 1.092,33.154 C 87.161,8.116 78.083,15.41 67.689,18.661 41.103,26.976 11.652,12.37 -5.085,-8.144 -7.509,-11.116 -5.488,-15.92 -2.324,-12.041 10.904,4.174 31.837,15.161 53.085,13.972 74.757,12.759 93.369,-4.221 88.222,-26.99 83.875,-46.217 69.337,-61.823 53.202,-72.277 44.594,-77.853 34.641,-83.421 24.122,-83.589 14.184,-83.747 4.733,-78.723 -1.55,-71.167 -17.706,-51.74 -12.815,-21.961 2.761,-3.896 5.281,-0.974 3.262,3.784 0,0" /></g></g></g></g></svg>') no-repeat 50% 50%;
  background-size: 40px 40px;
  color: #fff;
  content: " ";
  transition: opacity 0.3s;
}
/* line 3068, ../sass/_base.scss */
.reasons_list li:nth-of-type(1):before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25.04175 56.890499" height="56.890499" width="25.04175"><g transform="matrix(1.25,0,0,-1.25,0,56.8905)"><g style="fill:%23ffffff;fill-opacity:1"><g style="fill:%23ffffff;fill-opacity:1"><g style="fill:%23ffffff;fill-opacity:1" transform="translate(3.2484,25.6877)"><path style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 0,0 c 5.649,4.117 14.228,9.435 16.512,16.437 -1.585,0.148 -3.17,0.296 -4.755,0.443 C 7.684,3.916 4.882,-9.319 3.485,-22.84 c 1.743,0.968 3.487,1.936 5.231,2.904 -0.083,0.524 -0.167,1.049 -0.25,1.573 -0.571,3.587 -5.64,-1.738 -5.205,-4.473 0.083,-0.524 0.167,-1.048 0.25,-1.572 0.564,-3.544 5.057,1.22 5.231,2.904 1.333,12.894 3.884,25.571 7.77,37.941 1.489,4.741 -3.547,4.145 -4.755,0.443 C 10.99,14.528 7.483,12.3 5.636,10.746 3.337,8.813 0.954,6.99 -1.472,5.221 -4.107,3.301 -3.966,-2.89 0,0" /></g></g></g></g></svg>');
  background-size: 8px 18px;
}
/* line 3074, ../sass/_base.scss */
.reasons_list li:nth-of-type(2):before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.922249 57.728249" height="57.728249" width="36.922249"><g transform="matrix(1.25,0,0,-1.25,0,57.72825)"><g style="fill:%23ffffff;fill-opacity:1"><g style="fill:%23ffffff;fill-opacity:1"><g style="fill:%23ffffff;fill-opacity:1" transform="translate(7.96,29.9216)"><path style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 0,0 c 1.151,4.24 4.577,7.759 8.816,9.007 1.327,0.39 3.47,0.829 4.79,0.079 3.204,-1.821 1.279,-5.084 -0.2,-7.358 -4.242,-6.522 -10.159,-11.826 -15.677,-17.229 -2.317,-2.268 -8.173,-7.56 -4.517,-11.094 2.097,-2.028 8.427,-0.08 10.659,0.043 4.258,0.234 9.777,1.081 12.646,-2.702 2.017,-2.66 6.417,3.337 4.652,5.665 -2.997,3.951 -7.209,4.095 -11.866,4 -2.394,-0.048 -4.932,-0.036 -7.3,-0.459 -1.203,0.196 -2.186,-0.15 -2.949,-1.035 -1.247,-1.032 -1.399,-1.109 -0.456,-0.23 0.876,1.072 2.032,1.978 3.027,2.948 6.687,6.519 14.826,13.746 18.271,22.672 2.758,7.145 -1.185,13.562 -9.208,11.594 C 2.441,13.878 -3.129,6.503 -5.258,-1.335 -5.676,-2.874 -4.841,-4.169 -3.264,-4.04 -1.504,-3.896 -0.379,-1.396 0,0" /></g></g></g></g></svg>');
  background-size: 10px 17px;
}
/* line 3080, ../sass/_base.scss */
.reasons_list li:nth-of-type(3):before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.768124 62.227875" height="62.227875" width="39.768124"><g transform="matrix(1.25,0,0,-1.25,0,62.227875)"><g style="fill:%23ffffff;fill-opacity:1"><g style="fill:%23ffffff;fill-opacity:1"><g style="fill:%23ffffff;fill-opacity:1" transform="translate(12.288,40.3567)"><path style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="M 0,0 C 2.188,2.367 7.178,4.213 9.461,0.737 11.578,-2.487 6.813,-3.962 4.229,-4.674 l -1.272,-6.744 c 9.713,3.251 13.751,-9.478 8.812,-16.156 -1.982,-2.679 -4.967,-4.662 -8.199,-5.463 -1.695,-0.42 -3.531,-0.596 -5.257,-0.226 -2.099,0.449 -6.934,3.115 -4.874,6.312 2.486,3.861 -1.436,6.072 -3.897,2.25 -3.479,-5.401 -2.003,-12.754 4.48,-14.968 6.614,-2.259 14.099,1.376 18.666,6.106 4.671,4.838 7.69,11.853 6.624,18.65 C 18.168,-7.62 11.62,-2.2 4.229,-4.674 1.733,-5.51 -0.786,-12.451 2.957,-11.418 9.354,-9.654 18.016,-3.613 15.298,4.18 12.139,13.234 1.805,8.835 -2.761,3.896 -5.398,1.044 -3.379,-3.655 0,0" /></g></g></g></g></svg>');
  background-size: 10px 18px;
}
/* line 3086, ../sass/_base.scss */
.reasons_list li:nth-of-type(4):before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.4235 61.872501" height="61.872501" width="39.4235"><g transform="matrix(1.25,0,0,-1.25,0,61.8725)"><g style="fill:%23ffffff;fill-opacity:1"><g style="fill:%23ffffff;fill-opacity:1"><g style="fill:%23ffffff;fill-opacity:1" transform="translate(13.7409,46.2565)"><path style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 0,0 c -3.264,-7.273 -7.426,-13.988 -12.407,-20.207 -0.786,-0.981 -2.608,-5.303 0.09,-5.378 4.312,-0.121 8.596,0.028 12.882,0.521 3.921,0.451 10.007,3.158 12.325,-1.21 1.469,-2.769 6.03,3.068 4.652,5.665 -1.857,3.499 -4.915,4.005 -8.552,3.43 -6.282,-0.993 -12.343,-1.723 -18.727,-1.545 0.03,-1.793 0.061,-3.586 0.091,-5.379 5.826,7.274 10.587,15.161 14.401,23.66 C 5.313,0.8 5.299,2.892 3.667,3.209 1.955,3.542 0.546,1.217 0,0" /></g><g style="fill:%23ffffff;fill-opacity:1" transform="translate(22.8156,42.8911)"><path style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 0,0 c -4.156,-13.218 -7.384,-26.665 -9.603,-40.343 -0.786,-4.847 4.741,-1.852 5.258,1.335 2.12,13.068 5.128,25.934 9.1,38.565 C 6.244,4.293 1.17,3.72 0,0" /></g></g></g></g></svg>');
  background-size: 10px 18px;
}
/* line 3092, ../sass/_base.scss */
.reasons_list li:nth-of-type(5):before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.463249 64.435997" height="64.435997" width="39.463249"><g transform="matrix(1.25,0,0,-1.25,0,64.436)"><g style="fill:%23ffffff;fill-opacity:1"><g style="fill:%23ffffff;fill-opacity:1"><g style="fill:%23ffffff;fill-opacity:1" transform="translate(28.2921,46.0284)"><path style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 0,0 c -6.373,-2.319 -13.368,-0.442 -17.626,4.87 -2.104,2.625 -6.473,-3.394 -4.652,-5.665 5.035,-6.281 13.413,-8.712 21.007,-5.949 1.673,0.609 2.987,2.27 3.264,4.04 C 2.178,-1.524 1.732,0.63 0,0" /></g><g style="fill:%23ffffff;fill-opacity:1" transform="translate(5.8159,43.9561)"><path style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 0,0 c 0.126,-2.792 0.102,-5.563 -0.242,-8.342 -0.246,-1.984 -0.378,-6.002 -1.702,-7.555 -2.502,-2.933 -0.483,-7.7 2.761,-3.897 4.794,5.622 4.906,15.805 4.59,22.796 C 5.208,7.426 -0.13,2.875 0,0" /></g><g style="fill:%23ffffff;fill-opacity:1" transform="translate(4.0151,21.4765)"><path style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 0,0 c 6.861,2.502 19.854,7.116 22.027,-3.668 1.134,-5.634 -3.541,-9.736 -8.642,-10.691 -3.103,-0.581 -10.914,-0.481 -12.099,3.319 -1.134,3.635 -6.044,-1.781 -5.205,-4.472 1.837,-5.893 10.9,-6.579 16.033,-5.591 6.538,1.259 11.954,6.199 14.294,12.372 2.084,5.495 1.494,12.205 -3.133,16.263 C 17.213,12.849 7.812,9.129 1.271,6.744 -1.315,5.801 -3.452,-1.259 0,0" /></g></g></g></g></svg>');
  background-size: 12px 18px;
}

/* line 3100, ../sass/_base.scss */
.rl_text {
  display: block;
  max-width: 80%;
}

/* line 3106, ../sass/_base.scss */
.cer_text {
  padding: 3rem 5rem 3rem 2rem;
}

/* line 3111, ../sass/_base.scss */
.club_heart_icon {
  max-width: 60px;
  height: auto;
}

/* line 3116, ../sass/_base.scss */
.club_footer {
  padding: 3rem;
  background: #e84361;
  color: #fff;
}
/* line 3121, ../sass/_base.scss */
.club_footer .check_right.large p {
  font-size: 1rem;
}

/* line 3126, ../sass/_base.scss */
.club_footer_text {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
}

/**
*-----------------------------------------------
* publications
*-----------------------------------------------
*/
/* line 3139, ../sass/_base.scss */
.publications_section {
  background: #f2f2f2;
  padding: 3rem 0;
}
/* line 3143, ../sass/_base.scss */
.publications_section .pub_tile {
  background: #fff;
  margin: 1rem 0;
}

/* line 3150, ../sass/_base.scss */
.pub_tile_pad {
  padding: 1.5rem;
}

/* line 3154, ../sass/_base.scss */
.pub_tile_title {
  background: #fff;
  padding: 1.5rem;
}

/* line 3159, ../sass/_base.scss */
.pub_tile_thumb {
  background: #009de0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
/* line 3167, ../sass/_base.scss */
.pub_tile_thumb img {
  max-height: 250px;
  width: auto;
}

/* line 3173, ../sass/_base.scss */
.pub_toggle {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 1rem 0;
  color: #009de0;
  border: none;
  background: none;
  border-bottom: 2px solid #009de0;
  display: inline-block;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
}
/* line 3185, ../sass/_base.scss */
.pub_toggle:focus {
  border: none;
  outline: none;
}
/* line 3190, ../sass/_base.scss */
.pub_toggle:hover {
  color: #ec7404;
  border-bottom-color: #ec7404;
}

/* line 3197, ../sass/_base.scss */
.pub_tile_bottom h4 {
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 3203, ../sass/_base.scss */
.put_tile_tags {
  font-size: 0.85rem;
  color: #a6a6a6;
}

/* line 3209, ../sass/_base.scss */
input.sf-input-text {
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: 250px;
  height: 2.5rem;
  border: 1px solid #bfbfbf;
  margin-right: 1rem;
}

/* line 3218, ../sass/_base.scss */
.sf-field-submit {
  margin-left: 0.4rem;
}
/* line 3220, ../sass/_base.scss */
.sf-field-submit input {
  background: url("../img/sf_search.png") no-repeat center center;
  background-size: contain;
  background-color: transparent;
  width: 2.2rem;
  height: 2rem;
  margin-left: 0.4rem;
  margin-top: 0.5rem;
  border: none;
}

/* line 3232, ../sass/_base.scss */
.searchandfilter ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

/* line 3242, ../sass/_base.scss */
.pub_tile_full {
  width: 95%;
  max-width: 1000px;
  background: #fff;
  margin: 1rem auto;
  display: none;
}

/* line 3250, ../sass/_base.scss */
.pub_tile_full_title {
  font-weight: bold;
  color: #fff;
  font-size: 1.1rem;
  background: #009de0;
  padding: 1rem 2rem;
}

/* line 3258, ../sass/_base.scss */
.pub_tile_flex {
  padding: 1rem 2rem;
}

/* line 3262, ../sass/_base.scss */
.pub_tile_full_title_2 {
  font-weight: bold;
  font-style: italic;
}

/* line 3267, ../sass/_base.scss */
.pub_tile_left {
  width: 30%;
}

/* line 3271, ../sass/_base.scss */
.pub_tile_right {
  width: 66%;
}

/* line 3275, ../sass/_base.scss */
.pub_tile_img_full {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
}

/* line 3282, ../sass/_base.scss */
.pbc_btn {
  padding: 0.5rem 1.5rem;
  border: none;
  background: #ec7404;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  display: inline-block;
  color: #fff;
}

/* line 3292, ../sass/_base.scss */
.pub_tile_full_bottom {
  padding: 1rem 2rem;
}

/* line 3296, ../sass/_base.scss */
.similar_pub_slick {
  margin-top: 1rem;
}
/* line 3299, ../sass/_base.scss */
.similar_pub_slick .slick-prev, .similar_pub_slick .slick-next {
  font-size: 20px;
  z-index: 9;
  top: 40%;
}
/* line 3303, ../sass/_base.scss */
.similar_pub_slick .slick-prev:before, .similar_pub_slick .slick-next:before {
  font-size: 30px;
  color: #fff;
  width: 2rem;
  height: 3rem;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  content: ' ';
}
/* line 3317, ../sass/_base.scss */
.similar_pub_slick .slick-prev {
  left: -18px;
}
/* line 3319, ../sass/_base.scss */
.similar_pub_slick .slick-prev:before {
  background-image: url("../img/sps_left.png");
}
/* line 3324, ../sass/_base.scss */
.similar_pub_slick .slick-next {
  left: auto;
  right: -8px;
}
/* line 3327, ../sass/_base.scss */
.similar_pub_slick .slick-next:before {
  background-image: url("../img/sps_right.png");
}

/* line 3334, ../sass/_base.scss */
.similar_pubs_title h4 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 2rem;
  text-align: center;
}

/* line 3342, ../sass/_base.scss */
.similar_pub_tile {
  padding: 0 1.5rem;
  text-align: center;
  border: none;
  background: none;
  margin-top: 1rem;
}
/* line 3348, ../sass/_base.scss */
.similar_pub_tile img {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 1rem auto;
}
/* line 3355, ../sass/_base.scss */
.similar_pub_tile p {
  font-style: italic;
  text-align: left;
  color: #333333;
}
/* line 3359, ../sass/_base.scss */
.similar_pub_tile p span {
  color: #009de0;
  font-weight: bold;
}

/**
*-----------------------------------------------
* testament
*-----------------------------------------------
*/
/* line 3371, ../sass/_base.scss */
.testament_mb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7rem 0;
  margin-top: 8rem;
}
/* line 3378, ../sass/_base.scss */
.testament_mb h1 {
  font-weight: 900;
  font-size: 3rem;
}

/* line 3384, ../sass/_base.scss */
.testament_mbt_bottom {
  color: #009de0;
  margin-left: 10rem;
}
/* line 3387, ../sass/_base.scss */
.testament_mbt_bottom:before {
  content: ' ';
  display: block;
  margin: 2rem 0;
  height: 3px;
  background: #009de0;
  width: 4rem;
}
/* line 3398, ../sass/_base.scss */
.testament_mbt_bottom h2 {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 1rem;
}

/* line 3407, ../sass/_base.scss */
.testament_under_mb {
  background: #009de0;
  color: #fff;
}

/* line 3412, ../sass/_base.scss */
.testament_under_mb_text {
  max-width: 800px;
  margin: 0 auto;
}

/* line 3417, ../sass/_base.scss */
.testament_contact {
  background: #fff1c9;
}
/* line 3419, ../sass/_base.scss */
.testament_contact h2 {
  margin-bottom: 2.5rem;
}

/* line 3425, ../sass/_base.scss */
.testament_contact_text h3 {
  font-weight: 900;
  margin-bottom: 3rem;
}
/* line 3430, ../sass/_base.scss */
.testament_contact_text p {
  line-height: 170%;
}

/* line 3435, ../sass/_base.scss */
.testament_contact_img {
  border-radius: 100%;
  max-width: 100%;
  height: auto;
  border: 10px solid #ffd971;
}

/* line 3443, ../sass/_base.scss */
.testament_yellow_title {
  text-align: center;
  font-weight: 900;
  margin-bottom: 2rem;
  color: #ffd258;
}

/* line 3450, ../sass/_base.scss */
.testament_video {
  background: #f2f2f2;
}

/* line 3453, ../sass/_base.scss */
.testament_videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 3459, ../sass/_base.scss */
.testament_videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 3468, ../sass/_base.scss */
.testament_bottom {
  padding-bottom: 12rem;
}
/* line 3471, ../sass/_base.scss */
.testament_bottom .nav_tabs_cont {
  border: 4px solid #009de0;
  position: relative;
  padding: 2rem;
}
/* line 3475, ../sass/_base.scss */
.testament_bottom .nav_tabs_cont:after {
  position: absolute;
  height: 8px;
  border-radius: 4px;
  background: #004291;
  bottom: -6px;
  width: 92%;
  left: 4%;
  content: ' ';
  display: block;
}
/* line 3488, ../sass/_base.scss */
.testament_bottom .nav_tabs_cont .nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border: none;
}
/* line 3496, ../sass/_base.scss */
.testament_bottom .nav_tabs_cont .nav-tabs li {
  width: 30%;
}
/* line 3498, ../sass/_base.scss */
.testament_bottom .nav_tabs_cont .nav-tabs li .nav-link {
  display: block;
  border: 3px solid #ffd971;
  text-align: center;
  color: #000;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
/* line 3510, ../sass/_base.scss */
.testament_bottom .nav_tabs_cont .nav-tabs li .nav-link.active {
  background: #ffd971;
}

/* line 3519, ../sass/_base.scss */
.testament_above_footer {
  background: #cbe8ff;
  padding-bottom: 1rem;
}

/* line 3524, ../sass/_base.scss */
.taf_img_cont {
  border: 3rem solid #cbe8ff;
  border-radius: 100%;
  display: inline-block;
  margin-top: -10rem;
}
/* line 3530, ../sass/_base.scss */
.taf_img_cont img {
  border-radius: 100%;
  border: 10px solid #fff;
  max-width: 100%;
}

/* line 3537, ../sass/_base.scss */
.testament_above_footer_text {
  background: url("../img/testament_footer_hand.jpg") no-repeat center right;
  background-size: 200px;
  padding-right: 4rem;
}

/* line 3545, ../sass/_base.scss */
.testament_mb_form_cont {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
/* line 3546, ../sass/_base.scss */
.testament_mb_form_cont input[type="text"], .testament_mb_form_cont input[type="email"], .testament_mb_form_cont input[type="tel"], .testament_mb_form_cont input[type="number"], .testament_mb_form_cont select, .testament_mb_form_cont textarea {
  background: #fff;
  border: 2px solid #009de0;
  padding: 0.7rem 1.2rem;
  width: 100%;
}
/* line 3554, ../sass/_base.scss */
.testament_mb_form_cont label {
  display: block;
}
/* line 3558, ../sass/_base.scss */
.testament_mb_form_cont span.wpcf7-list-item {
  margin-left: 0;
}
/* line 3563, ../sass/_base.scss */
.testament_mb_form_cont .wpcf7-list-item label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 3577, ../sass/_base.scss */
.testament_mb_form_cont .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* line 3584, ../sass/_base.scss */
.testament_mb_form_cont .wpcf7-list-item-label:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #009de0;
}
/* line 3596, ../sass/_base.scss */
.testament_mb_form_cont .wpcf7-list-item label:hover input ~ .checkmark {
  background-color: #fff;
}
/* line 3601, ../sass/_base.scss */
.testament_mb_form_cont .wpcf7-list-item label input:checked ~ .checkmark {
  background-color: #fff;
}
/* line 3606, ../sass/_base.scss */
.testament_mb_form_cont .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}
/* line 3613, ../sass/_base.scss */
.testament_mb_form_cont .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
/* line 3618, ../sass/_base.scss */
.testament_mb_form_cont .wpcf7-list-item label .wpcf7-list-item-label:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #009de0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 3632, ../sass/_base.scss */
.informator_btn {
  background: #009de0;
  color: #fff;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  border: 1px solid #009de0;
}
/* line 3640, ../sass/_base.scss */
.informator_btn:hover {
  background: #fff;
  color: #009de0;
}

/**
*-----------------------------------------------
* Jestem z SOS
*-----------------------------------------------
*/
/* line 3658, ../sass/_base.scss */
.page-template-page-jestemzsos .mobile_info, .page-template-page-jestemzsos .mobile_visible {
  display: none;
}
/* line 3662, ../sass/_base.scss */
.page-template-page-jestemzsos .ft_icon {
  text-align: center;
  display: block;
  width: 100%;
}
/* line 3669, ../sass/_base.scss */
.page-template-page-jestemzsos .section_title {
  display: block;
}
/* line 3677, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic_section {
  background: #fff;
}
/* line 3681, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic_section h2 {
  color: #009de0;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  font-size: 2em;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
/* line 3693, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic .info_icon:after {
  content: 'wi\000119cej';
  position: absolute;
  left: 50%;
  margin-left: -27px;
  margin-top: 0;
  border-top: 16px solid #fff;
  background: #f1f1f1;
  color: #b4b5b5;
  padding: 1px 10px;
  font-size: 0.8em;
}
/* line 3707, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic {
  width: 1140px;
  height: 1216px;
  position: relative;
  background: url("../img/home_and_arrows2.png") no-repeat top left;
  margin: 30px auto;
}
/* line 3715, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic .info_icon {
  cursor: pointer;
  position: absolute;
}
/* line 3719, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic .info_icon img {
  width: 150px;
  height: auto;
}
/* line 3725, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic .student {
  left: 210px;
  top: 240px;
}
/* line 3730, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic .teacher {
  left: 475px;
  top: 240px;
}
/* line 3737, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic .parent {
  right: 230px;
  top: 240px;
}
/* line 3742, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic .kiermasz {
  left: 200px;
  bottom: 356px;
}
/* line 3748, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic .konkurs {
  left: 200px;
  bottom: 68px;
}
/* line 3753, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic .contact_icon {
  left: 475px;
  bottom: 220px;
}
/* line 3756, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic .contact_icon:after {
  display: none !important;
}
/* line 3761, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic .lesson {
  right: 230px;
  bottom: 356px;
}
/* line 3766, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic .school {
  left: 480px;
  top: 556px;
}
/* line 3769, ../sass/_base.scss */
.page-template-page-jestemzsos .infographic .school:after {
  display: none !important;
}
/* line 3777, ../sass/_base.scss */
.page-template-page-jestemzsos .info_icon .hidden_text {
  position: absolute;
  left: -516px;
  top: -50px;
  width: 516px;
  height: 249px;
}
/* line 3787, ../sass/_base.scss */
.page-template-page-jestemzsos .tooltip-inner {
  max-width: 550px;
  padding: 5px 8px;
  width: 600px;
  text-align: justify;
  background-color: white;
  border: 3px solid #009de0;
  color: black;
  border-radius: 4px;
}
/* line 3799, ../sass/_base.scss */
.page-template-page-jestemzsos .tooltip.in {
  opacity: .99;
}
/* line 3803, ../sass/_base.scss */
.page-template-page-jestemzsos .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -10px;
  border-width: 16px 16px 0;
  border-top-color: #009de0;
}
/* line 3812, ../sass/_base.scss */
.page-template-page-jestemzsos .for_teachers {
  background: #009de0;
  padding: 2rem;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 150%;
}
/* line 3821, ../sass/_base.scss */
.page-template-page-jestemzsos .for_teachers:hover {
  color: #fff;
  text-decoration: none;
  background: #0ab6ff;
}
/* line 3828, ../sass/_base.scss */
.page-template-page-jestemzsos .evenh {
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
/* line 3839, ../sass/_base.scss */
.page-template-page-jestemzsos .jestem_contact .contact_section {
  background: #f2f2f2;
}
/* line 3841, ../sass/_base.scss */
.page-template-page-jestemzsos .jestem_contact .contact_section img {
  float: left;
  margin-right: 15px;
}
/* line 3846, ../sass/_base.scss */
.page-template-page-jestemzsos .jestem_contact .contact_section .section_title {
  margin-bottom: 45px;
}
/* line 3851, ../sass/_base.scss */
.page-template-page-jestemzsos .jestem_contact .contact_data {
  float: left;
  padding-top: 25px;
}
/* line 3856, ../sass/_base.scss */
.page-template-page-jestemzsos .jestem_contact span.fieldlabel {
  display: inline-block;
  float: left;
  width: 32%;
  font-weight: normal;
}
/* line 3863, ../sass/_base.scss */
.page-template-page-jestemzsos .jestem_contact label {
  width: 100%;
}
/* line 3867, ../sass/_base.scss */
.page-template-page-jestemzsos .jestem_contact input[type="text"], .page-template-page-jestemzsos .jestem_contact input[type="email"], .page-template-page-jestemzsos .jestem_contact input[type="tel"], .page-template-page-jestemzsos .jestem_contact textarea {
  border: 1px solid #ccc;
  padding: 2px;
  line-height: normal;
  background: #fff url(../img/bg_input.png) 0 0 no-repeat;
  border-radius: 5px;
  width: 66%;
  float: right;
}
/* line 3878, ../sass/_base.scss */
.page-template-page-jestemzsos .jestem_contact input.wpcf7-form-control.wpcf7-submit {
  float: right;
  background: #009de0;
  color: #fff;
  border: none;
  padding: 5px 10px;
}
/* line 3887, ../sass/_base.scss */
.page-template-page-jestemzsos .jestem_contact .form_cont {
  padding: 15px;
  border: 1px solid #d9d9d9;
  float: right;
  width: 90%;
}

/* line 3902, ../sass/_base.scss */
.jestem_contact {
  background: #f2f2f2;
}

/**
*-----------------------------------------------
* Footer
*-----------------------------------------------
*/
/* line 3911, ../sass/_base.scss */
#footer {
  padding: 2.5rem 0;
  background: url("../img/bg-canvas.jpg") repeat left top;
  position: relative;
}
/* line 3915, ../sass/_base.scss */
#footer .overlay {
  background: #fff;
  opacity: 0.4;
  z-index: 1;
}
/* line 3922, ../sass/_base.scss */
#footer a:hover {
  color: #009de0;
}
/* line 3927, ../sass/_base.scss */
#footer p {
  position: relative;
  z-index: 2;
}

/* line 3933, ../sass/_base.scss */
.footer_blocks {
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  z-index: 2;
}

/* line 3942, ../sass/_base.scss */
.footer_block {
  color: #999999;
  font-size: 0.8rem;
}
/* line 3945, ../sass/_base.scss */
.footer_block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 3951, ../sass/_base.scss */
.footer_block h3 {
  font-size: 1.3rem;
}
/* line 3955, ../sass/_base.scss */
.footer_block a {
  color: #999999;
}
/* line 3960, ../sass/_base.scss */
.footer_block.fb_primary {
  color: #009de0;
}
/* line 3962, ../sass/_base.scss */
.footer_block.fb_primary a {
  color: #009de0;
}
/* line 3968, ../sass/_base.scss */
.footer_block.fb_first p {
  margin-top: 0;
}

/* line 3974, ../sass/_base.scss */
.footer_bottom_right {
  font-size: 0.8rem;
  position: relative;
  z-index: 2;
}
/* line 3978, ../sass/_base.scss */
.footer_bottom_right a {
  display: inline-block;
  color: #999999;
  font-size: 0.9rem;
  padding: 5px 0 5px 10px;
  margin-left: 15px;
  border-left: 1px solid gray;
  line-height: 100%;
}
/* line 3986, ../sass/_base.scss */
.footer_bottom_right a:first-child {
  border-left: 0;
}

/* line 3993, ../sass/_base.scss */
.created {
  font-size: 0.7rem;
}

@media all and (min-width: 960px) {
  /* line 5, ../sass/_responsive.scss */
  .reasons-list li:before {
    top: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media all and (min-width: 993px) {
  /* line 20, ../sass/_responsive.scss */
  .navbar .dropdown-menu {
    margin-top: 0px;
  }
  /* line 24, ../sass/_responsive.scss */
  .navbar .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: 0px;
  }
  /* line 33, ../sass/_responsive.scss */
  .navbar .dropdown-menu li a {
    color: #fff;
  }
  /* line 39, ../sass/_responsive.scss */
  .navbar .dropdown-menu > li:hover > .sub-menu {
    visibility: visible;
  }
  /* line 43, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0;
    background: transparent;
  }
  /* line 51, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu a {
    color: #000;
  }
  /* line 54, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu a:hover {
    background: #76b856;
  }
  /* line 61, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li.active a {
    background: inherit;
  }
  /* line 64, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li.active a:hover {
    background: #76b856;
  }

  /* line 72, ../sass/_responsive.scss */
  .right {
    text-align: right;
  }
}
@media all and (min-width: 1200px) {
  /* line 79, ../sass/_responsive.scss */
  article.post p, article.post ul li {
    text-align: justify;
  }
}
@media all and (min-width: 1500px) {
  /* line 87, ../sass/_responsive.scss */
  body, html {
    font-size: 18px;
  }

  /* line 92, ../sass/_responsive.scss */
  .container {
    max-width: 1300px;
    width: 1300px;
  }

  /* line 99, ../sass/_responsive.scss */
  .petitio_logo .petition_krs {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1450px) {
  /* line 106, ../sass/_responsive.scss */
  .petition_sign .petition_sign_btn {
    background: #fff;
    font-size: 1.5rem;
    padding: 10px 20px;
  }
}
@media all and (max-width: 1200px) {
  /* line 116, ../sass/_responsive.scss */
  .yc_block h2 {
    font-size: 1.9rem;
  }

  /* line 122, ../sass/_responsive.scss */
  .page-template-page-jestemzsos .tooltip {
    display: none !important;
  }
  /* line 126, ../sass/_responsive.scss */
  .page-template-page-jestemzsos .navbar-default {
    margin-top: 0;
  }
  /* line 130, ../sass/_responsive.scss */
  .page-template-page-jestemzsos .infographic .info_icon:after {
    display: none;
  }
  /* line 134, ../sass/_responsive.scss */
  .page-template-page-jestemzsos .infographic {
    width: auto;
    height: auto;
    background: transparent;
    margin: 30px auto;
  }
  /* line 141, ../sass/_responsive.scss */
  .page-template-page-jestemzsos .infographic .info_icon {
    position: relative;
    left: auto;
    top: auto;
    margin: 20px auto;
    bottom: auto;
    right: auto;
    text-align: center;
  }
  /* line 151, ../sass/_responsive.scss */
  .page-template-page-jestemzsos .mobile_info {
    display: block;
    border: 3px solid #009de0;
    padding: 10px;
    margin: 15px auto 35px;
  }

  /* line 161, ../sass/_responsive.scss */
  .page-template-page-help-recurring .main_banner {
    height: auto !important;
  }
}
@media all and (max-width: 992px) {
  /* line 170, ../sass/_responsive.scss */
  .navbar {
    text-align: right;
    justify-content: flex-end;
  }
  /* line 173, ../sass/_responsive.scss */
  .navbar .navbar-nav {
    float: none;
    background: #fff;
  }

  /* line 180, ../sass/_responsive.scss */
  .navbar-toggler {
    background: url("../img/menu_mobile.png") no-repeat center center;
    width: 50px;
    border: none;
    height: 50px;
    display: block;
    margin: 10px;
    float: none;
  }
  /* line 189, ../sass/_responsive.scss */
  .navbar-toggler .navbar-toggler-icon {
    background: none;
  }
  /* line 191, ../sass/_responsive.scss */
  .navbar-toggler .navbar-toggler-icon:focus {
    outline: none;
    opacity: 0.8;
  }
  /* line 196, ../sass/_responsive.scss */
  .navbar-toggler:focus {
    outline: none;
    opacity: 0.8;
  }

  /* line 202, ../sass/_responsive.scss */
  .top_donate_btn {
    font-size: 1.2rem;
    margin-top: 0;
  }

  /* line 207, ../sass/_responsive.scss */
  #header {
    position: relative;
  }

  /* line 210, ../sass/_responsive.scss */
  .section_title {
    font-size: 1.9rem;
  }

  /* line 214, ../sass/_responsive.scss */
  .what_we_do p {
    font-size: 1rem;
  }

  /* line 218, ../sass/_responsive.scss */
  .newsletter_form {
    width: 100%;
  }

  /* line 222, ../sass/_responsive.scss */
  .home_button {
    font-size: 1.2rem;
  }

  /* line 226, ../sass/_responsive.scss */
  .even_club_text {
    padding: 2rem;
  }

  /* line 231, ../sass/_responsive.scss */
  .cer_text {
    padding: 2rem;
  }

  /* line 235, ../sass/_responsive.scss */
  .logo_club {
    max-width: 100%;
  }

  /* line 239, ../sass/_responsive.scss */
  .bgs {
    max-height: 350px;
  }

  /* line 243, ../sass/_responsive.scss */
  .wp-block-table {
    overflow-x: auto;
  }

  /* line 248, ../sass/_responsive.scss */
  .c_form_section .form_heading {
    font-size: 0.9rem;
    margin-bottom: 0;
  }

  /* line 254, ../sass/_responsive.scss */
  .pay_logos img {
    max-width: 80px;
  }

  /* line 258, ../sass/_responsive.scss */
  .above_donate_title {
    margin-top: 0;
    font-size: 1.2rem;
  }

  /* line 263, ../sass/_responsive.scss */
  .donation_purpose_text p, .r_donation_purpose_text p {
    font-size: 1rem;
    margin-top: 0;
    font-size: 0.9rem;
  }

  /* line 269, ../sass/_responsive.scss */
  .c_form_section .payment_type.primary_btn_reverse {
    padding: 9px 15px;
    height: auto;
  }

  /* line 274, ../sass/_responsive.scss */
  .pay_logos {
    margin-top: 0;
  }

  /* line 278, ../sass/_responsive.scss */
  .c_form_section .amount_tile.accent2_btn_reverse {
    padding: 5px;
    height: 40px;
  }

  /* line 284, ../sass/_responsive.scss */
  .c_form_section {
    margin-bottom: 20px;
  }

  /* line 288, ../sass/_responsive.scss */
  .petition_mb, .petition_bottom {
    background: none !important;
  }

  /* line 292, ../sass/_responsive.scss */
  .petition_mb {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }
  /* line 296, ../sass/_responsive.scss */
  .petition_mb h1 {
    width: 100%;
  }

  /* line 301, ../sass/_responsive.scss */
  .petition_mb_text h1 {
    margin: 1rem auto;
    font-size: 2.5rem;
  }

  /* line 306, ../sass/_responsive.scss */
  .petition_mb_text {
    color: #fff;
    background: #333333;
    padding: 2rem 1.5rem;
    margin-top: 1rem;
  }

  /* line 313, ../sass/_responsive.scss */
  .petition_sign {
    margin-top: 2rem;
  }

  /* line 317, ../sass/_responsive.scss */
  .petitio_logo {
    position: relative;
    right: auto;
    top: auto;
    margin: 1rem auto;
    max-width: 100%;
    color: #000;
    text-align: center;
    width: 100%;
    padding-bottom: 1rem;
  }
  /* line 327, ../sass/_responsive.scss */
  .petitio_logo img {
    display: inline-block;
  }
  /* line 330, ../sass/_responsive.scss */
  .petitio_logo .petition_krs {
    color: #000;
    text-align: center;
  }

  /* line 336, ../sass/_responsive.scss */
  .petition_mobile_banner {
    margin-top: 1rem;
  }

  /* line 340, ../sass/_responsive.scss */
  .petition_bottom {
    padding-bottom: 1rem;
  }

  /* line 344, ../sass/_responsive.scss */
  .petition_bottom_text {
    width: 100%;
    text-align: center;
    margin: 1rem auto;
    padding: 0;
  }

  /* line 352, ../sass/_responsive.scss */
  .testament_mb {
    padding: 2rem 0;
    margin-top: 0;
  }

  /* line 357, ../sass/_responsive.scss */
  .testament_mbt_bottom {
    margin-left: 0;
  }

  /* line 361, ../sass/_responsive.scss */
  .pub_tile_left, .pub_tile_right {
    width: 100%;
  }

  /* line 365, ../sass/_responsive.scss */
  .pub_tile_left {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 992px) {
  /* line 373, ../sass/_responsive.scss */
  .yc_block h2 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  /* line 379, ../sass/_responsive.scss */
  .section_title {
    font-size: 1.6rem;
  }

  /* line 383, ../sass/_responsive.scss */
  .main_banner {
    height: auto !important;
  }

  /* line 386, ../sass/_responsive.scss */
  .menu_to_right #mega-menu-wrap-menu-top {
    float: none;
  }

  /* line 390, ../sass/_responsive.scss */
  .main_banner {
    background: #009de0 !important;
    padding-top: 0;
  }

  /* line 394, ../sass/_responsive.scss */
  .mobile {
    display: block;
  }

  /* line 399, ../sass/_responsive.scss */
  .slick-slide .mobile {
    display: block;
  }

  /* line 404, ../sass/_responsive.scss */
  .desktop {
    display: none;
  }

  /* line 408, ../sass/_responsive.scss */
  .who_even {
    margin-bottom: 1.5rem;
  }

  /* line 416, ../sass/_responsive.scss */
  .clv_tabs li {
    width: 100%;
  }
  /* line 419, ../sass/_responsive.scss */
  .clv_tabs li .nav-link {
    width: 100%;
  }

  /* line 424, ../sass/_responsive.scss */
  .social_icons {
    text-align: center;
  }

  /* line 428, ../sass/_responsive.scss */
  .top_bar ul {
    justify-content: center;
  }

  /* line 432, ../sass/_responsive.scss */
  .logo {
    max-width: 80%;
    width: 80%;
    margin: 10px auto;
    display: block;
  }

  /* line 439, ../sass/_responsive.scss */
  .top_donate_btn {
    font-size: 1.4rem;
    display: block;
    text-align: center;
    line-height: 120%;
    float: none;
  }
  /* line 446, ../sass/_responsive.scss */
  .top_donate_btn br {
    display: none;
  }

  /* line 451, ../sass/_responsive.scss */
  .under_logo {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0.4rem;
  }

  /* line 457, ../sass/_responsive.scss */
  .accent_huge_btn {
    font-size: 1.4rem;
    display: block;
    line-height: 120%;
  }

  /* line 464, ../sass/_responsive.scss */
  .above_donate_title {
    margin-top: 1rem;
  }

  /* line 468, ../sass/_responsive.scss */
  .what_we_do {
    position: relative;
    background-image: url(../img/what_we_do.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: inherit;
    padding: 3rem 0 14rem;
    background-size: contain;
    text-align: center;
  }

  /* line 479, ../sass/_responsive.scss */
  .footer_block {
    margin: 1rem 0;
    max-width: 48%;
  }
  /* line 483, ../sass/_responsive.scss */
  .footer_block img {
    max-width: 100%;
    height: auto;
  }

  /* line 490, ../sass/_responsive.scss */
  #footer .flex_end {
    justify-content: center;
  }

  /* line 495, ../sass/_responsive.scss */
  .footer_bottom, .created {
    position: relative;
    z-index: 3;
    text-align: center;
  }

  /* line 501, ../sass/_responsive.scss */
  .card-header button {
    font-size: 1rem;
  }

  /* line 505, ../sass/_responsive.scss */
  .page-template-page-jestemzsos .jestem_contact .contact_data {
    float: none;
    padding-top: 25px;
    text-align: center;
  }

  /* line 514, ../sass/_responsive.scss */
  .page-template-page-jestemzsos .jestem_contact .form_cont, .page-template-page-jestemzsos .jestem_contact span.fieldlabel, .page-template-page-jestemzsos .jestem_contact input[type="text"], .page-template-page-jestemzsos .jestem_contact input[type="email"], .page-template-page-jestemzsos .jestem_contact input[type="tel"], .page-template-page-jestemzsos .jestem_contact input[type="number"], .page-template-page-jestemzsos .jestem_contact select, .page-template-page-jestemzsos .jestem_contact textarea {
    float: none;
    width: 100%;
  }

  /* line 521, ../sass/_responsive.scss */
  .club_num {
    margin: 1rem auto;
  }

  /* line 525, ../sass/_responsive.scss */
  .reasons_list {
    text-align: center;
  }

  /* line 529, ../sass/_responsive.scss */
  .rl_text {
    width: 100%;
    max-width: 100%;
  }

  /* line 534, ../sass/_responsive.scss */
  .bgs {
    max-height: 250px;
  }

  /* line 538, ../sass/_responsive.scss */
  .popup_additional .pa_inner .pa_white, .popup_additional_2 .pa_inner .pa_white {
    border-radius: 15px;
    background: #fff;
    color: #000;
    padding: 15px;
    font-size: 0.9rem;
    position: relative;
    line-height: 1.1rem;
  }

  /* line 550, ../sass/_responsive.scss */
  .newsletter_form em {
    font-size: 0.8rem;
    line-height: 1.1rem;
    display: block;
  }

  /* line 557, ../sass/_responsive.scss */
  .cb_links {
    margin-top: 0;
  }

  /* line 563, ../sass/_responsive.scss */
  .petition_popup_inner {
    border: 6px solid #1a1a1a;
    border-radius: 0.5rem;
    padding: 1rem;
    background: #fff;
  }
  /* line 570, ../sass/_responsive.scss */
  .petition_popup_inner h2 {
    color: #ec7404;
    font-size: 2rem;
    text-align: center;
    margin: 0 auto 1.5rem;
    font-weight: bold;
  }
  /* line 578, ../sass/_responsive.scss */
  .petition_popup_inner p {
    font-size: 1rem;
  }

  /* line 583, ../sass/_responsive.scss */
  .ppb_btn {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  /* line 586, ../sass/_responsive.scss */
  .ppb_btn:hover {
    color: #fff;
  }

  /* line 591, ../sass/_responsive.scss */
  .petition_popup_buttons {
    justify-content: center;
  }

  /* line 597, ../sass/_responsive.scss */
  .testament_mb {
    background: none !important;
  }
  /* line 602, ../sass/_responsive.scss */
  .testament_mb h1 {
    font-weight: 900;
    font-size: 2rem;
  }

  /* line 608, ../sass/_responsive.scss */
  .testament_mbt_bottom {
    color: #009de0;
  }
  /* line 613, ../sass/_responsive.scss */
  .testament_mbt_bottom h2 {
    font-size: 1.5rem;
  }

  /* line 619, ../sass/_responsive.scss */
  .testament_contact_text {
    text-align: center;
    margin-top: 1.5rem;
  }

  /* line 624, ../sass/_responsive.scss */
  .testament_bottom .nav_tabs_cont .nav-tabs li {
    width: 100%;
  }

  /* line 628, ../sass/_responsive.scss */
  .taf_img_cont {
    margin-top: 1.5rem;
    border: none;
  }

  /* line 634, ../sass/_responsive.scss */
  .petition_sign .zgoda_label input {
    width: 35px;
  }
}
@media all and (max-width: 480px) {
  /* line 643, ../sass/_responsive.scss */
  .c_form_section .payment_type {
    width: 100%;
  }

  /* line 647, ../sass/_responsive.scss */
  .footer_block {
    max-width: 100%;
  }
  /* line 650, ../sass/_responsive.scss */
  .footer_block:nth-child(2), .footer_block:nth-child(3), .footer_block:nth-child(4), .footer_block:nth-child(5) {
    max-width: 50%;
  }

  /* line 657, ../sass/_responsive.scss */
  #footer .menu-pomoz-container {
    max-width: 90%;
  }

  /* line 662, ../sass/_responsive.scss */
  .informator_btn {
    background: #009de0;
    color: #fff;
    padding: 1rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    border: 1px solid #009de0;
  }
}

/*# sourceMappingURL=style.css.map */
