@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,500;1,700&display=swap');

@font-face {
  font-family: "Akkurat LL Cyrillic";
  src: url("fonts/AKKURATLLCYRILLICREGULAR.OTF");
  font-weight: 400;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat LL Cyrillic";
  src: url("fonts/AKKURATLLCYRILLICBOLD.OTF");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat Mono LL";
  src: url("fonts/AKKURATLLMONOREGULAR.OTF");
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: #003548;
  font-family: "Akkurat LL Cyrillic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.logo {
  width: 100%;
  max-width: 104px;
  height: 61px;
}

.logo img {
  width: 100%;
  max-width: 100%;
}

header .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

body {
  font-family: "Akkurat LL Cyrillic";
}

nav a {
  margin-right: 60px;
  color: #003548;
  font-family: "Akkurat LL Cyrillic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
}

nav a.cta, a.cta {
  margin-right: 0;
  color: #CDDC39;
  font-family: "Akkurat LL Cyrillic";
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  border-radius: 7px;
  background: #003548;
  width: 166px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

header {
  height: 88px;
  display: flex;
  padding-bottom: 15px;
}

.banner {
  background-image: url('img/hero-img-2.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 157px 0 92px;
}



.banner h1 {
    color: #FFF;
    font-family: "Akkurat LL Cyrillic";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
}

.banner-wrap {
    width: 100%;
    max-width: 650px;
}

.banner p {
    color: #FFF;
    font-family: "Akkurat LL Cyrillic";
    font-size: 18.691px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.335px;
    display: flex;
    margin-top: 56px;
}

.banner p span {
    margin-right: 37px;
}

section.program-description h2 {
    color: #00B0EB;
    font-family: "Akkurat LL Cyrillic";
    font-size: 61.563px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 34px;
}

section.program-description p, section.target-audience-section .container>p, .descr {
    color: #003548;
    font-family: "Akkurat LL Cyrillic";
    font-size: 25.651px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.283px;
    text-transform: uppercase;
}

section.program-description p.program-description-text {
    color: #013547;
    font-family: "Akkurat LL Cyrillic";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 35.2px */
    text-transform: none;
    letter-spacing: unset;
    max-width: 360px;
}

.program-description-wrap {
    max-width: 760px;
    width: 100%;
}

section.program-description .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.program-description {
    padding: 80px 0 90px 0;
}

section.program-description p.program-description-text b {
    font-weight: bold;
}

section.testimonial-section {
    background-image: url(img/bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 84px 0 55px;
}

blockquote.testimonial p {
    color: #013547;
    font-family: Montserrat;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 160%; /* 32px */
    margin-bottom: 34px;
}


blockquote.testimonial {
    width: 100%;
    max-width: 717px;
    padding: 91px 30px 95px 40px;
    background-image: url('img/quote-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.testimonial-author-name {
    color: #013547;
    font-family: "Akkurat LL Cyrillic";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 57.6px */
    position: relative;
}

.testimonial-author span {
    color: rgba(1, 53, 71, 0.78);
    font-family: "Akkurat LL Cyrillic";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 30.4px */
    letter-spacing: 0.19px;
}

blockquote.testimonial:before {
    content: '';
    display: block;
    background-image: url(img/quote.png);
    background-size: contain;
    width: 115px;
    height: 83px;
    position: absolute;
    top: -34px;
    left: 40px;
}

blockquote.testimonial:after {
    content: '';
    display: block;
    background-image: url(img/quote.png);
    transform: rotate(180deg);
    background-size: contain;
    width: 115px;
    height: 83px;
    position: absolute;
    bottom: 10px;
    right: 50px;
}

.testimonial-author-name:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(img/arr.png);
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 10px;
}

section.target-audience-section {
    padding-top: 114px;
}

section.target-audience-section h2 {
    color: #00B0EB;
    font-family: "Akkurat LL Cyrillic";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.audience-card {
    border: 2px solid #00B0EB;
    border-radius: 8px;
    padding: 40px 20px 25px 34px;
    width: 490px;
    position: relative;
    background: #fff;
}

span.card-number {
    color: #00B0EB;
    font-family: "Akkurat Mono LL";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: inline-block;
}

h3.card-title {
    color: #003548;
    font-family: "Akkurat LL Cyrillic";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

p.card-content {
    color: rgba(1, 53, 71, 0.78);
    font-family: "Akkurat LL Cyrillic";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 30.4px */
    letter-spacing: 0.19px;
}

.audience-cards {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    gap: 5px;
}

.card-header {
    margin-bottom: 30px;
}

.audience-card:after {
    content: '';
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background: #00B0EB;
    display: block;
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.audience-card:first-child:before {
    content: '';
    width: 220px;
    height: 220px;
    display: block;
    background-image: url(img/bg-3_1.png);
    background-size: contain;
    position: absolute;
    left: -82px;
    top: -100px;
    z-index: -1;
}

.audience-card:last-child:before {
    content: '';
    width: 220px;
    height: 220px;
    display: block;
    background-image: url(img/bg-3_2.png);
    background-size: contain;
    position: absolute;
    left: -82px;
    top: -100px;
    z-index: -1;
}

section.benefits-section {
    padding-top: 102px;
}

section.benefits-section h2 {
    color: #9575CD;
    font-family: "Akkurat LL Cyrillic";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 69px;
}

.benefits-column h4 {
    color: rgba(1, 53, 71, 0.78);
    font-family: "Akkurat LL Cyrillic";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 30.4px */
    letter-spacing: 0.19px;
    border-bottom: 1px solid #003548;
    display: flex;
    align-items: flex-start;
    margin-bottom: 31px;
}

.benefits-column h3 {
    color: #003548;
    font-family: "Akkurat LL Cyrillic";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.benefits-column h4 img {
    margin-right: 42px;
    position: relative;
    top: -5px;
}

.benefits-column li {
    color: #013547;
    font-family: "Akkurat LL Cyrillic";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 35.2px */
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.benefits-column li:before {
    content: '';
    width: 21px;
    height: 21px;
    min-width: 21px;
    background-image: url(img/bul-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-flex;
    margin-right: 45px;
    position: relative;
    top: 5px;
}

.benefits-columns {
    display: flex;
    justify-content: space-between;
}

.benefits-column {
    width: 50%;
    max-width: 583px;
}

section.program-availability-section h2 {
    color: #FFF;
    font-family: "Akkurat LL Cyrillic";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    max-width: 500px;
    width: 100%;
}

.availability-details p {
    color: #FFF;
    font-family: "Akkurat LL Cyrillic";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 8px 0;
}

section.program-availability-section {
    background: #9575CD;
    padding: 23px 0 12px;
    margin-top: 50px;
}

section.program-availability-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.availability-details p img {
    margin-right: 25px;
}

section.experts-section {
  padding-top: 77px;
}

section.experts-section h2 {
  color: #43E0D5;
  font-family: "Akkurat LL Cyrillic";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.55px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.expert-author h3 {
    color: #003548;
    font-family: "Akkurat LL Cyrillic";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
}

.expert-profile {
    display: flex;
    align-items: center;
    padding: 40px 0 60px 0;
    border-bottom: 1px solid #003548;
}

.expert-profile li {
    color: #013547;
    font-family: "Akkurat LL Cyrillic";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 35.2px */
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.expert-profile li:last-child {
    margin-bottom: 0;
}

.expert-profile li:before {
    content: '';
    width: 21px;
    height: 21px;
    min-width: 21px;
    background-image: url(img/bul-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-flex;
    margin-right: 28px;
    position: relative;
    top: 5px;
}

.expert-author {
    margin-right: 120px;
}

.expert-profile:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.expert-profile:nth-child(2n+1) .expert-author {
    margin-left: 120px;
    margin-right: 0;
}

.expert-author h3:after {
    content: '';
    width: 104px;
    height: 21px;
    display: inline-block;
    background-image: url(img/arr-2.png);
    position: absolute;
    right: -60px;
}

.expert-profile:nth-child(2n+1) .expert-author h3:after {
    transform: rotate(180deg);
    right: auto;
    left: -10px;
}

.expert-profile:nth-child(2n+1) .expert-author h3 {
    text-align: right;
}

.expert-profile:nth-child(4) .expert-author h3:after {
    right: -20px;
}

.expert-profile:nth-child(6) .expert-author h3:after {
    display: none;
}

section.time {
  background: #CDDC39;
  padding: 75px 0 52px 0;
  overflow: hidden;
}

section.time h2 {
  color: #FFF;
  font-family: "Akkurat LL Cyrillic";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.expert-profile:last-child {
  border-bottom: 0;
}

p.time-dates {
  color: #FFF;
  font-family: "Akkurat LL Cyrillic";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

p.time-dates img {
  margin-right: 15px;
}

a.apply-button {
  color: #CDDC39;
  font-family: "Akkurat LL Cyrillic";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-radius: 99px;
  background: #003548;
  text-decoration: none;
  padding: 13px 82px 7px 46px;
  position: relative;
  display: inline-block;
}

a.apply-button img {
  position: absolute;
  right: 5px;
  top: 4px;
}

section.time .container {
  position: relative;
}

img.time-img {
  position: absolute;
  right: 0;
  top: -5px;
}

section.application-timeline {
  padding-top: 82px;
  background-image: url(img/draw-2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% 40%;
}

.project-stages h2 {
  color: #00B0EB;
  font-family: "Akkurat LL Cyrillic";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.project-stages h2:after {
  content: '';
  width: 33px;
  height: 33px;
  display: inline-block;
  background: url(img/arr-4.png);
}

.project-stages h2:before {
  content: '';
  width: 200vw;
  position: absolute;
  height: 1px;
  background: #003548;
  bottom: 7px;
  left: -50vw;
}

html {
  overflow-x: hidden;
}

ol.stages-list {
  margin-top: 60px;
  position: relative;
  max-width: 1024px;
  width: 100%;
}

ol.stages-list>img {
  position: absolute;
  left: 0;
  top: 0;
}

ol.stages-list li {
  list-style: none;
  padding: 12px 32px 12px 126px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 57px;
  border: 2px solid #00B0EB;
  background: #FFF;
  margin-bottom: 78px;
  height: 102px;
}

.stages-list-text h3 {
  color: #003548;
  font-family: "Akkurat LL Cyrillic";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.stages-list-text p {
  color: #013547;
  font-family: "Akkurat LL Cyrillic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3; /* 32px */
}

.stages-list-text {margin-top: 12px;}

.program-initiators-text h2 {
  color: #00B0EB;
  font-family: "Akkurat LL Cyrillic";
  font-size: 61.563px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 47px;
}

.program-initiators-text p,
.program-initiators-text a {
  color: #013547;
  font-family: "Akkurat LL Cyrillic";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
}



.program-initiators-text {
    max-width: 725px;
    min-width: 725px;
    width: 100%;
}

.program-initiators .container {
    display: flex;
    justify-content: space-between;
}

/* .logos {text-align: right;margin-top: -25px;}

.logos img {
    max-width: 100%;
    margin: 25px 0 10px 60px;
}

.logos img:first-child {
    margin-top: 0;
    margin-bottom: 50px;
} */

.program-initiators {
    padding-top: 20px;
}

/* .logos img:nth-child(5) {
  margin-bottom: 26px;
} */

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 400px;
}

.logos img {
  width: 180px;
  height: 80px;
  object-fit: scale-down;
  object-position: bottom;
}

footer.site-footer {
    background: #003548;
    margin-top: 40px;
    padding: 26px 0;
}

a.cta-button {
    color: #FFF;
    font-family: "Akkurat LL Cyrillic";
    font-size: 10.875px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.544px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8.458px;
    background: #00B0EB;
    width: 256px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    display: flex;
    flex-direction: column;
}

.footer-logo img {
    width: 208px;
    margin-bottom: 20px;
}

footer.site-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav.footer-nav a {
    color: #FFF;
    font-family: "Akkurat LL Cyrillic";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    margin: 0;
}

nav.footer-nav li {
    list-style: none;
    width: 64%;
    display: flex;
    padding: 25px 0;
}

nav.footer-nav li:nth-child(2n) {
  width: auto;
}

nav.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
}

nav.footer-nav {
    max-width: 420px;
    margin-left: 100px;
}

p.program-description-text b:before {
  content: '';
  width: 296px;
  height: 17px;
  background: url(img/draw.png);
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 14px;
  right: -30px;
}

p.program-description-text b {
  position: relative;
}

@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

.image-rotate {
  animation: rotate 5s linear infinite;
}

@keyframes slide-right-left {
  0%, 100% {
      transform: translateX(0); 
  }
  50% {
      transform: translateX(145px);
  }
}

.image-slide {
  animation: slide-right-left 3s ease-in-out infinite;
}

span.banner-wrap-img {
  position: relative;
}

span.banner-wrap-img img.image-slide {
  position: absolute;
  left: 6px;
  top: 30px;
}

section.banner .container {
  display: flex;
  align-items: center;
}

.banner-image img {
  position: relative;
  z-index: 2;
  max-width: 50vw;
  height: 100%;
  object-fit: cover;
}

.banner-image img.image-rotate {
  position: absolute;
  z-index: -1;
}

.banner-image {
  /* position: absolute; */
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

section.banner {
  position: relative;
  overflow: hidden;
}

.top-logos-wrap img {
  width: 180px;
  height: 80px;
  object-fit: scale-down;
  object-position: bottom;
}

.top-logos-wrap {
  display: flex;
  justify-content: space-between;
}


section.top-logos {
  padding: 64px 0 0 0;
}

.footer-bottom-text p {
  font-size: 10px;
  color: #d5d5d5;
  margin-bottom: 6px;
}

.footer-bottom-text {
  margin-top: 20px;
}




@media (max-width: 1439px) {
  .container {
       padding: 0 20px;
   }
  section.testimonial-section {
      background-position: right;
      padding: 48px 0 32px;
      background-size: contain;
      background-color: #cddc39;
  }
}


@media (max-width: 1359px) {
  .banner h1 {
     font-size: 48.828px;
     font-style: normal;
     font-weight: 700;
     letter-spacing: 7.324px;
     align-items: baseline;
 }
 
 span.banner-wrap-img {
     width: 104px;
     height: 24px;
     display: flex;
 }
 
 span.banner-wrap-img img.image-slide {
     top: 3px;
     width: 18px;
     height: 18px;
 }
 
 section.banner {
     padding: 90px 0 54px;
 }
 
 .banner p {
     margin-top: 32px;
     font-size: 15px;
     letter-spacing: 0.75px;
     max-width: 370px;
 }
 
 .banner p span img {
     width: 60px;
 }
 
 .banner p span {
     margin-right: 22px;
 }
 
 .logo img {
     max-width: 60px;
 }
 
 nav a {
     font-size: 9px;
 }
 
 nav a.cta {
     font-size: 7px;
     letter-spacing: 0.35px;
     width: 130px;
     height: 14px;
 }
 
 header nav {
     display: flex;
     align-items: baseline;
 }
 
 header {
     height: 64px;
 }
 
 .logo {
     height: 35px;
     max-width: 64px;
 }
 
 @keyframes slide-right-left {
   0%, 100% {
       transform: translateX(0); 
   }
   50% {
       transform: translateX(75px);
   }
 }
 
 .banner-image {
     height: 100%;
 }
 
 .banner-image img {
     max-height: 100%;
 }
 
 .banner-image img.image-rotate {
     max-height: 200px;
     top: 20px;
 }
 
 section.top-logos {
     padding-top: 34px;
 }
 
 .top-logos-wrap img {
     width: 100%;
     height: 60px;
     object-position: center;
 }
 
 .top-logos-wrap>div {
     width: 16%;
     margin-right: 20px;
 }

 section.program-description {
   padding: 38px 0 35px;
}

section.program-description h2 {
   font-size: 35.251px;
   margin-bottom: 24px;
}

section.program-description p {
   font-size: 15px;
   letter-spacing: 0.6px;
   max-width: 460px;
}

section.program-description p.program-description-text {
   font-size: 12px;
   max-width: 224px;
}

blockquote.testimonial:before {
   width: 65px;
   height: 47px;
   top: -20px;
   left: 30px;
}

blockquote.testimonial:after {
   width: 65px;
   height: 47px;
   bottom: 10px;
   right: 30px;
}

blockquote.testimonial p {
   font-size: 12px;
   margin-bottom: 16px;
}

.testimonial-author-name {
   font-size: 20.614px;
}

.testimonial-author span {
   font-size: 10px;
   letter-spacing: 0.1px;
}

blockquote.testimonial {
   max-width: 410px;
   padding: 52px 12px 57px 23px;
   /* background-size: contain; */
}

.testimonial-author-name:after {
   width: 14px;
   height: 14px;
}

section.target-audience-section {
   padding-top: 38px;
}

section.target-audience-section h2 {
   font-size: 45px;
   letter-spacing: 2.25px;
   max-width: 580px;
   margin-bottom: 54px;
}

.audience-card:first-child:before {
   width: 126px;
   height: 126px;
   left: -40px;
   top: -40px;
}

.audience-card:last-child:before {
   width: 126px;
   height: 126px;
   top: -40px;
   left: auto;
   right: -48px;
}

.audience-card {
   border-width: 1px;
   padding: 23px 10px 20px 20px;
   max-width: calc(50% - 40px);
}

span.card-number {
   font-size: 12px;
   letter-spacing: 1.2px;
   margin-bottom: 18px;
}

h3.card-title {
   font-size: 15px;
   letter-spacing: 1.5px;
}

p.card-content {
   font-size: 14px;
    /* 22.4px */
   letter-spacing: 0.14px;
}

p.card-content img {
   width: 19px;
   height: 22px;
   margin-right: 8px;
}

.card-header {
   margin-bottom: 20px;
}

.audience-card:after {
   width: 100px;
   height: 100px;
   right: -50px;
}

.audience-cards {
   padding: 0 50px 0 30px;
}

section.benefits-section {
   padding-top: 40px;
}

section.benefits-section h2 {
   margin-bottom: 32px;
   font-size: 45px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 2.25px;
}

.benefits-column h4 img {
   width: 15px;
   height: 15px;
   margin-right: 24px;
   top: auto;
}

.benefits-column h4 {
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 160%; /* 22.4px */
   letter-spacing: 0.14px;
   margin-bottom: 18px;
}

.benefits-column h3 {
   font-size: 15px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 1.5px;
   margin-bottom: 30px;
}

.benefits-column li:before {
   width: 12px;
   height: 12px;
   background-size: contain;
   margin-right: 25px;
}

.benefits-column li {
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 160%;
   letter-spacing: -0.28px;
   margin-bottom: 32px;
}

.benefits-column {
   width: calc(50% - 20px);
}

section.program-availability-section {
   margin-top: 4px;
   padding: 13px 0 6px;
}

section.program-availability-section h2 {
   font-size: 20.041px;
   font-style: normal;
   font-weight: 700;
   letter-spacing: 1.002px;
}

.availability-details p {
   font-size: 13.17px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 0.658px;
}

.availability-details {
   margin: 0 50px;
   min-width: 300px;
}

.availability-details p img {
   max-width: 19px;
}

section#experts {}

section.experts-section {
   padding-top: 45px;
}

section.experts-section h2 {
   font-size: 45px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 2.25px;
   margin-bottom: 0;
}

.expert-author h3 {
   font-size: 16.033px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 1.603px;
   margin-top: 2px;
}

.expert-author img {
   max-width: 202px;
}

.expert-author h3:after {
   width: 60px;
   height: 12px;
   background-size: contain;
   right: -35px;
}

.expert-profile li:before {
   width: 12px;
   height: 12px;
   background-size: contain;
   margin-right: 16px;
}

.expert-profile li {
   font-size: 14px;
   margin-bottom: 20px;
}

.expert-profile ul {
   margin-top: 30px;
}

.expert-profile {
   padding: 5px 0 35px;
}

.expert-author {
   margin-right: 70px;
}

.expert-profile:nth-child(2n+1) .expert-author h3:after {
   left: -20px;
}

section.time {
   padding: 42px 0 30px;
}

section.time h2 {
   font-size: 36.647px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 1.832px;
   margin-bottom: 10px;
}

p.time-dates {
   font-size: 16.033px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 1.603px;
   margin-bottom: 17px;
}

p.time-dates img {
   max-width: 19px;
}

a.apply-button {
   font-size: 14.319px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   letter-spacing: 1.432px;
   padding: 7px 50px 4px 26px;
}

a.apply-button img {
   max-width: 21px;
   top: 2px;
   right: 2px;
}

img.time-img {
   max-width: 285px;
   right: 20px;
}

section.application-timeline {
   padding-top: 40px;
   background-size: 150px 220px;
   background-position-y: 190px;
   overflow: hidden;
}

.project-stages h2 {
   font-size: 45px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 2.25px;
}

.project-stages h2:before {
   bottom: 3px;
}

.project-stages h2:after {
   width: 19px;
   background-size: contain;
   height: 19px;
}

ol.stages-list {
   margin-top: 36px;
   max-width: calc(100% - 150px);
}

.stages-list-text h3 {
   font-size: 15px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 1.5px;
}

.stages-list-text p {
   font-size: 12px;
}

ol.stages-list li img {
   max-width: 30px;
}

ol.stages-list li {
   padding: 15px 13px 8px 70px;
   border-width: 1px;
   height: 59px;
   margin-bottom: 47px;
}

.stages-list-text {
   margin-top: 0;
}

ol.stages-list>img {
   max-width: 60px;
}

.program-initiators {
   padding-top: 0;
}

.program-initiators-text h2 {
   font-size: 45px;
   margin-bottom: 18px;
}

.program-initiators-text p,
.program-initiators-text a {
   font-size: 12.597px;
}

.footer-logo img {
   max-width: 118px;
   width: 100%;
   margin-bottom: 12px;
}

a.cta-button {
   font-size: 7px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 0.35px;
   width: 150px;
   height: 16px;
   border-radius: 5px;
}

footer.site-footer {
   padding: 18px 0;
}

nav.footer-nav a {
   font-size: 8.591px;
}

nav.footer-nav li {
   padding: 14px 0;
}

.footer-patterns img {
   max-height: 100px;
}

.footer-bottom-text p {
   font-size: 8px;
}

 
}



@media(max-width: 991px) {
 .banner-image {
     right: -25px;
 }
 
 section.testimonial-section {
     background-position: 117%;
 }
 
 nav a {
     margin-right: 28px;
 }
}



@media(max-width: 767px) {
 .banner-image {
   position: relative;
   right: 0;
   text-align: center;
   bottom: -5px;
   top: auto;
}

section.banner .container {
   flex-direction: column;
}

.banner-image img {
   max-height: none;
   max-width: 500px;
   width: 100%;
}

.banner-image img.image-rotate {
   max-width: 200px;
   max-height: none;
   width: 100%;
}

section.banner {
   padding: 73px 0 0 0;
   overflow: hidden;
}

.banner-wrap {
   margin: 0 auto;
   max-width: 320px;
   margin-bottom: 32px;
}

.banner h1 {
   font-size: 38.449px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 5.767px;
   position: relative;
}

.banner p {
   margin-top: 23px;
   max-width: 320px;
}

.banner p span img {
   width: 47px;
}

.container {
   padding: 0 14px;
}

span.banner-wrap-img {
   height: 19px;
   width: 82px;
}

span.banner-wrap-img img.image-slide {
   width: 15px;
   height: 15px;
   top: 2px;
}

@keyframes slide-right-left {
   0%, 100% {
       transform: translateX(0); 
   }
   50% {
       transform: translateX(56px);
   }
 }

section.top-logos {
   padding-top: 17px;
}

section.program-description {
   padding: 17px 0;
}

section.program-description .container {
   flex-direction: column;
}

section.program-description p {
   max-width: 100%;
   font-size: 13.725px;
   font-style: normal;
   font-weight: 700;
   line-height: 23px; /* 167.582% */
   letter-spacing: 0.686px;
}

section.program-description p.program-description-text {
   max-width: 100%;
   margin-top: 10px;
}

blockquote.testimonial:before {
   width: 47px;
   height: 34px;
   top: -14px;
   left: 18px;
}

blockquote.testimonial:after {
   width: 47px;
   height: 34px;
   right: 20px;
   bottom: 9px;
}

blockquote.testimonial {
   padding: 37px 8px 47px 16px;
   max-width: 360px;
   margin: 0 auto;
}

blockquote.testimonial p {
   font-size: 11.5px;
   font-style: italic;
   font-weight: 500;
   line-height: 145%;
}

.testimonial-author-name {
   font-size: 18px;
}

.testimonial-author span {
   font-size: 11px;
   font-style: normal;
   font-weight: 400;
   line-height: 136%; /* 14.96px */
   letter-spacing: 0.11px;
   display: block;
}

.testimonial-author-name:after {
   width: 11px;
   height: 11px;
}

section.testimonial-section {
   background-image: none;
   padding-bottom: 0;
}

section.testimonial-section:after {
   content: '';
   width: 100%;
   height: 360px;
   display: block;
   background-image: url(img/sp.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-position: bottom;
   max-width: 500px;
    margin: 0 auto;
}

section.target-audience-section {
  padding-top: 22px;
  overflow: hidden;
}

section.target-audience-section h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 20px;
}


span.card-number {
  margin-bottom: 9px;
}

.audience-cards {
  flex-direction: column;
  padding: 0px 10px 0 40px;
}

.audience-card {
  max-width: 100%;
  width: 100%;
  padding: 10px 10px 7px 10px;
  margin-bottom: 12px;
}

.audience-card:first-child:before {
  width: 82px;
  height: 82px;
  left: auto;
  right: -18px;
}


.audience-card:after {
  width: 88px;
  height: 88px;
  right: auto;
  left: -40px;
}

.audience-card:last-child:before {
  opacity: 0;
}

section.benefits-section {
  padding-top: 10px;
}

section.benefits-section h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
}

.benefits-columns {
  flex-direction: column;
}

.benefits-column {
  width: 100%;
  max-width: 100%;
}

.benefits-column h4 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.12px;
}

.benefits-column h4 img {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  top: 1px;
}

.benefits-column h3 {
  margin-bottom: 16px;
}

.benefits-column li {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  margin-bottom: 17px;
}

.benefits-column li:before {
  width: 10px;
  height: 10px;
  margin-right: 4px;
  top: 2px;
}

section.program-availability-section {
  padding: 9px 0 6px;
}

section.program-availability-section h2 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
}

.availability-details {
  min-width: 110px;
  margin: 0 0 0 20px;
  width: 110px;
}

.availability-details p img {
  max-width: 12px;
  margin-right: 8px;
}

.availability-details p {
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  margin: 4px 0;
}

section.experts-section {
  padding-top: 20px;
  padding-bottom: 16px;
}

section.experts-section h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}

.expert-profile {
  flex-direction: column;
  border: 0;
  padding: 5px 0;
}

.expert-author {
  margin-right: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 320px;
}

.expert-profile ul {
  margin-top: 20px;
  width: 100%;
}

.expert-profile li {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 16.2px */
  margin-bottom: 16px;
}

.expert-profile li:before {
  margin-right: 0;
  top: 1px;
}

.expert-profile:nth-child(2n+1) {
  flex-direction: column;
}

.expert-profile:nth-child(2n+1) .expert-author {
  margin-left: 0;
  flex-direction: row;
}

.expert-author h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  max-width: 170px;
}

.expert-author img {
  max-width: 130px;
}

.expert-author h3:after {
  width: 44px;
  height: 9px;
  right: auto;
  left: 108px;
  top: 4px;
}

.expert-profile:nth-child(2n+1) .expert-author h3:after {
  left: auto;
  right: 100px;
}

.expert-profile:nth-child(6) .expert-author h3:after {
  display: inline-block;
  top: auto;
  bottom: 10px;
}

section.time {
  padding: 20px 0;
}

section.time h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

p.time-dates {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}

p.time-dates img {
  position: relative;
  top: -6px;
  margin-right: 10px;
}

a.apply-button {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  padding: 5px 42px 3px 20px;
}

a.apply-button img {
  max-width: 14px;
}

img.time-img {
  max-width: 121px;
  transform: rotate(-90deg);
  right: -60px;
}

section.application-timeline {
  padding-top: 20px;
  background-image: none;
}

.project-stages h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}

.project-stages h2:before {
  bottom: -2px;
}

ol.stages-list {
  margin-top: 22px;
  max-width: 100%;
}

ol.stages-list li {
  padding: 9px 8px 8px 54px;
  height: 45px;
  margin-bottom: 34px;
}

.stages-list-text h3 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 4px;
}

.stages-list-text p {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 9.7px */
}

ol.stages-list li img {
  max-width: 24px;
}

ol.stages-list>img {
  max-width: 45px;
}

.program-initiators-text h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.program-initiators-text p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 16.32px */
}

.program-initiators-text {
  min-width: auto;
}

footer.site-footer {
  margin-top: 20px;
  padding: 13px 0;
}

.footer-logo img {
  max-width: 70px;
  margin-bottom: 50px;
}

a.cta-button {
  width: 130px;
}

nav.footer-nav {
  margin-left: 25px;
}

nav.footer-nav li {
  padding: 5px 0;
  width: 100%;
}

.footer-patterns img {
  display: none;
}

.footer-patterns:after {
  content: '';
  width: 62px;
  height: 107px;
  display: block;
  background-image: url(img/footer-mobile.png);
  background-size: contain;
}

.program-initiators .container {
  padding: 0;
}

}

.menu-mobile {
  display: none;
}

@media(max-width: 767px) {
.menu-mobile {
      display: block;
      position: absolute;
      right: 14px;
      bottom: 10px;
      z-index: 99;
  } 

  header .container nav a {
  display: none;
}

header .container nav a:last-child {
  /* display: flex; */
}

.menu-mobile nav {
  display: none;
  position: absolute;
  width: 200px;
  right: 0;
  top: 0;
  z-index: 9;
  padding: 30px 30px 10px 30px;
  border-radius: 20px 20px 0px 20px;
  background: #FFF;
}

.btn-mobile {
  width: 36px;
  height: 36px;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 10;
}

header {
  position: relative;
}

.btn-mobile.active+nav {
  display: flex;
  flex-direction: column;
  
}

.menu-mobile nav a {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 11px 0;
}

.btn-mobile span {
  width: 25px;
  height: 3px;
  background: #00b0eb;
  display: inline-block;
  margin: 2px 4px;
}

.btn-mobile span:nth-child(2) {
  width: 18px;
}

.btn-mobile span:nth-child(3) {
  width: 11px;
}
  
.btn-mobile.active span:first-child {
  position: absolute;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #00b0eb;
  top: 4px;
  left: 2px;
}

.btn-mobile.active span:nth-child(2) {
  height: 2px;
  transform: rotate(45deg);
  width: 12px;
  background: #CDDC39;
  position: absolute;
  left: 8px;
  top: 15px;
}

.btn-mobile.active span:nth-child(3) {
  height: 2px;
  transform: rotate(135deg);
  width: 12px;
  background: #CDDC39;
  position: absolute;
  left: 8px;
  top: 15px;
}

.btn-mobile.active span {
  margin: 3px;
}
}

.top-logos-wrap img {  
  object-position: center;
}









span.banner-wrap-img {
    position: absolute;
    left: calc(50% - 312px);
    top: 318px;
    display: none;
}

.banner-image__wrp {
    /* position: absolute; */
    /* right: 0; */
    /* max-height: 100%; */
    /* height: 70%; */
    /* text-align: right; */
    /* max-width: 45vw; */
    /* width: 100%; */
    margin-left: 50px;
}

.banner-image__wrp>img {
    height: 100%;
    width: 100%;
}

.banner-image__wrp-img {
    display: flex;
    max-width: 50vw;
    gap: 10px;
    height: 42%;
}

.banner-image__wrp-img>img {
    width: 50%;
    min-height: 100%;
}

.banner-wrap {
    z-index: 2;
}

.cta-btn-wrap a.cta {
    text-decoration: none;
    width: auto;
    padding: 20px;
    font-size: 14px;
}

.cta-btn-wrap {
    margin-top: 48px;
}


section.target-audience-section .container>p, .descr {
    margin-bottom: 40px;
}

p.card-content {
    margin-bottom: 16px;
    display: flex;
    line-height: 1.3;
}

p.card-content:before {
    content: '•';
    margin-right: 10px;
}

.project-stages a {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    height: auto;
}

p.card-content__description {
    margin-top: 20px;
}

.card-content__title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}

section#relevance2 .audience-cards {
    flex-wrap: wrap;
}

section#relevance2 .audience-card {
    width: calc(50% - 3px);
}

.expert-author img {
    min-width: 374px;
    max-width: 374px;
    width: 100%;
    min-height: 560px;
    border-radius: 20px;
    object-fit: cover;
}

.expert-content__title {
    font-size: 32px;
    font-weight: bold;
}

.expert-content__descr {
    margin: 20px 0;
    font-size: 22px;
}

.radymo {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 20px;
    font-weight: bold;
    color: #43e0d5;
}

.expert-profile li {
    line-height: 1.3;
    margin-bottom: 20px;
}

.btns-wrp a.cta-button {
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 16px;
    background: #43e0d5;
}

.btns-wrp {
    margin-top: 32px;
}


.audience-card iframe {
    width: 100%;
}

section.target-audience-section .btns-wrp a {background: #00b0eb;}

section.target-audience-section .btns-wrp {
    margin-top: 32px;
}

section#relevance .audience-card {
    border-color: #43E0D5;
    min-width: 100%;
}

section#relevance span.card-number, section#relevance h2 {
    color: #43e0d5;
}

section#relevance .audience-card:after {
    background: #43e0d5;
}

section.banner.banner__bottom {
    margin-top: 120px;
}

section.banner.banner__bottom p.card-content {
    margin: 20px 0;
    color: #fff;
}

.card-content--wrp {
    margin-top: 46px;
}

/* FOOTER */
body main footer {
    padding-top: 34px;
    padding-bottom: 21px;
    background-color: #00B0EB;
}

body main footer .footer-wrap .columns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body main footer .footer-wrap .columns .columns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body main footer .footer-wrap .columns .columns-wrap .center-column {
    margin-left: 185px;
}

body main footer .footer-wrap .navigation li {
    list-style: none;
    margin-bottom: 26px;
}

body main footer .footer-wrap .navigation li a {
    color: #003548;
    font-family: "IBMPlexSans-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

body main footer .footer-wrap .footer-title {
    color: #FFF;
    font-family: "Akkurat LL Cyrillic Bold";
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.013px;
    text-transform: uppercase;
    margin-bottom: 30px;
    -webkit-text-stroke: 1.33px;
}

body main footer .footer-wrap .footer-subtitle {
    color: #FFF;
    font-family: "Akkurat LL Cyrillic Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    position: relative;
}

body main footer .footer-wrap .footer-subtitle::before {
    content: '';
    width: 180px;
    height: 8px;
    position: absolute;
    display: block;
    background-image: url(../images/social-title-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -7px;
    left: -2px;
}

body main footer .footer-wrap .social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    margin-top: 35px;
}

body main footer .footer-wrap .social-wrap .social-link {
    margin-right: 25px;
}

body main footer .footer-wrap .social-wrap .social-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: #fff solid 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body main footer .footer-wrap .social-wrap .social-link a svg {
    width: 32px;
    height: 32px;
}

body main footer .footer-wrap .social-wrap .social-link.facebook-link a {
    padding-right: 5px;
}

body main footer .footer-wrap .logo-wrap {
    padding-top: 25px;
}

@media(max-width:767px) {
  .banner-image__wrp {
    margin-left: 0;
    margin-bottom: 60px;
}

.cta-btn-wrap {
    margin-top: 0;
}

section.target-audience-section .container>p, .descr {
    font-size: 12px;
    text-align: center;
}

section#relevance2 .audience-card {
    width: 100%;
}

p.card-content__description {
    font-size: 12px;
}

section.target-audience-section h2 {
    text-align: center;
}

section.experts-section h2 {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 16px;
}

.banner h1 {
    line-height: 1.3;
    font-size: 32px;
}

.expert-author img {
    min-width: 100%;
    max-width: 100%;
    min-height: 300px;
    height: 300px;
}

.expert-content__title {
    font-size: 20px;
    margin-top: 20px;
}

.expert-content__descr {
    font-size: 14px;
}

.expert-profile {
    margin-top: 32px;
}

section.banner.banner__bottom {
    margin-top: 32px;
}

.banner-wrap {
    max-width: 400px;
}

.audience-cards {
    padding-right: 0;
}

section#relevance {
    padding-top: 48px;
}

section#stages {
    padding-top: 48px;
}

section#experts {
    padding-top: 48px;
}

