@font-face {
  font-family: Gilroy;
  src: url(../../build/fonts/Gilroy-Regular.eot);
  src: url(../../build/fonts/Gilroy-Regular.eot?#iefix) format("embedded-opentype"), url(../../build/fonts/Gilroy-Regular.woff2) format("woff2"), url(../../build/fonts/Gilroy-Regular.woff) format("woff"), url(../../build/fonts/Gilroy-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Gilroy;
  src: url(../../build/fonts/Gilroy-Medium.eot);
  src: url(../../build/fonts/Gilroy-Medium.eot?#iefix) format("embedded-opentype"), url(../../build/fonts/Gilroy-Medium.woff2) format("woff2"), url(../../build/fonts/Gilroy-Medium.woff) format("woff"), url(../../build/fonts/Gilroy-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Gilroy;
  src: url(../../build/fonts/Gilroy-Semibold.eot);
  src: url(../../build/fonts/Gilroy-Semibold.eot?#iefix) format("embedded-opentype"), url(../../build/fonts/Gilroy-Semibold.woff2) format("woff2"), url(../../build/fonts/Gilroy-Semibold.woff) format("woff"), url(../../build/fonts/Gilroy-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Gilroy;
  src: url(../../build/fonts/Gilroy-Bold.eot);
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url(../../build/fonts/Gilroy-Bold.eot?#iefix) format("embedded-opentype"), url(../../build/fonts/Gilroy-Bold.woff2) format("woff2"), url(../../build/fonts/Gilroy-Bold.woff) format("woff"), url(../../build/fonts/Gilroy-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Gilroy;
  src: url(../../build/fonts/Gilroy-Extrabold.eot);
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url(../../build/fonts/Gilroy-Extrabold.eot?#iefix) format("embedded-opentype"), url(../../build/fonts/Gilroy-Extrabold.woff2) format("woff2"), url(../../build/fonts/Gilroy-Extrabold.woff) format("woff"), url(../../build/fonts/Gilroy-Extrabold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap
}

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

html {
  font-size: 10px;
  background: #000102
}

body {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 105%;
  color: #fff
}

body.noscroll {
  height: 100vh;
  overflow: hidden
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: 0 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  outline: 0
}

button::-moz-focus-inner {
  border: 0;
  padding: 0
}

a {
  text-decoration: none
}

.hidden {
  display: none !important
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 144rem;
  padding: 0 1.6rem
}

@media only screen and (min-width:1024px) {
  .container {
    padding: 0 2.4rem
  }
}

@media only screen and (min-width:1280px) {
  .container {
    padding: 0 6rem
  }
}

@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}

@keyframes scale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}

.flick-bttn {
  -webkit-animation: 1s infinite scale alternate;
  animation: 1s infinite scale alternate
}

.header {
  padding-top: 2.4rem
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__logo {
  width: 11rem
}

@media only screen and (min-width:1024px) {
  .header__logo {
    width: 14rem
  }
}

.header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.header__menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem
}

@media only screen and (min-width:1024px) {
  .header__menu {
    gap: 2.4rem
  }
}

.header__link {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 125%;
  color: #fff
}

@media only screen and (min-width:1024px) {
  .header__link {
    font-size: 1.6rem
  }
}

.footer_home {
  padding: 2.4rem 0 5rem
}

@media only screen and (min-width:1024px) {
  .footer_home {
    padding: 5rem 0
  }
}

.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem
}

.footer__logo {
  width: 11rem
}

@media only screen and (min-width:1024px) {
  .footer__logo {
    width: 14rem
  }
}

.footer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.footer__menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem
}

@media only screen and (min-width:1024px) {
  .footer__menu {
    gap: 2.4rem
  }
}

.footer__link {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 125%;
  color: #fff
}

@media only screen and (min-width:1024px) {
  .footer__link {
    font-size: 1.6rem
  }
}

.footer__links {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: .8rem
}

@media only screen and (min-width:1024px) {
  .footer__links {
    margin-top: 4.8rem;
    padding-top: 1.6rem;
    border-top: 1px solid #303d4a;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media only screen and (min-width:1440px) {
  .footer__links {
    margin-top: 7rem
  }
}

.footer__links a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #fff
}

.footer__links p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #aaa
}