:root {
  --swiper-theme-color: white !important;
}

.navbar__spacer {
  display: none;
}

.header {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.header__container {
  position: relative;
  width: 100%;
  max-width: 1680px;
  overflow: clip;
  padding-top: 150px;
  padding-bottom: 50px;
}
.header__background {
  background-image: url("/assets/img/index/colorful-background.webp");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}
.header__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 10% 0 10%;
  color: #ffffff;
  font-family: "Monument", "sans-serif";
}
@media (max-width: 1024px) {
  .header__content {
    padding: 0 5% 0 5%;
  }
}
@media (max-width: 768px) {
  .header__content {
    grid-template-columns: 1fr;
  }
}
.header__text {
  width: 100%;
  padding-bottom: 5%;
}
.header__text--header {
  width: 350px;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 80px;
  letter-spacing: -0.03em;
  line-height: 120%;
  word-spacing: 0px;
  font-weight: 100;
}
@media (max-width: 1280px) {
  .header__text--header {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .header__text--header {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .header__text--header {
    font-size: 34px;
  }
}
@media (max-width: 520px) {
  .header__text--header {
    flex-wrap: wrap;
  }
}
.header__text-part {
  display: inline-block;
  overflow: hidden;
}
.header__text-part--content {
  display: inline-block;
  animation: text-slide-in 700ms linear 0s 1;
}
@keyframes text-slide-in {
  0% {
    transform: translateY(-100%);
  }
  60% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.header__text--subheader {
  position: relative;
  display: inline-block;
}
.header__text--bubble {
  position: absolute;
  top: -10%;
  left: -10%;
  bottom: 3%;
  right: -10%;
  background: linear-gradient(171deg, rgba(255, 255, 255, 0.15) 36.08%, rgba(255, 255, 255, 0.12) 86.19%);
  border-radius: 140px;
  box-shadow: -3px -3px rgba(248, 248, 248, 0.32);
}
@media (max-width: 1024px) {
  .header__text--bubble {
    left: -5%;
    right: -7%;
  }
}
.header__text--primary {
  letter-spacing: -0.02em;
  line-height: 29px;
  font-weight: 100;
}
@media (max-width: 1024px) {
  .header__text--primary {
    font-size: 18px;
    left: -5%;
    width: 90%;
  }
}
.header__text--secondary {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.03em;
  line-height: 150%;
  font-size: 18px;
  font-weight: 400;
  max-width: 600px;
}
@media (max-width: 768px) {
  .header__text--secondary {
    font-size: 16px;
    width: 75%;
  }
}
.header__text--primary, .header__text--secondary {
  animation: subtext-slide-in 700ms linear 0s 1;
}
@keyframes subtext-slide-in {
  0% {
    transform: translateX(-150%);
  }
  60% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0);
  }
}
.header__statue {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .header__statue {
    min-height: 415px;
  }
}
.header__statue-content {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.header__statue-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: right bottom;
  animation: statue-slide-in 1000ms linear 0s 1;
}
@keyframes statue-slide-in {
  0% {
    transform: translateY(120%);
  }
  50% {
    transform: translateY(120%);
  }
  100% {
    transform: translateY(0);
  }
}
.header__statue-overlay {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 113%;
}
.header__statue-glasses {
  display: block;
  width: auto;
  height: 8.6%;
  object-fit: contain;
  position: absolute;
  right: 38%;
  bottom: 72%;
  animation: glasses-slide-in 1500ms linear 0s 1;
}
@keyframes glasses-slide-in {
  0% {
    transform: translateX(800px);
  }
  75% {
    transform: translateX(800px);
  }
  90% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
.header__statue-heart {
  display: block;
  width: auto;
  height: 23%;
  object-fit: contain;
  position: absolute;
  right: -7%;
  bottom: 54%;
  animation: heart-spin-in 2000ms linear 0s 1, heart-pulse 1.2s linear 2s infinite;
}
@keyframes heart-spin-in {
  0% {
    transform: scale(0) rotate(0);
  }
  75% {
    transform: scale(0) rotate(0);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes heart-pulse {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.1);
  }
  65% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  85% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.header__statue-bubble {
  position: absolute;
  bottom: -10%;
  right: -10%;
  height: 20%;
  width: 50%;
  z-index: 1;
  background: linear-gradient(291.68deg, rgba(255, 255, 255, 0.15) 10.75%, rgba(255, 255, 255, 0.12) 88.09%);
  backdrop-filter: blur(18px);
  border-radius: 64px;
  box-shadow: -3px -3px rgba(248, 248, 248, 0.32);
}
@media (max-width: 1024px) {
  .header__statue-bubble {
    right: -3%;
  }
}
.header__clients {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 35px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10% 0 10%;
}
@media (max-width: 1024px) {
  .header__clients {
    padding: 0 5% 0 5%;
  }
}
@media (max-width: 520px) {
  .header__clients {
    flex-wrap: wrap;
  }
}
.header__clients-content {
  width: 100%;
  height: 291px;
  background-image: url("/assets/img/index/clients-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 63px;
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
}
.header__clients-header {
  margin-top: 54px;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .header__clients-header {
    font-size: 16px;
  }
}
.header__clients-companies {
  width: 100%;
  margin-top: 55px;
  display: flex;
  justify-content: space-evenly;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;
}
.header__clients-companies-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__clients-bubble {
  position: absolute;
  height: 35%;
  width: 35%;
  top: -10%;
  left: -5%;
  z-index: 1;
}
.header__clients-bubble > img {
  height: 100%;
}
.header__clients-bubble--right {
  position: absolute;
  right: -5%;
  top: -20%;
  background: linear-gradient(291.68deg, rgba(255, 255, 255, 0.15) 10.75%, rgba(255, 255, 255, 0.12) 88.09%);
  backdrop-filter: blur(16.5395px);
  border-radius: 63.7383px;
}
@media (max-width: 768px) {
  .header__clients-bubble {
    display: none;
  }
}
.header__clients-undertext {
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  color: white;
}
@media (max-width: 1024px) {
  .header__clients-undertext {
    font-size: 16px;
  }
}

.competition {
  min-height: 1175px;
  width: 100%;
  max-width: 1920px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 100px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  font-family: Monument, sans-serif;
  text-align: center;
}
@media (max-width: 1024px) {
  .competition {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.competition__header {
  font-size: 54px;
}
@media (max-width: 1024px) {
  .competition__header {
    font-size: 28px;
    text-align: center;
  }
}
.competition__header-wrapper {
  margin-top: 100px;
  display: inline-block;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .competition__header-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.competition__header-icon {
  padding: 0 10px;
  transition-duration: 150ms;
}
@media (max-width: 1024px) {
  .competition__header-icon {
    height: 44px;
    width: 44px;
  }
}
.competition__header-addition {
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .competition__header-addition {
    font-size: 12px;
    text-align: center;
  }
}
.competition__advantage {
  display: flex;
  justify-content: center;
  gap: 75px;
  text-align: left;
}
@media (max-width: 768px) {
  .competition__advantage {
    flex-wrap: wrap;
  }
}
.competition__advantage-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
  color: #181818;
}
.competition__advantage-item-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.competition__advantage-item > img {
  height: 150px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .competition__advantage-item > img {
    margin-left: auto;
    margin-right: auto;
  }
}
.competition__advantage-item-header {
  height: 86px;
  font-family: Monument Extended, sans-serif;
  font-size: 28px;
  font-weight: bolder;
  line-height: 110%;
}
@media (max-width: 1024px) {
  .competition__advantage-item-header {
    height: unset;
    width: 100%;
    font-size: 20px;
  }
}
.competition__advantage-item-text {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 21px;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .competition__advantage-item-text {
    width: 100%;
    font-size: 18px;
  }
}
.competition__advantage-item-desc {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  font-size: 18px;
  color: #262626;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .competition__advantage-item-desc {
    width: 100%;
    font-size: 16px;
  }
}
.competition__check-offer {
  animation: pulse-up 1s ease-in-out 0s infinite;
  transition-duration: 500ms;
}
@keyframes pulse-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-15px);
  }
}
.competition__check-offer-arrow-up {
  position: relative;
  bottom: 35px;
  left: 210px;
}
@media (max-width: 1024px) {
  .competition__check-offer-arrow-up {
    left: 0;
    top: 23px;
  }
}
.competition__check-offer-button {
  padding: 0;
  width: 383px;
  height: 57px;
  margin-top: 84px;
  background: #181818;
  font-family: Monument Extended, sans-serif;
  font-weight: bold;
  line-height: 107.5%;
  letter-spacing: -0.02em;
  color: white;
  border-radius: 15px;
  border: 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .competition__check-offer-button {
    margin-top: 20px;
    width: 100%;
  }
}

.trust {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 10%;
}
@media (max-width: 1024px) {
  .trust {
    padding: 10% 5%;
  }
}
.trust__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}
.trust__logo {
  height: 40px;
  width: auto;
}
.trust__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Monument", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  color: #181818;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .trust__header {
    font-size: 36px;
    line-height: 48px;
  }
}
.trust__header > img {
  margin-top: -6px;
}
@media (max-width: 1024px) {
  .trust__header > img {
    display: none;
  }
}
.trust__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  width: 100%;
}
.trust__block {
  height: 422px;
  width: 422px;
  box-sizing: border-box;
  border-radius: 35px;
  font-family: Monument, sans-serif;
  font-weight: 400;
  text-align: left;
  padding: 56px;
}
@media (max-width: 1024px) {
  .trust__block {
    padding: 48px;
  }
}
@media (max-width: 520px) {
  .trust__block {
    padding: 40px;
  }
}
.trust__block_light {
  background: #EAF0F6;
  position: relative;
}
.trust__block_light-header {
  margin-top: 24px;
  margin-bottom: 12px;
}
.trust__block_light > img {
  position: absolute;
  left: 87px;
  bottom: -70px;
}
.trust__block_color {
  color: white;
  background: #E3E3E3 url("/assets/img/index/rectangle.png") no-repeat;
  background-size: cover;
  margin-top: 62px;
}
.trust__block_color-text {
  margin-top: 16px;
  margin-bottom: 64px;
  text-align: right;
}
.trust__block_dark {
  color: white;
  background: #181818;
}
.trust__block_dark-header {
  text-align: right;
  margin-top: 64px;
  margin-bottom: 16px;
}
.trust__block-header {
  font-size: 90px;
  line-height: 108px;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .trust__block-header {
    font-size: 80px;
  }
}
@media (max-width: 360px) {
  .trust__block-header {
    font-size: 70px;
  }
}
.trust__block-text {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .trust__block-text {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  .trust__block-text {
    font-size: 18px;
  }
}
.trust__block-desc {
  font-family: Inter, serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.03em;
}
@media (max-width: 1024px) {
  .trust__block-desc {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .trust__block-desc {
    font-size: 16px;
  }
}

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