/*  Fonts  */
/*  Size  */
/*  Main color  */
@import url(../fonts/buycoinpl-icons/style.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
select,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  padding: 0;
  font: inherit;
  background-color: transparent;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

/*  Fonts  */
/*  Size  */
/*  Main color  */
/* px to rem */
body.lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  font-family: "Inter";
  color: #313131;
  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;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.default-link {
  color: #FCA311;
  font-weight: 400;
}

.default-link:hover {
  text-decoration: underline;
}

.section-title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  color: #151515;
}

@media screen and (max-width: 1200px) {
  .section-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .section-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}

#scrollTopBtn {
  width: 45px;
  height: 45px;
  font-size: 16px;
  background-color: #86D95F;
  border: none;
  border-radius: 50%;
  opacity: 0;
  position: fixed;
  bottom: 80px;
  right: 50px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 99;
}

@media screen and (max-width: 992px) {
  #scrollTopBtn {
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 40px;
  }
}

@media screen and (max-width: 768px) {
  #scrollTopBtn {
    bottom: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 576px) {
  #scrollTopBtn {
    bottom: 20px;
    right: 20px;
  }
}

#scrollTopBtn:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.not-found {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-found__title {
  color: #86D95F;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 140px;
}

.not-found__text {
  font-family: "Inter";
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.not-found__text span {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.not-found__actions {
  margin: 25px 0;
}

.not-found__actions a {
  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;
}

.not-found__highlighted {
  color: #86D95F;
  font-size: 28px;
}

.not-found__button {
  padding: 16px 32px;
  background-color: #86D95F;
  border-radius: 16px;
  color: #151515;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.not-found__button:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.not-found .container {
  text-align: center;
}

.text-section {
  padding: 180px 0 80px;
}

@media screen and (max-width: 992px) {
  .text-section {
    padding: 160px 0 80px;
  }
}

.text-section-content__text-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.text-section-content:not(:last-child) {
  padding-bottom: 24px;
}

.text-section-content__title {
  text-align: center;
  margin-bottom: 40px;
}

.text-section-content__paragraph {
  padding-bottom: 16px;
  font-weight: 500;
}

.text-section-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.text-section-content .text-block__title {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 16px;
}

.text-section-content .text-block__paragraph:not(:last-child) {
  padding-bottom: 16px;
}

.text-section-content .text-block ul {
  padding-top: 16px;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.text-section-content .text-block p ~ ul {
  padding-top: 0;
}

.text-section-content .text-block ul + p {
  padding-top: 16px;
}

.text-section-content .text-block ul > li:not(:last-child) {
  padding-bottom: 16px;
}

.text-section-content .text-block__list {
  list-style-type: none;
  counter-reset: item;
}

.text-section-content .text-block__list > li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  counter-increment: item;
}

.text-section-content .text-block__list > li p:first-child {
  padding-top: 16px;
}

@media screen and (max-width: 576px) {
  .text-section-content .text-block__list > li {
    font-size: 1.125rem;
  }
}

.text-section-content .text-block__list > li:not(:last-child) {
  padding-bottom: 16px;
}

.text-section-content .text-block__list > li:before {
  content: counters(item, ".") ". ";
}

.text-section-content .text-block__list li ol {
  padding-top: 16px;
}

.text-section-content .text-block__list li ol > li, .text-section-content .text-block__list li ul > li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.text-section-content .text-block__list li ol > li:last-child {
  padding-bottom: 0;
}

.text-section-content .text-block__list li ol > li:before {
  content: counters(item, ".") ". ";
}

/*  Fonts  */
/*  Size  */
/*  Main color  */
.header {
  width: 100%;
  padding: 9px 0;
  position: fixed;
  z-index: 100;
}

.header.fixed {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: #151C22;
}

.header.fixed .logo,
.header.fixed .logo__img {
  width: 120px;
  height: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header.dark {
  background-color: #151C22;
}

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

.menu {
  max-width: 442px;
  width: 100%;
}

.menu__list {
  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;
  color: #ffff;
}

.menu__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #86D95F;
}

.menu__hamburger {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .menu__list li:not(:last-child) {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 992px) {
  .menu {
    width: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .menu__list-container {
    width: 100%;
    height: 0;
    inset: 0;
    color: #ffff;
    background-color: #151C22;
    position: absolute;
    overflow-y: hidden;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    z-index: 5;
  }
  .menu__list-container.active {
    height: 100vh;
  }
  .menu__list {
    height: 100vh;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu__list li {
    width: 100%;
    padding: 10px 25px;
  }
  .menu__list li a {
    width: 100%;
    padding: 0 0 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu__list li:not(:last-child) {
    padding-right: 25px;
  }
  .menu__hamburger .icon-hamburger {
    display: block;
  }
}

.logo {
  width: 165px;
  height: 66px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.logo .logo__img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 992px) {
  .logo {
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.lang-dropdown {
  position: relative;
  display: inline-block;
  color: #ffff;
}

@media screen and (max-width: 992px) {
  .lang-dropdown {
    margin: 0 28px 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.lang-dropdown.active .lang-dropdown-arrow {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lang-dropdown .lang-dropdown-arrow {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.lang-btn {
  background: none;
  border: none;
  color: #ffff;
  font-size: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

.lang-btn:hover {
  color: #86D95F;
}

.lang-btn:hover span svg path {
  fill: #86D95F;
}

.lang-menu {
  display: none;
  position: absolute;
  right: 0;
  background: #151C22;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  border-radius: 6px;
  min-width: 120px;
  z-index: 100;
}

.lang-menu li {
  padding: 8px 12px;
}

.lang-menu li a {
  color: white;
  text-decoration: none;
  display: block;
}

.lang-menu li a.active {
  color: #86D95F;
}

.lang-menu li:hover a {
  color: #86D95F;
}

.lang-dropdown.active .lang-menu {
  display: block;
}

.menu__hamburger {
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 1000;
}

@media screen and (max-width: 992px) {
  .menu__hamburger {
    display: block;
  }
}

.menu__hamburger .hamburger-line {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffff;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 2px;
}

.menu__hamburger .line1 {
  top: 0;
}

.menu__hamburger .line2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu__hamburger .line3 {
  bottom: 0;
}

.menu__hamburger.active .line1 {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.menu__hamburger.active .line2 {
  opacity: 0;
}

.menu__hamburger.active .line3 {
  -webkit-transform: rotate(-45deg) translate(10px, -10px);
      -ms-transform: rotate(-45deg) translate(10px, -10px);
          transform: rotate(-45deg) translate(10px, -10px);
}

.hero {
  padding: 168px 0;
  background-image: url("../img/hero_decoration_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  background-color: #03080C;
}

@media screen and (max-width: 1200px) {
  .hero {
    padding: 140px 0 120px;
  }
}

@media screen and (max-width: 992px) {
  .hero {
    padding: 120px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 120px 0 60px;
  }
}

.hero__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 576px) {
  .hero__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}

@media screen and (max-width: 576px) {
  .hero__text-block {
    width: 100%;
  }
}

.hero__title {
  font-size: 32px;
  font-weight: 400;
  color: #ffff;
}

@media screen and (max-width: 1200px) {
  .hero__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  .hero__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .hero__title {
    font-size: 20px;
  }
}

.hero__main-word {
  margin-bottom: 24px;
  font-size: 79px;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 992px) {
  .hero__main-word {
    margin-bottom: 20px;
    font-size: 72px;
  }
}

@media screen and (max-width: 768px) {
  .hero__main-word {
    margin-bottom: 16px;
    font-size: 60px;
  }
}

.hero__highlighted-letter {
  color: #86D95F;
}

.hero__subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  color: #B7B7B7;
}

@media screen and (max-width: 768px) {
  .hero__subtitle {
    font-size: 16px;
  }
}

.hero__img-block img {
  height: auto;
}

@media screen and (max-width: 1200px) {
  .hero__img-block img {
    max-width: 480px;
  }
}

@media screen and (max-width: 992px) {
  .hero__img-block img {
    max-width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .hero__img-block img {
    max-width: 250px;
  }
}

.advantages {
  padding: 36px 0;
  background-color: #151C22;
}

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .advantages__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.advantages__item {
  padding: 14px 0;
  font-size: 16px;
  font-weight: 300;
  color: #ffff;
}

@media screen and (max-width: 768px) {
  .advantages__item {
    width: 100%;
  }
}

.advantages__item:first-child {
  max-width: 340px;
  padding-right: 93px;
}

@media screen and (max-width: 1200px) {
  .advantages__item:first-child {
    padding-right: 60px;
  }
}

@media screen and (max-width: 992px) {
  .advantages__item:first-child {
    padding-right: 32px;
  }
}

@media screen and (max-width: 768px) {
  .advantages__item:first-child {
    max-width: 100%;
    padding-right: 0;
  }
}

.advantages__item:first-child p {
  width: 242px;
}

@media screen and (max-width: 1200px) {
  .advantages__item:first-child p {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .advantages__item:first-child p {
    width: 100%;
  }
}

.advantages__item:nth-child(2) {
  padding-left: 93px;
  padding-right: 84px;
  border-left: 1px solid #7E5A36;
  border-right: 1px solid #7E5A36;
}

@media screen and (max-width: 1200px) {
  .advantages__item:nth-child(2) {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 992px) {
  .advantages__item:nth-child(2) {
    padding-right: 32px;
    padding-left: 32px;
  }
  .advantages__item:nth-child(2) p {
    max-width: 340px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .advantages__item:nth-child(2) p {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .advantages__item:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid #7E5A36;
    border-bottom: 1px solid #7E5A36;
  }
}

.advantages__item:last-child {
  max-width: 350px;
  padding-left: 83px;
}

@media screen and (max-width: 1200px) {
  .advantages__item:last-child {
    padding-left: 60px;
  }
}

@media screen and (max-width: 992px) {
  .advantages__item:last-child {
    padding-left: 32px;
  }
}

@media screen and (max-width: 768px) {
  .advantages__item:last-child {
    max-width: 100%;
    padding-left: 0;
  }
}

.advantages__item:last-child p {
  width: 265px;
}

@media screen and (max-width: 992px) {
  .advantages__item:last-child p {
    max-width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .advantages__item:last-child p {
    width: 100%;
    max-width: 100%;
  }
}

.about {
  padding: 120px 0;
}

@media screen and (max-width: 1200px) {
  .about {
    padding: 100px 0;
  }
}

@media screen and (max-width: 992px) {
  .about {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
}

.about__title {
  margin-bottom: 42px;
}

@media screen and (max-width: 992px) {
  .about__title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 576px) {
  .about__title {
    margin-bottom: 24px;
  }
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
}

@media screen and (max-width: 992px) {
  .about__content {
    gap: 20px;
  }
}

@media screen and (max-width: 576px) {
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about__text-block {
  width: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 992px) {
  .about__text-block {
    gap: 12px;
  }
}

@media screen and (max-width: 576px) {
  .about__text-block {
    width: 100%;
  }
}

.about__text-with-image {
  max-width: 500px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}

@media screen and (max-width: 992px) {
  .about__text-with-image {
    margin-bottom: 0;
  }
}

.about__text-with-image p {
  width: calc(100% - 62px);
}

.about__text {
  max-width: 540px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.about__card-block {
  width: 50%;
  padding: 48px 40px 22px 36px;
  border-radius: 12px;
  background-color: #151C22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 992px) {
  .about__card-block {
    padding: 22px;
  }
}

@media screen and (max-width: 576px) {
  .about__card-block {
    width: 100%;
  }
}

.about__card-title {
  max-width: 345px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #FFBF80;
}

@media screen and (max-width: 992px) {
  .about__card-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .about__card-title {
    font-size: 16px;
  }
}

.about__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

@media screen and (max-width: 1200px) {
  .about__card-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about__card-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.about__card-item-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffff;
}

.about__card-more-text {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  line-height: 1.5;
  color: #ffff;
  text-align: right;
}

.benefits {
  padding: 80px 0;
  background-color: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .benefits {
    padding: 40px 0;
  }
}

.benefits__title {
  margin-bottom: 56px;
}

@media screen and (max-width: 992px) {
  .benefits__title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 576px) {
  .benefits__title {
    margin-bottom: 24px;
  }
}

.benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  row-gap: 56px;
}

@media screen and (max-width: 1250px) {
  .benefits__list {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .benefits__list {
    display: grid;
    grid-template-columns: 0.75fr 1fr 0.5fr 1fr;
    gap: 36px;
  }
}

@media screen and (max-width: 1100px) {
  .benefits__list {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 992px) {
  .benefits__list {
    grid-template-columns: 100%;
    gap: 16px;
  }
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.benefits__item .next-row {
  display: block;
}

@media screen and (max-width: 992px) {
  .benefits__item .next-row {
    display: inline-block;
  }
}

.benefits__item.s {
  max-width: 142px;
}

@media screen and (max-width: 1200px) {
  .benefits__item.s {
    max-width: 100%;
  }
}

.benefits__item.m {
  width: 214px;
}

@media screen and (max-width: 1200px) {
  .benefits__item.m {
    width: 100%;
  }
}

.benefits__item.m .double-line {
  max-width: 100px;
}

.benefits__item.l {
  max-width: 298px;
}

@media screen and (max-width: 1200px) {
  .benefits__item.l {
    max-width: 100%;
  }
}

.benefits__item.xl {
  width: 305px;
}

@media screen and (max-width: 1200px) {
  .benefits__item.xl {
    width: 100%;
  }
}

.benefits__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.services {
  padding: 120px 0;
  background-image: url("../img/our_services_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

@media screen and (max-width: 1200px) {
  .services {
    padding: 100px 0;
  }
}

@media screen and (max-width: 992px) {
  .services {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .services {
    padding: 40px 0;
  }
}

.services__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 992px) {
  .services__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services__text-block {
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .services__text-block {
    max-width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .services__text-block {
    max-width: 100%;
  }
}

.services__title {
  color: #ffff;
}

.services__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.services__text-wrapper p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffff;
}

.services__image-block img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .services__image-block img {
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.features {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .features {
    padding: 40px 0;
  }
}

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

.features__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 114px;
}

@media screen and (max-width: 1200px) {
  .features__item-block {
    gap: 40px;
  }
}

@media screen and (max-width: 992px) {
  .features__item-block {
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .features__item-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}

.features__item-block:first-child {
  padding-bottom: 80px;
  border-bottom: 1px solid #F0EAE4;
}

@media screen and (max-width: 768px) {
  .features__item-block:first-child {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 375px) {
  .features__item-block:first-child {
    padding-bottom: 60px;
  }
}

.features__item-block:last-child {
  padding-top: 80px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .features__item-block:last-child {
    padding-top: 40px;
  }
}

.features__item-block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .features__item-block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .features__item-block:nth-child(even) img {
    width: 100%;
    height: auto;
  }
}

.features__image-wrapper {
  position: relative;
}

.features__main-image {
  margin-left: 40px;
}

@media screen and (max-width: 992px) {
  .features__main-image {
    margin-left: 0;
  }
}

@media screen and (max-width: 800px) {
  .features__main-image {
    width: 400px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .features__main-image {
    width: 100%;
  }
}

.features__item-text-wrapper {
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .features__item-text-wrapper {
    max-width: 100%;
    gap: 16px;
  }
}

.features__item-text-wrapper p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.features__item-title {
  font-size: 38px;
  font-weight: 400;
  color: #151515;
}

.features .crypto-animated-container {
  max-width: 220px;
  background-color: #0D262FA3;
  border-radius: 7px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: absolute;
  top: 46%;
}

@media screen and (max-width: 430px) {
  .features .crypto-animated-container {
    max-width: 180px;
    top: 65%;
    left: 0;
  }
}

@media screen and (max-width: 375px) {
  .features .crypto-animated-container {
    max-width: 150px;
    padding: 20px 12px;
  }
}

.features .fiat-animated-container {
  max-width: 150px;
  max-height: 247px;
  background-color: #0D262FA3;
  border-radius: 7px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: absolute;
  top: 14%;
  right: 16%;
}

@media screen and (max-width: 800px) {
  .features .fiat-animated-container {
    right: 6%;
  }
}

.features .moved-fiat-icons-wrapper {
  display: grid;
  gap: 10px;
}

.features .fiat-moving-line {
  -webkit-animation: moveUp 40s linear infinite;
          animation: moveUp 40s linear infinite;
}

.features .moved-fiat-icons-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.features .full-name, .features .abbr {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 9px;
  font-weight: 400;
}

.features .full-name {
  color: #ffffff;
}

.features .abbr {
  color: #FFBF80;
}

.features .top-moving-line .moved-icons-wrapper,
.features .bottom-moving-line .moved-icons-wrapper {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.features .top-moving-line .moved-icons-wrapper,
.features .bottom-moving-line .moved-icons-wrapper {
  -webkit-animation-name: loop-ltr;
          animation-name: loop-ltr;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 111111ms;
          animation-duration: 111111ms;
}

.features .top-moving-line.ltr .moved-icons-wrapper {
  animation-direction: reverse;
}

.features .top-moving-line .moved-icons-wrapper img,
.features .bottom-moving-line .moved-icons-wrapper img {
  padding: 1px;
  height: 30px;
}

.features .top-moving-line, .features .bottom-moving-line, .features .fiat-moving-icons {
  overflow: hidden !important;
}

.features .left-moving-line .moved-icons-wrapper, .features .fiat-moving-icons .moved-fiat-icons-wrapper {
  -webkit-animation: loop-up 400s linear infinite;
          animation: loop-up 400s linear infinite;
}

@media screen and (max-width: 1500px) {
  .features .right-positioned-img img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .features .top-moving-line .moved-icons-wrapper img,
  .features .bottom-moving-line .moved-icons-wrapper img {
    width: 24px;
    height: 24px;
  }
  .features .top-moving-line .moved-icons-wrapper,
  .features .bottom-moving-line .moved-icons-wrapper {
    gap: 15px;
  }
  .features .right-positioned-img img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .features .fiat-animated-container {
    right: -2% !important;
  }
}

@-webkit-keyframes loop-ltr {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes loop-ltr {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@-webkit-keyframes loop-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes loop-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.footer {
  padding: 28px 0;
  background-color: #151C22;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.footer__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
}

@media screen and (max-width: 820px) {
  .footer__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__logo-and-copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

@media screen and (max-width: 992px) {
  .footer__logo-and-copyright-wrapper {
    gap: 20px;
  }
}

@media screen and (max-width: 820px) {
  .footer__logo-and-copyright-wrapper {
    width: 100%;
    -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;
  }
}

.footer__copyright {
  width: 220px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: #ffff;
}

@media screen and (max-width: 820px) {
  .footer__copyright {
    width: 100%;
    text-align: center;
  }
}

.footer__icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}

@media screen and (max-width: 992px) {
  .footer__icons-wrapper {
    gap: 40px;
  }
}

@media screen and (max-width: 820px) {
  .footer__icons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__payment-systems-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media screen and (max-width: 992px) {
  .footer__payment-systems-wrapper {
    gap: 16px;
  }
}

.footer__social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media screen and (max-width: 992px) {
  .footer__social-networks {
    gap: 16px;
  }
}

.footer__social-networks a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.footer__social-networks a:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.footer__nav-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  color: #ffff;
}

@media screen and (max-width: 820px) {
  .footer__nav-links-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
