@font-face {
  font-family: 'Space Grotesk Regular';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/SpaceGrotesk-Regular.woff') format('woff');
}

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

:root {
  --who-we-are-second: 400 60px/84px 'Space Grotesk Regular';
  --who-we-are-third: 400 60px/96px 'Space Grotesk Regular';
  --parners-and-clients: 400 80px/112px 'Space Grotesk Regular';
  --what-we-offer: 400 36px/50.4px 'Space Grotesk Regular';
  --paragraph-36: 400 48px/140% 'Space Grotesk Regular';
  --tell-is-text: 400 24px/140% 'Space Grotesk Regular';
  --provide-text: 400 32px/100% 'Space Grotesk Regular';
  --caps-14: 400 14px/120% 'Space Grotesk Regular';
  --caps-16: 400 16px/16px 'Space Grotesk Regular';
  --black: #000000;
  --white: #ffffff;
  --gray: #fafafa;
  --gray-light: #e1e1e1;
}

@media (width: 1920px) {
  :root {
    --tell-is-text: 400 2vh/140% 'Space Grotesk Regular';
    --provide-text: 400 3.85vh/100% 'Space Grotesk Regular';
    --paragraph-36: 400 4vh/140% 'Space Grotesk Regular';
    --caps-14: 400 1.17vh/120% 'Space Grotesk Regular';
  }
}

@media (max-width: 1919px) {
  :root {
    --who-we-are-second: 400 36px/50.4px 'Space Grotesk Regular';
    --who-we-are-third: 400 36px/57.6px 'Space Grotesk Regular';
    --parners-and-clients: 400 48px/67.2px 'Space Grotesk Regular';
    --what-we-offer: 400 24px/33.6px 'Space Grotesk Regular';
    --tell-is-text: 400 2.89vh/140% 'Space Grotesk Regular';
    --provide-text: 400 1.92vh/100% 'Space Grotesk Regular';
    --paragraph-36: 400 2.89vh/140% 'Space Grotesk Regular';
    --caps-14: 400 1.68vh/120% 'Space Grotesk Regular';
  }
}

@media (max-width: 1279px) {
  :root {
    --who-we-are-second: 400 5.63vw/7.88vw 'Space Grotesk Regular';
    --who-we-are-third: 400 5.63vw/7.88vw 'Space Grotesk Regular';
    --parners-and-clients: 400 6.45vw/9.83vw 'Space Grotesk Regular';
    --tell-is-text: 400 1.91svh/140% 'Space Grotesk Regular';
    --provide-text: 400 1.56svh/100% 'Space Grotesk Regular';
    --paragraph-36: 400 2.34svh/140% 'Space Grotesk Regular';
    --caps-14: 400 1.37svh/120% 'Space Grotesk Regular';
  }
}

@media (max-width: 767px) {
  :root {
    --parners-and-clients: 400 8.45vw/11.83vw 'Space Grotesk Regular';
    --tell-is-text: 400 2.04svh/140% 'Space Grotesk Regular';
    --provide-text: 400 1.73svh/100% 'Space Grotesk Regular';
    --paragraph-36: 400 2.59svh/120% 'Space Grotesk Regular';
  }
}

@media (max-width: 374px) {
  :root {
    --who-we-are-second: 400 5.63vw/7.88vw 'Space Grotesk Regular';
    --who-we-are-third: 400 5.63vw/7.88vw 'Space Grotesk Regular';
    --parners-and-clients: 400 7.45vw/10.83vw 'Space Grotesk Regular';
  }
}

html {
  height: 100%;
  position: relative;
  overflow: hidden;
}

body {
  height: 100%;
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

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

img {
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
}

.swiper {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: var(--black);
  opacity: 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--black);
  overflow: hidden;
}

.loader,
.who-we-are-first,
.who-we-are-second,
.who-we-are-third,
.partners-and-clients,
.what-we-offer,
.waves,
.provide,
.protection,
.contacts,
.tell-is {
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  background-color: var(--black);
}

@media (max-width: 1919px) {
  .loader,
  .who-we-are-first,
  .who-we-are-second,
  .who-we-are-third,
  .partners-and-clients,
  .what-we-offer,
  .waves,
  .contacts {
    max-width: 1280px;
  }
}

@media (max-width: 767px) {
  .loader,
  .who-we-are-first,
  .who-we-are-second,
  .who-we-are-third,
  .partners-and-clients,
  .what-we-offer,
  .waves,
  .provide,
  .protection,
  .contacts,
  .tell-is {
    max-width: 429px;
  }
}

.loader {
  opacity: 1;
}

