 /* reset css  */

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

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}


p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

/* end reset css */

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fcfcfc;
}

section {
  width: 100%;
}

@font-face {
  font-family: 'Unbounded';
  src: url('./fonts/Unbounded-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

@font-face {
  font-family: 'TT Travels';
  src: url('./fonts/TT\ Travels\ Trial\ Regular.otf') format('opentype');
  font-weight: 500;
  font-style: regular;
  letter-spacing: 0;
  }

.font_unb {
  font-family: 'Unbounded';
  font-weight: 700;
  letter-spacing: 0;
}

.font_tt {
  font-family: 'TT Travels';
  font-weight: 500;
  letter-spacing: 0;
}

.glow_gradient {
  position: absolute;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  width: 280px;
  height: 240px;
  background: linear-gradient(180deg, #0088CC 54.17%, #52BBEF 91.77%);
  filter: blur(25px);
  z-index: -10;
  pointer-events: none;
  border-radius: 50%;
}

.hero__title {
  font-size: 30px;
  color: #171717;
  margin: 40px 20px 0;
}

.hero__title > * {
  display: block;
  line-height: 30px;
}

.hero__title > .font_tt {
  font-style: italic;
}

.hero__subtitle {
  font-size: 16px;
  color: #4D4D4D;
  margin: 20px;
  text-align: left;
  line-height: 100%;
}

.hero__cta {
  position: relative;
  margin: 0 20px;
}

.tg__logo {
  display: none;
}


.cta {
  width: 100%;
  padding: 16px;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  border: none;
  box-shadow: 0px 1px 7px 0px #4D4D4D,
              5px -8px 16px 0px #036A9D inset,
              0px 4px 8px 0px #52BBEF inset; 
  background: radial-gradient(56.94% 50% at 50% 50%, #52BBEF 0%, #0088CC 99.99%);
}


.cta__label {
  margin: 10px 20px 0 20px;
  font-size: 12px;
  line-height: 100%;
  color: #4D4D4D;
}






.services {
  overflow: hidden;
  margin-top: 60px;
}

.services__title {
  font-size: 24px;
  color: #171717;
  margin: 0 20px;
}

.services__title > * {
  display: block;
  line-height: 30px;
}

.services__title > .font_tt {
  font-style: italic;
}

.background_3d--services {
  position: absolute;
  right: -280px;
  top: -190px;
  width: 680px;
  height: 680px;
  background: url('./images/3d_1.png');
  background-position: center;
  background-size: cover;
  pointer-events: none;
  border-radius: 50%;
  z-index: -10;
  transform: rotate(20deg);
}


.background_3d--services::after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: 50px;
  right: 40px;
  height: 80%;
  width: 90%;
  filter: blur(23px);
  background-color: #52BBEF40;
  box-shadow: -7px 1px 0px 0px rgba(0, 0, 0, 0.09);
}

.services__cards {
  position: relative;
  margin: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.service__card {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 24px;
  color: #171717;
  background-color: rgba(222, 222, 222, 0.5);
  backdrop-filter: blur(4px);
  overflow: hidden;
  box-shadow: 11px 16px 20px 0px rgba(0, 0, 0, 0.09);
}

.service__card::before {
  content: "";
  position: absolute;
  top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: 24px;
  padding: 2px;
  background: radial-gradient(77.05% 253.56% at 32.65% 13.93%, #E2E2E2 0%, #949494 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.service__card--title {
  font-size: 20px;
}

.service__card--text {
  font-size: 14px;
}






.steps {
  position: relative;
  margin-top: 40px;
  padding: 0 20px;
}

.background_3d--steps {
  position: absolute;
  top: 55px;
  left: -80px;
  width: 335px;
  height: 335px;
  background: url('./images/3d_2.png');
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: 15;
}

.background_3d--steps::after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  left: 24px;
  height: 85%;
  width: 85%;
  filter: blur(18px);
  background-color: #52BBEF80;
  box-shadow: 15px 9px 0px 6px rgba(0, 0, 0, 0.09);
}

.steps__title {
  font-size: 24px;
  color: #171717;
  z-index: 10;
}

.steps__title > * {
  display: block;
  line-height: 24px;
}

.steps__title > .font_tt {
  font-style: italic;
}

.steps__cards {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
}

.steps__cards > :nth-child(even) {
  align-self: flex-start;
}

.step__card {
  z-index: 20;
  width: 75%;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 24px;
  background-color: rgba(222, 222, 222, 0.5);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 20px 16px 20px rgba(0, 0, 0, 0.09);
}

.step__card::before {
  content: "";
  position: absolute;
  top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: 24px;
  padding: 1px;
  background: radial-gradient(77.05% 253.56% at 32.65% 13.93%, #E2E2E2 0%, #949494 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.step__card--title {
  font-size: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.step__card--text {
  font-size: 14px;
}







.projects {
  margin-top: 70px
}

.projects__title {
  margin: 0 20px;
  font-size: 24px;
  color: #171717;
}

.projects__title > * {
  display: block;
  line-height: 24px;
}

.projects__cards {
  margin: 30px 20px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.project__card {
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 500px;
  height: 250px;
  border: 1px solid transparent;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  box-shadow: 20px 16px 20px rgba(0, 0, 0, 0.09);
}

.project__card::before {
  content: "";
  position: absolute;
  top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: 24px;
  padding: 1px;
  background: radial-gradient(77.05% 253.56% at 32.65% 13.93%, #E2E2E2 0%, #949494 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.project__card--content {
  display: flex;
  border-radius: inherit;
  border: inherit;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(222, 222, 222, 0.5);
  backdrop-filter: blur(15px);
}


.project__card--text {
  height: 70%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project__card--title {
  font-size: 24px;
  line-height: 100%;
}

.project__card--deadline,
.project__card--desc {
  font-size: 16px;
}

.project__card--desc {
  align-self: flex-end;
}

.project__card--link {
  font-size: 14px;
  line-height: 100%;
  color: #171717;
}

.background_3d--project__card1 {
  position: absolute;
  width: 250px;
  height: 250px;
  right: -20px;
  bottom: -20px;
  background: url('./images/3d_6.png');
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: -15;
}


.background_3d--project__card2 {
  position: absolute;
  width: 250px;
  height: 250px;
  right: -10px;
  bottom: -10px;
  background: url('./images/3d_7.png');
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: -15; 
}

.project__card--bottom {
  border-radius: inherit;
  border-top: 1px solid transparent;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: row;
  background-color: rgba(222, 222, 222, 0.5);
  backdrop-filter: blur(15px);
  justify-content: space-between;
  align-items: center;
}

.project__card--bottom::before {
  content: "";
  position: absolute;
  top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: 24px;
  padding: 1px;
  background: radial-gradient(77.05% 253.56% at 32.65% 13.93%, #E2E2E2 0%, #949494 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}








.advantages {
  position: relative;
  margin-top: 70px;
  overflow: hidden;
  padding-bottom: 30px;
}

.background_3d--advantages {
  z-index: 15;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 645px;
  height: 645px;
  background: url('./images/3d_3.png');
  background-position: center;
  background-size: cover;
  pointer-events: none;   
}

.background_3d--advantages::after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  height: 90%;
  width: 100%;
  filter: blur(23px);
  background-color: #52BBEF40;
  box-shadow: 7px 12px 20px 11px rgba(0, 0, 0, 0.3);
}


.advantages__title {
  margin: 0 20px;
  z-index: 10;
  font-size: 24px;
  color: #171717;
}

.advantages__title > * {
  display: block;
  line-height: 24px;
}

.advantages__title > .font_tt {
  font-style: italic;
}

.advantages__cards {
  margin: 30px 20px 0 20px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 15px;
}

.advantage__card {
  z-index: 20;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid transparent;
  border-radius: 24px;
  background-color: rgba(222, 222, 222, 0.5);
  backdrop-filter: blur(4px);
  box-shadow: 7px 14px 20px 0px rgba(0, 0, 0, 0.09);
}

.advantage__card::before {
  content: "";
  position: absolute;
  top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: 24px;
  padding: 1px;
  background: radial-gradient(77.05% 253.56% at 32.65% 13.93%, #E2E2E2 0%, #949494 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}







.b2b {
  margin-top: 70px;
  overflow: hidden;
}

.b2b__content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.background_3d--b2b {
  z-index: -15;
  position: absolute;
  width: 400px;
  height: 400px;
  top: 40px;
  right: -200px;
  transform: rotate(265deg);
  background: url('./images/3d_4.png');
  background-position: center;
  background-size: cover;
  pointer-events: none;  
}

.background_3d--b2b::after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 46px;
  top: 36px;
  height: 90%;
  width: 90%;
  filter: blur(23px);
  background-color: #52BBEF20;
  box-shadow: 3px -20px 20px 1px rgba(0, 0, 0, 0.2);
}

.b2b__title {
  margin-left: 20px;
  z-index: 10;
  font-size: 24px;
  color: #171717;
}

.b2b__title > * {
  display: block;
  line-height: 24px;
}

.b2b__contacts {
  margin: 30px 20px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.b2b__contact {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}

.b2b__contact--text {
  font-size: 16px;
  text-decoration: none;
  color: #4D4D4D;
}


.b2b__form {
  max-width: 500px;
  margin: 15px 20px 30px 20px;
  position: relative;
  border: 1px solid transparent;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 32px;
  background-color: rgba(222, 222, 222, 0.5);
  backdrop-filter: blur(4px);
  box-shadow: 20px 11px 20px 0px rgba(0, 0, 0, 0.09);
  align-self: center;
}



.b2b__form::before {
  content: "";
  position: absolute;
  top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: 32px;
  padding: 1px;
  background: radial-gradient(77.05% 253.56% at 32.65% 13.93%, #E2E2E2 0%, #949494 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.b2b__form::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  background: rgba(222, 222, 222, 0.7) url('./images/loading.gif') center / 50px no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}

.b2b__form._loading::after {
  opacity: 1;
  visibility: visible;
}

.b2b__form--result._success {
  width: 100%;
  padding: 14px;
  background-color: rgba(79, 237, 82, 0.3);
  border-radius: 24px;
  text-align: center;
  color: black;
  word-break: break-word;  
}

.b2b__form--result._fail {
  width: 100%;
  padding: 14px;
  background-color: rgba(243, 56, 56, 0.3);
  border-radius: 24px;
  text-align: center;
  color: black;
  word-break: break-word;  
}

.b2b__form--text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.b2b__inputs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.b2b__input {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #4D4D4D;
  padding: 10px 15px;
  color: #4D4D4D;
  background-color: transparent;
  font-size: 16px;
  line-height: 100%;
}

.b2b__input:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.b2b__form .cta {
  margin-top: 0;
}






.faq {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.background_3d--faq {
  z-index: -15;
  position: absolute;
  right: -70px;
  width: 300px;
  height: 280px;
  background: url('./images/3d_5.png');
  background-position: center;
  background-size: cover;
  pointer-events: none;   

}

.background_3d--faq::after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 17px;
  top: 36px;
  height: 71%;
  width: 84%;
  filter: blur(23px);
  background-color: #52BBEF70;
  box-shadow: -20px -5px 20px 0px rgba(0, 0, 0, 0.1);
}

.faq__title {
  margin: 0 20px;
  font-size: 24px;
}

.questions {
  margin: 30px 20px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid transparent;
  box-shadow: 11px 16px 20px 0px rgba(0, 0, 0, 0.09);
}

.questions::before {
  content: "";
  position: absolute;
  top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: 20px;
  padding: 1px;
  background: radial-gradient(77.05% 253.56% at 32.65% 13.93%, #E2E2E2 0%, #949494 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

details {
  padding: 20px;
  display: block;
  width: 100%;
  background-color: rgba(222, 222, 222, 0.5);
  backdrop-filter: blur(4px);
}


summary {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  position: relative;
}

summary::before {
  box-sizing: border-box;
  padding-left: 40px;
  right: 0;
  width: 15px;
  height: 15px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V4V3.5ZM11.3536 4.35355C11.5488 4.15829 11.5488 3.84171 11.3536 3.64645L8.17157 0.464466C7.97631 0.269204 7.65973 0.269204 7.46447 0.464466C7.2692 0.659728 7.2692 0.976311 7.46447 1.17157L10.2929 4L7.46447 6.82843C7.2692 7.02369 7.2692 7.34027 7.46447 7.53553C7.65973 7.7308 7.97631 7.7308 8.17157 7.53553L11.3536 4.35355ZM1 4V4.5L11 4.5V4V3.5L1 3.5V4Z" fill="%23171717"/></svg>')
    no-repeat 50% 50% / 15px 15px;
  content: "";
  position: absolute;
  transition: transform .5s;
}

details[open] > summary:before {
    transform: rotateZ(90deg);
}

details[open] {
    padding-bottom: 0;
}

details::details-content {
  display: block;
  block-size: 0;
  overflow: hidden;
  transition-property: block-size, content-visibility;
  transition-duration: 0.5s;
  transition-behavior: allow-discrete;
}

details[open]::details-content {
  block-size: auto;
  block-size: calc-size(auto, size);
}



.answer {
  padding: 20px 10px;
  width: 100%;
}

.question__text {
  font-size: 12px;
  line-height: 100%;
}






.footer {
  margin: 30px 20px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__nav {
  list-style: none;
  padding: 0;
}

.footer__nav > li {
  margin-top: 15px;
}

.footer__link {
  font-size: 24px;
  line-height: 100%;
  text-decoration: none;
  color: #171717;;
}

.footer > .svg_wrapper {
  width: 100%;
}

.footer__svg {
  display: block;  
  width: 100%;        
  height: auto;       
}

.designed_by {
  font-size: 10px;
  color: #4D4D4D;
  margin: 20px;
}



dialog {
  border: none;
  margin: 20px auto;
}

dialog > button {
  display: block;
  margin: 0 auto;
  padding: 16px;
  margin-top: 20px;
  text-align: center;
}

dialog > p,
dialog > ul {
  font-size: 20px;
}


@media (min-width: 500px) {
  .partners {
    min-height: 600px;
  }
  .partner__img {
    height: 350px;
    width: 350px;
    border-radius: 32px;
  }
}



/* desktop */
@media (min-width: 1024px) {
  

  .hero {
    width: calc(100% - 160px);
    margin: 0 auto;
    max-width: 1280px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__title {
    font-size: 64px;
  }

  .hero__subtitle {
    font-size: 32px;
  }

  .hero__title > * {
    line-height: 72px;
  }

  .tg__logo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .tg__logo--img {
    width: 100%;
    height: 90%;
    object-fit: contain;
  }

  .cta__label br {
    display: block;
  }

  .cta:hover {
    cursor: pointer;
  }

  .services__title {
    font-size: 64px;
    width: calc(100% - 160px);
    margin: 80px auto;
    max-width: 1280px;
  }

  .services__title > * {
    line-height: 72px;
  }

  .background_3d--services {
    width: 1200px;
    height: 1200px;
    right: -200px;
    top: -500px;
  }

  .background_3d--services::after {
    bottom: 85px;
  }

  .services__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1280px;
    width: calc(100% - 160px);
    margin: 40px auto;
  }

  .service__card {
    max-width: 620px;
    gap: 80px;
    padding: 30px;
  }

  .service__card1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .service__card2 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .service__card3 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    align-self: center;
  }

  .service__card--title {
    font-size: 32px;
  }
  .service__card--text {
    font-size: 24px;
  }





  .steps {
    padding: 0;
    max-width: 1280px;
    width: calc(100% - 160px);
    margin: 80px auto;
  }

  .steps__title {
    font-size: 64px;
  }

  .steps__title > * {
    line-height: 72px;
  }

  br {
    display: none;
  }


  .background_3d--steps {
    width: 500px;
    height: 500px;
    left: 30%;
  }

  .background_3d--steps::after {
    background-color: #52BBEF50;
  }

  .steps__cards {
    gap: 0;
  }

  .step__card {
    max-width: 620px;
    padding: 30px;
  }

  .step__card--title {
    font-size: 32px;
  }

  .step__card--text {
    font-size: 24px;
  }




  .projects {
    max-width: 1280px;
    width: calc(100% - 160px);
    margin: 160px auto;
  }

  .projects__title {
    font-size: 64px;
    margin: 0;
  }

  .projects__title > * {
    line-height: 72px;
  }

  .projects__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 30px 0 0 0;
  }

  .project__card {
    max-width: 620px;
    height: 460px;
  }

  .project__card--text {
    padding: 32px;
  }

  .project__card--title {
    font-size: 48px;
  }

  .project__card--deadline,
  .project__card--desc {
    font-size: 24px;
  }

  .project__card--link {
    font-size: 32px;
  }

  .project__card--bottom > .svg_wrapper svg {
    width: 30px;
    height: 30px;
  }

  .project__card--bottom {
    padding: 35px;
  }

  .background_3d--project__card1 {
    height: 400px;
    width: 400px;
    bottom: -40px;
    right: -40px;
  }

  .background_3d--project__card2 {
    height: 400px;
    width: 400px;
    bottom: -20px;
    right: -20px;
  }

  .advantages {
    max-width: 1280px;
    width: calc(100% - 160px);
    margin: 80px auto;
    min-height: 750px;
    overflow: visible;
  }

  .background_3d--advantages {
    z-index: -10;
  }

  .advantages__title {
    font-size: 64px;
    width: 50%;
    margin: 0;
  }

  .advantages__title > * {
    line-height: 72px;
  }

  .advantages__cards {
    margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: absolute;
    gap: 40px;
    top: -30px;
  }

  .advantages__cards > *:first-child {
    grid-column: 2;
  }

  .advantage__card {
    padding: 30px;
    max-width: 620px;
  }

  .advantage__card--title {
    font-size: 32px;
  }

  .advantage__card--text {
    font-size: 24px;
  }




  .b2b {
    min-height: 900px;
  }

  .b2b__title {
    max-width: 1280px;
    width: calc(100% - 160px);
    margin: 20px auto;
    font-size: 64px;
  }

  .b2b__title > * {
    line-height: 72px;
  }

  .background_3d--b2b {
    width: 800px;
    height: 800px;
  }

  .b2b__content {
    position: relative;
    max-width: 1280px;
    width: calc(100% - 160px);
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .b2b__content > * {
    margin: 0;
  }

  .background_3d--b2b {
    width: 800px;
    height: 800px;
    top: -150px;
    right: -250px;
  }

  .b2b__contacts {
    align-self: center;
  }

  .b2b__form {
    padding: 40px;
    max-width: 620px;
  }

  .b2b__form--text {
    font-size: 24px;
    gap: 30px;
  }

  .form__svg {
    width: 60px;
    height: 40px;
  }

  .b2b__input {
    padding: 16px;
    font-size: 32px;
  }

  .cta {
    font-size: 32px;
  }

  .cta__label {
    font-size: 16px;
    text-align: center;
  }

  .b2b__contact--text {
    font-size: 26px;
  }

  .b2b__contact > .svg_wrapper svg {
    width: 30px;
    height: 30px;
  }


  .faq {
    overflow: visible;
    position: unset;
    margin: 0;
  }

  .faq__title {
    font-size: 64px;
    line-height: 72px;
    max-width: 1280px;
    width: calc(100% - 160px);
    margin: 0 auto;
  }

  .questions {
    position: relative;
    max-width: 1280px;
    width: calc(100% - 160px);
    margin: 40px auto;
  }

  details {
    padding: 64px;
  }

  details:hover {
    cursor: pointer;
  }

  .question__text, .answer {
    font-size: 32px;
  }

  summary {
    gap: 30px;
  }

  summary::before {
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V4V3.5ZM11.3536 4.35355C11.5488 4.15829 11.5488 3.84171 11.3536 3.64645L8.17157 0.464466C7.97631 0.269204 7.65973 0.269204 7.46447 0.464466C7.2692 0.659728 7.2692 0.976311 7.46447 1.17157L10.2929 4L7.46447 6.82843C7.2692 7.02369 7.2692 7.34027 7.46447 7.53553C7.65973 7.7308 7.97631 7.7308 8.17157 7.53553L11.3536 4.35355ZM1 4V4.5L11 4.5V4V3.5L1 3.5V4Z" fill="%23171717"/></svg>')
      no-repeat 50% 50% / 30px 30px;
    content: "";
  }

  summary > .svg_wrapper svg {
    height: 30px;
    width: 30px;
  }

  .background_3d--faq {
    right: -80px;
    top: -150px;
    width: 750px;
    height: 850px;
  }

  .background_3d--faq::after {
    right: 62px;
    top: 86px;
    height: 80%;
    width: 84%;
  }

  .footer {
    max-width: 1280px;
    width: calc(100% - 160px);
    margin: 120px auto 0 auto;
    display: flex;
    flex-direction: row;
  }

  .footer__nav {
    align-self: center;
  }

  .footer__link:hover {
    cursor: pointer;
  }

  .designed_by {
    max-width: 1280px;
    width: calc(100% - 160px);
    margin: 40px auto;
    font-size: 24px;
  }

}


@media (min-width: 1440px) {}