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

body {
  font-family: "Open Sans", sans-serif;
  background-color: #333333;
}

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

.light-text {
  font-weight: 300;
}

.section-header {
  text-transform: uppercase;
  font-size: 72px;
  line-height: 90px;
  font-weight: 700;
  color: #173154;
  margin-bottom: 15px;
}

.section-desc {
  color: #c5c5c5;
  font-size: 18px;
  font-weight: 400;
}

.section-position {
  display: flex;
  justify-content: flex-end;
}

.section-content-width {
  width: 930px;
}

.section-elipse-bg {
  border-radius: 50%;
  background-color: #009999;
  background-image: linear-gradient(to top, rgba(8, 122, 149, 0.8) 0%, rgba(17, 64, 96, 0.8) 100%);
}

/*-----------------HEADER----------------*/
.header__content {
  min-height: 980px;
  padding-top: 104px;
  position: relative;
}

.header-bg {
  width: 1200px;
  height: 1200px;
  position: absolute;
  top: -40%;
  left: -30%;
}

.header__text {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-left: 0px;
}

.header__text__container {
  width: 900px;
  height: 270px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__text__bg {
  font-size: 345px;
  line-height: 270px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 100px;
  color: #b1b1b1;
  opacity: 0.2;
}

.header__text__content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20%;
  left: 20%;
}

.header__text__content__text {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 65px;
}

.header__text__content__text .light-text {
  letter-spacing: 10.7px;
}

.skater {
  position: absolute;
  top: 175px;
  right: 55px;
}

.phone {
  position: absolute;
  top: 330px;
  left: -100px;
  z-index: 5;
}

.phone img {
  display: block;
}

/*-----------------OVERVIEW----------------*/
.overview__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: -50px;
}

.overview__text-content {
  width: 460px;
  margin-right: 0px;
  overflow: hidden;
}

.overview__text-content__header {
  font-size: 68px;
}

.overview__text-content__header {
  /* -webkit-animation-name: textMove;
  -webkit-animation-duration: 2s;
  animation-name: textMove;
  animation-duration: 2s; */
}

.overview__text-content__text {
  margin-bottom: 6px;
}

.overview__image {
  margin-right: 50px;
}

.overview__image img {
  width: 321px;
  height: 652px;
}

/*--------------CLIENT SCREENS--------------*/
.client-screens {
  margin-top: -110px;
  min-height: 1350px;
}

.client-screens__container {
  position: relative;
  overflow: hidden;
}

.client-screens__bg {
  height: 1220px;
  width: 1220px;
}

.client-screens__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.client-screens__header {
  margin: 211px 0 109px 268px;
  color: #fff;
}

.client-screens__screens {
  display: flex;
  justify-content: flex-end;
  width: 950px;
  margin-left: 50px;
}

.row {
  transform: rotate(-37deg);
  margin-right: 30px;
  display: flex;
  width: 47%;
  max-height: 970px;
  flex-wrap: wrap;
}

.row:nth-child(1) {
  margin-right: 90px;
}

.row:nth-child(2) {
  margin-top: -25px;
  margin-right: 80px;
}

.row:nth-child(3) {
  margin-top: -50px;
}

.single-screen:not(.first-screen) {
  margin-bottom: 20px;
}

.row:nth-child(1) .single-screen:nth-child(1) {
  margin-top: 450px;
}

.single-screen img {
  width: 260px;
  height: 460px;
  box-shadow: -9px 17px 26px 3px rgba(0, 0, 0, 0.35);
}

/*------------ADMIN PANEL----------*/
.admin-panel {
  padding-bottom: 96px;
}

.admin-panel__content {
  display: flex;
  flex-direction: column;
}

.admin-panel__text-content {
  width: 341px;
}

.admin-panel__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -132px;
}

.admin-panel__mouse {
  width: 146px;
  height: 38px;
  margin-bottom: 30px;
}

.admin-panel__laptop {
  width: 702px;
  height: 379px;
  margin-right: 50px;
}

/*----------APP PANELS--------- */
.app-panels {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 148px;
}