section.banner.banner__bottom {
    margin-bottom: 48px;
    margin-top: 48px;
}
}








.banner p.banner-p {
    margin-top: 10px;
    font-size: 14px;
    max-width: 100%;
}

.banner p.banner-h {
    margin-top: 30px;
    text-transform: uppercase;
    color: #cddc39;
    font-size: 28px;
    max-width: 100%;
}

p.banner-h span {
    display: none;
}


.audience-cards.audience-cards-video {
    flex-direction: column;
}

.audience-cards.audience-cards-video .audience-card {
    width: 100%;
    padding: 40px;
    overflow: hidden;
    margin-bottom: 28px;
}

.audience-cards.audience-cards-video .audience-card iframe {
  border-radius: 8px;
}

.audience-cards.audience-cards-video p.card-content:before {
    display: none;
}

.audience-cards.audience-cards-video h3.card-title {
    text-align: center;
}

.audience-cards.audience-cards-video p.card-content {
    margin-bottom: 0;
}

section.target-audience-section .container>p {
    /* text-align: center; */
}

section#relevance h2 {
    /* text-align: center; */
}

section#stages .expert-content__title {
    color: #43E0D5;
    font-family: "Akkurat LL Cyrillic";
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 32px;
}

section#stages .expert-profile {
    padding-bottom: 0;
}


