@font-face {
  font-family: 'NoirPro';
  src: local("Noir Pro Light"), local("NoirPro-Light"), url("/css/fonts/NoirPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'NoirPro';
  src: local("Noir Pro Light"), local("NoirPro-Regular"), url("/css/fonts/NoirPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'NoirPro';
  src: local("Noir Pro Light"), local("NoirPro-Medium"), url("/css/fonts/NoirPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'NoirPro';
  src: local("Noir Pro Light"), local("NoirPro-Bold"), url("/css/fonts/NoirPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

html {
  scroll-behavior: smooth !important; }

body {
  min-width: 360px;
  color: #333333;
  font-family: NoirPro,Arial,Helvetica,sans-serif;
  font-size: 18px; }

section {
  padding-top: 80px;
  padding-bottom: 80px; }

h1 {
  text-align: center;
  font-family: NoirPro, Arial, Helvetica, sans-serif;
  font-weight: 300; }

h2 {
  font-weight: 700; }

a {
  color: #0152D6; }
  a:hover {
    color: #0c68fe; }
  a:active {
    color: #013fa3; }
  a:focus {
    color: #013fa3; }

@media (min-width: 1920px) {
  .container {
    max-width: 1240px; } }

@media (min-width: 1680px) {
  .container {
    max-width: 1240px; } }

/* HEADER */
header {
  background-color: #fff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  position: relative; }
  header .header__burger {
    background: none;
    border: none;
    display: none; }

.header__btn .btn {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 40px 7px;
  border-radius: 12px;
  font-size: 18px;
  background-color: #0152D6; }

.header__lang {
  text-align: right; }
  .header__lang a {
    text-decoration: none;
    color: #000; }
    .header__lang a.active {
      font-weight: 700; }
    .header__lang a.header__l1:after {
      content: " /"; }

#mobmenu .offcanvas-header {
  padding-top: 25px;
  padding-bottom: 25px; }

#mobmenu .offcanvas-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  #mobmenu .offcanvas-body ul.nav {
    margin-bottom: 30px; }
    #mobmenu .offcanvas-body ul.nav li:hover {
      background-color: #FFCC00; }
    #mobmenu .offcanvas-body ul.nav li a {
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      color: #000; }

@media (max-width: 767px) {
  header .header__burger {
    display: inline-block; }
  header .ms-auto {
    display: none; }
  header nav {
    display: none; }
  header .header__lang {
    display: none; }
  header .header__btn {
    display: none; } }

/* BLOCK promo */
#promoslider {
  transition: all .3s ease; }
  #promoslider .container {
    position: relative; }
    #promoslider .container .carousel-control-prev, #promoslider .container .carousel-control-next {
      position: absolute;
      bottom: 0; }

.promo {
  background: #9DA39F no-repeat scroll center center / cover;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 760px; }
  .promo .promo_next {
    position: absolute;
    top: 0;
    right: 15px; }
  .promo .promo_text {
    max-width: 500px;
    height: 555px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .promo .promo_text img {
      margin-bottom: 60px; }
    .promo .promo_text p {
      font-size: 18px;
      line-height: 110%;
      color: #fff; }
    .promo .promo_text .btn {
      margin-top: auto;
      background-color: #FFCC00;
      color: #000;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 24px;
      padding: 18px 40px 13px;
      border-radius: 20px;
      width: 320px; }
      .promo .promo_text .btn:hover {
        border-color: #FFCC00;
        background-color: #ffd633; }

@media (max-width: 991px) {
  .promo {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 500px; }
    .promo .promo_next {
      display: none; } }

@media (max-width: 767px) {
  #promo {
    padding-top: 70px;
    padding-bottom: 70px; }
    #promo p {
      font-size: 15px; }
    #promo .btn {
      width: 100%;
      font-size: 20px; } }

@media (max-width: 575px) {
  #promo {
    background: #9DA39F url("/images/promo-bg-xs.jpg") no-repeat scroll center center/cover; }
  /* block promo : end*/ }

/* BLOCK about */
#about {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 70px; }
  #about h2 {
    font-size: 35px;
    margin-bottom: 20px; }
  #about p {
    font-size: 18px;
    line-height: 115%; }
  #about ul {
    margin-left: 10px;
    font-size: 18px;
    line-height: 115%; }

@media (max-width: 991px) {
  #about h2 {
    margin-bottom: 20px;
    text-transform: uppercase; }
  #about .col-lg-5:first-child {
    margin-bottom: 40px; }
  #about img {
    max-width: 100%; } }

@media (max-width: 575px) {
  /* block about : end */ }

/* BLOCK goal */
#goal {
  background: #0152D6;
  color: #fff; }
  #goal .h2 {
    font-size: 35px;
    font-weight: 700; }
  #goal .h1 {
    color: #FFCC00;
    font-size: 64px;
    font-weight: 700; }
  #goal .btn-outline {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    padding: 18px 40px 13px;
    border-radius: 20px;
    border-width: 3px;
    margin-right: 10px; }
  #goal .goal_current {
    color: #FFCC00;
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px; }
  #goal .progress {
    height: 8px;
    margin-bottom: 60px; }
  #goal .progress-bar {
    background-color: #FFCC00; }
  #goal .small {
    font-size: 18px; }

