* {
  margin: 0;
  padding: 0;
  /*max-width: 100vw;*/
  box-sizing: border-box;
  scroll-margin: 70px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow: hidden;
  background: #FFFFFF;
  font-family: "Instrument Sans", sans-serif;
  color: black;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
}

a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

a.block::after, a.social::after, a.btn-cont::after {
  display: none;
}

h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.6px;
}

img {
  display: block;
}

.button {
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.48px;
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  width: 268px;
  height: 39px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.92px;
  background: linear-gradient(225deg, #FFF 30.46%, #20D3FD 114.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.nav {
  position: fixed;
  top: 0;
  color: white;
  width: 100%;
  padding: 0 24px;
  z-index: 10;
}
.nav > div {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #FFF;
  transition: all 0.2s ease-out;
  height: 40.6px;
}
.nav .right {
  display: flex;
  padding: 12px 0 10px 20px;
  gap: 50px;
}
.nav img:nth-child(2) {
  display: none;
}
.nav.scrolled, .nav.open {
  border-radius: 0 0 20px 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset;
  color: black;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.nav.scrolled > div, .nav.open > div {
  margin-bottom: 30px;
  border-bottom: 1px solid black;
}
.nav.scrolled img:nth-child(1), .nav.open img:nth-child(1) {
  display: none;
}
.nav.scrolled img:nth-child(2), .nav.open img:nth-child(2) {
  display: block;
}
.nav.scrolled .mobile path, .nav.open .mobile path {
  stroke: black;
}
.nav a {
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.48px;
  white-space: nowrap;
}
.nav .mobile {
  display: none;
  cursor: pointer;
}

.hero {
  color: white;
  position: relative;
  background: url("img/hero-2.webp") center no-repeat;
  background-size: cover;
  inset: 0;
  padding: 24px;
}
.hero .container {
  max-width: 1920px;
  margin: 0 auto;
}
.hero p {
  margin: 10px 0 50px;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.48px;
}
.hero .bot {
  margin-top: 64px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}
.hero .bot .see-more {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-direction: column;
}
.hero .bot .see-more .examples {
  display: flex;
}
.hero .bot .see-more .examples .example {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  border: 4px solid #FFF;
}
.hero .bot .see-more .examples .example:first-of-type {
  transform: rotate(-8deg);
  background: url(img/pizza.webp) lightgray 50%/cover no-repeat;
}
.hero .bot .see-more .examples .example:nth-of-type(2) {
  transform: rotate(8deg);
  background: url(img/bld.webp) lightgray 50%/cover no-repeat;
  margin: 0 -16px;
}
.hero .bot .see-more .examples .example:nth-of-type(3) {
  transform: rotate(-8deg);
  background: url(img/vileda.webp) lightgray 50%/cover no-repeat;
}

.btn-cont {
  display: flex;
  align-items: center;
}
.btn-cont .arrow {
  width: 39px;
  height: 39px;
  border-radius: 136px;
  background: #CC30FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  position: relative;
  display: inline-block;
  margin-top: 160px;
}
h1:before {
  position: absolute;
  top: -26px;
  left: -15px;
  content: "";
  background: url("img/marked.svg");
  width: 276px;
  height: 109px;
}

.partners {
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}
.partners .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 600px;
  max-width: 100%;
  text-align: center;
}
.partners .top h3 {
  text-align: center;
}
.partners .top h3 span {
  font-weight: 700;
  background: var(--Linear, linear-gradient(267deg, #20D3FD -18.7%, #A035FD 137.26%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 52px;
}
.partners .top p {
  line-height: 110%;
  letter-spacing: -0.48px;
}
.partners .logos {
  width: 100%;
  overflow: hidden;
}
.partners .logos .logos-container {
  display: flex;
  gap: 4px;
  width: max-content;
  animation: scroll 90s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.partners .logos .logos-container .block {
  width: 164px;
  height: 164px;
  flex-shrink: 0;
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners .logos .logos-container .block img {
  width: 85px;
}
@keyframes scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

section {
  padding: 0 24px;
}

.numbers {
  display: flex;
  max-width: 1920px;
  padding-bottom: 100px;
  align-items: flex-start;
  gap: 20px;
  max-width: 1920px;
  margin: 0 auto;
}
.numbers .left {
  width: calc(50% - 10px);
}
.numbers .left h3 {
  width: 293px;
  max-width: 100%;
  margin-bottom: 10px;
}
.numbers .left h3 span {
  position: relative;
}
.numbers .left h3 span:before {
  position: absolute;
  top: -12px;
  left: 0px;
  content: "";
  background: url("img/marked.svg");
  background-size: contain;
  width: 142px;
  height: 56px;
}
.numbers .right {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.numbers .right .block {
  width: 100%;
  position: relative;
}
.numbers .right .block h4 {
  font-size: 105px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -5.25px;
  width: fit-content;
  margin-bottom: 16px;
  max-width: 286px;
  padding-right: 3px;
  background: linear-gradient(247deg, #240486 20%, #FD91E7 104.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.numbers .right .block h5 {
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.6px;
  margin-bottom: 4px;
  max-width: 286px;
}
.numbers .right .block p {
  max-width: 286px;
}
.numbers .right .block .arrow {
  position: absolute;
  right: 0px;
  top: 133px;
}

.service {
  display: flex;
  padding: 50px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  max-width: 1920px;
  margin: 0 auto;
}
.service .top h3 {
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}
.service .top h3 span {
  background: linear-gradient(267deg, #20D3FD -18.7%, #A035FD 137.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.6px;
}
.service .top p {
  max-width: 400px;
  line-height: 110%;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}
.service .blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 0 auto;
}
.service .blocks .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: calc(50% - 25px);
  text-align: center;
}
.service .blocks .block p {
  max-width: 264px;
  line-height: 110%;
  letter-spacing: -0.48px;
}
.service .blocks .block h4 {
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.6px;
  margin-bottom: -8px;
  max-width: 286px;
}
.service .blocks .block img {
  width: 52px;
  margin-bottom: 12px;
}
.service .hr {
  margin-top: 50px;
  width: 100%;
}

.offer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1920px;
  margin: 0 auto;
}
.offer .left h3 {
  letter-spacing: -1.5px;
  max-width: 293px;
  position: relative;
}
.offer .left h3 span {
  position: relative;
}
.offer .left h3 span:before {
  position: absolute;
  left: -12px;
  top: -10px;
  content: "";
  background: url("img/marked.svg");
  background-size: contain;
  width: 142px;
  height: 56px;
  transform: rotate(15.206deg);
}
.offer .right {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: flex-end;
  justify-content: space-around;
}

.texts {
  display: flex;
  flex-direction: column;
  width: 400px;
  overflow-y: auto;
}
.texts .block {
  border-bottom: 0.5px solid #AAA;
  cursor: pointer;
  margin-bottom: 20px;
}
.texts .block .head {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.texts .block .head h4, .texts .block .head span {
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.2px;
  padding-right: 1px;
  transition: all 0.2s ease-out;
}
.texts .block .more {
  width: calc(100% - 42px);
  transition: height 0.2s;
  overflow: hidden;
  height: 0;
  transition: height 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.texts .block.active .head span {
  color: #20D3FD;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.6px;
  font-size: 30px;
}
.texts .block.active .more {
  display: block;
  margin-bottom: 12px;
  height: auto;
}
.texts .block.active .mobile-image img {
  opacity: 1;
  transform: translateY(0);
}

.mobile-image {
  display: none;
  margin-top: 20px;
}
.mobile-image img {
  width: 100%;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.images {
  height: 600px;
  position: relative;
  overflow-y: hidden;
}
.images .embla__viewport {
  overflow: hidden;
  height: 100%;
}
.images .embla__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}
.images .embla__slide {
  transition: transform 0.6s ease;
  flex: 0 0 100%;
}
.images .embla__slide img {
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
  max-height: 600px;
}

.case-studies {
  margin: 100px auto;
  max-width: 1920px;
  display: flex;
  gap: 20px;
}
.case-studies .blocks {
  display: flex;
  gap: 56px;
  flex-direction: column;
  width: calc(50% - 10px);
}
.case-studies .blocks .block .top {
  position: relative;
}
.case-studies .blocks .block .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 478px;
  aspect-ratio: 3/2;
  border-radius: 20px;
  margin-bottom: 24px;
}
.case-studies .blocks .block .top .buttons {
  position: absolute;
  left: 32px;
  top: 32px;
  display: flex;
  gap: 24px;
  display: none;
}
.case-studies .blocks .block .top .buttons .button {
  color: white;
  padding: 10px 16px;
  width: fit-content;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.case-studies .blocks .block .bottom h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.2px;
  margin-bottom: 8px;
}
.case-studies .blocks .block .bottom p {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.48px;
}
.case-studies .head h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -3.2px;
  margin-bottom: 16px;
}
.case-studies .head p {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.48px;
}

.workflow .left p {
  max-width: 400px;
}
.generator {
  padding: 0;
  background: url("img/content.webp") center no-repeat;
  background-size: cover;
  inset: 0;
}
.generator .container {
  padding: 169px 24px;
  z-index: 1;
  color: white;
  max-width: 1902px;
  margin: 0 auto;
}
.generator .container h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin-bottom: 10px;
  width: fit-content;
  padding-right: 3px;
  background: linear-gradient(251.27deg, #FFFFFF 41.29%, #5AA63C 141.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.generator .container h2 i {
  font-style: normal;
  font-size: 20px;
  vertical-align: top;
  line-height: normal;
}
.generator .container p {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.48px;
  margin-bottom: 50px;
}
.generator .container .btn-cont .arrow {
  background-color: #20D3FD;
}

.content {
  display: flex;
  gap: 20px;
  max-width: 1920px;
  margin: auto;
  padding: 50px 24px;
  justify-content: space-between;
}
.content .texts {
  width: calc(50% - 10px);
}
.content .images {
  height: 660px;
  display: flex;
  justify-content: center;
}
.content .images img {
  max-height: 100%;
  max-width: 100%;
  max-height: 660px;
  object-fit: contain;
  border-radius: 20px;
}

.kontakt {
  position: relative;
  padding: 50px 24px;
  background: url("img/form-bg.webp") lightgray 50%/cover no-repeat;
}
.kontakt .container {
  max-width: 1920px;
  margin: 0 auto;
  gap: 20px;
  color: white;
  display: flex;
  padding: 32px;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
}
.kontakt .container .text {
  width: 462px;
  max-width: 50%;
  flex-shrink: 0;
}
.kontakt .container .text h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin-bottom: 16px;
  background: linear-gradient(260deg, #FFF 37.64%, #FFF 92.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kontakt .container .text p {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.48px;
}
.kontakt .container form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1200px;
  z-index: 2;
  position: relative;
}
.kontakt .container form .row {
  display: flex;
  gap: 24px;
  width: 100%;
}
.kontakt .container form .row label {
  width: calc((100% - 48px) / 3);
}
.kontakt .container form .row label > span {
  color: #20D3FD;
}
.kontakt .container form label {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.48px;
}
.kontakt .container form label input, .kontakt .container form label textarea {
  width: 100%;
  margin-top: 10px;
  color: white;
  border-radius: 6px;
  border: 1px solid #FFF;
  display: flex;
  padding: 10px 14px;
  align-items: center;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.48px;
  font-family: "Instrument Sans", sans-serif;
  background: transparent !important;
}
.kontakt .container form label input:focus-visible, .kontakt .container form label textarea:focus-visible {
  outline: #20D3FD;
}
.kontakt .container form label input:-webkit-autofill, .kontakt .container form label input:-webkit-autofill:hover, .kontakt .container form label input:-webkit-autofill:focus, .kontakt .container form label input:-webkit-autofill:active, .kontakt .container form label textarea:-webkit-autofill, .kontakt .container form label textarea:-webkit-autofill:hover, .kontakt .container form label textarea:-webkit-autofill:focus, .kontakt .container form label textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  box-shadow: 0 0 0 1000px transparent inset;
  -webkit-text-fill-color: white;
  caret-color: white;
  line-height: 110%;
  letter-spacing: -0.48px;
  background-color: transparent;
  transition: background-color 9999s ease-out 0s;
}
.kontakt .container form label textarea {
  min-height: 100px;
}
.kontakt .container form .checkbox-row {
  display: flex;
  gap: 8px;
}
.kontakt .container form .checkbox-row label {
  display: inline;
}
.kontakt .container form .checkbox-row input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #20D3FD;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}
.kontakt .container form .checkbox-row input[type=checkbox]:checked {
  border: none;
  background-size: cover;
  background: url("img/checked.svg") no-repeat center;
}
.kontakt .container form .brief {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  position: relative;
  cursor: pointer;
}
.kontakt .container form .brief p {
  line-height: 110%;
  letter-spacing: -0.48px;
}
.kontakt .container form .brief input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.kontakt .container form button[type=submit] {
  display: flex;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.48px;
  width: 218px;
  height: 39px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  cursor: pointer;
  border-radius: 56px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: linear-gradient(180deg, #20D3FD 0%, #A035FD 100%);
  border-bottom: none;
  margin-top: 25px;
}
.kontakt .filtr {
  background: linear-gradient(0deg, #222222 0%, rgba(115, 115, 115, 0) 100%);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 226px;
  height: 140px;
  left: 0;
  z-index: 1;
}
.kontakt .sent {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.kontakt .sent .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 100%;
}
.kontakt .sent .content .icon {
  border-radius: 96px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  width: 64px;
  height: 64px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.kontakt .sent .content .icon svg {
  width: 40px;
  height: 40px;
}
.kontakt .sent .content p {
  line-height: 110%;
  letter-spacing: -0.48px;
}
.kontakt .sent .content .loader {
  display: flex;
}
.kontakt .sent .content .loader svg,
.kontakt .sent .content .loader span {
  position: relative;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.kontakt .sent .content .loader svg {
  z-index: 2;
  animation-name: swap-left;
}
.kontakt .sent .content .loader span {
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #20D3FD;
  animation-name: swap-right;
}
@keyframes swap-left {
  0%, 20% {
    transform: translateX(0);
  }
  50%, 70% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes swap-right {
  0%, 20% {
    transform: translateX(0);
  }
  50%, 70% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

footer {
  background: #222222;
  color: white;
  line-height: 110%;
  letter-spacing: -0.48px;
}
footer .container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 24px 75px;
  display: flex;
  justify-content: space-between;
}
footer .container h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.6px;
  width: fit-content;
  background: linear-gradient(265deg, #20D3FD 66.26%, #A035FD 114.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}
footer .container a {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.48px;
  white-space: nowrap;
}
footer .container .left {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
footer .container .right {
  display: flex;
  gap: 86px;
  justify-content: space-between;
}
footer .container .right > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
footer hr {
  margin: 0 auto;
  height: 1px;
  width: 60%;
  border: none;
  background: linear-gradient(to right, #222 0%, #20D3FD 50%, #222 100%);
}
footer .esp-logo {
  width: 100%;
  padding: 50px 0 0;
  max-width: 1920px;
  margin: 0 auto;
}
footer .address {
  width: 100%;
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.socials {
  display: flex;
  gap: 24px;
  width: 100%;
}

.social {
  border-radius: 32px;
  border: 0.5px solid #FFF;
  display: flex;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  transition: background-color 0.15s ease-out, border-color 0.1s ease-out;
}
.social svg path {
  transition: fill 0.15s ease-out, stroke 0.15s ease-out;
}
.social:hover {
  background-color: #FFF;
}
.social:hover svg path {
  fill: #20D3FD;
}

.flex-select {
  display: flex;
  flex-direction: column;
  width: calc((100% - 48px) / 3);
}
.flex-select label {
  flex-wrap: nowrap !important;
}

.custom-select {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.custom-select select {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.custom-select .select-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 14px;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #FFF;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.48px;
}
.custom-select .select-selected .placeholder {
  color: #20D3FD;
}
.custom-select .select-arrow {
  display: flex;
  align-items: center;
  transition: transform 0.25s;
}
.custom-select.open .select-arrow {
  transform: rotate(180deg);
}
.custom-select .select-options {
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 6px;
  z-index: 10;
}
.custom-select .select-option {
  padding: 12px 14px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.45px;
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.custom-select .select-option:hover, .custom-select .select-option.active {
  border: 1px solid #20D3FD;
  background: rgba(32, 211, 253, 0.1);
  color: #20D3FD;
}

@media (max-width: 1110px) {
  .offer {
    flex-direction: column;
    gap: 50px;
  }
  .offer .right {
    justify-content: space-between;
  }
  .offer .images {
    height: 650px;
  }
  .offer .images .embla__slide img {
    max-height: 650px;
  }
  .content .images {
    max-width: 55%;
  }
  .kontakt .container {
    flex-direction: column;
  }
  .kontakt .container .text {
    width: 700px;
    max-width: 100%;
  }
  .partners .logos .logos-container {
    animation-duration: 200s;
  }
  .case-studies .blocks .block .top .buttons {
    top: 24px;
    left: 24px;
    gap: 12px;
  }
  .case-studies .blocks .block .top .buttons .button {
    font-size: 14px;
  }
  footer .container .right {
    gap: 50px;
  }
}
@media (max-width: 800px) {
  h1 {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
  h1 br {
    display: none;
  }
  h1:before {
    width: 193px;
    height: 77px;
    background-size: contain;
    left: -9px;
    top: -29.528px;
  }
  .nav .right {
    gap: 24px;
  }
  .numbers {
    flex-direction: column;
  }
  .numbers .left, .numbers .right {
    width: 100%;
  }
  .numbers .left h3, .numbers .right h3 {
    width: 100%;
  }
  .numbers .left .block p, .numbers .right .block p {
    max-width: 100%;
  }
  .texts {
    width: 100% !important;
  }
  .images {
    display: none !important;
  }
  .mobile-image {
    margin-top: 20px;
    display: block;
  }
  .mobile-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .case-studies {
    flex-direction: column;
  }
  .case-studies .head {
    margin-bottom: 26px;
  }
  .case-studies .blocks {
    width: 100%;
    gap: 24px;
  }
  .offer .left h3 {
    max-width: 100%;
  }
  .numbers .right .block .arrow {
    top: 0;
  }
  .kontakt .container .text h2 {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
  .kontakt .container form .row {
    flex-direction: column;
  }
  .kontakt .container form .row label, .kontakt .container form .row .flex-select {
    width: 100%;
  }
  footer .container {
    flex-direction: column;
    gap: 50px;
  }
  footer .container .left {
    justify-content: center;
  }
  footer .container .left .socials {
    justify-content: center;
  }
  footer .container .right {
    justify-content: center;
  }
  footer .container .address {
    text-align: center;
  }
  .workflow .left p {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .nav .mobile.open {
    display: block;
  }
  .nav .right {
    height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: height 0.2s, opacity 0.2s;
    display: flex;
    left: 24px;
    top: 96px;
    flex-direction: column;
    gap: 26px;
  }
  .nav .social {
    border: 0.5px solid #240486;
    flex-shrink: 0;
  }
  .nav .social:hover {
    border-color: #20D3FD;
  }
  .nav .social svg path {
    stroke: revert-layer !important;
  }
  .nav.open {
    background: white;
    border-radius: 0;
  }
  .nav.open > div {
    margin-bottom: 400px;
    border-radius: 0;
  }
  .nav.open .close {
    display: block;
  }
  .nav.open .open {
    display: none;
  }
  .nav.open .right {
    opacity: 1;
    height: 150px;
  }
  .nav.open .socials {
    display: flex;
    position: absolute;
    bottom: 100px;
    left: 24px;
    width: calc(100% - 48px);
    justify-content: space-between;
  }
  .nav.open .esp {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: block;
  }
  h1 {
    margin-top: 100px;
  }
  .hero {
    background-position-x: 70%;
  }
  .hero p {
    margin: 24px 0;
  }
  .hero .socials {
    display: none;
  }
  .hero .bot {
    margin-top: 85px;
  }
  .hero .bot .see-more {
    margin: 0 auto;
  }
  .partners {
    padding: 50px 0 100px;
  }
  .numbers {
    padding-bottom: 0;
  }
  .numbers .left h3, .numbers .right h3 {
    margin-bottom: 24px;
  }
  .numbers .left .block h5, .numbers .right .block h5 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.48px;
  }
  .numbers .left .block p, .numbers .right .block p {
    line-height: 110%;
    letter-spacing: -0.48px;
  }
  .service {
    padding-bottom: 100px;
  }
  .service .blocks {
    flex-direction: column;
  }
  .service .blocks .block {
    width: 100%;
  }
  .service .blocks .block h4 {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
  .service .hr {
    display: none;
  }
  .texts .block .more {
    line-height: 110%;
    letter-spacing: -0.48px;
    width: 100%;
    padding-right: 42px;
  }
  .texts .block .more .mobile-image {
    width: calc(100% + 42px);
  }
  .case-studies .head h2 {
    font-size: 30px;
    letter-spacing: -0.6px;
  }
  .case-studies .blocks .block .top img {
    min-height: 400px;
  }
  .generator {
    margin-top: 50px;
    background-position-x: 30%;
  }
  .generator .container {
    padding: 300px 24px 96px;
  }
  .generator .container h2 {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
  .generator .container p {
    font-size: 15px;
    letter-spacing: -0.45px;
  }
  .generator .container .btn-cont .button {
    width: calc(100% - 40px);
  }
  .generator .container .btn-cont .arrow {
    flex-shrink: 0;
  }
  footer .container a {
    font-size: 15px;
  }
  footer .container .left {
    flex-direction: column;
    gap: 24px;
  }
  footer .container .left > div {
    text-align: center;
  }
  footer .container .left > div h4 {
    margin: 0 auto 4px;
  }
  footer .container .right {
    flex-direction: column;
    gap: 24px;
  }
  footer .container .right a {
    margin: auto;
  }
}
@media (max-width: 340px) {
  .nav.open .socials {
    gap: 12px;
  }
}

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