.card-content--wrp {
    margin-top: 16px;
}

section.banner.banner__bottom p.card-content {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700;
}

section#relevance h2.target-audience-h2 {
    font-size: 36px;
}

section.experts-section.experts-section2 h2 {
    letter-spacing: 2px;
    line-height: 1.2;
}

section.experts-section.experts-section2 .expert-profile:nth-child(2n+1) {
    flex-direction: row;
    padding-bottom: 0;
}

section.experts-section.experts-section2 p.descr {
    margin-bottom: 0;
}

.site-divider {
    margin-top: 50px;
}

p.banner-p.card-content {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

section#relevance .expert-profile:nth-child(2n+1) {
    flex-direction: row;
    padding-top: 0;
    border: 0;
}

.audience-cards.audience-cards-video {
    padding: 0;
}

section.application-timeline {
    background: none;
}


ol.stages-list {
    max-width: 100%;
}

section#relevance2 .audience-cards {
    padding: 0;
}

.cta-btn-wrap p {
  font-size: 26px;
  margin: 20px 0;
}

.cta-btn-wrap a.cta {
    font-size: 16px;
    padding: 24px;
}

@media(max-width:767px) {
  p.banner-p.card-content {
    font-size: 14px;
}

.expert-profile {
    margin-top: 0;
    margin-bottom: 20px;
}

section.target-audience-section .container>p {
    margin-bottom: 0;
    text-align: left;
}

.audience-cards.audience-cards-video .audience-card {
    padding: 20px 0 0;
}

.audience-cards.audience-cards-video .audience-card iframe {
    height: 50vw;
}

ol.stages-list li img {
    display: none;
}

ol.stages-list>img {
    max-width: 56px;
}

ol.stages-list li {
    height: 56px;
    padding-left: 64px;
    margin-bottom: 43px;
}

.stages-list-text h3 {
    margin-bottom: 0px;
}

section#stages .expert-content__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    margin-bottom: 20px;
}

