html,
body {
  overflow-x: hidden;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  min-height: 100vh;
  -webkit-text-decoration-skip: none;
          text-decoration-skip: none;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a,
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  color: #000000;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  background-color: #F5F5F5;
}

.helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
  padding: 24px 0;
}

.container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1480px;
  width: 100%;
}

html {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
}

li,
a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

i {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

b {
  font-weight: 600;
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 10px;
  gap: 10px;
  height: 100px;
  border-radius: 100px;
  padding: 16px 40px;
  font-weight: 300;
  font-size: 28px;
  border: 1px solid #000000;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.button i {
  font-size: 24px;
}
.button:hover {
  background-color: #F5F5F5;
}

.top-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 24px;
  gap: 24px;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 64px;
  aspect-ratio: 1/1;
}
.top-item__description {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
}
.top-item--right {
  background-image: url("../magas.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.top-item .button {
  margin-top: auto;
}

.title {
  font-size: 120px;
  line-height: 110px;
  font-weight: 800;
  text-transform: uppercase;
}

.subtitle {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 24px;
  gap: 24px;
  background-color: #161616;
  border-radius: 24px;
  color: #FFFFFF;
  padding: 64px;
}
.services h2 {
  font-size: 48px;
}
.services ul {
  width: 70%;
  margin-left: auto;
}
.services ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 0;
  border-bottom: 1px solid #333333;
}
.services ul li p {
  font-size: 32px;
  font-weight: 300;
}
.services ul li span {
  font-size: 16px;
  font-weight: 300;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 40px;
  gap: 40px;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 64px;
}
.footer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.footer-header-logo {
  width: 100px;
  height: 100px;
}
.footer-header h3 {
  font-size: 120px;
  font-weight: 800;
}
.footer-description {
  font-size: 24px;
  font-weight: 300;
}
.footer-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.header-layout {
  padding-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-row:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-row:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media all and (max-width: 1280px) {
  .top-item {
    padding: 40px;
    aspect-ratio: unset;
  }
  .top-item.top-item--right {
    aspect-ratio: 1/1;
  }
  .title {
    font-size: 72px;
    line-height: 1;
  }
  .top-item__description {
    font-size: 16px;
  }
  .subtitle {
    font-size: 32px;
  }
  .button {
    height: 72px;
    font-size: 20px;
    padding: 16px 32px;
  }
  .services h2 {
    font-size: 32px;
  }
  .services ul {
    width: 80%;
  }
  .services ul li p {
    font-size: 28px;
  }
  .services ul li span {
    font-size: 16px;
  }
  .footer-header h3 {
    font-size: 72px;
  }
}

@media all and (max-width: 980px) {
  .footer-buttons, .top-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services ul {
    width: 100%;
    padding-left: 0;
  }
  .services ul li {
    padding: 28px 0;
  }
  .top-item, .services, .footer-content {
    padding: 20px;
  }
  .footer-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 16px;
    gap: 16px;
  }
}

@media all and (max-width: 680px) {
  .container {
    padding: 0 24px;
  }
  .services ul li p {
    font-size: 16px;
  }
}
/*# sourceMappingURL=../maps/init.css.map */
