/* stylelint-disable */

/* stylelint-disable */

/* stylelint-disable scss/operator-no-unspaced */

/* stylelint-disable scss/dollar-variable-colon-newline-after */

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Italic.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
  font-style: italic;
}

html {
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

button {
  border: none;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

input {
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.focus-visible {
  outline: auto 1px;
}

.ios .lock {
  position: relative;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:root {
  --font-family: "Raleway", sans-serif;
  --font-weight: 400;
  --content-width: 117rem;
  --container-offset: 1.5rem;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --transition: 0.3s;
  --clr-default-100: #fff;
  --clr-default-400: #181818;
  --clr-default-900: #000;
}

body {
  font-size: 1.6rem;
  color: var(--clr-default-400);
  background-color: #171420;
}

body.lock {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-width: 32rem;
  min-height: 100%;
}

.wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.wrapper[data-overlay=true]::before {
  opacity: 1;
  visibility: visible;
  transition: opacity var(--transition), visibility var(--transition);
}

main {
  flex-grow: 1;
}

.container {
  margin-inline: auto;
  padding-inline: var(--container-offset);
  width: 100%;
  max-width: var(--container-width);
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.btn-ghost {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  padding: 1.6rem 3.2rem;
  width: max-content;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), inset 0 -3px 0 0 rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.07);
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 100%;
  text-transform: capitalize;
  color: #000;
  background: linear-gradient(180deg, #99f8ff 0%, #00e6f6 100%);
  gap: 0.8rem;
}

.btn-ghost::before {
  content: "";
  display: flex;
  width: 2.2rem;
  background-image: url("../img/btn-ico.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 17/13;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 4rem;
  width: max-content;
  animation: pulse 3s ease-in-out infinite;
}

.btn-primary:hover {
  animation: inherit;
}

.btn-primary,
.btn-primary::after {
  position: relative;
  outline: transparent;
  border: 0;
  padding: 16px 20px;
  box-shadow: 6px 0px 0px #00e6f6;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 3px;
  color: #fff;
  background: linear-gradient(45deg, transparent 5%, #242b57 5%);
}

.btn-primary::after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 85% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);
  content: "Contact Us";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  clip-path: var(--slice-0);
  text-shadow: -3px -3px 0px #f8f005, 3px 3px 0px #00e6f6;
  background: linear-gradient(45deg, transparent 3%, #00e6f6 3%, #00e6f6 5%, #00e6f6 5%);
}

.btn-primary:hover::after {
  animation: 1s glitch;
  animation-timing-function: steps(2, end);
}

:host {
  display: block;
  contain: content;
  content-visibility: auto;
}

@keyframes glitch {
  0% {
    clip-path: var(--slice-1);
    transform: translate(-20px, -10px);
  }

  10% {
    clip-path: var(--slice-3);
    transform: translate(10px, 10px);
  }

  20% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 10px);
  }

  30% {
    clip-path: var(--slice-3);
    transform: translate(0px, 5px);
  }

  40% {
    clip-path: var(--slice-2);
    transform: translate(-5px, 0px);
  }

  50% {
    clip-path: var(--slice-3);
    transform: translate(5px, 0px);
  }

  60% {
    clip-path: var(--slice-4);
    transform: translate(5px, 10px);
  }

  70% {
    clip-path: var(--slice-2);
    transform: translate(-10px, 10px);
  }

  80% {
    clip-path: var(--slice-5);
    transform: translate(20px, -10px);
  }

  90% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 0px);
  }

  100% {
    clip-path: var(--slice-1);
    transform: translate(0);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
}

.paralax {
  transition: transform 0s ease-out;
  will-change: transform;
}

.menu__list {
  display: flex;
  align-items: center;
}

.menu__item:not(:last-child) {
  margin-right: 1.5rem;
}

.menu__link {
  padding: 1rem;
  font-weight: 500;
  font-size: 2rem;
  color: var(--clr-default-100);
  transition: color var(--transition);
}

.menu__link:hover {
  color: #99f8ff;
}

.logo {
  width: 19.2rem;
}

.burger {
  display: none;
}

.header {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 3rem;
}

.header__block {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header__link {
  display: flex;
  border: 2px solid var(--clr-default-100);
  padding: clamp(1.7rem, 1.3181818182rem + 1.1931818182vw, 2.75rem) clamp(2rem, 1.2727272727rem + 2.2727272727vw, 4rem);
  font-weight: 600;
  font-size: clamp(1.8rem, 1.7272727273rem + 0.2272727273vw, 2rem);
  color: var(--clr-default-100);
}

.footer__wrapper {
  display: flex;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: clamp(15rem, 15rem + 0vw, 15rem);
  min-height: 100vh;
}

.hero .background-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #171420;
  opacity: 0.8;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero__wrapper {
  display: flex;
  justify-content: center;
  gap: 5rem;
}

.hero__caption {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  color: #99f8ff;
}

.hero__title {
  margin-top: 2rem;
  margin-inline: auto;
  max-width: 80rem;
  font-weight: 700;
  font-size: clamp(4.5rem, 3.4818181818rem + 3.1818181818vw, 7.3rem);
  line-height: 120%;
  text-align: center;
  color: #fff;
}

.hero__text {
  margin-top: 2rem;
  margin-inline: auto;
  max-width: 60rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 169%;
  text-align: center;
  color: #9b9b9b;
}

.hero__btns {
  display: flex;
  margin-top: 2rem;
  margin-inline: auto;
  width: max-content;
  gap: 2rem;
}

.hero-info {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  gap: 2rem;
}

.hero-info__item {
  position: relative;
}

.hero-info__item::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  font-weight: 600;
  font-size: 2.4rem;
  color: #99f8ff;
}

.hero-info__num {
  font-weight: 500;
  font-size: 6.4rem;
  color: var(--clr-default-100);
}

.hero-info__text {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  color: #9b9b9b;
}

.hero__circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.hero-block {
  display: flex;
  flex-direction: column;
  padding: 2.8rem 2rem;
  width: max-content;
  gap: 2.5rem;
}

.hero-block_purple {
  right: 1.5rem;
  z-index: 1;
  background-color: #242b57;
}

.hero-block__item {
  display: flex;
  gap: 1rem;
}

.hero-block__ico {
  min-width: 6rem;
  min-height: 6rem;
}

.hero-block__caption {
  padding-top: 1.5rem;
  font-weight: 700;
  font-size: 2rem;
  color: var(--clr-default-100);
}

.hero-block__text {
  max-width: 20rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 131%;
  color: var(--clr-default-100);
}

.services {
  padding-block: 10rem;
}

.services__caption {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  color: #99f8ff;
}

.services__title {
  margin-top: 2rem;
  font-weight: 700;
  font-size: clamp(4rem, 3.2727272727rem + 2.2727272727vw, 6rem);
  line-height: 117%;
  text-align: center;
  color: var(--clr-default-100);
}

.services__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
  gap: 3rem;
}

.services-item {
  border-radius: 1.2rem;
  padding: 5rem 2.5rem;
  background: #1f1d2c;
}

.services-item__title {
  margin-top: 2rem;
  font-weight: 600;
  font-size: clamp(2.5rem, 2.2454545455rem + 0.7954545455vw, 3.2rem);
  color: var(--clr-default-100);
}

.services-item__text {
  margin-top: 1rem;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.4545454545rem + 0.4545454545vw, 2rem);
  line-height: 131%;
  color: #9b9b9b;
}

