/* Null styles */
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 100%;
  line-height: 1 !important;
  font-size: 14px !important;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
}

@media (max-width: 1600px), (max-height: 900px) {
  html,
  body {
    font-size: 13px !important;
  }
}
@media (max-width: 1300px), (max-height: 800px) {
  html,
  body {
    font-size: 12px !important;
  }
}

@media (max-width: 1200px), (max-height: 700px) {
  html,
  body {
    font-size: 10px !important;
  }
}

@media (max-width: 1024px), (max-height: 700px) {
  html,
  body {
    font-size: 9px !important;
  }
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  html,
  body {
    font-size: 8px !important;
  }
}

body {
  overflow: hidden;
  color: #fff;
  block-size: auto !important;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
/*--------------------*/

:root {
  --main-font: "Unbounded", sans-serif;
  --second-font: "IBM Plex Sans", sans-serif;
  --white: #ffffff;
  --black: #000000;
  --blue: #15abda;
}

* {
  font-family: "Unbounded", sans-serif;
}

.container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  max-width: 1680px;
  margin: auto;
  padding: 0 4em;
}

@media (max-width: 1000px) {
  .container {
    padding: 0 25px;
  }
}

.main-container {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.full-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.subtitle {
  font-size: 1.78em;
  line-height: 4em;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 1600px), (max-height: 900px) {
  .subtitle {
    line-height: 2em;
  }
}

h1,
.h1-style {
  font-size: 5.7em;
  line-height: 1.14em;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  h1,
  .h1-style {
    font-size: 3.8em;
  }
}

@media (max-width: 375px) and (orientation: portrait),
  (max-height: 375px) and (orientation: landscape) {
  h1,
  .h1-style {
    font-size: 3.2em;
  }
}

h2 {
  font-size: 3.79em;
  font-weight: 500;
  line-height: 1.08em;
  text-transform: uppercase;
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  h2 {
    font-size: 3.09em;
  }
}

@media (max-width: 375px) and (orientation: portrait),
  (max-height: 375px) and (orientation: landscape) {
  h2 {
    font-size: 2.4em;
  }
}

.white-button-2,
.black-button-2 {
  font-size: 1.43em;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  padding: 1.125em 1.35em;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  width: fit-content;
}

@media (max-width: 1600px), (max-height: 900px) {
  .white-button-2,
  .black-button-2 {
    padding: 0.625em 1.05em;
  }
}

@media (max-width: 1024px), (max-height: 700px) {
  .white-button-2,
  .black-button-2 {
    gap: 10px;
  }
}

.white-button-2 svg,
.black-button-2 svg {
  width: 14%;
  height: auto;
}

.white-button-2:hover,
.black-button-2:hover {
  background-color: #15abde;
  border-color: #15abde;
}

.black-button-2 {
  color: #000000;
  border: 1px solid #000000;
}

.text-container {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.success-block__item img {
  width: 380px;
  height: 360px;
  object-fit: cover;
  object-position: center;
}

.block__info-title {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: #15abda;
  margin-bottom: 25px;
  max-width: 740px;
}

.block__info-text {
  font-family: "IBM Plex Sans";
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
  max-width: 795px;
}

.side-text {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  color: #15abda;
  position: absolute;
  z-index: 3;
  transform: translate(-50%, 0);
  height: 100%;
  width: auto;
  opacity: 0;
}

.bold {
  font-weight: 600;
}

.section {
  width: 100vw;
  height: 100vh;
  top: 0;
  position: fixed;
  overflow: hidden;
}

.section__container {
  position: relative;
  z-index: 1;
}

.scroller {
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  z-index: -1;
  height: 1200vh;
}

.intro-block {
  position: relative;
  background: #4e585b;
  background: url(../assets/custom-software/intro.jpg) no-repeat center right;
  background-size: cover;
}

.intro-block__container {
  display: flex;
  align-items: center;
}

.intro-block__box {
  max-width: 1277px;
  position: relative;
}

.intro-block__title {
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (max-width: 1600px), (max-height: 900px) {
  .intro-block__title {
    margin-bottom: 15px;
  }
}

.intro-block__text {
  max-width: 880px;
  font-size: 2.5em;
  line-height: 1.42em;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 0;
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .intro-block__text {
    font-size: 2em;
  }
}

.solutions {
  background: #021115;
  transform: translate(100%, 0);
}

.solutions__container {
  display: flex;
  align-items: center;
}

@media (max-width: 1600px), (max-height: 900px) {
  .solutions__container {
    padding-bottom: 0%;
  }
}

.solutions__box {
  max-width: 1277px;
  position: relative;
}

.solutions__title {
  margin-bottom: 30px;
  max-width: 1008px;
}

@media (max-width: 1600px), (max-height: 900px) {
  .solutions__title {
    margin-bottom: 15px;
  }
}

.solutions__text {
  max-width: 785px;
  font-size: 1.43em;
  line-height: 1.75em;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 50px;
}

@media (max-width: 1600px), (max-height: 900px) {
  .solutions__text {
    margin-bottom: 20px;
  }
}

.solutions__second-box {
  position: absolute;
  top: 0;
  transform: translate(250%, 0);
  max-width: 1100px;
}

.solutions__second-box .solutions__title {
  margin-bottom: 60px;
}

@media (max-width: 1600px), (max-height: 900px) {
  .solutions__second-box .solutions__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px), (max-height: 700px) {
  .solutions__second-box .solutions__title {
    margin-bottom: 15px;
  }
}

.solutions__box-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1010px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
}

.solutions__right-box-text {
  max-width: 586px;
}

.solutions__right {
  position: absolute;
  top: 0;
  /* right: -16px; */
  right: 0;
  transform: translate(125%, 0);
  z-index: -1;
}

.solutions__innovation {
  position: absolute;
  top: 0;
  left: -56px;
  height: 100%;
}

.solutions__img {
  height: 100vh;
  object-fit: cover;
}

.solutions__center {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: -1;
  display: flex;
  align-items: flex-end;
  gap: 79px;
  width: fit-content;
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .solutions__center {
    gap: 15px;
  }
}

.solutions__center-img {
  max-width: 1481px;
  max-height: 688px;
  width: 97%;
  height: 72%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .solutions__center-img {
    width: 100%;
    height: auto;
  }
}

.solutions__center-img-2 {
  max-width: 963px;
  max-height: 376px;
  width: 56%;
  height: 40%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .solutions__center-img-2 {
    opacity: 0;
    pointer-events: none;
  }
}

.innovate {
  transform: translate(100%, 0);
  color: #000;
  background: #fff;
  overflow: visible;
}

.innovate__container {
  padding-right: 0;
  display: flex;
  gap: 15px;
  align-items: center;
  transform: translate(50%, 0);
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .innovate__container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 25px;
  }
}

.innovate__bg {
  height: 100vh;
  width: 40%;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: -1;
  object-fit: cover;
  object-position: left;
}

.innovate__box {
  width: 60%;
  position: relative;
}

@media (max-width: 1600px), (max-height: 900px) {
  .innovate__box {
    width: 55%;
  }
}

.innovate__title {
  margin-bottom: 35px;
}

@media (max-width: 1600px), (max-height: 900px) {
  .innovate__title {
    margin-bottom: 15px;
  }
}

@media (max-height: 400px) and (orientation: landscape) {
  .innovate__title {
    margin-bottom: 10px;
  }
}

.innovate__text {
  max-width: 785px;
  font-size: 1.43em;
  line-height: 1.75em;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 50px;

  @media (max-width: 1600px), (max-height: 900px) {
    .solutions__text {
      margin-bottom: 20px;
    }
  }
}

.innovate__text {
  max-width: 940px;
  font-size: 1.43em;
  line-height: 1.75em;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 35px;
}

@media (max-width: 1600px), (max-height: 900px) {
  .innovate__text {
    margin-bottom: 15px;
  }
}

@media (max-height: 400px) and (orientation: landscape) {
  .innovate__text {
    margin-bottom: 10px;
  }
}

.innovate__wrapper-img {
  position: relative;
}

.innovate__img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 78%;
  max-width: 1160px;
  transform: translate(50%, -50%);
  height: 51%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

@media (max-width: 1600px), (max-height: 900px) {
  .innovate__img {
    width: 75%;
  }
}

@media (max-width: 600px) and (orientation: portrait),
(max-height: 600px) and (orientation: landscape) {
  .innovate__img {
    object-position: 70% center;
  }
}

.innovate__fake-img {
  width: 37%;
  opacity: 0;
  display: block;
}

.knowhow {
  transform: translate(100%, 0);
  overflow: visible;
}

.knowhow__container {
  display: flex;
  align-items: center;
}

.knowhow__box {
  position: relative;
  margin-left: auto;
}

.knowhow__row {
  display: flex;
  max-width: 1320px;
  width: 100%;
  margin-bottom: 65px;
  gap: 15px;
}

@media (max-width: 1600px), (max-height: 900px) {
  .knowhow__row {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .knowhow__row {
    display: block;
  }
}

.knowhow__title {
  margin-bottom: 30px;
  width: 69%;
}

@media (max-width: 1600px), (max-height: 900px) {
  .knowhow__title {
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px), (max-height: 700px) {
  .knowhow__title {
    font-size: 4em;
    line-height: 1.14em;
    width: 60%;
  }
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .knowhow__title {
    width: 100%;
  }
}

.knowhow__text {
  font-size: 1.43em;
  line-height: 1.6em;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 0px;
  width: 31%;
}

@media (max-width: 1024px), (max-height: 700px) {
  .knowhow__text {
    width: 40%;
  }
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .knowhow__text {
    width: 100%;
  }
}

.knowhow__img {
  position: absolute;
  bottom: -250%;
  right: 0;
  max-width: 934px;
  width: 71%;
  height: 260%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .knowhow__img {
    bottom: -210%;
    height: 200%;
    max-height: 500px;
  }
}

@media (max-width: 420px) and (orientation: portrait),
  (max-height: 420px) and (orientation: landscape) {
  .knowhow__img {
    bottom: -170%;
    height: 160%;
  }
}

@media (max-width: 420px) and (orientation: portrait) and (min-height: 800px) {
  .knowhow__img {
    bottom: -215%;
    height: 200%;
  }
}

@media (max-width: 400px) and (orientation: portrait),
  (max-height: 400px) and (orientation: landscape) {
  .knowhow__img {
    bottom: -160%;
    height: 150%;
  }
}

@media (max-width: 380px) and (orientation: portrait),
  (max-height: 380px) and (orientation: landscape) {
  .knowhow__img {
    bottom: -100%;
    height: 125%;
    max-height: 350px;
  }
}

@media (max-width: 355px) and (orientation: portrait),
  (max-height: 355px) and (orientation: landscape) {
  .knowhow__img {
    display: none;
  }
}

@media (max-height: 600px) and (orientation: landscape) {
  .knowhow__img {
    display: none !important;
  }
}

.success {
  transform: translate(0, 100%);
}

.success__container {
  display: flex;
  gap: 15px;
  align-items: center;
}

.success__row {
  position: relative;
  padding-left: 23%;
  margin-left: auto;
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .success__row {
    padding-left: 0;
    position: static;
    padding-bottom: 36%;
  }
}

@media (max-width: 420px) and (orientation: portrait),
  (max-height: 420px) and (orientation: landscape) {
  .success__row {
    padding-bottom: 27%;
  }
}

@media (max-width: 400px) and (orientation: portrait),
  (max-height: 400px) and (orientation: landscape) {
  .success__row {
    padding-bottom: 22%;
  }
}


@media (max-width: 360px) and (orientation: portrait),
  (max-height: 360px) and (orientation: landscape) {
  .success__row {
    padding-bottom: 40%;
  }
}

.success__box {
  max-width: 1185px;
  width: 100%;
  margin-left: auto;
  padding-top: 13%;
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .success__box {
    padding-top: 0;
  }
}

.success__title {
  margin-bottom: 45px;
}

@media (max-width: 1600px), (max-height: 900px) {
  .success__title {
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .success__title {
    margin-bottom: 15px;
    font-size: 3.3em;
  }
}

@media (max-width: 400px) and (orientation: portrait),
  (max-height: 400px) and (orientation: landscape) {
  .success__title {
    font-size: 3.3em;
  }
}

.success__text {
  max-width: 935px;
  font-size: 1.43em;
  line-height: 1.6em;
  font-family: "IBM Plex Sans", sans-serif;
  margin-left: auto;
}

.success__img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 34%;
  max-width: 480px;
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .success__img {
    width: 60%;
    max-width: 250px;
    bottom: 30px;
    left: 25px;
    height: 31%;
    object-fit: cover;
  }
}

.needs {
  transform: translate(100%, 0);
}

.needs__container {
  display: flex;
  gap: 15px;
  align-items: center;
}

.needs__back {
  width: 100%;
  height: 100%;
  background: url(../assets/custom-software/needs.jpg) no-repeat center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.needs__box {
  max-width: 1455px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.needs__subtitle {
  text-align: center;
}

.needs__title {
  margin-bottom: 0;
  text-align: center;
}

.powerhouses {
  transform: translate(0, 100%);
  background-color: #000;
}

.powerhouses__img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  max-width: 656px;
  max-height: 688px;
  height: 65%;
  width: 40%;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .powerhouses__img {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}

.powerhouses__container {
  display: flex;
  gap: 15px;
  align-items: center;
}

.powerhouses__subtitle {
  font-size: 1.78em;
  line-height: 4em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.powerhouses__title {
  margin-bottom: 32px;
  max-width: 1005px;
}

@media (max-width: 1600px), (max-height: 900px) {
  .powerhouses__title {
    margin-bottom: 15px;
  }
}

.powerhouses__text {
  margin-bottom: 30px;
  max-width: 785px;
  font-size: 1.43em;
  line-height: 1.6em;
  font-family: "IBM Plex Sans", sans-serif;
}

@media (max-width: 1600px), (max-height: 900px) {
  .powerhouses__text {
    margin-bottom: 15px;
  }
}
