@charset "UTF-8";
.no_margin * {
  margin-left: 0 !important; }

#posts .program-col {
  margin-bottom: 30px; }

#help_form {
  margin-top: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#07a2e5), to(#2f5bb7));
  background: linear-gradient(to right, #07a2e5, #2f5bb7); }
  #help_form .pay_method-container {
    margin-top: 50px; }
  #help_form .pay_method-row {
    padding-bottom: 50px; }

@media (min-width: 576px) and (max-width: 767px) {
  #help_form .pay_method-container {
    padding: 15px; }
  #help_form .methods span, #help_form .methods a {
    font-size: 10px; } }

#single_program {
  margin-top: 50px; }
  #single_program .text-info h1 {
    font-size: 36px;
    color: #138dd8;
    font-weight: 700; }
  #single_program .text-info p {
    font-size: 14px;
    color: #000000;
    font-weight: 300; }
  #single_program .image-preview {
    height: 297px;
    background-color: #e6e6e6; }
  #single_program .image-container {
    margin-bottom: 7.5px; }

@media (max-width: 390px) {
  #single_program {
    margin-top: 25px; }
    #single_program .text-info h1 {
      font-size: 24px;
      color: #138dd8;
      font-weight: 700; } }

#reports .section-title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #e9e9e9; }
  #reports .section-title h2.active {
    color: #138dd8; }

#reports .doc_link {
  display: block;
  margin-bottom: 15px;
  color: black; }
  #reports .doc_link:hover {
    text-decoration: none;
    color: #06a2e6; }
  #reports .doc_link img {
    margin-right: 15px; }

#reports .tab_triggers {
  margin: 40px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
  #reports .tab_triggers h2 {
    margin-right: 40px;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    font-size: 24px;
    color: #e9e9e9;
    font-weight: 700; }
    #reports .tab_triggers h2.active {
      color: #138dd8; }
    #reports .tab_triggers h2:hover {
      color: #f5f5f5; }

#reports .tab_bodyes {
  position: relative; }
  #reports .tab_bodyes .tab_body {
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    height: 0;
    overflow: hidden;
    opacity: 0; }
    #reports .tab_bodyes .tab_body.show {
      position: unset;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      overflow: unset;
      opacity: 1; }

#reports .report-item {
  width: 557px;
  height: 194px;
  border-radius: 15px;
  -webkit-filter: drop-shadow(5px 8.66px 16px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(5px 8.66px 16px rgba(0, 0, 0, 0.08));
  background-color: #ffffff;
  padding: 0 15px; }
  #reports .report-item .image-container {
    margin-top: 15px;
    border-radius: 100%;
    overflow: hidden;
    width: 166px;
    height: 166px; }
  #reports .report-item .name {
    margin-top: 45px;
    font-size: 18px;
    color: #138dd8;
    font-weight: 700; }
  #reports .report-item .date {
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 300; }
  #reports .report-item .info {
    font-size: 14px;
    color: #000000;
    font-weight: 300; }

@media (min-width: 992px) and (max-width: 1199px) {
  #reports .section-title {
    text-align: center; }
  #reports .report-item {
    width: 48%;
    padding: 0 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
    #reports .report-item .image-container {
      width: 130px;
      height: 130px; }
    #reports .report-item .name {
      margin-top: 20px; } }

@media (max-width: 768px) {
  #reports .section-title {
    display: block;
    text-align: center; }
    #reports .section-title h2 {
      font-size: 24px;
      font-weight: 700;
      margin: 0;
      margin-bottom: 15px; }
  #reports .report-item {
    width: 557px;
    height: 100%;
    padding: 0 15px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
    #reports .report-item .image-container {
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 571px) {
  #reports .section-title {
    display: block;
    text-align: center; }
    #reports .section-title h2 {
      font-size: 24px;
      font-weight: 700;
      margin: 0;
      margin-bottom: 15px; }
  #reports .report-item {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    #reports .report-item .image-container {
      margin-left: auto;
      margin-right: auto; } }

#single_help {
  margin-top: 50px; }
  #single_help .progres-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    #single_help .progres-info .btn-cont {
      margin-top: 30px; }
  #single_help .help_info .thumb {
    width: 100%; }
  #single_help .help_info .name {
    font-size: 18px;
    color: #138dd8;
    font-weight: 700; }
  #single_help .help_info .date {
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 300; }
  #single_help .help_info p {
    font-size: 14px;
    color: #000000;
    font-weight: 300; }
  #single_help .help_info .icon {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    #single_help .help_info .icon .icon-container {
      width: 55px;
      height: 55px;
      background-color: #eef5f9;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center; }
    #single_help .help_info .icon p {
      width: calc(100% - 70px);
      margin-left: 10px; }

