@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&family=Raleway:wght@400;500;600;700&display=swap");
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.list-custom-bullets {
  font-size: 16px; }
  .list-custom-bullets li {
    padding-left: 26px;
    position: relative;
    margin-bottom: 16px; }
    .list-custom-bullets li:after {
      position: absolute;
      content: '';
      width: 8px;
      height: 8px;
      top: 6px;
      left: 0;
      background: #C4D600;
      border-radius: 50%; }

.section-headline {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.3;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto; }

.button {
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #D6510B;
  border: 2px solid #D6510B;
  border-radius: 30px;
  text-decoration: none;
  transition: .4s;
  display: inline-block;
  outline: none; }
  .button:hover {
    color: #D6510B;
    background: #fff; 
  cursor: pointer;
  }

.header-phone-image,
a {
  transition: .4s; }

.image-bg {
  background-size: cover;
  background-repeat: no-repeat; }

html, body {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif; }

.grey-bg {
  background: rgba(188, 196, 221, 0.25); }

header {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  font-family: "Oswald", sans-serif; }

.current-lang {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px; }
  .current-lang-arrow {
    margin-left: 9px; }

.header-lang-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
.header-descriptor {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500; }
  .header-descriptor-wrapper {
    display: flex;
    align-items: center;
    height: 100%; }
