@import url("https://fonts.googleapis.com/css2?family=Molengo&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("../font/Uncut-Sans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Uncut Sans";
  src: url("../font/Uncut-Sans-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("../font/inter/Inter-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("../font/inter/Inter-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("../font/inter/Inter-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("../font/inter/Inter-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
body {
  font-family: "Inter";
  font-weight: 400;
  color: #AFAFAF;
  background-color: #141414;
  line-height: 114.2857142857%;
  font-size: 14px;
}

._input {
  color: rgb(102, 103, 105);
  font-size: 14px;
  line-height: 114.2857142857%;
  background-color: transparent;
  width: 100%;
}

._btn {
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9.505%, rgb(255, 255, 255)), color-stop(90.619%, rgb(215, 215, 215)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 9.505%, rgb(215, 215, 215) 90.619%);
  color: rgb(20, 20, 20);
  font-size: 14px;
  font-weight: 600;
  line-height: 114.2857142857%;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 24px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}
._btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9.505%, rgb(241, 241, 241)), color-stop(90.619%, rgb(199, 199, 199)));
  background: linear-gradient(180deg, rgb(241, 241, 241) 9.505%, rgb(199, 199, 199) 90.619%);
}

._btn-black {
  border: 1px solid rgba(43, 43, 43, 0.34);
  border-radius: 8px;
  background: rgb(26, 26, 26);
  color: rgb(102, 103, 105);
  font-family: "Uncut Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 114.2857142857%;
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
._btn-black:hover {
  background: rgb(34, 34, 34);
}

._title-fz24-fw500 {
  color: rgb(175, 175, 175);
  font-family: "Uncut Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 116.6666666667%;
}

._title-fz20-fw500 {
  color: rgb(175, 175, 175);
  font-family: "Uncut Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: 80%;
}

._title-fz16-fw500 {
  color: rgb(102, 103, 105);
  font-family: "Uncut Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  height: 63px;
  border-bottom: 1px solid rgb(26, 26, 26);
}
.header .container {
  height: 100%;
}

.container {
  max-width: 1032px;
  padding: 0 15px;
  margin: 0 auto;
}

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

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  color: rgb(175, 175, 175);
  font-family: "Uncut Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-link:hover {
  color: #fff;
}

.header-select {
  border: 1px solid rgba(43, 43, 43, 0.34);
  border-radius: 8px;
  padding: 8px;
  background: rgb(26, 26, 26);
  cursor: pointer;
}

.header-select-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  color: rgb(102, 103, 105);
  font-family: "Uncut Sans";
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.header-select-active span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}

@media (max-width: 767px) {
  .header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .header-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header {
    height: auto;
    padding: 15px 0;
  }
}
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.intro {
  padding: 48px 0 32px;
}

.intro-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.intro-top-status {
  color: rgb(34, 171, 148);
  font-size: 16px;
  line-height: 100%;
  border-radius: 64px;
  background: rgba(34, 171, 148, 0.08);
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.intro-top-status span {
  background: rgb(34, 171, 148);
  width: 4px;
  height: 4px;
  border-radius: 100px;
}

.intro-top-title {
  color: rgb(175, 175, 175);
  font-size: 16px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.intro-top-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}

.intro-top-price-title {
  color: rgb(175, 175, 175);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.intro-top-price-plus {
  color: rgb(20, 20, 20);
  font-weight: 600;
  border-radius: 68px;
  background: rgb(175, 175, 175);
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
}

.intro-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  background: rgb(22, 22, 22);
  padding: 64px 20px 85px;
  position: relative;
}

.intro-body-title {
  margin-bottom: 24px;
}

.intro-body-fee {
  border-radius: 456px;
  background: rgba(255, 255, 255, 0.02);
  color: rgb(102, 103, 105);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  padding: 8px 15px;
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 24px;
}

.intro-body-form {
  max-width: 514px;
  width: 100%;
}

.intro-body-inputs {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
}

.intro-body-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  border: 1px solid rgb(32, 32, 32);
  border-radius: 6px;
  background: rgb(20, 20, 20);
  height: 56px;
  padding: 0 16px;
}

.intro-body-address {
  white-space: nowrap;
  color: rgb(175, 175, 175);
  min-width: 98px;
  height: 24px;
  border-radius: 64px;
  background: rgb(32, 32, 32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro-body-btn {
  width: 100%;
}

@media (max-width: 767px) {
  .intro-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .intro-body {
    padding: 74px 20px 45px;
  }
  .intro {
    padding: 30px 0 32px;
  }
}
.how {
  padding: 32px 0 16px;
}

.how-title {
  text-align: center;
  margin-bottom: 48px;
  color: rgb(255, 255, 255);
}

.how-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(10, 1fr);
  gap: 20px;
}

.how-item {
  grid-column-start: span 5;
  border: 1px solid rgb(32, 32, 32);
  border-radius: 12px;
  background: rgb(22, 22, 22);
  padding: 32px 26px 32px 24px;
}

.how-item-svg {
  margin-bottom: 13px;
}

.how-item-title {
  margin-bottom: 12px;
  color: rgb(175, 175, 175);
  font-size: 18px;
  font-weight: 600;
  line-height: 88.8888888889%;
}

.how-item-text {
  color: rgb(102, 103, 105);
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 767px) {
  .how-item {
    grid-column-start: span 10;
    padding: 15px;
  }
  .how-title {
    margin-bottom: 30px;
  }
}
.use {
  padding: 16px 0 32px;
}

.use-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 58px 0 64px;
  border: 1px solid rgb(32, 32, 32);
  border-radius: 12px;
  background: rgb(22, 22, 22);
}

