body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Lato", sans-serif; }

.menu-block {
  position: relative; }
  .menu-block #menu {
    position: absolute;
    width: 280px;
    top: 100%;
    right: 0;
    background: #F1D02B;
    display: none;
    z-index: 111; }
    .menu-block #menu li {
      border-bottom: 1px solid #ddd; }
      .menu-block #menu li a {
        padding: 8px;
        color: #35393A; }
        .menu-block #menu li a:hover {
          color: #35393A;
          background: #ddd; }

.button {
  position: relative;
  background: transparent;
  padding: 0; }
  .button:hover {
    background: transparent !important; }
    .button:hover:after {
      transform: none; }
  .button:after {
    transition: .4s;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    transform: translate(8px, 8px);
    min-height: 62px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(241, 208, 43, 0.3); }
  .button span {
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 22px 38px;
    color: #35393A;
    background: url("../img/Rectangle-bu.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    min-width: 300px; }

.d-flex {
  display: flex; }

.menu {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #35393A; }

.header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .header-menu .mobile-menu-toggler {
    margin-top: 5px;
    cursor: pointer; }
  .header-menu .phone span {
    color: #35393A;
    font-weight: 900; }

.hero {
  min-height: 748px;
  padding-top: 215px;
  position: relative; }
  .hero .additional-title {
    color: #35393A;
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 22px; }
  .hero .button {
    background: linear-gradient(91.56deg, #FF9900 -17.23%, rgba(250, 255, 0, 0) 106.73%), #F1D02B;
    box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.15);
    transition: .4s;
    color: #fff; }
    .hero .button:hover {
      opacity: .8; }
  .hero-bg1 {
    position: absolute;
    top: 0;
    right: 0; }
  .hero-bg2 {
    position: absolute;
    bottom: 0;
    left: 0; }
  .hero-bg3 {
    position: absolute;
    bottom: 0;
    right: 0; }
  .hero-title {
    font-size: 50px;
    line-height: 1.275;
    max-width: 550px;
    margin-bottom: 10px; }
  .hero-upper-title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .hero-down-title {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    max-width: 580px;
    margin-bottom: 20px; }
  .hero:before {
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/Ellipse202.svg");
    background-repeat: no-repeat;
    background-position: left 220px;
    top: 0;
    left: 0;
    right: 0; }
  .hero .grid-container {
    position: relative;
    z-index: 11;
    color: #fff; }

.two-cols-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  margin-bottom: 65px; }
  .two-cols-wrapper .two-cols-item {
    width: 468px;
    margin-bottom: 18px;
    height: 86px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(103, 103, 103, 0.25);
    border-radius: 44px;
    display: flex;
    align-items: center;
    padding-right: 40px; }
    .two-cols-wrapper .two-cols-item p {
      margin-bottom: 0;
      font-weight: 500;
      font-size: 15px;
      line-height: 1.2; }
    .two-cols-wrapper .two-cols-item .number {
      border: 2px #F1D02B solid;
      min-width: 86px;
      height: 86px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 43px;
      margin-right: 15px;
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-size: 50px;
      color: #F1D02B; }

.description-2 .button {
  margin-top: 26px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }

.reasons {
  background: url("../images/map.svg") rgba(9, 98, 121, 0.1);
  background-repeat: no-repeat;
  background-size: 90% 90%;
  background-position: center 230px;
  padding-top: 80px;
  padding-bottom: 110px; }
  .reasons .description-3 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #35393A;
    text-align: center; }
  .reasons .section-title {
    text-align: center;
    margin-bottom: 5px; }
  .reasons .img-decor-wrapper {
    text-align: center;
    margin-bottom: 22px; }
  .reasons .subtitle {
    margin-bottom: 65px;
    text-align: center;
    color: #35393A; }
  .reasons .three-cols-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 65px; }
  .reasons .description-2 {
    color: #35393A;
    text-align: center;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px; }
    .reasons .description-2 p {
      font-weight: 500;
      margin-bottom: 0; }
      .reasons .description-2 p:first-child {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto; }
  .reasons .three-cols-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(103, 103, 103, 0.25);
    border-radius: 20px;
    padding: 30px 30px 40px 30px;
    text-align: center;
    width: 280px;
    margin-right: 23px;
    margin-left: 23px; }
    .reasons .three-cols-item .content {
      margin-bottom: 0;
      margin-top: 16px;
      color: #35393A; }

.speakers {
  padding-top: 100px;
  padding-bottom: 120px; }
  .speakers .section-title {
    text-align: center;
    margin-bottom: 7px; }
  .speakers .cell:nth-of-type(3) .item-wrapper {
    flex-direction: row-reverse; }
  .speakers .image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 70px; }
  .speakers .item-wrapper {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 70px;
    padding: 50px 70px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 30px rgba(175, 175, 175, 0.25);
    margin-bottom: 40px; }
    .speakers .item-wrapper .item-content {
      padding-left: 50px;
      width: 50%; }
    .speakers .item-wrapper .item-image-wrap {
      width: 50%; }
    .speakers .item-wrapper .name {
      font-size: 25px;
      margin-bottom: 8px; }
    .speakers .item-wrapper .description {
      color: #7a7a7a;
      font-size: 18px; }

.plans {
  padding-top: 60px;
  padding-bottom: 90px;
  background: rgba(9, 98, 121, 0.1); }
  .plans .section-title {
    text-align: center;
    margin-bottom: 30px; }
  .plans .image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
  .plans .button-wrapper {
    margin-top: 70px;
    display: flex;
    justify-content: center; }
    .plans .button-wrapper .button {
      color: #35393A;
      font-weight: 700; }
  .plans .item-wrapper {
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    display: flex;
    align-items: center;
    height: 108px;
    margin-bottom: 10px;
    padding: 19px; }
    .plans .item-wrapper .item-image-wrap {
      width: 50px;
      height: 50px;
      margin-right: 28px; }
      .plans .item-wrapper .item-image-wrap img {
        min-width: 50px;
        min-height: 50px; }
    .plans .item-wrapper p {
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 0;
      color: #333; }

.section-title {
  font-size: 35px; }

.welcome {
  padding-top: 140px;
  padding-bottom: 110px;
  text-align: center; }
  .welcome .section-title {
    margin-bottom: 7px; }
  .welcome .image-wrapper-decor {
    margin-bottom: 70px; }
  .welcome .align-image-end {
    display: flex;
    justify-content: flex-end; }
  .welcome .subtitle {
    font-size: 20px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto; }
  .welcome .image-wrapper {
    margin-bottom: 25px; }
    .welcome .image-wrapper img {
      height: 257px;
      object-fit: contain; }

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
  z-index: 11; }
  header .logo-descriptor {
    font-weight: 600;
    font-size: 14px;
    margin-left: 20px;
    max-width: 98px; }
  header .underlined {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px; }
    header .underlined span {
      position: relative;
      z-index: 11; }
    header .underlined:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 7px;
      background: #F1D02B;
      bottom: 4px;
      left: 0;
      right: 0;
      display: block;
      transition: .4s; }
    header .underlined:hover:before {
      height: 19px; }
  header .phone {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 70px;
    line-height: 20px; }
    header .phone:hover {
      color: #F1D02B; }
    header .phone svg {
      margin-right: 20px; }

.menu {
  justify-content: flex-end; }
  .menu li a {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding-left: 14px;
    padding-right: 14px; }
    .menu li a:hover {
      color: #F1D02B; }
  .menu li:last-child a {
    padding-right: 0; }

a {
  transition: .4s; }

.timeline {
  text-align: center; }
  .timeline .section-headline {
    margin-top: 68px;
    margin-bottom: 16px; }
  .timeline-notes {
    color: #333;
    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: #F1D02B;
      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; }

.waiting-for-you {
  margin-top: 150px;
  margin-bottom: 120px; }
  .waiting-for-you .section-title {
    margin-bottom: 90px; }
  .waiting-for-you .circle-wrapper {
    display: flex;
    min-height: 200px;
    align-items: center; }
  .waiting-for-you .image-wrapper {
    margin-right: 25px;
    min-width: 196px; }
  .waiting-for-you img {
    min-height: 196px;
    object-fit: contain;
    width: 196px;
    border-radius: 50%;
    border: 6px solid #F1D02B;
    background: #F1D02B; }
  .waiting-for-you .content {
    max-width: 175px;
    color: #333;
    font-size: 16px;
    font-weight: 500; }
  .waiting-for-you .label-wrap {
    min-width: 70px;
    position: relative;
    height: 100%;
    display: inline-block; }
    .waiting-for-you .label-wrap span {
      position: absolute;
      transform: rotate(-90deg) translateY(-130%) translateX(30px);
      font-weight: 700;
      font-size: 35px;
      line-height: 1.5;
      color: #255A6C;
      width: 200px;
      white-space: nowrap;
      font-family: "Oswald", sans-serif; }
  .waiting-for-you .details {
    padding-top: 90px; }
    .waiting-for-you .details .large-6 {
      position: relative; }
      .waiting-for-you .details .large-6 .label-wrap {
        position: absolute; }
        .waiting-for-you .details .large-6 .label-wrap span {
          bottom: 0;
          transform: rotate(-90deg) translateY(-130%) translateX(100px);
          font-weight: 700; }
  .waiting-for-you .wrapper-grid {
    padding-right: 64px;
    max-width: 494px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .waiting-for-you .wrapper-grid .item {
      padding: 10px 10px 10px 55px;
      min-height: 110px;
      max-width: calc(50% - 9px);
      margin-bottom: 20px;
      font-size: 14px;
      color: #7a7a7a;
      display: flex;
      align-items: center;
      background: url("../images/correct.svg") #F9F9F9;
      background-repeat: no-repeat;
      background-size: 26px 26px;
      background-position: 10px center;
      border-radius: 15px; }
  .waiting-for-you .wrapper-row {
    max-width: 440px;
    margin-left: 114px; }
    .waiting-for-you .wrapper-row .item {
      min-height: 110px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      background: #F9F9F9;
      border-radius: 15px; }
      .waiting-for-you .wrapper-row .item .icon {
        margin-right: 30px;
        margin-left: 30px; }
      .waiting-for-you .wrapper-row .item .content {
        max-width: 300px; }
      .waiting-for-you .wrapper-row .item p {
        margin-bottom: 0;
        font-size: 14px;
        color: #7a7a7a; }

.video-full {
  min-height: 370px;
  position: relative;
  background: url("../images/maxresdefault.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px; }
  .video-full:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(37, 90, 108, 0.6); }
  .video-full a {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: block; }
    .video-full a .first-circle,
    .video-full a .second-circle,
    .video-full a .play-tr {
      transition: .4s; }
    .video-full a:hover svg .first-circle,
    .video-full a:hover svg .second-circle {
      fill: #fff; }
    .video-full a:hover svg .play-tr {
      fill: #D6510B; }
    .video-full a svg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

.section-title {
  text-transform: uppercase; }

.slick-slide {
  outline: none; }

.slick-next {
  right: -75px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: transparent;
  background: url("../images/arr-next.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.slick-prev {
  left: -75px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: transparent;
  background: url("../images/arr-prev.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.slick-dots {
  position: absolute;
  bottom: -41px;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin: auto;
  left: 0;
  right: 0; }
  .slick-dots li {
    margin-left: 2px;
    margin-right: 2px;
    padding: 0;
    outline: none; }
    .slick-dots li.slick-active button {
      background: #F1D02B; }
    .slick-dots li button {
      outline: none;
      color: transparent;
      background: #E1E1E1;
      height: 10px;
      width: 10px;
      padding: 0;
      border-radius: 50%; }

.video-gallery {
  background: #EEF0F7;
  padding-top: 50px;
  padding-bottom: 80px; }
  .video-gallery .button-wrapper {
    display: flex;
    justify-content: center; }
    .video-gallery .button-wrapper .button {
      color: #35393A;
      font-weight: 700; }
  .video-gallery .video-gallery-wrapper {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px; }
    .video-gallery .video-gallery-wrapper svg {
      height: 66px;
      width: 66px; }
  .video-gallery .video-gallery-item {
    max-width: calc(50% - 33px);
    position: relative; }
    .video-gallery .video-gallery-item a {
      display: block;
      position: relative; }
      .video-gallery .video-gallery-item a:before {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(37, 13, 0, 0.5);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
    .video-gallery .video-gallery-item svg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

.slick-arrow {
  outline: none;
  transition: .4s;
  position: absolute;
  top: 50%; }
  .slick-arrow:focus, .slick-arrow:hover {
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    opacity: .7; }
  .slick-arrow:focus {
    opacity: 1; }

.just-logos {
  margin-bottom: 70px; }

.single-button {
  padding-bottom: 70px; }
  .single-button .content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    .single-button .content-wrapper h5 {
      margin-bottom: 0; }

.logos .dec-video-full {
  overflow: hidden;
  margin-top: 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; }

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

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

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

#schools {
  padding-top: 80px;
  padding-bottom: 40px; }

.subtitle {
  text-align: center;
  margin-bottom: 50px;
  font-size: 25px;
  color: #35393A; }

.univer-galleries {
  background: #EEF0F7;
  padding-bottom: 80px; }

.univer-gallery-wrapper {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto; }
  .univer-gallery-wrapper .univer-gallery-item {
    padding-left: 15px;
    padding-right: 15px;
    height: 230px; }
    .univer-gallery-wrapper .univer-gallery-item img {
      height: 230px;
      width: 100%;
      object-fit: cover; }

.organization.univer {
  background: #EEF0F7; }
  .organization.univer .organization-value {
    color: #4D5759; }
  .organization.univer .inner-wrap {
    position: relative; }
    .organization.univer .inner-wrap .index-num {
      position: absolute;
      font-size: 10px;
      top: 7px; }

.opportunities {
  background: #EEF0F7; }
  .opportunities .two-cols-wrapper {
    margin-bottom: 0; }
  .opportunities .button {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px; }

.organization {
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
  color: #35393A !important; }
  .organization .decor-image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 70px; }
  .organization p {
    color: #35393A !important; }
  .organization .org-image {
    max-width: 414px;
    margin-left: auto;
    margin-right: 30px;
    display: block; }
  .organization .section-title {
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .organization .image-wrapper-decor {
    margin-bottom: 70px; }
  .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: 2px; }
  .organization-label {
    color: #35393A !important;
    font-weight: 700 !important;
    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; }

#schools:hover + .single-button {
  z-index: 1; }

.single-button {
  text-align: center;
  position: relative;
  z-index: 1111;
  margin-bottom: 10px; }
  .single-button .button-dark {
    background: #255A6C;
    border-color: #255A6C;
    position: relative;
    z-index: 1;
    padding-top: 17px;
    padding-bottom: 17px;
    min-width: 390px; }

.footer {
  padding-top: 50px;
  padding-bottom: 65px;
  background: #F1D51C;
  text-align: center; }
  .footer ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    height: 100%; }
    .footer ul li {
      display: flex;
      align-items: center; }
      .footer ul li a {
        color: #35393A;
        font-weight: 600;
        position: relative; }
        .footer ul li a:after {
          width: 100%;
          height: 1px;
          content: '';
          background: #35393A;
          position: absolute;
          bottom: -3px;
          left: 0;
          transition: .4s;
          opacity: 0; }
        .footer ul li a:hover:after {
          opacity: 1; }
    .footer ul li:after {
      display: none; }
  .footer .logo {
    margin-bottom: 24px; }
  .footer-menu ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 7px;
    display: flex;
    justify-content: center; }
  .footer-menu li {
    margin-left: 7px;
    margin-right: 7px;
    position: relative; }
    .footer-menu li:first-child:after {
      display: none; }
    .footer-menu li:after {
      position: absolute;
      content: '';
      width: 1px;
      height: 15px;
      background: #fff;
      left: -7px;
      top: 6px; }
  .footer .phone-wrapper svg {
    margin-right: 11px; }

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

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

.questions-list {
  margin-bottom: 42px; }

.questions-list li {
  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; }
  .questions-list li strong {
    display: initial !important; }

@media screen and (max-width: 640px) {
  .mission .questions-list {
    margin-left: 0; }

  .speakers .item-wrapper .item-content,
  .speakers .item-wrapper .item-image-wrap {
    width: 100%;
    padding: 0; }
    .speakers .item-wrapper .item-content .logo-wrapper,
    .speakers .item-wrapper .item-image-wrap .logo-wrapper {
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }

  .speakers .item-wrapper .name {
    margin-top: 18px;
    font-size: 20px; }

  .speakers .item-wrapper .description {
    font-size: 16px; }

  .speakers .item-wrapper {
    padding: 30px 20px;
    flex-direction: column !important;
    border-radius: 30px; }

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

  header {
    z-index: 1111;
    height: 54px;
    padding-top: 0;
    padding-left: 10px; }
    header .mobile-menu-toggler {
      position: absolute;
      top: 28px;
      right: 25px;
      cursor: pointer; }
    header .logo {
      max-height: 32px; }
      header .logo a {
        display: block;
        max-height: 32px;
        max-width: 123px;
        padding-top: 18px; }
      header .logo svg {
        max-height: 100%;
        max-width: 100%;
        height: 32px; }
        header .logo svg path {
          fill: #F1D02B; }
    header .menu {
      display: none;
      background: #F1D02B;
      position: absolute;
      flex-direction: column;
      width: 100%;
      top: 54px;
      left: 0;
      right: 0;
      z-index: 1111; }
      header .menu li {
        border-bottom: 2px solid #333; }
        header .menu li a {
          padding: 14px;
          font-size: 18px;
          color: #333; }
          header .menu li a:hover {
            color: #fff; }
    header .upper-row {
      display: none; }

  .hero {
    padding-top: 0;
    min-height: auto;
    background: rgba(229, 238, 244, 0.3);
    padding-bottom: 56px; }

  .hero-upper-title {
    font-size: 14px;
    margin-bottom: 7px; }

  .hero-title {
    font-size: 19px;
    margin-bottom: 7px; }

  .hero-down-title {
    font-size: 14px;
    margin-bottom: 15px; }

  .hero .buttons-wrapper .button {
    margin-right: 0; }
    .hero .buttons-wrapper .button:first-child {
      margin-bottom: 8px; }

  .button {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px; }

  .timeline .section-headline {
    font-size: 25px;
    margin-top: 80px;
    margin-bottom: 13px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase; }

  .section-title {
    font-size: 25px; }

  .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 {
    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: 25px;
    min-height: 60px;
    margin-bottom: 2px; }

  .timeline-counter-item .label {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
    color: #333; }

  .timeline .scroll-down {
    text-align: center;
    margin-bottom: 60px; }

  .timeline .scroll-down {
    margin-bottom: 0; }
    .timeline .scroll-down svg {
      max-width: 36px;
      max-height: 36px; }

  .waiting-for-you {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 60px;
    background: rgba(188, 196, 221, 0.25);
    margin-bottom: 0; }
    .waiting-for-you .section-title {
      margin-bottom: 40px; }

  .waiting-for-you .label-wrap span {
    position: static;
    transform: none; }

  .waiting-for-you .circle-wrapper {
    flex-direction: column; }

  .waiting-for-you .image-wrapper {
    margin-right: 0;
    min-height: 330px;
    min-width: 330px; }

  .waiting-for-you img {
    min-height: 330px;
    min-width: 330px;
    border-width: 10px; }

  .circle-wrapper .content {
    width: 100%;
    order: 2;
    max-width: 330px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px; }
  .circle-wrapper .image-wrapper {
    order: 1;
    margin-bottom: 18px; }
  .circle-wrapper .label-wrap {
    order: 2; }
    .circle-wrapper .label-wrap span {
      font-size: 20px; }

  .waiting-for-you .wrapper-grid .item {
    padding: 0;
    padding-left: 51px;
    min-height: 37px;
    max-width: 100%;
    margin-bottom: 22px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    background: url(../images/correct.svg);
    background-repeat: no-repeat;
    background-size: 37px 37px;
    background-position: 0 center;
    border-radius: 15px; }

  .waiting-for-you .details .large-6 .label-wrap span {
    position: static;
    bottom: 0;
    transform: none;
    font-weight: 700; }

  .waiting-for-you .details .large-6 .label-wrap {
    position: static;
    margin-bottom: 35px; }

  .waiting-for-you .label-wrap {
    height: auto;
    text-align: center;
    width: 100%; }
    .waiting-for-you .label-wrap span {
      font-size: 20px; }

  .waiting-for-you .wrapper-grid {
    padding-right: 0; }

  .waiting-for-you .wrapper-row {
    margin-left: 0; }

  .waiting-for-you .wrapper-row .item {
    flex-direction: column;
    text-align: center;
    background: transparent; }
    .waiting-for-you .wrapper-row .item .content {
      max-width: 220px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      .waiting-for-you .wrapper-row .item .content p {
        font-size: 14px;
        color: #333; }

  .waiting-for-you .wrapper-row .item .icon {
    margin-right: auto;
    margin-left: auto;
    min-width: 85px;
    min-height: 85px;
    margin-bottom: 15px; }
    .waiting-for-you .wrapper-row .item .icon svg {
      height: 100%;
      width: 100%; }

  .waiting-for-you .wrapper-row .item {
    margin-bottom: 44px; }

  .video-full {
    min-height: 254px;
    margin-bottom: 70px; }
    .video-full .section-title {
      margin-bottom: 70px; }

  .university-wrapper-slider {
    width: calc(100% + 30px);
    margin-left: -15px; }

  .organization .section-title {
    margin-bottom: 20px; }

  .organization {
    padding-bottom: 40px; }

  .button {
    margin-right: 0; }

  .organization-feature {
    width: calc(50% - 20px); }

  .section-headline {
    font-size: 25px; }

  .logos .dec-video-full {
    margin-top: 20px;
    margin-bottom: 0; }
    .logos .dec-video-full svg {
      max-width: 30px; }

  .button {
    margin-right: 0; }

  .single-button .button,
  footer .button {
    max-width: 320px;
    min-width: auto !important; }

  .just-logos .logos-wrapper {
    flex-wrap: wrap; }
  .just-logos .logos-item {
    width: 50%;
    margin-bottom: 22px !important;
    margin: 0;
    padding: 0; }
    .just-logos .logos-item:nth-child(1) img {
      height: 40px;
      width: 148px;
      margin-left: 0px;
      margin-right: auto;
      display: block; }
    .just-logos .logos-item:nth-child(2) img {
      height: 40px;
      width: 169px;
      margin-left: auto;
      margin-right: 0;
      display: block; }
    .just-logos .logos-item:nth-child(3) img {
      height: 40px;
      width: 155px;
      margin-left: 0px;
      margin-right: auto;
      display: block; }
    .just-logos .logos-item:nth-child(4) img {
      height: 40px;
      width: 132px;
      margin-left: auto;
      margin-right: 0;
      display: block; }

  #schools {
    padding-bottom: 40px; }

  .single-button {
    margin-bottom: 70px; } }
.form-wrapper-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1111; }

.no-scroll {
  overflow: hidden; }

.form-wrapper-preview,
.form-wrapper-register,
.form-wrapper {
  display: none;
  max-width: 380px;
  background: #F1D02B;
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1111;
  padding: 70px 20px;
  text-align: center;
  border-radius: 30px; }
  .form-wrapper-preview h4,
  .form-wrapper-register h4,
  .form-wrapper h4 {
    margin-bottom: 18px;
    position: relative; }
  .form-wrapper-preview input,
  .form-wrapper-register input,
  .form-wrapper input {
    background: rgba(255, 255, 255, 0.7);
    padding: 8px 20px;
    color: #333;
    border-radius: 30px;
    font-size: 16px;
    border: none;
    transition: .4s; }
    .form-wrapper-preview input:focus, .form-wrapper-preview input:active,
    .form-wrapper-register input:focus,
    .form-wrapper-register input:active,
    .form-wrapper input:focus,
    .form-wrapper input:active {
      border: none;
      outline: none;
      background: rgba(255, 255, 255, 0.9); }
    .form-wrapper-preview input[type="submit"],
    .form-wrapper-register input[type="submit"],
    .form-wrapper input[type="submit"] {
      background: #255A6C;
      color: #fff;
      padding: 13px 40px;
      border: 2px solid #255A6C; }
      .form-wrapper-preview input[type="submit"]:hover,
      .form-wrapper-register input[type="submit"]:hover,
      .form-wrapper input[type="submit"]:hover {
        background: transparent;
        color: #255A6C; }
    .form-wrapper-preview input::placeholder,
    .form-wrapper-register input::placeholder,
    .form-wrapper input::placeholder {
      color: #333; }
  .form-wrapper-preview .close-popup,
  .form-wrapper-register .close-popup,
  .form-wrapper .close-popup {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: -50px;
    cursor: pointer; }
    .form-wrapper-preview .close-popup:hover path,
    .form-wrapper-register .close-popup:hover path,
    .form-wrapper .close-popup:hover path {
      fill: #255A6C; }
    .form-wrapper-preview .close-popup svg,
    .form-wrapper-register .close-popup svg,
    .form-wrapper .close-popup svg {
      max-width: 100%;
      max-height: 100%;
      transition: .4s; }
    .form-wrapper-preview .close-popup path,
    .form-wrapper-register .close-popup path,
    .form-wrapper .close-popup path {
      fill: #fff;
      transition: .4s; }

.button:hover {
  background: #35393A;
  color: #F1D02B !important; }
.button:focus, .button:active {
  background: inherit; }

@media screen and (max-width: 640px) {
  .form-wrapper-preview,
  .form-wrapper-register,
  .form-wrapper {
    width: calc(100% - 30px);
    top: 70px; } }
.toggler-universitys {
  display: none !important; }

.play-btn-0,
.play-bg-1,
.play-bg-2 {
  transition: .4s; }

.play-ptn:hover {
  cursor: pointer;
  background: rgba(134, 172, 195, 0.5); }
  .play-ptn:hover .play-btn-0 {
    fill: #D6510B !important; }
  .play-ptn:hover .play-bg-1,
  .play-ptn:hover .play-bg-2 {
    fill: #fff !important; }

.thankyou-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.thankyou-page {
  background: url("../images/thankyou.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }
  .thankyou-page .thankyou-content {
    padding-top: 200px;
    padding-bottom: 100px;
    text-align: center; }
  .thankyou-page header {
    color: #333 !important; }
    .thankyou-page header .logo path {
      fill: #F1D02B !important; }
    .thankyou-page header a {
      color: #333 !important; }
  .thankyou-page .thanks {
    margin-bottom: 30px; }
    .thankyou-page .thanks img {
      max-width: 320px; }
  .thankyou-page h4 {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: #333;
    margin-bottom: 33px; }
  .thankyou-page .checked-icon {
    margin-bottom: 30px; }
  .thankyou-page .btn {
    padding: 12px 32px;
    background: #F1D02B;
    color: #fff;
    font-weight: 700;
    border: 1px solid #F1D02B;
    display: inline-block;
    border-radius: 26px;
    transition: .4s; }
    .thankyou-page .btn:hover {
      background: #fff;
      color: #F1D02B; }
  @media screen and (max-width: 640px) {
    .thankyou-page .thankyou-content {
      padding-top: 90px;
      padding-bottom: 70px;
      text-align: center;
      padding-left: 15px;
      padding-right: 15px; }
    .thankyou-page .thanks img {
      max-width: 200px; } }

.organization .organization-description {
  font-size: 16px;
  font-weight: 500;
  color: #333; }
  .organization .organization-description a {
    color: #333;
    font-size: 16px;
    font-weight: 900; }

.organization .organization-label {
  font-size: 16px;
  font-weight: 400;
  color: #857A7A; }

.hidden {
  display: none; }

.popup-calendar-wrapper {
  display: none;
  position: fixed;
  width: 900px;
  background: #fff;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11111;
  height: calc(100vh - 60px);
  max-height: 700px;
  overflow-y: scroll; }
  .popup-calendar-wrapper .calendar-wrapper {
    padding-top: 36px;
    position: relative; }
    .popup-calendar-wrapper .calendar-wrapper .calendar-title {
      font-size: 25px;
      margin-bottom: 0; }
    .popup-calendar-wrapper .calendar-wrapper .calendar-description {
      font-size: 16px;
      color: #7a7a7a;
      margin-bottom: 32px; }
    .popup-calendar-wrapper .calendar-wrapper .close-calendar {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 20px;
      height: 20px;
      cursor: pointer; }

.calendar-inner {
  max-width: 490px; }
  .calendar-inner .days-names {
    display: flex; }
    .calendar-inner .days-names .item {
      text-align: center;
      font-weight: 700;
      color: #333;
      margin-bottom: 10px;
      width: 64px;
      margin-right: 3px; }
  .calendar-inner .days-grid {
    display: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .calendar-inner .days-grid .day-item {
      cursor: pointer;
      min-width: 64px;
      min-height: 64px;
      margin-right: 3px;
      margin-bottom: 3px;
      border-radius: 6px;
      background: #f9f9f9;
      padding: 9px;
      text-align: right;
      font-size: 12px;
      font-weight: 700; }
      .calendar-inner .days-grid .day-item.disabled {
        background: #fff3f3;
        color: #ccc;
        cursor: not-allowed; }
      .calendar-inner .days-grid .day-item.active {
        background: url("../images/mini-logo.svg") #F1D02B;
        background-repeat: no-repeat;
        background-size: 25px auto;
        background-position: 6px 34px; }

.pseudo-select-wrapper {
  position: relative; }
  .pseudo-select-wrapper .list {
    display: none;
    background: #fff;
    border: 1px solid #ccc; }
  .pseudo-select-wrapper .select-value {
    margin-bottom: 14px;
    max-width: 300px;
    position: relative;
    font-size: 30px;
    color: #F1D02B;
    cursor: pointer; }
  .pseudo-select-wrapper .list {
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 300px;
    z-index: 111; }
    .pseudo-select-wrapper .list .month-switcher {
      padding: 6px;
      font-size: 16px;
      cursor: pointer;
      border-bottom: 1px solid #ccc; }
      .pseudo-select-wrapper .list .month-switcher:last-child {
        border-bottom: none; }

.day-content-wrapper {
  width: 230px; }

.two-columns-wrap {
  display: flex; }

.day-content-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 30px; }
  .day-content-wrapper .time-item {
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #333;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 18px;
    margin-bottom: 15px;
    cursor: pointer; }
    .day-content-wrapper .time-item.disabled {
      color: #ccc;
      background: #fff3f3;
      cursor: not-allowed; }
    .day-content-wrapper .time-item.active {
      background: #F1D02B; }

#select-value {
  background: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 165px 17px;
  border-radius: 24px;
  padding: 0 24px;
  border: 2px solid #F1D02B;
  max-width: 200px;
  width: 100%; }

#list-js {
  left: 20px;
  top: 100%;
  left: 20px;
  width: 100%;
  max-width: 160px; }

.white-calendar-wrap {
  padding-left: 80px;
  padding-right: 80px; }

.bottom-calendar-form {
  background: #255A6C;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 40px;
  padding-top: 40px; }
  .bottom-calendar-form form {
    display: flex;
    justify-content: space-between; }
    .bottom-calendar-form form input {
      width: calc(33.3% - 4px);
      height: 40px;
      font-size: 14px;
      line-height: 1;
      padding: 13px 16px;
      border-radius: 24px;
      color: #333; }
      .bottom-calendar-form form input::placeholder {
        color: #bfbfbf; }
      .bottom-calendar-form form input[type="submit"] {
        background: #F1D02B;
        color: #fff;
        border: 2px solid #F1D02B;
        font-weight: 700; }
        .bottom-calendar-form form input[type="submit"]:hover {
          background: #fff;
          color: #F1D02B; }

@media screen and (max-width: 640px) {
  .white-calendar-wrap {
    padding-left: 15px;
    padding-right: 15px; }

  .calendar-inner .days-grid .day-item {
    min-width: 44px;
    min-height: 44px;
    margin-right: 2px; }

  .calendar-inner .days-names .item {
    min-width: 44px;
    max-width: 44px;
    margin-right: 2px; }

  .days-grid-wrapper {
    max-width: 340px; }

  .calendar-inner .days-grid .day-item.active {
    background: url(../images/mini-logo.svg) #c4d600;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 6px 20px; }

  .two-columns-wrap {
    flex-direction: column; }

  .day-content-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px; }

  .popup-calendar-wrapper {
    width: 100%; }

  .bottom-calendar-form {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .bottom-calendar-form form {
      flex-direction: column; }
      .bottom-calendar-form form input {
        margin-bottom: 14px;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: a; } }
.video-full {
  margin-bottom: 0; }

@media screen and (max-width: 640px) {
  .section-title {
    max-width: 100% !important;
    text-align: center !important; }

  .hero-upper-title {
    margin-bottom: 0; }

  .additional-title {
    font-size: 19px;
    margin-bottom: 3px;
    color: #fff; }

  .hero .button {
    width: 100%;
    margin-right: 0; }

  .timeline .section-headline {
    margin-top: 44px; }

  .organization {
    padding-bottom: 0; } }
@media screen and (min-width: 640px) {
  header .menu {
    justify-content: flex-start; }

  header .upper-row .phone {
    margin-top: 9px; }

  header .upper-row .phone,
  header .menu li a,
  header {
    color: #333;
    font-weight: 600; }

  header .grid-x > .large-4 {
    width: 200px; }

  header .upper-row {
    justify-content: flex-start;
    padding-left: 80px; }
    header .upper-row .button {
      font-size: 16px !important;
      padding-top: 12px;
      padding-bottom: 12px;
      text-transform: none; }

  header .logo path {
    fill: #F1D02B; }

  .hero .hero-upper-title,
  .hero .hero-down-title,
  .hero .hero-title {
    color: #35393A; }

  .additional-title {
    color: #F1D02B; }

  .hero .hero-upper-title, .hero .hero-down-title, .hero .hero-title {
    max-width: 540px; } }
.hero .hero-upper-title {
  position: relative;
  width: fit-content; }
  .hero .hero-upper-title .addition {
    content: '';
    display: inline-block;
    padding: 4px 8px;
    background: #F1D02B;
    color: #255A6C; }

.form-wrapper {
  display: none;
  max-width: 380px;
  background: #F1D02B;
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1111;
  padding: 70px 20px;
  text-align: center;
  border-radius: 30px; }
  .form-wrapper h4 {
    margin-bottom: 18px;
    position: relative; }
  .form-wrapper input {
    background: rgba(255, 255, 255, 0.7);
    padding: 8px 20px;
    color: #333;
    border-radius: 30px;
    font-size: 16px;
    border: none;
    transition: .4s; }
    .form-wrapper input:focus, .form-wrapper input:active {
      border: none;
      outline: none;
      background: rgba(255, 255, 255, 0.9); }
    .form-wrapper input[type="submit"] {
      background: #35393A;
      color: #fff;
      padding: 13px 40px;
      border: 2px solid #35393A; }
      .form-wrapper input[type="submit"]:hover {
        background: transparent;
        color: #35393A; }
    .form-wrapper input::placeholder {
      color: #333; }
  .form-wrapper .close-popup {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: -50px;
    cursor: pointer; }
    .form-wrapper .close-popup:hover path {
      fill: #255A6C; }
    .form-wrapper .close-popup svg {
      max-width: 100%;
      max-height: 100%;
      transition: .4s; }
    .form-wrapper .close-popup path {
      fill: #fff;
      transition: .4s; }

.footer-wrapper {
  display: flex; }

.footer {
  padding-bottom: 50px; }
  .footer .logo {
    margin-bottom: 0; }
  .footer .logo-description {
    margin-left: 14px;
    max-width: 100px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2; }

.footer-right {
  justify-content: flex-end; }
  .footer-right .number {
    color: #fff;
    font-weight: 700; }
  .footer-right .phone-wrapper {
    margin-right: 60px; }

.footer-left,
.footer-right {
  width: 50%;
  display: flex;
  align-items: center; }

.organization .organization-description {
  color: #6D6D6D; }

.hero-bg1,
.hero-bg2,
.hero-bg3 {
  z-index: -1; }

@media screen and (max-width: 640px) {
  .video-gallery .video-gallery-wrapper {
    display: block; }
    .video-gallery .video-gallery-wrapper img {
      object-fit: fill; }

  #organization {
    padding-top: 50px; }
    #organization .decor-image-wrapper {
      display: none; }
    #organization .org-image {
      width: 100%; }

  body {
    max-width: 100%;
    overflow-x: hidden !important; }

  .hero-bg1,
  .hero-bg2,
  .hero-bg3,
  header .phone {
    display: none; }

  .timeline {
    padding-bottom: 40px; }

  .reasons {
    padding-top: 30px;
    padding-bottom: 50px; }
    .reasons .subtitle {
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 500;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
    .reasons .three-cols-wrapper {
      flex-direction: column;
      margin-bottom: 24px; }
    .reasons .description-2 {
      text-align: left;
      font-size: 14px;
      margin-bottom: 24px; }
    .reasons .three-cols-item {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5px;
      max-width: 330px;
      width: 100%;
      display: flex;
      align-items: center;
      padding: 20px; }
      .reasons .three-cols-item .content {
        margin-top: 0;
        margin-left: 20px;
        text-align: left; }

  .hero {
    min-height: 660px;
    padding-top: 190px;
    padding-bottom: 130px;
    background: url("../images/mobile-hero.jpg");
    background-size: cover;
    background-position: center center; }
    .hero .hero-upper-title {
      max-width: 300px;
      font-size: 19px;
      margin-bottom: 10px;
      font-weight: 700; }
    .hero .hero-title {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 10px; }
    .hero .hero-down-title {
      color: #35393A;
      font-weight: 500;
      font-size: 19px;
      max-width: 290px;
      margin-bottom: 20px; }
    .hero .button {
      padding: 18px 40px;
      width: fit-content; }
    .hero .additional-title {
      font-size: 22px;
      font-weight: 900;
      margin-bottom: 10px; }

  .menu-block {
    position: static; }

  .menu-block #menu {
    display: none;
    left: 0;
    right: 0;
    top: 60px;
    width: 100%; }
    .menu-block #menu li a {
      font-weight: 600;
      padding: 14px; }

  header {
    padding-top: 10px; }
    header .logo-descriptor {
      color: #35393A;
      font-size: 12px;
      margin-left: 5px; }
    header .mobile-menu-toggler {
      top: 13px; }
    header .logo a {
      padding-top: 2px; }

  .reasons {
    background: rgba(9, 98, 121, 0.1);
    padding-bottom: 30px; }
    .reasons .description-3 {
      text-align: left; }

  .two-cols-wrapper .two-cols-item {
    background: transparent;
    box-shadow: none;
    width: auto;
    height: auto;
    padding-right: 0;
    align-items: flex-start;
    margin-bottom: 34px; }

  .two-cols-wrapper {
    margin-bottom: 0; }

  .two-cols-wrapper .two-cols-item .number {
    background: #fff;
    min-width: 44px;
    height: 44px;
    font-size: 30px; }

  .welcome {
    padding-top: 44px;
    padding-bottom: 44px;
    overflow-x: hidden; }
    .welcome .image-wrapper-decor {
      margin-bottom: 50px; }
    .welcome .image-wrapper.align-image-start {
      transform: translateX(40px); }
    .welcome .subtitle {
      font-size: 18px;
      margin-bottom: 34px; }
    .welcome .image-wrapper {
      margin-bottom: 14px; }
    .welcome h3.section-title {
      max-width: 300px !important;
      margin-left: auto;
      margin-right: auto; }

  .plans {
    padding-top: 30px;
    padding-bottom: 50px; }
    .plans .section-title {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 12px; }
    .plans .image-wrapper {
      margin-bottom: 30px; }
    .plans .button-wrapper {
      margin-top: 30px; }
      .plans .button-wrapper .button {
        padding: 18px;
        width: 100%; }

  .speakers {
    padding-top: 55px;
    padding-bottom: 55px; }
    .speakers .image-wrapper {
      margin-bottom: 34px; }

  .organization.univer {
    padding-top: 30px;
    padding-bottom: 50px; }

  .opportunities .subtitle {
    margin-bottom: 28px !important;
    font-size: 20px; }
  .opportunities .two-cols-wrapper .two-cols-item {
    margin-bottom: 20px;
    color: #35393A; }

  .organization.univer .image-wrapper-decor {
    margin-bottom: 30px; }

  .univer .organization-feature {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #857A7A;
    min-height: 54px;
    padding: 8px 24px;
    margin-bottom: 4px; }
    .univer .organization-feature .organization-label {
      font-weight: 700;
      font-size: 14px; }
    .univer .organization-feature:last-of-type {
      display: none; }

  .univer .organization-feature {
    width: 100%;
    display: flex; }

  .organization.univer .organization-value,
  .organization.univer .inner-wrap {
    font-size: 20px !important; }

  .organization.univer .organization-value {
    min-width: 100px; }

  .univer-galleries {
    padding-top: 44px; }
    .univer-galleries .subtitle {
      margin-bottom: 38px; }

  .univer-gallery-wrapper {
    max-width: 290px; }

  .slick-prev,
  .slick-next {
    width: 24px;
    height: 24px; }

  .slick-next {
    right: -40px !important; }

  .slick-prev {
    left: -40px !important; }

  .univer-gallery-wrapper .univer-gallery-item {
    padding: 0;
    padding-left: 2px;
    padding-right: 2px;
    height: 214px; }

  .video-gallery .video-gallery-wrapper {
    margin-bottom: 40px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }

  .video-gallery {
    padding-top: 0;
    padding-bottom: 50px; }
    .video-gallery .subtitle {
      margin-bottom: 24px; }

  .video-gallery .video-gallery-wrapper svg {
    width: 46px;
    height: 46px; }

  .video-gallery .video-gallery-item {
    max-width: inherit; }

  .video-gallery-wrapper .play-ptn img {
    height: 214px; }

  #schools {
    padding-top: 40px; }

  .just-logos {
    margin-bottom: 40px; }

  .single-button {
    margin-bottom: 60px;
    padding-bottom: 0; }

  .footer-left,
  .footer-right,
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%; }

  .footer .logo {
    margin-bottom: 10px; }
  .footer .button {
    color: #fff; }
  .footer .phone-wrapper {
    margin-right: 0;
    margin-bottom: 10px; }
  .footer .logo-description {
    max-width: inherit;
    margin-right: 0;
    margin-bottom: 16px; } }
.hero:before {
  display: none; }

.hero .grid-container {
  position: static; }

@media screen and (min-width: 640px) {
  .mobile-menu-toggler {
    display: none; }

  .header-menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }

  .menu-block #menu {
    position: static;
    width: auto;
    display: flex;
    background: transparent; }
    .menu-block #menu li {
      border-bottom: none;
      margin-right: 30px;
      display: flex;
      align-items: center; }
      .menu-block #menu li:last-of-type a {
        border: 1px solid #35393A;
        border-radius: 5px;
        padding: 5px 10px; }
      .menu-block #menu li a {
        color: #35393A;
        font-weight: 500;
        font-size: 16px;
        padding: 0; }
        .menu-block #menu li a:hover {
          background: transparent;
          color: #F1D02B; }

  header {
    position: static; }
    header .logo {
      max-width: 100%;
      width: 100%; }
      header .logo svg {
        width: 100%;
        height: auto; } }
.prof-hero {
  padding-top: 129px;
  overflow: hidden;
  min-height: 832px; }
  .prof-hero .upper-title {
    font-size: 30px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    margin-bottom: 28px; }
  .prof-hero .title {
    margin-bottom: 28px; }
  .prof-hero .cell {
    position: relative; }
    .prof-hero .cell .hero-prof-image {
      position: absolute;
      width: 809px;
      height: 721px;
      top: -126px;
      left: 100%;
      min-width: 809px;
      object-fit: contain; }

.section-title {
  font-size: 48px;
  margin-bottom: 29px;
  color: #35393A; }

.for-who {
  background: #F9F7EE;
  padding: 70px 0 40px 0; }
  .for-who .for-who-item {
    margin-bottom: 30px; }
  .for-who .for-who-title {
    color: #35393A;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .for-who .for-who-subtitle {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 500;
    color: #35393A;
    text-align: center;
    line-height: 1.2; }
  .for-who .for-who-image {
    height: 295px;
    text-align: center;
    position: relative;
    margin-bottom: 26px; }
    .for-who .for-who-image:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 255px;
      background: url("../img/Dec-bg-logo.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      z-index: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .for-who .for-who-image img {
      max-height: 100%;
      position: relative;
      z-index: 1;
      max-width: 100%; }

.do-you-know {
  padding-top: 120px;
  padding-bottom: 100px; }
  .do-you-know .section-title {
    margin-bottom: 28px; }
  .do-you-know .do-you-know-row {
    border: 2px solid #F1D51C;
    background: #F9F7EE;
    box-shadow: 0px 4px 10px rgba(173, 173, 173, 0.25);
    border-radius: 20px;
    padding: 50px 110px 40px 110px;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between; }
  .do-you-know .do-you-know-number {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 900;
    color: #35393A;
    text-align: center; }
  .do-you-know .do-you-know-title {
    color: #35393A;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600; }
  .do-you-know .do-you-know-content {
    color: #35393A;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    max-width: 167px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2; }
  .do-you-know .annotation {
    margin-top: 38px;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .do-you-know .annotation h5 {
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 0;
      color: #18191F; }
    .do-you-know .annotation p {
      color: #18191F;
      line-height: 1.3;
      font-size: 18px;
      font-weight: 400; }

.what-about {
  padding-bottom: 130px; }
  .what-about .section-title {
    margin-bottom: 50px; }
  .what-about-text {
    min-height: 225px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 15px;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #35393A;
    padding: 33px 44px 30px 24px;
    position: relative; }
    .what-about-text:after {
      position: absolute;
      background: url("../img/Check.svg");
      content: '';
      width: 120px;
      height: 120px;
      display: block;
      right: 15px;
      bottom: 15px; }

.how-became {
  padding: 80px 0;
  background: #F1D02B; }
  .how-became img {
    max-width: 470px; }
  .how-became .section-title {
    margin-bottom: 40px; }
  .how-became .button {
    margin-top: 20px; }
    .how-became .button span {
      background: url("../img/light-button-border.png");
      background-size: 100% 100%; }
    .how-became .button:after {
      background: #F8ECB3; }
  .how-became-grid {
    display: flex;
    flex-wrap: wrap; }
    .how-became-grid-text {
      color: #18191F;
      font-size: 16px;
      font-weight: 700;
      max-width: 250px; }
    .how-became-grid-number {
      margin-bottom: 5px;
      color: #fff;
      font-size: 55px;
      line-height: 1.1;
      font-weight: 900;
      width: 34px;
      position: relative; }
      .how-became-grid-number:after {
        content: '';
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: block;
        position: absolute;
        right: -41px;
        background: #fff;
        top: 0;
        bottom: 0;
        margin: auto; }
      .how-became-grid-number:before {
        content: '';
        width: 152px;
        height: 1px;
        display: block;
        position: absolute;
        left: 95px;
        background: url("../img/Line Indicator.svg");
        top: 0;
        bottom: 0;
        right: auto;
        margin: auto; }
    .how-became-grid-item {
      width: 50%;
      margin-bottom: 30px; }

.prof-program {
  padding-top: 100px;
  padding-bottom: 150px; }
  .prof-program .section-title {
    margin-bottom: 26px; }
  .prof-program .subdate {
    font-weight: 700;
    color: #35393A;
    font-size: 35px;
    margin-bottom: 55px; }
  .prof-program .program-schedule-wrapper {
    min-height: 150px;
    position: relative; }
    .prof-program .program-schedule-wrapper:after {
      content: '';
      width: 24px;
      height: 24px;
      background: #F1D02B;
      display: block;
      top: 0;
      left: calc(50% - 12px);
      border-radius: 50%;
      position: absolute; }
    .prof-program .program-schedule-wrapper:before {
      content: '';
      width: 120px;
      height: 2px;
      background: url("../img/yellowLine Indicator.png");
      display: block;
      top: 22px;
      left: calc(50% - 57px);
      border-radius: 50%;
      position: absolute;
      transform: rotate(90deg) translate(50%, 100%); }
    .prof-program .program-schedule-wrapper:nth-child(odd) {
      padding-right: 50%; }
      .prof-program .program-schedule-wrapper:nth-child(odd) .program-schedule-content,
      .prof-program .program-schedule-wrapper:nth-child(odd) .program-schedule-time {
        margin-left: 100px; }
    .prof-program .program-schedule-wrapper .program-schedule-time {
      max-width: 427px;
      text-align: center;
      color: #35393A;
      background: #F1D51C;
      border-radius: 15px;
      font-weight: 900;
      padding: 7px;
      font-size: 20px;
      margin-bottom: 14px; }
    .prof-program .program-schedule-wrapper .program-schedule-content {
      padding-left: 27px;
      max-width: 420px; }
      .prof-program .program-schedule-wrapper .program-schedule-content h6 {
        margin-bottom: 3px;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 3px;
        font-family: "Lato", sans-serif;
        color: #35393A; }
      .prof-program .program-schedule-wrapper .program-schedule-content p {
        color: #35393A;
        font-size: 14px; }
        .prof-program .program-schedule-wrapper .program-schedule-content p strong {
          font-weight: 700; }
    .prof-program .program-schedule-wrapper:nth-child(even) {
      padding-left: 50%; }
      .prof-program .program-schedule-wrapper:nth-child(even) .program-schedule-content,
      .prof-program .program-schedule-wrapper:nth-child(even) .program-schedule-time {
        margin-left: 60px; }
  .prof-program .program-schedule {
    margin-bottom: 60px; }
  .prof-program .show-all-prog {
    margin-left: auto;
    display: inline-block;
    margin-right: auto;
    position: relative;
    background: transparent;
    padding: 0; }
    .prof-program .show-all-prog:hover {
      background: transparent !important; }
      .prof-program .show-all-prog:hover:after {
        transform: none; }
    .prof-program .show-all-prog:after {
      transition: .4s;
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      transform: translate(8px, 8px);
      min-height: 62px;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(241, 208, 43, 0.3); }
    .prof-program .show-all-prog span {
      position: relative;
      z-index: 11;
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      padding: 22px 38px;
      color: #35393A;
      background: url("../img/Rectangle-bu.png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      display: block;
      min-width: 300px; }

.speakers-block {
  position: relative; }
  .speakers-block .grid-container {
    position: relative;
    z-index: 11; }
  .speakers-block .grid-x {
    min-height: 628px; }
  .speakers-block .section-title {
    margin-bottom: 0; }
  .speakers-block .large-3 {
    display: flex;
    height: 100%;
    min-height: 100%;
    align-items: center; }
  .speakers-block:after {
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(50vw - 95px);
    position: absolute;
    content: '';
    background: #F1D02B; }
  .speakers-block:before {
    height: calc(100% - 64px);
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    left: auto;
    width: calc(50vw + 95px);
    position: absolute;
    content: '';
    box-shadow: 0px 0px 40px rgba(212, 217, 232, 0.39);
    z-index: 1; }
  .speakers-block-slider-item-image {
    height: 430px;
    width: 286px;
    object-fit: contain; }
  .speakers-block-slider-item-inner {
    display: flex;
    align-items: center; }
  .speakers-block-slider-item-content {
    padding-left: 48px; }
  .speakers-block h4, .speakers-block h5 {
    font-family: 'Lato', sans-serif; }
  .speakers-block h4 {
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 12px; }
  .speakers-block h5 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px; }
  .speakers-block ul {
    margin-top: 35px;
    list-style: none;
    max-width: 475px; }
    .speakers-block ul li {
      padding-left: 23px;
      position: relative;
      margin-bottom: 18px;
      font-size: 16px;
      color: #454545; }
      .speakers-block ul li:after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        top: 8px;
        background: #F1D02B;
        border-radius: 50%;
        left: 0; }
  .speakers-block .slick-prev {
    left: auto;
    right: 65px;
    top: auto;
    bottom: 0;
    background: url("../img/arrow-left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 27px; }
  .speakers-block .slick-next {
    left: auto;
    right: 0px;
    width: 15px;
    height: 27px;
    top: auto;
    bottom: 0;
    background: url("../img/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.parthners-block {
  padding-top: 80px;
  padding-bottom: 90px; }
  .parthners-block .section-title {
    margin-bottom: 10px; }
  .parthners-block-item {
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 20px;
    margin: 40px 13px;
    min-height: 525px; }
  .parthners-block .slick-list.draggable {
    padding-left: 0;
    padding-right: 0; }
  .parthners-block .parthners-block-item-image {
    height: 192px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden; }
    .parthners-block .parthners-block-item-image > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .parthners-block .parthners-block-item-logo {
    position: absolute;
    width: 116px;
    height: 64px;
    background: #F1D02B;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .parthners-block .parthners-block-item-logo img {
      max-height: 50px;
      max-width: 106px; }
  .parthners-block .parthners-block-item-content h5 {
    margin-top: 12px;
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
    margin-left: 16px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    margin-right: 18px; }
  .parthners-block .parthners-block-item-content p {
    color: #454545;
    margin-left: 16px;
    margin-right: 18px;
    font-size: 14px; }
  .parthners-block .button {
    display: inline-block;
    margin-top: 80px; }
  .parthners-block .slick-dots li button {
    background: #F1D02B;
    opacity: .24; }
  .parthners-block .slick-dots .slick-active button {
    opacity: 1; }
  .parthners-block .slick-prev {
    left: -40px;
    top: 0;
    bottom: 0;
    background: url("../img/arrow-left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 36px;
    margin: auto; }
  .parthners-block .slick-next {
    margin: auto;
    left: auto;
    right: -40px;
    top: 0;
    width: 20px;
    height: 36px;
    bottom: 0;
    background: url("../img/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.get-know {
  padding-top: 80px;
  padding-bottom: 95px;
  background: #F9F7EE; }
  .get-know .section-title {
    margin-bottom: 80px; }
  .get-know .get-know-text {
    padding-left: 56px;
    display: flex;
    align-items: center;
    padding-right: 30px;
    margin-bottom: 25px;
    color: #35393A;
    font-size: 16px;
    font-weight: 600; }
    .get-know .get-know-text:before {
      display: block;
      content: '';
      width: 56px;
      height: 56px;
      min-height: 56px;
      min-width: 56px;
      background: url("../img/Check.svg");
      background-size: contain;
      margin-right: 33px; }

@media screen and (max-width: 640px) {
  .prof-hero .cell .hero-prof-image {
    position: static;
    order: 1;
    max-width: 100% !important;
    min-width: auto;
    height: auto;
    margin-bottom: 20px; }

  .prof-hero .cell {
    display: flex;
    flex-direction: column; }
    .prof-hero .cell .upper-title,
    .prof-hero .cell .title,
    .prof-hero .cell a {
      order: 2; }

  .prof-hero {
    padding-top: 100px;
    min-height: auto;
    padding-bottom: 60px; }
    .prof-hero .upper-title {
      font-size: 18px;
      margin-bottom: 14px; }

  .button {
    padding: 0; }

  .button:after {
    height: 60px;
    min-height: auto; }

  .for-who {
    padding-top: 40px; }

  .section-title {
    font-size: 34px; }

  .for-who .for-who-subtitle {
    font-size: 18px;
    max-width: 280px; }

  .for-who .for-who-title {
    margin-bottom: 0; }

  .do-you-know {
    padding-top: 60px;
    padding-bottom: 60px; }

  .do-you-know .do-you-know-row {
    flex-direction: column;
    padding: 35px 30px 20px 30px; }

  .do-you-know-row-item {
    margin-bottom: 20px; }

  .do-you-know .do-you-know-number {
    font-size: 46px; }

  .do-you-know .annotation p {
    font-size: 16px; }

  .what-about .section-title {
    margin-bottom: 35px; }

  .what-about-text {
    min-height: 170px; }

  .what-about-text:after {
    width: 80px;
    height: 80px;
    background-size: contain; }

  .what-about {
    padding-bottom: 60px; }

  .how-became img {
    max-width: 100%;
    margin-bottom: 20px; }

  .how-became {
    padding: 50px 0; }

  .how-became .section-title {
    margin-bottom: 30px;
    font-size: 28px; }

  .how-became-grid-text {
    padding-right: 5px; }

  .prof-program {
    padding-top: 50px;
    padding-bottom: 50px; }
    .prof-program .section-title {
      font-size: 28px;
      margin-bottom: 0; }
    .prof-program .subdate {
      font-size: 20px;
      margin-bottom: 35px; }

  .program-schedule-wrapper {
    padding: 0 !important; }

  .prof-program .program-schedule-wrapper:nth-child(even) .program-schedule-content, .prof-program .program-schedule-wrapper:nth-child(even) .program-schedule-time,
  .prof-program .program-schedule-wrapper:nth-child(odd) .program-schedule-content, .prof-program .program-schedule-wrapper:nth-child(odd) .program-schedule-time {
    margin-left: 35px !important; }

  .prof-program .program-schedule-wrapper:after {
    left: 0px !important; }

  .prof-program .program-schedule-wrapper:before {
    left: -45px; }

  .prof-program .program-schedule {
    margin-bottom: 35px; }

  .speakers-block-slider-item-inner {
    flex-direction: column; }

  .speakers-block {
    margin-top: 40px; }
    .speakers-block .section-title {
      margin-bottom: 30px; }

  .speakers-block:after {
    right: 0;
    width: 100%;
    top: -30px;
    height: 380px; }

  .speakers-block:before {
    display: none; }

  .speakers-block-slider-item-content {
    padding-left: 0;
    padding-top: 25px; }

  .speakers-block ul {
    margin-top: 20px;
    list-style: none;
    max-width: 475px;
    margin-left: 0; }

  .parthners-block {
    padding-top: 40px;
    padding-bottom: 50px; }

  .slick-prev {
    left: -5px !important;
    width: 15px !important; }

  .slick-next {
    right: -5px !important;
    width: 15px !important; }

  .slick-arrow {
    z-index: 11111;
    width: 15px !important; }

  .get-know {
    padding: 50px 0; }
    .get-know .section-title {
      font-size: 28px;
      margin-bottom: 35px; }

  .get-know .get-know-text {
    padding-left: 0;
    padding-right: 0; }

  .get-know .get-know-text:before {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-right: 17px; }

  .organization .section-title {
    font-size: 26px; }

  .footer-menu {
    display: none !important; }

  .footer svg {
    max-width: 100%; }

  header .logo svg {
    height: 50px; }

  header .logo a {
    max-width: 180px; }

  header .mobile-menu-toggler {
    top: 25px; } }
.speakers-block .slick-prev {
  z-index: 111111; }

@media screen and (min-width: 640px) {
  .hero-prof-image {
    max-height: calc(100vh - 100px) !important; }

  .what-about-text::after {
    width: 100px;
    height: 100px;
    background-size: cover; } }
@media screen and (max-width: 640px) {
  .what-about-text {
    padding-bottom: 80px; }

  .prof-hero .cell .hero-prof-image {
    order: 2;
    margin-top: 50px; }

  .button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content; }

  .speakers-block .section-title {
    width: 100%;
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