.progress-line {
  position: relative;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #adadad; }
  .progress-line .svg_circle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
    .progress-line .svg_circle circle {
      -webkit-transition: 1s;
      transition: 1s;
      width: 100%;
      height: 100%; }
    .progress-line .svg_circle .filler {
      stroke-dasharray: 0, 100;
      -webkit-transition: 1s;
      transition: 1s; }
  .progress-line .count {
    font-size: 24px;
    font-weight: 500; }

#they_need_help .tab_triggers {
  margin: 40px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
  #they_need_help .tab_triggers h2 {
    margin-right: 40px;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    font-size: 24px;
    color: #e9e9e9;
    font-weight: 700; }
    #they_need_help .tab_triggers h2.active {
      color: #138dd8; }
    #they_need_help .tab_triggers h2:hover {
      color: #138dd8; }

#they_need_help .tab_bodyes {
  position: relative; }
  #they_need_help .tab_bodyes .tab_body {
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    height: 0;
    overflow: hidden;
    opacity: 0; }
    #they_need_help .tab_bodyes .tab_body.show {
      position: unset;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      overflow: unset;
      opacity: 1; }

#they_need_help .person_box {
  margin-bottom: 15px;
  width: 1005px;
  height: 280px;
  border-radius: 15px;
  -webkit-filter: drop-shadow(5px 8.66px 16px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(5px 8.66px 16px rgba(0, 0, 0, 0.08));
  background-color: #ffffff; }
  #they_need_help .person_box .row {
    height: 100%; }
  #they_need_help .person_box .thumb {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center; }
    #they_need_help .person_box .thumb .image_container {
      width: 166px;
      height: 166px;
      border-radius: 83px;
      overflow: hidden;
      position: relative; }
      #they_need_help .person_box .thumb .image_container img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0.7);
        transform: translate(-50%, -50%) scale(0.7); }
  #they_need_help .person_box .person_info {
    padding-top: 45px; }
    #they_need_help .person_box .person_info .name {
      font-size: 18px;
      color: #138dd8;
      font-weight: 700; }
    #they_need_help .person_box .person_info .date {
      font-size: 14px;
      color: #a7a7a7;
      font-weight: 300; }
    #they_need_help .person_box .person_info .short-text {
      font-size: 14px;
      color: #000000;
      font-weight: 300; }
  #they_need_help .person_box .person_events {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
    #they_need_help .person_box .person_events .more_info {
      margin-left: 20px; }
  #they_need_help .person_box .progress_container {
    padding-top: 45px; }
    #they_need_help .person_box .progress_container .progress-line {
      margin-left: auto; }

@media (min-width: 768px) and (max-width: 991px) {
  #they_need_help .person_box {
    width: 345px;
    height: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    -webkit-filter: drop-shadow(5px 8.66px 16px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(5px 8.66px 16px rgba(0, 0, 0, 0.08));
    background-color: #ffffff; }
    #they_need_help .person_box .row {
      height: 100%; }
    #they_need_help .person_box .thumb {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center; }
      #they_need_help .person_box .thumb .image_container {
        width: 166px;
        height: 166px;
        border-radius: 83px;
        overflow: hidden; }
    #they_need_help .person_box .person_info {
      padding-top: 15px;
      text-align: center; }
      #they_need_help .person_box .person_info .name {
        font-size: 18px;
        color: #138dd8;
        font-weight: 700; }
      #they_need_help .person_box .person_info .date {
        font-size: 14px;
        color: #a7a7a7;
        font-weight: 300; }
      #they_need_help .person_box .person_info .short-text {
        font-size: 14px;
        color: #000000;
        font-weight: 300; }
    #they_need_help .person_box .person_events {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      #they_need_help .person_box .person_events .more_info {
        margin-left: 0px;
        margin-top: 15px; }
    #they_need_help .person_box .progress_container {
      padding-top: 15px; }
      #they_need_help .person_box .progress_container .progress-line {
        margin-left: auto;
        margin-right: auto; } }

@media (min-width: 530px) and (max-width: 768px) {
  #they_need_help .person_box {
    width: 250px;
    height: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    -webkit-filter: drop-shadow(5px 8.66px 16px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(5px 8.66px 16px rgba(0, 0, 0, 0.08));
    background-color: #ffffff; }
    #they_need_help .person_box .row {
      height: 100%; }
    #they_need_help .person_box .thumb {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center; }
      #they_need_help .person_box .thumb .image_container {
        width: 166px;
        height: 166px;
        border-radius: 83px;
        overflow: hidden; }
    #they_need_help .person_box .person_info {
      padding-top: 15px;
      text-align: center; }
      #they_need_help .person_box .person_info .name {
        font-size: 18px;
        color: #138dd8;
        font-weight: 700; }
      #they_need_help .person_box .person_info .date {
        font-size: 14px;
        color: #a7a7a7;
        font-weight: 300; }
      #they_need_help .person_box .person_info .short-text {
        font-size: 14px;
        color: #000000;
        font-weight: 300; }
    #they_need_help .person_box .person_events {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      #they_need_help .person_box .person_events .more_info {
        margin-left: 0px;
        margin-top: 15px; }
    #they_need_help .person_box .progress_container {
      padding-top: 15px; }
      #they_need_help .person_box .progress_container .progress-line {
        margin-left: auto;
        margin-right: auto; } }