.app-panels__container {
  width: 980px;
  position: relative;
}

.app-panels__bg__content {
  width: 980px;
  overflow-y: hidden;
}

.app-panels__bg {
  height: 1262px;
  width: 1220px;
  margin-left: -240px;
}

/*------------LINES--------------*/
.line {
  position: absolute;
}

.line-1 {
  border: 2px solid transparent;
}

.line-2 {
  border: 2px solid transparent;
}

.line-3 {
  border: 2px solid transparent;
}

.line-4 {
  border: 2px solid transparent;
}

.line-5 {
  border: 2px solid transparent;
}

.line-6 {
  border: 2px solid transparent;
}

.line-7 {
  border: 2px solid transparent;
}

.line-8 {
  border: 2px solid transparent;
}

.line-9 {
  border: 2px solid transparent;
}

.line-1 {
  top: -101px;
  right: 328px;
  width: 480px;
  height: 240px;
  border-radius: 0 0 30px 0;
}

.line-2 {
  top: 137px;
  left: 131px;
  width: 50px;
  height: 53px;
  border-radius: 30px 0 0 0;
}

.line-3 {
  top: -105px;
  left: 448px;
  width: 295px;
  height: 753px;
}

.line-4 {
  top: 646px;
  left: 310px;
  width: 140px;
  height: 55px;
}

.line-5 {
  top: -118px;
  left: 740px;
  width: 93px;
  height: 1240px;
  z-index: 5;
}

.line-6 {
  top: 1120px;
  left: 518px;
  width: 225px;
  height: 55px;
}

.line-7 {
  top: 552px;
  right: 755px;
  width: 60px;
  height: 180px;
}

.line-8 {
  top: 1062px;
  left: 310px;
  width: 121px;
  height: 145px;
}

.line-9 {
  top: 552px;
  left: 110px;
  width: 321px;
  height: 690px;
}

.line-1:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.line-2:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.line-3:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.line-4:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.line-5:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.line-6:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.line-1:before {
  border-radius: 0 0 30px 0;
  -webkit-animation: grow-line-btm-right 1s linear forwards;
  animation: grow-line-btm-right 1s linear forwards;
}

.line-2:before {
  border-radius: 30px 0 0 0;
  -webkit-animation: grow-line-tp-l 0.5s linear forwards;
  -webkit-animation-delay: 0.93s;
  animation: grow-line-tp-l 0.5s linear forwards;
  animation-delay: 0.93s;
}

.line-3:before {
  border-radius: 0 0 30px 0;
  -webkit-animation: grow-line-btm-right 1s linear forwards;
  animation: grow-line-btm-right 1s linear forwards;
}

.line-4:before {
  border-radius: 30px 0 0 0;
  -webkit-animation: grow-line-tp-l 1s linear forwards;
  -webkit-animation-delay: 1s;
  animation: grow-line-tp-l 1s linear forwards;
  animation-delay: 1s;
}

.line-5:before {
  border-radius: 0 0 30px 0;
  -webkit-animation: grow-line-btm-right 1s linear forwards;
  animation: grow-line-btm-right 1s linear forwards;
}

.line-6:before {
  border-radius: 30px 0 0 0;
  -webkit-animation: grow-line-tp-l 1s linear forwards;
  -webkit-animation-delay: 1s;
  animation: grow-line-tp-l 1s linear forwards;
  animation-delay: 1s;
}

.line-7::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  border-radius: 0 0 0 30px;
  -webkit-animation: grow-line-btm-l 0.6s linear forwards;
  animation: grow-line-btm-l 0.6s linear forwards;
}

.line-8::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  border-radius: 0 0 0 30px;
  -webkit-animation: grow-line-btm-l 0.6s linear forwards;
  animation: grow-line-btm-l 0.6s linear forwards;
}

.line-9::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  border-radius: 0 0 0 30px;
  -webkit-animation: grow-line-btm-l 0.6s linear forwards;
  animation: grow-line-btm-l 0.6s linear forwards;
}