.services .btn-ghost {
  margin-top: 4rem;
  margin-inline: auto;
}

.subscribe {
  padding-block: clamp(7rem, 5.9090909091rem + 3.4090909091vw, 10rem) 20rem;
}

.subscribe__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  padding-block: 5.5rem 6.5rem;
  padding-inline: 2rem;
  background: #1f1d2c;
}

.subscribe__el-1 {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  border-style: solid;
  border-width: 3rem;
  border-color: #242b57;
  border-radius: 100%;
  width: 50rem;
  height: 50rem;
  transform: translate(-50%, -50%);
}

.subscribe__el-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  border-radius: 100%;
  width: 50rem;
  height: 50rem;
  background-color: #242b57;
  transform: translate(50%, 50%);
}

.subscribe__content {
  position: relative;
  z-index: 1;
}

.subscribe__caption {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  color: #99f8ff;
}

.subscribe__title {
  margin-top: 2rem;
  font-weight: 700;
  font-size: clamp(4rem, 3.2727272727rem + 2.2727272727vw, 6rem);
  text-align: center;
  color: var(--clr-default-100);
}

.subscribe__form {
  display: flex;
  margin-top: clamp(3rem, 1.5454545455rem + 4.5454545455vw, 7rem);
  margin-inline: auto;
  max-width: 70rem;
  gap: 2rem;
}

.subscribe__form input {
  flex-grow: 1;
  outline: none;
  border-radius: 1.2rem;
  padding: clamp(2.3rem, 2.1545454545rem + 0.4545454545vw, 2.7rem) clamp(2rem, 1.6363636364rem + 1.1363636364vw, 3rem);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), inset 0 -3px 0 0 rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.07);
  font-weight: 600;
  font-size: 2rem;
  background-color: var(--clr-default-100);
}

.message {
  padding-block: 10rem;
}

.message__subtitle {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  color: #99f8ff;
}

.message__title {
  margin-top: 2rem;
  font-weight: 700;
  font-size: clamp(4rem, 3.2727272727rem + 2.2727272727vw, 6rem);
  line-height: 117%;
  text-align: center;
  color: var(--clr-default-100);
}

.message__form {
  margin-top: 3rem;
  border-radius: 1.2rem;
  padding: clamp(3rem, 1.9090909091rem + 3.4090909091vw, 6rem) clamp(1.5rem, 0.5909090909rem + 2.8409090909vw, 4rem);
  background: #1f1d2c;
}

.message__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2rem;
  gap: 3rem;
}

.message__caption {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
  color: var(--clr-default-100);
}