section.target-audience-section h2 {
    text-align: left;
}

section#relevance2 .audience-cards {
    margin-top: 24px;
}

section.experts-section h2 {
    text-align: left;
}

p.descr {
    text-align: left;
}

section.experts-section.experts-section2 {
    padding-top: 0;
}

section#relevance h2.target-audience-h2 {
    font-size: 24px;
}

.cta-btn-wrap p {
    /* text-align: left; */
    font-size: 18px;
    max-width: 100%;
}

.banner p.banner-h {
    font-size: 20px;
    max-width: 100%;
}

section.banner.banner__bottom p.card-content {
    max-width: 100%;
}

.banner-wrap {
    max-width: 500px;
}

.cta-btn-wrap p br {
    display: none;
}
}

nav a {
    text-transform: uppercase;
}


nav {
    display: flex;
    align-items: center;
}

.lang-wrp a {
    border: 2px solid #00b0eb;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 21px;
    line-height: unset;
    margin: 0 5px;
    font-size: 9px;
}

html[lang="uk"] .lang-wrp a.uk {
    background: #00b0eb;
    color: #fff;
}

html[lang="en"] .lang-wrp a.en {
    background: #00b0eb;
    color: #fff;
}

.project-stages h2 {
    letter-spacing: 1px;
}

section.target-audience-section h2 {
    max-width: 100%;
}

@media(min-width:768px) and (max-width:1359px) {
  section#stages .expert-content__title {
    font-size: 45px;
  }
}