@-webkit-keyframes grow-line-btm-right {
  0% {
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom-color: transparent;
    border-left: 0px solid transparent;
    border-right-color: transparent;
  }
  50% {
    top: 0px;
    right: 0px;
    width: 0;
    height: 100%;
    border-top: 0px solid transparent;
    border-bottom-color: #ebe9e9;
    border-left: 0px solid transparent;
    border-right-color: #ebe9e9;
  }
  100% {
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-top: 0px solid transparent;
    border-bottom-color: #ebe9e9;
    border-left: 0px solid transparent;
    border-right-color: #ebe9e9;
  }
}
@keyframes grow-line-btm-right {
  0% {
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom-color: transparent;
    border-left: 0px solid transparent;
    border-right-color: transparent;
  }
  50% {
    top: 0px;
    right: 0px;
    width: 0;
    height: 100%;
    border-top: 0px solid transparent;
    border-bottom-color: #ebe9e9;
    border-left: 0px solid transparent;
    border-right-color: #ebe9e9;
  }
  100% {
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-top: 0px solid transparent;
    border-bottom-color: #ebe9e9;
    border-left: 0px solid transparent;
    border-right-color: #ebe9e9;
  }
}
@-webkit-keyframes grow-line-tp-l {
  0% {
    right: 0;
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-bottom: 0px solid transparent;
    border-left-color: transparent;
    border-right: 0px solid transparent;
  }
  50% {
    right: 0;
    width: 100%;
    height: 0;
    border-top-color: #ebe9e9;
    border-bottom: 0px solid transparent;
    border-left-color: #ebe9e9;
    border-right: 0px solid transparent;
  }
  100% {
    right: 0;
    width: 100%;
    height: 100%;
    border-top-color: #ebe9e9;
    border-bottom: 0px solid transparent;
    border-left-color: #ebe9e9;
    border-right: 0px solid transparent;
  }
}
@keyframes grow-line-tp-l {
  0% {
    right: 0;
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-bottom: 0px solid transparent;
    border-left-color: transparent;
    border-right: 0px solid transparent;
  }
  50% {
    right: 0;
    width: 100%;
    height: 0;
    border-top-color: #ebe9e9;
    border-bottom: 0px solid transparent;
    border-left-color: #ebe9e9;
    border-right: 0px solid transparent;
  }
  100% {
    right: 0;
    width: 100%;
    height: 100%;
    border-top-color: #ebe9e9;
    border-bottom: 0px solid transparent;
    border-left-color: #ebe9e9;
    border-right: 0px solid transparent;
  }
}
@-webkit-keyframes grow-line-btm-l {
  0% {
    top: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right: 0px solid transparent;
  }
  50% {
    top: 0;
    width: 0;
    height: 100%;
    border-top: 0px solid transparent;
    border-bottom-color: #ebe9e9;
    border-left-color: #ebe9e9;
    border-right: 0px solid transparent;
  }
  100% {
    top: 0;
    width: 100%;
    height: 100%;
    border-top: 0px solid transparent;
    border-bottom-color: #ebe9e9;
    border-left-color: #ebe9e9;
    border-right: 0px solid transparent;
  }
}
@keyframes grow-line-btm-l {
  0% {
    top: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right: 0px solid transparent;
  }
  50% {
    top: 0;
    width: 0;
    height: 100%;
    border-top: 0px solid transparent;
    border-bottom-color: #ebe9e9;
    border-left-color: #ebe9e9;
    border-right: 0px solid transparent;
  }
  100% {
    top: 0;
    width: 100%;
    height: 100%;
    border-top: 0px solid transparent;
    border-bottom-color: #ebe9e9;
    border-left-color: #ebe9e9;
    border-right: 0px solid transparent;
  }
}
/*------------End of LINES------------------------  */
.app-panels__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 99px;
  padding-left: 43px;
}

.app-panels_headers {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}

.app-panels__receptiop-app {
  margin-bottom: 38px;
}

.reception-app__header {
  margin-bottom: 49px;
  margin-left: 120px;
}

.reception-app__screens {
  display: flex;
}

