/* OWL & BOOTSTRAP & FONTS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
* {
  box-sizing: border-box; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:after {
  content: '';
  display: block;
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  transform: translate3d(0, 0, 0);
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@font-face {
  font-family: 'Antipasto';
  src: url("../fonts/AntipastoPro-Regular.eot");
  src: local("Antipasto Pro Regular"), local("AntipastoPro-Regular"), url("../fonts/AntipastoPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AntipastoPro-Regular.woff2") format("woff2"), url("../fonts/AntipastoPro-Regular.woff") format("woff"), url("../fonts/AntipastoPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Antipasto';
  src: url("../fonts/AntipastoPro-Bold.eot");
  src: local("Antipasto Pro Bold"), local("AntipastoPro-Bold"), url("../fonts/AntipastoPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AntipastoPro-Bold.woff2") format("woff2"), url("../fonts/AntipastoPro-Bold.woff") format("woff"), url("../fonts/AntipastoPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Antipasto';
  src: url("../fonts/AntipastoPro-Medium.eot");
  src: local("Antipasto Pro Medium"), local("AntipastoPro-Medium"), url("../fonts/AntipastoPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AntipastoPro-Medium.woff2") format("woff2"), url("../fonts/AntipastoPro-Medium.woff") format("woff"), url("../fonts/AntipastoPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
/* OWL & BOOTSTRAP & FONTS */
body, html {
  height: 100%; }

body {
  margin: 0;
  line-height: 1.5;
  font-size: 18px;
  color: #323663;
  font-family: "Antipasto"; }

input, textarea, select, button {
  outline: none;
  box-sizing: border-box;
  font-family: "Antipasto"; }

input, textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #46c9f3;
  line-height: 55px;
  border-radius: 3px;
  background: #a6e5f9;
  padding: 0 20px;
  font-size: 18px;
  border-radius: 10px;
  font-family: "Montserrat";
  color: #323663; }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: #323663; }
  input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
    border-color: #f00; }

textarea {
  line-height: 1.2;
  padding: 20px 20px;
  resize: none;
  height: 211px; }

button {
  cursor: pointer; }

img {
  max-width: 100%; }

a {
  color: #46c9f3;
  text-decoration: none;
  transition: all 0.4s ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "Antipasto"; }

h1 {
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-size: 45px;
  margin-bottom: 20px;
  margin-top: 50px; }
  h2:first-child {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 30px;
      margin-top: 35px; } }

h3 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px; }
  h3:first-child {
    margin: 0; }

.tablewrapper {
  width: 100%;
  overflow: auto; }

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  background: #fffeeb; }
  @media screen and (max-width: 991px) {
    .wrapper {
      padding-top: 90px; } }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex.inline {
    display: inline-flex; }
  .flex.jcsb {
    justify-content: space-between; }
  .flex.ais {
    align-items: flex-start; }
  .flex.aic {
    align-items: center; }
  .flex.jcc {
    justify-content: center; }
  .flex.aib {
    align-items: flex-end; }
  .flex.aif {
    align-items: flex-start; }
  .flex.nowrap {
    flex-wrap: nowrap; }

.blockin {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px; }
  .blockin.static {
    position: static; }

.logo {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  min-width: 85px; }
  .logo img {
    display: block; }

.sitebutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 57px;
  line-height: 1.2;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  background: #fedc69;
  border-radius: 21px;
  color: #fff;
  box-shadow: 0 3px 0px #d6af29;
  padding: 0 20px;
  border: 0; }
  .sitebutton.maxbut {
    max-width: 260px;
    width: 100%; }
  .sitebutton.minbut {
    max-width: 240px;
    width: 100%; }
  .sitebutton:hover {
    box-shadow: 0 0px 0px #d6af29; }
  .sitebutton.blue {
    background: #46c9f3;
    box-shadow: 0 3px 0px #2ca8d0; }
    .sitebutton.blue:hover {
      box-shadow: 0 0 0px #2ca8d0; }
  .sitebutton.darkblue {
    background: #376de7;
    box-shadow: 0 3px 0px #1742a2; }
    .sitebutton.darkblue:hover {
      box-shadow: 0 0 0px #1742a2; }
  .sitebutton.lightblue {
    background: #3cd9df;
    box-shadow: 0 3px 0px #15abb1; }
    .sitebutton.lightblue:hover {
      box-shadow: 0 0 0px #15abb1; }
  .sitebutton.border {
    color: #3cd9df;
    border: 2px solid #3cd9df;
    background: none;
    box-shadow: none; }
    .sitebutton.border span {
      width: 28px;
      height: 23px;
      background: url(../images/favorit.png);
      margin-right: 15px; }
    .sitebutton.border:hover {
      background: #3cd9df;
      color: #fff;
      box-shadow: 0 3px 0px #15abb1; }
      .sitebutton.border:hover span {
        background-position: 0 100%; }
  .sitebutton.block {
    display: flex;
    width: 100%; }

/* HEADER */
.header {
  background: #46c9f3;
  padding: 30px 0 30px;
  position: relative;
  z-index: 10; }
  .header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/headerbg.png) 50% 0 no-repeat, linear-gradient(180deg, #80dcf9, #48caf3 100%); }
  .header:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 95px;
    background: url(../images/headerbgbot.png) 50% 0 repeat-x; }
  .header .blockin {
    max-width: 1450px; }
  .header__menu {
    background: #ffffff;
    border-radius: 20px;
    padding: 0 10px;
    margin: 0 20px;
    position: relative;
    z-index: 2; }
    .header__menu > ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      align-items: center; }
      .header__menu > ul > li {
        padding-left: 20px;
        background: url(../images/topmenu.png) 0 50% no-repeat;
        position: relative; }
        .header__menu > ul > li:hover > a {
          color: #46c9f3; }
        .header__menu > ul > li:hover ul {
          display: block; }
        .header__menu > ul > li:first-child {
          padding: 0;
          background: none; }
        .header__menu > ul > li.current-menu-item > a, .header__menu > ul > li.current-post-ancestor > a, .header__menu > ul > li.current-category-ancestor > a {
          color: #46c9f3; }
        .header__menu > ul > li > a {
          display: block;
          line-height: 48px;
          padding: 0 15px;
          font-size: 19px;
          color: #323663;
          font-weight: 500;
          white-space: nowrap; }
          @media screen and (max-width: 1120px) {
            .header__menu > ul > li > a {
              font-size: 18px; } }
          .header__menu > ul > li > a:hover {
            color: #46c9f3; }
        @media screen and (max-width: 1140px) {
          .header__menu > ul > li:last-child {
            display: none; } }
        .header__menu > ul > li ul {
          position: absolute;
          top: 100%;
          left: 20px;
          background: #fff;
          border-radius: 0 0 20px 20px;
          padding: 5px 15px 15px;
          margin: 0;
          list-style: none;
          white-space: nowrap;
          display: none;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
          .header__menu > ul > li ul li {
            margin-top: 7px; }
            .header__menu > ul > li ul li:first-child {
              margin: 0; }
            .header__menu > ul > li ul li.current-menu-item a, .header__menu > ul > li ul li.current-post-ancestor a {
              color: #46c9f3; }
            .header__menu > ul > li ul li a {
              font-size: 19px;
              color: #323663;
              font-weight: 500; }
              .header__menu > ul > li ul li a:hover {
                color: #46c9f3; }
  @media screen and (max-width: 1120px) {
    .header .sitebutton img {
      display: none; } }
  @media screen and (max-width: 991px) {
    .header {
      padding: 10px 0;
      position: fixed;
      left: 0;
      right: 0;
      top: 0; }
      .header:after {
        height: 25px;
        background-size: contain; }
      .header .logo {
        max-width: 70px;
        min-width: 70px; }
      .header .sitebutton {
        font-size: 18px;
        min-height: 50px;
        max-width: 180px; }
      .header__menu {
        display: none; }
      .header .burger {
        display: block; } }

.burger {
  width: 25px;
  position: relative;
  cursor: pointer;
  height: 18px;
  display: none; }
  .burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .burger span:nth-child(1) {
    top: 0px; }
  .burger span:nth-child(2), .burger span:nth-child(3) {
    top: 8px; }
  .burger span:nth-child(4) {
    top: 16px; }
  .burger.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%; }
  .burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .burger.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }

.mobmenu {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: calc(100vh - 90px);
  background: #f8d55f url(../images/bgmobmenu.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 9;
  overflow-y: auto;
  display: none; }
  .mobmenu .wrap {
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px; }
  .mobmenu .bottom {
    padding-top: 10px; }
  .mobmenu__block {
    margin-top: 15px;
    font-size: 18px;
    padding-right: 70px; }
    .mobmenu__block a {
      color: #323663; }
    .mobmenu__block strong {
      font-family: "Montserrat";
      font-weight: bold; }

.mob_m {
  font-size: 22px; }
  .mob_m > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .mob_m > ul > li {
      margin-top: 5px; }
      .mob_m > ul > li:first-child {
        margin: 0; }
      .mob_m > ul > li.current-menu-item > a, .mob_m > ul > li.current-post-ancestor > a {
        color: #46c9f3; }
      .mob_m > ul > li > a {
        color: #323663;
        display: inline-flex;
        align-items: center;
        font-weight: 500; }
        .mob_m > ul > li > a em {
          width: 20px;
          height: 20px;
          background: url(../images/arrowmobm.svg) 50% 50% no-repeat;
          transform: rotate(90deg);
          background-size: 8px auto;
          margin-left: 10px; }
        .mob_m > ul > li > a.active em {
          transform: rotate(-90deg); }
      .mob_m > ul > li ul {
        display: none;
        padding: 5px 0 0 20px;
        margin: 0;
        list-style: none; }
        .mob_m > ul > li ul li.current-menu-item a, .mob_m > ul > li ul li.current-post-ancestor a {
          color: #46c9f3; }
        .mob_m > ul > li ul li a {
          font-size: 20px;
          color: #323663; }

.mainheader {
  background: #46c9f3;
  padding: 0 0 35px;
  position: relative; }
  .mainheader:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 95px;
    background: url(../images/headerbgbot.png) 50% 0 repeat-x; }
  @media screen and (min-width: 992px) {
    .mainheader:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url(../images/mainheaderbg.png) 50% 0 no-repeat, url(../images/mainheaderbgbot.png) 50% 100% no-repeat, linear-gradient(180deg, #80dcf9, #48caf3 100%); }
    .mainheader .header {
      background: none; }
      .mainheader .header:before, .mainheader .header:after {
        display: none; } }
  .mainheader__bottom {
    padding: 30px 0;
    min-height: calc(100vh - 187px);
    display: flex;
    align-items: center; }
    .mainheader__bottom .blockin {
      max-width: 1450px; }
  .mainheader__form {
    min-height: 146px;
    display: flex;
    align-items: center;
    padding: 15px 40px;
    background: #dcf5fd;
    max-width: 670px;
    margin-top: 50px;
    border-radius: 30px;
    position: relative; }
    .mainheader__form:before {
      content: '';
      position: absolute;
      top: 8px;
      left: 8px;
      right: 8px;
      bottom: 8px;
      border: 2px dashed #f8d55f;
      border-radius: 30px; }
    .mainheader__form .row {
      flex-grow: 2; }
      @media screen and (max-width: 767px) {
        .mainheader__form .row > div {
          margin-top: 15px; }
          .mainheader__form .row > div:first-child {
            margin: 0; } }
    .mainheader__form input {
      background: #ffffff;
      border-color: #ffffff; }
  .mainheader h1 {
    font-size: 92px;
    color: #ffffff;
    margin-top: 35px;
    font-weight: bold; }
    .mainheader h1 span {
      display: inline-block;
      line-height: 33px;
      text-transform: uppercase;
      background: #fdf8ae;
      border-radius: 15px;
      padding: 0 22px 3px;
      font-size: 27px;
      letter-spacing: 2px;
      color: #323663; }
  @media screen and (max-width: 991px) {
    .mainheader {
      z-index: 10;
      padding-bottom: 0; }
      .mainheader:after {
        height: 25px;
        background-size: contain; }
      .mainheader__bottom {
        text-align: center; }
      .mainheader h1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 0 20px;
        font-size: 40px; }
        .mainheader h1 span {
          font-size: 18px; }
      .mainheader__form {
        margin: 30px auto;
        padding: 25px; } }

/* HEADER */
.content {
  padding: 60px 0 80px;
  font-family: "Montserrat";
  font-size: 18px;
  background: url(../images/contentbg.png) 50% 0 repeat-y;
  position: relative; }
  .content.nobg {
    background: none; }
    .content.nobg:before {
      display: none; }
  .content h1 {
    max-width: 1000px; }
  .content:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 178px;
    background: url(../images/contentbotbg.png) 50% 0 no-repeat; }
  .content p:first-child, .content .wp-block-table:first-child, .content .wp-block-image:first-child {
    margin-top: 0; }
  .content p:last-child, .content .wp-block-table:last-child, .content .wp-block-image:last-child {
    margin-bottom: 0; }
  .content .wp-block-gallery:first-child {
    margin-top: -20px; }
  .content__news {
    background: url(../images/newbgbot.png) 50% 100% no-repeat, url(../images/newsbg.jpg) 50% 50% no-repeat #376de7;
    background-size: auto , cover;
    color: #fff; }
    .content__news:before {
      display: none; }
    .content__news h1 {
      color: #fff; }
  .content__paddingtop {
    padding-top: 30px; }
  .content__charity:before {
    height: 451px;
    background: url(../images/artistbotbg.png) 50% 100% no-repeat; }
  @media screen and (max-width: 991px) {
    .content {
      padding: 30px 0 50px; } }

.leftmenu {
  border-radius: 10px;
  background: #abc546;
  overflow: hidden;
  position: sticky;
  top: 30px; }
  .leftmenu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .leftmenu ul li {
      border-top: 1px solid #9cb53a; }
      .leftmenu ul li:first-child {
        border: 0; }
      .leftmenu ul li.current-menu-item a, .leftmenu ul li.current-post-ancestor a {
        color: #fff;
        background: #9cb53a; }
      .leftmenu ul li a {
        display: block;
        color: #fff;
        padding: 8px 13px;
        font-size: 18px;
        font-weight: 500; }
        .leftmenu ul li a:hover {
          color: #fff;
          background: #9cb53a; }
  @media screen and (max-width: 767px) {
    .leftmenu {
      margin-top: 50px; } }

.page ul {
  padding: 0;
  list-style: none; }
  .page ul li {
    margin-top: 10px;
    padding-left: 25px;
    background: url(../images/bears.png) 0 5px no-repeat; }
    .page ul li:first-child {
      margin: 0; }
.page__block {
  margin-top: 50px; }
  .page__block:first-child {
    margin: 0; }
.page + .donateinfo {
  margin-top: 30px;
  border-radius: 20px; }

.sitefom {
  padding: 20px 30px 30px;
  background: #46c9f3;
  border-radius: 20px; }
  .sitefom h3 {
    margin-top: 0;
    color: #fff;
    margin-bottom: 0px; }
  .sitefom p {
    margin: 0; }
  .sitefom .wpcf7-form-control-wrap {
    display: block;
    margin-top: 20px; }
  .sitefom br {
    display: none; }
  .sitefom .sitebutton {
    margin-top: 20px; }
  .sitefom .wpcf7-not-valid-tip {
    display: none !important; }
  .sitefom .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 0 !important;
    border: 0 !important;
    font-size: 14px; }
  .sitefom .wpcf7 form.invalid .wpcf7-response-output, .sitefom .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #f00; }
  .sitefom .wpcf7 form.sent .wpcf7-response-output {
    color: green; }
  @media screen and (max-width: 767px) {
    .sitefom {
      padding: 5px 15px 15px; }
      .sitefom .sitebutton {
        max-width: none; } }

.vacancies__block {
  margin-top: 30px;
  border: 2px solid #46c9f3;
  border-radius: 10px;
  background: #a6e5f9; }
  .vacancies__block:first-child {
    margin: 0; }
  .vacancies__block-title {
    padding: 20px 20px 20px 50px;
    background: url(../images/bears.png) 20px 50% no-repeat;
    cursor: pointer;
    font-weight: bold;
    font-family: "Montserrat"; }
  .vacancies__block-text {
    padding: 0 20px 20px;
    display: none; }
    .vacancies__block-text a {
      color: #323663; }

.gallery__block {
  margin-top: 30px;
  display: flex;
  background: #a6e5f9;
  border-radius: 15px;
  overflow: hidden;
  color: #323663; }
  .gallery__block:first-child {
    margin: 0; }
  .gallery__block-img {
    position: relative;
    min-height: 350px;
    min-width: 430px;
    width: 430px;
    margin-right: 20px; }
    .gallery__block-img img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .gallery__block-date {
    position: absolute;
    bottom: 20px;
    background: #fff;
    padding: 0 12px;
    line-height: 30px;
    border-radius: 5px;
    left: 20px; }
  .gallery__block-body {
    padding: 20px 20px 20px 0; }
  .gallery__block-title {
    display: block;
    color: #F15856;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold; }
@media screen and (max-width: 991px) {
  .gallery__block {
    flex-direction: column; }
    .gallery__block-img {
      width: 100%;
      min-width: auto;
      margin: 0;
      min-height: 300px; }
    .gallery__block-body {
      padding: 15px; } }

.pagination {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 16px; }
  .pagination li {
    margin-left: 10px; }
    .pagination li:first-child {
      margin: 0; }
    .pagination li span, .pagination li a {
      line-height: 35px;
      min-width: 35px;
      text-align: center;
      border-radius: 5px;
      background: #46c9f3;
      color: #fff;
      display: block;
      padding: 0 15px; }
    .pagination li a {
      background: none;
      color: #000;
      background: #fff;
      box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05); }
      .pagination li a:hover {
        background: #fedc69;
        color: #fff; }
  @media screen and (max-width: 767px) {
    .pagination {
      overflow-x: auto;
      padding: 5px; } }

.project {
  margin-top: -30px; }
  .project > div {
    margin-top: 30px; }
  .project__block {
    padding: 15px 20px;
    background: #d6f3fc;
    display: block;
    border-radius: 15px;
    height: 100%;
    color: #323663; }
    .project__block-title {
      display: block;
      color: #F15856;
      font-weight: bold;
      font-size: 22px;
      margin-bottom: 5px; }

.partners {
  margin-top: -30px; }
  .partners .row > div {
    margin-top: 30px; }
    .partners .row > div:nth-child(1n + 1) .partners__block {
      border-color: #fedc69; }
    .partners .row > div:nth-child(2n + 1) .partners__block {
      border-color: #3cd9df; }
    .partners .row > div:nth-child(3n + 1) .partners__block {
      border-color: #ee76a9; }
  .partners__block {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    border: 2px dashed #46c9f3; }

.otchety {
  margin-top: -30px; }
  .otchety > div {
    margin-top: 30px; }
  .otchety__block {
    padding: 15px;
    background: #fff;
    border: 2px dashed #46c9f3;
    color: #46c9f3;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .otchety__block-img {
      display: block; }
      .otchety__block-img img {
        display: block;
        width: 100%;
        height: 300px;
        object-fit: cover; }
    .otchety__block-title {
      font-size: 20px;
      font-weight: bold;
      margin-top: 10px;
      display: block; }

.volontery.row {
  margin-top: -30px; }
  .volontery.row > div {
    margin-top: 30px; }
.volontery__block {
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  display: block;
  background: #46c9f3;
  color: #fff;
  font-size: 19px;
  font-weight: bold; }
  .volontery__block-img img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover; }
  .volontery__block-body {
    padding: 15px;
    display: block; }

.news {
  font-family: "Montserrat"; }
  .news.row {
    margin-top: -30px; }
    .news.row > div {
      margin-top: 30px; }
  .news__block {
    height: 100%;
    background: #f9f9f9;
    border-radius: 20px;
    padding: 20px;
    display: block;
    font-size: 14px;
    color: #323663; }
    .news__block-img img {
      display: block;
      width: 100%;
      height: 280px;
      object-fit: cover;
      border-radius: 15px; }
    .news__block-date {
      font-size: 16px;
      color: #5a6478;
      margin: 25px 0 5px;
      display: block; }
    .news__block-title {
      font-size: 19px;
      line-height: 1.2;
      font-weight: bold;
      color: #323663;
      display: block;
      margin-bottom: 10px; }
    .news__block:hover {
      background: #8edef8; }

.paeg404 {
  background: url(../images/bgmobmenu.jpg) 0 0 repeat;
  min-height: calc(100vh - 590px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .paeg404 {
      min-height: calc(100vh - 462px); } }

.shop {
  margin-top: -30px; }
  .shop > div {
    margin-top: 30px; }
  .shop__block {
    border-radius: 20px;
    background: #46c9f3;
    padding: 15px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center; }
    .shop__block-img img {
      display: block;
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 15px; }
    .shop__block-title {
      display: block;
      font-weight: bold;
      font-size: 19px;
      line-height: 1.2;
      margin: 10px 0 5px; }
    .shop__block-price {
      color: #E84D4E;
      font-weight: bold;
      margin: auto 0 5px; }

.mainfond {
  padding: 125px 0 100px;
  background: #f8d55f url(../images/mainfondbg.png) 50% 0 no-repeat;
  margin-bottom: -110px;
  font-weight: 500;
  overflow: hidden; }
  .mainfond .blockin {
    z-index: 4; }
    @media screen and (min-width: 1300px) {
      .mainfond .blockin:before {
        content: '';
        position: absolute;
        bottom: -100px;
        right: -190px;
        width: 266px;
        height: 248px;
        background: url(../images/misha.png) 0 0 no-repeat; } }
  .mainfond__title {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #323663;
    font-weight: bold;
    text-transform: uppercase; }
    .mainfond__title span {
      width: 99px;
      height: 7px;
      background: #fdf8ae;
      margin-left: 20px; }
  .mainfond h2 {
    margin: 10px 0 20px;
    color: #fff; }
    @media screen and (min-width: 992px) {
      .mainfond h2 {
        font-size: 60px; } }
  .mainfond__text {
    margin-bottom: 30px; }
    .mainfond__text p:first-child {
      margin-top: 0; }
    .mainfond__text p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .mainfond {
      margin: 0;
      padding: 45px 0 70px;
      position: relative; }
      .mainfond:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(../images/charitybotbg.png) 50% 0 repeat-x;
        height: 40px;
        background-size: cover;
        transform: rotate(180deg); }
      .mainfond img {
        display: block;
        margin-bottom: 20px; } }

.charitymain {
  padding: 230px 0 40px;
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 992px) {
    .charitymain {
      background: url(../images/fondbotbg.png) 50% 0 no-repeat, url(../images/contentbg.png) 50% 0 repeat-y #fffeeb; } }
  @media screen and (max-width: 991px) {
    .charitymain {
      background: url(../images/contentbg.png) 50% 0 repeat-y #fffeeb; } }
  @media screen and (min-width: 1920px) {
    .charitymain {
      background-size: 100% auto, auto; } }
  .charitymain:before {
    content: '';
    position: absolute;
    background: url(../images/charitybotbg.png) 50% 0 repeat-x;
    top: 100%;
    left: 0;
    right: 0;
    height: 77px; }
  @media screen and (min-width: 1025px) {
    .charitymain:after {
      content: '';
      position: absolute;
      bottom: -75px;
      left: 0;
      right: 0;
      background: url(../images/charityimg.png) 50% 0 no-repeat;
      height: 279px; } }
  .charitymain h2 {
    margin-bottom: 50px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .charitymain h2 {
        font-size: 60px; } }
  .charitymain .blockin {
    position: relative;
    z-index: 1; }
  @media screen and (max-width: 991px) {
    .charitymain {
      padding: 30px 0; }
      .charitymain h2 {
        margin-bottom: 30px; }
      .charitymain:before {
        height: 40px;
        background-size: cover; } }

.newsmain {
  background: #376de7 url(../images/newsbg.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 100px 0 80px;
  position: relative; }
  @media screen and (min-width: 992px) {
    .newsmain:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: url(../images/newbgbot.png) 50% calc(100% - 20px) no-repeat, url(../images/newsbgtop.png) 50% 0 no-repeat; } }
  @media screen and (min-width: 992px) and (max-width: 1025px) {
    .newsmain:before {
      background: url(../images/newsbgtop.png) 50% 0 no-repeat; } }

  .newsmain:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: url(../images/charitybot.png) 50% 0 no-repeat;
    background-size: 100% 100%; }
  .newsmain h2 {
    color: #fff;
    margin-bottom: 30px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .newsmain h2 {
        font-size: 60px; } }
  @media screen and (max-width: 767px) {
    .newsmain {
      padding: 50px 0 40px; }
      .newsmain:after {
        height: 30px; } }

.helpmain {
  padding: 70px 0 80px;
  position: relative;
  z-index: 2;
  background: url(../images/helpmaintopbg.png) 50% 0 no-repeat; }
  .helpmain:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 102px;
    background: url(../images/helpmainbotbg.png) 50% 0 repeat-x; }
    @media screen and (max-width: 991px) {
      .helpmain:before {
        height: 70px;
        background-size: cover;
        background-position: 0 0; } }
  @media screen and (min-width: 1025px) {
    .helpmain:after {
      content: '';
      position: absolute;
      bottom: -65px;
      left: 0;
      right: 0;
      height: 451px;
      background: url(../images/helpmainbot.png) 50% 0 no-repeat; } }
  .helpmain h2 {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (min-width: 992px) {
      .helpmain h2 {
        font-size: 60px; } }
  .helpmain .blockin {
    z-index: 2; }
  @media screen and (max-width: 767px) {
    .helpmain {
      padding: 30px 0 40px; }
      .helpmain h2 {
        margin-bottom: 30px; } }

.mainpartners {
  padding: 60px 0 80px;
  position: relative; }
  @media screen and (min-width: 1025px) {
    .mainpartners {
      background: url(../images/mainpart.png) 50% calc(100% - 16px) no-repeat; } }
  .mainpartners:before {
    content: '';
    position: absolute;
    top: -41px;
    right: 0;
    left: 0;
    height: 41px;
    background: url(../images/mainpartners.png) 50% 0 no-repeat;
    background-size: 100% 100%; }
  .mainpartners h2 {
    text-align: center;
    margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .mainpartners {
      padding: 0px 0 50px; } }

.pagebutton {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .pagebutton {
      margin-top: 30px; } }

.artistblock {
  padding: 110px 0 90px;
  position: relative;
  font-weight: 500; }
  @media screen and (min-width: 1025px) {
    .artistblock {
      background: url(../images/artistbotbg.png) 50% 100% no-repeat, url(../images/bgmobmenu.jpg) 0 0 repeat; } }
  @media screen and (max-width: 1024px) {
    .artistblock {
      background: url(../images/bgmobmenu.jpg) 0 0 repeat; } }
  .artistblock__title {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #323663;
    font-weight: bold;
    text-transform: uppercase; }
    .artistblock__title span {
      width: 99px;
      height: 7px;
      background: #fdf8ae;
      margin-left: 20px; }
  .artistblock h2 {
    color: #fff;
    margin: 10px 0 20px;
    line-height: 1; }
    @media screen and (min-width: 992px) {
      .artistblock h2 {
        font-size: 60px; } }
  .artistblock__slider {
    max-width: 420px;
    margin: 0 auto; }
    .artistblock__slider img {
      border-radius: 20px; }
    .artistblock__slider .owl-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0;
      line-height: 0;
      margin: 30px 0 0; }
      .artistblock__slider .owl-nav div {
        cursor: pointer;
        width: 69px;
        height: 57px;
        background: url(../images/arrowslider.png) 0 0 no-repeat;
        margin: 0 8px; }
        .artistblock__slider .owl-nav div:hover {
          background-position: 0 100%; }
        .artistblock__slider .owl-nav div:first-child {
          transform: rotate(180deg); }
  @media screen and (max-width: 767px) {
    .artistblock {
      padding: 60px 0 80px; }
      .artistblock__slider {
        margin: 30px 0 0; } }

.charity {
  margin-top: -30px; }
  .charity > div {
    margin-top: 30px; }
  .charity__block {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    color: #323663;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .charity__block-img {
      position: relative;
      display: block; }
      .charity__block-img:after {
        content: '';
        position: absolute;
        top: 28px;
        left: 28px;
        width: 98px;
        height: 98px;
        background: url(../images/logo.png) 0 0 no-repeat;
        background-size: cover; }
      .charity__block-img img {
        display: block;
        width: 100%;
        min-height: 400px;
        max-height: 510px;
        object-fit: cover;
        height: auto;
        border-radius: 0 0 20px 20px; }
    .charity__block-name {
      position: absolute;
      bottom: 25px;
      left: 25px;
      color: #fff;
      background: #397ce9;
      background: linear-gradient(270deg, #44bef2 0%, #397be8 100%);
      padding: 10px 15px;
      border-radius: 14px;
      min-height: 40px;
      line-height: 1.2; }
      .charity__block-name strong {
        display: block;
        margin-top: 3px; }
    .charity__block-body {
      padding: 25px 30px 35px;
      flex-grow: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .charity__block-nujda {
      margin-bottom: 25px;
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      font-family: "Antipasto" !important; }
    .charity__block-percent {
      position: relative;
      height: 10px;
      background: #f7f0d8;
      margin-bottom: 20px; }
      .charity__block-percent-val {
        position: absolute;
        top: 35px;
        right: 0;
        font-size: 36px;
        color: #46c9f3;
        font-family: "Montserrat" !important;
        line-height: 1;
        font-weight: bold; }
      .charity__block-percent-bar {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: #fedc69; }
    .charity__block-info {
      padding-bottom: 17px;
      padding-right: 50px;
      border-bottom: 1px solid #d1d4da; }
    .charity__block-priceblock {
      padding-top: 5px; }
      .charity__block-priceblock > div {
        margin-top: 20px; }
      .charity__block-priceblock strong {
        display: block; }
    .charity__block.fix {
      position: sticky;
      top: 0; }
    .charity__block.min {
      height: auto; }
      .charity__block.min .charity__block-body {
        padding: 15px 15px 20px; }
      .charity__block.min .charity__block-priceblock {
        margin: 0px; }
      .charity__block.min .charity__block-nujda {
        font-size: 22px;
        padding-right: 30px; }
      .charity__block.min .charity__block-info {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
      .charity__block.min .charity__block-priceblock {
        margin-top: 15px;
        border-top: 1px solid #d1d4da;
        padding-top: 1px; }
      .charity__block.min .charity__block-percent-val {
        top: -30px;
        font-size: 25px; }
    .charity__block-bot {
      padding-top: 10px; }
    .charity__block .sitebutton {
      margin-top: 15px; }
    .charity__block-share {
      display: flex;
      align-items: center;
      font-size: 0;
      line-height: 0;
      margin-top: 15px; }
      .charity__block-share button {
        padding: 0;
        margin: 0;
        background: none;
        border: 0;
        width: 35px;
        margin-left: 10px; }
        .charity__block-share button:first-child {
          margin: 0; }
  @media screen and (max-width: 767px) {
    .charity__block.min {
      margin-bottom: 30px; }
    .charity__block-body {
      padding: 15px 15px 20px; }
    .charity__block-nujda {
      font-size: 25px; }
    .charity__block-percent-val {
      top: -30px;
      font-size: 25px; }
    .charity__block .dbblock {
      flex-direction: column-reverse;
      align-items: flex-start; }
      .charity__block .dbblock .charity__block-priceblock-block1 {
        margin-bottom: 20px; } }

.charityclose__block {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  border-radius: 20px;
  font-size: 16px;
  color: #323663;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px; }
  .charityclose__block:first-child {
    margin: 0; }
  .charityclose__block-img {
    position: relative;
    min-width: 310px;
    margin-right: 35px; }
    .charityclose__block-img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url(../images/charitybgimg.png) 50% 0 no-repeat;
      background-size: 100% 100%; }
    .charityclose__block-img img {
      width: 310px;
      height: 194px;
      object-fit: cover; }
  .charityclose__block-right {
    flex-grow: 2; }
  .charityclose__block-name {
    font-size: 22px;
    font-weight: bold;
    color: #46c9f3; }
  .charityclose__block-nujda {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #d1d4da;
    border-bottom: 1px solid #d1d4da;
    font-size: 18px;
    font-weight: bold; }
  .charityclose__block-price {
    display: flex;
    align-items: center; }
    .charityclose__block-price:before {
      content: '';
      width: 39px;
      height: 47px;
      background: url(../images/close.png) 0 0 no-repeat; }
    .charityclose__block-price span {
      margin: 0 14px;
      padding: 0 18px;
      color: #fff;
      background: #3cd9df;
      border-radius: 10px;
      line-height: 30px; }
    .charityclose__block-price strong {
      font-size: 22px;
      font-weight: bold;
      color: #46c9f3; }
@media screen and (max-width: 767px) {
  .charityclose__block {
    flex-direction: column;
    padding: 15px; }
    .charityclose__block-img {
      min-width: 295px;
      margin: 0 0 15px; }
      .charityclose__block-img img {
        width: 295px; }
    .charityclose__block-name {
      width: 100%;
      font-size: 20px; }
    .charityclose__block-price {
      width: 100%;
      justify-content: space-between; }
      .charityclose__block-price span {
        margin-left: 0; }
      .charityclose__block-price:before {
        display: none; }
    .charityclose__block-nujda {
      padding: 10px 0;
      margin: 10px 0;
      line-height: 1.5;
      font-size: 18px; }
    .charityclose__block-info {
      margin-bottom: 20px;
      width: 100%; } }

.faq__block {
  margin-top: 25px;
  border: 1px solid #46c9f3;
  border-left-width: 9px;
  border-radius: 10px;
  font-size: 18px;
  background: #a6e5f9; }
  .faq__block-title {
    padding: 20px 55px 20px 25px;
    line-height: 1.2;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    display: flex;
    align-items: center; }
    .faq__block-title.active:before {
      transform: rotate(-90deg); }
    .faq__block-title:before {
      content: '';
      position: absolute;
      top: calc(50% - 15px);
      right: 20px;
      width: 30px;
      height: 30px;
      background: #46c9f3 url(../images/sliderarrow.svg) 50% 50% no-repeat;
      background-size: 15px 15px;
      border-radius: 50%;
      transform: rotate(90deg); }
  .faq__block-img {
    max-width: 60px;
    width: 60px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .faq__block-img img {
      max-height: 30px; }
  .faq__block-body {
    padding: 0 25px 25px;
    display: none; }
    .faq__block-body ul {
      margin-bottom: 0; }
      .faq__block-body ul li {
        margin-top: 15px; }
        .faq__block-body ul li:first-child {
          margin: 0; }
@media screen and (max-width: 767px) {
  .faq__block {
    margin-top: 20px; }
    .faq__block-title {
      padding: 15px 45px 15px 15px;
      line-height: 1.2;
      font-size: 16px; }
      .faq__block-title:before {
        right: 15px; }
    .faq__block-body {
      padding: 0 15px 15px; } }

.donateform {
  box-shadow: 0px 5px 20px rgba(189, 189, 189, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin: 40px 0 0;
  background: #fff; }
  .donateform:first-child {
    margin-top: 0; }
  .donateform.nototp {
    margin-top: 0; }
  .donateform__title {
    padding: 20px 25px;
    font-size: 30px;
    color: #46c9f3;
    font-weight: 500; }
  .donateform__table {
    border-bottom: 2px solid #46c9f3; }
    .donateform__table ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      align-items: center; }
      .donateform__table ul li {
        cursor: pointer;
        padding: 0 30px;
        line-height: 45px;
        border-radius: 10px 10px 0 0; }
        .donateform__table ul li.active {
          color: #fff;
          background: #46c9f3; }
        .donateform__table ul li span {
          border-bottom: 1px dashed #46c9f3;
          padding: 2px 0; }
        @media screen and (max-width: 767px) {
          .donateform__table ul li {
            line-height: 40px;
            padding: 0 20px; } }
  .donateform__body {
    padding: 20px 25px 25px; }
    .donateform__body-hideblock {
      display: none; }
      .donateform__body-hideblock.active {
        display: block; }
    .donateform__body-block {
      margin-bottom: 20px; }
    .donateform__body-title {
      margin-bottom: 20px;
      display: block; }
  .donateform .faq {
    margin-top: -20px; }
  @media screen and (max-width: 767px) {
    .donateform {
      margin-top: 30px; }
      .donateform__body {
        padding: 15px 15px 20px; } }

.donateinfo {
  padding: 20px;
  background: #fee89c;
  margin: 0 20px;
  border-radius: 0 0 15px 15px; }
  .donateinfo h2 {
    font-size: 35px; }
  .donateinfo .row {
    margin: -20px -10px 0; }
    .donateinfo .row > div {
      margin-top: 20px;
      padding: 0 10px; }
  .donateinfo h2 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1; }
  .donateinfo__text {
    margin-bottom: 30px; }
  .donateinfo__block {
    padding: 10px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    font-size: 14px;
    gap: 5px; }
    .donateinfo__block-name {
      font-weight: bold; }
    .donateinfo__block-price {
      font-size: 20px;
      color: #46c9f3;
      line-height: 1.2;
      white-space: nowrap;
      font-weight: bold; }
    .donateinfo__block-text {
      padding-top: 5px;
      border-top: 1px solid #ededed;
      margin-top: 5px; }
    .donateinfo__block-date {
      font-size: 13px; }
  .donateinfo__button {
    margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .donateinfo h2 {
      font-size: 28px; } }

/* WPBLOCK */
.wp-block-table {
  overflow-x: auto;
  border: 2px solid #46c9f3;
  border-radius: 15px; }
  .wp-block-table.is-style-stripes table tr:nth-child(odd) {
    background-color: #46c9f3;
    color: #fff; }
  .wp-block-table table {
    width: 100%;
    border-spacing: 0;
    border: 0; }
    .wp-block-table table tr:last-child td:first-child {
      border-radius: 0 0 0 12px; }
    .wp-block-table table tr:last-child td:last-child {
      border-radius: 0 0 12px 0; }
    .wp-block-table table tr:first-child td {
      border-top: 0; }
    .wp-block-table table th {
      background: #46c9f3;
      text-align: left;
      padding: 15px 10px;
      font-weight: 500;
      color: #fff;
      white-space: nowrap;
      width: 25%; }
      .wp-block-table table th:first-child {
        border-radius: 10px 0 0 0; }
      .wp-block-table table th:last-child {
        border-radius: 0 10px 0 0; }
    .wp-block-table table td {
      padding: 15px 20px;
      border-top: 1px solid #46c9f3;
      border-left: 1px solid #46c9f3; }
      .wp-block-table table td:first-child {
        border-left: 0; }

.wp-block-image {
  margin-bottom: 30px; }
  .wp-block-image img {
    display: block;
    width: 100%;
    height: auto; }

.wp-block-gallery {
  width: 100%; }
  .wp-block-gallery ul {
    flex-grow: 2;
    margin: 0 -10px; }
    .wp-block-gallery ul li {
      padding: 0;
      background: none;
      margin: 20px 0 0 !important;
      padding: 0 10px; }

.wp-block-quote {
  padding: 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 0;
  margin-right: 0; }

.wp-block-columns {
  margin: 15px 0 0; }
  .wp-block-columns:first-child {
    margin-top: -25px; }
  .wp-block-columns .wp-block-embed {
    margin: 25px 0 0; }

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 55%;
  height: 0; }
  .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

/* WPBLOCK */
/* FOOTER */
.footer {
  background: url(../images/footerbordertop.png) 50% 0 no-repeat;
  min-height: 406px;
  position: relative;
  color: #fff;
  padding-bottom: 160px;
  padding-top: 50px;
  margin-top: -35px; }
  @media screen and (min-width: 1900px) {
    .footer {
      background-size: 100% 34px; } }
  .footer:before {
    content: '';
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2b3446 url(../images/footer_top.png) 50% 0 no-repeat; }
  .footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 144px;
    background: url(../images/footer_bottom.png) 50% 0 no-repeat; }
    @media screen and (max-width: 767px) {
      .footer:after {
        background-position: 25%; } }
  .footer__info > div {
    margin-bottom: 20px; }
  .footer__info a {
    color: #fff; }
    .footer__info a:hover {
      color: #46c9f3; }
  .footer__soc {
    display: flex;
    justify-content: flex-end;
    font-size: 0;
    line-height: 0; }
    .footer__soc a {
      margin-left: 5px; }
      .footer__soc a:first-child {
        margin: 0; }
  .footer__copyright {
    text-align: center; }
  @media screen and (max-width: 767px) {
    .footer {
      text-align: center;
      padding-bottom: 120px; }
      .footer__info {
        display: none; }
      .footer__copyright {
        margin: 20px 0; }
      .footer__soc {
        justify-content: center; } }

/* FOOTER */
/* POPUP */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none; }
  .popup__wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 550px;
    border-radius: 10px;
    width: 100%;
    padding: 30px;
    background: #46c9f3;
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    box-sizing: border-box;
    text-align: left; }
  .popup p {
    margin: 0; }
  .popup__closebut {
    position: absolute;
    top: 35px;
    right: 30px;
    width: 24px;
    height: 24px;
    background: url(../images/closepopup.svg) 0 0 no-repeat;
    cursor: pointer;
    background-size: cover; }
  .popup:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  .popup .row {
    margin: 0 -10px; }
    .popup .row > div {
      padding: 0 10px; }
  .popup input, .popup textarea {
    margin-bottom: 20px; }
  .popup__title {
    margin-top: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1; }
  .popup .site_button {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .popup .site_button {
        margin-top: 15px; } }
  .popup .wpcf7-form-control-wrap {
    display: block; }
  .popup .wpcf7 form.invalid .wpcf7-response-output {
    padding: 0;
    margin: 20px 0 0;
    border: 0;
    color: #f00;
    text-align: center; }
  .popup .wpcf7-not-valid-tip, .popup br {
    display: none !important; }
  .popup .wpcf7 form.sent .wpcf7-response-output {
    margin: 20px 0 0;
    color: green;
    border: 0;
    text-align: center;
    padding: 0; }
  @media screen and (max-width: 767px) {
    .popup__wrap {
      padding: 15px; }
    .popup__closebut {
      top: 19px;
      right: 15px;
      width: 20px;
      height: 20px; } }

/* POPUP */
.grecaptcha-badge {
  z-index: 4;
  right: -9999px !important; }

/*# sourceMappingURL=styles.css.map */