@media (max-width: 529px) {
  #they_need_help .tab_triggers {
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly; }
    #they_need_help .tab_triggers h2 {
      font-size: 16px;
      margin-right: 0; }
  #they_need_help .person_box {
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    -webkit-filter: drop-shadow(5px 8.66px 16px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(5px 8.66px 16px rgba(0, 0, 0, 0.08));
    background-color: #ffffff; }
    #they_need_help .person_box .row {
      height: 100%; }
    #they_need_help .person_box .thumb {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center; }
      #they_need_help .person_box .thumb .image_container {
        width: 166px;
        height: 166px;
        border-radius: 83px;
        overflow: hidden; }
    #they_need_help .person_box .person_info {
      padding-top: 15px;
      text-align: center; }
      #they_need_help .person_box .person_info .name {
        font-size: 18px;
        color: #138dd8;
        font-weight: 700; }
      #they_need_help .person_box .person_info .date {
        font-size: 14px;
        color: #a7a7a7;
        font-weight: 300; }
      #they_need_help .person_box .person_info .short-text {
        font-size: 14px;
        color: #000000;
        font-weight: 300; }
    #they_need_help .person_box .person_events {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      #they_need_help .person_box .person_events .more_info {
        margin-left: 0px;
        margin-top: 15px; }
    #they_need_help .person_box .progress_container {
      padding-top: 15px; }
      #they_need_help .person_box .progress_container .progress-line {
        margin-left: auto;
        margin-right: auto; } }

#about {
  padding-top: 40px;
  padding-bottom: 40px; }
  #about .block_title {
    font-size: 36px;
    color: #138dd8;
    font-weight: 400; }
  #about .doc_link {
    display: block;
    margin-bottom: 15px;
    color: black; }
    #about .doc_link img {
      margin-right: 5px; }
    #about .doc_link:hover {
      text-decoration: none;
      color: #06a2e6; }
  #about .progress_circles {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end; }
    #about .progress_circles .progress-line {
      width: 250px;
      height: 250px; }
      #about .progress_circles .progress-line .count-desc {
        display: none; }
      #about .progress_circles .progress-line .total {
        font-size: 12px;
        color: #000000;
        font-weight: 300;
        text-align: center; }
      #about .progress_circles .progress-line .count {
        font-size: 30px;
        color: #fac537;
        font-weight: 700;
        font-family: "Roboto"; }
  #about .about_gallery {
    margin-top: 50px; }
    #about .about_gallery .image-preview {
      height: 297px;
      background-color: #e6e6e6;
      width: 100%; }
    #about .about_gallery .item {
      width: 50%;
      margin-bottom: 30px; }
      #about .about_gallery .item:nth-child(1) {
        padding-right: 15px; }
      #about .about_gallery .item:nth-child(2) {
        padding-left: 15px; }
      #about .about_gallery .item:nth-child(3) {
        width: 33.3%;
        padding-right: 15px; }
      #about .about_gallery .item:nth-child(4) {
        width: 33.3%;
        padding-left: 15px;
        padding-right: 15px; }
      #about .about_gallery .item:nth-child(5) {
        width: 33.3%;
        padding-left: 15px; }
  #about .board_of_guardians .block_title {
    margin: 50px 0; }
  #about .board_of_guardians .box {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
    #about .board_of_guardians .box .image_container {
      margin: 0 auto;
      margin-bottom: 25px;
      width: 225px;
      height: 225px;
      border-radius: 113px;
      background-color: #e6e6e6; }
    #about .board_of_guardians .box .name {
      font-size: 24px;
      color: #000000;
      font-weight: 700;
      text-align: center; }
    #about .board_of_guardians .box .text {
      font-size: 14px;
      color: #000000;
      font-weight: 300;
      text-align: center; }
  #about .programs-row {
    padding-left: 0; }
  #about .boxes_line {
    -webkit-box-pack: justify;
    justify-content: space-between; }
    #about .boxes_line .box {
      margin-bottom: 30px;
      position: relative;
      width: 360px;
      height: 327px;
      border-radius: 15px;
      -webkit-filter: drop-shadow(6px 10.392px 13.5px rgba(0, 0, 0, 0.06));
      filter: drop-shadow(6px 10.392px 13.5px rgba(0, 0, 0, 0.06));
      background-color: white;
      overflow: hidden; }
      #about .boxes_line .box img {
        z-index: -2;
        position: relative; }
      #about .boxes_line .box .box_info {
        padding-left: 30px;
        padding-top: 10px;
        background: white;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px; }
        #about .boxes_line .box .box_info .blur {
          -webkit-transition: .3s;
          transition: .3s;
          left: 0;
          top: -152px;
          z-index: -1;
          position: absolute;
          width: 100%;
          height: 152px;
          background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
          background-image: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%); }
        #about .boxes_line .box .box_info .name {
          font-size: 24px;
          color: #000000;
          font-weight: 700; }
        #about .boxes_line .box .box_info .whois {
          font-size: 16px;
          color: #000000;
          font-weight: 300; }

