@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&family=Raleway:wght@400;500;600;700&display=swap");
.hidden-for-mobile {
  display: none; }

img {
  max-width: 100%; }

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: 28px;
  line-height: 1.3;
  color: #333;
  margin-top: 0;
  margin-bottom: 0; }

.button {
  text-align: center;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #D6510B;
  border: 2px solid #D6510B;
  border-radius: 45px;
  text-decoration: none;
  transition: .4s;
  display: inline-block; }
  .button:hover {
    color: #D6510B;
    background: #fff; }

.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;
  position: absolute;
  top: -18px;
  right: 10px; }
  .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: 35px; }
  .timeline-counter-item {
    margin-left: 4px;
    margin-right: 4px;
    text-align: center; }
    .timeline-counter-item .value {
      color: #C4D600;
      font-weight: 900;
      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;
      justify-content: center;
      min-width: 70px;
      font-size: 40px;
      min-height: 100px;
      margin-bottom: 2px; }
    .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: 60px; }

.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: 70px;
  color: #fff; }
  .hero-wrapper .col-lg-8 {
    padding: 0; }
.hero-upper-descriptor {
  margin-bottom: 23px;
  font-weight: 500;
  font-size: 24px; }
.hero-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  margin-top: 0;
  margin-bottom: 23px;
  text-shadow: 0px 4px 30px rgba(51, 51, 51, 0.25); }
.hero-under-descriptor {
  margin-top: 0;
  margin-bottom: 23px;
  font-weight: 500;
  font-size: 22px;
  max-width: 670px;
  text-shadow: 0px 4px 30px rgba(51, 51, 51, 0.25); }
.hero-under-button-descriptor {
  font-size: 18px;
  max-width: 345px;
  text-shadow: 0px 4px 30px rgba(51, 51, 51, 0.25); }

.about {
  padding: 70px 0; }
  .about-image {
    margin-bottom: 20px; }
  .about .section-headline {
    margin-top: 0;
    margin-bottom: 20px; }
  .about p {
    margin-top: 0;
    margin-bottom: 16px; }

.bullets {
  padding-top: 90px;
  padding-bottom: 60px; }
  .bullets .section-headline {
    margin-top: 0;
    margin-bottom: 16px; }
  .bullets-caption-text {
    text-align: left;
    color: #333 !important;
    font-weight: 600 !important;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto; }
  .bullets p {
    color: #857A7A;
    margin-bottom: 36px;
    margin-top: 0;
    font-size: 15px;
    font-weight: 500; }
  .bullets-contetn {
    margin-bottom: 50px; }
  .bullets-image {
    max-width: 100%;
    height: 276px;
    object-fit: cover; }
    .bullets-image-item {
      position: relative;
      margin-bottom: 10px;
      max-width: 270px;
      max-height: 277px;
      margin-left: auto;
      margin-right: auto; }
      .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%; }

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

body #unvers .slick-arrow {
  top: 152px !important; }

#unvers .slick-track {
  padding-bottom: 80px !important; }

.country-wrapper {
  margin-left: auto;
  margin-right: auto; }

.countrys-slider-title {
  margin-top: 12px; }

.programm {
  padding-top: 70px;
  padding-bottom: 0px;
  position: relative; }
  .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: 50px; }

.themes {
  padding-top: 90px;
  padding-bottom: 85px; }
  .themes .themes-navigation {
    display: none; }
  .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: 0;
    flex-direction: column-reverse; }

.slick-slide {
  outline: none; }

.slider-featers-row {
  display: flex;
  margin-bottom: 24px;
  width: 100%; }
  .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-image {
  object-fit: contain;
  object-position: center top; }

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

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

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