.loader-container {
  position: relative;
  height: 574px;
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

@media (max-width: 1239px) {
  .loader-container {
    height: 800px;
  }
}

@media (max-width: 767px) {
  .loader-container {
    height: 142.4vw;
  }
}

@media (max-width: 374px) {
  .loader-container {
    height: 110.4vw;
  }
}

.sphere {
  will-change: transform;
  position: absolute;
  height: 574px;
  width: 550px;
  opacity: 0;
}

.sphere img,
.planet img,
.planet-filled img {
  object-fit: cover;
}

.bubbles-container {
  position: absolute;
  top: 225px;
  left: 265px;
}

@media (max-width: 1279px) {
  .bubbles-container {
    left: 330px;
    top: 49.47vw;
  }
}

@media (max-width: 767px) {
  .bubbles-container {
    left: 330px;
    top: 68.47vw;
  }
}

@media (max-width: 374px) {
  .bubbles-container {
    top: 46.47vw;
  }
}

.bubbles,
.half-bubbles {
  position: absolute;
  height: 147px;
  width: 296px;
  opacity: 0;
}

@media (max-width: 1279px) {
  .bubbles,
  .half-bubbles {
    position: absolute;
    height: 70px;
    width: 140px;
    opacity: 0;
  }
}

.solid-bubbles {
  height: 113px;
  width: 271px;
}

@media (max-width: 1279px) {
  .solid-bubbles {
    height: 54px;
    width: 129px;
  }
}

.planet {
  position: absolute;
  height: 469px;
  width: 780px;
  opacity: 0;
}

@media (max-width: 1279px) {
  .planet {
    height: 243px;
    width: 400px;
    height: 58.9vw;
    width: 98.1vw;
  }
}

.planet-filled {
  position: absolute;
  height: 556px;
  width: 804px;
  opacity: 0;
}

@media (max-width: 1279px) {
  .planet-filled {
    height: 65.86vw;
    width: 95.7vw;
  }
}

.loading {
  position: relative;
  height: 65px;
  width: 160px;
  margin-top: 60px;
  background-color: var(--black);
  opacity: 0;
}

@media (max-width: 1279px) {
  .loading {
    margin-top: 30px;
  }
}

@media (max-width: 374px) {
  .loading {
    margin-top: 0px;
  }
}

.loader-border {
  position: absolute;
  height: 42px;
  width: 100%;
}

.loader-indicator {
  position: absolute;
  height: 18px;
  width: 12px;
  top: 12px;
  /* left: 11px; */
  z-index: 2;
  opacity: 0;
  /* animation: fadeIn 1s infinite; */
}

.loader-indicator-1 {
  left: 11px;
}

.loader-indicator-2 {
  left: 29px;
}

.loader-indicator-3 {
  left: 47px;
}

.loader-indicator-4 {
  left: 65px;
}

.loader-indicator-5 {
  left: 83px;
}

.loader-indicator-6 {
  left: 101px;
}

.loader-indicator-7 {
  left: 119px;
}

.loader-indicator-8 {
  left: 137px;
}

.loader-overlay {
  position: absolute;
  height: 20px;
  width: 14px;
  top: 11px;
  left: 28px;
  z-index: 3;
  opacity: 0;
  background-color: var(--black);
}

.loader-overlay-second {
  left: 46px;
}

.loader-overlay-third {
  left: 64px;
}

.loader-overlay-fourth {
  left: 82px;
}

.loader-overlay-fifth {
  left: 100px;
}

.loader-overlay-sixth {
  left: 118px;
}

.loader-overlay-seventh {
  left: 136px;
}

.loader-text {
  position: absolute;
  height: 17px;
  width: 131px;
  left: 6px;
  bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.who-we-are-container {
  position: relative;
  height: 1080px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1919px) {
  .who-we-are-container {
    height: 832px;
  }
}

@media (max-width: 1279px) {
  .who-we-are-container {
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px 0;
  }
}

@media (max-width: 767px) {
  .who-we-are-container {
    gap: 13.99vw 0;
  }
}

@media (max-width: 374px) {
  .who-we-are-container {
    gap: 6.99vw 0;
  }
}

.who-we-are-img {
  height: 477px;
  width: 738px;
}

.who-we-are-img img {
  transform: scale(0.1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.25, 1);
}

.who-we-are-img img.active {
  transform: scale(1);
}

@media (max-width: 1279px) {
  .who-we-are-img {
    height: 41vw;
    width: 60vw;
  }
}

@media (max-width: 767px) {
  .who-we-are-img {
    height: 174px;
    width: 255px;
  }
}

.who-we-are-title {
  position: absolute;
  height: 39px;
  width: 302px;
  top: 139px;
  left: 143px;
}

@media (max-width: 1919px) {
  .who-we-are-title {
    height: 40px;
    width: 308px;
  }
}

@media (max-width: 1279px) {
  .who-we-are-title {
    position: relative;
    height: 39px;
    width: 302px;
    top: 0;
    left: 0;
  }
}

.who-we-are-second .who-we-are-text {
  position: absolute;
  width: 892px;
  font: var(--who-we-are-second);
  color: var(--white);
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate(-5vw);
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    filter 1.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.who-we-are-second .who-we-are-text.active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  transform: translate(0);
  opacity: 1;
}

@media (max-width: 1919px) {
  .who-we-are-second .who-we-are-text {
    width: 562px;
  }
}

@media (max-width: 1279px) {
  .who-we-are-second .who-we-are-text {
    position: relative;
    width: 480px;
    order: 3;
    transform: translateY(20vw);
  }
}

@media (max-width: 767px) {
  .who-we-are-second .who-we-are-text {
    width: 302px;
  }
}

.who-we-are-smile-big {
  position: absolute;
  height: 224px;
  width: 224px;
  top: 212px;
  right: 133px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    filter 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (max-width: 1279px) {
  .who-we-are-smile-big {
    position: relative;
    height: 120px;
    width: 120px;
    top: 0;
    left: 0;
    right: 0;
    order: 2;
  }
}

.who-we-are-planet {
  position: absolute;
  height: 144px;
  width: 144px;
  left: 221px;
  bottom: 161px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    filter 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (max-width: 1919px) {
  .who-we-are-planet {
    left: 150px;
    bottom: 147px;
  }
}

@media (max-width: 1279px) {
  .who-we-are-planet {
    position: relative;
    height: 72px;
    width: 72px;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: 9.32vw;
    order: 4;
  }
}

.who-we-are-smile-big.active,
.who-we-are-planet.active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.who-we-are-third .who-we-are-text {
  position: absolute;
  width: 892px;
  text-align: center;
  font: var(--who-we-are-third);
  color: var(--white);
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate(-5vw);
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    filter 1.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.who-we-are-third .who-we-are-text.active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  transform: translate(0);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (max-width: 1919px) {
  .who-we-are-third .who-we-are-text {
    width: 562px;
    text-align: left;
  }
}

@media (max-width: 1279px) {
  .who-we-are-third .who-we-are-text {
    position: relative;
    width: 480px;
    order: 3;
    transform: translateY(20vw);
  }
}

@media (max-width: 767px) {
  .who-we-are-third .who-we-are-text {
    width: 302px;
  }
}

.who-we-are-heart {
  position: absolute;
  height: 92px;
  width: 112px;
  top: 243px;
  right: 120px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    filter 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (max-width: 1279px) {
  .who-we-are-heart {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    order: 2;
  }
}

.who-we-are-comment {
  position: absolute;
  height: 144px;
  width: 184px;
  left: 143px;
  bottom: 102px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    filter 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (max-width: 1279px) {
  .who-we-are-comment {
    position: relative;
    height: 120px;
    width: 154px;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: 22.32vw;
    order: 4;
  }
}

@media (max-width: 767px) {
  .who-we-are-comment {
    position: relative;
    height: 120px;
    width: 154px;
    margin-top: 9.32vw;
  }
}

.who-we-are-heart.active,
.who-we-are-comment.active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  transform: translate(0);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.partners-and-clients {
  max-width: 100vw;
}

.partners-and-clients-container {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 230px 214px 175px 125px;
}

@media (max-width: 1919px) {
  .partners-and-clients-container {
    max-width: 1280px;
    padding: 141px 149px 214px 182px;
  }
}

@media (max-width: 1279px) {
  .partners-and-clients-container {
    padding: 0;
    align-items: center;
    gap: 10vw 0px;
  }
}

@media (max-width: 767px) {
  .partners-and-clients-container {
    max-width: 429px;
  }
}

.partners-and-clients-title {
  height: 238px;
  width: 538px;
  margin-bottom: 123px;
}

@media (max-width: 1919px) {
  .partners-and-clients-title {
    height: 143px;
    width: 323px;
    margin-bottom: 74px;
  }
}

@media (max-width: 1279px) {
  .partners-and-clients-title {
    height: 238px;
    width: 540px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .partners-and-clients-title {
    height: 143px;
    width: 323px;
  }
}

@media (max-width: 374px) {
  .partners-and-clients-title {
    height: 103px;
    width: 273px;
  }
}

.partners-and-clients-description {
  display: flex;
}

@media (max-width: 1279px) {
  .partners-and-clients-description {
    flex-direction: column;
    align-items: center;
    gap: 60px 0px;
  }
}

@media (max-width: 374px) {
  .partners-and-clients-description {
    flex-direction: column;
    align-items: center;
    gap: 12px 0px;
  }
}

.partners-and-clients-smiles {
  height: 402px;
  width: 449px;
  margin: 0px 263px 0px 142px;
}

@media (max-width: 1919px) {
  .partners-and-clients-smiles {
    height: 241px;
    width: 269px;
    margin: 0px 158px 0px 85px;
  }
}

@media (max-width: 1279px) {
  .partners-and-clients-smiles {
    height: 265px;
    width: 300px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .partners-and-clients-smiles {
    height: 241px;
    width: 269px;
    margin: 0;
  }
}

@media (max-width: 374px) {
  .partners-and-clients-smiles {
    height: 151px;
    width: 215px;
    margin: 0;
  }
}

.partners-and-clients-text {
  width: 728px;
  display: flex;
  flex-wrap: wrap;
  font: var(--parners-and-clients);
  color: var(--white);
}

@media (max-width: 1919px) {
  .partners-and-clients-text {
    width: 437px;
  }
}

@media (max-width: 1279px) {
  .partners-and-clients-text {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .partners-and-clients-text {
    width: 352px;
  }
}

@media (max-width: 374px) {
  .partners-and-clients-text {
    width: 240px;
  }
}

.partners-and-clients-text .text-item {
  display: flex;
  overflow: hidden;
}

.partners-and-clients-text p span {
  display: inline-block;
  opacity: 0.5;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.25, 1);
}

.partners-and-clients-text p span.active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

@media (max-width: 1919px) {
  .partners-and-clients-text p span {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}

.what-we-offer-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.what-we-offer-title {
  height: 115px;
  width: 1255px;
  margin-bottom: 358px;
}

@media (max-width: 1919px) {
  .what-we-offer-title {
    height: 81px;
    width: 866px;
    margin-bottom: 109px;
  }
}

@media (max-width: 1279px) {
  .what-we-offer-title {
    height: 6.6vw;
    width: 70.4vw;
    margin: 0 auto 200px;
  }
}

@media (max-width: 767px) {
  .what-we-offer-title {
    height: 28px;
    width: 300px;
    margin: 0 auto 162px;
  }
}

@media (max-width: 374px) {
  .what-we-offer-title {
    width: 250px;
    margin: 0 auto 94px;
  }
}

.swiper-offer {
  width: 100%;
  height: 70% !important;
  opacity: 1;
}

@media (max-width: 374px) {
  .swiper-offer {
    height: 79% !important;
  }
}

.swiper-pagination-bullet {
  background: rgba(65, 65, 65, 1);
  opacity: 1;
  width: 60px;
  height: 12px;
  border-radius: 0;
  margin: 0px 24px 0px 0px !important;
}

.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.what-we-offer-list {
  width: 1255px;
  display: flex;
  gap: 0px 115px;
}

@media (max-width: 1919px) {
  .what-we-offer-list {
    width: 866px;
  }
}

@media (max-width: 1279px) {
  .what-we-offer-list {
    width: 100%;
    height: auto !important;
    gap: 0;
    margin-left: 28%;
  }
}

@media (max-width: 374px) {
  .what-we-offer-list {
    margin-left: 19%;
  }
}

@media (max-width: 1279px) {
  .what-we-offer-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.what-we-offer-item-img {
  height: 120px;
  width: 120px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate(-5vw);
  transition: filter 1.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 1279px) {
  .what-we-offer-item-img {
    transform: translate(10vw);
  }
}

@media (max-width: 374px) {
  .what-we-offer-item-img {
    height: 100px;
    width: 100px;
  }
}

.what-we-offer-item-img.active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  transform: translate(0);
}

.what-we-offer-item-text {
  font: var(--what-we-offer);
  color: var(--white);
}

.what-we-offer-item-text-word {
  display: flex;
}

.what-we-offer-item-text .what-we-offer-item-text-word span {
  display: inline-block;
  opacity: 0.1;
}

.what-we-offer-item-text .what-we-offer-item-text-word span.active {
  opacity: 1;
}

.waves {
  max-width: 100vw;
}
.waves-container {
  position: relative;
  height: 1080px;
  max-width: 1920px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1919px) {
  .waves-container {
    max-width: 1280px;
    height: 832px;
  }
}

@media (max-width: 1279px) {
  .waves-container {
    height: 1024px;
  }
}

@media (max-width: 767px) {
  .waves-container {
    max-width: 429px;
    height: 926px;
  }
}

.waves-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  /* max-height: 1200px; */
  /* width: 1920px; */
  width: 100vw;
  z-index: 1;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent,
    #000 2%,
    #000 98%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent,
    #000 2%,
    #000 98%,
    transparent 100%
  );
}

@media (max-width: 1919px) {
  .waves-img {
    /* max-height: 832px;
    width: 1280px; */
  }
}

@media (max-width: 1279px) {
  .waves-img {
    /* max-height: 1180px;
    width: 100%; */
  }
}

@media (max-width: 767px) {
  .waves-img {
    /* max-height: 926px;
    width: 428px; */
  }
}

.waves-img canvas {
  height: 100vh !important;
  width: 100vw !important;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 2%,
    #000 98%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 2%,
    #000 98%,
    transparent 100%
  );
}

.waves-logo {
  position: absolute;
  height: 226px;
  width: 904px;
  top: 360px;
  opacity: 0;
  z-index: 2;
  transition: opacity ease-in-out;
}

@media (max-width: 1919px) {
  .waves-logo {
    top: 247px;
  }
}

@media (max-width: 1279px) {
  .waves-logo {
    height: 17.84vw;
    width: 70.9vw;
    top: 42%;
  }
}

@media (max-width: 767px) {
  .waves-logo {
    height: 76px;
    width: 302px;
    top: 50%;
  }
}

@media (max-width: 374px) {
  .waves-logo {
    top: 40%;
  }
}

.provide-cat {
  position: absolute;
  height: 148px;
  width: 268px;
  left: 1000px;
  bottom: 176px;
  opacity: 0;
  transition: opacity ease-in-out;
}

@media (max-width: 1919px) {
  .provide-cat {
    left: 700px;
    bottom: 100px;
  }
}

@media (max-width: 1279px) {
  .provide-cat {
    height: 12.44vw;
    width: 21.13vw;
    top: 60%;
    left: 55%;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .provide-cat {
    height: 53px;
    width: 90px;
    top: 60%;
    left: 55%;
    bottom: 0;
  }
}

.provide-circle {
  position: absolute;
  height: 60px;
  width: 60px;
  left: 1156px;
  bottom: 160px;
  opacity: 0;
  transition: opacity ease-in-out;
}

@media (max-width: 1919px) {
  .provide-circle {
    left: 845px;
    bottom: 90px;
  }
}

@media (max-width: 1279px) {
  .provide-circle {
    height: 4.7vw;
    width: 4.7vw;
    left: 67%;
    top: 66%;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .provide-circle {
    height: 20px;
    width: 20px;
    left: 67%;
    top: 64%;
  }
}

@media (max-width: 374px) {
  .provide-circle {
    left: 71%;
    top: 67%;
  }
}

.provide {
  overflow: hidden;
}

.provide-container {
  height: 100%;
  width: 100%;
  max-height: 1200px;
  padding-top: 72px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

@media (width: 1920px) {
  .provide-container {
    padding-top: 6vh;
  }
}

@media (max-width: 1919px) {
  .provide-container {
    max-height: 100vh;
    padding-top: 8.65vh;
  }
}

@media (max-width: 1279px) {
  .provide-container {
    max-height: 100svh;
    padding-top: 7.03svh;
  }
}

@media (max-width: 767px) {
  .provide-container {
    padding-top: 7.78svh;
  }
}

/* @media (max-width: 374px) {
  .provide-container {
    height: 100%;
  }
} */

.provide-logo {
  align-self: flex-start;
  height: 24px;
  width: 96px;
  margin: 0 0 264px 428px;
}

@media (width: 1920px) {
  .provide-logo {
    height: 2vh;
    width: 8vh;
    margin: 0 0 20.5vh 35.67vh;
  }
}

@media (max-width: 1919px) {
  .provide-logo {
    height: 2.89vh;
    width: 11.3vh;
    margin: 0 0 23.68vh 12.98vh;
  }
}

@media (max-width: 1279px) {
  .provide-logo {
    height: 2.34svh;
    width: 9.32svh;
    margin: 0 0 8.69svh 5.66svh;
  }
}

@media (max-width: 767px) {
  .provide-logo {
    height: 2.59svh;
    width: 10.37svh;
    margin: 0 0 16.25svh 6.26svh;
  }
}

/* @media (max-width: 374px) {
  .provide-logo {
    top: 70px;
    left: 20px;
  }
} */

.provide-text-container {
  will-change: transform;
  display: flex;
  gap: 0px 72px;
  margin-bottom: 91px;
}

@media (width: 1920px) {
  .provide-text-container {
    gap: 0 6vh;
    margin-bottom: 7.58vh;
  }
}

@media (max-width: 1919px) {
  .provide-text-container {
    gap: 0 4.33vh;
    margin-bottom: 4.81vh;
  }
}

@media (max-width: 1279px) {
  .provide-text-container {
    flex-direction: column;
    align-items: center;
    gap: 3.52svh 0;
    margin-bottom: 5.96svh;
  }
}

@media (max-width: 767px) {
  .provide-text-container {
    gap: 6.7svh 0;
    margin-bottom: 7.07svh;
  }
}

.we-are-providing {
  height: 288px;
  width: 1033px;
}

@media (width: 1920px) {
  .we-are-providing {
    height: 24vh;
    width: 86.08vh;
  }
}

@media (max-width: 1919px) {
  .we-are-providing {
    height: 17.31vh;
    width: 62.14vh;
  }
}

@media (max-width: 1279px) {
  .we-are-providing {
    height: 17.58svh;
    width: 63.28svh;
  }
}

@media (max-width: 767px) {
  .we-are-providing {
    height: 11.23svh;
    width: 40.39svh;
  }
}

/* @media (max-width: 374px) {
  .we-are-providing {
    height: 70px;
    width: 278px;
    top: 120px;
    left: 20px;
  }
} */

.provide-cat-img {
  width: 374px;
  height: 332px;
}

@media (width: 1920px) {
  .provide-cat-img {
    width: 31.17vh;
    height: 27.67vh;
  }
}

@media (max-width: 1919px) {
  .provide-cat-img {
    width: 22.48vh;
    height: 20.31vh;
  }
}

@media (max-width: 1279px) {
  .provide-cat-img {
    width: 36.52svh;
    height: 33.01svh;
  }
}

@media (max-width: 767px) {
  .provide-cat-img {
    width: 31.86svh;
    height: 28.83svh;
  }
}

.get-started-container {
  display: flex;
  gap: 0px 92px;
}

@media (width: 1920px) {
  .get-started-container {
    gap: 0 7.67vh;
  }
}

@media (max-width: 1919px) {
  .get-started-container {
    gap: 0 4.81vh;
  }
}

@media (max-width: 1279px) {
  .get-started-container {
    gap: 0 4.4svh;
  }
}

@media (max-width: 767px) {
  .get-started-container {
    gap: 0 2.59svh;
  }
}

.get-started-container-left {
  display: flex;
  align-items: center;
}

.get-started-planet {
  width: 254px;
  height: 176px;
}

@media (width: 1920px) {
  .get-started-planet {
    width: 21.17vh;
    height: 14.67vh;
  }
}

@media (max-width: 1919px) {
  .get-started-planet {
    width: 15.26vh;
    height: 10.58vh;
  }
}

@media (max-width: 1279px) {
  .get-started-planet {
    width: 12.4svh;
    height: 8.59svh;
  }
}

@media (max-width: 767px) {
  .get-started-planet {
    width: 6.91svh;
    height: 4.75svh;
  }
}

.get-started-container-right {
  display: flex;
  flex-direction: column;
  gap: 80px 0px;
}

@media (width: 1920px) {
  .get-started-container-right {
    gap: 6.66vh 0;
  }
}

@media (max-width: 1919px) {
  .get-started-container-right {
    gap: 5.77vh 0;
  }
}

@media (max-width: 1279px) {
  .get-started-container-right {
    gap: 4.69svh 0;
  }
}

@media (max-width: 767px) {
  .get-started-container-right {
    gap: 2.59svh 0;
  }
}

.get-started-description {
  width: 584px;
  font: var(--provide-text);
  color: var(--gray);
}

@media (width: 1920px) {
  .get-started-description {
    width: 48.67vh;
  }
}

@media (max-width: 1919px) {
  .get-started-description {
    width: 35.1vh;
  }
}

@media (max-width: 1279px) {
  .get-started-description {
    width: 28.52svh;
  }
}

@media (max-width: 767px) {
  .get-started-description {
    width: 26.24svh;
  }
}

.get-started-btn {
  width: 256px;
  height: 25px;
  cursor: pointer;
}

@media (width: 1920px) {
  .get-started-btn {
    width: 21.33vh;
    height: 2.08vh;
  }
}

@media (max-width: 1919px) {
  .get-started-btn {
    width: 25.84vh;
    height: 1.51vh;
  }
}

@media (max-width: 1279px) {
  .get-started-btn {
    width: 21svh;
    height: 1.23svh;
  }
}

@media (max-width: 767px) {
  .get-started-btn {
    width: 23.22svh;
    height: 1.36svh;
  }
}

.get-started-btn img {
  object-fit: fill;
}

/* .get-started-container {
  position: absolute;
  height: 110px;
  width: 580px;
  right: 453px;
  bottom: 150px;
}

@media (max-width: 1919px) {
  .get-started-container {
    right: 124px;
    bottom: 120px;
  }
}

@media (max-width: 1279px) {
  .get-started-container {
    height: 325px;
    width: 292px;
    top: 50%;
    left: 30%;
    right: 0px;
    bottom: 120px;
  }
}

@media (max-width: 767px) {
  .get-started-container {
    left: 0;
  }
} */

/* .get-started-planet {
  position: absolute;
  height: 88px;
  width: 127px;
  left: 0;
  bottom: 0;
}

@media (max-width: 1279px) {
  .get-started-planet {
    top: 0;
    left: 50%;
  }
}

@media (max-width: 374px) {
  .get-started-planet {
    left: 33%;
  }
} */

/* @media (max-width: 1279px) {
  .get-started-description {
    top: 218px;
    left: 71px;
  }
}

@media (max-width: 374px) {
  .get-started-description {
    top: 130px;
    left: 47px;
  }
} */

/* @media (max-width: 1279px) {
  .get-started-btn {
    left: 71px;
  }
}

@media (max-width: 374px) {
  .get-started-btn {
    left: 49px;
    bottom: 103px;
  }
} */

.protection-container {
  height: 100%;
  max-height: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1919px) {
  .protection-container {
    height: 100%;
    max-height: 100vh;
  }
}

@media (max-width: 1279px) {
  .protection-container {
    height: 100%;
    max-height: 100svh;
  }
}

.protection-container-img {
  position: relative;
  height: 900px;
  width: 922px;
  margin: 0 auto;
}

@media (max-width: 1919px) {
  .protection-container-img {
    height: 706px;
    width: 709px;
  }
}

@media (max-width: 1279px) {
  .protection-container-img {
    width: 461px;
    height: 480px;
  }
}

@media (max-width: 767px) {
  .protection-container-img {
    width: 365px;
    height: 393px;
  }
}

@media (max-width: 374px) {
  .protection-container-img {
    width: 66.28vw;
    height: 42.33svh;
  }
}

.protection-img,
.security-img,
.exclusivity-img,
.solutions-img,
.partnership-img {
  position: absolute;
  height: 280px;
}

@media (max-width: 1919px) {
  .protection-img,
  .security-img,
  .exclusivity-img,
  .solutions-img,
  .partnership-img {
    height: 215px;
  }
}

@media (max-width: 1279px) {
  .protection-img,
  .security-img,
  .exclusivity-img,
  .solutions-img,
  .partnership-img {
    height: 140px;
  }
}

@media (max-width: 767px) {
  .protection-img,
  .security-img,
  .exclusivity-img,
  .solutions-img,
  .partnership-img {
    height: 111px;
  }
}

@media (max-width: 374px) {
  .protection-img,
  .security-img,
  .exclusivity-img,
  .solutions-img,
  .partnership-img {
    /* height: 20.57vw; */
    height: 11.99svh;
  }
}

.protection-img {
  width: 425px;
  top: 0;
  left: 0;
}

@media (max-width: 1919px) {
  .protection-img {
    width: 327px;
  }
}

@media (max-width: 1279px) {
  .protection-img {
    width: 212px;
  }
}

@media (max-width: 767px) {
  .protection-img {
    width: 168px;
  }
}

@media (max-width: 374px) {
  .protection-img {
    /* width: 32.82vw; */
    width: 28.25vw;
  }
}

.security-img {
  width: 335px;
  top: 310px;
  left: 0;
}

@media (max-width: 1919px) {
  .security-img {
    width: 257px;
    top: 245px;
  }
}

@media (max-width: 1279px) {
  .security-img {
    width: 167px;
    top: 170px;
  }
}

@media (max-width: 767px) {
  .security-img {
    width: 133px;
    top: 141px;
  }
}

@media (max-width: 374px) {
  .security-img {
    /* width: 25.94vw; */
    width: 22.08vw;
    top: 15.12svh;
  }
}

.exclusivity-img {
  width: 444px;
  top: 310px;
  right: 83.7px;
}

@media (max-width: 1919px) {
  .exclusivity-img {
    width: 341px;
    top: 245px;
    right: 64px;
  }
}

@media (max-width: 1279px) {
  .exclusivity-img {
    width: 222px;
    top: 170px;
    right: 42px;
  }
}

@media (max-width: 767px) {
  .exclusivity-img {
    width: 176px;
    top: 141px;
    right: 33px;
  }
}

@media (max-width: 374px) {
  .exclusivity-img {
    /* width: 33.69vw; */
    width: 29.12vw;
    top: 15.12svh;
    right: 7.71vw;
  }
}

.solutions-img {
  width: 387px;
  left: 0;
  bottom: 0;
}

@media (max-width: 1919px) {
  .solutions-img {
    width: 297px;
  }
}

@media (max-width: 1279px) {
  .solutions-img {
    width: 193px;
  }
}

@media (max-width: 767px) {
  .solutions-img {
    width: 153px;
  }
}

@media (max-width: 374px) {
  .solutions-img {
    /* width: 29.08vw; */
    width: 24.75vw;
  }
}

.partnership-img {
  width: 475px;
  right: 0;
  bottom: 0;
}

@media (max-width: 1919px) {
  .partnership-img {
    width: 365px;
  }
}

@media (max-width: 1279px) {
  .partnership-img {
    width: 237px;
  }
}

@media (max-width: 767px) {
  .partnership-img {
    width: 188px;
  }
}

@media (max-width: 374px) {
  .partnership-img {
    /* width: 35.73vw; */
    width: 30.93vw;
  }
}

.cat-container {
  position: relative;
}

@media (max-width: 1919px) {
  .cat-container {
    height: 215px;
    width: 307px;
    right: 29px;
    margin-left: auto;
  }
}

@media (max-width: 1279px) {
  .cat-container {
    height: 140px;
    width: 200px;
    right: 19px;
  }
}

@media (max-width: 767px) {
  .cat-container {
    width: 158px;
    height: 111px;
    right: 15px;
  }
}

@media (max-width: 374px) {
  .cat-container {
    width: 36.92vw;
    height: 11.88svh;
    right: 3.51vw;
  }
}

.cat-img {
  position: absolute;
  height: 160px;
  width: 340px;
  top: 0;
  right: 0;
}

@media (max-width: 1919px) {
  .cat-img {
    height: 115px;
    width: 246px;
    left: 61px;
  }
}

@media (max-width: 1279px) {
  .cat-img {
    height: 75px;
    width: 160px;
    left: 40px;
  }
}

@media (max-width: 767px) {
  .cat-img {
    width: 127px;
    height: 60px;
    left: 31px;
  }
}

@media (max-width: 374px) {
  .cat-img {
    /* height: 15.756vw;
    width: 35.38vw; */
    height: 6.48svh;
    width: 29.67vw;
    left: 7.33vw;
  }
}

.planet-img {
  position: absolute;
  height: 188px;
  width: 272px;
  top: 100px;
  right: 104px;
  z-index: 2;
}

@media (max-width: 1919px) {
  .planet-img {
    height: 136px;
    width: 197px;
    top: 79px;
    right: 75px;
  }
}

@media (max-width: 1279px) {
  .planet-img {
    width: 128px;
    height: 89px;
    top: 51px;
    right: 49px;
  }
}

@media (max-width: 767px) {
  .planet-img {
    width: 102px;
    height: 70px;
    top: 41px;
    right: 39px;
  }
}

@media (max-width: 374px) {
  .planet-img {
    /* height: 18.79vw;
    width: 27.91vw; */
    height: 7.56svh;
    width: 16.83vw;
    top: 4.43svh;
    right: 9.11vw;
  }
}

.planet-bg-img {
  position: absolute;
  height: 180px;
  width: 367px;
  top: 100px;
  right: 57px;
}

@media (max-width: 1919px) {
  .planet-bg-img {
    height: 130px;
    width: 265px;
    top: 82px;
    right: 41px;
  }
}

@media (max-width: 1279px) {
  .planet-bg-img {
    height: 85px;
    width: 173px;
    top: 53px;
    right: 27px;
  }
}

@media (max-width: 767px) {
  .planet-bg-img {
    width: 137px;
    height: 67px;
    top: 42px;
    right: 21px;
  }
}

@media (max-width: 374px) {
  .planet-bg-img {
    /* height: 17.86vw;
    width: 38.42vw; */
    height: 7.24svh;
    width: 25.01vw;
    top: 4.54svh;
    right: 4.91vw;
  }
}

.contacts-container {
  height: 100%;
  max-height: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 72px 0px 16px;
}

@media (width: 1920px) {
  .contacts-container {
    padding: 6vh 0 1.33vh;
  }
}

@media (max-width: 1919px) {
  .contacts-container {
    max-height: 100vh;
    padding: 8.65vh 0;
  }
}

@media (max-width: 1279px) {
  .contacts-container {
    height: 100svh;
    padding: 5.86svh 0;
  }
}

@media (max-width: 767px) {
  .contacts-container {
    padding: 6.48svh 0 4.32svh;
  }
}

.contacts-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 134px 0px;
}

@media (width: 2048px) {
  .contacts-info {
    gap: 3.5vh 0;
  }
}

@media (width: 1920px) {
  .contacts-info {
    gap: 11.17vh 0;
  }
}

@media (max-width: 1919px) {
  .contacts-info {
    gap: 8.05vh 0;
  }
}

@media (max-width: 1279px) {
  .contacts-info {
    gap: 6.54svh 0;
  }
}

@media (max-width: 767px) {
  .contacts-info {
    justify-content: space-between;
    gap: 0;
  }
}

.contacts-address-container {
  display: flex;
  justify-content: center;
  gap: 0px 48px;
}

@media (width: 1920px) {
  .contacts-address-container {
    gap: 0px 4vh;
  }
}

@media (max-width: 1919px) {
  .contacts-address-container {
    gap: 0px 2.89vh;
  }
}

@media (max-width: 1279px) {
  .contacts-address-container {
    gap: 0px 2.34svh;
  }
}

@media (max-width: 767px) {
  .contacts-address-container {
    flex-direction: column;
    align-items: center;
    gap: 6.3svh 0;
  }
}

.contacts-address-container-left {
  width: 624px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0px;
}

@media (width: 1920px) {
  .contacts-address-container-left {
    width: 52vh;
    gap: 1.67vh 0;
  }
}

@media (max-width: 1919px) {
  .contacts-address-container-left {
    width: 37.5vh;
    gap: 1.2vh 0;
  }
}

@media (max-width: 1279px) {
  .contacts-address-container-left {
    width: 30.47svh;
    gap: 0.98svh 0;
  }
}

@media (max-width: 767px) {
  .contacts-address-container-left {
    width: 33.69svh;
    gap: 1.08svh 0;
  }
}

.contacts-logo {
  width: 384px;
  height: 96px;
}

@media (width: 1920px) {
  .contacts-logo {
    width: 32vh;
    height: 8vh;
  }
}

@media (max-width: 1919px) {
  .contacts-logo {
    width: 23.08vh;
    height: 5.77vh;
  }
}

@media (max-width: 1279px) {
  .contacts-logo {
    width: 18.75svh;
    height: 4.69svh;
  }
}

@media (max-width: 767px) {
  .contacts-logo {
    width: 20.73svh;
    height: 5.18svh;
  }
}

.contacts-cat {
  width: 386px;
  height: 208px;
}

@media (width: 1920px) {
  .contacts-cat {
    width: 32.17vh;
    height: 17.33vh;
  }
}

@media (max-width: 1919px) {
  .contacts-cat {
    width: 23.2vh;
    height: 12.5vh;
  }
}

@media (max-width: 1279px) {
  .contacts-cat {
    width: 18.85svh;
    height: 10.16svh;
  }
}

@media (max-width: 767px) {
  .contacts-cat {
    width: 20.84svh;
    height: 11.23svh;
  }
}

.contacts-address-container-right {
  width: 624px;
}

@media (width: 1920px) {
  .contacts-address-container-right {
    width: 52vh;
  }
}

@media (max-width: 1919px) {
  .contacts-address-container-right {
    width: 37.5vh;
  }
}

@media (max-width: 1279px) {
  .contacts-address-container-right {
    width: 30.47svh;
  }
}

@media (max-width: 767px) {
  .contacts-address-container-right {
    width: 33.7svh;
  }
}

.address-link {
  display: inline-block;
  width: max-content;
  font: var(--paragraph-36);
  color: var(--white);
}

.address-link p {
  display: flex;
}

.contacts-phone-mail-container {
  display: flex;
  justify-content: center;
  gap: 0px 48px;
}

@media (width: 1920px) {
  .contacts-phone-mail-container {
    gap: 0 4vh;
  }
}

@media (max-width: 1919px) {
  .contacts-phone-mail-container {
    gap: 0 2.89vh;
  }
}

@media (max-width: 1279px) {
  .contacts-phone-mail-container {
    gap: 0 2.32svh;
  }
}

@media (max-width: 767px) {
  .contacts-phone-mail-container {
    flex-direction: column;
    align-items: center;
    gap: 3.89svh 0;
  }
}

.contacts-phone-mail-container-left {
  width: 624px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (width: 1920px) {
  .contacts-phone-mail-container-left {
    width: 52vh;
  }
}

@media (max-width: 1919px) {
  .contacts-phone-mail-container-left {
    width: 37.5vh;
  }
}

@media (max-width: 1279px) {
  .contacts-phone-mail-container-left {
    width: 30.47svh;
  }
}

@media (max-width: 767px) {
  .contacts-phone-mail-container-left {
    width: 33.7svh;
    align-items: flex-start;
    position: relative;
  }
}

.hello {
  width: 312px;
  height: 32px;
  /* margin-bottom: 234px; */
}

@media (width: 1920px) {
  .hello {
    width: 26vh;
    height: 1.67vh;
    /* margin-bottom: 19.5vh; */
  }
}

@media (max-width: 1919px) {
  .hello {
    width: 18.75vh;
    height: 1.92vh;
    /* margin-bottom: 14.06vh; */
  }
}

@media (max-width: 1279px) {
  .hello {
    width: 15.23svh;
    height: 1.56svh;
    /* margin-bottom: 11.43svh; */
  }
}

@media (max-width: 767px) {
  .hello {
    width: 16.85svh;
    height: 1.73svh;
    margin-bottom: 2.16svh;
  }
}

.hello-circle {
  width: 220px;
  height: 220px;
}

@media (width: 1920px) {
  .hello-circle {
    width: 18.33vh;
    height: 18.33vh;
  }
}

@media (max-width: 1919px) {
  .hello-circle {
    width: 13.22vh;
    height: 13.22vh;
  }
}

@media (max-width: 1279px) {
  .hello-circle {
    width: 10.74svh;
    height: 10.74svh;
  }
}

@media (max-width: 767px) {
  .hello-circle {
    width: 11.88svh;
    height: 11.88svh;
  }
}

.linked-circle {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

@media (max-width: 1279px) {
  .linked-circle {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .linked-circle {
    width: 36px;
    height: 36px;

    position: absolute;
    right: 0;
    top: 50%;
  }
}

.contacts-phone-mail-container-right {
  width: 624px;
  display: flex;
  flex-direction: column;
}

@media (width: 1920px) {
  .contacts-phone-mail-container-right {
    width: 52vh;
  }
}

@media (max-width: 1919px) {
  .contacts-phone-mail-container-right {
    width: 37.5vh;
  }
}

@media (max-width: 1279px) {
  .contacts-phone-mail-container-right {
    width: 30.47svh;
  }
}

@media (max-width: 767px) {
  .contacts-phone-mail-container-right {
    width: 33.7svh;
  }
}

.call {
  width: 248px;
  height: 32px;
  margin-bottom: 48px;
}

@media (width: 1920px) {
  .call {
    width: 20.67vh;
    height: 2.67vh;
    margin-bottom: 4vh;
  }
}

@media (max-width: 1919px) {
  .call {
    width: 14.9vh;
    height: 1.92vh;
    margin-bottom: 2.89vh;
  }
}

@media (max-width: 1279px) {
  .call {
    width: 12.11svh;
    height: 1.56svh;
    margin-bottom: 2.23svh;
  }
}

@media (max-width: 767px) {
  .call {
    width: 13.39svh;
    height: 1.73svh;
    margin-bottom: 2.56svh;
  }
}

.mail {
  width: 240px;
  height: 32px;
  margin: 72px 0px 48px;
}

@media (width: 1920px) {
  .mail {
    width: 20vh;
    height: 2.67vh;
    margin: 6vh 0 4vh;
  }
}

@media (max-width: 1919px) {
  .mail {
    width: 14.42vh;
    height: 1.92vh;
    margin: 4.33vh 0 2.89vh;
  }
}

@media (max-width: 1279px) {
  .mail {
    width: 11.72svh;
    height: 1.56svh;
    margin: 3.52svh 0 2.23svh;
  }
}

@media (max-width: 767px) {
  .mail {
    width: 12.96svh;
    height: 2.59svh;
    margin: 3.89svh 0 2.59svh;
  }
}

.contacts-item-link {
  display: flex;
  overflow: hidden;
  font: var(--paragraph-36);
  color: var(--white);
}

.contacts-item-link-letter {
  display: inline-block;
}

@media (max-width: 767px) {
  .contacts-footer {
    display: none;
  }
}

.footer-link {
  text-transform: uppercase;
  font: var(--caps-14);
  color: var(--gray-light);
}

.tell-is-container {
  height: 100%;
  max-height: 1200px;
  width: 100%;
  padding: 289px 0px 0px 297px;
  background-image: url('/content/tell-is/tell-is-bg.svg');
  background-repeat: no-repeat;
  background-size: 900px 829px;
  background-position: 990px 284px;
}

@media (width: 1920px) {
  .tell-is-container {
    padding: 12.26vh 0 0 19.71vh;
    background-size: 75vh 69.08vh;
    background-position: 82.5vh 23.67vh;
  }
}

@media (max-width: 1919px) {
  .tell-is-container {
    max-height: 100vh;
    padding: 12.26vh 0 0 18.99vh;
    background-size: 75.96vh 69.95vh;
    background-position: 90.26vh 17.07vh;
  }
}

@media (max-width: 1279px) {
  .tell-is-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100svh;
    padding: 6.91svh 0 0;
    background-size: 50.16svh 46.19svh;
    background-position: 50% 57.3svh;
  }
}

@media (max-width: 767px) {
  .tell-is-container {
    padding: 2.55svh 0 0;
    background-size: 31.35svh 28.89svh;
    background-position: 12.01svh 70.69svh;
  }
}

.tell-is-content {
  height: 100%;
  width: 542px;
  display: flex;
  flex-direction: column;
}

@media (width: 1920px) {
  .tell-is-content {
    width: 45.17vh;
  }
}

@media (max-width: 1919px) {
  .tell-is-content {
    width: 65.14vh;
  }
}

@media (max-width: 1279px) {
  .tell-is-content {
    width: 38.49svh;
  }
}

@media (max-width: 767px) {
  .tell-is-content {
    width: 100%;
    align-items: center;
  }
}

.tell-is-logo {
  width: 529px;
  height: 70px;
  margin-bottom: 68px;
}

@media (width: 1920px) {
  .tell-is-logo {
    width: 44.08vh;
    height: 5.83vh;
    margin-bottom: 5.67vh;
  }
}

@media (max-width: 1919px) {
  .tell-is-logo {
    width: 63.58vh;
    height: 8.41vh;
    margin-bottom: 8.17vh;
  }
}

@media (max-width: 1279px) {
  .tell-is-logo {
    width: 36.51svh;
    height: 4.09svh;
    margin-bottom: 4.76svh;
  }
}

@media (max-width: 767px) {
  .tell-is-logo {
    width: 31.44svh;
    height: 4.76svh;
    margin-bottom: 4.59svh;
  }
}

.tell-is-list {
  display: flex;
}

.tell-is-left {
  width: 226px;
  margin-right: 90px;
}

@media (width: 1920px) {
  .tell-is-left {
    width: 18.83vh;
    margin-right: 7.5vh;
  }
}

@media (max-width: 1919px) {
  .tell-is-left {
    width: 27.16vh;
    margin-right: 10.82vh;
  }
}

@media (max-width: 1279px) {
  .tell-is-left {
    width: 17.94svh;
    margin-top: 8.18svh;
    margin-right: 2.62svh;
  }
}

@media (max-width: 767px) {
  .tell-is-left {
    width: 19.2svh;
    margin-top: 8.75svh;
    margin-right: -4.19svh;
  }
}

.tell-is-left-top {
  margin-bottom: 50px;
}

@media (width: 1920px) {
  .tell-is-left-top {
    margin-bottom: 4.17vh;
  }
}

@media (max-width: 1919px) {
  .tell-is-left-top {
    margin-bottom: 6.01vh;
  }
}

@media (max-width: 1279px) {
  .tell-is-left-top {
    margin-bottom: 1.59svh;
  }
}

@media (max-width: 767px) {
  .tell-is-left-top {
    margin-bottom: 1.7svh;
  }
}

.tell-is-content-img {
  width: 120px;
  height: 120px;
  margin-bottom: 12px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (width: 1920px) {
  .tell-is-content-img {
    width: 10vh;
    height: 10vh;
    margin-bottom: 1vh;
  }
}

@media (max-width: 1919px) {
  .tell-is-content-img {
    width: 14.42vh;
    height: 14.42vh;
    margin-bottom: 1.44vh;
  }
}

@media (max-width: 1279px) {
  .tell-is-content-img {
    width: 9.52svh;
    height: 9.52svh;
    margin-bottom: 0.95svh;
  }
}

@media (max-width: 767px) {
  .tell-is-content-img {
    width: 10.2svh;
    height: 10.2svh;
    margin-bottom: 1.02svh;
  }
}

.tell-is-text {
  font: var(--tell-is-text);
  color: var(--white);
}

.tell-is-right {
  width: 226px;
}

@media (width: 1920px) {
  .tell-is-right {
    width: 18.83vh;
  }
}

@media (max-width: 1919px) {
  .tell-is-right {
    width: 27.16vh;
  }
}

@media (max-width: 1279px) {
  .tell-is-right {
    width: 17.94svh;
  }

  .tell-is-right .tell-is-content-img {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .tell-is-right {
    width: 19.2svh;
  }
}

.tell-is-right-top {
  margin-bottom: 50px;
}

@media (width: 1920px) {
  .tell-is-right-top {
    margin-bottom: 4.17vh;
  }
}

@media (max-width: 1919px) {
  .tell-is-right-top {
    margin-bottom: 6.01vh;
  }
}

@media (max-width: 1279px) {
  .tell-is-right-top {
    margin-bottom: 1.59svh;
  }
}

@media (max-width: 767px) {
  .tell-is-right-top {
    margin-bottom: 1.7svh;
  }
}
