@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font: 1em monospace, monospace;
}
a {
  background: 0 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font: 1em monospace, monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font: 100%/1.15 inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --body-background-color: #000;
  --header-background-color: #000;
  --text-title-color: linear-gradient(87.05deg, #fff 54.97%, #171628 152.38%);
  --button-orange-background-color: #00b6ff;
  --button-orange-border-color: #00b6ff;
  --button-orange-color: #fff;
  --button-white-background-color: var(--button-white-background-color)
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0) 100%
      ),
    #fff;
  --button-white-border-color: #fff;
  --button-white-border-text-color: #fff;
  --button-white-color: #000;
  --metamask-orange-gradient: linear-gradient(
    0deg,
    #c35330 0%,
    #fab7a2 47.33%,
    #f4673b 100%
  );
  --color-alizarin-crimson: #ff0014;
}
body#dark {
  --body-background-color: #1d1b21;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  transition: 0.4s ease;
}
.btn:active {
  transform: scale(0.95);
}
.btn.progress,
.btn:disabled {
  opacity: 0.5;
}
.btn.progress:hover,
.btn:disabled:hover {
  opacity: 0.5;
  transform: none !important;
  box-shadow: none !important;
}
.btn.progress:active,
.btn:disabled:active {
  transform: scale(1);
}
.btn-circle {
  border-radius: 60px;
}
.btn-rounded {
  border-radius: 46px;
}
.btn-center {
  margin: 0 auto;
}
.btn-border {
  background: 0 0;
}
.btn-fill {
  border-color: transparent;
}
.btn-hollow {
  border: 1px solid #ff0014;
}
.btn-orange {
  color: var(--button-orange-color);
  border: 2px solid #ff0014;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #ff0014;
}
.btn-orange-cl-solid {
  background: #ff0014;
}
.btn-white {
  background: var(--button-white-background-color);
  color: var(--button-white-color);
  border: 2px solid var(--button-white-border-color);
}
.btn-white.btn-border {
  color: var(--button-white-border-text-color);
}
@font-face {
  font-family: TTCommons;
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Thin.eot);
  src: local("TTCommons"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Thind41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Thin.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Thin.ttf)
      format("truetype");
}
@font-face {
  font-family: TTCommons;
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-ExtraLight.eot);
  src: local("TTCommons"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-ExtraLightd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-ExtraLight.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-ExtraLight.ttf)
      format("truetype");
}
@font-face {
  font-family: TTCommons;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Light.eot);
  src: local("TTCommons"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Lightd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Light.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Light.ttf)
      format("truetype");
}
@font-face {
  font-family: TTCommons;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Regular.eot);
  src: local("TTCommons"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Regulard41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Regular.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Regular.ttf)
      format("truetype");
}
@font-face {
  font-family: TTCommons;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Medium.eot);
  src: local("TTCommons"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Mediumd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Medium.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Medium.ttf)
      format("truetype");
}
@font-face {
  font-family: TTCommons;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-DemiBold.eot);
  src: local("TTCommons"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-DemiBoldd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-DemiBold.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-DemiBold.ttf)
      format("truetype");
}
@font-face {
  font-family: TTCommons;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Bold.eot);
  src: local("TTCommons"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Boldd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Bold.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Bold.ttf)
      format("truetype");
}
@font-face {
  font-family: TTCommons;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-ExtraBold.eot);
  src: local("TTCommons"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-ExtraBoldd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-ExtraBold.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-ExtraBold.ttf)
      format("truetype");
}
@font-face {
  font-family: TTCommons;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Black.eot);
  src: local("TTCommons"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Blackd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Black.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/TTCommons/TTCommons-Black.ttf)
      format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Thin.eot);
  src: local("Montserrat"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Thind41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Thin.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Thin.ttf)
      format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-ExtraLight.eot);
  src: local("Montserrat"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-ExtraLightd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-ExtraLight.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-ExtraLight.ttf)
      format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Light.eot);
  src: local("Montserrat"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Lightd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Light.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Light.ttf)
      format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Regular.eot);
  src: local("Montserrat"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Regulard41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Regular.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Regular.ttf)
      format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Medium.eot);
  src: local("Montserrat"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Mediumd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Medium.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Medium.ttf)
      format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Bold.eot);
  src: local("Montserrat"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Boldd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Bold.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Bold.ttf)
      format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-ExtraBold.eot);
  src: local("Montserrat"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-ExtraBoldd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-ExtraBold.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-ExtraBold.ttf)
      format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Black.eot);
  src: local("Montserrat"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Blackd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Black.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/Montserrat/Montserrat-Black.ttf)
      format("truetype");
}
@font-face {
  font-family: Karla;
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Karla/Karla-ExtraLight.eot);
  src: local("Karla"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-ExtraLightd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-ExtraLight.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-ExtraLight.ttf)
      format("truetype");
}
@font-face {
  font-family: Karla;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Karla/Karla-Light.eot);
  src: local("Karla"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-Lightd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-Light.woff) format("woff"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-Light.ttf) format("truetype");
}
@font-face {
  font-family: Karla;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Karla/Karla-Regular.eot);
  src: local("Karla"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-Regulard41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-Regular.woff) format("woff"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-Regular.ttf)
      format("truetype");
}
@font-face {
  font-family: Karla;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Karla/Karla-Medium.eot);
  src: local("Karla"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-Mediumd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-Medium.woff) format("woff"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-Medium.ttf)
      format("truetype");
}
@font-face {
  font-family: Karla;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Karla/Karla-SemiBold.eot);
  src: local("Karla"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-SemiBoldd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-SemiBold.woff) format("woff"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-SemiBold.ttf)
      format("truetype");
}
@font-face {
  font-family: Karla;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Karla/Karla-Bold.eot);
  src: local("Karla"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-Boldd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-Bold.woff) format("woff"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Karla;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url(../themes/tokelia/assets/fonts/Karla/Karla-ExtraBold.eot);
  src: local("Karla"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-ExtraBoldd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-ExtraBold.woff)
      format("woff"),
    url(../themes/tokelia/assets/fonts/Karla/Karla-ExtraBold.ttf)
      format("truetype");
}
*,
::after,
::before {
  box-sizing: inherit;
  font-family: Montserrat, sans-serif;
  margin: 0;
  padding: 0;
}
html {
  margin: 0 auto;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
body {
  background: var(--body-background-color);
  margin: 0 auto;
  cursor: default;
  overflow-x: hidden;
  color: #fff;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
.button,
.pg-farming .sectionBuild__link,
a,
p,
span {
  transition: 0.4s ease;
  outline: 0;
}
.section {
  width: 100%;
}
.container {
  max-width: 1030px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
h1 {
  color: #fff;
}
ul {
  list-style: none;
}
.visually-hidden {
  display: none;
}
.background-img {
  position: absolute;
}
.block-header .primary-header {
  margin: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 75px;
  text-align: center;
  font-feature-settings: "liga" off;
}
@media (max-width: 768px) {
  .block-header .primary-header {
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 428px) {
  .block-header .primary-header {
    font-size: 32px;
    line-height: 37px;
  }
}
.block-header .secondary-header {
  font: normal normal 20px/23px TTCommons, sans-serif;
  margin: 0;
  text-align: center;
  opacity: 0.5;
}
.tablinks {
  display: flex;
}
.tablinks__link {
  font: normal 400 18px/21px Montserrat, sans-serif;
  all: unset;
  cursor: pointer;
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 2px solid #2e2e35;
  text-align: center;
  text-transform: uppercase;
  font-feature-settings: "liga" off;
  opacity: 0.6;
  transition: 0.4s ease;
}
.tablinks__link:hover {
  opacity: 0.8;
}
.tablinks__link:last-child {
  margin-left: 2px;
}
.tablinks .link-active {
  color: #ff0014;
  font-weight: 700;
  border-bottom: 3px solid #ff0014;
  opacity: 1;
}
.gray-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gray-list__item {
  font: normal 700 17px/30px Karla, sans-serif;
  margin-right: 6px;
  margin-top: 6px;
  padding: 3px 8px;
  color: #fff;
  font-feature-settings: "liga" off;
  background: #34313b;
  border-radius: 4px;
}
.icon::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button,
.pg-farming .sectionBuild__link {
  font: normal bold 16px/18px Montserrat, sans-serif;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  padding: 0 31px;
  background: #ff0014;
  border-width: 0;
  border-radius: 46px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #fff;
  top: 0;
  position: relative;
  transition: top 0.15s ease-in;
}
.button:hover,
.pg-farming .sectionBuild__link:hover {
  top: -5px;
  text-decoration: none;
}
.button .textBtn,
.pg-farming .sectionBuild__link .textBtn {
  cursor: pointer;
}
.button .btnIcon,
.pg-farming .sectionBuild__link .btnIcon {
  width: 23px;
  height: 12px;
  margin-left: 27px;
}
.pg-main {
  overflow: hidden;
}
.about {
  position: relative;
  margin: 40px auto 0;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
.about .background-img-first {
  top: 0;
  left: 576px;
  z-index: -1;
}
@media (max-width: 768px) {
  .about .background-img-first {
    width: 300px;
    right: 100px;
    left: auto;
    top: -40px;
  }
}
@media (max-width: 428px) {
  .about .background-img-first {
    width: 246px;
    left: 10px;
    top: -35px;
  }
}
.about .background-img-second {
  top: 19px;
  left: 709px;
  z-index: -2;
}
@media (max-width: 768px) {
  .about .background-img-second {
    width: 250px;
    right: 30px;
    left: auto;
    top: -40px;
    transform: rotate(210deg);
  }
}
@media (max-width: 428px) {
  .about .background-img-second {
    width: 192px;
    right: 35px;
    top: 20px;
    transform: rotate(210deg);
  }
}
.about .background-img-third {
  top: 143px;
  left: 499px;
  z-index: -3;
}
@media (max-width: 768px) {
  .about .background-img-third {
    width: 192px;
    right: 230px;
    left: auto;
    top: 55px;
  }
}
@media (max-width: 428px) {
  .about .background-img-third {
    left: 10px;
    top: 70px;
  }
}
.about__header {
  font: normal 800 83px/85px Montserrat, sans-serif;
  max-width: 755px;
  margin-right: 0;
  margin: 0;
  background: linear-gradient(86.23deg, #00b6ff 54.52%, #171628 83.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-feature-settings: "liga" off;
}
@media (max-width: 768px) {
  .about__header {
    margin-top: 90px;
    width: 300px;
    background: linear-gradient(86.23deg, #00b6ff 54.52%, #171628 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 40px;
  }
}
.about__header:before {
  content: attr(sub-text);
  display: block;
}
.about__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .about__content {
    flex-direction: column;
    justify-content: center;
  }
}
.about__description {
  font: normal normal 22px/25px TTCommons, sans-serif;
  max-width: 445px;
  margin: 57px 0 0 0;
  opacity: 0.85;
}
@media (max-width: 428px) {
  .about__description {
    margin-top: 17px;
  }
}
.about__buttons {
  margin: 30px 0 0 0;
  max-width: 360px;
  display: flex;
  justify-content: flex-start;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  font-feature-settings: "kern" off, "liga" off;
}
@media (max-width: 428px) {
  .about__buttons {
    margin-top: 20px;
    flex-direction: column;
  }
}
.about__buttons-call {
  margin-right: 15px;
  width: 175px;
  height: 50px;
}
@media (max-width: 428px) {
  .about__buttons-call {
    width: 100%;
  }
}
.about__buttons-call:hover {
  background: #2a2730;
}
.about__buttons-contact {
  width: 195px;
  height: 50px;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 428px) {
  .about__buttons-contact {
    width: 100%;
    margin-top: 15px;
    justify-content: center;
  }
  .about__buttons-contact img {
    margin-left: 15px;
  }
}
.about__buttons-contact:hover {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.3) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #ff0014;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
}
.about__achievements {
  margin-top: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 353px;
}
@media (max-width: 852px) {
  .about__achievements {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 428px) {
  .about__achievements {
    width: 100%;
    margin: 0;
    margin-top: 50px;
  }
}
.icon-arrow-right:before {
  content: "";
  position: relative;
  display: block;
  width: 24px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: cover;
}
.why-us {
  margin: 50px auto 0;
}
.why-us .primary-header {
  background: linear-gradient(87.05deg, #fff 51.97%, #171628 77.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .why-us .primary-header {
    background: linear-gradient(to right, #fff 51.97%, #171628 85.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.why-us__content {
  min-height: 532px;
  margin-top: 35px;
  padding: 48px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 3px solid #2e2e35;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .why-us__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    align-items: center;
  }
}
@media (max-width: 650px) {
  .why-us__content {
    width: 100%;
    margin-top: -50px;
    margin-bottom: -50px;
    border: none;
    justify-content: space-between;
  }
}
.why-us__card {
  width: 300px;
  height: 215px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 30px;
}
@media (max-width: 960px) {
  .why-us__card {
    margin: 0 auto;
    width: 50%;
  }
}
@media (max-width: 650px) {
  .why-us__card {
    padding: 0;
  }
}
@media (max-width: 428px) {
  .why-us__card {
    margin-top: 20px;
    width: 50%;
    height: 150px;
    justify-content: flex-start;
    align-items: center;
  }
}
.why-us__card__primary {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 650px) {
  .why-us__card__primary {
    flex-direction: column;
  }
}
.why-us__card-numbers {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 75px;
  letter-spacing: -3px;
  font-feature-settings: "liga" off;
  color: #ff0014;
}
@media (max-width: 768px) {
  .why-us__card-numbers {
    margin-right: 10px;
    line-height: 47px;
  }
}
@media (max-width: 428px) {
  .why-us__card-numbers {
    font-size: 30px;
    line-height: 42px;
  }
}
.why-us__card-units {
  margin-top: 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  font-feature-settings: "liga" off;
  margin-left: 15px;
}
@media (max-width: 650px) {
  .why-us__card-units {
    margin-left: 0;
    font-size: 16px;
  }
}
.why-us__card__secondary {
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  font-feature-settings: "liga" off;
  opacity: 0.5;
}
@media (max-width: 650px) {
  .why-us__card__secondary {
    text-align: center;
    margin-top: 10px;
  }
}
.why-us__card:nth-child(-n + 3) {
  border-bottom: 1px solid #2e2e35;
}
.why-us__card:nth-last-child(-n + 3) {
  border-top: 1px solid #2e2e35;
}
.why-us__card:nth-child(-n + 2) {
  border-right: 1px solid #2e2e35;
}
.why-us__card:nth-last-child(-n + 2) {
  border-left: 1px solid #2e2e35;
}
.why-us__card:nth-child(2) {
  border-left: 1px solid #2e2e35;
}
.why-us__card:nth-child(3) {
  border-left: 1px solid #2e2e35;
}
.why-us__card:nth-child(4) {
  border-right: 1px solid #2e2e35;
}
.why-us__card:nth-child(5) {
  border-right: 1px solid #2e2e35;
}
@media (max-width: 960px) {
  .why-us__card:nth-child(-n + 5) {
    border: none;
    border-bottom: 1px solid #2e2e35;
    width: 100%;
  }
  .why-us__card:nth-last-child(-n + 2) {
    border: none;
    width: 100%;
  }
}
.areas-of-expertise {
  position: relative;
  margin-top: 90px;
  scroll-margin-top: 120px;
}
.areas-of-expertise .primary-header {
  background: linear-gradient(87.05deg, #fff 58.97%, #171628 84.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .areas-of-expertise .primary-header {
    background: linear-gradient(to right, #fff 51.97%, #171628 125.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (max-width: 428px) {
  .areas-of-expertise {
    margin-top: 60px;
  }
}
.areas-of-expertise .background-img {
  top: 756px;
  left: -10px;
  z-index: -1;
}
@media (max-width: 428px) {
  .areas-of-expertise .background-img {
    display: none;
  }
}
.areas-of-expertise__cards {
  margin-top: 82px;
}
@media (max-width: 768px) {
  .areas-of-expertise__cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 428px) {
  .areas-of-expertise__cards {
    margin-top: 50px;
    overflow-x: auto;
  }
}
.areas-of-expertise__cards__scroll {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  justify-items: center;
}
@media (max-width: 1060px) {
  .areas-of-expertise__cards__scroll {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .areas-of-expertise__cards__scroll {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.areas-of-expertise__card {
  width: 320px;
  height: 300px;
  padding: 20px 30px;
  background: #2c2c33;
  border-radius: 20px;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .areas-of-expertise__card {
    margin: 5px;
    min-width: 280px;
    height: 310px;
  }
}
.areas-of-expertise__card-description {
  font: normal normal 18px/21px TTCommons, sans-serif;
  margin-top: 16px;
  color: #fff99;
}
.areas-of-expertise__card:hover {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #ff0014;
}
.areas-of-expertise__card:hover .icon {
  opacity: 0.8;
}
.areas-of-expertise__card:hover .areas-of-expertise__card-description {
  opacity: 1;
}
.areas-of-expertise__card-name {
  margin-top: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
}
.what-we-do-best {
  margin-top: 100px;
}
.what-we-do-best .primary-header {
  background: linear-gradient(87.05deg, #fff 58.97%, #171628 84.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .what-we-do-best .primary-header {
    background: linear-gradient(to right, #fff 51.97%, #171628 125.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (max-width: 428px) {
  .what-we-do-best {
    margin-top: 60px;
  }
}
.what-we-do-best .block-header .secondary-header {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .what-we-do-best .scroll {
    overflow-x: auto;
  }
}
.what-we-do-best__cards {
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  justify-items: center;
}
@media (max-width: 1025px) {
  .what-we-do-best__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .what-we-do-best__cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 694px) {
  .what-we-do-best__cards {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.what-we-do-best__description {
  margin-top: 10px;
}
.what-we-do-best__card {
  width: 100%;
  max-width: 310px;
  height: 190px;
  padding: 40px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  font-feature-settings: "liga" off;
  border: 3px solid #2e2e35;
  border-radius: 20px;
}
@media (max-width: 694px) {
  .what-we-do-best__card {
    padding: 20px 10px;
    width: 200px;
    height: 160px;
    margin-right: 10px;
    justify-content: flex-start;
  }
}
.what-we-do-best__card .icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}
@media (max-width: 694px) {
  .what-we-do-best__card .icon {
    width: auto;
    min-height: 60px;
  }
}
.our-partners {
  position: relative;
  margin-top: 100px;
  scroll-margin-top: 120px;
}
.our-partners .primary-header {
  background: linear-gradient(87.05deg, #fff 51.97%, #171628 82.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .our-partners .primary-header {
    background: linear-gradient(to right, #fff 51.97%, #171628 125.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (max-width: 428px) {
  .our-partners {
    margin-top: 60px;
  }
}
.our-partners__partners {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  justify-items: center;
}
@media (max-width: 768px) {
  .our-partners__partners {
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 428px) {
  .our-partners__partners {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.our-partners__partners .img-container {
  display: grid;
  justify-self: center;
  align-self: center;
  filter: contrast(0);
  overflow: hidden;
  transition: 0.4s ease;
}
@media (max-width: 700px) {
  .our-partners__partners .img-container {
    filter: contrast(100%);
  }
}
.our-partners__partners .img-container:hover {
  filter: contrast(100%);
}
.our-partners .achievements {
  margin-top: 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .our-partners .achievements {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
    align-items: center;
  }
}
.our-partners .achievements img {
  -o-object-fit: none;
  object-fit: none;
}
@media (max-width: 768px) {
  .our-partners .achievements .achieve {
    display: flex;
    align-self: center;
    justify-self: center;
  }
}
header {
  background: var(--header-background-color);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
  transition: 0.5s ease;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.bg-transparent {
  background: 0 0;
}
.bg-show {
  background: #1d1b21 !important;
}
.main-nav {
  margin: 0 auto;
  padding: 33px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .main-nav {
    border-bottom: none;
    padding: 24px 0;
  }
}
.main-nav__mobile {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.5em 15px;
}
@media (max-width: 768px) {
  .main-nav__mobile {
    padding: 0 15px;
  }
}
.main-nav__mobile .icon {
  transition: 0.4s ease;
}
.main-nav__mobile .icon:focus {
  outline: 0 none;
}
.main-nav__mobile .icon-hidden {
  display: none;
}
.main-nav .logo {
  width: 100%;
  max-width: 220px;
}
@media (max-width: 470px) {
  .main-nav .logo {
    max-width: 169px;
  }
}
.main-nav .nav-pages {
  margin-left: auto;
  width: 100%;
  max-width: 561px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 768px) {
  .main-nav .nav-pages.menu-open {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .main-nav .nav-pages {
    position: absolute;
    top: 60px;
    flex-direction: column;
    background-color: var(--header-background-color);
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
  }
}
.main-nav .nav-pages__link {
  margin-right: 10px;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 768px) {
  .main-nav .nav-pages__link {
    margin: 0 !important;
  }
}
.main-nav .nav-pages__link:first-child {
  font-feature-settings: "liga" off;
}
.main-nav .nav-pages__link:hover:nth-child(-n + 4) {
  color: #d4d2d2;
}
@media (max-width: 768px) {
  .main-nav .nav-pages__link:hover:nth-child(-n + 4) {
    color: #ff0014;
  }
  .main-nav .nav-pages__link:hover:nth-child(-n + 4)::before {
    position: absolute;
    top: 0;
    left: -5px;
    content: "";
    display: inline-block;
    width: 5px;
    height: 48px;
    background-color: #ff0014;
  }
}
.main-nav .nav-pages__contact-button {
  width: 136px;
  height: 43px;
  font-size: 13px;
  line-height: 15px;
  border: 1px solid #fff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-nav .nav-pages__contact-button:hover {
  border-color: #ff0014;
}
@media (max-width: 768px) {
  .main-nav .nav-pages__contact-button {
    justify-content: center;
    color: #ff0014;
    font-size: 16px;
    border: none;
  }
}
@media (max-width: 768px) {
  .main-nav .nav-pages {
    display: none;
  }
}
@media (max-width: 768px) {
  .main-nav {
    flex-direction: column;
  }
  .main-nav .topnav {
    margin: 30px 0;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: var(--body-background-color);
  }
  .main-nav .nav-pages__link {
    z-index: 20;
    display: flex;
    align-items: center;
    margin-left: 36px;
    height: 48px;
  }
}
.burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .burger {
    display: inline-block;
  }
}
.contact-us {
  position: relative;
  margin-top: 120px;
  scroll-margin-top: 120px;
}
.contact-us .background-img:nth-child(1),
.contact-us .background-img:nth-child(2) {
  width: 298px;
}
@media (max-width: 1015px) {
  .contact-us .background-img:nth-child(1),
  .contact-us .background-img:nth-child(2) {
    display: none;
  }
}
.contact-us .form-social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-out;
  margin: 20px auto;
}
.contact-us .form-social-links a {
  margin: 0 15px;
}
.contact-us .form-social-links a:hover {
  opacity: 0.7;
}
.contact-us .form-info-text {
  font: normal normal 16px/23px TTCommons, sans-serif;
  margin: 0;
  text-align: center;
  opacity: 0.5;
  margin-top: 5px;
}
.contact-us .background-img:nth-child(2) {
  padding-top: 100px;
  opacity: 0.4;
}
@media (max-width: 428px) {
  .contact-us {
    margin-top: 60px;
  }
}
.contact-us .background-img {
  top: 383px;
  left: 43px;
}
.contact-us .block-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us .block-header .secondary-header {
  max-width: 600px;
  margin-top: 34px;
}
@media (max-width: 428px) {
  .contact-us .block-header .secondary-header {
    margin-top: 10px;
  }
}
.contact-us__form {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.contact-us__form #loading-form {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  z-index: 1;
  padding-bottom: 25%;
}
.contact-us__form #loading-form span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}
.contact-us__form #loading-form .load-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.contact-us__form #loading-form .load-form-icon {
  background: red;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  padding: 5px;
  -webkit-animation: imageFloating 1s linear infinite;
  animation: imageFloating 1s linear infinite;
  position: relative;
  top: -5px;
}
@-webkit-keyframes imageFloating {
  0%,
  100% {
    top: -5px;
  }
  50% {
    top: 5px;
  }
}
@keyframes imageFloating {
  0%,
  100% {
    top: -5px;
  }
  50% {
    top: 5px;
  }
}
@media (max-width: 428px) {
  .contact-us__form {
    margin-top: 20px;
  }
}
.contact-us__form .form-group {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.contact-us__form .form-group input {
  margin-top: 0;
}
.contact-us__form .form-group .select-social {
  position: absolute;
  right: 20px;
}
.contact-us__form .form-group .select-social select {
  font-size: 13px;
  cursor: pointer;
  border: none;
  border-radius: 1em;
  padding: 1em 1.5em;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0)
    ),
    #2c2c33;
  color: #fff;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-us__form__input {
  margin-top: 18px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  min-height: 70px;
  background: #1d1b21;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  font-feature-settings: "liga" off;
  text-align: center;
  border: 3px solid #414147;
  border-radius: 20px;
  transition: 0.4s ease;
}
@media (max-width: 500px) {
  .contact-us__form__input {
    text-align: left;
  }
}
.contact-us__form__input:focus {
  border-color: #fff;
  outline: 0 none;
}
.contact-us__form__input::-moz-placeholder {
  opacity: 0.5;
}
.contact-us__form__input:-ms-input-placeholder {
  opacity: 0.5;
}
.contact-us__form__input::placeholder {
  opacity: 0.5;
}
.contact-us__form__input-textarea {
  padding-top: 24px;
  padding-bottom: 23px;
  overflow: hidden;
}
@media (max-width: 428px) {
  .contact-us__form__input-textarea {
    height: 90px;
  }
}
.contact-us__form__submit-btn {
  margin: 30px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-feature-settings: "liga" off;
  width: 242px;
  height: 58px;
  outline: 0 none;
}
.contact-us__form__submit-btn:hover {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.25) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #ff0014;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
}
.contact-us__popup-container {
  background: rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  z-index: 99;
  padding: 30px 0;
}
.contact-us .popup {
  background: #1d1b21;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 550px;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 auto;
  padding: 30px 15px;
}
.contact-us .popup__title {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  background: linear-gradient(87.05deg, #fff 54.97%, #171628 152.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 47px;
  text-align: center;
  font-feature-settings: "liga" off;
}
.contact-us .popup__text {
  margin: 10px 0;
}
.contact-us .popup__button-ok {
  outline: 0 none;
  margin-top: 20px;
  max-width: 150px;
  height: 45px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.contact-us .popup__button-ok:hover {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.25) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #ff0014;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
}
.contact-us .popup__button-close {
  outline: 0 none;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #2e2e35;
  border-radius: 50%;
  background: #1d1b21;
}
.contact-us .popup__button-close:hover {
  border-color: #ff0014;
}
.contact-us .show {
  display: flex;
}
.icon-close:before {
  content: "";
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
}
.terms {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  opacity: 0.6;
}
.terms a {
  text-decoration: underline;
}
.terms a:hover {
  color: #ff0014;
}
.g-recaptcha {
  visibility: hidden;
}
::-webkit-resizer {
  display: none;
}
.footer {
  position: relative;
  margin-top: 81px;
  z-index: 10;
}
@media (max-width: 428px) {
  .footer {
    margin-top: 20px;
  }
}
.footer .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .social-links__list {
  margin: 0 40px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer .social-links__list {
    margin: 0;
  }
}
@media (max-width: 460px) {
  .footer .social-links__list {
    width: 100%;
  }
}
.footer .social-links__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 12.5px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border: 1px solid #ff0014;
  border-radius: 50%;
  transition: 0.4s ease;
}
@media (max-width: 460px) {
  .footer .social-links__link {
    margin: 10px 5px;
  }
}
.footer .social-links__link:hover {
  background: #ff0014;
}
.footer .social-links__link .icon {
  display: flex;
}
.footer .social-links__link .icon-tw {
  padding-top: 4px;
}
.footer .social-links__link .icon-tg {
  padding-top: 4px;
  padding-right: 2px;
}
.footer .social-links__link .icon-fb {
  padding-top: 4px;
}
.footer .social-links__link .icon-medium {
  padding-top: 4px;
}
.footer .social-links__link .icon-in {
  padding-top: 4px;
}
.footer .social-links__link .icon-mail {
  padding-top: 4px;
}
.footer .bottom {
  margin: 35px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 659px;
}
@media (max-width: 1000px) {
  .footer .bottom {
    flex-direction: column;
  }
}
.footer .bottom a,
.footer .bottom p {
  font: 400 18px/21px TTCommons, sans-serif;
  color: #fff;
  opacity: 0.5;
}
.footer .bottom__copyright {
  text-align: center;
}
@media (max-width: 428px) {
  .footer .bottom__copyright {
    width: 240px;
  }
}
.footer .bottom__copyright-mobile {
  display: none;
}
@media (max-width: 768px) {
  .footer .bottom__copyright-mobile {
    display: block;
    padding-top: 2em;
  }
}
.footer .bottom__copyright-desktop {
  display: block;
}
@media (max-width: 768px) {
  .footer .bottom__copyright-desktop {
    display: none;
  }
}
.footer .bottom .links {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
@media (max-width: 768px) {
  .footer .bottom .links {
    justify-content: center;
  }
  .footer .bottom .links .tab {
    display: none;
  }
}
@media (max-width: 428px) {
  .footer .bottom .links {
    justify-content: center;
    flex-direction: column;
  }
}
.footer .bottom a:hover {
  color: #ff0014;
}
.footer .bottom a:not(:last-child) {
  margin-right: 1em;
}
@media (max-width: 768px) {
  .footer .bottom a:not(:last-child) {
    margin-right: 3em;
  }
}
@media (max-width: 428px) {
  .footer .bottom a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.clients-feedback {
  max-width: 1000px;
  margin: 120px auto 0 auto;
  padding: 0 12px;
}
.clients-feedback.container {
  overflow: hidden;
}
.clients-feedback__title {
  background: linear-gradient(87.05deg, #fff 51.97%, #171628 106.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  font-weight: 800;
  font-size: 50px;
  line-height: 75px;
  text-align: center;
  font-feature-settings: "liga" off;
}
@media (max-width: 768px) {
  .clients-feedback__title {
    font-size: 32px;
    line-height: 39px;
    background: linear-gradient(87.05deg, #fff 51.97%, #171628 127.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.clients-feedback__cards {
  width: 100%;
  margin-top: 34px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .clients-feedback__cards {
    justify-content: flex-start;
  }
}
.clients-feedback__cards_container {
  display: flex;
  justify-content: space-between;
}
.clients-feedback__cards_item {
  width: 100%;
  border-radius: 20px;
  padding: 20px 30px 30px 30px;
  margin: 0 1em 0 1em;
}
.clients-feedback__cards_item_desc h2 {
  font: bold 22px/25px TTCommons, sans-serif;
  padding: 15px 0 10px 0;
}
.clients-feedback__cards_item_desc h3 {
  font: normal 14px/1.5 TTCommons, sans-serif;
  opacity: 0.5;
  letter-spacing: 1px;
}
.clients-feedback__cards_item_images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sliderWrapper .block-header {
  margin-bottom: 35px;
}
.sliderWrapper .block-header .primary-header {
  background: linear-gradient(87.05deg, #fff 51.97%, #171628 77.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .sliderWrapper .block-header .primary-header {
    background: linear-gradient(to right, #fff 51.97%, #171628 85.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.slider-v1 .site {
  background: linear-gradient(30.15deg, #191111 14.13%, #272525 64.22%);
  border-radius: 4px;
  height: 360px;
}
.slider-v1 .site__imageWrapper {
  height: 145px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.slider-v1 .site__image {
  display: block;
  max-width: none;
}
.slider-v1 .site__title {
  font: 700 24px Montserrat;
  text-align: center;
  margin-top: 34px;
  text-transform: uppercase;
}
.slider-v1 .site__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  padding: 0 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 2px solid #ff0014;
  color: #fff;
  margin: 50px auto 0;
  font-size: 18px;
  position: relative;
  top: 0;
  transition: top 0.15s ease-in;
  outline: 0;
  text-decoration: none;
}
.slider-v1 .site__link:hover {
  top: -5px;
  text-decoration: none;
}
.slider-v1 .site__linkIcon {
  margin-left: 15px;
}
.slider-v1 .sectionSites {
  margin-top: 100px;
}
.slider-v1 .sectionSites__title {
  margin-bottom: 40px;
}
.slider-v1 .slide {
  width: 420px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: content-box;
}
@media (max-width: 500px) {
  .slider-v1 .slide {
    width: 100%;
    padding-left: 0;
  }
}
.slider-v1 .sliderWrapper {
  margin-top: 60px;
  overflow: hidden;
}
.slider-v2 {
  margin-top: 50px;
  padding: 10px;
}
.slider-v2 .navigation {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.slider-v2 .navigation .navIcon {
  cursor: pointer;
  padding: 8px;
  width: 36px;
  height: 32px;
  transition: 0.4s ease-out;
}
.slider-v2 .navigation .navIcon:hover {
  opacity: 0.7;
}
.slider-v2 .site {
  background: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid #2e2e35;
  border-radius: 35px;
  height: 250px;
}
.slider-v2 .site__imageWrapper {
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 25px;
}
.slider-v2 .site__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 25px;
  margin: 0;
  border-radius: 25px;
  border: 2px solid #ff0014;
  transition: top 0.4s ease;
  top: 0;
  outline: 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.slider-v2 .site__link:hover {
  top: -5px;
  text-decoration: none;
}
@media (max-width: 500px) {
  .slider-v2 .site__link {
    font-size: 14px;
  }
}
.slider-v2 .site__linkIcon {
  margin-left: 15px;
}
.slider-v2 .sectionSites {
  margin-top: 100px;
}
.slider-v2 .sectionSites__title {
  margin-bottom: 40px;
}
.slider-v2 .slide {
  width: 350px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: content-box;
}
@media (max-width: 500px) {
  .slider-v2 .slide {
    width: 100%;
    padding-left: 0;
  }
}
.slider-v2.sliderWrapper {
  margin-top: 60px;
  overflow: hidden;
}
.team {
  position: relative;
  margin-top: 100px;
  scroll-margin-top: 120px;
}
@media (max-width: 428px) {
  .team {
    margin-top: 50px;
  }
}
.team .background-img {
  top: 184px;
  left: 933px;
  width: 186px;
  z-index: -1;
}
@media (max-width: 1215px) {
  .team .background-img {
    display: none;
  }
}
.team .block-header .primary-header {
  background: linear-gradient(87.05deg, #fff 50.97%, #171628 62.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .team .block-header .primary-header {
    background: linear-gradient(to right, #fff 51.97%, #171628 77.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.team .block-header .secondary-header {
  margin-top: 7px;
}
.team__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 768px) {
  .team__content {
    display: inline-flex;
    overflow-x: scroll;
  }
}
.team__content .content__card {
  margin: 5px;
  min-width: 320px;
  background: #17141c;
  border: 2px solid #33333a;
  box-sizing: border-box;
  border-radius: 20px;
}
@media (max-width: 428px) {
  .team__content .content__card {
    margin-top: 30px;
  }
}
.team__content .content__card img {
  margin: 3px 3px 30px;
  border-radius: 17px;
  text-align: center;
  width: 98%;
}
.team__content .content__card__post {
  background: linear-gradient(87.05deg, #fff 54.97%, #171628 152.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 15px;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  font-feature-settings: "liga" off;
}
.team__content .content__card__name {
  margin-top: 5px;
  padding: 0 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ff0014;
}
.team__content .content__card__description {
  margin-top: 20px;
  padding: 0 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-feature-settings: "liga" off;
  mix-blend-mode: normal;
  opacity: 0.5;
}
.team__content .content__card__exp {
  margin-top: 30px;
  padding: 0 15px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .team__content .content__card__exp {
    height: initial;
  }
}
@media (max-width: 768px) {
  .team__content .content__card__exp div {
    height: 300px;
  }
}
.team__content .content__card__exp__title {
  background: linear-gradient(87.05deg, #fff 54.97%, #171628 152.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  font-feature-settings: "liga" off;
}
.team__content .content__card__exp__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.team__content .content__card__exp__list__item {
  position: relative;
  margin-top: 10px;
  padding-left: 17px;
  color: #8b898d;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-feature-settings: "liga" off;
  mix-blend-mode: normal;
}
.team__content .content__card__exp__list__item::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: inline-block;
  min-width: 10px;
  min-height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 7px;
}
.team__content .content__card__exp__stacks {
  vertical-align: bottom;
  height: 312px;
}
.team__content .content__card__exp__stacks .stacks__title {
  margin-top: 20px;
  background: linear-gradient(87.05deg, #fff 54.97%, #171628 152.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
}
.team__content .content__card__exp__stacks .gray-list {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin-top: 7px;
  display: flex;
  flex-direction: row;
  justify-self: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
.team__content .content__card__mng {
  padding-bottom: 30px;
}
.team__content .content__card__mng .description {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
}
.team__content .content__card__mng .description__name {
  font-style: normal;
  font-weight: 800;
  color: #fff;
}
.team__content .content__card__mng .description__post {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  color: #ff0014;
}
@media (max-width: 428px) {
  .team__content {
    justify-content: space-evenly;
  }
}
.team__overview {
  margin-top: 79px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .team__overview {
    justify-content: center;
  }
}
@media (max-width: 428px) {
  .team__overview {
    margin: 30px auto;
    justify-content: space-around;
  }
}
.team__overview__item {
  margin: 10px;
  width: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: "liga" off;
}
@media (max-width: 428px) {
  .team__overview__item {
    width: 133px;
  }
}
.team__overview__item__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  mix-blend-mode: normal;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #ff0014;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.team__overview__item .text {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  font-feature-settings: "liga" off;
}
.team__overview__item__primary-text {
  margin-top: 15px;
  text-align: center;
}
.team__overview__item__secondary-text {
  opacity: 0.5;
  text-align: center;
}
.tabs {
  width: 100%;
  margin-top: 40px;
}
.tabs input[type="radio"] {
  display: none;
}
.tabs .tabs-label {
  font: normal 400 18px/21px Montserrat, sans-serif;
  display: inline-block;
  width: 49.5%;
  padding-bottom: 22px;
  border-bottom: 2px solid #2e2e35;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.4s ease;
  font-feature-settings: "liga" off;
  text-align: center;
  text-transform: uppercase;
}
.tabs .tabs-label:not(:first-of-type) {
  border-left: none;
}
.tabs input[type="radio"]:checked + .tabs-label {
  border-bottom: 3px solid #f93333;
  color: #f93333;
  font-weight: 700;
  opacity: 1;
}
.tabs #tab-btn-1:checked ~ .scroll .team__development-tab .content-1 {
  display: flex;
}
.tabs #tab-btn-2:checked ~ .scroll .team__development-tab .content-2 {
  display: flex;
}
.tabs #tab-btn-case-1:checked ~ .scroll .content-case-1 {
  display: flex;
}
.tabs #tab-btn-case-2:checked ~ .scroll .content-case-2 {
  display: flex;
}
.tabs-case {
  width: 100%;
  margin-top: 40px;
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tabs-case input[type="radio"]:checked + label .content-item__img,
.tabs-case label:hover .content-item__img {
  transform: scale(1.4);
  box-shadow: 0 21px 30px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.tabs-case input[type="radio"]:checked + label .content-item__name,
.tabs-case label:hover .content-item__name {
  transform: translateY(10px);
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  opacity: 1;
}
.tabs-case .scroll {
  width: 100%;
}
.tabs-case .content-item {
  margin: 0 20px;
  background: 0 0;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.4s ease;
  display: inline-block;
  width: 9%;
}
@media (max-width: 769px) {
  .tabs-case .content-item {
    width: 20%;
    margin-bottom: 35px;
  }
}
.tabs-case .content-item__img {
  min-width: 85px;
  min-height: 85px;
  transition: 0.4s ease;
}
.tabs-case .content-item__name {
  margin-top: 20px;
  width: 85px;
  text-align: center;
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  font-feature-settings: "liga" off;
  font-weight: 400;
  opacity: 0.5;
  transition: 0.4s ease;
}
.tabs-case .content-item :hover .content-item__img {
  transform: scale(1.42);
  box-shadow: 0 21px 30px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.tabs-case .content-item :hover .content-item__name {
  transform: translateY(10px);
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  opacity: 1;
}
.tabs-case #tab-btn-case-1-1:checked ~ .scroll .content-case-1-1 {
  display: flex;
}
.tabs-case #tab-btn-case-1-2:checked ~ .scroll .content-case-1-2 {
  display: flex;
}
.tabs-case #tab-btn-case-1-3:checked ~ .scroll .content-case-1-3 {
  display: flex;
}
.tabs-case #tab-btn-case-1-4:checked ~ .scroll .content-case-1-4 {
  display: flex;
}
.tabs-case #tab-btn-case-1-5:checked ~ .scroll .content-case-1-5 {
  display: flex;
}
.tabs-case #tab-btn-case-1-6:checked ~ .scroll .content-case-1-6 {
  display: flex;
}
.tabs-case #tab-btn-case-2-1:checked ~ .scroll .content-case-2-1 {
  display: flex;
}
.tabs-case #tab-btn-case-2-2:checked ~ .scroll .content-case-2-2 {
  display: flex;
}
.tabs-case #tab-btn-case-2-3:checked ~ .scroll .content-case-2-3 {
  display: flex;
}
.tabs-case #tab-btn-case-2-4:checked ~ .scroll .content-case-2-4 {
  display: flex;
}
.scroll {
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .scroll {
    overflow-x: auto;
  }
}
.scroll .tab-content {
  display: flex;
  width: 100%;
}
.scroll .content-tab {
  display: none;
}
.case-studies {
  margin-top: 120px;
  scroll-margin-top: 120px;
}
.case-studies .primary-header {
  background: linear-gradient(87.05deg, #fff 51.97%, #171628 78.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .case-studies .primary-header {
    background: linear-gradient(to right, #fff 51.97%, #171628 125.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (max-width: 428px) {
  .case-studies {
    margin-top: 60px;
  }
}
.case-studies .tablinks {
  margin-top: 70px;
}
@media (max-width: 428px) {
  .case-studies .tablinks {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .case-studies .noscroll {
    justify-content: flex-start;
  }
}
@media (max-width: 428px) {
  .case-studies .scroll {
    overflow-x: auto;
  }
}
.case-studies__content {
  margin-top: 38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .case-studies__content {
    margin-top: 10px;
    padding: 20px;
    height: 200px;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    overflow-scrolling: initial;
  }
}
.case-studies__content .content-item {
  margin: 20px;
  background: 0 0;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.4s ease;
}
.case-studies__content .content-item__img {
  width: 85px;
  height: 85px;
  transition: 0.4s ease;
}
.case-studies__content .content-item__name {
  margin-top: 20px;
  width: 85px;
  text-align: center;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  font-feature-settings: "liga" off;
  font-weight: 400;
  opacity: 0.5;
  transition: 0.4s ease;
}
.case-studies__content .active .content-item__img {
  transform: scale(1.4);
  box-shadow: 0 21px 30px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.case-studies__content .active .content-item__name {
  transform: translateY(10px);
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  opacity: 1;
}
.case-studies__content .content-item:hover .content-item__img {
  transform: scale(1.42);
  box-shadow: 0 21px 30px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.case-studies__content .content-item:hover .content-item__name {
  transform: translateY(10px);
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  opacity: 1;
}
.case-studies__description {
  font: 20px/23px Karla, sans-serif;
  display: none;
}
.case-studies__description p {
  font: 20px/23px Karla, sans-serif;
}
@media (max-width: 3768px) {
  .case-studies__description {
    display: block;
    margin: 30px auto;
    padding: 10px;
    background: #34313b;
    border-radius: 8px;
  }
}
.case-studies__dropdown {
  border-radius: 8px;
}
@media (max-width: 428px) {
  .case-studies__dropdown {
    border: none;
    background: 0 0;
  }
}
.dropdown {
  margin-top: 10px;
  padding: 30px 50px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dropdown-web {
  overflow: hidden;
}
@media (max-width: 768px) {
  .dropdown {
    margin: 0;
    padding: 15px;
  }
  .dropdown__img {
    display: none;
  }
  .dropdown__insights {
    flex-direction: column;
  }
}
.dropdown__title {
  margin: 0 auto;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 428px) {
  .dropdown__title {
    display: none;
  }
}
.dropdown__img {
  margin: 30px;
  width: 100%;
  max-width: 891px;
  min-height: 588px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .dropdown__img {
    min-height: auto;
    overflow-x: auto;
  }
}
.dropdown__img .case-image {
  display: none;
}
.dropdown__img .switchIcon {
  cursor: pointer;
}
@media (max-width: 550px) {
  .dropdown__img .switchIcon {
    display: none !important;
  }
}
.dropdown__img #case-1-1-img-1:checked ~ .case-1-1-img-1 {
  display: flex;
}
.dropdown__img #case-1-1-img-2:checked ~ .case-1-1-img-2 {
  display: flex;
}
.dropdown__img #case-1-2-img-1:checked ~ .case-1-2-img-1 {
  display: flex;
}
.dropdown__img #case-1-2-img-2:checked ~ .case-1-2-img-2 {
  display: flex;
}
.dropdown__img #case-1-3-img-1:checked ~ .case-1-3-img-1 {
  display: flex;
}
.dropdown__img #case-1-3-img-2:checked ~ .case-1-3-img-2 {
  display: flex;
}
.dropdown__img #case-1-4-img-1:checked ~ .case-1-4-img-1 {
  display: flex;
}
.dropdown__img #case-1-4-img-2:checked ~ .case-1-4-img-2 {
  display: flex;
}
.dropdown__img #case-1-5-img-1:checked ~ .case-1-5-img-1 {
  display: flex;
}
.dropdown__img #case-1-5-img-2:checked ~ .case-1-5-img-2 {
  display: flex;
}
.dropdown__img #case-1-6-img-1:checked ~ .case-1-6-img-1 {
  display: flex;
}
.dropdown__img #case-1-6-img-2:checked ~ .case-1-6-img-2 {
  display: flex;
}
.dropdown__img #case-1-3-img-1:checked ~ .case-1-3-img-1 {
  display: flex;
}
.dropdown__img #case-1-3-img-2:checked ~ .case-1-3-img-2 {
  display: flex;
}
.dropdown .noscroll {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .dropdown .noscroll {
    justify-content: flex-start;
    overflow-x: auto;
  }
}
.dropdown .scroll {
  display: none;
}
.dropdown .scroll__dev {
  margin: 0 10px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 768px) {
  .dropdown .scroll {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: scroll;
    max-height: 386px;
  }
  .dropdown .scroll__dev {
    width: 100%;
  }
  .dropdown .scroll__contract {
    width: 570px;
    border-radius: 8px;
  }
}
.dropdown .switch {
  width: 100%;
  display: flex;
  justify-self: center;
  flex-direction: row;
  justify-content: center;
}
.dropdown .switchImage {
  border-radius: 15px;
}
.dropdown .switchIcon {
  background: 0 0;
  margin: 0 20px;
  align-items: center;
  width: 44px;
  min-width: 20px;
  border: none;
  display: flex;
}
.dropdown__insights {
  margin-top: 20px;
  width: 100%;
  max-width: 891px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .dropdown__insights {
    margin-top: -20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.dropdown__insights-insight {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 428px) {
  .dropdown__insights-insight {
    margin-top: 10px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.dropdown__insights-insight .insight__title {
  background: linear-gradient(87.05deg, #fff 54.97%, #171628 152.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
}
.dropdown__insights-insight .gray-list {
  margin-top: 12px;
}
@media (max-width: 428px) {
  .dropdown__insights-insight .gray-list {
    margin-top: 5px;
  }
}
.insight-stacks {
  align-items: flex-end;
}
@media (max-width: 428px) {
  .insight-stacks {
    align-items: flex-start;
  }
  .insight-stacks .gray-list {
    justify-content: flex-start;
  }
}
.insight-stacks .gray-list {
  justify-content: flex-end;
}
@media (max-width: 428px) {
  .insight-stacks .gray-list {
    justify-content: flex-start;
  }
}
.insight-stacks .gray-list__item {
  margin-right: 0;
  margin-left: 6px;
}
@media (max-width: 428px) {
  .insight-stacks .gray-list__item {
    margin-left: 0;
    margin-right: 5px;
  }
}
.page-privacy-policy .container,
.terms-of-service .container {
  background: var(--body-background-color);
  position: relative;
  z-index: 5;
  margin: 80px auto 0 auto;
  padding: 0 15px;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .page-privacy-policy .container,
  .terms-of-service .container {
    margin: 0 auto -100px auto;
  }
}
@media (max-width: 340px) {
  .page-privacy-policy .container,
  .terms-of-service .container {
    margin-bottom: -210px;
  }
}
.page-privacy-policy .container .content,
.terms-of-service .container .content {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-privacy-policy .container .bg-img,
.terms-of-service .container .bg-img {
  position: absolute;
  right: -150px;
  top: 2281px;
}
@media (max-width: 1360px) {
  .page-privacy-policy .container .bg-img,
  .terms-of-service .container .bg-img {
    display: none;
  }
}
.page-privacy-policy .container h2:not(:nth-child(1)),
.terms-of-service .container h2:not(:nth-child(1)) {
  margin-top: 40px;
}
.page-privacy-policy .container h2,
.terms-of-service .container h2 {
  font: 800 50px/44px TTCommons, sans-serif;
}
@media (max-width: 750px) {
  .page-privacy-policy .container h2,
  .terms-of-service .container h2 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }
}
.page-privacy-policy .container .description,
.terms-of-service .container .description {
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
  opacity: 0.85;
}
@media (max-width: 750px) {
  .page-privacy-policy .container .description,
  .terms-of-service .container .description {
    font-size: 20px;
    line-height: 24px;
  }
}
.page-privacy-policy .container h3,
.terms-of-service .container h3 {
  font: 800 26px/31px TTCommons, sans-serif;
  margin-top: 20px;
  opacity: 0.85;
}
@media (max-width: 750px) {
  .page-privacy-policy .container h3,
  .terms-of-service .container h3 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
  }
}
.page-privacy-policy .container .orange,
.terms-of-service .container .orange {
  color: #ff0014;
}
.page-privacy-policy .container h2,
.terms-of-service .container h2 {
  background: linear-gradient(to right, #fff 59%, #171628 139%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-privacy-policy .container .paragraph,
.terms-of-service .container .paragraph {
  font: 400 22px/24px TTCommons, sans-serif;
  margin-top: 10px;
  opacity: 0.85;
}
@media (max-width: 750px) {
  .page-privacy-policy .container .paragraph,
  .terms-of-service .container .paragraph {
    font-size: 16px;
    line-height: 22px;
  }
}
.page-privacy-policy .container .paragraph a,
.terms-of-service .container .paragraph a {
  color: #ff0014;
}
.page-privacy-policy .container .paragraph__date,
.terms-of-service .container .paragraph__date {
  font: 400 24px/28px TTCommons, sans-serif;
  margin-top: 20px;
  opacity: 0.5;
}
@media (max-width: 750px) {
  .page-privacy-policy .container .paragraph__date,
  .terms-of-service .container .paragraph__date {
    font-size: 18px;
    line-height: 18px;
  }
}
.page-company .container .bg__2 {
  position: absolute;
  top: 300px;
  left: -260px;
}
@media (max-width: 1200px) {
  .page-company .container .bg__2 {
    display: none;
  }
}
.page-company .container .blocks {
  margin: 78px auto 200px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .page-company .container .blocks {
    margin: 1em auto 0 auto;
    width: 80%;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 655px) {
  .page-company .container .blocks {
    justify-content: center;
  }
}
.page-company .container .blocks h2 {
  font: 800 50px/44px TTCommons, sans-serif;
  background: linear-gradient(to right, #fff 60%, #171628 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 750px) {
  .page-company .container .blocks h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.page-company .container .blocks .company {
  width: 50%;
}
@media (max-width: 1000px) {
  .page-company .container .blocks .company {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-company .container .blocks .company {
    text-align: center;
  }
}
.page-company .container .blocks .company__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .page-company .container .blocks .company__info {
    justify-content: center;
  }
}
.page-company .container .blocks .company__info__item {
  margin-top: 50px;
  width: 250px;
}
.page-company .container .blocks .company__info__item__title {
  font: 700 20px/24px TTCommons, sans-serif;
  opacity: 0.85;
}
.page-company .container .blocks .company__info__item__title:after {
  background: #cb2b2b;
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 15px 0;
}
@media (max-width: 768px) {
  .page-company .container .blocks .company__info__item__title:after {
    margin: 15px auto;
  }
}
.page-company .container .blocks .company__info__item__text {
  font: 400 20px/24px TTCommons, sans-serif;
  opacity: 0.85;
}
.page-company .container .blocks .contacts {
  width: 30%;
}
@media (max-width: 1000px) {
  .page-company .container .blocks .contacts {
    width: 100%;
  }
}
@media (max-width: 655px) {
  .page-company .container .blocks .contacts {
    text-align: center;
  }
}
.page-company .container .blocks .contacts__info {
  margin-top: 47px;
}
.page-company .container .blocks .contacts__info__item {
  margin-bottom: 23px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-company .container .blocks .contacts__info__item__img {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #ff0014;
  border-radius: 50%;
}
.page-company .container .blocks .contacts__info__item__img img {
  padding-left: 1px;
}
.page-company .container .blocks .contacts__info__item__content {
  font: 400 20px/24px TTCommons, sans-serif;
  opacity: 0.85;
}
.page-company .container .bg__3 {
  position: absolute;
  bottom: 80px;
  right: 100px;
}
@media (max-width: 655px) {
  .page-company .container .bg__3 {
    display: none;
  }
}
#btnScrollToTop {
  padding-left: 0.08%;
  padding-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 71px;
  left: calc(50% + 520px);
  width: 48px;
  height: 48px;
  background: #1d1b21;
  border: 3px solid #2e2e35;
  border-radius: 50%;
  z-index: 99;
  padding: 10px;
  transition: 0.4s ease;
}
@media (max-width: 1300px) {
  #btnScrollToTop {
    left: auto;
    right: 1rem;
    bottom: 50px;
  }
}
#btnScrollToTop:hover {
  border-color: #ff0014;
  cursor: pointer;
}
#btnScrollToTop img {
  margin: auto;
  display: block;
}
.pg-title {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.pg-title h1 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 20px;
}
.pg-title h2 {
  font: normal 18px TTCommos, sans-serif !important;
  opacity: 0.5;
  margin-top: 0;
}
.blog .container {
  padding: 20px;
}
.blog .block-header {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .blog .block-header {
    margin-top: 70px;
  }
}
.blog-bottom {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.blog-bottom .btn {
  height: 45px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  top: 0;
}
.blog-bottom .btn img {
  margin-left: 15px;
}
.blog-bottom .btn:hover {
  top: -5px;
}
.blog-list {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 30px;
}
@media (max-width: 769px) {
  .blog-list {
    grid-template-columns: 1fr;
  }
}
.blog-slider {
  overflow: hidden;
}
.blog-nav-title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.blog-nav-ls {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 6px;
  font-weight: 700;
  font-size: 17px;
}
@media (max-width: 769px) {
  .blog-nav-ls {
    display: flex;
    flex-wrap: wrap;
  }
}
.blog-nav-item {
  background: #383841;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border-radius: 5px;
  transition: 0.4s ease;
  cursor: pointer;
}
@media (max-width: 769px) {
  .blog-nav-item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.blog-nav-item:hover {
  opacity: 0.7;
}
.blog-nav-item.active {
  background: #ff0014;
  cursor: default;
}
.blog-nav-item.active:hover {
  opacity: 1;
}
.blog-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 30px;
}
@media (max-width: 950px) {
  .blog-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .blog-items {
    grid-template-columns: 1fr;
  }
}
.blog-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.blog-item[hidden] {
  display: none !important;
}
.blog-item-img {
  width: 100%;
  border-radius: 5px;
}
.blog-item-title {
  font: bold 20px/1.3 TTCommons;
}
.blog-item-anonce {
  font: 18px/1.2 TTCommons;
  max-height: 60px;
  opacity: 0.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article {
  font-size: 20px;
  line-height: 1.4;
}
.article-date {
  background-repeat: no-repeat;
  padding-left: 25px;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #ff0014;
}
.article * {
  font-family: TTCommons, sans-serif;
}
.article hr {
  width: 100%;
  display: block;
  margin: 20px 0;
}
.article pre {
  background: #34313b;
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding: 20px 30px;
  border-radius: 20px;
  border: 2px solid #ff0014;
  font-size: 14px;
  font-weight: 400;
}
.article mark {
  background: #ff0014;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
}
.article h1,
.article h2,
.article h3,
.article-h3,
.article-subtitle,
.article-title {
  margin: 35px 0 15px 0;
  margin-top: 30px;
  font-weight: 800;
  line-height: 1.4;
  opacity: 1;
}
@media (max-width: 769px) {
  .article h1,
  .article h2,
  .article h3,
  .article-h3,
  .article-subtitle,
  .article-title {
    line-height: 1;
  }
}
.article h1,
.article-title {
  font-size: 45px;
}
@media (max-width: 769px) {
  .article h1,
  .article-title {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .article h1,
  .article-title {
    font-size: 25px;
  }
}
.article h2,
.article-subtitle {
  font-size: 35px;
}
@media (max-width: 769px) {
  .article h2,
  .article-subtitle {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .article h2,
  .article-subtitle {
    font-size: 20px;
  }
}
.article h3,
.article-h3 {
  font-size: 25px;
}
@media (max-width: 769px) {
  .article h3,
  .article-h3 {
    font-size: 20px;
  }
}
.article-image {
  display: inline-block;
  border-radius: 10px;
  width: 100%;
}
.article .article-blockquote,
.article .article-image,
.article .article-list,
.article .article-text,
.article .typo,
.article blockquote,
.article p,
.article ul {
  margin: 15px 0;
}
.article blockquote,
.article-blockquote {
  border-left: 3px solid #ff0014;
  padding: 10px 20px;
  font-weight: 500;
}
.article a,
.article-link {
  text-decoration: underline;
}
.article a:hover,
.article-link:hover {
  color: #ff0014;
}
.article p,
.article-text {
  color: #dbdbdb;
}
.article ul,
.article-list {
  list-style: disc;
  padding-left: 40px;
}
.article ul li,
.article-list li {
  margin: 0;
}
.article-section-title {
  font: normal bold 30px/34px TTCommons;
  text-align: center;
  display: block;
  margin: 30px 0;
  color: #fff;
}
.article-share {
  margin-top: 50px;
}
.article-share-items {
  background: #000;
  display: flex;
  min-width: 320px;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .article-share-items {
    padding: 10px;
  }
}
.article-share-item {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ff0014;
  margin: 5px;
  border-radius: 2em;
}
@media (max-width: 500px) {
  .article-share-item {
    width: 45px;
    height: 45px;
  }
}
.article-share-item:hover {
  background: #ff0014;
}
.article-similar {
  background: #000;
  padding: 10px 50px 50px 50px;
  margin: 50px auto;
  border-radius: 1em;
}
.pg-nft {
  overflow: hidden;
}
.pg-nft .background {
  background: #000;
}
.pg-nft .background .upButton {
  left: calc(100% - 65px);
  top: calc(100% - 160px);
}
.pg-nft .background .ellipseContainer {
  position: absolute;
  width: 100%;
  height: 400px;
  margin-top: -400px;
  z-index: 0;
  overflow-y: clip;
  display: flex;
  justify-content: center;
}
.pg-nft .background .ellipseContainer .ellipse {
  position: absolute;
  margin-top: 400px;
  height: 400px;
  width: 600px;
  background: red;
  filter: blur(150px);
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .pg-nft .background .ellipseContainer .ellipse {
    width: 100%;
  }
}
.pg-nft .background {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: -94px;
}
@media (min-width: 1920px) {
  .pg-nft .background {
    width: 1920px;
    margin-left: calc((100% - 1920px) / 2);
  }
}
@media (max-width: 1000px) {
  .pg-nft .background {
    background-size: 130%;
    background-position-x: center;
    height: 40%;
  }
}
@media (max-width: 428px) {
  .pg-nft .background {
    background-size: 150%;
    background-position-x: center;
  }
}
.pg-nft .hero-nft .block {
  margin-top: 103px;
}
@media (max-width: 428px) {
  .pg-nft .hero-nft .block {
    margin-top: 40px;
  }
}
.pg-nft .hero-nft .block .title {
  font: normal 800 60px/60px Montserrat;
  margin: auto;
  width: 850px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .pg-nft .hero-nft .block .title {
    width: 90%;
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 428px) {
  .pg-nft .hero-nft .block .title {
    width: auto;
    font-size: 35px;
    line-height: 35px;
  }
}
.pg-nft .hero-nft .block .secondText {
  font: normal 300 24px/30px TTCommons;
  margin-top: 30px;
  margin: auto;
  width: 600px;
  text-align: center;
  opacity: 0.5;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .pg-nft .hero-nft .block .secondText {
    width: 95%;
  }
}
@media (max-width: 428px) {
  .pg-nft .hero-nft .block .secondText {
    font-size: 22px;
    line-height: 25px;
    margin-top: 15px;
    width: auto;
  }
}
.pg-nft .hero-nft .block .img {
  position: absolute;
  top: 163px;
  left: calc(50% + 458px);
  z-index: 1;
}
@media (max-width: 1146px) {
  .pg-nft .hero-nft .block .img {
    display: none;
  }
}
.pg-farming .pg-nft .hero-nft .block .sectionBuild__link,
.pg-nft .hero-nft .block .button,
.pg-nft .hero-nft .block .pg-farming .sectionBuild__link {
  cursor: pointer;
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: auto;
  margin-top: 40px;
}
@media (max-width: 428px) {
  .pg-farming .pg-nft .hero-nft .block .sectionBuild__link,
  .pg-nft .hero-nft .block .button,
  .pg-nft .hero-nft .block .pg-farming .sectionBuild__link {
    margin-top: 20px;
    font-size: 13px;
  }
}
.pg-nft .hero-nft .imgStatue {
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 240px;
  height: 320px;
  margin-top: 340px;
  background-repeat: no-repeat;
}
@media (min-width: 1920px) {
  .pg-nft .hero-nft .imgStatue {
    margin-top: 500px;
  }
}
@media (max-width: 1000px) {
  .pg-nft .hero-nft .imgStatue {
    margin-top: 25%;
    background-size: 80%;
    background-position-x: center;
    height: 300px;
  }
}
@media (max-width: 428px) {
  .pg-nft .hero-nft .imgStatue {
    background-size: 55%;
    background-position-x: center;
    height: 200px;
  }
}
.pg-nft .what-is-nft .block {
  position: relative;
  z-index: 1;
}
@media (max-width: 428px) {
  .pg-nft .what-is-nft .block {
    padding-top: 320px;
  }
}
.pg-nft .what-is-nft .block .imgGroup {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1385px) {
  .pg-nft .what-is-nft .block .imgGroup {
    display: none;
  }
}
@media (max-width: 428px) {
  .pg-nft .what-is-nft .block .imgGroup {
    display: block;
    margin-top: -320px;
  }
}
.pg-nft .what-is-nft .block .imgGroupLeft {
  background-position: 485px;
  width: 455px;
  height: 447px;
  left: 0;
}
@media (max-width: 428px) {
  .pg-nft .what-is-nft .block .imgGroupLeft {
    z-index: -2;
    height: 360px;
    background-size: cover;
    margin-top: -200px;
    background-position: 485px;
    width: 100%;
  }
}
@media (max-width: 428px) {
  .pg-nft .what-is-nft .block .imgGradient {
    position: absolute;
    z-index: -1;
    margin-top: -100px;
    height: 300px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  }
}
.pg-nft .what-is-nft .block .imgGroupRight {
  right: 0;
}
@media (max-width: 428px) {
  .pg-nft .what-is-nft .block .imgGroupRight {
    display: none;
  }
}
.pg-nft .what-is-nft .block .title {
  font: normal 800 60px/60px Montserrat;
  margin: auto;
  margin-top: 115px;
  width: 850px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .pg-nft .what-is-nft .block .title {
    width: 70%;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 428px) {
  .pg-nft .what-is-nft .block .title {
    font-size: 30px;
    line-height: 30px;
  }
}
.pg-nft .what-is-nft .block .title .redText {
  color: #ff0014;
}
@media (max-width: 1000px) {
  .pg-nft .what-is-nft .block .title .redText {
    width: 100%;
  }
}
@media (max-width: 428px) {
  .pg-nft .what-is-nft .block .title .redText {
    font-size: 30px;
    line-height: 30px;
  }
}
.pg-nft .what-is-nft .block .secondText {
  font: normal 300 24px/30px TTCommons;
  width: 600px;
  margin: auto;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 1000px) {
  .pg-nft .what-is-nft .block .secondText {
    width: 70%;
  }
}
@media (max-width: 428px) {
  .pg-nft .what-is-nft .block .secondText {
    font-size: 22px;
    line-height: 25px;
    width: auto;
    padding: 0 15px;
  }
}
@media (max-width: 374px) {
  .pg-nft .what-is-nft .block .secondText {
    font-size: 18px;
    line-height: 20px;
  }
}
.pg-nft .what-is-nft .block .imgStatue {
  position: absolute;
  right: calc(50% + 371px);
  z-index: -1;
  margin-top: 46px;
}
.pg-nft .what-is-nft .block .redParalleogram {
  position: absolute;
  left: calc(50% + 378px);
  width: 85px;
  height: 155px;
  margin-top: 12px;
}
@media (max-width: 1000px) {
  .pg-nft .what-is-nft .block .redParalleogram {
    display: none;
  }
}
.pg-nft .what-is-nft .block .ellipse {
  background: red;
  position: absolute;
  z-index: 0;
  width: 664px;
  height: 664px;
  border-radius: 340px;
  margin: auto;
  filter: blur(400px);
  z-index: -1;
  left: calc(50% - 332px);
  margin-top: 236px;
}
@media (max-width: 1000px) {
  .pg-nft .what-is-nft .block .ellipse {
    width: 60%;
    height: 60%;
    filter: blur(40%);
    left: 20%;
    margin-top: 126px;
  }
}
@media (max-width: 428px) {
  .pg-nft .what-is-nft .block .ellipse {
    width: 200px;
    height: 200px;
    filter: blur(60px);
    margin-top: 56px;
    left: calc(50% - 100px);
  }
}
.pg-nft .what-is-nft .block .imgLaptop {
  margin: 0 auto;
  display: block;
  margin-top: 196px;
  text-align: center;
}
@media (max-width: 428px) {
  .pg-nft .what-is-nft .block .imgLaptop {
    margin-top: 36px;
  }
}
.pg-nft .features .block {
  position: relative;
  z-index: 1;
}
.pg-nft .features .block .title {
  font: normal 800 50px/60px Montserrat;
  margin: auto;
  margin-top: 128px;
  width: 850px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .pg-nft .features .block .title {
    width: auto;
  }
}
@media (max-width: 428px) {
  .pg-nft .features .block .title {
    font-size: 35px;
    line-height: 35px;
    width: auto;
  }
}
.pg-nft .features .block .secondText {
  font: normal 300 24px/30px TTCommons;
  margin-top: 30px;
  margin: auto;
  width: 600px;
  text-align: center;
  opacity: 0.5;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .pg-nft .features .block .secondText {
    width: auto;
  }
}
@media (max-width: 428px) {
  .pg-nft .features .block .secondText {
    font-size: 22px;
    line-height: 25px;
    width: auto;
  }
}
.pg-nft .features .block .cardsContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 434px;
  justify-content: space-between;
  width: 833px;
  margin: auto;
  margin-top: 40px;
}
@media (max-width: 860px) {
  .pg-nft .features .block .cardsContainer {
    overflow-x: auto;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 10px;
    height: 330px;
  }
}
.pg-nft .features .block .cardsContainer .card {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #2c2c33;
  border-radius: 20px;
  padding: 30px;
  display: flex;
}
.pg-nft .features .block .cardsContainer .card .img {
  margin-right: 32px;
  margin-bottom: 26px;
  max-width: 83px;
}
@media (max-width: 860px) {
  .pg-nft .features .block .cardsContainer .card .img {
    margin: 15px auto 23px 9px;
  }
}
.pg-nft .features .block .cardsContainer .card .cardInfo {
  display: flex;
  flex-direction: column;
}
.pg-nft .features .block .cardsContainer .card .cardInfo .cardTitle {
  font: normal 800 20px/24px Montserrat;
  text-transform: uppercase;
  color: #fff;
}
.pg-nft .features .block .cardsContainer .card .cardInfo .cardDescription {
  font: normal 300 18px/21px TTCommons;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 860px) {
  .pg-nft .features .block .cardsContainer .card .cardInfo .cardDescription {
    margin-top: 20px;
    width: 290px;
  }
}
.pg-nft .features .block .cardsContainer .cardVertical {
  width: 313px;
  height: 434px;
  flex-direction: column;
}
@media (max-width: 860px) {
  .pg-nft .features .block .cardsContainer .cardVertical {
    height: 320px;
    padding: 15px;
    margin-right: 8px;
    flex-direction: column;
  }
}
.pg-nft .features .block .cardsContainer .cardVertical .cardDescription {
  margin-top: 16px;
}
.pg-nft .features .block .cardsContainer .cardHorizontal {
  width: 500px;
  height: 208px;
  margin-right: 20px;
}
@media (max-width: 860px) {
  .pg-nft .features .block .cardsContainer .cardHorizontal {
    height: 320px;
    padding: 15px;
    margin-right: 8px;
    flex-direction: column;
  }
}
.pg-nft .features .block .cardsContainer .cardHorizontal .cardDescription {
  margin-top: 13px;
}
.pg-nft .standarts .block {
  margin-top: 103px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .pg-nft .standarts .block {
    height: 600px;
  }
}
@media (max-width: 980px) {
  .pg-nft .standarts .block {
    height: 900px;
  }
}
@media (max-width: 428px) {
  .pg-nft .standarts .block {
    margin-top: 60px;
    padding-bottom: 443px;
  }
}
.pg-nft .standarts .block .title {
  font: normal 800 50px/60px Montserrat;
  margin: auto;
  width: auto;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 428px) {
  .pg-nft .standarts .block .title {
    width: 340px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 374px) {
  .pg-nft .standarts .block .title {
    width: 95%;
  }
}
.pg-nft .standarts .block .ellipse {
  position: absolute;
  left: calc(50% - 182px);
  width: 364px;
  height: 364px;
  background: red;
  filter: blur(200px);
  z-index: -1;
}
@media (max-width: 980px) {
  .pg-nft .standarts .block .ellipse {
    width: 50%;
    height: 50%;
    left: 25%;
    filter: blur(40%);
    margin-top: 370px;
  }
}
@media (max-width: 428px) {
  .pg-nft .standarts .block .ellipse {
    margin-top: 0;
    top: 600px;
    left: calc(50% - 92px);
    width: 204px;
    height: 204px;
    filter: blur(120px);
  }
}
.pg-nft .standarts .block .cardsContainers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
}
@media (max-width: 980px) {
  .pg-nft .standarts .block .cardsContainers {
    flex-direction: column;
  }
}
.pg-nft .standarts .block .cardsContainers .card {
  margin: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  border-radius: 20px;
  width: 350px;
  height: 100px;
  display: flex;
  padding-top: 15px;
  padding-left: 100px;
}
@media (max-width: 374px) {
  .pg-nft .standarts .block .cardsContainers .card {
    width: 95%;
  }
}
.pg-nft .standarts .block .cardsContainers .card .img {
  position: absolute;
  margin-left: -77px;
  width: 46px;
  height: 49px;
}
.pg-nft .standarts .block .cardsContainers .card .cardTitle {
  font: normal 800 20px/24px Montserrat;
  text-transform: uppercase;
  color: #fff;
}
.pg-nft .standarts .block .cardsContainers .card .cardTitle .titleRed {
  color: #ff0014;
  width: auto;
  display: inline;
}
.pg-nft .standarts .block .cardsContainers .card .cardDescription {
  font: normal 300 20px/23px TTCommons;
  max-width: 220px;
  color: #fff;
  margin-top: 3px;
  opacity: 0.5;
}
.pg-nft .standarts .block .cardsImg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 1920px;
  display: block;
  margin: auto;
  margin-top: 10px;
  height: 650px;
  margin-bottom: 200px;
}
@media (max-width: 1919px) {
  .pg-nft .standarts .block .cardsImg {
    height: 500px;
  }
}
@media (max-width: 980px) {
  .pg-nft .standarts .block .cardsImg {
    background-size: cover;
    height: 500px;
  }
}
@media (max-width: 428px) {
  .pg-nft .standarts .block .cardsImg {
    flex-direction: column;
    height: 400px;
    margin-bottom: 80px;
    background-position: 60%;
  }
}
.pg-nft .order .block {
  position: relative;
  z-index: 1;
}
@media (min-width: 1920px) {
  .pg-nft .order .block {
    width: 1920px;
    margin: auto;
  }
}
@media (max-width: 1919px) {
  .pg-nft .order .block {
    width: auto;
  }
}
@media (max-width: 428px) {
  .pg-nft .order .block {
    padding: 0 15px;
    padding-bottom: 541px;
    padding-top: 60px;
  }
}
.pg-nft .order .block .infoBG {
  position: absolute;
  margin-top: -30px;
}
@media (max-width: 428px) {
  .pg-nft .order .block .infoBG {
    display: none;
  }
}
.pg-nft .order .block .info {
  position: relative;
  left: 170px;
  width: 300px;
}
@media (max-width: 769px) {
  .pg-nft .order .block .info {
    width: 90%;
    left: 5%;
  }
}
@media (max-width: 428px) {
  .pg-nft .order .block .info {
    margin: auto;
    left: auto;
  }
}
.pg-nft .order .block .info .title {
  font: normal 800 50px/60px Montserrat;
  margin-top: 128px;
  width: 450px;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .pg-nft .order .block .info .title {
    width: 70%;
  }
}
@media (max-width: 428px) {
  .pg-nft .order .block .info .title {
    width: auto;
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 379px) {
  .pg-nft .order .block .info .title {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 25px;
  }
}
.pg-nft .order .block .info .secondText {
  font: normal 300 20px/30px TTCommons;
  margin-top: 73px;
  width: 500px;
  color: #fff;
}
@media (max-width: 769px) {
  .pg-nft .order .block .info .secondText {
    width: 70%;
  }
}
@media (max-width: 428px) {
  .pg-nft .order .block .info .secondText {
    margin-top: 0;
    width: auto;
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 379px) {
  .pg-nft .order .block .info .secondText {
    text-align: center;
  }
}
.pg-nft .order .block .imgGroup .ellipse {
  position: absolute;
  right: 170px;
  margin-top: 80px;
  width: 364px;
  height: 364px;
  background: red;
  filter: blur(200px);
  z-index: -1;
}
@media (max-width: 769px) {
  .pg-nft .order .block .imgGroup .ellipse {
    right: 20%;
  }
}
@media (max-width: 428px) {
  .pg-nft .order .block .imgGroup .ellipse {
    width: 220px;
    height: 220px;
    background: red;
    filter: blur(150px);
    right: calc(50% - 110px);
    margin-top: 780px;
  }
}
.pg-nft .order .block .imgGroup .orderDevelopmentImg {
  background-size: cover;
  width: 50%;
  height: 800px;
  margin-top: -150px;
  position: absolute;
  right: 0;
}
@media (min-width: 1920px) {
  .pg-nft .order .block .imgGroup .orderDevelopmentImg {
    width: 770px;
    height: 900px;
    margin-right: 50px;
  }
}
@media (max-width: 769px) {
  .pg-nft .order .block .imgGroup .orderDevelopmentImg {
    display: none;
  }
}
@media (max-width: 428px) {
  .pg-nft .order .block .imgGroup .orderDevelopmentImg {
    display: block;
    margin-top: 550px;
    width: 100%;
    height: 481px;
    background-size: 170%;
    background-position-x: 70%;
    height: 700px;
  }
}
@media (max-width: 350px) {
  .pg-nft .order .block .imgGroup .orderDevelopmentImg {
    margin-top: 630px;
  }
}
.pg-farming .pg-nft .order .sectionBuild__link,
.pg-nft .order .button,
.pg-nft .order .pg-farming .sectionBuild__link {
  max-width: 220px;
}
@media (max-width: 400px) {
  .pg-farming .pg-nft .order .sectionBuild__link,
  .pg-nft .order .button,
  .pg-nft .order .pg-farming .sectionBuild__link {
    max-width: 100%;
  }
}
.pg-nft .why-choose .block {
  margin-top: 108px;
}
@media (max-width: 428px) {
  .pg-nft .why-choose .block {
    margin-top: 50px;
  }
}
.pg-nft .why-choose .block .title {
  font: normal 800 40px/60px Montserrat;
  margin: auto;
  width: 820px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .pg-nft .why-choose .block .title {
    width: 80%;
  }
}
@media (max-width: 428px) {
  .pg-nft .why-choose .block .title {
    width: auto;
    padding: 0 23px;
    margin-top: 0;
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 370px) {
  .pg-nft .why-choose .block .title {
    font-size: 27px;
    line-height: 30px;
  }
}
.pg-nft .why-choose .block .secondText {
  font: normal 300 24px/30px TTCommons;
  margin-top: 30px;
  margin: auto;
  width: 808px;
  text-align: center;
  opacity: 0.5;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .pg-nft .why-choose .block .secondText {
    width: 80%;
  }
}
@media (max-width: 428px) {
  .pg-nft .why-choose .block .secondText {
    width: auto;
    padding: 0 15px;
    font-size: 22px;
    line-height: 25px;
    margin-top: 15px;
  }
}
.pg-nft .why-choose .block .slider {
  height: 300px;
  width: 100%;
}
.pg-nft .why-choose .block .sliderContainerWrapper {
  width: 100%;
  overflow: hidden;
}
.pg-nft .why-choose .block .sliderContainerWrapper .redLine {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 428px) {
  .pg-nft .why-choose .block .sliderContainerWrapper .redLine {
    display: block;
  }
}
.pg-nft .why-choose .block .sliderContainerWrapper .leftShadowBlock {
  margin-top: -40px;
  position: absolute;
  height: 252px;
  width: 152px;
  background: linear-gradient(270deg, #000 0, rgba(0, 0, 0, 0) 100%);
  transform: rotate(180deg);
}
@media (max-width: 428px) {
  .pg-nft .why-choose .block .sliderContainerWrapper .leftShadowBlock {
    display: none;
  }
}
.pg-nft .why-choose .block .sliderContainerWrapper .rightShadowBlock {
  margin-top: -40px;
  position: absolute;
  right: 0;
  height: 252px;
  width: 152px;
  background: linear-gradient(270deg, #000 0, rgba(0, 0, 0, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
@media (max-width: 428px) {
  .pg-nft .why-choose .block .sliderContainerWrapper .rightShadowBlock {
    display: none;
  }
}
.pg-nft .why-choose .block .sliderContainerWrapper .sliderContainer {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pg-nft
  .why-choose
  .block
  .sliderContainerWrapper
  .sliderContainer
  .blockSlide {
  display: inline-block;
  height: 184px;
  border-right: solid rgba(255, 255, 255, 0.2) 2px;
  min-width: 280px;
  width: 20.1%;
  padding-top: 50px;
}
@media (max-width: 500px) {
  .pg-nft
    .why-choose
    .block
    .sliderContainerWrapper
    .sliderContainer
    .blockSlide {
    min-width: 100%;
    border-right: none;
  }
}
.pg-nft
  .why-choose
  .block
  .sliderContainerWrapper
  .sliderContainer
  .blockSlide
  .slideTitle {
  font: normal 600 18px/20px Montserrat;
  margin: auto;
  width: 190px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #db2e2e;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.pg-nft
  .why-choose
  .block
  .sliderContainerWrapper
  .sliderContainer
  .blockSlide
  .slideDescription {
  font: normal 400 16px/22px Montserrat;
  margin: auto;
  margin-top: 17px;
  width: 190px;
  text-transform: uppercase;
  font-feature-settings: "liga" off;
  color: #fff;
}
.pg-nft .why-choose .block .navigation {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 428px) {
  .pg-nft .why-choose .block .navigation {
    display: none;
  }
}
.pg-nft .why-choose .block .navigation .navIcon {
  cursor: pointer;
  padding: 8px;
  width: 36px;
  height: 32px;
  transition: 0.4s ease-out;
}
.pg-nft .why-choose .block .navigation .navIcon:hover {
  opacity: 0.7;
}
.pg-nft .working .block {
  position: relative;
  z-index: 1;
}
.pg-nft .working .block .title {
  font: normal 800 60px/60px Montserrat;
  margin: auto;
  margin-top: 128px;
  width: 858px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .pg-nft .working .block .title {
    width: 90%;
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 428px) {
  .pg-nft .working .block .title {
    margin-top: 0;
    padding: 0 23px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 370px) {
  .pg-nft .working .block .title {
    font-size: 30px;
    line-height: 30px;
  }
}
.pg-nft .working .block .secondText {
  font: normal 300 24px/30px TTCommons;
  margin-top: 30px;
  margin: auto;
  width: 808px;
  text-align: center;
  opacity: 0.5;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .pg-nft .working .block .secondText {
    width: 70%;
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 428px) {
  .pg-nft .working .block .secondText {
    margin-top: 15px;
    width: 360px;
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 370px) {
  .pg-nft .working .block .secondText {
    width: auto;
    padding: 0 10px;
  }
}
@media (max-width: 1000px) {
  .pg-nft .working .block .cardsContainerWrapper {
    overflow-y: auto;
    width: 100%;
  }
}
.pg-nft .working .block .cardsContainerWrapper .cardsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .pg-nft .working .block .cardsContainerWrapper .cardsContainer {
    width: 1000px;
  }
}
.pg-nft
  .working
  .block
  .cardsContainerWrapper
  .cardsContainer
  .card
  .cardTitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.pg-nft .working .block .cardsContainerWrapper .cardsContainer .card .lineIcon {
  margin: 20px 0 20px;
}
.pg-nft .working .block .cardsContainerWrapper .cardsContainer .card .option {
  display: flex;
  align-items: center;
  height: 44px;
  padding-left: 24px;
}
.pg-nft
  .working
  .block
  .cardsContainerWrapper
  .cardsContainer
  .card
  .option
  .checkIcon {
  margin-right: 13px;
}
.pg-nft
  .working
  .block
  .cardsContainerWrapper
  .cardsContainer
  .card
  .option
  .name {
  font: normal 500 20px/23px TTCommons;
  color: #fff;
}
.pg-nft
  .working
  .block
  .cardsContainerWrapper
  .cardsContainer
  .transparentCard {
  width: 291px;
  height: 608px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 30px;
  padding: 26px 15px;
}
.pg-nft
  .working
  .block
  .cardsContainerWrapper
  .cardsContainer
  .transparentCard
  .cardTitle {
  font-size: 18px;
  line-height: 21px;
}
.pg-nft
  .working
  .block
  .cardsContainerWrapper
  .cardsContainer
  .transparentCard
  .line {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 300px;
  margin-left: 30px;
  position: absolute;
  box-sizing: border-box;
  margin: 20px 0 20px;
}
.pg-nft .working .block .cardsContainerWrapper .cardsContainer .currentCard {
  width: 343px;
  height: 658px;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #2c2c33;
  border-radius: 20px;
  padding: 34px 21px;
  margin: 0 21px;
}
.pg-nft
  .working
  .block
  .cardsContainerWrapper
  .cardsContainer
  .currentCard
  .cardTitle {
  font-size: 32px;
  line-height: 38px;
}
.pg-farming .pg-nft .working .block .sectionBuild__link,
.pg-nft .working .block .button,
.pg-nft .working .block .pg-farming .sectionBuild__link {
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: auto;
  margin-top: 40px;
  max-width: 335px;
}
@media (max-width: 500px) {
  .pg-farming .pg-nft .working .block .sectionBuild__link,
  .pg-nft .working .block .button,
  .pg-nft .working .block .pg-farming .sectionBuild__link {
    max-width: 300px;
    font-size: 13px;
  }
}
.pg-nft .portfolio .block {
  display: flex;
  flex-direction: column;
}
.pg-nft .portfolio .block .title {
  font: normal 800 60px/60px Montserrat;
  margin: 50px auto 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1000px) {
  .pg-nft .portfolio .block .title {
    width: 90%;
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 428px) {
  .pg-nft .portfolio .block .title {
    font-size: 40px;
    line-height: 40px;
    width: auto;
  }
}
.pg-nft .portfolio .block .portfolioSlider {
  padding: 0 30px;
}
.pg-nft .portfolio .block .portfolioSlider .slide {
  padding: 0;
  width: 100%;
  max-width: 500px;
  padding-right: 10px;
}
.pg-nft .portfolio .block .portfolioSlider img {
  min-width: 100%;
}
.pg-10knft {
  overflow: hidden;
}
@media (max-width: 769px) {
  .pg-10knft {
    padding-top: 70px;
  }
}
.pg-10knft .hero-10k .about {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 48px;
}
@media (max-width: 768px) {
  .pg-10knft .hero-10k .about {
    padding: 0;
  }
}
.pg-10knft .hero-10k .about__title-img {
  max-width: 758px;
  -o-object-fit: none;
  object-fit: none;
}
@media (max-width: 600px) {
  .pg-10knft .hero-10k .about__title-img {
    height: 93px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0 20px;
  }
}
.pg-10knft .hero-10k .about__desc-img {
  z-index: 1;
  position: absolute;
  max-width: 703px;
  -o-object-fit: none;
  object-fit: none;
  top: 193px;
}
@media (max-width: 600px) {
  .pg-10knft .hero-10k .about__desc-img {
    height: 67px;
    -o-object-fit: cover;
    object-fit: cover;
    top: 75px;
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .pg-10knft .hero-10k .about__desc-img {
    height: 47px;
  }
}
@media (max-width: 768px) {
  .pg-10knft .hero-10k .about picture {
    margin-top: -200px;
  }
}
.pg-10knft .hero-10k .about picture img {
  z-index: 1;
  padding-top: 117px;
}
@media (max-width: 428px) {
  .pg-10knft .hero-10k .about picture img {
    padding-top: 239px;
  }
}
.pg-10knft .hero-10k .about h2 {
  font: 500 30px/34px TTCommons, sans-serif;
  z-index: 1;
  margin-top: 40px;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .pg-10knft .hero-10k .about h2 {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    margin-top: 50px;
    padding: 0 20px;
  }
}
.pg-10knft .hero-10k .about__bg {
  width: 100%;
  bottom: 3px;
  z-index: -1;
  position: absolute;
  filter: blur(2px);
  height: 500px;
  -o-object-fit: none;
  object-fit: none;
}
@media (max-width: 768px) {
  .pg-10knft .hero-10k .about__bg {
    height: 700px;
    bottom: 0;
    filter: blur(0);
  }
}
.pg-10knft .how-it-works-cards {
  max-width: 1000px;
  padding-top: 80px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .pg-10knft .how-it-works-cards {
    padding-top: 0;
    margin: 40px auto 0 auto;
  }
}
.pg-10knft .how-it-works-cards h2 {
  font: normal 800 25px/40px Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
  max-width: 700px;
}
@media (max-width: 768px) {
  .pg-10knft .how-it-works-cards h2 {
    font-size: 25px;
    line-height: 40px;
    padding: 0 20px;
  }
}
.pg-10knft .how-it-works-cards h2 span {
  color: #ff0014;
}
.pg-10knft .how-it-works-cards_block {
  display: flex;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .pg-10knft .how-it-works-cards_block {
    overflow-x: auto;
    max-width: 100%;
  }
}
.pg-10knft .how-it-works-cards_block_item {
  width: 354px;
  background: 0 0;
  border: 4px solid #2c2c33;
  border-radius: 20px;
  padding: 40px 15px 44px 25px;
}
@media (max-width: 768px) {
  .pg-10knft .how-it-works-cards_block_item {
    min-width: 280px;
  }
}
.pg-10knft .how-it-works-cards_block_item div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  background: #ff0014;
  border-radius: 100%;
}
.pg-10knft .how-it-works-cards_block_item h3 {
  font: normal 500 20px/24px TTCommons, sans-serif;
  padding-top: 40px;
}
.pg-10knft .how-it-works-cards_block_item:not(:last-child) {
  margin-right: 40px;
}
.pg-10knft .how-it-works-base {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 139px;
  padding-bottom: 139px;
}
@media (max-width: 768px) {
  .pg-10knft .how-it-works-base {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pg-10knft .how-it-works-base h2 {
  font: normal 800 60px/60px Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .pg-10knft .how-it-works-base h2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px 33px 20px;
  }
}
.pg-10knft .how-it-works-base h2 span {
  color: #ff0014;
}
.pg-10knft .how-it-works-base__roadmap_desktop {
  margin-left: 2em;
}
@media (max-width: 600px) {
  .pg-10knft .how-it-works-base__roadmap_desktop {
    display: none;
  }
}
.pg-10knft .how-it-works-base__roadmap_mobile {
  display: none;
}
@media (max-width: 600px) {
  .pg-10knft .how-it-works-base__roadmap_mobile {
    display: block;
    margin: 0 auto;
    padding: 0 10px;
  }
}
.pg-10knft .nft-generator {
  max-width: 1100px;
  margin: 0 auto;
}
.pg-10knft .nft-generator__title {
  font: normal 800 60px/60px Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 47px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pg-10knft .nft-generator__title {
    font-size: 40px;
    line-height: 40px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pg-10knft .nft-generator a {
  font: normal bold 15.5378px/18px Montserrat, sans-serif;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  font-feature-settings: "kern" off, "liga" off;
}
.pg-10knft .nft-generator__container {
  display: block;
  padding-top: 49px;
}
@media (max-width: 768px) {
  .pg-10knft .nft-generator__container {
    max-width: 100%;
    overflow-x: auto;
  }
}
.pg-10knft .nft-generator__container_titles {
  display: flex;
  justify-content: flex-end;
  width: 1100px;
}
.pg-10knft .nft-generator__container_titles_item {
  width: 264px;
  height: 45px;
  background: #00f;
  display: flex;
  background: linear-gradient(30.15deg, #191111 14.13%, #272525 64.22%);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
}
.pg-10knft .nft-generator__container_titles_item:not(:last-child) {
  margin-right: 14px;
}
.pg-10knft .nft-generator__container_cards {
  display: flex;
  margin-top: 15px;
}
.pg-10knft .nft-generator__container_cards_row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 15px 16px;
  margin-left: 16px;
  flex-wrap: wrap;
}
.pg-10knft .nft-generator__container_cards_row_item {
  border: 2px solid #727272;
  padding: 16px 0 0 15px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 12px;
}
.pg-10knft .nft-generator__container_cards_row_item h2 {
  font: normal bold 15px/30px TTCommons, sans-serif;
  padding-right: 2em;
}
.pg-10knft .nft-generator__container_cards_column_item {
  align-items: center;
  justify-content: center;
  background: linear-gradient(30.15deg, #191111 14.13%, #272525 64.22%);
  border-radius: 12px;
}
.pg-10knft .nft-generator__container_cards_column_item:not(:last-child) {
  margin-bottom: 15px;
}
.pg-10knft .nft-generator__container_cards_column_item,
.pg-10knft .nft-generator__container_cards_row_item {
  width: 264px;
  height: 140px;
  display: flex;
}
.pg-10knft .nft-generator__bottom {
  display: flex;
  padding-top: 152px;
  align-items: center;
}
@media (max-width: 768px) {
  .pg-10knft .nft-generator__bottom {
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
  }
}
.pg-10knft .nft-generator__bottom .img_desktop {
  display: block;
}
@media (max-width: 600px) {
  .pg-10knft .nft-generator__bottom .img_desktop {
    display: none;
  }
}
.pg-10knft .nft-generator__bottom .img_mobile {
  display: none;
}
@media (max-width: 600px) {
  .pg-10knft .nft-generator__bottom .img_mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .pg-10knft .nft-generator__bottom_block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.pg-10knft .nft-generator__bottom_block_title {
  font: normal 600 14px/18px Inter, sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ff0014;
  padding-bottom: 22px;
  max-width: 369px;
}
@media (max-width: 768px) {
  .pg-10knft .nft-generator__bottom_block_title {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pg-10knft .nft-generator__bottom_block_subtitle {
  font: normal 800 48px/60px Montserrat, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .pg-10knft .nft-generator__bottom_block_subtitle {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 20px;
  }
}
.pg-10knft .nft-generator__bottom_block_subtitle span {
  color: #ff0014;
}
.pg-10knft .nft-generator__bottom_block_desc {
  font: normal normal 20px/30px TTCommons, sans-serif;
  color: #fff;
  opacity: 0.5;
  max-width: 436px;
}
@media (max-width: 768px) {
  .pg-10knft .nft-generator__bottom_block_desc {
    line-height: 25px;
    text-align: center;
    padding: 20px 20px 0 20px;
  }
}
.pg-10knft .nft-generator .button,
.pg-10knft .nft-generator .pg-farming .sectionBuild__link,
.pg-farming .pg-10knft .nft-generator .sectionBuild__link {
  margin-top: 0;
  max-width: 230px;
}
.pg-10knft .create-nft {
  width: 100%;
  padding-top: 200px;
  position: relative;
}
@media (max-width: 768px) {
  .pg-10knft .create-nft {
    padding-top: 80px;
  }
}
.pg-10knft .create-nft__block {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 213px;
}
.pg-10knft .create-nft__block_img {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.pg-10knft .create-nft__block_img_bg {
  position: absolute;
  background: #ff3014;
  filter: blur(111px);
  width: 300px;
  height: 250px;
  top: 70px;
}
.pg-10knft .create-nft__block_img_cryptopunk {
  z-index: 1;
}
.pg-10knft .create-nft__block h2 {
  font: normal 800 60px/60px Montserrat, sans-serif;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .pg-10knft .create-nft__block h2 {
    font-size: 32px;
    line-height: 32px;
    padding: 16px 20px 0 20px;
  }
}
.pg-10knft .create-nft__block h2 span {
  color: #ff0014;
}
.pg-10knft .create-nft__block_button {
  background: #000;
  border-radius: 120px;
  z-index: 1;
  max-width: 320px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 30px;
}
@media (max-width: 768px) {
  .pg-10knft .create-nft__block_button {
    background: 0 0;
  }
}
.pg-10knft .create-nft__block_button a {
  font: normal 18px/18px TTCommons, sans-serif;
  justify-content: space-evenly;
}
.pg-10knft .create-nft__bg {
  position: absolute;
  top: 467px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  margin-left: auto;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 390px) {
  .pg-10knft .create-nft__bg {
    top: 330px;
  }
}
.pg-10knft .create-nft__bg_desktop,
.pg-10knft .create-nft__bg_mobile {
  -o-object-fit: none;
  object-fit: none;
}
.pg-10knft .create-nft__bg_desktop {
  height: 739px;
  display: block;
}
@media (max-width: 768px) {
  .pg-10knft .create-nft__bg_desktop {
    height: 536px;
  }
}
@media (max-width: 390px) {
  .pg-10knft .create-nft__bg_desktop {
    display: none;
  }
}
.pg-10knft .create-nft__bg_mobile {
  height: 563px;
  display: none;
}
@media (max-width: 390px) {
  .pg-10knft .create-nft__bg_mobile {
    display: block;
  }
}
.pg-10knft .create-nft__block-2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 101px;
}
@media (max-width: 768px) {
  .pg-10knft .create-nft__block-2 {
    padding-top: 147px;
  }
}
@media (max-width: 428px) {
  .pg-10knft .create-nft__block-2 {
    padding-top: 91px;
  }
}
@media (max-width: 390px) {
  .pg-10knft .create-nft__block-2 {
    margin-top: -181px;
    padding-top: 56px;
  }
}
.pg-10knft .create-nft__block-2_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg-10knft .create-nft__block-2_img_title-desktop {
  position: absolute;
  top: 60px;
}
@media (max-width: 600px) {
  .pg-10knft .create-nft__block-2_img_title-desktop {
    display: none;
  }
}
.pg-10knft .create-nft__block-2_img_title-mobile {
  display: none;
  position: absolute;
  top: 80px;
}
@media (max-width: 600px) {
  .pg-10knft .create-nft__block-2_img_title-mobile {
    display: block;
  }
}
.pg-10knft .create-nft__block-2_img_bg {
  height: 736px;
  -o-object-fit: none;
  object-fit: none;
}
@media (max-width: 600px) {
  .pg-10knft .create-nft__block-2_img_bg {
    height: 564px;
  }
}
.pg-10knft .create-nft__block-2_desc {
  margin-top: -265px;
}
.pg-10knft .create-nft__block-2_desc h2 {
  font: normal 800 50px/60px Montserrat, sans-serif;
  padding-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pg-10knft .create-nft__block-2_desc h2 {
    font-size: 25px;
    line-height: 40px;
    padding: 0 20px;
  }
}
.pg-10knft .create-nft__block-2_desc h2 span {
  color: #ff0014;
}
.pg-10knft .create-nft__block-2_desc h3 {
  font: normal normal 24px/30px TTCommons, sans-serif;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pg-10knft .create-nft__block-2_desc h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 30px 20px 0 20px;
  }
}
.pg-10knft .create-nft .button,
.pg-10knft .create-nft .pg-farming .sectionBuild__link,
.pg-farming .pg-10knft .create-nft .sectionBuild__link {
  margin-top: 1px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.pg-10knft .create-nft .button img,
.pg-10knft .create-nft .pg-farming .sectionBuild__link img,
.pg-farming .pg-10knft .create-nft .sectionBuild__link img {
  margin-left: 10px;
  margin-bottom: 3px;
}
.pg-10knft .key-areas {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 130px;
  position: relative;
}
@media (max-width: 768px) {
  .pg-10knft .key-areas {
    padding-top: 0;
  }
}
.pg-10knft .key-areas div {
  z-index: 1;
  max-width: 100%;
  overflow-x: auto;
}
.pg-10knft .key-areas h2 {
  font: normal 800 60px/60px Montserrat, sans-serif;
  padding-top: 130px;
  z-index: 1;
  max-width: 469px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .pg-10knft .key-areas h2 {
    font-size: 40px;
    line-height: 40px;
    padding: 60px 20px 0 20px;
  }
}
.pg-10knft .key-areas h2 span {
  color: #ff0014;
}
.pg-10knft .key-areas_img {
  z-index: 1;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .pg-10knft .key-areas_img {
    -o-object-fit: none;
    object-fit: none;
    min-width: 1147px;
  }
}
.pg-10knft .key-areas_bg {
  position: absolute;
  filter: blur(17px);
  top: 130px;
}
.pg-bridges .title {
  font-size: calc(30px + 30 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  font-weight: 800;
  line-height: 60px;
}
@media (max-width: 768px) {
  .pg-bridges .title {
    line-height: 40px;
  }
}
.pg-bridges img {
  max-width: 100%;
}
.pg-bridges .hero {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}
@media (max-width: 769px) {
  .pg-bridges .hero {
    background-position: bottom;
  }
}
.pg-bridges .hero__container {
  display: flex;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 110px;
  margin-top: -110px;
}
.pg-bridges .hero__content {
  margin-top: 153px;
}
.pg-bridges .hero__subtitle {
  font: 400 24px "TT Commons", sans-serif;
  margin-bottom: 30px;
  max-width: 410px;
}
.pg-bridges .hero__img {
  margin-top: 44px;
}
.pg-bridges .hero__img img {
  box-shadow: 0 4px 120px #3375aa;
  border-radius: 12px;
}
.pg-bridges .hero__title {
  margin-bottom: 30px;
}
.pg-bridges .hero .button,
.pg-bridges .hero .pg-farming .sectionBuild__link,
.pg-farming .pg-bridges .hero .sectionBuild__link {
  max-width: 200px;
}
@media (max-width: 768px) {
  .pg-bridges .hero {
    background-size: contain;
    margin-bottom: 60px;
  }
  .pg-bridges .hero__container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .pg-bridges .hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  .pg-bridges .hero__title {
    text-align: center;
    line-height: 40px;
  }
  .pg-bridges .hero__subtitle {
    text-align: center;
  }
}
.pg-bridges .what {
  margin-bottom: 150px;
}
.pg-bridges .what__title {
  text-align: center;
  margin-bottom: 48px;
}
.pg-bridges .what__discription {
  font: 500 30px "TT Commons", sans-serif;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 34px;
  text-align: center;
}
@media (max-width: 700px) {
  .pg-bridges .what__discription {
    font-size: 18px;
  }
}
.pg-bridges .what__discription_sub {
  font-size: 20px;
  max-width: 600px;
}
@media (max-width: 700px) {
  .pg-bridges .what__discription_sub {
    font-size: 14px;
  }
}
.pg-bridges .what__img {
  text-align: center;
}
@media (max-width: 768px) {
  .pg-bridges .what {
    margin-bottom: 60px;
  }
  .pg-bridges .what__title {
    margin-bottom: 30px;
  }
}
.pg-bridges .how {
  margin-bottom: 82px;
  overflow-x: hidden;
}
@media (max-width: 700px) {
  .pg-bridges .how .title {
    margin-bottom: 40px;
    font-size: 25px;
  }
}
.pg-bridges .how__title {
  text-align: center;
  margin-bottom: 40px;
}
.pg-bridges .how__steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 68px;
}
@media (max-width: 768px) {
  .pg-bridges .how__steps {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pg-bridges .how__img {
    overflow-x: auto;
  }
  .pg-bridges .how__img img {
    display: block;
    max-width: 800px;
  }
  .pg-bridges .how__title {
    margin-bottom: 30px;
  }
}
.pg-bridges .how .step {
  padding: 30px 15px;
  border: 4px solid #2c2c33;
  border-radius: 20px;
  flex: 0 0 30%;
}
.pg-bridges .how .step__circle {
  background: #ff0014;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 60px;
  border-radius: 50%;
  font-size: 32px;
  line-height: 38px;
}
.pg-bridges .how .step__description {
  font: 500 20px/24px TTCommas, sans-serif;
}
@media (max-width: 768px) {
  .pg-bridges .how .step {
    flex: auto;
    width: 80%;
    margin-bottom: 10px;
    width: 90%;
    margin-bottom: 10px;
    flex-direction: row;
    display: flex;
    align-items: center;
    padding: 15px;
  }
  .pg-bridges .how .step:last-child {
    margin-bottom: 0;
  }
  .pg-bridges .how .step__circle {
    margin: 0;
    margin-right: 20px;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
    font-size: 18px;
  }
  .pg-bridges .how .step__description {
    text-align: left;
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  .pg-bridges .how .step {
    width: 100%;
  }
}
.pg-bridges .why {
  margin-bottom: 150px;
}
@media (max-width: 700px) {
  .pg-bridges .why {
    margin-bottom: 100px;
  }
}
.pg-bridges .why .button,
.pg-bridges .why .pg-farming .sectionBuild__link,
.pg-farming .pg-bridges .why .sectionBuild__link {
  margin-top: 0;
}
@media (max-width: 700px) {
  .pg-bridges .why .title {
    margin-bottom: 40px;
    font-size: 25px;
  }
}
.pg-bridges .why__title {
  text-align: center;
  margin-bottom: 60px;
}
.pg-bridges .why__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .pg-bridges .why__items {
    justify-content: center;
  }
}
.pg-bridges .why__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .pg-bridges .why {
    margin-bottom: 60px;
  }
  .pg-bridges .why__title {
    margin-bottom: 30px;
  }
}
.pg-bridges .why .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
  height: 170px;
  margin-bottom: 40px;
}
.pg-bridges .why .item__img {
  margin-bottom: 30px;
}
.pg-bridges .why .item__text {
  font: bold calc(15px + 5 * ((100vw - 320px) 1600)) / TTCommons, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 428px) {
  .pg-bridges .why .item {
    width: 145px;
  }
}
.pg-bridges .blockchains {
  margin-bottom: 150px;
}
@media (max-width: 700px) {
  .pg-bridges .blockchains {
    margin-bottom: 100px;
  }
}
.pg-bridges .blockchains .title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 700px) {
  .pg-bridges .blockchains .title {
    margin-bottom: 40px;
    font-size: 25px;
  }
}
.pg-bridges .blockchains__title {
  text-align: center;
}
.pg-bridges .blockchains__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 20px;
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .pg-bridges .blockchains__items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
.pg-bridges .blockchains .blockchains__title {
  font: bold 16px "TT Commons", sans-serif;
}
@media (max-width: 550px) {
  .pg-bridges .blockchains .blockchains__title {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .pg-bridges .blockchains .blockchains__title {
    font-size: 12px;
  }
}
.pg-bridges .blockchains .blockchains__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  border-radius: 12px;
  border: 2px solid #727272;
}
@media (max-width: 550px) {
  .pg-bridges .blockchains .blockchains__item {
    height: 100px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 255, 255, 0) 100%
    );
  }
}
.pg-bridges .blockchains .blockchains__img {
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .pg-bridges .blockchains .blockchains__img {
    max-width: 30px;
    margin-bottom: 10px;
  }
}
.pg-bridges .bridges {
  margin-bottom: 150px;
}
@media (max-width: 700px) {
  .pg-bridges .bridges {
    margin-bottom: 100px;
  }
}
.pg-bridges .bridges__title {
  text-align: center;
}
.pg-bridges .bridges .title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .pg-bridges .bridges .title {
    margin-bottom: 0;
    font-size: 25px;
  }
}
.pg-bridges .bridges__text {
  font: 32px TTCommons, sans-serif;
  text-align: center;
}
@media (max-width: 700px) {
  .pg-bridges .bridges__text {
    font-size: 24px;
  }
}
.pg-bridges .bridges__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  grid-gap: 10px;
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 150px;
  padding: 40px 15px;
}
@media (max-width: 700px) {
  .pg-bridges .bridges__items {
    margin-bottom: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .pg-bridges .bridges__items {
    grid-template-columns: 1fr 1fr;
  }
}
.pg-bridges .bridges .bridges__title {
  font: bold 20px TTCommas, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .pg-bridges .bridges .bridges__title {
    font-size: 14px;
  }
}
.pg-bridges .bridges .bridges__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 348px;
  width: 100%;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #2c2c33;
  border-radius: 20px;
}
@media (max-width: 700px) {
  .pg-bridges .bridges .bridges__item {
    height: 150px;
  }
}
.pg-bridges .bridges .bridges__img {
  margin-bottom: 50px;
  height: 120px;
}
@media (max-width: 700px) {
  .pg-bridges .bridges .bridges__img {
    height: 70px;
    margin-bottom: 20px;
  }
}
.pg-crowdsale .about {
  width: 100%;
  height: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 1000px) {
  .pg-crowdsale .about {
    height: 835px;
  }
}
@media (max-width: 768px) {
  .pg-crowdsale .about {
    height: 600px;
    padding-top: 40px;
  }
}
@media (max-width: 350px) {
  .pg-crowdsale .about {
    height: 500px;
  }
}
.pg-crowdsale .about h1 {
  font: normal 800 60px/60px Montserrat, sans-serif;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .pg-crowdsale .about h1 {
    font-size: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
}
@media (max-width: 350px) {
  .pg-crowdsale .about h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
.pg-crowdsale .about h2 {
  font: normal 500 30px/34px TTCommons, sans-serif;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .pg-crowdsale .about h2 {
    font-size: 22px;
    line-height: 25px;
    padding: 0 20px 30px 20px;
  }
}
@media (max-width: 350px) {
  .pg-crowdsale .about h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.pg-crowdsale .about a {
  font: normal bold 15.5378px/18px Montserrat, sans-serif;
  width: 386px;
  display: block;
  justify-content: space-evenly;
  z-index: 1;
  text-transform: uppercase;
  font-feature-settings: "kern" off, "liga" off;
}
@media (max-width: 768px) {
  .pg-crowdsale .about a {
    width: 263px;
    height: 67px;
    padding: 15px 26px 15px 31px;
    justify-content: space-between;
  }
}
.pg-crowdsale .about__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.pg-crowdsale .about__bg picture {
  position: absolute;
  height: 968px;
  top: -113px;
  -o-object-fit: none;
  object-fit: none;
  left: 0;
}
.pg-crowdsale .about__bg picture img {
  height: 968px;
  -o-object-fit: none;
  object-fit: none;
}
@media (max-width: 768px) {
  .pg-crowdsale .about__bg picture img {
    height: 442px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.pg-crowdsale .about__bg_2 {
  position: absolute;
  bottom: -146px;
}
@media (max-width: 1440px) {
  .pg-crowdsale .about__bg_2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .pg-crowdsale .about__bg_2 {
    bottom: -59px;
    display: block;
  }
}
.pg-crowdsale .about .button,
.pg-crowdsale .about .pg-farming .sectionBuild__link,
.pg-farming .pg-crowdsale .about .sectionBuild__link {
  margin-top: 0;
  display: flex;
}
.pg-crowdsale .about .button label,
.pg-crowdsale .about .pg-farming .sectionBuild__link label,
.pg-farming .pg-crowdsale .about .sectionBuild__link label {
  white-space: nowrap;
}
.pg-crowdsale .crowdsale {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(30.15deg, #000 14.13%, #272525 79.31%);
  border-radius: 120px 120px 0 0;
  padding: 111px 0 109px 0;
}
@media (max-width: 1000px) {
  .pg-crowdsale .crowdsale {
    background: linear-gradient(30.15deg, #000 14.13%, #272525 79.31%);
    border-radius: 40px 40px 0 0;
    padding: 40px 20px 33px 20px;
  }
}
.pg-crowdsale .crowdsale__title {
  font: normal 800 60px/60px Montserrat, sans-serif;
  max-width: 850px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 66px;
}
@media (max-width: 1000px) {
  .pg-crowdsale .crowdsale__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 350px) {
  .pg-crowdsale .crowdsale__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.pg-crowdsale .crowdsale__title span {
  color: #ff0014;
}
.pg-crowdsale .crowdsale__desc {
  font: normal normal 20px/30px TTCommons, sans-serif;
  max-width: 800px;
  text-align: center;
  color: #fff;
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  .pg-crowdsale .crowdsale__desc {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 350px) {
  .pg-crowdsale .crowdsale__desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.pg-crowdsale .crowdsale__img {
  display: flex;
  padding-bottom: 81px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .pg-crowdsale .crowdsale__img {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.pg-crowdsale .crowdsale__img h3 {
  font: normal normal 20px/30px TTCommons, sans-serif;
  margin-left: 60px;
  max-width: 400px;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .pg-crowdsale .crowdsale__img h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    max-width: 100%;
    margin-left: 0;
  }
}
.pg-crowdsale .crowdsale__cards {
  display: flex;
}
@media (max-width: 1000px) {
  .pg-crowdsale .crowdsale__cards {
    flex-direction: column;
  }
}
.pg-crowdsale .crowdsale__cards div {
  width: 340px;
  height: 117px;
  border-radius: 20px;
  border: 4px solid #2c2c33;
  padding: 30px 66px 28px 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .pg-crowdsale .crowdsale__cards div {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
.pg-crowdsale .crowdsale__cards div:not(:last-child) {
  margin-right: 40px;
}
.pg-crowdsale .crowdsale__cards div h2 {
  font: normal 800 20px/24px Montserrat, sans-serif;
  padding-left: 38px;
  text-transform: uppercase;
}
.pg-crowdsale .start {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 89px 0 96px 0;
}
@media (max-width: 768px) {
  .pg-crowdsale .start {
    padding: 40px 20px 40px 20px;
  }
}
.pg-crowdsale .start div {
  overflow-x: scroll;
  overflow-y: hidden;
  max-width: 100%;
}
.pg-crowdsale .start h2 {
  font: normal 800 60px/60px Montserrat, sans-serif;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 40px;
  max-width: 850px;
}
@media (max-width: 768px) {
  .pg-crowdsale .start h2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px 40px 20px;
  }
}
@media (max-width: 350px) {
  .pg-crowdsale .start h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
.pg-crowdsale .start h3 {
  font: normal normal 24px/30px TTCommons, sans-serif;
  z-index: 1;
  text-align: center;
  padding-bottom: 60px;
  max-width: 543px;
}
@media (max-width: 768px) {
  .pg-crowdsale .start h3 {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
  }
}
@media (max-width: 350px) {
  .pg-crowdsale .start h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.pg-crowdsale .start__img {
  z-index: 1;
  min-width: 1000px;
}
.pg-crowdsale .start__bg {
  position: absolute;
  top: 0;
  filter: blur(2px);
}
.pg-crowdsale .dev {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 60px;
  padding-top: 88px;
}
@media (max-width: 1000px) {
  .pg-crowdsale .dev {
    padding: 40px 20px 33px 20px;
  }
}
@media (max-width: 768px) {
  .pg-crowdsale .dev {
    padding: 40px 0;
  }
}
.pg-crowdsale .dev__title {
  font: normal 800 60px/60px Montserrat, sans-serif;
  max-width: 850px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  .pg-crowdsale .dev__title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .pg-crowdsale .dev__title {
    padding: 0 15px 40px 15px;
  }
}
@media (max-width: 350px) {
  .pg-crowdsale .dev__title {
    font-size: 20px;
    line-height: 25px;
  }
}
.pg-crowdsale .dev__title span {
  color: #ff0014;
}
.pg-crowdsale .dev__desc {
  font: normal normal 24px/30px TTCommons, sans-serif;
  text-align: center;
  padding-bottom: 49px;
  max-width: 560px;
}
@media (max-width: 1000px) {
  .pg-crowdsale .dev__desc {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .pg-crowdsale .dev__desc {
    padding: 0 15px;
  }
}
@media (max-width: 350px) {
  .pg-crowdsale .dev__desc {
    font-size: 18px;
    line-height: 22px;
  }
}
.pg-crowdsale .dev__cards {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2vw;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .pg-crowdsale .dev__cards {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .pg-crowdsale .dev__cards {
    display: flex;
    grid-gap: 0;
  }
}
.pg-crowdsale .dev__cards_item {
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .pg-crowdsale .dev__cards_item {
    min-width: 180px;
  }
}
.pg-crowdsale .dev__cards_item div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  border-radius: 100%;
  background: 0 0;
  border: 4px solid #2c2c33;
}
.pg-crowdsale .dev__cards_item h2 {
  font: normal bold 20px/23px TTCommons, sans-serif;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
.pg-crowdsale .dev__mobile {
  display: none;
}
.pg-crowdsale .dev__mobile h2 {
  font: normal 800 40px/40px Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .pg-crowdsale .dev__mobile h2 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
}
.pg-crowdsale .dev__mobile h2 span {
  color: #ff0014;
}
.pg-crowdsale .dev__mobile h3 {
  font: normal normal 22px/25px TTCommons, sans-serif;
  text-align: center;
  padding-bottom: 33px;
}
@media (max-width: 350px) {
  .pg-crowdsale .dev__mobile h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1000px) {
  .pg-crowdsale .dev__mobile h3 {
    padding-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .pg-crowdsale .dev__mobile {
    display: block;
  }
}
.pg-crowdsale .why-us {
  max-width: 1440px;
  height: 757px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
.pg-crowdsale .why-us__block {
  z-index: 1;
  padding-left: 200px;
}
@media (max-width: 1350px) {
  .pg-crowdsale .why-us__block {
    padding-left: 5%;
  }
}
@media (max-width: 1000px) {
  .pg-crowdsale .why-us__block {
    padding: 0 15px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.pg-crowdsale .why-us__block h2 {
  font: normal 800 50px/60px Montserrat, sans-serif;
  max-width: 550px;
  text-transform: uppercase;
  padding-bottom: 37px;
}
@media (max-width: 1000px) {
  .pg-crowdsale .why-us__block h2 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .pg-crowdsale .why-us__block h2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
}
@media (max-width: 350px) {
  .pg-crowdsale .why-us__block h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
.pg-crowdsale .why-us__block h2 span {
  color: #ff0014;
}
.pg-crowdsale .why-us__block h3 {
  font: normal normal 24px/30px TTCommons, sans-serif;
  max-width: 500px;
}
@media (max-width: 1000px) {
  .pg-crowdsale .why-us__block h3 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .pg-crowdsale .why-us__block h3 {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
  }
}
@media (max-width: 350px) {
  .pg-crowdsale .why-us__block h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.pg-crowdsale .why-us__img {
  display: flex;
  position: absolute;
}
.pg-crowdsale .why-us__img_1 {
  height: 757px;
  -o-object-fit: none;
  object-fit: none;
}
@media (max-width: 768px) {
  .pg-crowdsale .why-us__img_1 {
    height: 600px;
  }
}
.pg-crowdsale .why-us__img_2 {
  position: absolute;
  right: 107px;
  z-index: 0;
  top: 67px;
}
@media (max-width: 1360px) {
  .pg-crowdsale .why-us__img_2 {
    right: 30px;
  }
}
@media (max-width: 1000px) {
  .pg-crowdsale .why-us__img_2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .pg-crowdsale .why-us__img_2 {
    right: 0;
    top: -51px;
  }
}
.pg-crowdsale .unique {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 60px;
}
@media (max-width: 1000px) {
  .pg-crowdsale .unique {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pg-crowdsale .unique__title {
  font: normal 800 50px/60px Montserrat, sans-serif;
  max-width: 850px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  .pg-crowdsale .unique__title {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
}
.pg-crowdsale .unique__title span {
  color: #ff0014;
}
.pg-crowdsale .unique__desc {
  font: normal normal 24px/30px TTCommons, sans-serif;
  max-width: 700px;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  .pg-crowdsale .unique__desc {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
  }
}
.pg-crowdsale .unique__cards {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .pg-crowdsale .unique__cards {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: space-between;
    max-width: 100%;
  }
}
.pg-crowdsale .unique__cards div {
  max-width: 350px;
}
@media (max-width: 1000px) {
  .pg-crowdsale .unique__cards div {
    min-width: 350px;
  }
  .pg-crowdsale .unique__cards div:not(:last-child) {
    margin: 0 66px 40px 0;
  }
}
@media (max-width: 460px) {
  .pg-crowdsale .unique__cards div {
    min-width: 100%;
  }
  .pg-crowdsale .unique__cards div:last-child {
    margin-right: 0 !important;
  }
}
.pg-crowdsale .unique__cards div:not(:nth-child(3)) {
  margin: 0 66px 40px 0;
}
.pg-crowdsale .unique__cards div h2 {
  font: normal 800 25px/30px Montserrat, sans-serif;
  text-transform: uppercase;
  padding: 20px 0 16px 0;
}
.pg-crowdsale .unique__cards div h3 {
  font: normal normal 18px/21px TTCommons, sans-serif;
  color: #fff;
  opacity: 0.5;
}
.pg-staking .staking {
  margin: 40px auto 0;
  position: relative;
}
.pg-staking .staking .w1000px {
  max-width: 1000px;
  margin: 0 auto;
}
.pg-staking .staking .pd15px {
  padding: 0 15px;
}
.pg-staking .staking__container_block_1,
.pg-staking .staking__container_block_2 {
  display: flex;
}
.pg-staking .staking__container_block_1 {
  margin: 0 auto;
  position: relative;
  padding-bottom: 55px;
  height: 620px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .pg-staking .staking__container_block_1 {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
.pg-staking .staking__container_block_1 .bg-1,
.pg-staking .staking__container_block_1 .bg-2 {
  position: absolute;
  top: -153px;
  z-index: -10;
  -o-object-fit: none;
  object-fit: none;
}
.pg-staking .staking__container_block_1 .bg-1 {
  left: -221px;
  filter: blur(50px);
}
@media (max-width: 1440px) {
  .pg-staking .staking__container_block_1 .bg-1 {
    left: auto;
  }
}
.pg-staking .staking__container_block_1 .bg-2 {
  right: -221px;
  filter: blur(50px);
}
@media (max-width: 1440px) {
  .pg-staking .staking__container_block_1 .bg-2 {
    right: auto;
  }
}
@media (max-width: 768px) {
  .pg-staking .staking__container_block_1 {
    height: 100%;
  }
}
.pg-staking .staking__container_block_1 div:first-child {
  padding-top: 50px;
  z-index: 4;
}
@media (max-width: 1000px) {
  .pg-staking .staking__container_block_1 div:first-child {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .pg-staking .staking__container_block_1 div:first-child {
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  .pg-staking .staking__container_block_1 .pd15px {
    margin-top: -115px;
  }
}
.pg-staking .staking__container_block_1 picture {
  position: absolute;
  left: 500px;
  height: 100%;
  width: 100%;
  max-width: 600px;
  z-index: -10;
  top: -50px;
}
@media (max-width: 768px) {
  .pg-staking .staking__container_block_1 picture {
    grid-row: 1;
    position: relative;
    top: 0;
  }
}
@media (max-width: 1100px) {
  .pg-staking .staking__container_block_1 picture {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1000px) {
  .pg-staking .staking__container_block_1 picture img {
    min-height: 400px;
    width: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
}
.pg-staking .staking__container_block_1 h1 {
  font: 800 60px/60px Montserrat, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .pg-staking .staking__container_block_1 h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .pg-staking .staking__container_block_1 h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.pg-staking .staking__container_block_1 h2 {
  font: 400 24px/30px TTCOMMONS, sans-serif;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .pg-staking .staking__container_block_1 h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
.pg-staking .staking__container_block_2 {
  align-items: center;
  padding-bottom: 93px;
  position: relative;
}
@media (max-width: 768px) {
  .pg-staking .staking__container_block_2 {
    margin-top: 300px;
  }
}
@media (max-width: 428px) {
  .pg-staking .staking__container_block_2 {
    margin-top: 100px;
  }
}
.pg-staking .staking__container_block_2_bg {
  position: absolute;
  top: -309px;
  filter: blur(18px);
  left: -100px;
  z-index: -10;
}
@media (max-width: 1440px) {
  .pg-staking .staking__container_block_2_bg {
    left: auto;
    top: -109px;
  }
}
@media (max-width: 768px) {
  .pg-staking .staking__container_block_2 {
    flex-direction: column;
    padding-bottom: 60px;
  }
}
.pg-staking .staking__container_block_2 h2 {
  font: 400 20px/30px TTCOMMONS, sans-serif;
  text-align: right;
  max-width: 400px;
  padding-left: 2em;
}
@media (max-width: 768px) {
  .pg-staking .staking__container_block_2 h2 {
    padding-left: 0;
    text-align: left;
    max-width: none;
    line-height: 25px;
    padding-bottom: 60px;
  }
}
.pg-staking .staking__container_info {
  display: block;
}
.pg-staking .staking__container_info_head:nth-child(1) {
  padding-bottom: 145px;
}
@media (max-width: 768px) {
  .pg-staking .staking__container_info_head:nth-child(1) {
    padding-bottom: 60px;
  }
}
.pg-staking
  .staking__container_info_head:nth-child(1)
  .staking__container_info_head_block_card_text-container {
  padding-top: 51px;
}
.pg-staking .staking__container_info_head:last-child {
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .pg-staking .staking__container_info_head:last-child {
    padding-bottom: 60px;
  }
}
.pg-staking
  .staking__container_info_head:last-child
  .staking__container_info_head_block_card_text-container {
  padding-top: 43px;
}
.pg-staking .staking__container_info_head_title {
  font: 800 34px/60px Montserrat, sans-serif;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .pg-staking .staking__container_info_head_title {
    font-size: 30px;
    line-height: 40px;
    padding: 0 15px;
  }
}
.pg-staking .staking__container_info_head_desc {
  font: 400 18px/30px TTCOMMONS, sans-serif;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .pg-staking .staking__container_info_head_desc {
    padding: 0 15px;
    line-height: 1.2;
    font-size: 20px;
    margin-top: 20px;
    padding: 0 15px;
  }
}
.pg-staking .staking__container_info_head_block {
  display: flex;
  justify-content: space-between;
  padding-top: 41px;
  padding-left: 15px;
}
@media (max-width: 1000px) {
  .pg-staking .staking__container_info_head_block {
    overflow-x: auto;
  }
}
.pg-staking .staking__container_info_head_block_card {
  min-width: 310px;
  max-width: 310px;
  padding: 25px 25px 50px 25px;
  background: linear-gradient(30.15deg, #000 14.13%, #272525 79.31%);
  border-radius: 4px;
}
.pg-staking .staking__container_info_head_block_card h2 {
  font: 700 20px/24px Montserrat, sans-serif;
  text-transform: uppercase;
}
.pg-staking .staking__container_info_head_block_card h3 {
  font: 400 18px/21px TTCOMMONS, sans-serif;
  padding-top: 22px;
  color: #fff;
  opacity: 0.5;
}
.pg-staking .staking__container_info_head_block_card_circle {
  width: 82px;
  height: 82px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff0014;
}
.pg-staking .staking__container_info_head_block_card_circle img {
  width: 54px;
  height: 54px;
}
.pg-staking .staking__container_info_head_block_card:not(:last-child) {
  margin-right: 0.5em;
}
.pg-staking .staking__buttons {
  max-width: 245px;
  padding-top: 30px;
}
.pg-staking .staking__buttons a {
  width: 100%;
  height: 49px;
  justify-content: space-evenly;
  font-weight: 500;
}
.pg-staking .staking__call-to-action {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .pg-staking .staking__call-to-action {
    flex-direction: column;
  }
}
.pg-staking .staking__call-to-action_text {
  max-width: 1000px;
  position: absolute;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .pg-staking .staking__call-to-action_text {
    position: initial;
  }
}
.pg-staking .staking__call-to-action_text h2 {
  font: 800 50px/60px Montserrat, sans-serif;
  padding-bottom: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1000px) {
  .pg-staking .staking__call-to-action_text h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.pg-staking .staking__call-to-action_text h3 {
  font: 400 22px/30px TTCOMMONS, sans-serif;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1000px) {
  .pg-staking .staking__call-to-action_text h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 0;
  }
}
.pg-staking .staking__call-to-action_picture {
  width: 100%;
  max-height: 916px;
}
.pg-staking .staking__call-to-action_picture_bg {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 916px;
}
@media (max-width: 1000px) {
  .pg-staking .staking__call-to-action_picture_bg {
    -o-object-position: center;
    object-position: center;
    height: 447px;
  }
}
.pg-staking .staking__banner {
  background: linear-gradient(
      107.47deg,
      rgba(30, 4, 4, 0.4) -19.1%,
      rgba(143, 0, 0, 0.4) 45.21%
    ),
    #000;
  max-width: 1440px;
  margin: -4px auto 174px auto;
}
@media (max-width: 768px) {
  .pg-staking .staking__banner {
    margin-bottom: 50px;
  }
}
.pg-staking .staking__banner_container {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 78px 0;
  align-items: center;
}
@media (max-width: 900px) {
  .pg-staking .staking__banner_container {
    padding: 2em 1em;
    flex-direction: column;
    width: 90%;
    align-items: normal;
    margin: initial;
  }
}
.pg-farming .pg-staking .staking__banner .sectionBuild__link,
.pg-staking .staking__banner .button,
.pg-staking .staking__banner .pg-farming .sectionBuild__link {
  max-width: 260px;
  width: 100%;
  font-size: 20px;
}
.pg-staking .staking__banner a,
.pg-staking .staking__banner p {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.pg-staking .staking__banner a {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  justify-content: space-evenly;
}
.pg-staking .staking__banner p {
  font-size: 26px;
  line-height: 31px;
  max-width: 500px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .pg-staking .staking__banner p {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 30px;
  }
}
.pg-staking .staking__about-us_title {
  font: 800 34px/60px Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .pg-staking .staking__about-us_title {
    padding: 0 15px;
  }
}
.pg-staking .staking__about-us_container {
  padding-top: 83px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .pg-staking .staking__about-us_container {
    padding-top: 40px;
    padding-left: 15px;
  }
}
.pg-staking .staking__about-us_container_item {
  display: flex;
  align-items: center;
  width: 305px;
  padding-bottom: 54px;
}
@media (max-width: 600px) {
  .pg-staking .staking__about-us_container_item {
    padding-bottom: 20px;
    width: 250px;
  }
}
.pg-staking .staking__about-us_container_item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 74px;
  height: 74px;
  background: linear-gradient(198.63deg, #ab231b -0.58%, #310909 83.87%);
  border-radius: 12px;
}
@media (max-width: 600px) {
  .pg-staking .staking__about-us_container_item_img {
    min-width: 60px;
    height: 60px;
    border-radius: 10px;
  }
}
@media (max-width: 600px) {
  .pg-staking .staking__about-us_container_item_img img {
    width: 30px;
  }
}
.pg-staking .staking__about-us_container_item_text {
  padding-left: 21px;
  font-family: Montserrat, sans-serif;
}
@media (max-width: 600px) {
  .pg-staking .staking__about-us_container_item_text {
    padding-left: 0;
    margin-left: 10px;
  }
}
.pg-staking .staking__about-us_container_item_text h2 {
  font: 800 18px/21px Montserrat, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 600px) {
  .pg-staking .staking__about-us_container_item_text h2 {
    font-size: 16px;
  }
}
.pg-staking .staking__about-us_container_item_text h3 {
  font: 400 16px/19px sans-serif;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 550px) {
  .pg-staking .staking__about-us_container_item_text h3 {
    font-size: 14px;
  }
}
.pg-staking .staking__sites {
  display: block;
  max-width: 1440px;
  margin: 0 auto;
}
.pg-staking .staking__sites_title {
  font: 800 34px/60px Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .pg-staking .staking__sites_title {
    display: none;
  }
}
.pg-staking .staking__sites_container {
  display: flex;
  padding-top: 40px;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 100%;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .pg-staking .staking__sites_container {
    width: 100%;
  }
}
.pg-staking .staking__sites_container_item {
  min-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(30.15deg, #191111 14.13%, #272525 64.22%);
  border-radius: 4px;
  padding-bottom: 1em;
}
.pg-staking .staking__sites_container_item:not(:last-child) {
  margin-right: 60px;
}
@media (max-width: 768px) {
  .pg-staking .staking__sites_container_item {
    min-width: 320px;
  }
}
.pg-staking .staking__sites_container_item h3 {
  font: normal 800 24px/60px Montserrat, sans-serif;
  padding: 16px 0 35px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .pg-staking .staking__sites_container_item h3 {
    padding: 6px 0;
  }
}
.pg-staking .staking__sites_container_item a {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  max-width: 200px;
  color: #fff;
  border-color: #ff0014;
  height: 52px;
  justify-content: space-evenly;
}
.pg-staking .staking__sites_container_item a:hover {
  background: #2a2730;
}
.pg-staking .staking__sites_container_item picture {
  position: absolute;
  width: 200px;
}
.pg-staking .staking__sites_container_item_img {
  position: relative;
  margin-top: 3em;
}
@media (max-width: 768px) {
  .pg-staking .staking__sites_container_item_img {
    margin-top: 1em;
  }
}
.pg-staking .staking__sites_container_item_img div {
  width: 112px;
  height: 112px;
  border-radius: 100%;
  background: linear-gradient(39.38deg, #ed4e39 -22.42%, #2c51d5 73.65%);
}
.pg-farming .pg-staking .sectionBuild__link,
.pg-staking .button,
.pg-staking .pg-farming .sectionBuild__link {
  margin-top: 0;
}
.pg-farming .pg-staking .sectionBuild__link label,
.pg-staking .button label,
.pg-staking .pg-farming .sectionBuild__link label {
  white-space: nowrap;
}
.pg-staking .buttonWhite {
  background: var(--button-white-background-color);
  color: var(--button-white-color);
  border: 2px solid var(--button-white-border-color);
  border-radius: 46px;
}
.pg-staking .buttonWhite label {
  color: #fff;
}
.pg-staking .buttonWhite.btn-border {
  color: var(--button-white-border-text-color);
}
@media (max-width: 900px) {
  .pg-vesting .build {
    margin-top: 50px;
  }
}
.pg-vesting .build .block {
  padding-bottom: 40%;
}
@media (min-width: 1920px) {
  .pg-vesting .build .block {
    padding-bottom: 800px;
  }
}
@media (max-width: 1600px) {
  .pg-vesting .build .block {
    padding-bottom: 30%;
  }
}
@media (max-width: 1024px) {
  .pg-vesting .build .block {
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .pg-vesting .build .block {
    padding-bottom: 500px;
  }
}
@media (max-width: 428px) {
  .pg-vesting .build .block {
    padding-bottom: 270px;
  }
}
.pg-vesting .build .block .title {
  font: normal 800 124px/127px Montserrat;
  text-transform: uppercase;
  color: #fff;
  margin-top: 145px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .pg-vesting .build .block .title {
    font-size: 100px;
    line-height: 105px;
  }
}
@media (max-width: 1000px) {
  .pg-vesting .build .block .title {
    font-size: 100px;
    line-height: 105px;
  }
}
@media (max-width: 900px) {
  .pg-vesting .build .block .title {
    margin-top: 0;
    text-align: center;
    font-size: 71px;
    line-height: 73px;
  }
}
@media (max-width: 375px) {
  .pg-vesting .build .block .title {
    font-size: 50px;
    line-height: 50px;
  }
}
.pg-vesting .build .block .description {
  font: normal 500 24px/30px TTCommons;
  color: #fff;
  margin-top: 13px;
}
@media (max-width: 900px) {
  .pg-vesting .build .block .description {
    text-align: center;
    margin-top: 23px;
    font-size: 22px;
    line-height: 25px;
  }
}
.pg-farming .pg-vesting .build .block .sectionBuild__link,
.pg-vesting .build .block .button,
.pg-vesting .build .block .pg-farming .sectionBuild__link {
  text-transform: none;
  font-weight: 400;
  margin-top: 30px;
  max-width: 180px;
  font-family: TTCommons;
  height: 45px;
}
@media (max-width: 900px) {
  .pg-farming .pg-vesting .build .block .sectionBuild__link,
  .pg-vesting .build .block .button,
  .pg-vesting .build .block .pg-farming .sectionBuild__link {
    margin: auto;
    margin-top: 20px;
    font-size: 20px;
  }
}
.pg-vesting .build .block .backgroundTop {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(90.22deg, #52565c 1.07%, #494e54 99.93%);
  width: 100%;
  height: 300px;
}
@media (max-width: 900px) {
  .pg-vesting .build .block .backgroundTop {
    display: block;
  }
}
.pg-vesting .build .block .background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 1950px;
}
@media (min-width: 1920px) {
  .pg-vesting .build .block .background {
    background-size: 1920px;
  }
}
@media (max-width: 1919px) {
  .pg-vesting .build .block .background {
    background-size: 100%;
    background-position: 50% 0;
  }
}
@media (max-width: 1024px) {
  .pg-vesting .build .block .background {
    background-size: 120%;
  }
}
@media (max-width: 900px) {
  .pg-vesting .build .block .background {
    top: 200px;
    background-position: 68% 0;
    background-size: 900px;
  }
}
@media (max-width: 428px) {
  .pg-vesting .build .block .background {
    background-size: 500px;
  }
}
.pg-vesting .mean .block {
  height: auto;
}
@media (max-width: 1920px) {
  .pg-vesting .mean .block {
    width: 100%;
  }
}
.pg-vesting .mean .block .title {
  font: normal 700 50px/60px Montserrat;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 428px) {
  .pg-vesting .mean .block .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.pg-vesting .mean .block .content {
  margin: auto;
  width: 1920px;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 600px 600px;
  grid-template-rows: 300px 300px;
  width: 1200px;
}
@media (max-width: 1300px) {
  .pg-vesting .mean .block .content {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
}
@media (max-width: 428px) {
  .pg-vesting .mean .block .content {
    margin: 20px 0;
    width: 100%;
    margin-left: 0;
  }
}
.pg-vesting .mean .block .content .description {
  font: normal 500 24px/30px TTCommons;
  margin-left: 90px;
  margin-top: 80px;
  order: 2;
  width: 401px;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
}
@media (max-width: 1300px) {
  .pg-vesting .mean .block .content .description {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 428px) {
  .pg-vesting .mean .block .content .description {
    padding: 15px;
  }
}
.pg-vesting .mean .block .content .img {
  width: auto;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 1300px) {
  .pg-vesting .mean .block .content .img {
    margin-left: 0;
    height: 360px;
    width: 420px;
    margin: auto;
    order: 2;
  }
}
@media (max-width: 1300px) {
  .pg-vesting .mean .block .content .img {
    margin: 15px auto;
  }
}
@media (max-width: 428px) {
  .pg-vesting .mean .block .content .img {
    position: relative;
    height: auto;
    width: auto;
  }
}
.pg-vesting .mean .block .content .info {
  font: normal 300 20px/30px TTCommons;
  margin-left: 90px;
  width: 481px;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}
@media (max-width: 1300px) {
  .pg-vesting .mean .block .content .info {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    margin-top: 10px;
    order: 3;
  }
}
@media (max-width: 428px) {
  .pg-vesting .mean .block .content .info {
    padding: 0 20px;
  }
}
.pg-vesting .mean .block .content .info .rectangle {
  height: 100px;
  margin-left: -30px;
  width: 14px;
  z-index: 2;
  position: absolute;
}
@media (max-width: 1300px) {
  .pg-vesting .mean .block .content .info .rectangle {
    display: none;
  }
}
.pg-vesting .token .block {
  text-align: center;
}
.pg-vesting .token .block .ellipse {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #fff;
  filter: blur(200px);
  left: calc(50% - 612px);
}
@media (max-width: 1300px) {
  .pg-vesting .token .block .ellipse {
    left: 0;
    margin-top: 140px;
  }
}
@media (max-width: 428px) {
  .pg-vesting .token .block .ellipse {
    width: 130px;
    height: 130px;
    filter: blur(150px);
  }
}
.pg-vesting .token .block .title {
  font: normal 800 50px/60px Montserrat;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .pg-vesting .token .block .title {
    margin-top: 50px;
  }
}
@media (max-width: 650px) {
  .pg-vesting .token .block .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.pg-vesting .token .block .descriptions {
  font: normal normal 30px/30px TTCommons;
  margin-top: 30px;
}
@media (max-width: 650px) {
  .pg-vesting .token .block .descriptions {
    font-size: 22px;
    line-height: 25px;
  }
}
.pg-vesting .token .block .cardContainer {
  display: flex;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.pg-vesting .token .block .cardContainer .card {
  width: 420px;
  height: 535px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0) 100%
  );
  border: solid 3px rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-end;
  margin: 50px 20px 0;
}
@media (max-width: 428px) {
  .pg-vesting .token .block .cardContainer .card {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 370px;
    height: 303px;
    padding: 25px 20px;
    margin: 5px 0;
    height: auto;
  }
}
.pg-vesting .token .block .cardContainer .card .cardImg {
  width: 116px;
}
@media (max-width: 428px) {
  .pg-vesting .token .block .cardContainer .card .cardImg {
    width: 78px;
    margin-right: 20px;
  }
}
.pg-vesting .token .block .cardContainer .card .cardTitle {
  font: normal 800 20px/24px Montserrat;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 428px) {
  .pg-vesting .token .block .cardContainer .card .cardTitle {
    margin-top: 10px;
    width: 200px;
  }
}
.pg-vesting .token .block .cardContainer .card .cardDescription {
  font: normal normal 18px/28px TTCommons;
  margin-top: 23px;
}
.pg-vesting .business .block {
  text-align: center;
}
.pg-vesting .business .block .ellipse {
  position: absolute;
  width: 160px;
  height: 160px;
  background: #fff;
  filter: blur(180px);
  left: calc(50% + 200px);
}
@media (max-width: 700px) {
  .pg-vesting .business .block .ellipse {
    margin-top: 30px;
    left: calc(100% - 160px);
  }
}
@media (max-width: 428px) {
  .pg-vesting .business .block .ellipse {
    width: 130px;
    height: 130px;
    filter: blur(150px);
  }
}
.pg-vesting .business .block .background {
  background: url(../themes/tokelia/assets/images/site/vesting/bgBusinesses.png)
    0 0 / cover;
  width: 1120px;
  height: 588px;
  position: absolute;
  margin-top: -70px;
  left: calc(50% - 580px);
  opacity: 0.5;
}
@media (max-width: 1300px) {
  .pg-vesting .business .block .background {
    margin-top: -30px;
  }
}
@media (max-width: 1120px) {
  .pg-vesting .business .block .background {
    background-repeat: no-repeat;
    left: 0;
    width: 100%;
    height: 600px;
    opacity: 0.2;
  }
}
.pg-vesting .business .block .title {
  font: normal 800 50px/60px Montserrat;
  text-transform: uppercase;
  margin: auto;
  margin-top: 139px;
  max-width: 800px;
}
@media (max-width: 1300px) {
  .pg-vesting .business .block .title {
    margin-top: 60px;
  }
}
@media (max-width: 650px) {
  .pg-vesting .business .block .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.pg-vesting .business .block .descriptions {
  font: normal normal 20px/30px TTCommons;
  margin: auto;
  margin-top: 20px;
  max-width: 700px;
}
@media (max-width: 650px) {
  .pg-vesting .business .block .descriptions {
    font-size: 22px;
    line-height: 25px;
    padding: 0 15px;
  }
}
.pg-vesting .business .block .businessesImg {
  background: url(../themes/tokelia/assets/images/site/vesting/businessesImgDesctop.png)
    0 0 / cover;
  width: 1100px;
  height: 640px;
  margin: auto;
  margin-top: 40px;
  left: calc(50% - 560px);
}
@media (max-width: 1100px) {
  .pg-vesting .business .block .businessesImg {
    background-size: contain;
    background-repeat: no-repeat;
    width: auto;
    height: 600px;
    background-position: 50%;
  }
}
@media (max-width: 1000px) {
  .pg-vesting .business .block .businessesImg {
    height: 550px;
  }
}
@media (max-width: 800px) {
  .pg-vesting .business .block .businessesImg {
    height: 450px;
  }
}
@media (max-width: 600px) {
  .pg-vesting .business .block .businessesImg {
    background-image: url(../themes/tokelia/assets/images/site/vesting/businessesImgMobile.png);
    height: 600px;
  }
}
@media (max-width: 500px) {
  .pg-vesting .business .block .businessesImg {
    height: 450px;
  }
}
@media (max-width: 400px) {
  .pg-vesting .business .block .businessesImg {
    height: 350px;
  }
}
.pg-vesting .whatwegives .block {
  text-align: center;
  margin-top: 160px;
}
@media (max-width: 1100px) {
  .pg-vesting .whatwegives .block {
    margin-top: 60px;
  }
}
.pg-vesting .whatwegives .block .title {
  font: normal 800 50px/60px Montserrat;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .pg-vesting .whatwegives .block .title {
    font-size: 45px;
    line-height: 48px;
  }
}
@media (max-width: 428px) {
  .pg-vesting .whatwegives .block .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.pg-vesting .whatwegives .block .thingContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 76px;
  width: 100%;
  margin-left: 0;
}
.pg-vesting .whatwegives .block .thingContainer .thing {
  width: 220px;
  padding-bottom: 30px;
}
@media (max-width: 700px) {
  .pg-vesting .whatwegives .block .thingContainer .thing {
    width: 167px;
  }
}
@media (max-width: 540px) {
  .pg-vesting .whatwegives .block .thingContainer .thing {
    width: 140px;
  }
}
@media (max-width: 420px) {
  .pg-vesting .whatwegives .block .thingContainer .thing {
    width: 120px;
  }
}
.pg-vesting .whatwegives .block .thingContainer .thing .thingImg {
  padding-bottom: 30px;
}
.pg-vesting .whatwegives .block .thingContainer .thing .thingLabel {
  font: normal bold 20px/23px TTCommons;
  width: 150px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 428px) {
  .pg-vesting .whatwegives .block .thingContainer .thing .thingLabel {
    width: 120px;
    font-size: 15px;
    line-height: 17px;
  }
}
.pg-vesting .termsvesting .block {
  text-align: center;
}
.pg-vesting .termsvesting .block .title {
  font: normal 800 50px/60px Montserrat;
  width: 1000px;
  margin: auto;
  margin-top: 200px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .pg-vesting .termsvesting .block .title {
    margin-top: 100px;
    width: 95%;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 428px) {
  .pg-vesting .termsvesting .block .title {
    margin-top: 46px;
    font-size: 30px;
    line-height: 40px;
  }
}
.pg-vesting .termsvesting .block .descriptions {
  font: normal normal 20px/30px TTCommons;
  width: 600px;
  margin: auto;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .pg-vesting .termsvesting .block .descriptions {
    width: auto;
    padding: 0 15px;
  }
}
@media (max-width: 428px) {
  .pg-vesting .termsvesting .block .descriptions {
    font-size: 22px;
    line-height: 25px;
  }
}
.pg-farming .pg-vesting .termsvesting .block .sectionBuild__link,
.pg-vesting .termsvesting .block .button,
.pg-vesting .termsvesting .block .pg-farming .sectionBuild__link {
  font: normal 500 15px/18px Montserrat;
  margin: auto;
  margin-top: 38px;
  text-transform: uppercase;
  max-width: 350px;
}
@media (max-width: 428px) {
  .pg-farming .pg-vesting .termsvesting .block .sectionBuild__link,
  .pg-vesting .termsvesting .block .button,
  .pg-vesting .termsvesting .block .pg-farming .sectionBuild__link {
    width: 90%;
    text-align: left;
  }
}
.pg-vesting .smartcontract .block {
  text-align: center;
  margin: auto;
  margin-top: 190px;
  height: 430px;
  width: 1920px;
}
@media (max-width: 1920px) {
  .pg-vesting .smartcontract .block {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .pg-vesting .smartcontract .block {
    margin-top: 100px;
  }
}
@media (max-width: 700px) {
  .pg-vesting .smartcontract .block {
    margin-top: 100px;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 428px) {
  .pg-vesting .smartcontract .block {
    height: 1000px;
  }
}
.pg-vesting .smartcontract .block .ellipse {
  position: absolute;
  width: 160px;
  height: 160px;
  background: #fff;
  filter: blur(180px);
  left: calc(50% - 800px);
}
@media (max-width: 1920px) {
  .pg-vesting .smartcontract .block .ellipse {
    left: 0;
  }
}
@media (max-width: 700px) {
  .pg-vesting .smartcontract .block .ellipse {
    display: none;
  }
}
.pg-vesting .smartcontract .block .background {
  background: url(../themes/tokelia/assets/images/site/vesting/longTermDesctop.png);
  position: absolute;
  width: 1140px;
  height: 589px;
  left: calc(50% - 230px);
  margin-top: -70px;
  z-index: -1;
}
@media (max-width: 1920px) {
  .pg-vesting .smartcontract .block .background {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1300px) {
  .pg-vesting .smartcontract .block .background {
    background-size: contain;
    background-repeat: no-repeat;
    width: 850px;
    height: 500px;
    right: 0;
  }
}
@media (max-width: 900px) {
  .pg-vesting .smartcontract .block .background {
    background-position: 150px;
  }
}
@media (max-width: 700px) {
  .pg-vesting .smartcontract .block .background {
    position: relative;
    background-image: url(../themes/tokelia/assets/images/site/vesting/longTermMobile.png);
    background-size: cover;
    background-position: 50% 0;
    width: 100%;
    height: 500px;
    margin: auto;
    left: 0;
  }
}
@media (max-width: 428px) {
  .pg-vesting .smartcontract .block .background {
    margin-top: 0;
    background-size: auto;
    width: 100%;
  }
}
.pg-vesting .smartcontract .block .blockInfo {
  margin-left: 220px;
  margin-top: 70px;
}
@media (max-width: 1300px) {
  .pg-vesting .smartcontract .block .blockInfo {
    margin-left: 100px;
  }
}
@media (max-width: 900px) {
  .pg-vesting .smartcontract .block .blockInfo {
    margin-left: 40px;
  }
}
@media (max-width: 700px) {
  .pg-vesting .smartcontract .block .blockInfo {
    margin: 0;
  }
}
@media (max-width: 428px) {
  .pg-vesting .smartcontract .block .blockInfo {
    padding: 0 15px;
  }
}
.pg-vesting .smartcontract .block .blockInfo .title {
  font: normal 800 50px/60px Montserrat;
  width: 600px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .pg-vesting .smartcontract .block .blockInfo .title {
    width: 500px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 900px) {
  .pg-vesting .smartcontract .block .blockInfo .title {
    width: 400px;
  }
}
@media (max-width: 700px) {
  .pg-vesting .smartcontract .block .blockInfo .title {
    width: 95%;
    text-align: center;
  }
}
@media (max-width: 428px) {
  .pg-vesting .smartcontract .block .blockInfo .title {
    width: 100%;
  }
}
.pg-vesting .smartcontract .block .blockInfo .descriptions {
  font: normal normal 20px/30px TTCommons;
  width: 436px;
  text-align: left;
  margin-top: 43px;
}
@media (max-width: 900px) {
  .pg-vesting .smartcontract .block .blockInfo .descriptions {
    margin-top: 20px;
    width: 380px;
  }
}
@media (max-width: 700px) {
  .pg-vesting .smartcontract .block .blockInfo .descriptions {
    width: 95%;
    max-width: 500px;
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width: 428px) {
  .pg-vesting .smartcontract .block .blockInfo .descriptions {
    width: 100%;
  }
}
.pg-vesting .customsmartcontract .block {
  margin-top: 200px;
}
@media (max-width: 1300px) {
  .pg-vesting .customsmartcontract .block {
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  .pg-vesting .customsmartcontract .block {
    margin-top: 60px;
  }
}
.pg-vesting .customsmartcontract .block .ellipse {
  background: #fff;
  position: absolute;
  width: 140px;
  height: 140px;
  filter: blur(150px);
  left: calc(50% + 320px);
  margin-top: 40px;
}
@media (max-width: 900px) {
  .pg-vesting .customsmartcontract .block .ellipse {
    left: auto;
    right: calc(50% - 70px);
    margin-top: -40px;
  }
}
.pg-vesting .customsmartcontract .block .title {
  font: normal 800 50px/60px Montserrat;
  width: 800px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .pg-vesting .customsmartcontract .block .title {
    width: 95%;
    font-size: 40px;
    line-height: 40px;
  }
}
.pg-vesting .customsmartcontract .block .descriptions {
  font: normal normal 20px/30px TTCommons;
  text-align: center;
  width: 700px;
  margin: auto;
}
@media (max-width: 700px) {
  .pg-vesting .customsmartcontract .block .descriptions {
    width: 95%;
    font-size: 20px;
    line-height: 30px;
  }
}
.pg-farming .pg-vesting .customsmartcontract .block .sectionBuild__link,
.pg-vesting .customsmartcontract .block .button,
.pg-vesting .customsmartcontract .block .pg-farming .sectionBuild__link {
  max-width: 240px;
  margin: auto;
  margin-top: 40px;
}
@media (max-width: 700px) {
  .pg-vesting .customsmartcontract .block {
    margin-top: 20px;
  }
}
.pg-vesting .customsmartcontract .block .sliderContainerWrapper {
  width: 100%;
  overflow: auto;
  scroll-snap-align: center;
}
.pg-vesting
  .customsmartcontract
  .block
  .sliderContainerWrapper
  .sliderContainer {
  min-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  .pg-vesting
    .customsmartcontract
    .block
    .sliderContainerWrapper
    .sliderContainer {
    min-width: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.pg-vesting
  .customsmartcontract
  .block
  .sliderContainerWrapper
  .sliderContainer
  .slide {
  width: 270px;
  height: 140px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 12px;
  border: solid 3px rgba(255, 255, 255, 0.4);
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 16px;
}
@media (max-width: 428px) {
  .pg-vesting
    .customsmartcontract
    .block
    .sliderContainerWrapper
    .sliderContainer
    .slide {
    width: 140px;
    height: 124px;
    margin: 0 5px;
  }
}
.pg-vesting
  .customsmartcontract
  .block
  .sliderContainerWrapper
  .sliderContainer
  .slide
  .slideImg {
  display: block;
  margin: auto;
}
.pg-vesting
  .customsmartcontract
  .block
  .sliderContainerWrapper
  .sliderContainer
  .slide
  .slideName {
  font: normal bold 16px TTCommons;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 428px) {
  .pg-vesting
    .customsmartcontract
    .block
    .sliderContainerWrapper
    .sliderContainer
    .slide
    .slideName {
    max-width: 100px;
    margin: auto;
  }
}
.pg-farming {
  --font-family-norms: "TT Norms", sans-serif;
  --font-family-commons: "TT Commons", sans-serif;
  --indent-m: 10px;
  --width-m: 1120px;
  --font-size-h1: 60px;
  --font-size-h1-mobile: 39px;
  --font-size-h2: 50px;
  --font-size-h3: 34px;
  --font-size-paragraph-s: 16px;
  --font-size-paragraph: 20px;
  --font-size-paragraph-mobile: 18px;
  --line-height-paragraph: 30px;
  --color-alizarin-crimson: #ff0014;
  --color-white: #fff;
}
.pg-farming .contentWrapper {
  width: 100%;
}
.pg-farming .contentInner {
  padding-left: var(--indent-m);
  padding-right: var(--indent-m);
  max-width: var(--width-m);
  width: 100%;
  margin: 0 auto;
}
.pg-farming .content {
  padding-left: var(--indent-m);
  padding-right: var(--indent-m);
  margin-left: calc(var(--indent-m) * -1);
  margin-right: calc(var(--indent-m) * -1);
  overflow: hidden;
}
.pg-farming .text {
  color: inherit;
}
.pg-farming .text_color_alizarinCrimson {
  color: var(--color-alizarin-crimson);
}
.pg-farming .title {
  font-family: var(--font-family-norms);
  margin: 0;
  padding: 0;
}
.pg-farming .title_theme_h1 {
  font-size: var(--font-size-h1);
  line-height: var(--font-size-h1);
  letter-spacing: 1px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .pg-farming .title_theme_h1 {
    font-size: var(--font-size-h2);
    line-height: var(--font-size-h2);
  }
}
@media (max-width: 428px) {
  .pg-farming .title_theme_h1 {
    font-size: var(--font-size-h1-mobile);
    line-height: var(--font-size-h1-mobile);
  }
}
.pg-farming .title_theme_h2 {
  font-size: var(--font-size-h2);
  line-height: var(--font-size-h1);
  font-weight: 800;
}
@media (max-width: 428px) {
  .pg-farming .title_theme_h2 {
    font-size: var(--font-size-h1-mobile);
    line-height: var(--font-size-h1-mobile);
  }
}
.pg-farming .title_theme_h3 {
  font-size: var(--font-size-h3);
  line-height: var(--font-size-h1);
  font-weight: 800;
}
.pg-farming .title_align_center {
  text-align: center;
}
.pg-farming .title_align_left {
  text-align: left;
}
.pg-farming .text_align_right {
  text-align: right;
}
.pg-farming .title_transform_uppercase {
  text-transform: uppercase;
}
.pg-farming .sectionFarming {
  position: relative;
  z-index: 2;
  padding-top: 170px;
  min-height: 1235px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pg-farming .sectionFarming {
    padding-top: 50px;
    min-height: 900px;
  }
}
@media (max-width: 428px) {
  .pg-farming .sectionFarming {
    padding-top: 100px;
    min-height: 770px;
  }
}
.pg-farming .sectionFarming::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 1;
  background: #000;
  background: linear-gradient(8deg, #000 25%, #982222 42%, #000 65%);
}
.pg-farming .sectionFarming__title {
  position: relative;
  z-index: 3;
}
.pg-farming .sectionFarming__imageWrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 428px) {
  .pg-farming .sectionFarming__imageWrapper {
    top: 130px;
  }
}
.pg-farming .sectionFarming__image {
  display: block;
  max-width: none;
  position: relative;
  top: -20px;
  -webkit-animation: floatImage 3s linear infinite;
  animation: floatImage 3s linear infinite;
}
@media (max-width: 768px) {
  .pg-farming .sectionFarming__image {
    width: 1350px;
  }
}
@media (max-width: 428px) {
  .pg-farming .sectionFarming__image {
    width: 930px;
  }
}
@-webkit-keyframes floatImage {
  0%,
  100% {
    top: -20px;
  }
  50% {
    top: 20px;
  }
}
@keyframes floatImage {
  0%,
  100% {
    top: -20px;
  }
  50% {
    top: 20px;
  }
}
.pg-farming .paragraph {
  font: 400 var(--font-size-paragraph) / var(--line-height-paragraph)
    var(--font-family-commons);
  color: inherit;
  letter-spacing: -0.3px;
}
@media (max-width: 768px) {
  .pg-farming .paragraph {
    font-size: var(--font-size-paragraph-mobile);
    line-height: 26px;
  }
}
.pg-farming .paragraph_align_center {
  text-align: center;
}
.pg-farming .paragraph_align_left {
  text-align: left;
}
.pg-farming .paragraph_align_right {
  text-align: right;
}
.pg-farming .sectionWhatIs {
  padding-top: 50px;
  position: relative;
  z-index: 1;
  padding-bottom: 345px;
}
@media (max-width: 428px) {
  .pg-farming .sectionWhatIs {
    padding-bottom: 300px;
  }
}
.pg-farming .sectionWhatIs__title {
  position: relative;
  z-index: 3;
}
.pg-farming .sectionWhatIs__description {
  position: relative;
  z-index: 3;
  margin-top: 16px;
}
.pg-farming .sectionWhatIs__imageRoadWrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 425px;
  z-index: 2;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.pg-farming .sectionWhatIs__imageRoad {
  display: block;
  max-width: none;
  margin-left: 155px;
}
@media (max-width: 428px) {
  .pg-farming .sectionWhatIs__imageRoad {
    margin-left: 825px;
  }
}
.pg-farming .sectionWhatIs__imageRaysWrapper {
  width: 100%;
  height: 925px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -165px;
  left: 0;
  z-index: 1;
}
@media (max-width: 428px) {
  .pg-farming .sectionWhatIs__imageRaysWrapper {
    top: -50px;
  }
}
.pg-farming .sectionWhatIs__imageRays {
  opacity: 1;
  max-width: none;
  display: block;
  -webkit-animation: opacityImage 3s linear infinite;
  animation: opacityImage 3s linear infinite;
}
@media (max-width: 428px) {
  .pg-farming .sectionWhatIs__imageRays {
    width: 550px;
    height: 500px;
  }
}
@-webkit-keyframes opacityImage {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes opacityImage {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.pg-farming .sectionRole {
  padding-top: 140px;
  position: relative;
  z-index: 2;
}
@media (max-width: 428px) {
  .pg-farming .sectionRole {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .pg-farming .sectionRole .content {
    padding: 0;
  }
}
.pg-farming .sectionRole .card {
  border-radius: 20px;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #2c2c33;
  height: 350px;
  position: relative;
  top: 0;
  transition: top 0.15s ease-in-out;
}
.pg-farming .sectionRole .card:hover {
  top: -5px;
}
@media (max-width: 428px) {
  .pg-farming .sectionRole .card {
    height: 300px;
  }
}
.pg-farming .sectionRole .card__logotypeWrapper {
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: center;
}
.pg-farming .sectionRole .card__logotype {
  display: block;
}
.pg-farming .sectionRole .card__logotypeName {
  display: block;
  margin: 42px auto 0;
}
@media (max-width: 428px) {
  .pg-farming .sectionRole .card__logotypeName {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .pg-farming .sectionRole__title {
    padding: 0 15px;
  }
}
.pg-farming .sectionRole__description {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .pg-farming .sectionRole__description {
    padding: 0 15px;
  }
}
.pg-farming .sectionRole__platformsWrapper {
  list-style: none;
  padding: 10px 0 0;
  margin: 40px 0 0 -10px;
  display: flex;
  width: calc(var(--width-m) - 10px);
  overflow-x: auto;
}
@media (max-width: 1000px) {
  .pg-farming .sectionRole__platformsWrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pg-farming .sectionRole__platformsWrapper {
    margin: 20px 0;
  }
}
@media (max-width: 428px) {
  .pg-farming .sectionRole__platformsWrapper {
    margin-top: 10px;
  }
}
.pg-farming .sectionRole__platform {
  margin: 0 0 0 25px;
  padding: 0;
  flex-basis: 250px;
  flex-grow: 0;
  flex-shrink: 0;
}
.pg-farming .sectionRole__platform:first-child {
  margin-left: 15px;
}
@media (max-width: 428px) {
  .pg-farming .sectionRole__platform {
    flex-basis: 230px;
    margin-left: 15px;
  }
}
.pg-farming .sectionRole__more {
  font: 700 23px var(--font-family-norms);
  background: 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 95px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  overflow: hidden;
}
.pg-farming .sectionRole__more::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(
    35.28% 304.21% at 51.12% -129.47%,
    #ff5151 24.96%,
    rgba(255, 0, 0, 0) 100%
  );
  z-index: 1;
  transition: background 0.15s ease-in;
}
@media (max-width: 428px) {
  .pg-farming .sectionRole__more {
    margin-top: 20px;
    height: 60px;
  }
  .pg-farming .sectionRole__more::before {
    background: radial-gradient(
      38.32% 330.35% at 51.58% -103.33%,
      #ff5151 24.96%,
      rgba(255, 0, 0, 0) 100%
    );
  }
}
.pg-farming .sectionRole__moreText {
  position: relative;
  z-index: 2;
}
.pg-farming .sectionWork {
  position: relative;
  margin-top: 170px;
}
@media (max-width: 428px) {
  .pg-farming .sectionWork {
    margin-top: 60px;
  }
}
.pg-farming .sectionWork__title {
  position: relative;
  z-index: 2;
}
.pg-farming .sectionWork__imageWrapper {
  height: 600px;
}
@media (max-width: 1000px) {
  .pg-farming .sectionWork__imageWrapper {
    height: 550px;
  }
}
@media (max-width: 768px) {
  .pg-farming .sectionWork__imageWrapper {
    height: 780px;
  }
}
.pg-farming .sectionWork__picture {
  position: absolute;
  width: 100%;
  top: -100px;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .pg-farming .sectionWork__picture {
    top: -50px;
  }
}
@media (max-width: 768px) {
  .pg-farming .sectionWork__picture {
    top: 55px;
  }
}
.pg-farming .sectionWork__image {
  max-width: none;
  margin-left: -6px;
}
@media (max-width: 1000px) {
  .pg-farming .sectionWork__image {
    width: 1200px;
  }
}
@media (max-width: 768px) {
  .pg-farming .sectionWork__image {
    width: 800px;
    margin-left: 17px;
  }
}
.pg-farming .sectionBenefits {
  position: relative;
  z-index: 3;
  margin-top: 150px;
}
@media (max-width: 768px) {
  .pg-farming .sectionBenefits {
    margin-top: 100px;
  }
}
.pg-farming .sectionBenefits .benefit {
  background: linear-gradient(30.15deg, #000 14.13%, #272525 79.31%);
  border-radius: 24px;
  min-height: 410px;
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 28px;
}
.pg-farming .sectionBenefits .benefit__imageWrapper {
  display: flex;
  height: 150px;
  align-items: center;
}
.pg-farming .sectionBenefits .benefit__image {
  display: block;
}
.pg-farming .sectionBenefits .benefit__title {
  font: 800 var(--font-size-paragraph) var(--font-family-norms);
  text-transform: uppercase;
  margin-top: 13px;
}
.pg-farming .sectionBenefits .benefit__description {
  font: var(--font-size-paragraph-s) / 21px var(--font-family-commons);
  margin-top: 20px;
  opacity: 0.5;
}
.pg-farming .sectionBenefits__benefitsWrapper {
  list-style: none;
  padding: 10px 0 0;
  margin: 120px 0 0 -10px;
  display: flex;
  width: calc(var(--width-m) - 10px);
  overflow-x: auto;
}
@media (max-width: 1000px) {
  .pg-farming .sectionBenefits__benefitsWrapper {
    width: 100%;
  }
}
@media (max-width: 428px) {
  .pg-farming .sectionBenefits__benefitsWrapper {
    margin-top: 10px;
  }
}
.pg-farming .sectionBenefits__benefit {
  margin: 0 0 0 35px;
  padding: 0;
  flex-basis: 340px;
  flex-grow: 0;
  flex-shrink: 0;
}
.pg-farming .sectionBenefits__benefit:first-child {
  margin-left: 15px;
}
@media (max-width: 428px) {
  .pg-farming .sectionBenefits__benefit {
    flex-basis: 320px;
    margin-left: 15px;
  }
}
.pg-farming .sectionBenefits__title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.pg-farming .sectionBenefits__question {
  padding: 30px 20px;
  background: linear-gradient(30.15deg, #000 14.13%, #272525 79.31%);
  border-radius: 0 24px 24px 0;
  max-width: 355px;
  position: relative;
  margin-left: 8px;
  margin-top: 60px;
  z-index: 2;
}
.pg-farming .sectionBenefits__question::before {
  background: var(--color-alizarin-crimson);
  content: "";
  width: 8px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: -8px;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 428px) {
  .pg-farming .sectionBenefits__question {
    margin-top: -25px;
    z-index: 1;
  }
}
.pg-farming .sectionBenefits__questionTitle {
  text-transform: uppercase;
  color: var(--color-alizarin-crimson);
  margin-bottom: 15px;
  line-height: 22px;
}
.pg-farming .sectionBenefits__paragraph {
  font-size: 16px;
  line-height: 30px;
  max-width: 500px;
  position: relative;
  z-index: 2;
}
.pg-farming .sectionBenefits__paragraph_indent_bottom {
  margin-bottom: 30px;
}
.pg-farming .sectionBenefits__imageWrapper {
  overflow: hidden;
  position: absolute;
  top: -65px;
  width: 100%;
  display: flex;
  left: 0;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 428px) {
  .pg-farming .sectionBenefits__imageWrapper {
    top: 5px;
    position: relative;
    z-index: 2;
  }
}
.pg-farming .sectionBenefits__image {
  display: block;
  max-width: none;
  margin-left: 650px;
}
@media (max-width: 428px) {
  .pg-farming .sectionBenefits__image {
    margin-left: 0;
    width: 470px;
  }
}
.pg-farming .sectionBuild {
  position: relative;
  z-index: 2;
  padding-top: 460px;
}
@media (max-width: 428px) {
  .pg-farming .sectionBuild {
    padding-top: 314px;
  }
}
.pg-farming .sectionBuild__paragraph {
  font-size: 22px;
  margin-top: 37px;
}
@media (max-width: 830px) {
  .pg-farming .sectionBuild__paragraph br {
    display: none;
  }
}
.pg-farming .sectionBuild__imageWrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 467px;
  position: absolute;
  top: -40px;
  left: 0;
  overflow: hidden;
}
@media (max-width: 428px) {
  .pg-farming .sectionBuild__imageWrapper {
    height: 350px;
    top: -65px;
  }
}
.pg-farming .sectionBuild__image {
  max-width: none;
}
.pg-farming .sectionBuild__link {
  background: var(--color-alizarin-crimson);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  font-weight: 500;
  border-radius: 25px;
  max-width: 280px;
  color: var(--color-white);
  margin: 50px auto 0;
  font-size: 18px;
  position: relative;
  top: 0;
  transition: top 0.15s ease-in;
  outline: 0;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 35px;
}
.pg-farming .sectionBuild__link:hover {
  top: -5px;
  text-decoration: none;
}
.pg-farming .sectionBuild__linkIcon {
  margin-left: 25px;
}
.pg-farming .sectionFaq {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .pg-farming .sectionFaq {
    margin-top: 70px;
  }
}
.pg-farming .sectionFaq .faq {
  background: linear-gradient(30.15deg, #000 14.13%, #272525 79.31%);
  border-radius: 24px;
  padding: 25px;
}
.pg-farming .sectionFaq .faq__title {
  font: 26px var(--font-family-norms);
  display: block;
  padding: 10px 0 10px 25px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.pg-farming .sectionFaq .faq__title::before {
  background: var(--color-alizarin-crimson);
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (max-width: 428px) {
  .pg-farming .sectionFaq .faq__title {
    font-size: 22px;
  }
}
.pg-farming .sectionFaq .faq__description {
  font-family: var(--font-family-commons);
  opacity: 0.5;
  margin-top: 20px;
  padding: 0;
  line-height: 30px;
}
.pg-farming .sectionFaq__inner {
  position: relative;
  z-index: 2;
}
.pg-farming .sectionFaq__questionsWrapper {
  padding: 0;
  margin: 0 -12px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .pg-farming .sectionFaq__questionsWrapper {
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.pg-farming .sectionFaq__question {
  width: 50%;
  margin-top: 40px;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .pg-farming .sectionFaq__question {
    width: auto;
    padding: 0;
    flex-basis: 320px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 15px;
  }
}
.pg-farming .sectionFaq__question_width_full {
  width: 100%;
}
.pg-farming .ellipseContainer {
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  position: absolute;
  margin-top: -100px;
  z-index: 1;
  opacity: 0.4;
}
.pg-farming .ellipseContainer .ellipse {
  margin: auto;
  max-width: 500px;
  height: 500px;
  background: red;
  filter: blur(200px);
}
.pg-safemoon {
  overflow: hidden;
}
.pg-safemoon .container {
  max-width: 1130px;
}
.pg-safemoon section {
  margin: 100px 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 769px) {
  .pg-safemoon section {
    margin: 50px 0;
  }
}
.pg-safemoon .block-head {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}
.pg-safemoon .block-head .title {
  font: bold 60px Montserrat, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .pg-safemoon .block-head .title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .pg-safemoon .block-head .title {
    font-size: 35px;
  }
}
.pg-safemoon .block-head .text {
  font: 300 20px/1.3 TTCommons, sans-serif;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
}
.pg-safemoon .hero {
  display: flex;
  align-items: center;
  min-height: 800px;
  margin-top: 0;
  background: url(../themes/tokelia/assets/images/site/safemoon/bg-safemoon.png);
  background-repeat: no-repeat;
  background-position: center 65%;
}
@media (max-width: 1024px) {
  .pg-safemoon .hero {
    min-height: 600px;
    background-position: center 85%;
  }
}
@media (max-width: 769px) {
  .pg-safemoon .hero {
    background: url(../themes/tokelia/assets/images/site/safemoon/bg-safemoon-mob.png);
    background-repeat: no-repeat;
    background-position: center -20%;
    min-height: 0;
  }
}
@media (max-width: 550px) {
  .pg-safemoon .hero {
    background-position: center -110%;
  }
}
.pg-safemoon .hero .container {
  background: url(../themes/tokelia/assets/images/site/safemoon/bg-safemoon-coins.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: contain;
  padding: 100px 15px;
}
@media (max-width: 1024px) {
  .pg-safemoon .hero .container {
    background-size: 50%;
  }
}
@media (max-width: 769px) {
  .pg-safemoon .hero .container {
    background-size: 230px;
    background-position: center 20%;
    padding-top: 250px;
    padding-bottom: 0;
  }
}
@media (max-width: 550px) {
  .pg-safemoon .hero .container {
    padding-top: 200px;
    background-size: 220px;
    background-position: center 12%;
  }
}
.pg-safemoon .hero .block-head {
  max-width: 420px;
  width: 100%;
  align-items: baseline;
  margin: 0;
  text-align: left;
}
@media (max-width: 769px) {
  .pg-safemoon .hero .block-head {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
.pg-safemoon .hero .block-head .title {
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .pg-safemoon .hero .block-head .title {
    font-size: 35px;
  }
}
.pg-safemoon .hero .block-head .text {
  font-size: 21px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 769px) {
  .pg-safemoon .hero .block-head .text {
    margin: 0 auto;
  }
}
.pg-farming .pg-safemoon .hero .block-head .sectionBuild__link,
.pg-safemoon .hero .block-head .button,
.pg-safemoon .hero .block-head .pg-farming .sectionBuild__link {
  max-width: 180px;
  font-size: 14px;
  margin-top: 25px;
  width: 100%;
}
@media (max-width: 769px) {
  .pg-farming .pg-safemoon .hero .block-head .sectionBuild__link,
  .pg-safemoon .hero .block-head .button,
  .pg-safemoon .hero .block-head .pg-farming .sectionBuild__link {
    margin: 20px auto;
  }
}
.pg-safemoon .what-are {
  margin-top: 30px;
}
@media (max-width: 769px) {
  .pg-safemoon .what-are {
    margin-top: 50px;
  }
}
@media (max-width: 550px) {
  .pg-safemoon .what-are {
    margin-bottom: 0;
  }
}
.pg-safemoon .what-are .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .pg-safemoon .what-are .content {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
.pg-safemoon .what-are-item {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: linear-gradient(30.15deg, #000 14.13%, #272525 79.31%);
  padding: 50px;
}
@media (max-width: 550px) {
  .pg-safemoon .what-are-item {
    padding: 20px;
  }
}
.pg-safemoon .what-are-item-top {
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  .pg-safemoon .what-are-item-top {
    display: flex;
    align-items: center;
  }
}
.pg-safemoon .what-are-item .img {
  height: 124px;
  margin-right: 15px;
}
@media (max-width: 769px) {
  .pg-safemoon .what-are-item .img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 550px) {
  .pg-safemoon .what-are-item .img {
    height: 70px;
    width: 70px;
  }
}
.pg-safemoon .what-are-item .title {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media (max-width: 769px) {
  .pg-safemoon .what-are-item .title {
    margin-top: 0;
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .pg-safemoon .what-are-item .title {
    font-size: 16px;
  }
}
.pg-safemoon .what-are-item .text {
  font: 300 18px/1.2 TTCommons, sans-serif;
  margin-top: 10px;
}
.pg-safemoon .how-it-works {
  margin-top: 0;
}
@media (max-width: 650px) {
  .pg-safemoon .how-it-works .h-mobile {
    display: none;
  }
}
.pg-safemoon .how-it-works .h-desktop {
  display: none;
  margin: 0 auto;
}
@media (max-width: 650px) {
  .pg-safemoon .how-it-works .h-desktop {
    display: block;
  }
}
.pg-safemoon .how-it-works .block-head {
  background: url(../themes/tokelia/assets/images/site/safemoon/flame.png);
  background-repeat: no-repeat;
  background-size: 240px;
  background-position: center top;
  padding-top: 140px;
  min-height: 200px;
}
.pg-farming .pg-safemoon .how-it-works .sectionBuild__link,
.pg-safemoon .how-it-works .button,
.pg-safemoon .how-it-works .pg-farming .sectionBuild__link {
  max-width: 340px;
  font-size: 14px;
  margin: 50px auto 0 auto;
}
.pg-safemoon .benefits {
  margin: -200px 0 0 0;
}
.pg-safemoon .benefits .container {
  background: url(../themes/tokelia/assets/images/site/safemoon/bg-benefits.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 60%;
  padding: 250px 15px 20px 15px;
}
@media (max-width: 650px) {
  .pg-safemoon .benefits .container {
    background-size: auto;
    background-position: center 40%;
    padding-bottom: 100px;
  }
}
.pg-safemoon .benefits .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px;
}
@media (max-width: 1024px) {
  .pg-safemoon .benefits .content {
    grid-gap: 20px;
  }
}
@media (max-width: 769px) {
  .pg-safemoon .benefits .content {
    grid-gap: 10px;
  }
}
.pg-safemoon .benefits-item {
  background: linear-gradient(30.15deg, #000 14.13%, #272525 79.31%);
  border-radius: 24px;
  padding: 50px 25px;
}
@media (max-width: 769px) {
  .pg-safemoon .benefits-item {
    padding: 25px;
    display: flex;
    flex-direction: column;
  }
}
.pg-safemoon .benefits-item .img {
  min-height: 92px;
}
@media (max-width: 769px) {
  .pg-safemoon .benefits-item .img {
    min-height: 60px;
    width: 60px;
  }
}
.pg-safemoon .benefits-item .text {
  font: 300 18px/1.4 TTCommons, sans-serif;
  margin-top: 20px;
}
@media (max-width: 769px) {
  .pg-safemoon .benefits-item .text {
    margin-top: 10px;
  }
}
@media (max-width: 650px) {
  .pg-safemoon .below {
    margin-top: 10px;
  }
}
.pg-safemoon .below .block-head .title {
  font-size: 24px;
  padding: 0 50px;
}
@media (max-width: 769px) {
  .pg-safemoon .below .block-head .title {
    padding: 0;
    font-size: 20px;
  }
}
.pg-safemoon .below .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 25px;
}
@media (max-width: 1024px) {
  .pg-safemoon .below .content {
    grid-gap: 15px;
  }
}
@media (max-width: 550px) {
  .pg-safemoon .below .content {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-gap: 10px;
  }
}
.pg-safemoon .below-item {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #2c2c33;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  padding: 30px 30px 20px 30px;
}
@media (max-width: 769px) {
  .pg-safemoon .below-item {
    min-height: 200px;
  }
}
.pg-safemoon .below-item .img {
  min-height: 110px;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .pg-safemoon .below-item .img {
    min-height: 60px;
    width: 60px;
    margin-bottom: 20px;
  }
}
.pg-safemoon .below-item .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  height: 100%;
}
.pg-safemoon .below-item .title::after {
  content: attr(data-text);
  font-size: 15px;
  opacity: 0.5;
}
@media (max-width: 769px) {
  .pg-safemoon .below-item .title {
    font-size: 16px;
  }
  .pg-safemoon .below-item .title::after {
    font-size: 13px;
  }
}
.pg-safemoon .how-to-setup .content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}
.pg-safemoon .how-to-setup .content p {
  font-family: TTCommons, sans-serif !important;
}
.pg-launchpad {
  overflow: hidden;
}
.pg-launchpad .container {
  max-width: 1130px;
}
.pg-launchpad section {
  margin: 100px 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 769px) {
  .pg-launchpad section {
    margin: 50px 0;
  }
}
.pg-launchpad .block-head {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}
.pg-launchpad .block-head .title {
  font: bold 55px Montserrat, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .pg-launchpad .block-head .title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .pg-launchpad .block-head .title {
    font-size: 35px;
  }
}
.pg-launchpad .block-head .title span {
  color: #ff0014;
}
.pg-launchpad .block-head .text {
  font: 300 20px/1.3 TTCommons, sans-serif;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
}
.pg-launchpad .hero {
  background: url(../themes/tokelia/assets/images/site/launchpad/bg-hero.png)
    no-repeat center;
  box-shadow: inset 0 -20px 20px -10px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  margin-top: 0;
}
.pg-launchpad .hero .block-head {
  max-width: 1000px;
}
.pg-launchpad .hero .block-head .title {
  margin-bottom: 20px;
}
.pg-launchpad .hero .block-head .text {
  margin-top: 0;
}
.pg-farming .pg-launchpad .hero .block-head .sectionBuild__link,
.pg-launchpad .hero .block-head .button,
.pg-launchpad .hero .block-head .pg-farming .sectionBuild__link {
  margin-top: 30px;
  max-width: 270px;
  width: 100%;
}
@media (max-width: 769px) {
  .pg-launchpad .expertise {
    margin-top: 0;
  }
}
.pg-farming .pg-launchpad .expertise .sectionBuild__link,
.pg-launchpad .expertise .button,
.pg-launchpad .expertise .pg-farming .sectionBuild__link {
  max-width: 280px;
  width: 100%;
}
.pg-launchpad .expertise .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  grid-gap: 15px;
  margin-top: 100px;
}
.pg-launchpad .expertise-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}
@media (max-width: 769px) {
  .pg-launchpad .expertise-item {
    padding: 10px;
  }
}
.pg-launchpad .expertise-item .img {
  margin-bottom: 20px;
  height: 70px;
  width: 70px;
}
.pg-launchpad .expertise-item .title {
  font-size: 18px;
  font-weight: 500;
}
.pg-launchpad .features .content .title {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.pg-launchpad .features-img {
  width: 100%;
}
@media (max-width: 769px) {
  .pg-launchpad .features-img {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.pg-launchpad .features .img {
  max-width: 100%;
}
@media (max-width: 769px) {
  .pg-launchpad .features .img {
    max-width: initial;
  }
}
.pg-launchpad .advanced {
  background: url(../themes/tokelia/assets/images/site/launchpad/sky.png)
    no-repeat top/100%;
}
@media (max-width: 1024px) {
  .pg-launchpad .advanced {
    background-size: auto;
  }
}
.pg-launchpad .advanced .content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 80px;
}
.pg-launchpad .advanced-item {
  display: grid;
  grid-template-columns: minmax(300px, 540px) minmax(300px, 1fr);
  grid-gap: 50px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .pg-launchpad .advanced-item {
    grid-gap: 20px;
  }
}
@media (max-width: 650px) {
  .pg-launchpad .advanced-item {
    grid-template-columns: 1fr;
  }
}
.pg-launchpad .advanced-item.reverce {
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 540px);
}
@media (max-width: 650px) {
  .pg-launchpad .advanced-item.reverce {
    grid-template-columns: 1fr;
  }
}
.pg-launchpad .advanced-item.reverce .advanced-item-content {
  text-align: right;
  justify-content: flex-end;
}
@media (max-width: 650px) {
  .pg-launchpad .advanced-item.reverce .advanced-item-content {
    text-align: left;
    justify-content: flex-start;
    order: 2;
  }
}
.pg-launchpad .advanced-item.reverce .advanced-item-content-wrap {
  align-items: flex-end;
}
@media (max-width: 650px) {
  .pg-launchpad .advanced-item.reverce .advanced-item-content-wrap {
    align-items: flex-start;
  }
}
.pg-launchpad .advanced-item.reverce .advanced-item-content .btn {
  justify-content: flex-end;
}
.pg-launchpad .advanced-item .img {
  filter: grayscale(100%);
  border-radius: 25px;
  overflow: hidden;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
}
@media (max-width: 650px) {
  .pg-launchpad .advanced-item .img {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto 20px auto;
  }
}
.pg-launchpad .advanced-item-content {
  display: flex;
}
.pg-launchpad .advanced-item-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
}
.pg-launchpad .advanced-item-content .label {
  letter-spacing: 2px;
  color: #ff0014;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
}
.pg-launchpad .advanced-item-content .title {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.pg-launchpad .advanced-item-content .text {
  font: 300 18px/1.3 TTCommons, sans-serif;
  margin-bottom: 20px;
}
.pg-launchpad .advanced-item-content .btn {
  color: #868686;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pg-launchpad .advanced-item-content .btn img {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.pg-launchpad .advanced-item-content .btn:hover {
  color: #ff0014;
}
.pg-launchpad .numbers .block-head .title {
  font-size: 35px;
}
.pg-launchpad .numbers .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 280px));
  grid-gap: 30px;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 0 auto;
}
.pg-launchpad .numbers-item {
  display: flex;
  align-items: center;
}
.pg-launchpad .numbers-item-img {
  background: linear-gradient(198.63deg, #ab231b -0.58%, #310909 83.87%);
  border-radius: 12px;
  padding: 10px;
  height: 70px;
  min-width: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.pg-launchpad .numbers-item-content .title {
  font-size: 18px;
}
.pg-launchpad .numbers-item-content .text {
  font: 17px TTCommons, sans-serif;
  opacity: 0.5;
  margin-top: 5px;
}
.pg-tools {
  overflow: hidden;
}
.pg-tools .container {
  max-width: 1130px;
}
.pg-tools section {
  margin: 100px 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 769px) {
  .pg-tools section {
    margin: 50px 0;
  }
}
.pg-tools .block-head {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}
.pg-tools .block-head .title {
  font: bold 55px Montserrat, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .pg-tools .block-head .title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .pg-tools .block-head .title {
    font-size: 35px;
  }
}
.pg-tools .block-head .title span {
  color: #ff0014;
}
.pg-tools .block-head .text {
  font: 300 20px/1.3 TTCommons, sans-serif;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
}
.pg-tools .hero {
  background: url(../themes/tokelia/assets/images/site/tools/bg-hero.png)
    no-repeat center 0;
  box-shadow: inset 0 -20px 20px -10px #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 800px;
  margin-top: 0;
}
@media (max-width: 650px) {
  .pg-tools .hero {
    background-image: url(../themes/tokelia/assets/images/site/tools/bg-hero-mobile.png);
    background-size: contain;
    min-height: auto;
  }
}
.pg-tools .hero .block-head {
  max-width: 500px;
  margin: 0;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 650px) {
  .pg-tools .hero .block-head {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 40% auto 0 auto;
  }
}
.pg-tools .hero .block-head .title {
  font-size: 60px;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .pg-tools .hero .block-head .title {
    font-size: 40px;
  }
}
.pg-tools .hero .block-head .text {
  font-size: 24px;
  margin: 0;
  margin-top: 0;
}
@media (max-width: 650px) {
  .pg-tools .hero .block-head .text {
    font-size: 20px;
  }
}
.pg-farming .pg-tools .hero .block-head .sectionBuild__link,
.pg-tools .hero .block-head .button,
.pg-tools .hero .block-head .pg-farming .sectionBuild__link {
  margin-top: 30px;
  max-width: 280px;
  width: 100%;
}
@media (max-width: 769px) {
  .pg-tools .what-are {
    margin-top: 30px;
  }
}
.pg-tools .what-are .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  grid-gap: 40px;
  justify-content: space-between;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .pg-tools .what-are .content {
    grid-gap: 15px;
  }
}
@media (max-width: 550px) {
  .pg-tools .what-are .content {
    padding-top: 10px;
  }
}
.pg-tools .what-are-item {
  background: linear-gradient(30.15deg, #000 14.13%, #272525 79.31%);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 40px;
  min-height: 200px;
}
@media (max-width: 550px) {
  .pg-tools .what-are-item {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    padding: 15px;
    min-height: auto;
  }
}
.pg-tools .what-are-item .img {
  margin-top: -110px;
}
@media (max-width: 550px) {
  .pg-tools .what-are-item .img {
    margin: 0;
    min-width: 60px;
    width: 60px;
  }
}
.pg-tools .what-are-item .title {
  font-size: 17px;
  margin-top: 40px;
  max-width: 250px;
}
@media (max-width: 1024px) {
  .pg-tools .what-are-item .title {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  .pg-tools .what-are-item .title {
    margin: 0 0 0 15px;
    font-size: 12px;
    max-width: 100%;
  }
}
.pg-tools .interface {
  background: url(../themes/tokelia/assets/images/site/tools/bg-tools.png)
    no-repeat left/contain;
  padding: 100px 0;
}
@media (max-width: 769px) {
  .pg-tools .interface {
    background: 0 0;
    padding: 0;
  }
}
.pg-tools .interface .content {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(350px, 1fr));
  grid-gap: 20px;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .pg-tools .interface .content {
    display: block;
    max-width: 540px;
    margin: 40px auto 0 auto;
  }
}
@media (max-width: 769px) {
  .pg-tools .interface-item.h-mobile {
    display: none;
  }
}
.pg-tools .interface-item-top {
  background: linear-gradient(
      30.15deg,
      rgba(101, 0, 0, 0.33) 14.13%,
      rgba(167, 0, 0, 0.33) 94.65%
    ),
    #131313;
  border-radius: 24px 24px 0 0;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
}
.pg-tools .interface-item-top .img {
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.pg-tools .interface-item-top .title {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}
.pg-tools .interface-item-content {
  background: #010000;
  border-left: 4px solid #2b2b2b;
  border-right: 4px solid #2b2b2b;
  border-bottom: 4px solid #2b2b2b;
  border-radius: 0 0 24px 24px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media (max-width: 450px) {
  .pg-tools .interface-item-content {
    padding: 15px 10px;
    grid-gap: 5px;
  }
}
.pg-tools .interface-item-row {
  background: linear-gradient(30.15deg, #0d0d0d 14.13%, #2f2f2f 94.65%), #131313;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 20px;
  min-height: 60px;
}
@media (max-width: 450px) {
  .pg-tools .interface-item-row {
    padding: 10px 5px 10px 5px;
  }
}
.pg-tools .interface-item-row.tools-interface-down .title::after {
  background: url(../themes/tokelia/assets/images/site/tools/down.svg);
}
.pg-tools .interface-item-row.tools-interface-down .price {
  color: #d53737;
}
.pg-tools .interface-item-row-info {
  display: flex;
  flex-direction: column;
}
.pg-tools .interface-item-row .title {
  font-size: 15px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}
.pg-tools .interface-item-row .title::after {
  background: url(../themes/tokelia/assets/images/site/tools/up.svg) no-repeat
    center/contain;
  content: "";
  margin-left: 5px;
  width: 12px;
  height: 11px;
}
.pg-tools .interface-item-row .price {
  font-size: 15px;
  color: #09bfb4;
}
.pg-tools .tracking .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .pg-tools .tracking .content {
    grid-gap: 15px;
  }
}
.pg-tools .tracking-item {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: linear-gradient(30.15deg, #000 14.13%, #272525 79.31%);
  padding: 35px 20px;
}
@media (max-width: 550px) {
  .pg-tools .tracking-item {
    padding: 20px;
  }
}
.pg-tools .tracking-item-top {
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  .pg-tools .tracking-item-top {
    display: flex;
    align-items: center;
  }
}
.pg-tools .tracking-item .img {
  height: 80px;
  margin-right: 15px;
}
@media (max-width: 550px) {
  .pg-tools .tracking-item .img {
    height: 60px;
    width: 60px;
  }
}
.pg-tools .tracking-item .title {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
}
.pg-tools .tracking-item .text {
  font: 300 22px/1.2 TTCommons, sans-serif;
  margin-top: 20px;
  opacity: 0.5;
}
@media (max-width: 550px) {
  .pg-tools .tracking-item .text {
    margin-top: 10px;
    font-size: 18px;
  }
}
.pg-tools .need {
  background: url(../themes/tokelia/assets/images/site/tools/bg-need.png)
    no-repeat right/contain;
}
@media (max-width: 1500px) {
  .pg-tools .need {
    background-size: cover;
  }
}
@media (max-width: 769px) {
  .pg-tools .need {
    background-size: 130%;
    background-position: left top;
  }
}
.pg-tools .need .container {
  padding: 0 15px 200px 15px;
}
@media (max-width: 769px) {
  .pg-tools .need .container {
    padding: 0 15px;
  }
}
.pg-tools .need .block-head {
  max-width: 800px;
}
.pg-tools .need .block-head::before {
  background: url(../themes/tokelia/assets/images/site/tools/flash.png)
    no-repeat center/contain;
  content: "";
  width: 280px;
  height: 260px;
  margin-top: -95px;
}
@media (max-width: 769px) {
  .pg-tools .need .block-head::before {
    width: 140px;
    height: 120px;
    margin-bottom: -10px;
    margin-top: -55px;
  }
}