@media (max-width: 1199px) {
  #goal .h2 {
    font-size: 32px; }
  #goal .h1 {
    font-size: 48px; } }

@media (max-width: 991px) {
  #goal .h1 {
    margin-bottom: 50px; }
  #goal .goal_current {
    margin-top: 0; }
  #goal .btn {
    font-size: 20px;
    width: 100%; }
  #goal .small {
    margin-top: 20px;
    font-size: 15px;
    text-align: center; } }

@media (max-width: 575px) {
  /* block goal : end */ }

/* BLOCK word */
#word {
  height: 720px;
  background: #FFCC00 url("/images/word_bg2.jpg") no-repeat scroll center center / cover;
  padding: 100px; }
  #word .word_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 540px; }
  #word .word_text {
    max-width: 630px; }
    #word .word_text h2 {
      color: #fff;
      font-size: 55px;
      text-transform: uppercase;
      margin-bottom: 30px; }
    #word .word_text p {
      color: #fff;
      margin-bottom: 10px;
      line-height: 130%; }
  #word .word_author_wrapper {
    max-width: 440px;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #word .word_author_wrapper img {
      display: block; }
  #word .word_author {
    color: #fff; }

@media (max-width: 1679px) {
  #word .img-fluid {
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc( 100% + 27px); } }

@media (max-width: 1199px) {
  #word {
    font-size: 15px;}
    #word .word_wrapper {
      padding: 70px 30px; } }

@media (max-width: 991px) {
  #word {
    padding: 0;
    height: auto;
    background-image: none; }
    #word .word_wrapper {
      margin-left: -12px;
      margin-right: -12px;
      background-color: #FFCC00;
      padding: 70px 15px; }
      #word .word_wrapper h2 {
        color: #000;
        font-size: 32px;
        max-width: 90%; }
        #word .word_wrapper h2 br {
          display: none; }
      #word .word_wrapper p {
        color: #000; }
    #word .word_author {
      color: #000; }
    #word .word_author_wrapper {
      margin-top: 20px; }
      #word .word_author_wrapper img {
        max-width: 140px; } }

@media (max-width: 575px) {
  /* block word : end */ }

/* BLOCK partners */
#partners {
  background: #000;
  padding-top: 10px;
  padding-bottom: 10px; }
  #partners .h4 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 0; }

.partners_wrapper {
  background-color: #000;
  position: relative;
  overflow: hidden; }
  .partners_wrapper::after {
    position: absolute;
    width: 70px;
    height: 70px;
    content: "";
    display: block;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%); }
  .partners_wrapper::before {
    position: absolute;
    width: 70px;
    height: 70px;
    content: "";
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, black 100%); }
  .partners_wrapper .partners_logos {
    animation: logomarquee 30s infinite linear;
    display: flex;
    white-space: nowrap; }
  .partners_wrapper img {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 70px;
    width: auto; }