.header-phone-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
.header-phone {
  text-decoration: none;
  color: #fff; }
  .header-phone:hover {
    color: #C4D600; }
    .header-phone:hover .header-phone-image {
      fill: #C4D600 !important; }
  .header-phone-number {
    margin-left: 15px;
    font-weight: 500; }

.timeline {
  text-align: center; }
  .timeline .section-headline {
    margin-top: 68px;
    margin-bottom: 16px; }
  .timeline-notes {
    color: #857A7A;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 70px; }
  .timeline-counter-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 95px; }
  .timeline-counter-item {
    margin-left: 8px;
    margin-right: 8px;
    text-align: center; }
    .timeline-counter-item .value {
      color: #C4D600;
      font-weight: 900;
      font-size: 70px;
      font-family: sans-serif;
      line-height: 1;
      box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      min-width: 140px;
      justify-content: center;
      min-height: 160px;
      margin-bottom: 13px; }
    .timeline-counter-item .label {
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      background: transparent;
      font-weight: 700;
      font-size: 20px;
      line-height: 1;
      color: #333; }
  .timeline .scroll-down {
    text-align: center;
    margin-bottom: 90px; }

.navigation-wrapper {
  background: rgba(223, 223, 223, 0.22);
  margin-bottom: 80px; }
.navigation-ul {
  display: flex;
  justify-content: space-between; }
.navigation-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 20px;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  transition: .4s; }
  .navigation-link:hover {
    background: #C4D600; }

.hero-wrapper {
  padding-bottom: 105px;
  color: #fff; }
.hero-upper-descriptor {
  margin-bottom: 23px;
  font-weight: 500;
  font-size: 24px; }
.hero-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  margin-top: 0;
  margin-bottom: 23px; }
.hero-under-descriptor {
  margin-top: 0;
  margin-bottom: 23px;
  font-weight: 500;
  font-size: 26px;
  max-width: 840px; }
.hero-under-button-descriptor {
  font-size: 14px;
  max-width: 404px;
  text-shadow: 0px 4px 30px rgba(51, 51, 51, 0.25); }

.contactformblock {padding: 100px 0;}
.contactformblock .contactformdescleft {text-align: center; font-weight: 700;font-size: 20px;}
.contactformblock .contactformdesctop {text-align: center; font-size: 20px;}
.form-group {margin-bottom: 15px;}
.form-control {display: block;width: 100%;height: 46px;line-height:46px; font-size: 16px;padding-left: 22px;padding-right: 22px;color: #555;background-color: #fff;background-image: none;border: 1px solid #D6510B;border-radius: 23px;}
.staticform {text-align: center;}
.text-center {text-align: center;}

.about {
  padding: 100px 0; }
  .about .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .about .section-headline {
    margin-top: 0;
    margin-bottom: 20px; }
  .about p {
    margin-top: 0;
    margin-bottom: 16px; }

.bullets {
  padding: 100px 0 50px 0;
  text-align: center; }
  .bullets .col-lg-4 {
    margin-bottom: 34px; }
  .bullets .section-headline {
    margin-top: 0;
    margin-bottom: 16px; }
  .bullets-caption-text {
    text-align: left;
    color: #333 !important;
    font-weight: 600 !important; }
  .bullets p {
    color: #857A7A;
    margin-bottom: 16px;
    margin-top: 0;
    font-size: 19px;
    font-weight: 500; }
  .bullets-contetn {
    margin-bottom: 46px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto; }
  .bullets-image {
    max-width: 100%;
    height: 370px;
    object-fit: cover; }
    .bullets-image-item {
      position: relative;
      margin-bottom: 12px; }
      .bullets-image-item:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url("images/weekend-photo-overflow.svg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%; }

.programm {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  .programm .section-headline {
    text-align: center; }
  .programm-schedule-time {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    font-family: "Oswald", sans-serif; }
  .programm-schedule-title {
    color: #857A7A;
    font-weight: 500;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0; }
  .programm .section-headline {
    margin-bottom: 95px; }

.themes {
  padding-top: 0px;
  padding-bottom: 115px; }
  .themes .slick-arrow.slick-prev {
    right: auto;
    left: 60px;
    top: auto;
    bottom: 0; }
  .themes .slick-arrow.slick-next {
    right: auto;
    left: 110px;
    top: auto;
    bottom: 0; }
  .themes .themes-navigation .slick-track {
    transform: none !important;
    display: flex;
    justify-content: space-between; }
  .themes-navigation-slide {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 19px 20px;
    box-shadow: 0px 4px 10px #EEF0F7;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s;
    max-width: 180px; }
    .themes-navigation-slide.slick-current {
      background: #C4D600; }
  .themes-slider-wrapper {
    display: flex !important;
    padding: 50px 60px 0 60px; }

.slick-slide {
  outline: none; }

.slider-featers-row {
  display: flex;
  margin-bottom: 24px; }
  .slider-featers-row:first-of-type .slider-featers-value {
    padding-top: 3px;
    font-weight: 400;
    color: #857A7A;
    font-family: "Oswald", sans-serif;
    font-size: 20px; }

.slider-featers-label {
  padding-left: 18px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #333;
  line-height: 1;
  padding-top: 8px;
  min-width: 99px; }

.slider-featers-value {
  padding-top: 10px;
  font-weight: 500;
  color: #857A7A;
  max-width: 440px; }

.sleder-content {
  padding-bottom: 20px;
  padding-left: 42px;
  border-left: 8px solid #C4D600;
  max-width: 550px;
  font-weight: 500;
  color: #857A7A;
  font-size: 15px;
  margin-bottom: 40px; }

.slider-link {
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #D6510B;
  border: 2px solid #D6510B;
  border-radius: 30px;
  text-decoration: none;
  transition: .4s;
  display: inline-block; }
  .slider-link:hover {
    color: #D6510B;
    background: #fff; }

.themes-slider-content {
  max-width: 570px;
  margin-right: 30px; }

.themes-slider-image-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 420px; }

.themes-slider-image {
  margin-left: auto;
  max-width: 100%;
  object-fit: contain; }

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  .slick-dots .slick-active button {
    background: #C4D600; }
  .slick-dots button {
    margin-left: 7px;
    margin-right: 7px;
    width: 12px;
    height: 12px;
    background: #c4c4c4;
    border: none;
    border-radius: 50%;
    font-size: 0;
    outline: none; }

.logos {
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center; }
  .logos .section-headline {
    margin-bottom: 16px; }
  .logos-wrapper {
    display: flex;
    justify-content: center; }
  .logos-item {
    margin-left: 13px;
    margin-right: 13px;
    position: relative;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; }
    .logos-item-image {
      position: relative;
      z-index: 1;
      max-width: 100%;
      height: 61px; }

.countrys {
  padding-top: 130px;
  padding-bottom: 170px; }
  .countrys .section-headline {
    max-width: 770px;
    margin-bottom: 40px;
    margin-left: 0; }
  .countrys-slider-item {
    margin-left: 7px;
    margin-right: 7px; }
  .countrys-slider-image {
    border-radius: 10px;
    max-width: 100%; }
  .countrys-slider-title {
    margin: 12px 0 0 0;
    font-weight: 600;
    font-size: 18px; }

.slick-arrow {
  position: absolute;
  top: -50px;
  width: 34px;
  height: 20px;
  border: none;
  font-size: 0;
  outline: none;
  cursor: pointer; }
  .slick-arrow.slick-prev {
    right: 50px;
    background: url("images/Arrow-prev.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  .slick-arrow.slick-next {
    background: url("images/Arrow-next.svg");
    right: 0;
    background-size: contain;
    background-repeat: no-repeat; }

.benefits {
  padding-bottom: 130px;
  padding-top: 110px; }
  .benefits .section-headline {
    margin-bottom: 14px;
    text-align: center;
    max-width: 1020px; 
  margin-bottom: 70px;}
  .benefits .headline-description {
    margin-bottom: 70px; }
  .benefits p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    color: #857A7A;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto; }
  .benefits .button {
    margin-top: 0; }
  .benefits .button-descriptor {
    max-width: 530px;
    margin-bottom: 30px; }

.questions-list {
  margin-bottom: 0; }
  .questions-list li {
    display: flex;
    align-items: center;
    padding-left: 70px;
    background: url("images/correct.svg");
    background-repeat: no-repeat;
    background-size: 37px 37px;
    min-height: 37px;
    margin-bottom: 20px;
    max-width: 540px;
    font-size: 16px;
    font-weight: 500; }
  .questions-list.not li{
    background: url("images/times.svg"); 
    background-repeat: no-repeat;
    background-size: 37px 37px;
  }
.benefits .subtitle {font-weight: 700;font-size: 20px; text-align: left; color: #333;}
  
.organization {
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative; }
  .organization-features {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between; }
  .organization-feature {
    width: calc(33.3% - 20px);
    margin-bottom: 40px; }
  .organization-value {
    font-weight: 700;
    font-family: sans-serif;
    color: #F1D51C;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 16px; }
  .organization-label {
    color: #857A7A;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0; }
  .organization-description {
    color: #857A7A;
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 0; }
  .organization-video {
    position: absolute;
    width: calc(50vw - 80px);
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(134, 172, 195, 0.66);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1; }
    .organization-video:after {
      position: absolute;
      content: '';
      height: 140px;
      width: 340px;
      background: url("images/dec-video-logo.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      z-index: -1; }
    .organization-video .play-btn-0,
    .organization-video .play-bg-1,
    .organization-video .play-bg-2 {
      transition: .4s; }
    .organization-video:hover {
      cursor: pointer;
      background: rgba(134, 172, 195, 0.8); }
      .organization-video:hover .play-btn-0 {
        fill: #D6510B; }
      .organization-video:hover .play-bg-1,
      .organization-video:hover .play-bg-2 {
        fill: #fff; }

.mission {
  padding-top: 120px;
  padding-bottom: 70px; }
  .mission .col-lg-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .mission li {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #857A7A; }
    .mission li strong {
      font-weight: 600; }
  .mission .questions-list {
    margin-bottom: 0;
    margin-top: 30px; }

.gallery {
  padding: 80px 0;
  text-align: center; }
  .gallery .section-headline {
    margin-bottom: 70px; }
  .gallery-wrapper {
    display: grid;
    flex-wrap: wrap; }
  .gallery .row-1 {
    display: flex;
    margin-bottom: 17px; }
    .gallery .row-1-2 > .gallery-item {
      margin-bottom: 11px; }
  .gallery .row-2 {
    display: flex;
    justify-content: space-between; }
    .gallery .row-2 .gallery-item {
      margin-right: 20px; }
      .gallery .row-2 .gallery-item:last-child {
        margin-right: 0; }
    .gallery .row-2 img {
      height: 449px; }
  .gallery img {
    max-width: 100%; }
  .gallery .separate-columns {
    display: flex;
    justify-content: space-between; }
    .gallery .separate-columns img {
      height: 154px;
      object-fit: cover;
      width: calc(100% - 10px); }
  .gallery .row-1 > .gallery-item {
    display: block; }
    .gallery .row-1 > .gallery-item:first-of-type {
      height: 373px;
      width: 520px;
      position: relative;
      margin-right: 20px; }
      .gallery .row-1 > .gallery-item:first-of-type a {
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        position: absolute;
        background: rgba(175, 200, 215, 0.6);
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
        .gallery .row-1 > .gallery-item:first-of-type a .play-btn-0,
        .gallery .row-1 > .gallery-item:first-of-type a .play-bg-1,
        .gallery .row-1 > .gallery-item:first-of-type a .play-bg-2 {
          transition: .4s; }
        .gallery .row-1 > .gallery-item:first-of-type a:hover {
          cursor: pointer;
          background: rgba(134, 172, 195, 0.8); }
          .gallery .row-1 > .gallery-item:first-of-type a:hover .play-btn-0 {
            fill: #D6510B; }
          .gallery .row-1 > .gallery-item:first-of-type a:hover .play-bg-1,
          .gallery .row-1 > .gallery-item:first-of-type a:hover .play-bg-2 {
            fill: #fff; }
  .gallery p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    color: #857A7A;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto; }
  .gallery .button {
    margin-top: 40px; }
  .gallery .button-descriptor {
    max-width: 530px;
    margin-bottom: 30px; }

footer {
  padding: 50px 0;
  background: #C4D600;
  color: #fff;
  font-family: "Oswald", sans-serif; }
  footer .langDropdown {
    background: #fff; }
    footer .langDropdown a {
      color: #333 !important; }
  footer .header-phone:hover span {
    color: #333; }
  footer .header-phone:hover path.header-phone-image {
    fill: #333 !important; }

.hide-for-pc {
  display: none !important; }

.hidden-for-desktop {
  display: none; }

.langDropdown {
  display: none;
  position: absolute;
  bottom: -50px;
  background: #C4D600;
  padding: 8px;
  border-radius: 4px;
  z-index: 11; }
  .langDropdown li {
    margin-top: 3px;
    margin-bottom: 3px; }
    .langDropdown li.unactive a {
      color: #857A7A; }
      .langDropdown li.unactive a:hover {
        color: #857A7A; }
    .langDropdown li a {
      text-decoration: none; }
      .langDropdown li a:hover {
        color: #fff; }

.header-lang-wrapper {
  position: relative; }

.whovisit {
  padding-top: 90px;
  padding-bottom: 90px; }
  .whovisit .section-headline {
    text-align: center;
    margin-bottom: 70px; }
  .whovisit-wrapper {
    max-width: 296px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
  margin-bottom: 25px;
  }
  .whovisit h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 0; }

.programm {
  position: relative;
  overflow: hidden; }
  .programm .section-headline {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
  .programm:after {
    content: '';
    width: 150vw;
    height: 3px;
    position: absolute;
    top: 270px;
    margin: auto;
    left: -10vw;
    right: 0;
    background: url("images/dashes.svg");
    background-repeat: repeat-x;
    background-size: contain; }

.programm-navigation {
  display: flex;
  margin-bottom: 70px; }

.programm-navigation-item {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  margin-right: 42px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: Oswald;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  color: #333333;
  transition: .4s;
  cursor: pointer;
  position: relative;
  z-index: 1; }
  .programm-navigation-item.active {
    background: #D6510B;
    color: #fff; }

.programm-schedule-item {
  width: 365px;
  padding-right: 146px;
  position: relative;
  margin-bottom: 90px; }
  .programm-schedule-item .programm-schedule-title {
    position: absolute; }
  .programm-schedule-item:nth-child(1):before {
    content: '1'; }
  .programm-schedule-item:nth-child(2):before {
    content: '2'; }
  .programm-schedule-item:nth-child(3):before {
    content: '3'; }
  .programm-schedule-item:nth-child(4):before {
    content: '4'; }
  .programm-schedule-item:nth-child(5):before {
    content: '5'; }
  .programm-schedule-item:nth-child(6):before {
    content: '6'; }
  .programm-schedule-item:nth-child(7):before {
    content: '7'; }
  .programm-schedule-item:nth-child(8):before {
    content: '8'; }
  .programm-schedule-item:nth-child(9):before {
    content: '9'; }
  .programm-schedule-item:nth-child(10):before {
    content: '10'; }
  .programm-schedule-item:before {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 44px;
    text-align: center;
    top: -4px;
    display: flex;
    align-content: center;
    justify-content: center;
    font-weight: 600;
    font-size: 30px;
    color: #C4D600;
    line-height: 80px;
    z-index: 2;
    font-family: "Oswald", sans-serif; }
  .programm-schedule-item:after {
    content: '';
    display: block;
    position: absolute;
    width: 95px;
    height: 80px;
    background: url("images/num-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: calc(100% - 75px);
    right: 30px; }
  .programm-schedule-item:first-of-type {
    padding-top: 46px; }
    .programm-schedule-item:first-of-type:before {
      top: 40px; }
    .programm-schedule-item:first-of-type:after {
      bottom: calc(100% - 120px); }

.programm-schedule-title {
  max-width: 192px;
  font-size: 16px;
  color: #333;
  margin-top: 13px; }

.programm-schedule-time {
  font-size: 20px;
  position: relative; }
  .programm-schedule-time:after {
    content: '';
    display: block;
    position: absolute;
    left: -13px;
    margin: auto;
    width: 385px;
    height: 2px;
    background: #d4d8e1;
    bottom: -6px; }
  .programm-schedule-time:before {
    content: '';
    display: block;
    position: absolute;
    left: -13px;
    margin: auto;
    width: 11px;
    height: 15px;
    background: url("images/tria-left.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    bottom: -6px;
    z-index: 1; }

.programm-schedule-wrapper .firstday,
.programm-schedule-wrapper .secondday {
  display: flex;
  flex-direction: column;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .programm-schedule-wrapper .firstday:after,
  .programm-schedule-wrapper .secondday:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: calc(100% + 60px);
    background: #d4d8e1;
    top: -60px;
    bottom: 0; }
  .programm-schedule-wrapper .firstday:before,
  .programm-schedule-wrapper .secondday:before {
    width: 69px;
    height: 20px;
    content: '';
    display: block;
    top: 50px;
    left: 2px;
    right: 0;
    margin: auto;
    background: url("images/wave-decor.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    z-index: 1; }
  .programm-schedule-wrapper .firstday .programm-schedule-item:nth-child(even),
  .programm-schedule-wrapper .secondday .programm-schedule-item:nth-child(even) {
    align-self: flex-end;
    padding-left: 146px;
    padding-right: 0; }
    .programm-schedule-wrapper .firstday .programm-schedule-item:nth-child(even):before,
    .programm-schedule-wrapper .secondday .programm-schedule-item:nth-child(even):before {
      right: auto;
      left: 44px; }
    .programm-schedule-wrapper .firstday .programm-schedule-item:nth-child(even):after,
    .programm-schedule-wrapper .secondday .programm-schedule-item:nth-child(even):after {
      background: url("images/num-right.svg");
      background-repeat: no-repeat;
      background-size: contain;
      left: 30px;
      right: auto; }
    .programm-schedule-wrapper .firstday .programm-schedule-item:nth-child(even) .programm-schedule-time:after,
    .programm-schedule-wrapper .secondday .programm-schedule-item:nth-child(even) .programm-schedule-time:after {
      right: -13px;
      left: auto;
      background: #d4d8e1; }
    .programm-schedule-wrapper .firstday .programm-schedule-item:nth-child(even) .programm-schedule-time:before,
    .programm-schedule-wrapper .secondday .programm-schedule-item:nth-child(even) .programm-schedule-time:before {
      right: -13px;
      left: auto;
      background: url("images/tria-right.svg");
      background-repeat: no-repeat;
      background-position: right bottom;
      z-index: 1; }

.pricing {
  padding-top: 120px;
  padding-bottom: 180px; }
  .pricing .section-headline {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    text-align: center; }
  .pricing .pricing-table-wrapper {
    display: flex; }
  .pricing .pricing-cell {
    margin-left: 11px;
    box-shadow: 0px 2px 8px rgba(128, 176, 214, 0.5);
    width: 256px;
    position: relative; }
    .pricing .pricing-cell .button.submit {
      border-radius: 0;
      width: 100%;
      position: absolute;
      top: calc(100% + 10px);
      max-width: 100%;
      text-align: center;
      font-family: "Oswald", sans-serif;
      font-size: 20px;
      background: #C4D600;
      border-color: #C4D600; }
      .pricing .pricing-cell .button.submit:hover {
        color: #C4D600;
        background: #fff; }
    .pricing .pricing-cell .pricing-prefix {
      position: absolute;
      bottom: 100%;
      background: #D6510B;
      width: 100%;
      height: 60px;
      line-height: 60px;
      text-align: center;
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      color: #fff;
      font-size: 20px; }
    .pricing .pricing-cell .pricing-row {
      padding-left: 38px;
      padding-right: 16px;
      display: flex;
      align-items: center;
      min-height: 62px;
      font-size: 15px;
      font-weight: 500;
      position: relative;
      padding: 0; }
      .pricing .pricing-cell .pricing-row:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        width: 38px;
        height: 26px;
        background: url("images/check.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; }
      .pricing .pricing-cell .pricing-row:nth-child(odd) {
        background: #E5E6EA; }
      .pricing .pricing-cell .pricing-row:nth-child(2) {
        height: 120px;
        position: relative;
        font-size: 30px;
        text-align: center !important;
        font-weight: 600;
        color: #D6510B;
        padding: 0;
        justify-content: center; }
        .pricing .pricing-cell .pricing-row:nth-child(2):after {
          display: none; }
    .pricing .pricing-cell .pricing-row.unchecked:after {
      background: url("images/times.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .pricing .labels-col {
    width: 500px;
    box-shadow: 0px 2px 8px rgba(128, 176, 214, 0.5); }
    .pricing .labels-col .pricing-row {
      padding-left: 38px;
      padding-right: 16px;
      display: flex;
      align-items: center;
      min-height: 62px;
      font-size: 15px;
      font-weight: 500; }
      .pricing .labels-col .pricing-row:nth-child(even) {
        background: #E5E6EA; }
      .pricing .labels-col .pricing-row:first-of-type {
        height: 120px;
        position: relative; }
        .pricing .labels-col .pricing-row:first-of-type:after {
          position: absolute;
          content: '';
          display: block;
          left: -31px;
          top: 24px;
          margin: auto;
          width: 415px;
          height: 88px;
          background: url("images/green-flag.svg");
          background-repeat: no-repeat;
          background-size: contain; }
        .pricing .labels-col .pricing-row:first-of-type span {
          font-family: "Oswald", sans-serif;
          font-size: 20px;
          font-weight: 600;
          color: #fff;
          position: relative;
          z-index: 1; }

.logos-carousel {
  padding-top: 130px;
  padding-bottom: 130px; }
  .logos-carousel .logos-item {
    text-align: center;
    margin-left: 13px;
    margin-right: 13px;
    width: auto;
    height: 200px;
    position: relative;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .logos-carousel .logos-item:before {
      opacity: 0;
      transition: .4s;
      width: 2px; }
  .logos-carousel .logos-item.slick-active:before {
    width: 1px;
    background: #D4D8E1;
    height: 100%;
    right: 100% !important;
    left: auto !important;
    box-shadow: none;
    transform: translateX(-11px);
    opacity: 1;
    transition: .4s; }
  .logos-carousel .section-headline {
    text-align: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px; }
  .logos-carousel .slick-current.slick-active:before {
    display: none; }

.countrys {
  padding-top: 100px;
  padding-bottom: 100px; }

.countrys-slider-item:nth-child(1) .country-wrapper:before {
  background: url("images/country/canada/flag.png"); }
.countrys-slider-item:nth-child(2) .country-wrapper:before {
  background: url("images/country/UK/flag.png"); }
.countrys-slider-item:nth-child(3) .country-wrapper:before {
  background: url("images/country/austria/flag.png"); }
.countrys-slider-item:nth-child(4) .country-wrapper:before {
  background: url("images/country/usa/flag.png"); }
.countrys-slider-item:nth-child(5) .country-wrapper:before {
  background: url("images/country/china/flag.webp"); }
.countrys-slider-item:nth-child(6) .country-wrapper:before {
  background: url("images/country/cyprus/flag.png"); }
.countrys-slider-item:nth-child(7) .country-wrapper:before {
  background: url("images/country/france/flag.png"); }
.countrys-slider-item:nth-child(8) .country-wrapper:before {
  background: url("images/country/germany/flag.png"); }
.countrys-slider-item:nth-child(9) .country-wrapper:before {
  background: url("images/country/ireland/flag.png"); }
.countrys-slider-item:nth-child(10) .country-wrapper:before {
  background: url("images/country/malta/flag.png"); }
.countrys-slider-item:nth-child(11) .country-wrapper:before {
  background: url("images/country/netherlands/flag.png"); }
.countrys-slider-item:nth-child(12) .country-wrapper:before {
  background: url("images/country/portugal/flag.png"); }
.countrys-slider-item:nth-child(13) .country-wrapper:before {
  background: url("images/country/spain/flag.webp"); }
.countrys-slider-item:nth-child(14) .country-wrapper:before {
  background: url("images/country/sweden/flag.png"); }
.countrys-slider-item:nth-child(15) .country-wrapper:before {
  background: url("images/country/UAE/flag.png"); }

.country-wrapper {
  position: relative;
  height: 170px;
  width: 284px;
  max-width: 100%;
  text-align: center; }
  .country-wrapper:before {
    position: absolute;
    content: '';
    display: block;
    height: 200px;
    width: 100%;
    left: 0;
    right: 0;
    top: -30px;
    opacity: .25;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important; }
  .country-wrapper img {
    width: calc(100% - 30px);
    height: 142px;
    margin-top: 30px;
    margin-bottom: 30px;
    object-fit: fill;
    border-radius: 0;
    position: relative;
    z-index: 111;
    margin-left: auto;
    margin-right: auto; }

.countrys-slider-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700; }

.mission .questions-list li {
  background: url("images/correct.svg");
  background-repeat: no-repeat; }

.hint {
  opacity: 0;
  transition: .4s;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  z-index: 111;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  padding: 30px 15px; }

.hint-inside {
  position: relative;
  cursor: pointer; }
  .hint-inside:hover .hint {
    transition: .4s;
    opacity: 1;
    background: #fff;
    box-shadow: 0px 2px 4px #80B0D6; }

.logos .dec-video-full {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  position: relative; }
  .logos .dec-video-full img {
    width: 100%; }
  .logos .dec-video-full a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center; }

.gallery {
  margin-top: 0px;
  padding-top: 50px; }

#unvers {
  padding-bottom: 0; }
  #unvers .logos-item-image {
    height: auto;
    max-height: 90px; }
  #unvers .slick-track {
    padding-bottom: 120px;
    z-index: 111; }
  #unvers .slick-list {
    position: relative; }
  #unvers .hint {
    top: 0;
    width: 320px;
    display: none; }
  #unvers .logos-item-image:hover .hint {
    display: block !important;
    opacity: 1 !important; }
  #unvers .hint-inside:hover .hint {
    display: block !important; }
  #unvers .slick-active {
    position: relative; }
  #unvers .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .hint {
    left: auto !important;
    right: 0 !important; }
  #unvers .slick-dots {
    transform: translateY(-150px); }
  #unvers .slick-arrow.slick-prev {
    right: auto;
    left: -34px;
    top: 78px;
    z-index: 1111;
    width: 21px;
    height: 43px;
    background: url("images/Arrow-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  #unvers .slick-arrow.slick-next {
    top: 78px;
    z-index: 1111;
    width: 21px;
    height: 43px;
    right: -34px;
    background: url("images/Arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

.popup {
  display: none;
  background: #C4D600;
  max-width: 555px; }
  .popup h4 {
    font-size: 24px;
    text-align: center; }
  .popup input {
    margin-bottom: 14px; }
    .popup input[type='text'] {
      background: rgba(255, 255, 255, 0.6);
      border: none;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      height: 46px;
      border-radius: 23px;
      font-size: 16px;
      line-height: 46px;
      padding-left: 22px;
      padding-right: 22px;
      outline: none;
      width: 300px; }
    .popup input[type='submit'] {
      background: #fff;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      height: 46px;
      width: 300px;
      border-radius: 23px;
      font-size: 16px;
      border: none;
      outline: none;
      cursor: pointer;
      font-weight: 600;
      border: 2px solid #fff;
      transition: .4s; }
      .popup input[type='submit']:hover {
        background: #C4D600;
        color: #fff; }
  .popup .hidden {
    display: none; }
  .popup form {
    display: flex;
    flex-direction: column; }
.img-responsive {  display: block;max-width: 100%;height: auto;}
.testimonials {padding: 100px 0;}  
.testimonials .section-headline{max-width: 730px; margin-left: auto;margin-right: auto;margin-bottom: 70px;text-align: center;}  
.testimonials img {max-width: 100%;}
.testimonials a {position: absolute;left: 0;right: 0;bottom: 0;top: 0;display: flex;justify-content: center;align-items: center;}
.bonus {padding: 100px 0;}
.bonus .section-headline {max-width: 730px;margin-left: auto;margin-right: auto;margin-bottom: 70px;text-align: center;}
.bonus p { margin-top: 0;margin-bottom: 16px; text-align: center;}
.speakers {padding: 100px 0;}
.speakers .section-headline {max-width: 730px;margin-left: auto;margin-right: auto;margin-bottom: 70px;text-align: center;}
.speakers .section-headlinesp {margin-top: 0;margin-bottom: 20px;}
.speakers p { margin-top: 0;margin-bottom: 16px;}
.mapblock {padding: 100px 0;}
.mapblock .section-headline {max-width: 730px;margin-left: auto;margin-right: auto;margin-bottom: 70px;text-align: center;}
.mapblock p { margin-top: 0;margin-bottom: 16px;}
.mapblock .googlemap{overflow:hidden; padding-bottom:85%;position:relative;height:0;}
.mapblock .googlemap iframe{left:0;top:0;height:100%;width:100%;position:absolute;}
/*# sourceMappingURL=styles.css.map */
