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

body {
  margin: 0;
  padding: 0;
  background-color: #333333;
  font-family: "Lato", sans-serif;
}

.bg-container {
  width: 1008px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #41257d;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 180px 0 0;
  background: url("../img/header--bg--transparent.png") no-repeat;
  background-size: 120%;
  background-position: center -120px;
}

.header__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header__logo__merck {
  max-width: 350px;
  margin-bottom: 32px;
}

.header__logo__app {
  max-width: 665px;
}

.header__phone {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.header__phone img {
  width: 718px;
  height: 601px;
  margin-top: 20px;
  margin-right: 20px;
}

.development {
  margin-top: -150px;
}

.development__intro {
  display: flex;
  margin-bottom: 120px;
  margin-left: 100px;
}

.development__logo {
  width: 290px;
  height: 160px;
}

.development__text {
  margin-top: 105px;
  margin-left: -100px;
}

.development__text__title {
  color: #eb3c96;
  font-size: 60px;
  font-weight: 700;
}

.development__text__subheading {
  color: #eb3c96;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
}

.development__text__desc {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  max-width: 350px;
}

.development__numbers {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}

.development__numbers__item__stat {
  color: #d7c302;
  font-size: 111px;
  font-weight: 900;
}

.development__numbers__item__desc {
  color: #ee3897;
  font-size: 48px;
  font-weight: 300;
}

.app-sections {
  min-height: 3500px;
  background: url("../img/app-sections-bg.png") no-repeat;
  background-size: cover;
}

.app-sections__desc {
  font-size: 20px;
  letter-spacing: 0.86px;
  color: #41257d;
  font-size: 18px;
}

.app-sections__agenda {
  display: flex;
}
.app-sections__agenda .app-sections__agenda__screens {
  width: 70%;
  position: relative;
}
.app-sections__agenda .app-sections__agenda__screens img:nth-child(1) {
  width: 521px;
  height: 930px;
  margin-top: 70px;
  margin-left: 80px;
  position: relative;
}
.app-sections__agenda .app-sections__agenda__screens img:nth-child(2) {
  width: 464px;
  height: 946px;
  position: absolute;
  top: 240px;
  left: 320px;
}
.app-sections__agenda .app-sections__desc {
  max-width: 270px;
  margin-top: 160px;
  margin-left: -70px;
}

.app-sections__chat {
  margin-top: 110px;
}
.app-sections__chat .app-sections__desc {
  width: 600px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: 280px;
}
.app-sections__chat .app-sections__chat__screens {
  width: 100%;
  height: 557px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 200px;
  margin-left: 60px;
}
.app-sections__chat .app-sections__chat__screens .app-sections__chat__screens__bg {
  position: absolute;
  top: 0;
  left: 34%;
  height: 557px;
  width: 100%;
  background: url("../img/app-sections-chat-bg.png") no-repeat;
  background-size: 318px 557px;
}
.app-sections__chat .app-sections__chat__screens .conversation-cloud__text {
  font-weight: 600;
  letter-spacing: 0.65px;
  font-size: 17px;
  line-height: 24px;
}
.app-sections__chat .app-sections__chat__screens .conversation-cloud {
  z-index: 2;
}
.app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(2) {
  background: url("../img/conversation-cloud-1.png") no-repeat;
  background-size: 426px 200px;
  width: 426px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
.app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(2) .conversation-cloud__text {
  margin-top: -20px;
  max-width: 60%;
  color: #fff;
}
.app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(3) {
  background: url("../img/conversation-cloud-2.png") no-repeat;
  background-size: 500px 220px;
  width: 500px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(3) .conversation-cloud__text {
  max-width: 65%;
  color: #41257d;
  margin-top: -14px;
}
.app-sections__chat .app-sections__chat__screen-zoom {
  position: absolute;
  bottom: -160px;
}
.app-sections__chat .app-sections__chat__screen-zoom img {
  width: 500px;
}

.app-sections__org-team {
  display: flex;
  flex-direction: column;
}
.app-sections__org-team .app-sections__desc {
  width: 305px;
  align-self: flex-end;
  margin-top: 20px;
  margin-right: 63px;
}
.app-sections__org-team .app-sections__org-team__screens {
  width: 70%;
  position: relative;
  margin-left: 40px;
  margin-top: -135px;
}
.app-sections__org-team .app-sections__org-team__screens img:nth-child(1) {
  width: 499px;
  height: 886px;
  margin-top: 70px;
  margin-left: 40px;
  position: relative;
}
.app-sections__org-team .app-sections__org-team__screens img:nth-child(2) {
  width: 484px;
  height: 946px;
  position: absolute;
  top: 280px;
  left: 220px;
  z-index: 2;
}

.app-icons {
  background: url("../img/screen-app-icons.png") no-repeat center;
  background-size: cover;
}

.chat-org-team {
  background: url("../img/screen-chat-org-team.png") no-repeat center;
  background-size: cover;
}

.quiz {
  background: url("../img/screen-quiz.png") no-repeat center;
  background-size: cover;
}

.agenda-day {
  background: url("../img/screen-agenda-day.png") no-repeat center;
  background-size: cover;
}

.floor-plan {
  background: url("../img/screen-floor-plan.png") no-repeat center;
  background-size: cover;
}

.contacts {
  background: url("../img/screen-contacts.png") no-repeat center;
  background-size: cover;
}

.departure {
  background: url("../img/screen-departure.png") no-repeat center;
  background-size: cover;
}

.app-menu {
  background: url("../img/screen-app-menu.png") no-repeat center;
  background-size: cover;
}

.movies {
  background: url("../img/screen-movies.png") no-repeat center;
  background-size: cover;
}

.conversation {
  background: url("../img/screen-conversation.png") no-repeat center;
  background-size: cover;
}

.building {
  background: url("../img/screen-building.png") no-repeat center;
  background-size: cover;
}

.agenda {
  background: url("../img/screen-agenda.png") no-repeat center;
  background-size: cover;
}

.screens {
  display: flex;
  justify-content: flex-end;
  margin-top: -1170px;
  z-index: 2;
}

.screens__col {
  margin-right: 24px;
}

.screens__col:nth-child(1) {
  margin-top: 750px;
}

.screens__col:nth-child(3) {
  margin-top: 162px;
}

.screens__single-screen {
  width: 157.7px;
  height: 279.3px;
  margin-bottom: 15px;
  z-index: 1;
}

.final-intro {
  display: flex;
  flex-direction: column;
  margin-top: -740px;
}

.final-intro__ipads {
  width: 60%;
  margin-left: 130px;
  margin-top: -100px;
}
.final-intro__ipads .final-intro__ipads__item:nth-child(1) {
  z-index: 2;
  position: relative;
}
.final-intro__ipads .final-intro__ipads__item:nth-child(2) {
  margin-top: -160px;
  margin-left: 70px;
  z-index: 1;
}

.final-intro__desc {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  max-width: 320px;
  margin-left: 80px;
  margin-bottom: 20px;
}

.final-intro__desc:nth-child(2) {
  margin-bottom: 200px;
}

.final-intro__icons__title {
  font-weight: 700;
  font-size: 48px;
  color: #ee3897;
  margin-bottom: 60px;
  margin-right: 155px;
  margin-top: -80px;
  align-self: flex-end;
}

.final-intro__icons {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  padding-left: 60px;
}

.final-intro__icons__single-icon {
  width: 126px;
  height: 126px;
  margin-bottom: 70px;
}

.final-intro__icons__single-icon.space {
  grid-column-start: 1;
  grid-column-end: 4;
}

#plane {
  background: url("../img/plane--icon.png") no-repeat center;
  background-size: cover;
}

#list {
  background: url("../img/list--icon.png") no-repeat center;
  background-size: cover;
}

#info {
  background: url("../img/info--icon.png") no-repeat center;
  background-size: cover;
}