@keyframes logomarquee {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-300%); } }

@media (max-width: 991px) {
  #partners {
    padding-top: 65px;
    padding-bottom: 65px; }
    #partners .h4 {
      text-transform: uppercase;
      margin-bottom: 20px;
      font-size: 32px; }
    #partners .partners_wrapper {
      overflow: visible; }
      #partners .partners_wrapper::before {
        display: none; }
      #partners .partners_wrapper::after {
        display: none; }
    #partners .partners_logos {
      animation: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      white-space: wrap; }
      #partners .partners_logos img {
        display: inline-block;
        margin-top: -5px;
        margin-bottom: -5px; } }

@media (max-width: 575px) {
  /* block partners : end */ }

/* BLOCK projects */
#projects {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 70px; }
  #projects h2 {
    font-size: 55px;
    margin-bottom: 40px; }
  #projects .project_card {
    background-color: #0152D6;
    position: relative;
    height: 100%; }
    #projects .project_card img {
      max-width: 100%; }
    #projects .project_card .project_card_body {
      padding: 20px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
    #projects .project_card .project_card_h2 {
      background: #fff url("data:image/svg+xml,%3Csvg width='14' height='23' viewBox='0 0 14 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 21L11.5 11.5L2 2' stroke='black' stroke-width='3' stroke-miterlimit='10'/%3E%3C/svg%3E%0A") no-repeat scroll top 15px right 15px;
      padding: 10px 40px 5px 20px;
      border-radius: 15px;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 0;
      line-height: 120%;
      min-height: 50px; }
    #projects .project_card .project_card_p {
      margin-top: auto;
      margin-left: 20px;
      margin-right: 20px;
      color: #fff; }

@media (max-width: 991px) {
  #projects h2 {
    font-size: 32px; }
  #projects .project_card .project_card_h2 {
    font-size: 20px; }
  #projects .project_card .project_card_p {
    font-size: 15px; } }

@media (max-width: 575px) {
  /* block projects : end */ }

/* BLOCK project */
#project {
  background-color: #0152D6;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0; }
  #project .container-fluid {
    max-width: 1440px;
    margin: 0 auto; }
  #project .project_wrapper {
    padding: 90px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    #project .project_wrapper .project_back {
      margin-top: 30px;
      display: block;
      color: #fff; }
    #project .project_wrapper h2 {
      font-size: 55px;
      margin-bottom: 30px;
      text-transform: uppercase; }
    #project .project_wrapper p {
      line-height: 20px; }
    #project .project_wrapper .project_img {
      display: none; }
    #project .project_wrapper .project_text {
      margin-bottom: auto; }
    #project .project_wrapper .project_progress {
      margin-top: auto; }
      #project .project_wrapper .project_progress .h3 {
        font-size: 35px;
        font-weight: 700; }
      #project .project_wrapper .project_progress .progress_current {
        color: #FFCC00;
        font-size: 35px;
        font-weight: 700; }
      #project .project_wrapper .project_progress .progress {
        height: 8px; }
      #project .project_wrapper .project_progress .progress-bar {
        background-color: #FFCC00; }
      #project .project_wrapper .project_progress .progress_goal {
        margin-top: 5px;
        text-align: right;
        font-weight: 700;
        color: #FFCC00; }
    #project .project_wrapper .project_buttons {
      margin-top: 30px; }
    #project .project_wrapper a {
      margin-right: 5px; }
    #project .project_wrapper .btn {
      margin-bottom: 10px;
      background-color: #FFCC00;
      color: #000;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 24px;
      padding: 18px 35px 13px;
      border-radius: 20px; }
      #project .project_wrapper .btn:hover {
        border-color: #FFCC00;
        background-color: #ffd633; }
    #project .project_wrapper .project_back {
      text-decoration: none; }

@media (max-width: 1679px) {
  #project .project_wrapper {
    padding: 90px 20px; } }

@media (max-width: 1399px) {
  #project .project_wrapper {
    padding: 90px 20px; } }