.reception-app__screens__phone {
  margin-right: 59px;
  z-index: 3;
}

.reception-app__screens__separate-screens {
  padding-top: 37px;
  display: flex;
}

.checkpoint-app__header {
  margin-bottom: 52px;
  margin-left: 300px;
}

.checkpoint-app__screens {
  margin-left: 179px;
  display: flex;
}

.checkpoint-app__screens__phone {
  margin-right: 108px;
}

.checkpoint-app__screens__separate-screens {
  margin-top: 33px;
}

.client-app__header {
  margin-bottom: 52px;
  margin-left: 500px;
}

.client-app__screens {
  margin-left: 387px;
  display: flex;
  z-index: 3;
}

/* -------------TEAM--------------*/
.team__container {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.team__container img {
  width: 884px;
  height: 526px;
}

/*------NAV------------*/
.mobile-nav__menu__bg {
  display: none;
}

.mobile-nav__menu {
  display: none;
}

/*--------Imports------*/
[data-aos=shrink] {
  transform: scale(4);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos=shrink].aos-animate {
  transform: scale(1);
  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-up-custom] {
    opacity: 0;
    transform: translateY(200%);
    transition-property: opacity, transform;
  }

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

  [data-aos=screen-slide-up] {
    transform: translateY(400%);
    transition-property: transform;
  }

  [data-aos=screen-slide-up].aos-animate {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 600px) {
  [data-aos=mobile-appear-left] {
    transform: translateX(150%);
    opacity: 0;
    transition-property: transform, opacity;
  }

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

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

  [data-aos=mobile-appear-right].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) {
  .container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
  }

  .header__content {
    margin-bottom: 100px;
  }

  .header__text__content {
    left: 35%;
  }

  .skater {
    display: none;
  }

  .phone {
    position: absolute;
    top: 380px;
    left: 0px;
    z-index: 5;
  }

  .overview__content {
    flex-direction: column;
  }

  .overview__text-content {
    width: 90%;
    margin: 0 auto 8vh;
    overflow: hidden;
  }

  .client-screens__header {
    font-size: 50px;
  }

  .admin-panel__text-content {
    width: 90%;
    margin: 0 auto;
  }

  .admin-panel__header__text {
    width: 90%;
    margin: 0 auto;
  }

  .admin-panel__images {
    width: 90%;
    margin: 8vh 0 0 0;
  }

  .admin-panel__mouse {
    display: none;
  }

  .admin-panel__laptop {
    width: 500px;
    height: auto;
    margin-left: 200px;
    align-self: flex-end;
  }

  .line {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .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;
  }

  body {
    background-color: #fff;
  }

  .container {
    width: 100%;
  }

  .section-header {
    font-size: 40px;
    line-height: 55px;
  }

  .section-desc {
    font-size: 16px;
  }

  .section-position {
    justify-content: center;
  }

  .section-content-width {
    width: 90%;
  }

  /*-----------------HEADER----------------*/
  .header__content {
    min-height: 550px;
    padding-top: 30px;
  }

  .header-bg {
    width: 900px;
    height: 800px;
    top: -60%;
    left: -80%;
  }

  .header__text {
    justify-content: center;
    margin-left: 0;
  }

  .header__text__container {
    width: 100%;
    height: 200px;
  }

  .header__text__bg {
    max-width: 100%;
    font-size: 170px;
    line-height: 200px;
    letter-spacing: 15px;
  }

  .header__text__content {
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__text__content__text {
    font-size: 45px;
    line-height: 50px;
  }

  .header__text__content__text .light-text {
    letter-spacing: 8.7px;
  }

  .skater {
    display: none;
  }

  .phone {
    display: flex;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%);
  }
  .phone img {
    width: 358px;
    height: 324px;
    max-height: 110vw;
    max-width: 100vw;
  }

  /*-----------------OVERVIEW----------------*/
  .overview__content {
    flex-direction: column;
    justify-content: center;
    margin-top: 4vh;
  }

  .overview__text-content {
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 8vh;
  }

  .overview__image {
    margin: 0;
    width: 85%;
  }
  .overview__image img {
    width: 100%;
    height: 40%;
  }

  /*--------------CLIENT SCREENS--------------*/
  .client-screens {
    margin-top: -70px;
    height: 1640px;
  }

  .client-screens__container {
    width: 100%;
  }

  .client-screens__bg {
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 2500px;
  }

  .client-screens__content {
    width: 100%;
    height: 2550px;
  }

  .client-screens__header {
    margin: 140px 0 50px 0;
    text-align: center;
  }

  .client-screens__screens {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .row {
    transform: rotate(0);
    margin-right: 0;
    justify-content: center;
    width: 100%;
    max-height: auto;
  }

  .row:nth-child(1) {
    margin: 0;
  }

  .row:nth-child(2) {
    margin: 0;
  }

  .row:nth-child(3) {
    display: none;
    margin: 0;
  }

  .single-screen:not(.first-screen) {
    margin-bottom: 30px;
  }

  .row:nth-child(1) .single-screen:nth-child(1) {
    margin-top: 0;
  }

  .single-screen {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }

  .single-screen.first-screen {
    margin-bottom: 30px;
  }

  .single-screen img {
    width: 234px;
    height: 414px;
    box-shadow: -9px 17px 26px 3px rgba(0, 0, 0, 0.35);
  }

  /*------------ADMIN PANEL----------*/
  .admin-panel {
    padding: 60px 0 40px;
  }

  .admin-panel__images {
    width: 100%;
    margin: 0;
    justify-content: center;
    align-items: center;
  }

  .admin-panel__mouse {
    display: none;
  }

  .admin-panel__laptop {
    width: 315px;
    height: 170px;
    margin-top: 4vh;
    margin-right: 0;
    margin-left: -10px;
  }

  .admin-panel__text-content {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  /*----------APP PANELS--------- */
  .app-panels {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 168px;
  }

  .app-panels__container {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .app-panels__bg__content {
    width: 100%;
    overflow-y: hidden;
  }

  .app-panels__bg {
    height: 1380px;
    width: 1620px;
    margin-left: -280px;
  }

  /*------------LINES--------------*/
  .line {
    display: none;
  }

  /*------------APP-PANELS-CONTENT--------------*/
  .app-panels__content {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    margin-top: 150px;
    padding-left: 0;
  }

  .app-panels__receptiop-app {
    margin-bottom: 12vh;
  }

  .reception-app__header {
    margin-bottom: 4vh;
    margin-left: 0;
    text-align: right;
  }

  .reception-app__screens {
    width: 100%;
    justify-content: flex-end;
  }

  .reception-app__screens__phone {
    margin-right: 25px;
    z-index: 3;
  }

  .reception-app__screens__separate-screens {
    display: none;
  }

  .app-panels__checkpoint-app {
    margin-bottom: 12vh;
  }

  .checkpoint-app__header {
    margin-bottom: 4vh;
    margin-left: 0;
  }

  .checkpoint-app__screens {
    margin: 0;
    width: 100%;
    justify-content: flex-start;
  }

  .checkpoint-app__screens__phone {
    margin-right: 0;
    margin-left: 35px;
  }

  .checkpoint-app__screens__separate-screens {
    display: none;
  }

  .client-app__header {
    margin: 0 28px 4vh 0;
    text-align: right;
  }

  .client-app__screens {
    margin: 0;
    width: 100%;
    justify-content: flex-end;
    z-index: 3;
  }

  .client-app__screens__phone {
    margin-right: 25px;
  }

  /* -------------TEAM--------------*/
  .team__container {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }

  .team__container img {
    width: 150%;
    height: 52vh;
    margin-bottom: -8%;
    margin-left: 16%;
  }
}
@media only screen and (max-width: 360px) {
  .header__text__content__text {
    font-size: 38px;
    line-height: 50px;
  }

  .header__text__content__text .light-text {
    letter-spacing: 7.7px;
  }

  .section-header {
    font-size: 32px;
    line-height: 45px;
  }
}

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