@media (max-width: 1200px) {
  #about .boxes_line .box {
    margin-bottom: 15px;
    position: relative;
    width: 300px;
    height: 327px;
    border-radius: 15px;
    -webkit-filter: drop-shadow(6px 10.392px 13.5px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(6px 10.392px 13.5px rgba(0, 0, 0, 0.06));
    background-color: gray;
    overflow: hidden; }
    #about .boxes_line .box img {
      z-index: -2;
      position: relative; }
    #about .boxes_line .box .box_info {
      padding-left: 30px;
      padding-top: 10px;
      background: white;
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px; }
      #about .boxes_line .box .box_info .blur {
        -webkit-transition: .3s;
        transition: .3s;
        left: 0;
        top: -152px;
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 152px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%); }
      #about .boxes_line .box .box_info .name {
        font-size: 24px;
        color: #000000;
        font-weight: 700; }
      #about .boxes_line .box .box_info .whois {
        font-size: 16px;
        color: #000000;
        font-weight: 300; } }

@media (max-width: 991px) {
  #about .progress_circles {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center; }
  #about .about_gallery {
    margin-top: 50px; }
    #about .about_gallery .image-preview {
      height: 297px;
      background-color: #e6e6e6;
      width: 100%; }
    #about .about_gallery .item {
      width: 50%;
      margin-bottom: 30px; }
      #about .about_gallery .item:nth-child(1) {
        padding-right: 15px; }
      #about .about_gallery .item:nth-child(2) {
        padding-left: 15px; }
      #about .about_gallery .item:nth-child(3) {
        width: 50%;
        padding-right: 15px; }
      #about .about_gallery .item:nth-child(4) {
        width: 50%;
        padding-left: 15px;
        padding-right: 0px; }
      #about .about_gallery .item:nth-child(5) {
        width: 50%;
        padding-left: 0px;
        padding-right: 15px; }
  #about .boxes_line .box {
    margin-bottom: 15px;
    position: relative;
    width: 340px;
    height: 327px;
    border-radius: 15px;
    -webkit-filter: drop-shadow(6px 10.392px 13.5px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(6px 10.392px 13.5px rgba(0, 0, 0, 0.06));
    background-color: gray;
    overflow: hidden; } }

@media (max-width: 768px) {
  #about .about_gallery {
    margin-top: 50px; }
    #about .about_gallery .image-preview {
      height: 250px;
      background-color: #e6e6e6;
      width: 100%; }
    #about .about_gallery .item {
      width: 50%;
      margin-bottom: 30px; }
      #about .about_gallery .item:nth-child(1) {
        padding-right: 15px; }
      #about .about_gallery .item:nth-child(2) {
        padding-left: 15px; }
      #about .about_gallery .item:nth-child(3) {
        width: 50%;
        padding-right: 15px; }
      #about .about_gallery .item:nth-child(4) {
        width: 50%;
        padding-left: 15px;
        padding-right: 0px; }
      #about .about_gallery .item:nth-child(5) {
        width: 50%;
        padding-left: 0px;
        padding-right: 15px; }
  #about .person_line {
    flex-wrap: nowrap; }
  #about .scroll-container {
    background: white;
    padding-top: 15px;
    padding-bottom: 15px; }
  #about .boxes_line {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    flex-wrap: nowrap; }
    #about .boxes_line .box {
      margin-right: 15px;
      margin-bottom: 15px;
      position: relative;
      width: 250px;
      height: 250px;
      border-radius: 15px;
      -webkit-filter: drop-shadow(6px 10.392px 13.5px rgba(0, 0, 0, 0.06));
      filter: drop-shadow(6px 10.392px 13.5px rgba(0, 0, 0, 0.06));
      background-color: white;
      overflow: hidden; } }

@media (max-width: 500px) {
  #about .about_gallery {
    margin-top: 0px; }
    #about .about_gallery .image-preview {
      height: 297px;
      background-color: #e6e6e6;
      width: 100%; }
    #about .about_gallery .item {
      width: 100%;
      margin-bottom: 5px; }
      #about .about_gallery .item:nth-child(1) {
        padding-right: 0px; }
      #about .about_gallery .item:nth-child(2) {
        padding-left: 0px; }
      #about .about_gallery .item:nth-child(3) {
        width: 100%;
        padding-right: 0px; }
      #about .about_gallery .item:nth-child(4) {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; }
      #about .about_gallery .item:nth-child(5) {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; }
  #about .progress_circles {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end; }
    #about .progress_circles .progress-line {
      width: 250px;
      height: 250px; }
      #about .progress_circles .progress-line .count-desc {
        display: none; }
      #about .progress_circles .progress-line .total {
        font-size: 10px;
        color: #000000;
        font-weight: 300;
        text-align: center; }
      #about .progress_circles .progress-line .count {
        font-size: 16px;
        color: #fac537;
        font-weight: 700;
        font-family: "Roboto"; }
  #about .title-and-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center; }
    #about .title-and-btn .btn-cont {
      margin-left: 0; }
  #about .boxes_line {
    -webkit-box-pack: center;
    justify-content: center; }
    #about .boxes_line .box {
      margin-bottom: 15px;
      position: relative;
      width: 320px;
      max-width: 100%;
      height: 327px;
      border-radius: 15px;
      -webkit-filter: drop-shadow(6px 10.392px 13.5px rgba(0, 0, 0, 0.06));
      filter: drop-shadow(6px 10.392px 13.5px rgba(0, 0, 0, 0.06));
      background-color: gray;
      overflow: hidden; } }