.slider-link {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  width: 100%; }
  .slider-link:hover {
    color: #C4D600; }

.themes-slider-content {
  max-width: 570px;
  margin-bottom: 40px; }

.themes-slider-image-wrapper {
  display: flex;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 30px; }

.themes-slider-image {
  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: 70px;
  text-align: center; }
  .logos .section-headline {
    margin-bottom: 50px; }
  .logos-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .logos-item {
    margin-bottom: 20px;
    margin-left: 13px;
    margin-right: 13px;
    width: 200px;
    height: 200px;
    background: #fff;
    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%; }
    .logos-item:before {
      position: absolute;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      content: '';
      display: block;
      background: #EEF0F7;
      opacity: 0.3;
      box-shadow: 0px 2px 4px #80B0D6;
      border-radius: 20px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

.countrys {
  padding-top: 90px;
  padding-bottom: 90px; }
  .countrys .section-headline {
    max-width: 770px;
    margin-bottom: 90px; }

.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; }

.organization .section-headline {
  margin-top: 20px; }

.benefits .button {
  margin-top: 10px; }

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

.questions-list {
  margin-bottom: 42px; }
  .questions-list li {
    display: flex;
    align-items: center;
    padding-left: 44px;
    background: url("images/question.svg");
    background-repeat: no-repeat;
    background-size: 32px 32px;
    min-height: 32px;
    margin-bottom: 20px;
    max-width: 540px;
    font-size: 16px;
    font-weight: 500; }

.organization {
  padding-top: 90px;
  position: relative;
  display: flex;
  flex-direction: column-reverse; }
  .organization-features {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between; }
  .organization-feature {
    width: calc(50% - 20px);
    margin-bottom: 40px; }
  .organization-value {
    font-weight: 700;
    font-family: sans-serif;
    color: #C4D600;
    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 {
    width: 100%;
    height: 320px;
    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: 290px;
      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: 80px;
  padding-bottom: 70px; }
  .mission-image {
    margin-top: 20px; }
  .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: 40px; }
  .gallery-wrapper {
    flex-wrap: wrap; }
  .gallery img {
    max-width: 100%; }
  .gallery-item {
    width: 100%;
    height: auto;
    margin-bottom: 16px; }
    .gallery-item img {
      width: 100%;
      height: 100%; }
  .gallery .row-1 > .gallery-item {
    display: block; }
    .gallery .row-1 > .gallery-item:first-of-type {
      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 100px !important;
  background: #86ACC1;
  color: #fff; }

.menu {
  width: 33px;
  height: 33px;
  padding: 5px;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 1111; }

.menu span {
  cursor: pointer;
  height: 3px;
  width: 33px;
  margin-bottom: 8px;
  background: #fff;
  position: relative;
  right: 0;
  display: block;
  transform: rotate(0deg);
  transition: .7s ease; }

.hidden {
  opacity: 0;
  transition-delay: .5s;
  pointer-events: none;
  cursor: default; }

.visible {
  opacity: 1; }

.menu.open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
  transition: .7s ease;
  background: #fff; }

.menu.open span:nth-child(2) {
  opacity: 0;
  right: 100px;
  background: #fff; }

.menu.open span:nth-child(3) {
  top: -10px;
  transform: rotate(-135deg);
  transition: .7s ease;
  background: #fff; }

#navigation {
  background: #C4D600;
  font-family: 'Merriweather', serif;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px; }
  #navigation a {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    font-family: "Raleway", sans-serif; }

.nav {
  display: flex;
  justify-content: center; }

.slideInLeft {
  animation-duration: .5s; }

.slideOutLeft {
  animation-duration: .5s; }

.header-descriptor-wrapper,
.navigation-wrapper {
  display: none; }

#navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11; }

.header-phone-wrapper {
  width: 100%; }

header {
  position: relative; }

.header-logo {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center; }
  .header-logo img {
    max-width: 240px; }

.header-phone-wrapper {
  margin-top: 15px;
  justify-content: flex-start; }

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; }

.langDropdown {
  display: none;
  position: absolute;
  bottom: -82px;
  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; }
  .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-time:before {
  display: none !important; }

.programm-schedule-item {
  width: auto;
  padding-left: 100px;
  position: relative;
  margin-bottom: 40px; }
  .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;
    left: 5px;
    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);
    left: 5px; }
  .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: 240px;
  font-size: 16px;
  color: #333;
  margin-top: 13px; }

.pricing-table-wrapper-outer {
  max-width: 100%;
  overflow-x: scroll;
  height: 800px; }
  .pricing-table-wrapper-outer .pricing-table-wrapper {
    width: 740px;
    padding-top: 60px; }

.pricing .section-headline {
  margin-bottom: 45px; }

.pricing .labels-col .pricing-row:first-of-type:after {
  max-width: 380px; }

.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:after, .programm-schedule-wrapper .secondday:after,
.programm-schedule-wrapper .firstday:before, .programm-schedule-wrapper .secondday:before {
  display: none; }

.pricing {
  padding-top: 70px;
  padding-bottom: 0px; }
  .pricing .section-headline {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px; }
  .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:nth-child(2) .pricing-row:nth-child(9):after,
    .pricing .pricing-cell:nth-child(2) .pricing-row:nth-child(7):after,
    .pricing .pricing-cell:nth-child(2) .pricing-row:nth-child(8):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: 80px;
  padding-bottom: 80px; }
  .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.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: 70px;
  padding-bottom: 70px; }

.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: 10px;
    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: 10px;
    background: url("images/Arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

.popup {
  display: none;
  background: #C4D600;
  max-width: 444px; }
  .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; }

.whovisit-wrapper {
  margin-bottom: 40px; }

.bullets .section-headline {
  text-align: center; }

.logos-carousel .section-headline {
  margin-bottom: 20px; }

.slick-dots {
  display: none !important; }

.slick-dots li {
  margin-left: 3px;
  margin-right: 3px; }

.slick-dots button {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 3px !important;
  height: 6px !important;
  max-width: 6px !important;
  min-width: 6px !important;
  background: #c4c4c4;
  border: none !important;
  border-radius: 50%;
  font-size: 0;
  outline: none;
  display: inline-block; }

.gallery-item {
  max-height: 280px;
  overflow: hidden; }
  .gallery-item img {
    max-height: 100%;
    object-fit: fill; }

.logos .hint {
  width: 100% !important;
  top: 0 !important; }

.popup {
  max-width: 100%;
  top: 80px; }
  .popup input {
    max-width: 100% !important; }

.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;}  
 .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-mobile.css.map */