.use-title {
  color: rgb(255, 255, 255);
  font-family: "Uncut Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 133.3333333333%;
  margin-bottom: 24px;
  margin-top: 40px;
}

.use-btn {
  border-radius: 89px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.5%, rgb(255, 255, 255)), color-stop(97.664%, rgb(215, 215, 215)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 2.5%, rgb(215, 215, 215) 97.664%);
}

@media (max-width: 998px) {
  .use-row {
    padding: 24px 20px 0;
  }
}
@media (max-width: 767px) {
  .use-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
  .use-title {
    margin-top: 0;
  }
  .use-img {
    max-width: 422px;
    width: 100%;
    height: auto;
  }
}
.questions {
  padding: 32px 0 124px;
}

.questions-title {
  text-align: center;
  color: rgb(175, 175, 175);
  margin-bottom: 16px;
}

.questions-text {
  text-align: center;
  font-family: "Uncut Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #666769;
  margin-bottom: 48px;
}
.questions-text a {
  color: #4dafff;
}

.questions-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.questions-item {
  padding: 20px 24px;
  border: 1px solid rgb(32, 32, 32);
  border-radius: 6px;
  background: rgb(22, 22, 22);
}

.uestions-item-title {
  color: rgb(175, 175, 175);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px;
}

.uestions-item-text {
  color: rgb(102, 103, 105);
  line-height: 142.8571428571%;
}

@media (max-width: 767px) {
  .questions-item {
    padding: 15px 20px;
  }
  .questions {
    padding: 32px 0 50px;
  }
}
.footer {
  padding: 15px 0 14px;
  background: rgb(26, 26, 26);
}

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

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.footer-link {
  color: rgb(175, 175, 175);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-link:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro-qr {
  padding: 48px 0 117px;
}
.intro-qr .intro-body {
  padding: 48px 20px;
  margin-bottom: 32px;
}
.intro-qr .intro-body-btn {
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.intro-body-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 514px;
  width: 100%;
}

.intro-body-img-qr {
  margin-bottom: 28px;
}

.intro-body-token {
  color: rgb(175, 175, 175);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  margin-bottom: 28px;
  cursor: pointer;
}

.intro-body-btn {
  margin-bottom: 24px;
}

.intro-body-repeat {
  color: rgb(102, 103, 105);
  background-color: transparent;
}

.intro-body-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

.intro-body-status-text {
  font-family: "Molengo";
}

.intro-body-status-title {
  color: rgb(34, 171, 148);
  font-size: 24px;
  font-weight: 400;
  line-height: 6%;
  text-transform: uppercase;
  border-radius: 64px;
  background: rgba(34, 171, 148, 0.08);
  height: 40px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Molengo";
}

._done {
  color: rgb(34, 171, 148);
  background: rgba(34, 171, 148, 0.08);
  max-width: 200px;
  width: 100%;
}

._mixing-in-progress {
  color: rgb(202, 176, 24);
  background: rgba(202, 176, 24, 0.08);
}

._error {
  color: rgb(202, 24, 24);
  background: rgba(202, 24, 24, 0.08);
}

.intro-body-status-sub-text {
  color: rgb(102, 103, 105);
  font-family: "Molengo";
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 24px;
  text-align: center;
}

.intro-body-status-number {
  font-family: "Molengo";
  font-weight: 400;
  margin-bottom: 24px;
}
.intro-body-status-number span {
  color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
  .intro-qr {
    padding: 30px 0 40px;
  }
  .intro-body-token {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro-body-status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.questions-page .questions {
  padding: 43px 0 153px;
}

@media (max-width: 767px) {
  .questions-page .questions {
    padding: 32px 0 50px;
  }
}
.links {
  padding: 43px 0 295px;
}

.links-title {
  text-align: center;
  margin-bottom: 32px;
}

.links-items {
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  background: rgb(22, 22, 22);
  padding: 22px 24px 24px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}

.links-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px 16px;
}

.links-item-top-item {
  color: rgb(102, 103, 105);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.links-item-top-item:nth-of-type(2) {
  text-align: center;
}
.links-item-top-item:last-child {
  text-align: right;
}

.links-item {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 25px;
}

.links-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  color: rgb(175, 175, 175);
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  text-align: center;
}
.links-item-box:nth-of-type(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.links-item-box:last-child {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.links-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.links-block {
  border: 1px solid rgb(32, 32, 32);
  border-radius: 16px;
  background: rgb(22, 22, 22);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 24px 25px 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
}

.links-block-title {
  margin-bottom: 12px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .links {
    padding: 32px 0 70px;
  }
  .links-blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .links-items {
    padding: 20px 15px 24px;
  }
  .links-item {
    padding: 10px 15px;
  }
  .links-item-top {
    padding: 0 15px 11px;
  }
  .links-item-box {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
  }
  .links-item-box:first-child {
    text-align: start;
  }
  .links-item-box:nth-of-type(2) {
    text-align: center;
  }
  .links-item-box:last-child {
    text-align: right;
  }
  .links-block {
    padding: 20px 15px;
  }
  .links-item-top-item,
  .links-item-box {
    font-size: 14px;
  }
}