@media (max-width: 1199px) {
  #project .project_wrapper {
    padding: 60px 20px; }
    #project .project_wrapper h2 {
      font-size: 32px; }
    #project .project_wrapper p {
      font-size: 15px; }
    #project .project_wrapper .project_progress .h3 {
      font-size: 32px; }
    #project .project_wrapper .btn {
      font-size: 20px;
      padding: 18px 25px 13px; } }

@media (max-width: 991px) {
  #project .project_wrapper .project_img {
    display: block;
    margin-bottom: 30px; }
    #project .project_wrapper .project_img img {
      width: 100%; } }

@media (max-width: 575px) {
  #project .project_wrapper {
    padding: 60px 0px; }
    #project .project_wrapper .btn {
      width: 100%; }
  /* block project : end */ }

/* BLOCK how */
#how {
  background: #FFCC00;
  font-size: 24px;
  padding-top: 90px;
  padding-bottom: 70px; }
  #how h2 {
    text-transform: uppercase;
    font-size: 55px;
    margin-bottom: 40px; }
  #how p {
    font-weight: 400;
    line-height: 130%; }
  #how .btn {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding: 18px 10px 13px;
    border-radius: 20px; }
  #how .btn-outline {
    border: 3px solid #000; }

@media (max-width: 1199px) {
  #how .btn {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 991px) {
  #how h2 {
    font-size: 32px; }
  #how .btn {
    font-size: 19px;
    margin-bottom: 15px; }
  #how p {
    font-size: 15px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  #how .col-md-4:last-child p {
    margin-bottom: 0; } }

@media (max-width: 575px) {
  /* block how : end */ }

/* BLOCK ambassadors */
#ambassadors {
  background: #fff; }
  #ambassadors .d-flex {
    width: 100%;
    justify-content: space-between; }
  #ambassadors .ambassadors-slider-prev, #ambassadors .ambassadors-slider-next {
    display: inline-block;
    margin-left: 15px;
    padding-top: 15px; }
  #ambassadors h2 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 40px; }
  #ambassadors .ambassadors_item {
    max-width: 467px; }
    #ambassadors .ambassadors_item img {
      max-width: 100%; }
    #ambassadors .ambassadors_item .ambassadors_item_body {
      background-color: #fc0;
      padding: 13px 20px; }
      #ambassadors .ambassadors_item .ambassadors_item_body .h5 {
        margin-bottom: 0;
        font-weight: bold;
        color: #000; }
      #ambassadors .ambassadors_item .ambassadors_item_body p {
        margin-bottom: 0;
        color: #000; }

@media (max-width: 991px) {
  #ambassadors h2 {
    font-size: 30px; }
  #ambassadors .ambassadors_nav {
    width: 70px; }
  #ambassadors .ambassadors-slider-prev, #ambassadors .ambassadors-slider-next {
    margin-left: 10px;
    padding-top: 0; } }

@media (max-width: 575px) {
  /* block ambassadors : end */ }

/* BLOCK news */
#news {
  padding-bottom: 0; }
  #news .d-flex {
    width: 100%;
    justify-content: space-between; }
  #news h2 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 40px; }
  #news .swiper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px; }
  #news .news-slider-prev, #news .news-slider-next {
    display: inline-block;
    margin-left: 15px;
    padding-top: 15px; }
  #news .swiper-slide {
    height: unset; }
  #news .news_card {
    border: 1px solid #000;
    height: 100%; }
    #news .news_card img {
      max-width: 100%;
      display: block; }
  #news .news_date {
    padding: 20px 30px 0px;
    margin-bottom: 25px; }
  #news .news_text {
    padding: 0px 30px 40px;
    font-size: 24px;
    line-height: 26px; }

@media (max-width: 991px) {
  #news h2 {
    font-size: 30px; }
  #news .swiper {
    margin-left: 15px;
    margin-right: 15px; }
  #news .news-slider-prev, #news .news-slider-next {
    padding-top: 0;
    margin-left: 10px; }
  #news .news_card {
    padding: 0px; }
  #news .news_date {
    font-size: 12px;
    margin-bottom: 10px; }
  #news .news_text {
    font-size: 15px; } }