#play {
  background: url("../img/play--icon.png") no-repeat center;
  background-size: cover;
}

#taxi {
  background: url("../img/taxi--icon.png") no-repeat center;
  background-size: cover;
}

#question {
  background: url("../img/question--icon.png") no-repeat center;
  background-size: cover;
}

#qna {
  background: url("../img/qna--icon.png") no-repeat center;
  background-size: cover;
}

footer {
  background: url("../img/footer-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 610px;
}

.mobile-nav, .mobile-nav__menu, .mobile-nav__menu__bg {
  display: none;
}

[data-aos=always-appear-custom] {
  opacity: 0;
  transition-property: opacity;
}

[data-aos=always-appear-custom].aos-animate {
  opacity: 1;
}

[data-aos=blur-custom] {
  filter: blur(0px);
  transition-property: filter;
}

[data-aos=blur-custom].aos-animate {
  filter: blur(2px);
}

[data-aos=stretch-left-custom] {
  transform: scale(0);
  opacity: 0;
  transition-property: transform;
}

[data-aos=stretch-left-custom].aos-animate {
  transform: scale(1);
  opacity: 1;
}

[data-aos=appear-custom-left] {
  transform: translateX(-180%);
  opacity: 0;
  transition-property: transform;
}

[data-aos=appear-custom-left].aos-animate {
  transform: translateX(0);
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  [data-aos=appear-custom] {
    opacity: 0;
    transition-property: opacity;
  }

  [data-aos=appear-custom].aos-animate {
    opacity: 1;
  }

  [data-aos=appear-phone-left] {
    transform: translateX(-180%);
    opacity: 0;
    transition-property: transform;
  }

  [data-aos=appear-phone-left].aos-animate {
    transform: translateX(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 600px) {
  [data-aos=appear-phone-left] {
    transform: translateX(180%);
    opacity: 0;
    transition-property: transform;
  }

  [data-aos=appear-phone-left].aos-animate {
    transform: translateX(0);
    opacity: 1;
  }

  [data-aos=mobile-appear-left] {
    transform: translateX(100%);
    opacity: 0;
    transition-property: transform, opacity;
  }

  [data-aos=mobile-appear-left].aos-animate {
    transform: translateX(0);
    opacity: 1;
  }

  [data-aos=mobile-appear] {
    opacity: 0;
    transition-property: opacity;
  }

  [data-aos=mobile-appear].aos-animate {
    opacity: 1;
  }
}
@media only screen and (max-width: 780px) {
  .bg-container {
    width: 100%;
  }

  .development {
    margin-top: -50px;
  }

  .app-sections__agenda {
    display: flex;
  }
  .app-sections__agenda .app-sections__agenda__screens {
    margin-top: 160px;
    width: 70%;
    position: relative;
  }
  .app-sections__agenda .app-sections__agenda__screens img:nth-child(1) {
    width: 521px;
    height: 930px;
    margin-top: 70px;
    margin-left: 80px;
    position: relative;
  }
  .app-sections__agenda .app-sections__agenda__screens img:nth-child(2) {
    width: 464px;
    height: 946px;
    position: absolute;
    top: 240px;
    left: 320px;
  }
  .app-sections__agenda .app-sections__desc {
    max-width: 270px;
    margin-top: 180px;
    margin-left: -70px;
  }

  .app-sections__chat {
    margin-top: 110px;
  }
  .app-sections__chat .app-sections__desc {
    width: 600px;
    text-align: center;
    margin-bottom: 60px;
    margin-left: 100px;
  }
  .app-sections__chat .app-sections__chat__screens {
    width: 100%;
    height: 557px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 200px;
    margin-left: 0px;
  }
  .app-sections__chat .app-sections__chat__screens .app-sections__chat__screens__bg {
    position: absolute;
    top: 0;
    left: 34%;
    height: 557px;
    width: 100%;
    background: url("../img/app-sections-chat-bg.png") no-repeat;
    background-size: 318px 557px;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud__text {
    font-weight: 600;
    letter-spacing: 0.65px;
    font-size: 17px;
    line-height: 24px;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud {
    z-index: 2;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(2) {
    background: url("../img/conversation-cloud-1.png") no-repeat;
    background-size: 326px 200px;
    width: 326px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(2) .conversation-cloud__text {
    margin-top: -20px;
    max-width: 60%;
    color: #fff;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(3) {
    background: url("../img/conversation-cloud-2.png") no-repeat;
    background-size: 500px 220px;
    width: 500px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 180px;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(3) .conversation-cloud__text {
    max-width: 65%;
    color: #41257d;
    margin-top: -14px;
  }
  .app-sections__chat .app-sections__chat__screen-zoom {
    position: absolute;
    bottom: -160px;
  }
  .app-sections__chat .app-sections__chat__screen-zoom img {
    width: 500px;
  }

  .app-sections__org-team {
    display: flex;
    flex-direction: column;
  }
  .app-sections__org-team .app-sections__desc {
    width: 305px;
    align-self: flex-end;
    margin-top: 20px;
    margin-right: 63px;
  }
  .app-sections__org-team .app-sections__org-team__screens {
    width: 70%;
    position: relative;
    margin-left: 40px;
    margin-top: -20px;
  }
  .app-sections__org-team .app-sections__org-team__screens img:nth-child(1) {
    width: 499px;
    height: 886px;
    margin-top: 70px;
    margin-left: 40px;
    position: relative;
  }
  .app-sections__org-team .app-sections__org-team__screens img:nth-child(2) {
    width: 484px;
    height: 946px;
    position: absolute;
    top: 280px;
    left: 220px;
    z-index: 2;
  }

  .final-intro {
    display: flex;
    flex-direction: column;
    margin-top: -640px;
  }

  .final-intro__icons__title {
    font-weight: 700;
    font-size: 48px;
    color: #ee3897;
    margin-bottom: 60px;
    margin-right: 155px;
    margin-top: 0px;
    align-self: flex-end;
  }
}
@media only screen and (max-width: 1050px) {
  .bg-container {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .main-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
    width: 30px;
    height: 45px;
    position: fixed;
    top: 20px;
    right: 5%;
    z-index: 20;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .mobile-nav span {
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    background-color: #173154;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .mobile-nav span:nth-child(1) {
    top: 0px;
  }
  .mobile-nav span:nth-child(2) {
    top: 9px;
  }
  .mobile-nav span:nth-child(3) {
    top: 18px;
  }

  .mobile-nav.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .mobile-nav.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
  }
  .mobile-nav.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .mobile-nav__menu__bg {
    position: fixed;
    top: 0;
    left: -50%;
    width: 0;
    height: 0;
    border-left: 150vw solid transparent;
    border-right: 150vw solid transparent;
    border-top: 0vw solid #fff;
    z-index: 18;
    display: flex;
    transition: 0.3s;
    visibility: hidden;
  }

  .mobile-nav__menu__bg__border {
    position: fixed;
    top: 1px;
    left: -50%;
    width: 0;
    height: 0;
    border-left: 160vw solid transparent;
    border-right: 160vw solid transparent;
    border-top: 0vw solid #fff;
    z-index: 18;
    display: flex;
    transition: 0.3s;
    visibility: hidden;
  }

  .mobile-nav__menu__bg.show-mobile-nav {
    border-left: 150vw solid transparent;
    border-right: 150vw solid transparent;
    border-top: 150vw solid #fff;
  }

  .mobile-nav__menu__bg__border.show-mobile-nav {
    border-left: 160vw solid transparent;
    border-right: 160vw solid transparent;
    border-top: 160vw solid #f0f0f0;
  }

  .mobile-nav__menu {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 19;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 14vh 5% 0 5%;
  }
  .mobile-nav__menu .mobile-nav__menu__btn {
    font-size: 20px;
    margin-bottom: 20px;
    color: #173154;
    letter-spacing: 0.8px;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.5s, opacity 0.4s;
    transition-timing-function: ease;
  }
  .mobile-nav__menu .mobile-nav__menu__btn i {
    color: #244d84;
    margin-left: 8px;
  }
  .mobile-nav__menu .mobile-nav__menu__btn:nth-child(1) {
    transition-delay: 0.15s;
  }
  .mobile-nav__menu .mobile-nav__menu__btn:nth-child(2) {
    transition-delay: 0.25s;
  }
  .mobile-nav__menu .mobile-nav__menu__btn:nth-child(3) {
    transition-delay: 0.35s;
  }
  .mobile-nav__menu .mobile-nav__menu__btn:nth-child(4) {
    transition-delay: 0.45s;
  }
  .mobile-nav__menu .mobile-nav__menu__btn:nth-child(5) {
    transition-delay: 0.55s;
  }

  .mobile-nav__menu.show-mobile-nav .mobile-nav__menu__btn {
    transform: translateX(0);
    opacity: 1;
  }

  .show-mobile-nav {
    visibility: visible;
  }

  .bg-container {
    width: 100%;
  }

  header {
    padding: 12vh 0 4vh;
    background-size: cover;
    background-position: center -70px;
    height: 100vh;
  }

  .header__logo__merck {
    max-width: 70%;
    margin-bottom: 4vh;
  }

  .header__logo__app {
    max-width: 90%;
  }

  .header__phone {
    width: 100%;
    justify-content: center;
  }
  .header__phone img {
    max-width: 100%;
    width: 430px;
    height: 361px;
    margin-top: 10vh;
    margin-right: 20px;
  }

  .development {
    width: 90%;
    margin: 0 auto;
  }

  .development__intro {
    display: flex;
    flex-direction: column;
    margin-bottom: 6vh;
    margin-left: 0;
  }

  .development__logo {
    display: none;
    width: 50%;
    height: 13vh;
  }

  .development__text {
    margin-top: 0;
    margin-left: 0;
    text-align: left;
  }

  .development__text__title {
    font-size: 40px;
  }

  .development__text__subheading {
    font-size: 28px;
    margin-bottom: 2vh;
  }

  .development__text__desc {
    max-width: 100%;
  }

  .development__numbers {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .development__numbers__item {
    width: 100%;
    margin-bottom: 6vh;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .development__numbers__item__stat {
    font-size: 80px;
  }

  .development__numbers__item__desc {
    font-size: 32px;
  }

  .app-sections {
    width: 100%;
    min-height: 3000px;
    background: url("../img/app-sections-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -50px;
  }

  .app-sections__desc {
    font-size: 20px;
    letter-spacing: 0.86px;
    color: #41257d;
    font-size: 18px;
  }

  .app-sections__agenda {
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto;
    padding-top: 230px;
  }
  .app-sections__agenda .app-sections__agenda__screens {
    width: 100%;
  }
  .app-sections__agenda .app-sections__agenda__screens img:nth-child(1) {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }
  .app-sections__agenda .app-sections__agenda__screens img:nth-child(2) {
    width: 100%;
    height: auto;
    position: static;
    margin-top: -30px;
  }
  .app-sections__agenda .app-sections__desc {
    max-width: 100%;
    margin: 0 0 1vh 0;
    text-align: right;
  }

  .app-sections__chat {
    width: 90%;
    margin: 2vh auto 0;
  }
  .app-sections__chat .app-sections__desc {
    width: 100%;
    text-align: left;
    margin-top: 6vh;
    margin-bottom: 4vh;
    margin-left: 0;
  }
  .app-sections__chat .app-sections__chat__screens {
    width: 100%;
    height: 650px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 10vh;
    margin-left: 0;
  }
  .app-sections__chat .app-sections__chat__screens .app-sections__chat__screens__bg {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background-position: center top;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud__text {
    font-weight: 600;
    letter-spacing: 0.65px;
    font-size: 16px;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(2) {
    background: url("../img/conversation-cloud-1.png") no-repeat;
    background-size: 110% 205px;
    background-position: center;
    width: 110%;
    height: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(2) .conversation-cloud__text {
    margin-top: -30px;
    max-width: 70%;
    color: #fff;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(3) {
    background: url("../img/conversation-cloud-2.png") no-repeat;
    background-size: 450px 200px;
    background-position: center;
    width: 450px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(3) .conversation-cloud__text {
    max-width: 85%;
    color: #41257d;
    padding: 10vh 5vh 12vh;
  }
  .app-sections__chat .app-sections__chat__screen-zoom {
    position: absolute;
    bottom: -10vw;
  }
  .app-sections__chat .app-sections__chat__screen-zoom img {
    width: 100vw;
    height: 55vw;
  }

  .app-sections__org-team {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .app-sections__org-team .app-sections__desc {
    width: 100%;
    align-self: flex-end;
    margin-top: 4vh;
    margin-right: 0;
    text-align: right;
  }
  .app-sections__org-team .app-sections__org-team__screens {
    width: 100%;
    position: static;
    margin-left: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .app-sections__org-team .app-sections__org-team__screens img:nth-child(1) {
    width: 90%;
    height: auto;
    margin-top: 4vh;
    margin-left: 0;
  }
  .app-sections__org-team .app-sections__org-team__screens img:nth-child(2) {
    width: 100%;
    height: auto;
    position: static;
  }

  .app-icons {
    background: url("../img/screen-app-icons.png") no-repeat center;
    background-size: cover;
  }

  .chat-org-team {
    background: url("../img/screen-chat-org-team.png") no-repeat center;
    background-size: cover;
  }

  .conversation {
    background: url("../img/screen-conversation.png") no-repeat center;
    background-size: cover;
  }

  .agenda-day {
    background: url("../img/screen-agenda-day.png") no-repeat center;
    background-size: cover;
  }

  .floor-plan {
    background: url("../img/screen-floor-plan.png") no-repeat center;
    background-size: cover;
  }

  .quiz {
    background: url("../img/screen-quiz.png") no-repeat center;
    background-size: cover;
  }

  .departure {
    background: url("../img/screen-departure.png") no-repeat center;
    background-size: cover;
  }

  .app-menu {
    background: url("../img/screen-app-menu.png") no-repeat center;
    background-size: cover;
  }

  .movies {
    background: url("../img/screen-movies.png") no-repeat center;
    background-size: cover;
  }

  .contacts {
    background: url("../img/screen-contacts.png") no-repeat center;
    background-size: cover;
  }

  .building {
    background: url("../img/screen-building.png") no-repeat center;
    background-size: cover;
  }

  .agenda {
    background: url("../img/screen-agenda.png") no-repeat center;
    background-size: cover;
  }

  .screens {
    display: none;
    justify-content: flex-end;
    margin-top: -1170px;
    z-index: 2;
  }

  .screens__col {
    margin-right: 24px;
  }

  .screens__col:nth-child(1) {
    margin-top: 750px;
  }

  .screens__col:nth-child(3) {
    margin-top: 162px;
  }

  .screens__single-screen {
    width: 157.7px;
    height: 279.3px;
    margin-bottom: 15px;
    z-index: 1;
  }

  .final-intro {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }

  .final-intro__ipads {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 6vh;
  }
  .final-intro__ipads .final-intro__ipads__item:nth-child(1) {
    width: 60vw;
    z-index: 2;
    position: relative;
  }
  .final-intro__ipads .final-intro__ipads__item:nth-child(2) {
    margin-top: -25vw;
    margin-left: 10vw;
    z-index: 1;
    width: 100vw;
  }

  .final-intro__desc {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    max-width: 100%;
    margin: 10vh 0 4vh;
  }

  .final-intro__desc:nth-child(2) {
    margin: 0;
    margin-bottom: 12vh;
  }

  .final-intro__icons__title {
    font-weight: 700;
    font-size: 48px;
    color: #ee3897;
    margin-bottom: 4vh;
    margin-right: 155px;
    margin-top: 0;
    align-self: flex-end;
    display: none;
  }

  .final-intro__icons {
    display: none;
    grid-template-columns: auto auto auto auto auto;
    padding-left: 5%;
  }

  .final-intro__icons__single-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 4vh;
  }

  .final-intro__icons__single-icon.space {
    grid-column-start: 1;
    grid-column-end: 4;
  }

  #plane {
    background: url("../img/plane--icon.png") no-repeat center;
    background-size: cover;
  }

  #list {
    background: url("../img/list--icon.png") no-repeat center;
    background-size: cover;
  }

  #info {
    background: url("../img/info--icon.png") no-repeat center;
    background-size: cover;
  }

  #play {
    background: url("../img/play--icon.png") no-repeat center;
    background-size: cover;
  }

  #taxi {
    background: url("../img/taxi--icon.png") no-repeat center;
    background-size: cover;
  }

  #question {
    background: url("../img/question--icon.png") no-repeat center;
    background-size: cover;
  }

  #qna {
    background: url("../img/qna--icon.png") no-repeat center;
    background-size: cover;
  }

  footer {
    background: url("../img/footer-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 40vh;
  }
}
@media only screen and (max-width: 360px) {
  .app-sections__chat {
    width: 90%;
    margin: 2vh auto 0;
  }
  .app-sections__chat .app-sections__desc {
    width: 100%;
    text-align: left;
    margin-top: 6vh;
    margin-bottom: 4vh;
    margin-left: 0;
  }
  .app-sections__chat .app-sections__chat__screens {
    width: 100%;
    height: 650px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 10vh;
    margin-left: 0;
  }
  .app-sections__chat .app-sections__chat__screens .app-sections__chat__screens__bg {
    max-width: 90vw;
    background-size: 85vw 557px;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud__text {
    font-weight: 600;
    letter-spacing: 0.65px;
    font-size: 16px;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(2) {
    background: url("../img/conversation-cloud-1.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 110%;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(2) .conversation-cloud__text {
    margin-top: -30px;
    max-width: 70%;
    color: #fff;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(3) {
    background: url("../img/conversation-cloud-2.png") no-repeat;
    background-size: 120vw 200px;
    background-position: center;
    width: 100vw;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
  }
  .app-sections__chat .app-sections__chat__screens .conversation-cloud:nth-child(3) .conversation-cloud__text {
    max-width: 95%;
    color: #41257d;
    padding: 11vh 5vh 12vh;
  }
  .app-sections__chat .app-sections__chat__screen-zoom {
    position: absolute;
    bottom: -14vw;
  }
  .app-sections__chat .app-sections__chat__screen-zoom img {
    width: 110vw;
    height: 63vw;
  }
}

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