#order {
  padding: 50px 0; }
  #order .title_block {
    margin-bottom: 50px; }
    #order .title_block h1 {
      font-size: 56px;
      color: #51baf7; }
  #order .tab_triggers {
    margin-bottom: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between; }
    #order .tab_triggers h2 {
      border: 1px solid #c7c7c7;
      padding: 10px 15px;
      -webkit-transition: .2s;
      transition: .2s;
      cursor: pointer;
      font-size: 16px;
      color: #c7c7c7;
      font-weight: 700;
      border-radius: 4px; }
      #order .tab_triggers h2.active {
        color: white;
        border: 1px solid #51baf7;
        background: #51baf7; }
  #order .tab_bodyes {
    position: relative; }
    #order .tab_bodyes .tab_body {
      position: absolute;
      -webkit-transition: .5s;
      transition: .5s;
      height: 0;
      overflow: hidden;
      opacity: 0; }
      #order .tab_bodyes .tab_body.show {
        position: unset;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        overflow: unset;
        opacity: 1; }
  #order .money_count {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center; }
    #order .money_count .money_item {
      border: 1px solid #c7c7c7;
      padding: 10px 15px;
      -webkit-transition: .2s;
      transition: .2s;
      cursor: pointer;
      font-size: 14px;
      color: #c7c7c7;
      border-radius: 4px;
      margin-right: 15px; }
      #order .money_count .money_item.active {
        color: #e9e9e9;
        border: 1px solid #51baf7;
        background: #51baf7; }
    #order .money_count .other_summ_inp {
      width: 200px;
      border: 1px solid #c7c7c7;
      padding: 10px 15px;
      border-radius: 4px; }
      #order .money_count .other_summ_inp::-webkit-input-placeholder {
        color: #c7c7c7; }
      #order .money_count .other_summ_inp::-moz-placeholder {
        color: #c7c7c7; }
      #order .money_count .other_summ_inp:-ms-input-placeholder {
        color: #c7c7c7; }
      #order .money_count .other_summ_inp::-ms-input-placeholder {
        color: #c7c7c7; }
      #order .money_count .other_summ_inp::placeholder {
        color: #c7c7c7; }
      #order .money_count .other_summ_inp:focus {
        outline: none;
        color: #e9e9e9;
        border: 1px solid #51baf7;
        background: #51baf7; }
        #order .money_count .other_summ_inp:focus::-webkit-input-placeholder {
          color: white; }
        #order .money_count .other_summ_inp:focus::-moz-placeholder {
          color: white; }
        #order .money_count .other_summ_inp:focus:-ms-input-placeholder {
          color: white; }
        #order .money_count .other_summ_inp:focus::-ms-input-placeholder {
          color: white; }
        #order .money_count .other_summ_inp:focus::placeholder {
          color: white; }
  #order a {
    color: #51baf7; }
  #order .subscribe {
    margin: 20px 0; }
    #order .subscribe .checkbox_wrapper {
      margin-bottom: 20px; }
    #order .subscribe .notification {
      font-size: 16px; }
  #order .user_title {
    font-size: 24px; }
  #order .donate_inp {
    margin: 10px 0;
    width: 100%;
    height: 75px;
    padding: 10px 15px;
    font-size: 24px;
    color: black;
    border: 1px solid #e9e9e9;
    background: #e9e9e9;
    border-radius: 4px; }
    #order .donate_inp:focus {
      outline: none; }
    #order .donate_inp::-webkit-input-placeholder {
      color: black; }
    #order .donate_inp::-moz-placeholder {
      color: black; }
    #order .donate_inp:-ms-input-placeholder {
      color: black; }
    #order .donate_inp::-ms-input-placeholder {
      color: black; }
    #order .donate_inp::placeholder {
      color: black; }
  #order .submit_btn {
    width: 100%;
    height: 75px;
    padding: 10px 15px;
    font-size: 24px;
    border-radius: 4px;
    color: #e9e9e9;
    border: 1px solid transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#faae36), to(#fac837));
    background-image: linear-gradient(90deg, #faae36 0%, #fac837 100%); }
    #order .submit_btn:focus {
      outline: none; }