.message input {
  outline: none;
  border-radius: 1.2rem;
  padding: clamp(2.3rem, 2.1545454545rem + 0.4545454545vw, 2.7rem) clamp(2rem, 1.6363636364rem + 1.1363636364vw, 3rem);
  width: 100%;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), inset 0 -3px 0 0 rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.07);
  font-weight: 600;
  font-size: 2rem;
  background-color: var(--clr-default-100);
}

.message textarea {
  outline: none;
  border-radius: 1.2rem;
  padding: clamp(2.3rem, 2.1545454545rem + 0.4545454545vw, 2.7rem) clamp(2rem, 1.6363636364rem + 1.1363636364vw, 3rem);
  width: 100%;
  min-height: 20rem;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), inset 0 -3px 0 0 rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.07);
  font-weight: 600;
  font-size: 2rem;
  background-color: var(--clr-default-100);
  resize: none;
}

.message__submit {
  margin-top: 2rem;
  padding: clamp(2.3rem, 2.1545454545rem + 0.4545454545vw, 2.7rem) clamp(2rem, 1.6363636364rem + 1.1363636364vw, 3rem);
  width: 100%;
}

.start {
  padding-block: 10rem;
  background: #1f1d2c;
}

.start__wrapper {
  display: flex;
  gap: 5rem;
}

.start__info {
  flex-grow: 1;
  flex-basis: 34%;
}

.start__caption {
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  color: #99f8ff;
}

.start__title {
  margin-top: 2rem;
  max-width: 63rem;
  font-weight: 700;
  font-size: clamp(4rem, 3.2727272727rem + 2.2727272727vw, 6rem);
  line-height: 117%;
  color: var(--clr-default-100);
}

.start__text {
  margin-top: 3rem;
  max-width: 55rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 169%;
  color: #9b9b9b;
}

.start__block {
  display: flex;
  align-items: center;
  margin-top: 3rem;
  gap: 2rem;
}

.start__details {
  position: relative;
  flex-grow: 1;
  flex-basis: 34%;
  overflow: hidden;
  border-radius: 1.2rem;
  padding: 5rem 2rem;
  background: #181420;
}

.start__list {
  position: relative;
  z-index: 1;
}

.start__list li {
  display: flex;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--clr-default-100);
  gap: 1rem;
}

.start__list li:not(:first-child) {
  margin-top: 1.5rem;
}

.start__list li::before {
  content: "";
  width: 1.3rem;
  height: 1rem;
  background-image: url("../img/start-checkmark.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.start__logo {
  position: absolute;
  right: 30%;
  top: 80%;
  transform: translate(50%, -50%);
}

.start__logo img {
  max-width: inherit;
}

@media (max-width: 62em) {
  .menu__list {
    flex-direction: column;
    margin: auto;
    padding-block: 4rem;
  }

  .menu__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .menu {
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 10;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-width: 32rem;
    background-color: #1f1d2c;
    transition: right var(--transition);
  }

  .menu--active {
    right: 0;
    transition: right var(--transition);
  }

  .burger {
    position: relative;
    z-index: 15;
    display: block;
    width: 2.5rem;
    height: 2rem;
    background-color: transparent;
  }

  .burger::after,
  .burger::before,
  .burger span {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background-color: #fff;
  }

  .burger::before {
    top: 0;
    transition: transform var(--transition), top var(--transition);
  }

  .burger::after {
    bottom: 0;
    transition: transform var(--transition), bottom var(--transition);
  }

  .burger span {
    top: 0.8rem;
    transition: transform var(--transition);
  }

  .burger--active::before {
    top: 0.8rem;
    transform: rotate(45deg);
    transition: transform var(--transition), top var(--transition);
  }

  .burger--active::after {
    bottom: 0.8rem;
    transform: rotate(-45deg);
    transition: transform var(--transition), bottom var(--transition);
  }

  .burger--active span {
    transform: scale(0);
    transition: transform var(--transition);
  }
}

@media (max-width: 65.625em) {
  .services__block {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 65.625em) and (max-width: 43.75em) {
  .services__block {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 59.375em) {
  .hero__wrapper {
    flex-direction: column;
  }
}

@media (max-width: 56.25em) {
  .message__block {
    grid-template-columns: repeat(1, 1fr);
  }

  .start__wrapper {
    flex-direction: column;
  }

  .start__details {
    padding-block: 10rem 40rem;
  }
}

@media (max-width: 46.875em) {
  .subscribe__form {
    flex-direction: column;
  }

  .subscribe .btn-ghost {
    width: 100%;
  }
}

@media (max-width: 40.625em) {
  .hero__btns {
    flex-direction: column;
  }

  .hero__btns a {
    width: 100%;
  }

  .hero-info {
    justify-content: center;
  }

  .hero-block {
    margin-top: 4rem;
    width: 100%;
  }

  .hero-block__text {
    max-width: 100%;
  }
}

@media (max-width: 31.25em) {
  .message .container {
    padding: 0;
  }

  .start__block {
    flex-direction: column;
  }

  .start__block a {
    width: 100%;
  }

  .start__logo {
    right: 50%;
  }
}

@media (max-width: 28.125em) {
  .hero-block__item {
    flex-direction: column;
  }
}
/*# sourceMappingURL=style.css.map */