@media (max-width: 575px) {
  /* block news : end */ }

/* BLOCK team */
#team {
  padding-top: 90px; }
  #team h2 {
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px; }
  #team .team_grid {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px; }
  #team .team_card {
    position: relative; }
    #team .team_card .team_photo {
      position: relative; }
      #team .team_card .team_photo::before {
        position: absolute;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
        content: " ";
        display: block;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%; }
      #team .team_card .team_photo img {
        width: 100%; }
    #team .team_card .team_name {
      position: absolute;
      display: block;
      color: #fff;
      left: 20px;
      bottom: 20px; }
      #team .team_card .team_name .h4 {
        font-size: 18px;
        font-weight: 700; }
      #team .team_card .team_name .h6 {
        font-size: 12px;
        margin-bottom: 0;
        font-weight: 400; }
    #team .team_card .team_link {
      position: absolute;
      bottom: 50px;
      right: 20px; }

@media (max-width: 1199px) {
  #team .team_grid {
    grid-template-columns: 33% 33% 33%; } }

@media (max-width: 991px) {
  #team h2 {
    font-size: 32px;
    line-height: 130%; }
  #team .team_grid {
    grid-template-columns: 50% 50%; }
  #team .team_card .team_name {
    left: 10px;
    bottom: 20px; }
    #team .team_card .team_name .h4 {
      font-size: 15px; }
    #team .team_card .team_name .h6 {
      font-size: 10px;
      height: auto;
      margin-bottom: 0; }
  #team .team_card .team_link {
    right: 10px; } }

@media (max-width: 575px) {
  /* block team : end */ }

/* FOOTER */
footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  color: #fff; }
  footer .footer_line_1 {
    margin-bottom: 60px; }
  footer .footer_contacts {
    margin-left: 50px; }
    footer .footer_contacts .h2 {
      font-size: 55px;
      font-weight: 700;
      text-transform: uppercase; }
    footer .footer_contacts .footer_email {
      font-size: 24px;
      color: #fff;
      text-decoration: none; }
      footer .footer_contacts .footer_email:hover {
        color: #fff;
        text-decoration: underline; }
  footer .footer_links {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: right; }
    footer .footer_links a {
      margin-left: 20px;
      margin-bottom: 10px; }
  footer .footer_partners {
    display: flex;
    align-items: flex-start;
    justify-content: left; }
    footer .footer_partners a {
      margin-bottom: 10px; }
  footer form {
    display: flex;
    align-items: flex-end; }
    footer form .footer_subscribe {
      margin-left: 50px;
      margin-right: 20px; }
      footer form .footer_subscribe label {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 500; }
      footer form .footer_subscribe input {
        background-color: transparent;
        border: none;
        color: #fff;
        font-weight: 300;
        font-size: 18px;
        margin-top: 10px;
        border-bottom: 1px solid #fff;
        width: 100%; }
        footer form .footer_subscribe input:focus {
          outline: none; }
    footer form button {
      border: none;
      background-color: #FFCC00;
      font-size: 24px;
      line-height: 100%;
      font-weight: 700;
      height: 70px;
      padding: 10px 50px;
      border-radius: 20px; }

@media (max-width: 991px) {
  footer .order-1 {
    margin-bottom: 50px; }
  footer .footer_links {
    align-items: flex-start;
    margin-bottom: 20px; }
  footer .footer_contacts {
    margin-left: 0; }
    footer .footer_contacts .h2 {
      font-size: 32px; }
    footer .footer_contacts .footer_email {
      font-size: 15px; }
  footer .footer_line_1 {
    margin-bottom: 30px; }
  footer form {
    flex-direction: column; }
    footer form .footer_subscribe {
      margin-left: 0;
      margin-right: 0; }
      footer form .footer_subscribe label {
        font-size: 19px; }
      footer form .footer_subscribe input {
        margin-bottom: 20px; }
    footer form button {
      width: 100%;
      font-size: 20px;
      padding: 5px 25px; } }

@media (max-width: 991px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px; } }