.checkbox_wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer; }
  .checkbox_wrapper input {
    display: none; }
  .checkbox_wrapper input:checked + .fake {
    border: 1px solid #51baf7; }
    .checkbox_wrapper input:checked + .fake .checked {
      opacity: 1;
      color: #51baf7; }
  .checkbox_wrapper .fake {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center; }
  .checkbox_wrapper .checked {
    opacity: 0;
    font-size: 24px; }
  .checkbox_wrapper .text {
    font-size: 16px; }

footer form input {
  width: 100%; }

#breadcrumbs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 24px;
  list-style: none; }
  #breadcrumbs li {
    color: white; }
    #breadcrumbs li:before {
      content: "—";
      margin: 0 3px; }
    #breadcrumbs li:first-child:before {
      display: none; }
    #breadcrumbs li a {
      color: white; }

@media (max-width: 392px) {
  #breadcrumbs {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    list-style: none; }
    #breadcrumbs li {
      color: white; }
      #breadcrumbs li:before {
        content: "—";
        margin: 0 3px; }
      #breadcrumbs li:first-child:before {
        display: none; }
      #breadcrumbs li a {
        color: white; } }

.news-row .card-news .image {
  height: 230px; }

#pay .text-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 8px 65px 0px 38px;
  background-image: linear-gradient(250deg, rgba(251, 251, 251, 0.57) 20%, rgba(254, 254, 254, 0.41) 20%);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 50px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }
  #pay .text-container a {
    color: white; }

.slide_item {
  padding: 25px 0;
  background: white;
  border-radius: 12px; }
  .slide_item .progress-line {
    margin-top: 25px; }
    .slide_item .progress-line .text {
      position: relative;
      z-index: 2; }
    .slide_item .progress-line svg {
      z-index: 1; }
  .slide_item .text__info {
    margin-top: 42px; }
    .slide_item .text__info .date_and_city {
      margin-bottom: 0; }
    .slide_item .text__info .help_events {
      margin-top: 50px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center; }
  .slide_item .thumb__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center; }
    .slide_item .thumb__container img {
      margin-top: 42px;
      width: 161px;
      height: 161px;
      border-radius: 100%; }

@media (max-width: 992px) {
  .pay-row {
    margin-bottom: 0; }
  .slide_item {
    padding: 25px 0;
    background: white;
    border-radius: 12px; }
    .slide_item .progress-line {
      margin-top: 0px;
      display: none; }
    .slide_item .text__info {
      margin-top: 20px; }
      .slide_item .text__info .date_and_city {
        margin-bottom: 0; }
      .slide_item .text__info .help_events {
        margin-top: 20px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; }
        .slide_item .text__info .help_events .btn-cont {
          margin-bottom: 10px; }
    .slide_item .thumb__container {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center; }
      .slide_item .thumb__container img {
        margin-top: 20px;
        width: 161px;
        height: 161px;
        border-radius: 100%; }
  .swiper-button-next,
  .swiper-button-prev {
    top: 42% !important; } }

@media (max-width: 768px) {
  .pay-row {
    margin-bottom: 120px; }
  #pay .text-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    background-image: linear-gradient(250deg, rgba(251, 251, 251, 0.57) 20%, rgba(254, 254, 254, 0.41) 20%);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 50px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
    #pay .text-container a {
      color: white; }
  .slide_item {
    width: 100%;
    padding: 10px 40px;
    background: white;
    border-radius: 12px; }
    .slide_item .progress-line {
      margin-top: 0px;
      display: none; }
    .slide_item .text__info {
      text-align: center;
      margin-top: 20px; }
      .slide_item .text__info .date_and_city {
        margin-bottom: 0; }
      .slide_item .text__info .help_events {
        margin-top: 20px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column; }
        .slide_item .text__info .help_events .btn-cont {
          margin-bottom: 10px; }
        .slide_item .text__info .help_events .more-child-info {
          padding-right: 0;
          margin-bottom: 10px; }
    .slide_item .thumb__container {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center; }
      .slide_item .thumb__container img {
        margin-top: 0px;
        width: 161px;
        height: 161px;
        border-radius: 100%; }
  .swiper-button-next,
  .swiper-button-prev {
    top: 42% !important; }
  .swiper-button-next {
    right: 0px !important; }
  .swiper-button-prev {
    left: 0px !important; } }

@media (max-width: 992px) {
  footer #c-form #phone {
    margin-bottom: 10px; } }

@media (max-width: 500px) {
  footer #c-form .send-form {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap-reverse; }
    footer #c-form .send-form .btn-container {
      margin-top: 10px; }
    footer #c-form .send-form .personal-container .radio input[type="radio"] + .radio-label:before {
      top: 0;
      left: 0;
      margin-right: 10px; } }

.min_h {
  min-height: 400px; }

.pop__wrap {
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 45, 48, 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none; }
  .pop__wrap.show {
    opacity: 1;
    pointer-events: all; }

.pop_up_window {
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
  z-index: 1000;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 860px;
  height: 616px;
  background: white;
  border-radius: 8px;
  padding: 48px;
  opacity: 0;
  pointer-events: none; }
  .pop_up_window.show {
    opacity: 1;
    pointer-events: all; }
  .pop_up_window .closer {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #f4f4f4;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 24px; }
    .pop_up_window .closer:hover {
      background: #dbdbdb; }

.pop_donate h2 {
  font-size: 32px;
  font-weight: bold; }

.pop_donate p.info {
  font-size: 20px; }

.pop_donate .input {
  width: 100%;
  border: 1px solid #c7c7c7;
  padding: 15px 25px;
  border-radius: 4px; }
  .pop_donate .input::-webkit-input-placeholder {
    font-size: 14px;
    color: #c7c7c7; }
  .pop_donate .input::-moz-placeholder {
    font-size: 14px;
    color: #c7c7c7; }
  .pop_donate .input:-ms-input-placeholder {
    font-size: 14px;
    color: #c7c7c7; }
  .pop_donate .input::-ms-input-placeholder {
    font-size: 14px;
    color: #c7c7c7; }
  .pop_donate .input::placeholder {
    font-size: 14px;
    color: #c7c7c7; }
  .pop_donate .input.active {
    outline: none;
    color: #e9e9e9;
    border: 1px solid #51baf7;
    background: #51baf7; }
    .pop_donate .input.active::-webkit-input-placeholder {
      color: white; }
    .pop_donate .input.active::-moz-placeholder {
      color: white; }
    .pop_donate .input.active:-ms-input-placeholder {
      color: white; }
    .pop_donate .input.active::-ms-input-placeholder {
      color: white; }
    .pop_donate .input.active::placeholder {
      color: white; }
  .pop_donate .input:focus {
    outline: none;
    color: #e9e9e9;
    border: 1px solid #51baf7;
    background: #51baf7; }
    .pop_donate .input:focus::-webkit-input-placeholder {
      color: white; }
    .pop_donate .input:focus::-moz-placeholder {
      color: white; }
    .pop_donate .input:focus:-ms-input-placeholder {
      color: white; }
    .pop_donate .input:focus::-ms-input-placeholder {
      color: white; }
    .pop_donate .input:focus::placeholder {
      color: white; }

.pop_donate .email_inp {
  width: 407px; }

.pop_donate .money_count {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center; }
  .pop_donate .money_count .money_item {
    border: 1px solid #c7c7c7;
    padding: 15px 25px;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    font-size: 14px;
    color: #c7c7c7;
    border-radius: 4px;
    margin-right: 15px; }
    .pop_donate .money_count .money_item.active {
      color: #e9e9e9;
      border: 1px solid #51baf7;
      background: #51baf7; }
  .pop_donate .money_count .other_summ_inp {
    width: 200px;
    border: 1px solid #c7c7c7;
    padding: 15px 25px;
    border-radius: 4px; }
    .pop_donate .money_count .other_summ_inp.active {
      outline: none;
      color: #e9e9e9;
      border: 1px solid #51baf7;
      background: #51baf7; }
      .pop_donate .money_count .other_summ_inp.active::-webkit-input-placeholder {
        color: white; }
      .pop_donate .money_count .other_summ_inp.active::-moz-placeholder {
        color: white; }
      .pop_donate .money_count .other_summ_inp.active:-ms-input-placeholder {
        color: white; }
      .pop_donate .money_count .other_summ_inp.active::-ms-input-placeholder {
        color: white; }
      .pop_donate .money_count .other_summ_inp.active::placeholder {
        color: white; }
    .pop_donate .money_count .other_summ_inp::-webkit-input-placeholder {
      color: #c7c7c7;
      font-size: 14px; }
    .pop_donate .money_count .other_summ_inp::-moz-placeholder {
      color: #c7c7c7;
      font-size: 14px; }
    .pop_donate .money_count .other_summ_inp:-ms-input-placeholder {
      color: #c7c7c7;
      font-size: 14px; }
    .pop_donate .money_count .other_summ_inp::-ms-input-placeholder {
      color: #c7c7c7;
      font-size: 14px; }
    .pop_donate .money_count .other_summ_inp::placeholder {
      color: #c7c7c7;
      font-size: 14px; }
    .pop_donate .money_count .other_summ_inp:focus {
      outline: none;
      color: #e9e9e9;
      border: 1px solid #51baf7;
      background: #51baf7; }
      .pop_donate .money_count .other_summ_inp:focus::-webkit-input-placeholder {
        color: white; }
      .pop_donate .money_count .other_summ_inp:focus::-moz-placeholder {
        color: white; }
      .pop_donate .money_count .other_summ_inp:focus:-ms-input-placeholder {
        color: white; }
      .pop_donate .money_count .other_summ_inp:focus::-ms-input-placeholder {
        color: white; }
      .pop_donate .money_count .other_summ_inp:focus::placeholder {
        color: white; }

.pop_donate .submit {
  width: 100%;
  border: 1px solid #51baf7;
  background: #51baf7;
  color: white;
  padding: 15px 25px;
  border-radius: 4px;
  width: 407px; }
  .pop_donate .submit:hover {
    border: 1px solid #00a0fd;
    background: #00a0fd; }

.pop_donate .inform {
  margin-bottom: 0;
  color: #c7c7c7;
  font-size: 12px;
  margin-top: 5px; }

.pop_donate .lds-roller {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (max-width: 869px) {
  .pop_up_window {
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
    z-index: 1000;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
    height: unset;
    background: white;
    border-radius: 8px;
    padding: 48px;
    opacity: 0;
    pointer-events: none; }
    .pop_up_window.show {
      opacity: 1;
      pointer-events: all; }
    .pop_up_window .closer {
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 50px;
      background: #f4f4f4;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      font-size: 24px; }
      .pop_up_window .closer:hover {
        background: #dbdbdb; }
  .pop_donate .money_count .money_item {
    margin-bottom: 10px; } }

@media (max-width: 544px) {
  .pop_up_window {
    padding: 48px 15px; }
  .pop_donate h3 {
    font-size: 18px; }
  .pop_donate .money_count .money_item {
    margin-bottom: 10px;
    padding: 0;
    width: 60px;
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center; }
  .pop_donate .money_count .other_summ_inp {
    width: 100%; }
  .pop_donate .email_inp {
    width: 100%; }
  .pop_donate .submit {
    width: 100%; } }

#contacts #map {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 500px;
  background: #c7c7c7; }

#contacts .contact_item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
  #contacts .contact_item svg {
    fill: #51baf7;
    width: 30px;
    height: 30px;
    margin-right: 10px; }
  #contacts .contact_item p {
    font-size: 16px;
    margin-bottom: 0; }
  #contacts .contact_item a {
    font-size: 24px;
    color: black; }

#contacts .soc_links {
  display: -webkit-box;
  display: flex; }
  #contacts .soc_links .icon {
    margin-right: 10px;
    display: block;
    width: 70px;
    height: 70px;
    background: #51baf7;
    border-radius: 12px; }

#valoonter .input_default {
  border-radius: 4px;
  padding-left: 10px;
  width: 100%;
  height: 50px;
  border: 1px solid #efebeb;
  font-size: 12px; }
  #valoonter .input_default:valid {
    border: 1px solid #51baf7; }
  #valoonter .input_default:focus {
    outline: none;
    color: #e9e9e9;
    border: 1px solid #51baf7;
    background: #51baf7; }
    #valoonter .input_default:focus::-webkit-input-placeholder {
      color: white; }
    #valoonter .input_default:focus::-moz-placeholder {
      color: white; }
    #valoonter .input_default:focus:-ms-input-placeholder {
      color: white; }
    #valoonter .input_default:focus::-ms-input-placeholder {
      color: white; }
    #valoonter .input_default:focus::placeholder {
      color: white; }
  #valoonter .input_default:hover {
    border: 1px solid #51baf7; }

#valoonter .text_area {
  border: 1px solid #efebeb;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  min-height: 300px;
  padding-left: 10px;
  padding-top: 5px; }
  #valoonter .text_area:focus {
    outline: none;
    color: #e9e9e9;
    border: 1px solid #51baf7;
    background: #51baf7; }
    #valoonter .text_area:focus::-webkit-input-placeholder {
      color: white; }
    #valoonter .text_area:focus::-moz-placeholder {
      color: white; }
    #valoonter .text_area:focus:-ms-input-placeholder {
      color: white; }
    #valoonter .text_area:focus::-ms-input-placeholder {
      color: white; }
    #valoonter .text_area:focus::placeholder {
      color: white; }
  #valoonter .text_area:hover {
    border: 1px solid #51baf7; }

#valoonter .submit_btn {
  width: 100%;
  background: #51baf7;
  border: 1px solid #51baf7;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  padding: 10px; }

.nothing_was_found h3 {
  color: #efebeb;
  font-weight: 100; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.lds-roller {
  display: none;
  position: relative;
  width: 80px;
  height: 80px; }
  .lds-roller.show {
    display: inline-block; }

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
  transform-origin: 40px 40px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #51baf7;
  margin: -4px 0 0 -4px; }

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px; }

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px; }

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px; }

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px; }

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px; }

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px; }

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px; }

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px; }

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.pay_method-container .input-container input.active {
  background: #07a2e5;
  color: white; }

#loader {
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 100000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; }
  #loader.closed {
    opacity: 0;
    pointer-events: none; }
  #loader .block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    #loader .block img {
      -webkit-animation: jump 2s linear infinite;
      animation: jump 2s linear infinite;
      margin-bottom: 25px; }

.help-row .progress-line .total {
  width: 90%;
  margin: 0 auto; }

.help-row .progress-line svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

@-webkit-keyframes jump {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes jump {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
