body {
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 14px;
  overflow-x: hidden;
}

.lang-ar h1,
.lang-ar h2,
.lang-ar h3,
.lang-ar h4,
.lang-ar h5,
.lang-ar h6 {
  font-family: "Ubuntu", serif;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  color: #000000;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  transition: all .5s linear;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  display: flex;
  flex-direction: column;
}

body.scrollbar {
  overflow-y: hidden;
}

main {
  flex-grow: 1;
  overflow: hidden;
  background-color: #F1F1F1;
}

section {
  margin-bottom: 60px;
}

section:first-child {
  padding-top: 80px;
}

@media (min-width: 1250px) {
  section:first-child {
    padding-top: 119px;
  }
}

@media (min-width: 1366px) {
  section:first-child {
    padding-top: 129px;
  }
}

section:last-child {
  margin-bottom: 0;
  padding-bottom: 40px;
}

@media (min-width: 1250px) {
  section:last-child {
    padding-bottom: 90px;
  }
}

section.pagenote {
  padding-bottom: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

@media (min-width: 1250px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1366px) {
  .container {
    padding: 0;
    max-width: 1244px;
  }
}

.container-fluid {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1250px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1366px) {
  .container-fluid {
    padding: 0;
    max-width: 1306px;
  }
}

.section-title {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
}

@media (min-width: 1250px) {
  .section-title {
    margin-bottom: 32px;
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
  }
}

.section-text {
  font-size: 14px;
  line-height: 27px;
  font-weight: 300;
}

@media (min-width: 1250px) {
  .section-text {
    font-size: 18px;
    line-height: 27px;
  }
}

.section-text:nth-child(n + 2) {
  margin-top: 20px;
}

.section-text a {
  color: #F1C10A;
}

.section-about {
  margin-bottom: 18px;
}

.section-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section-decor--wrap {
  position: relative;
}

.section-decor__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(122.1% 71.18% at 50.03% 13.37%, #FAD400 0%, #E4A416 100%);
  z-index: 1;
}

.section-decor__ellipse {
  position: absolute;
  top: calc(94px / -2);
  left: -25px;
  width: 110%;
  height: 94px;
  border-radius: 50%;
  background: radial-gradient(122.1% 71.18% at 50.03% 13.37%, #FAD400 0%, #E4A416 100%);
  z-index: 0;
}

.section-decor__container {
  position: relative;
  z-index: 1;
}

.btn {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.btn--container .btn {
  margin-bottom: 25px;
}

.btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: calc(320px - 25px * 2);
  text-align: center;
  line-height: 100%;
  box-shadow: 0px 7px 19px rgba(255, 202, 75, 0.7), 1px 4px 6px rgba(255, 229, 131, 0.5);
  transition: all 0.3s ease-out;
  border: 2px solid #F1C10A;
}

@media (min-width: 1250px) {
  .btn-main {
    min-width: 296px;
  }
}

.btn-main:hover {
  transition: all 0.3s ease-out;
  background-color: #f8d550;
  border-color: #f6c91f;
}

.btn-main--big {
  font-size: 18px;
  line-height: 58px;
  font-weight: 500;
  height: 58px;
  border-radius: 16.67px;
}

.btn-main--small {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 37px;
  font-weight: 500;
  height: 37px;
  max-width: 268px;
  border-radius: 15px;
}

@media (min-width: 1250px) {
  .btn-main--small {
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    min-width: 248px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.btn-main--gradient {
  background-size: 300% 100%;
  background-image: radial-gradient(105.1% 1681.36% at 63.22% 71.43%, #f5ce62 0%, #FAD400 10%, #F7CE03 26.86%, #EFBC0B 63.52%, #E4A416 100%);
  transition: all .4s ease-in-out;
}

.btn-main--gradient:hover {
  background-position: 100% 0;
  transition: all .4s ease-in-out;
}

.btn-main--gradient:focus {
  background-image: radial-gradient(105.1% 1681.36% at 63.22% 71.43%, #f5ce62 100%, #FAD400 80%, #F7CE03 100%, #EFBC0B 100%, #E4A416 100%);
}

.btn-main--disabled {
  opacity: .6;
  pointer-events: none;
}

.btn-main--logo {
  position: relative;
  overflow: hidden;
}

.btn-main--logo .icon {
  position: absolute;
  right: 18px;
  top: 0;
  font-size: 57px;
}

.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  font-size: 18px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #F1C10A;
  box-sizing: border-box;
  border-radius: 14px;
  transition: all 0.3s ease-out;
}

.btn-secondary:hover {
  box-shadow: inset 0 0 1px 25px #fad400;
  color: white;
}

.btn-link {
  transition: all .2s ease-in-out;
}

.btn-link:hover {
  transition: all .2s ease-in-out;
}

.btn-link--bold {
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
}

.btn-link--bold:active {
  color: #000000;
}

.btn-link--normal {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.btn-link .icon {
  margin-left: 4px;
  font-size: 12px;
  line-height: 100%;
}

.btn-logo {
  padding: 22px 30px;
  height: 80px;
  width: 202px;
  background: #f1f1f1;
  border-radius: 15px;
  border: none;
  box-shadow: rgba(255, 255, 255, 0.5) -4px -4px 6px, rgba(202, 208, 214, 0.6) 4px 4px 6px;
  filter: grayscale(100%);
  overflow: hidden;
}

.btn-logo:hover {
  background: linear-gradient(rgba(241, 241, 241, 0), #f5f7fa);
  box-shadow: rgba(255, 255, 255, 0.38) -4px -4px 6px, rgba(202, 208, 214, 0.21) 4px 4px 6px, rgba(202, 208, 214, 0.5) 0px 4px 6px inset;
}

.btn-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.btn-version {
  margin-left: auto;
  margin-right: auto;
  width: 196px;
  height: 58px;
  background: #ffffff;
  border-radius: 9px;
  overflow: hidden;
}

@media (min-width: 1366px) {
  .btn-version {
    margin: 0;
  }
}

.btn-version img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.btn-version--black {
  background: #000000;
}

.swiper {
  padding: 0 15px 30px;
}

.swiper-button-prev, .swiper-button-next {
  top: 100px;
  width: 51px;
  height: 51px;
  background: linear-gradient(142.7deg, rgba(255, 255, 255, 0.6) 28.79%, rgba(250, 212, 0, 0.5) 103.55%);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50%;
  transition: all .2s ease-in-out;
}

@media (min-width: 1250px) {
  .swiper-button-prev, .swiper-button-next {
    top: 120px;
    width: 70px;
    height: 70px;
  }
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: .7;
  transition: all .2s ease-in-out;
}

.swiper-button-prev::after, .swiper-button-next::after {
  content: '';
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../svg/arrow-right-slider.svg");
}

@media (min-width: 1250px) {
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 30px;
    height: 30px;
  }
}

.swiper-button-prev {
  left: 10px;
}

@media (min-width: 1250px) {
  .swiper-button-prev {
    left: -40px;
  }
}

.swiper-button-prev::after {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: 10px;
}

@media (min-width: 1250px) {
  .swiper-button-next {
    right: -40px;
  }
}

.decor-page-dot {
  position: absolute;
  top: 0;
  right: -20px;
  width: 88px;
  height: 88px;
  background: linear-gradient(180deg, rgba(250, 212, 0, 0.9) 0%, rgba(247, 206, 3, 0.9) 26.86%, rgba(239, 188, 11, 0.9) 63.52%, rgba(228, 164, 22, 0.9) 100%);
  filter: blur(7px);
  border-radius: 50%;
  z-index: 0;
}

@media (min-width: 1250px) {
  .decor-page-dot {
    top: -155px;
    right: -40px;
    width: 150px;
    height: 150px;
  }
}

.c--black {
  color: #000000;
}

.c--white {
  color: #ffffff;
}

.c--primary {
  color: #F1C10A;
}

.bg--white {
  background-color: #ffffff;
}

.bg--black {
  background-color: #000000;
}

.bg--primary {
  background-color: #F1C10A;
}

.bg--primary-gradient {
  background: linear-gradient(180deg, #FAD400 0%, #E4A416 100%);
}

.bg--secondary {
  background-color: #F1F1F1;
}

.icon {
  transition: all .2s ease-out;
}

.icon-apple {
  width: 22px;
  height: 22px;
  background-image: url("../svg/apple.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.icon-hour-clock {
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../png/hour-clock.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: contain;
}

.icon-logo--small {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../png/logo-small.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: contain;
}

.icon-lang {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.icon-lang--en {
  background-image: url("../png/lang-en.png");
}

.icon-lang--es {
  background-image: url("../svg/lang-es.svg");
}

.icon-lang--ja {
  background-image: url("../svg/lang-ja.svg");
}

.icon-lang--ko {
  background-image: url("../svg/lang-ko.svg");
}

.icon-lang--pt {
  background-image: url("../svg/lang-pt.svg");
}

.icon-lang--vi {
  background-image: url("../svg/lang-vi.svg");
}

.icon-lang--zh {
  background-image: url("../svg/lang-zh.svg");
}

.icon-lang--ar {
  background-image: url("../svg/lang-ar.svg");
}

.icon-lang--tr {
  background-image: url("../svg/lang-tr.svg");
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: all 0.5s ease-in-out 0s;
  z-index: 99;
}

.header.scroll:not(.opened) {
  background-color: #F1F1F1;
  box-shadow: 0px 1px 11px -3px #42445a;
  transition: all 0.5s ease-in-out 0s;
}

.header.scroll:not(.opened) .header-holder {
  padding: 15px 0;
  transition: all 0.5s ease-in-out 0s;
}

@media (min-width: 1250px) {
  .header.scroll:not(.opened) .header-holder {
    padding: 6px 0;
  }
}

.header.scroll:not(.opened) .header-price__link {
  -webkit-animation: fadeInRight .3s ease-in-out forwards;
          animation: fadeInRight .3s ease-in-out forwards;
}

.header.opened .header-holder {
  position: relative;
}

.header.opened .header-holder::before {
  position: absolute;
  content: '';
  width: 100vw;
  height: 170px;
  top: -28px;
  left: -15px;
  background: linear-gradient(142.7deg, rgba(255, 255, 255, 0.6) 28.79%, rgba(250, 212, 0, 0.5) 103.55%);
  box-shadow: 0px 3.10477px 18.6286px -0.77619px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(7.76192px);
          backdrop-filter: blur(7.76192px);
}

.header-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  transition: all 0.5s ease-in-out 0s;
}

@media (min-width: 1250px) {
  .header-holder {
    padding: 25px 0;
  }
}

@media (min-width: 1366px) {
  .header-holder {
    padding: 30px 0;
  }
}

.header__logo {
  width: 106px;
  height: 24px;
}

@media (min-width: 1250px) {
  .header__logo {
    width: 155px;
    height: 36px;
  }
}

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

.header-nav {
  display: none;
}

@media (min-width: 1250px) {
  .header-nav {
    display: flex;
  }
}

.header-nav.opened {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  overflow-y: scroll;
  height: 100%;
  padding: 42px 0 44px;
  top: 80px;
  left: -15px;
  min-height: calc(100vh - 80px);
  width: 100vw;
  background-color: #ffffff;
}

.header-nav--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1250px) {
  .header-nav--inner {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1250px) {
  .header-menu {
    margin-right: 20px;
  }
}

@media (min-width: 1366px) {
  .header-menu {
    margin-right: 37px;
  }
}

.header .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1250px) {
  .header .menu {
    flex-direction: row;
  }
}

.header .menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1250px) {
  .header .menu-item {
    position: relative;
  }
}

.header .menu-item.current-menu-item {
  text-shadow: 1px 0 0 currentColor;
}

.header .menu-item a {
  display: block;
  padding: 21px 24px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

@media (min-width: 1250px) {
  .header .menu-item a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1366px) {
  .header .menu-item a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header .menu-item a:hover {
  text-shadow: 1px 0 0 currentColor;
}

.header .menu-item-has-children a {
  position: relative;
  padding-right: 32px;
}

.header .menu-item-has-children.opened > a {
  text-shadow: 1px 0 0 currentColor;
}

.header .menu-item-has-children.opened > a .icon {
  transition: transform .4s ease-out;
  transform: rotate(180deg);
  text-shadow: none;
}

.header .menu-item .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 100%;
  font-size: 6px;
  transition: transform .6s ease-out;
}

.header .menu-item .icon::before {
  position: absolute;
  top: calc(100% / 2 - 3px);
  left: calc(100% / 2 - 4px);
}

.header .sub-menu {
  position: relative;
  margin-top: -15px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1250px) {
  .header .sub-menu {
    position: absolute;
    margin: 0;
    top: 75%;
    left: 0;
    align-items: stretch;
    min-width: 164px;
    background-color: #F1F1F1;
    box-shadow: 0px 7px 19px rgba(0, 0, 0, 0.1), 1px 4px 6px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    overflow: hidden;
  }
}

@media (min-width: 1250px) {
  .header .sub-menu .menu-item {
    display: block;
  }
}

.header .sub-menu .menu-item a {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  word-break: keep-all;
  white-space: nowrap;
}

@media (min-width: 1250px) {
  .header .sub-menu .menu-item a {
    padding: 0 40px 0 20px;
    font-size: 16px;
    line-height: 40px;
  }
}

@media (min-width: 1250px) {
  .header .sub-menu .menu-item a:hover {
    background-color: #ffffff;
    text-shadow: none;
  }
}

.header .sub-menu .menu-item a::before {
  position: absolute;
  content: '';
  top: 0;
  right: 4px;
  width: 20px;
  height: 100%;
  background-image: url("../png/arrow-right--yellow.png");
  background-repeat: no-repeat;
  background-size: "contain";
  background-position: center center;
}

@media (min-width: 1250px) {
  .header .sub-menu .menu-item a::before {
    right: 15px;
  }
}

.header-lang {
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

@media (min-width: 1250px) {
  .header-lang {
    margin-bottom: 0;
    position: relative;
  }
}

.header-lang__current {
  position: relative;
  display: flex;
  align-items: center;
  padding: 21px;
  cursor: pointer;
}

@media (min-width: 1250px) {
  .header-lang__current {
    padding-left: 10px;
  }
}

@media (min-width: 1250px) {
  .header-lang__current-text {
    display: none;
  }
}

.header-lang__current .icon-lang {
  margin-left: 12px;
}

.header-lang__current .icon-arrow-submenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  font-size: 6px;
  transition: all .2s ease-in-out;
}

@media (min-width: 1250px) {
  .header-lang__current .icon-arrow-submenu {
    width: 12px;
  }
}

.header-lang__current .icon-arrow-submenu::before {
  position: absolute;
  top: calc(100% / 2 - 3px);
  left: calc(100% / 2 - 4px);
}

.header-lang__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1250px) {
  .header-lang__list {
    position: absolute;
    top: 100%;
    right: 0;
    align-items: stretch;
    box-shadow: 0px 7px 19px rgba(0, 0, 0, 0.1), 1px 4px 6px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    background-color: #F1F1F1;
    overflow: hidden;
  }
}

@media (min-width: 1250px) {
  .header-lang__item {
    flex-grow: 1;
  }
}

.header-lang__link {
  display: flex;
  align-items: center;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
}

@media (min-width: 1250px) {
  .header-lang__link:hover {
    background-color: #ffffff;
    transition: all .2s ease-in-out;
  }
}

.header-lang__link .icon {
  margin-right: 10px;
}

.header-lang.opened {
  margin-bottom: 40px;
}

@media (min-width: 1250px) {
  .header-lang.opened {
    margin-bottom: 0;
  }
}

.header-lang.opened .header-lang__current:not(.icon) {
  text-shadow: 1px 0 0 currentColor;
}

.header-lang.opened .header-lang__current .icon-arrow-submenu {
  transition: all .2s ease-in-out;
  transform: rotate(180deg);
}

.header-price {
  text-align: center;
}

@media (min-width: 1250px) {
  .header-price {
    position: relative;
  }
}

.header-price__info {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

@media (min-width: 1250px) {
  .header-price__info {
    margin-bottom: 0;
  }
}

.header-price__info .icon {
  margin-right: 8px;
}

.header-price__current {
  margin-left: 8px;
  font-weight: 500;
  text-transform: uppercase;
}

.header-price__current .icon {
  margin-left: 5px;
  display: inline-block;
  font-size: 12px;
  transform: rotate(180deg);
}

.header-price__link {
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  -webkit-animation: fadeInLeft .3s ease-in-out forwards;
          animation: fadeInLeft .3s ease-in-out forwards;
  transition: all .2s ease-in-out;
}

@media (min-width: 1250px) {
  .header-price__link {
    position: absolute;
    left: 30px;
    bottom: -18px;
  }
}

.header-price__link:hover {
  color: #F1C10A;
  transition: all .2s ease-in-out;
}

.header .burger {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  transition: all 0.2s ease-in-out 0s;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  outline: none;
  border: none;
}

@media (min-width: 1250px) {
  .header .burger {
    display: none;
  }
}

.header .burger::before, .header .burger::after {
  width: 20px;
  margin: 0px auto;
}

.header .burger::before, .header .burger::after,
.header .burger span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  transition: all 0.2s ease-in-out 0s;
  content: "";
  height: 2px;
  border-radius: 3px;
  background-color: black;
}

.header .burger span {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: black;
}

.header .burger.opened {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  transition: all 0.2s ease-in-out 0s;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header .burger.opened::before, .header .burger.opened::after {
  width: 20px;
  margin: 0px auto;
}

.header .burger.opened::before, .header .burger.opened::after,
.header .burger.opened span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  transition: all 0.2s ease-in-out 0s;
  content: "";
  height: 2px;
  border-radius: 3px;
  background-color: black;
}

.header .burger.opened span {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: black;
  transform: scale(0);
}

.header .burger.opened::before {
  transform: translateY(10px) rotate(45deg);
}

.header .burger.opened::after {
  transform: translateY(-10px) rotate(-45deg);
}

.footer {
  padding: 44px 0 40px;
  background-color: #ffffff;
}

@media (min-width: 1250px) {
  .footer {
    padding-top: 40px;
  }
}

.footer-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-socials {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1250px) {
  .footer-socials {
    flex-direction: row;
    align-items: center;
  }
}

.footer-socials__text {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 1250px) {
  .footer-socials__text {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.footer-socials__list {
  display: flex;
}

.footer-socials__item {
  margin-right: 10px;
}

.footer-socials__item:last-child {
  margin-right: 0;
}

.footer-socials__link {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.footer-socials__link:hover {
  color: #F1C10A;
  transition: all .2s ease-out;
}

.footer-socials__link .icon {
  transition: all .05s ease-out;
}

.footer-socials__link .icon-youtube,
.footer-socials__link .icon-medium {
  font-size: 16px;
}

.footer-socials__link .icon-gitlab,
.footer-socials__link .icon-instagram {
  font-size: 22px;
}

.footer-ppolicy {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.footer-ppolicy:hover {
  transition: all .2s ease-in-out;
  color: #F1C10A;
}

.footer-copyright {
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  text-align: center;
}

@-webkit-keyframes moveArrowOnX {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-1px);
  }
}

@keyframes moveArrowOnX {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-1px);
  }
}

@-webkit-keyframes moveArrowOnXReversed {
  0% {
    transform: rotate(180deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(4px);
  }
  100% {
    transform: rotate(180deg) translateY(-1px);
  }
}

@keyframes moveArrowOnXReversed {
  0% {
    transform: rotate(180deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(4px);
  }
  100% {
    transform: rotate(180deg) translateY(-1px);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(50px);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(50px);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

.caption .container {
  padding-top: 50px;
}

@media (min-width: 1250px) {
  .caption {
    margin-bottom: 90px;
  }
}

@media (min-width: 1250px) {
  .caption-holder {
    display: flex;
    align-items: center;
  }
}

.caption-info {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  flex-shrink: 0;
}

@media (min-width: 1250px) {
  .caption-info {
    max-width: 881px;
  }
}

.caption-text {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 600px;
}

@media (min-width: 1250px) {
  .caption-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
  }
}

.caption-img {
  width: 100%;
  height: 100%;
}

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

.caption-buttons {
  margin-left: auto;
  margin-right: auto;
  max-width: 290px;
}

@media (min-width: 1250px) {
  .caption-buttons {
    margin: 0;
  }
}

.caption-buttons .btn {
  width: 100%;
}

.card {
  width: 100%;
  max-width: 382px;
}

@media (min-width: 1250px) {
  .card {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 34px * 2 / 3);
  }
}

@media (min-width: 1366px) {
  .card {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 50px * 2 / 3);
  }
}

.card-grid {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0 5px;
}

@media (min-width: 1250px) {
  .card-grid {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 1250px) {
  .card-grid .card {
    margin-right: 50px;
  }
}

@media (min-width: 1250px) {
  .card-grid .card:last-child {
    margin-right: 0;
  }
}

.card-img {
  position: relative;
  width: 100%;
  z-index: 0;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.card-img--gradient {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 232px;
  background: linear-gradient(142.7deg, rgba(255, 255, 255, 0.6) 28.79%, rgba(250, 212, 0, 0.5) 103.55%);
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 15px 15px 0 0;
}

.card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.card-info {
  position: relative;
  background-color: #ffffff;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1;
}

@media (min-width: 1250px) {
  .card-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}

.card-title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

@media (min-width: 1250px) {
  .card-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }
}

.card-title:hover {
  transition: all .3s ease-in-out;
}

.card-text {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

@media (min-width: 1250px) {
  .card-text {
    margin-bottom: 24px;
    flex-grow: 1;
    font-size: 18px;
    line-height: 25px;
  }
}

.card-date {
  font-size: 11px;
  line-height: 25px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  transition: all .3s ease-in-out;
}

@media (min-width: 1250px) {
  .card-date {
    font-size: 14px;
    line-height: 25px;
  }
}

.card-date:hover {
  transition: all .3s ease-in-out;
}

.card-author {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 20px;
  font-weight: 300;
}

.card .btn-main {
  min-width: 220px;
}

@media (min-width: 1250px) {
  .card .btn-main {
    min-width: 248px;
  }
}

.card-main {
  margin-bottom: 40px;
  position: relative;
  padding-top: 50px;
  z-index: 1;
}

@media (min-width: 1250px) {
  .card-main {
    margin-bottom: 0;
    padding-top: 100px;
  }
}

.card-main::before, .card-main::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: linear-gradient(180deg, #FAD400 0%, #F7CE03 26.86%, #EFBC0B 63.52%, #E4A416 100%);
  z-index: -1;
}

.card-main::before {
  top: 74px;
  left: -6px;
  width: 24px;
  height: 24px;
}

@media (min-width: 1250px) {
  .card-main::before {
    left: -7px;
    top: 150px;
    width: 30px;
    height: 30px;
  }
}

.card-main::after {
  top: 185px;
  right: 40px;
  width: 44px;
  height: 44px;
}

@media (min-width: 1250px) {
  .card-main::after {
    top: 270px;
    width: 60px;
    height: 60px;
    right: 54px;
  }
}

.card-main:last-child {
  margin-bottom: 0;
}

.card-main__img {
  height: 180px;
}

.card-main__img img {
  position: absolute;
  margin: 0 auto;
  height: calc(100% + 50px);
  bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1250px) {
  .card-main__img img {
    height: calc(100% + 100px);
  }
}

.card-main .card-info {
  padding: 20px 10px 25px;
  text-align: center;
}

@media (min-width: 1250px) {
  .card-main .card-info {
    padding: 28px 20px 32px;
  }
}

.card-main .btn-link {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.card-main .btn-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

.card-main .btn-link:hover::after, .card-main .btn-link:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}

.card-secondary {
  margin-bottom: 60px;
}

@media (min-width: 1250px) {
  .card-secondary {
    margin-bottom: 0;
  }
}

.card-secondary:last-child {
  margin-bottom: 0;
}

.card-secondary__img {
  height: 196px;
  border-radius: 15px 15px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 1250px) {
  .card-secondary__img {
    height: 252px;
  }
}

.card-secondary__title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

@media (min-width: 1250px) {
  .card-secondary__title {
    font-size: 24px;
    line-height: 30px;
  }
}

.card-secondary .card-info {
  padding: 25px 15px;
}

@media (min-width: 1250px) {
  .card-secondary .card-info {
    padding: 33px 20px;
  }
}

.pagenote--wrap {
  width: 100%;
  margin: 0px auto;
  position: relative;
  padding-top: 106px;
  overflow: hidden;
}

@media (min-width: 1250px) {
  .pagenote--wrap {
    padding-top: 76px;
  }
}

.pagenote--rounder {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
}

.pagenote--rounder svg {
  width: 100%;
  min-height: 200px;
}

.pagenote .container {
  position: relative;
  padding-top: 110px;
  padding-bottom: 47px;
  z-index: 2;
}

@media (min-width: 1250px) {
  .pagenote .container {
    padding-top: 76px;
    padding-bottom: 62px;
  }
}

.pagenote__holder {
  text-align: center;
}

.pagenote-text {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

@media (min-width: 1250px) {
  .pagenote-text {
    font-size: 18px;
    line-height: 27px;
  }
}

.pagenote-link {
  text-decoration: underline;
}

.pagenote--bg {
  background: radial-gradient(122.1% 71.18% at 50.03% 13.37%, #fad400 0%, #e4a416 100%);
  position: absolute;
  width: 100%;
  inset: 0px;
  margin-top: 88px;
}

.pagenote-dot {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.pagenote-dot--small {
  top: 15px;
  right: 140px;
  width: 32px;
  height: 32px;
  background: linear-gradient(180deg, #FAD400 0%, #F7CE03 26.86%, #EFBC0B 63.52%, #E4A416 100%);
}

@media (min-width: 1250px) {
  .pagenote-dot--small {
    right: 22vw;
    width: 51px;
    height: 51px;
  }
}

.pagenote-dot--big {
  top: 40px;
  right: 25px;
  width: 118px;
  height: 118px;
  background: linear-gradient(180deg, #FAD400 0%, #F7CE03 26.86%, #EFBC0B 63.52%, #E4A416 100%);
  filter: blur(8px);
}

@media (min-width: 1250px) {
  .pagenote-dot--big {
    right: 7vw;
    width: 196px;
    height: 193px;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 34px 0px;
  z-index: 10;
}

.cookies.hidden {
  display: none;
}

.cookies-holder {
  margin-left: auto;
  margin-right: auto;
  padding: 28px 0;
  text-align: center;
}

@media (min-width: 1250px) {
  .cookies-holder {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 45px 0;
  }
}

.cookies-title {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

@media (min-width: 1250px) {
  .cookies-title {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 28px;
  }
}

@media (min-width: 1366px) {
  .cookies-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.cookies-content {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

@media (min-width: 1250px) {
  .cookies-content {
    margin-bottom: 0;
    margin-right: 50px;
    max-width: 50%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
  }
}

@media (min-width: 1366px) {
  .cookies-content {
    font-size: 18px;
    line-height: 24px;
  }
}

.cookies-btn {
  margin-left: auto;
  margin-right: auto;
  height: 48px;
  cursor: pointer;
}

@media (min-width: 1250px) {
  .cookies-btn {
    height: 58px;
  }
}

@media (min-width: 1250px) {
  .main-caption {
    margin-bottom: 59px;
  }
}

@media (min-width: 1250px) {
  .main-caption .caption-holder {
    flex-direction: row-reverse;
  }
}

.main-caption .caption-img {
  height: 357px;
}

@media (min-width: 1250px) {
  .main-caption .caption-img {
    height: 602px;
  }
}

.main-caption .caption-info {
  max-width: 500px;
}

@media (min-width: 1250px) {
  .main-caption .caption-info {
    margin-right: 9px;
    max-width: 663px;
  }
}

@media (min-width: 1250px) {
  .main-caption .section-title {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 51px;
    font-weight: 500;
    text-align: left;
  }
}

@media (min-width: 1250px) {
  .main-caption .caption-text {
    margin-bottom: 46px;
    text-align: left;
  }
}

@media (min-width: 1250px) {
  .main-caption .caption-buttons .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 290px;
  }
}

.main-caption__btn-coin {
  margin-bottom: 28px;
}

@media (min-width: 1250px) {
  .main-caption__btn-coin {
    margin-bottom: 16px;
  }
}

.roadmap {
  margin-bottom: 0px;
}

.roadmap-pagenote {
  margin-bottom: 0;
}

.roadmap-pagenote + section {
  position: relative;
  margin-top: -370px;
}

@media (min-width: 1250px) {
  .roadmap-pagenote + section {
    margin-top: -445px;
  }
}

@media (min-width: 1250px) {
  .roadmap-pagenote .container {
    padding-bottom: 90px;
  }
}

@media (min-width: 1366px) {
  .roadmap-pagenote .container {
    padding-top: 125px;
    padding-bottom: 120px;
  }
}

.roadmap-pagenote .pagenote--wrap {
  padding-bottom: 370px;
}

@media (min-width: 1250px) {
  .roadmap-pagenote .pagenote--wrap {
    padding-bottom: 445px;
  }
}

.roadmap-pagenote .pagenote--bg::before {
  position: absolute;
  content: '';
  bottom: 0;
  height: 94px;
  width: calc(100vw + 15px * 2);
  left: -15px;
  background-color: #F1F1F1;
  -webkit-clip-path: ellipse(49% 48% at 48% 100%);
          clip-path: ellipse(49% 48% at 48% 100%);
}

@media (min-width: 1250px) {
  .roadmap-pagenote .pagenote--bg::before {
    left: -10px;
    width: calc(100vw + 30px * 2);
  }
}

@media (min-width: 1366px) {
  .roadmap-pagenote .pagenote--bg::before {
    left: -2%;
    width: calc(100vw + (100vw - 1244px) / 2);
  }
}

.roadmap__title {
  margin-bottom: 0;
  text-align: center;
}

.roadmap-img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -72px;
  left: -25px;
  width: 100vw;
  height: 427px;
  background-image: url("../png/electric.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: 606px auto;
  z-index: -1;
}

@media (min-width: 1250px) {
  .roadmap-img {
    left: -50px;
  }
}

@media (min-width: 1366px) {
  .roadmap-img {
    margin-top: -35px;
    width: 100%;
    left: 0;
    height: 516px;
    background-size: 900px auto;
  }
}

.roadmap-img::before {
  position: absolute;
  content: '';
  top: 68%;
  left: calc(100% / 2 - 2px);
  width: 4px;
  height: 109px;
  background: linear-gradient(90deg, white 100%, white 0%);
  z-index: -2;
}

@media (min-width: 1366px) {
  .roadmap-img::before {
    top: 71%;
    height: 125px;
  }
}

@media (min-width: 1250px) {
  .roadmap-decor {
    position: absolute;
    top: -100px;
    left: 60px;
    width: calc(100% - 60px * 2);
    height: calc(100% + 200px);
  }
}

@media (min-width: 1250px) {
  .roadmap-decor__item {
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  }
  .roadmap-decor__item:nth-child(1) {
    left: calc(100% / 8 * (1 - 1) - 1px);
  }
  .roadmap-decor__item:nth-child(2) {
    left: calc(100% / 8 * (2 - 1) - 1px);
  }
  .roadmap-decor__item:nth-child(3) {
    left: calc(100% / 8 * (3 - 1) - 1px);
  }
  .roadmap-decor__item:nth-child(4) {
    left: calc(100% / 8 * (4 - 1) - 1px);
  }
  .roadmap-decor__item:nth-child(5) {
    left: calc(100% / 8 * (5 - 1) - 1px);
  }
  .roadmap-decor__item:nth-child(6) {
    left: calc(100% / 8 * (6 - 1) - 1px);
  }
  .roadmap-decor__item:nth-child(7) {
    left: calc(100% / 8 * (7 - 1) - 1px);
  }
  .roadmap-decor__item:nth-child(8) {
    left: calc(100% / 8 * (8 - 1) - 1px);
  }
  .roadmap-decor__item:nth-child(9) {
    left: calc(100% / 8 * (9 - 1) - 1px);
  }
}

.roadmap-scheme {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  max-width: 524px;
  z-index: 1;
}

@media (min-width: 1250px) {
  .roadmap-scheme {
    max-width: 760px;
  }
}

@media (min-width: 1366px) {
  .roadmap-scheme {
    margin-bottom: 200px;
    max-width: 930px;
  }
}

.roadmap-scheme--wrap {
  position: relative;
}

.roadmap-scheme::before {
  position: absolute;
  content: '';
  top: 0px;
  left: calc(100% / 2 - 2px);
  width: 4px;
  height: calc(100% + 54px);
  background: linear-gradient(to bottom, white, white, white, white, white, white, white, white, transparent);
  z-index: -1;
}

@media (min-width: 1366px) {
  .roadmap-scheme::before {
    height: calc(100% + 165px);
  }
}

.roadmap-item {
  position: relative;
  display: flex;
  margin-bottom: 60px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1250px) {
  .roadmap-item {
    width: calc(100% / 2 + 120px);
  }
}

@media (min-width: 1366px) {
  .roadmap-item {
    width: calc(100% / 2 + 60px);
  }
}

.roadmap-item:last-child {
  margin-bottom: 90px;
}

@media (min-width: 1250px) {
  .roadmap-item:nth-child(even) {
    margin-left: auto;
    flex-direction: row-reverse;
  }
}

.roadmap-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(142.7deg, rgba(255, 255, 255, 0.6) 28.79%, rgba(252, 233, 129, 0.5) 103.55%);
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}

.roadmap-item__done .roadmap-item__list p::before {
  background-image: url("../svg/checked.svg");
}

.roadmap-item__process .roadmap-item__status {
  background: linear-gradient(142.7deg, rgba(255, 255, 255, 0.6) 28.79%, rgba(252, 233, 129, 0.5) 103.55%);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.roadmap-item__todo .roadmap-item__status {
  position: relative;
  background: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  z-index: 1;
}

.roadmap-item__todo .roadmap-item__status::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(209.28deg, rgba(255, 255, 255, 0.19) 56.02%, rgba(255, 255, 255, 0.45) 128.04%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0px 15px 15px 0px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}

.roadmap-item__status {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px;
  min-width: 90px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  background-color: #ffffff;
}

@media (min-width: 1250px) {
  .roadmap-item__status {
    padding: 20px;
    min-width: 120px;
  }
}

.roadmap-item__status .icon {
  margin-bottom: 9px;
  font-size: 35px;
}

.roadmap-item__info {
  padding: 15px 8px 15px 25px;
  flex-grow: 1;
}

@media (min-width: 1366px) {
  .roadmap-item__info {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.roadmap-item__title {
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}

.roadmap-item__list {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.roadmap-item__list:last-child {
  margin-bottom: 0;
}

.roadmap-item__list p {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

@media (min-width: 1366px) {
  .roadmap-item__list p {
    margin-bottom: 5px;
  }
}

@media (min-width: 1366px) {
  .roadmap-item__list p:last-child {
    margin-bottom: 0;
  }
}

.roadmap-item__list p::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  background-image: url("../svg/circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.roadmap-btn {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1250px) {
  .roadmap-btn {
    font-size: 18px;
    line-height: 20px;
  }
}

.roadmap-btn:hover .icon {
  -webkit-animation: moveArrowOnX 1.5s infinite linear;
          animation: moveArrowOnX 1.5s infinite linear;
}

.roadmap-btn .icon {
  margin-left: 8px;
  font-size: 14px;
  transition: transform 0.3s ease-out;
}

.roadmap-btn.active:hover .icon {
  -webkit-animation: moveArrowOnXReversed 1.5s infinite linear;
          animation: moveArrowOnXReversed 1.5s infinite linear;
}

.roadmap-btn.active .icon {
  transform: rotate(180deg);
}

@media (min-width: 1250px) {
  .main-about__holder {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.main-about__title {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 1250px) {
  .main-about__title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 39px;
  }
}

.main-about__exchanges, .main-about__partners {
  margin-bottom: 40px;
}

@media (min-width: 1250px) {
  .main-about__exchanges {
    margin-bottom: 100px;
  }
}

@media (min-width: 1250px) {
  .main-about__exchanges .main-about__grid {
    max-width: calc(202px * 3 + 16px * 3);
  }
}

@media (min-width: 1250px) {
  .main-about__partners {
    margin-bottom: 110px;
  }
}

@media (min-width: 1250px) {
  .main-about__partners .main-about__grid {
    max-width: calc(202px * 4 + 18px * 4);
  }
}

.main-about__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.main-about__btn {
  margin: 8px;
}

.main-about__footnote {
  margin-bottom: 30px;
}

@media (min-width: 1250px) {
  .main-about__footnote {
    margin-bottom: 40px;
    max-width: 798px;
    text-align: center;
  }
}

.main-about__footnote:last-child {
  margin-bottom: 0;
}

@media (min-width: 1250px) {
  .main-about__footnote:last-child {
    max-width: 950px;
  }
}

.main-about__subtitle {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

@media (min-width: 1250px) {
  .main-about__subtitle {
    line-height: 17px;
  }
}

.main-about__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

@media (min-width: 1250px) {
  .main-about__text {
    line-height: 17px;
  }
}

.main-articles {
  margin-bottom: 60px;
}

@media (min-width: 1250px) {
  .main-articles {
    margin-bottom: 84px;
  }
}

.main-articles .section-title {
  text-align: center;
}

.main-articles__slider {
  position: relative;
  width: 100vw;
  left: -25px;
}

@media (min-width: 1250px) {
  .main-articles__slider {
    left: -30px;
    width: calc(100% + 30px * 2);
  }
}

@media (min-width: 1250px) {
  .main-articles__swiper {
    padding: 30px;
  }
}

.main-articles .card {
  margin-bottom: 0;
  max-width: 382px;
}

@media (min-width: 1250px) {
  .main-articles .card {
    max-width: 100%;
    width: 100%;
  }
}

.main-articles .card:hover .card-title {
  position: relative;
  color: #F1C10A;
  transform: translateY(-5px);
}

.main-articles .card:hover .card-date {
  position: relative;
  transform: translateY(5px);
}

.main-articles__btn-prev, .main-articles__btn-next {
  top: 135px;
}

@media (min-width: 1250px) {
  .main-articles__btn-prev, .main-articles__btn-next {
    top: 200px;
  }
}

.main-articles__btn-next {
  right: 5px;
}

@media (min-width: 1250px) {
  .main-articles__btn-next {
    right: -5px;
  }
}

@media (min-width: 1366px) {
  .main-articles__btn-next {
    right: -10px;
  }
}

.main-articles__btn-prev {
  left: 5px;
}

@media (min-width: 1250px) {
  .main-articles__btn-prev {
    left: -5px;
  }
}

@media (min-width: 1366px) {
  .main-articles__btn-prev {
    left: -10px;
  }
}

@media (min-width: 1250px) {
  .main-work .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1366px) {
  .main-work .container {
    max-width: 100%;
    padding-bottom: 37px;
    padding-left: calc((100% - 1244px) / 2);
    padding-right: calc((100% - 1244px) / 2);
  }
}

.main-work__info {
  margin-bottom: 15px;
}

@media (min-width: 1250px) {
  .main-work__info {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 37px;
    max-width: 850px;
  }
}

@media (min-width: 1366px) {
  .main-work__info {
    max-width: 1021px;
  }
}

.main-work__title, .main-work__text {
  text-align: left;
}

@media (min-width: 1250px) {
  .main-work__title, .main-work__text {
    text-align: center;
  }
}

.main-work__text {
  line-height: 21px;
}

@media (min-width: 1250px) {
  .main-work__text {
    line-height: 27px;
  }
}

.main-work .swiper-container {
  padding: 0;
}

@media (min-width: 1250px) {
  .main-work .swiper-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1366px) {
  .main-work .swiper-container {
    padding: 0;
    max-width: 1244px;
  }
}

.main-work__swiper {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1250px) {
  .main-work__swiper {
    padding: 0;
    overflow: visible;
  }
}

@media (min-width: 1250px) {
  .main-work__swiper .swiper-slide:nth-child(2) {
    position: relative;
    margin-top: 46px;
  }
}

@media (min-width: 1250px) {
  .main-work__swiper .swiper-slide:nth-child(2) .card::before {
    top: 10px;
    right: 20px;
    left: unset;
    width: 118px;
    height: 118px;
  }
}

@media (min-width: 1250px) {
  .main-work__swiper .swiper-slide:nth-child(2) .card::after {
    content: none;
  }
}

@media (min-width: 1250px) {
  .main-work__swiper .swiper-slide:nth-child(3) {
    position: relative;
    margin-top: -46px;
  }
}

@media (min-width: 1250px) {
  .main-work__swiper .swiper-slide:nth-child(3) .card::before {
    content: none;
  }
  .main-work__swiper .swiper-slide:nth-child(3) .card::after {
    width: 40px;
    height: 40px;
    top: 245px;
    right: -25px;
  }
}

.main-work__swiper .swiper-slide:nth-child(3) .card-main__img img {
  bottom: -9px;
}

@media (min-width: 1250px) {
  .main-work__swiper .swiper-slide:nth-child(3) .card-main__img img {
    bottom: -18px;
  }
}

@media (min-width: 1366px) {
  .main-work__swiper .swiper-slide:nth-child(3) .card-main__img img {
    height: calc(100% + 113px);
  }
}

.main-work__swiper .card {
  margin: 0 auto;
}

@media (min-width: 1250px) {
  .main-work__swiper .card {
    width: 100%;
  }
}

.main-work__swiper .card-main__img {
  box-shadow: none;
}

@media (min-width: 1250px) {
  .main-work__swiper .card-main__img {
    height: 213px;
  }
}

@media (min-width: 1250px) {
  .main-work__swiper .card-main__img img {
    height: calc(100% + 85px);
  }
}

@media (min-width: 1250px) {
  .main-work__swiper .card-info {
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1250px) {
  .main-work__swiper .card-text {
    margin-bottom: 16px;
  }
}

@media (min-width: 1250px) {
  .main-work__swiper-buttons {
    display: none;
  }
}

.main-work__btn-prev, .main-work__btn-next {
  top: 180px;
}

@media (min-width: 1250px) {
  .wallets-caption {
    margin-bottom: 30px;
  }
}

@media (min-width: 1366px) {
  .wallets-caption {
    margin-bottom: 58px;
  }
}

.wallets-caption .caption-img {
  height: 380px;
}

@media (min-width: 1250px) {
  .wallets-caption .caption-img {
    margin-right: 115px;
    height: 593px;
    flex-grow: 1;
  }
}

@media (min-width: 1250px) {
  .wallets-caption .caption-info {
    max-width: 614px;
  }
}

@media (min-width: 1250px) {
  .wallets-caption .section-title,
  .wallets-caption .caption-text {
    text-align: left;
  }
}

@media (min-width: 1250px) {
  .wallets-caption .caption-text {
    margin-bottom: 32px;
  }
}

.wallets-caption__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1250px) {
  .wallets-caption__buttons {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}

.wallets-caption__btn-platform {
  margin-bottom: 20px;
  align-self: center;
  min-width: 194px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: unset;
}

@media (min-width: 1250px) {
  .wallets-caption__btn-platform {
    margin-right: 50px;
    margin-bottom: 0;
  }
}

.wallets-caption__btn-platform svg {
  margin-right: 10px;
}

.wallets-caption__btn-other {
  text-align: center;
}

.wallets-caption__btn-other:hover .icon {
  -webkit-animation: moveArrowOnX 1.5s infinite linear;
          animation: moveArrowOnX 1.5s infinite linear;
}

.wallets-caption__btn-other .icon {
  display: inline-block;
  transition: transform 0.3s ease-out;
}

.wallets-use {
  margin-bottom: 0;
}

@media (min-width: 1250px) {
  .wallets-use {
    margin-bottom: 123px;
  }
}

.wallets-use .section-about {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 700px;
}

.wallets-use .card:nth-child(1)::before {
  top: 200px;
  right: 40px;
  left: unset;
  width: 44px;
  height: 44px;
}

@media (min-width: 1250px) {
  .wallets-use .card:nth-child(1)::before {
    top: 240px;
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1366px) {
  .wallets-use .card:nth-child(1)::before {
    top: 280px;
  }
}

.wallets-use .card:nth-child(1)::after {
  content: none;
}

.wallets-use .card:nth-child(2)::before {
  width: 62px;
  height: 62px;
  top: 70px;
  right: -15px;
  left: unset;
}

@media (min-width: 1250px) {
  .wallets-use .card:nth-child(2)::before {
    top: 120px;
    right: -30px;
  }
}

@media (min-width: 1366px) {
  .wallets-use .card:nth-child(2)::before {
    top: 140px;
    width: 76px;
    height: 76px;
  }
}

.wallets-use .card:nth-child(2)::after {
  content: none;
}

@media (min-width: 1250px) {
  .wallets-use .card-main__img {
    height: 214px;
  }
}

.wallets-use .card .btn {
  min-width: 194px;
}

@media (min-width: 1250px) {
  .wallets-use .card .btn {
    min-width: 248px;
  }
}

.wallets-version {
  position: relative;
  margin-top: -180px;
  z-index: 0;
}

@media (min-width: 1250px) {
  .wallets-version {
    margin-top: 0;
  }
}

.wallets-version__holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wallets-version__title {
  margin-bottom: 40px;
  max-width: 500px;
}

@media (min-width: 1250px) {
  .wallets-version__title {
    margin-bottom: 37px;
    max-width: 711px;
  }
}

.wallets-version__type {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}

.wallets-version__buttons {
  margin-bottom: 40px;
}

@media (min-width: 1250px) {
  .wallets-version__buttons {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1250px) {
  .wallets-version__buttons .btn {
    margin-right: 12px;
  }
}

.wallets-version__buttons .btn:nth-child(n + 2) {
  margin-top: 20px;
}

@media (min-width: 1250px) {
  .wallets-version__buttons .btn:nth-child(n + 2) {
    margin-top: 0;
  }
}

@media (min-width: 1250px) {
  .wallets-version__buttons .btn:last-child {
    margin-right: 0;
  }
}

.wallets-version__info {
  max-width: 400px;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

@media (min-width: 1250px) {
  .wallets-version__info {
    max-width: 500px;
    font-size: 18px;
    line-height: 27px;
  }
}

.wallets-version__info a {
  position: relative;
  font-weight: 500;
}

.wallets-version__info a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #000000;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

.wallets-version__info a:hover::after, .wallets-version__info a:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}

.blog-about {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-top: 35px;
  text-align: center;
  max-width: 550px;
}

@media (min-width: 1250px) {
  .blog-about {
    margin-bottom: 72px;
  }
}

@media (min-width: 1366px) {
  .blog-about {
    max-width: 843px;
  }
}

.blog-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1250px) {
  .blog-grid {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}

@media (min-width: 1250px) {
  .blog .card {
    margin-right: 34px;
  }
}

@media (min-width: 1250px) {
  .blog .card:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1250px) {
  .blog .card:nth-child(n + 4) {
    margin-top: 46px;
  }
}

.blog .card-date {
  margin-bottom: 15px;
}

@media (min-width: 1250px) {
  .blog .card-date {
    margin-bottom: 6px;
  }
}

.blog .card-title {
  margin-bottom: 25px;
}

@media (min-width: 1250px) {
  .blog .card-title {
    flex-grow: 1;
  }
}

.blog .card .btn {
  margin-left: auto;
  margin-right: auto;
  min-width: 170px;
}

.resources {
  position: relative;
  padding-bottom: 60px;
}

.resources-card {
  padding-top: 30px;
}

@media (min-width: 1250px) {
  .resources-card {
    margin-right: 30px;
  }
}

.resources-card::before {
  top: 45px;
  left: -6px;
  width: 24px;
  height: 24px;
}

@media (min-width: 1250px) {
  .resources-card::before {
    top: 55px;
    width: 30px;
    height: 30px;
  }
}

.resources-card::after {
  top: 175px;
  right: 40px;
  width: 44px;
  height: 44px;
}

@media (min-width: 1250px) {
  .resources-card::after {
    top: 210px;
    width: 60px;
    height: 60px;
  }
}

.resources-card:nth-child(2)::before {
  content: none;
}

.resources-card:nth-child(2)::after {
  top: 70px;
  right: -20px;
}

@media (min-width: 1250px) {
  .resources-card:nth-child(2)::after {
    top: 120px;
    width: 53px;
    height: 53px;
  }
}

.resources-card__img {
  height: 170px;
}

@media (min-width: 1250px) {
  .resources-card__img {
    height: 215px;
  }
}

.resources-card__img img {
  height: calc(100% + 30px);
}

.resources-card .card-info {
  padding-left: 20px;
  padding-right: 20px;
}

.explorers {
  position: relative;
  padding-bottom: 40px;
}

.explorers-grid {
  padding: 0;
}

@media (min-width: 1250px) {
  .explorers .card {
    margin-right: 30px;
  }
}

.explorers .card:nth-child(3)::before {
  content: none;
}

.explorers .card:nth-child(3)::after {
  top: 130px;
  right: -17px;
}

@media (min-width: 1250px) {
  .explorers .card:nth-child(3)::after {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1250px) {
  .explorers .card:nth-child(2)::before {
    top: 220px;
    left: -16px;
    width: 82px;
    height: 82px;
  }
  .explorers .card:nth-child(2)::after {
    content: none;
  }
}

.explorers .card-img {
  height: 164px;
}

@media (min-width: 1250px) {
  .explorers .card-img {
    height: 215px;
  }
}

.explorers .card-info {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1250px) {
  .explorers .card-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.explorers .card .btn {
  margin-left: auto;
  margin-right: auto;
}

.work__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 700px;
  font-size: 36px;
  line-height: 57px;
  font-weight: 700;
}

@media (min-width: 1250px) {
  .work__title {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 57px;
  }
}

@media (min-width: 1366px) {
  .work__title {
    max-width: 1024px;
  }
}

.work__text {
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.work__text:last-child {
  margin-bottom: 0;
}

.work-caption {
  margin-bottom: 80px;
}

.work-caption--wrap {
  padding-top: 40px;
}

@media (min-width: 1250px) {
  .work-caption--wrap {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1366px) {
  .work-caption .work__title,
  .work-caption .work__text {
    text-align: left;
  }
}

@media (min-width: 1366px) {
  .work-caption .work__title {
    margin-bottom: 20px;
  }
}

.work-caption__img {
  position: relative;
  margin-bottom: 45px;
  left: -25px;
  width: 100vw;
  height: 290px;
}

@media (min-width: 1250px) {
  .work-caption__img {
    margin-right: 60px;
    margin-bottom: 0;
    flex-grow: 1;
    left: 0;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1366px) {
  .work-caption__img {
    margin-right: 115px;
  }
}

.work-caption__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.work-caption__info {
  margin-left: auto;
  margin-right: auto;
  max-width: 430px;
  text-align: center;
}

@media (min-width: 1250px) {
  .work-caption__info {
    margin: 0;
    max-width: 50%;
    flex-shrink: 0;
    text-align: left;
  }
}

@media (min-width: 1366px) {
  .work-caption__info {
    max-width: 626px;
  }
}

@media (min-width: 1250px) {
  .work-about {
    margin-bottom: 80px;
  }
}

@media (min-width: 1366px) {
  .work-about {
    margin-bottom: 120px;
  }
}

.work-about:last-child {
  padding-bottom: 80px;
}

@media (min-width: 1250px) {
  .work-about:last-child {
    margin-bottom: 0;
  }
}

.work-about__holder {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 910px;
}

@media (min-width: 1250px) {
  .work-about__holder {
    max-width: 948px;
  }
}

.work-about__content {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.work-about__content:last-child {
  margin-bottom: 0;
}

.work-about__content p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.work-about__content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

.work-about__content *:last-child {
  margin-bottom: 0;
}

.work-about__aims {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1250px) {
  .work-about__aims {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    max-width: 100%;
  }
}

@media (min-width: 1366px) {
  .work-about__aims {
    max-width: 1022px;
  }
}

.work-about__col {
  margin-bottom: 30px;
  max-width: 500px;
}

@media (min-width: 1250px) {
  .work-about__col {
    margin-right: 50px;
    margin-bottom: 0;
    width: calc(100% / 3 - 50px * 2 / 3);
  }
}

@media (min-width: 1366px) {
  .work-about__col {
    width: calc(100% / 3 - 70px * 2 / 3);
  }
}

.work-about__col:last-child {
  margin-bottom: 0;
}

@media (min-width: 1250px) {
  .work-about__col:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1250px) {
  .work-about--wrap {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1250px) {
  .work-about--wrap .work-about__content {
    max-width: 508px;
    text-align: left;
  }
}

.work-about__transaction {
  text-align: center;
}

.work-about__img {
  margin-bottom: 40px;
  width: 100%;
  height: 215px;
  background-image: url("../png/work-layers.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (min-width: 1250px) {
  .work-about__img {
    margin-right: 50px;
    margin-bottom: 0;
    width: 50%;
    height: 297px;
    flex-shrink: 0;
    background-image: url("../png/work-layers--lg.png");
  }
}

@media (min-width: 1366px) {
  .work-about__img {
    margin-right: 80px;
    width: 666px;
    height: 355px;
  }
}

.work-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1366px) {
  .welcash-caption {
    margin-bottom: 130px;
  }
}

.welcash-caption--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  text-align: center;
}

.welcash-caption__logo {
  margin-bottom: 45px;
  width: 182px;
  height: 42px;
}

@media (min-width: 1366px) {
  .welcash-caption__logo {
    width: 302px;
    height: 70px;
  }
}

.welcash-caption__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.welcash-caption__buttons {
  max-width: 297px;
}

.welcash-caption .btn {
  margin-top: 32px;
}

@media (min-width: 1250px) {
  .welcash {
    margin-bottom: 0;
  }
}

.welcash-holder {
  margin-bottom: 60px;
}

@media (min-width: 1250px) {
  .welcash-holder {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1366px) {
  .welcash-holder {
    margin-bottom: 98px;
  }
}

@media (min-width: 1250px) {
  .welcash-holder:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1250px) {
  .welcash-holder:nth-child(odd) .welcash-info {
    margin-right: 65px;
  }
}

.welcash-holder:last-child {
  margin-bottom: 0;
}

.welcash__img {
  width: 100%;
  height: 330px;
}

@media (min-width: 1250px) {
  .welcash__img {
    flex-grow: 1;
    height: auto;
  }
}

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

.welcash-info {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 626px;
}

@media (min-width: 1250px) {
  .welcash-info {
    margin-left: 65px;
  }
}

@media (min-width: 1250px) {
  .welcash-info .section-title {
    text-align: left;
  }
}

.welcash-content {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 1250px) {
  .welcash-content {
    text-align: left;
    font-size: 18px;
    line-height: 27px;
  }
}

.welcash-content p {
  margin-bottom: 15px;
}

@media (min-width: 1250px) {
  .welcash-content p {
    margin-bottom: 35px;
  }
}

.welcash-content *:last-child {
  margin-bottom: 0;
}

@media (min-width: 1250px) {
  .welcash-pagenote .container {
    padding-top: 125px;
  }
}

.welcash-pagenote__holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.welcash-pagenote__btn {
  margin-bottom: 40px;
}

@media (min-width: 1250px) {
  .welcash-pagenote__btn {
    margin-bottom: 62px;
  }
}

.welcash-pagenote__btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.welcash-pagenote__btn:focus {
  background-color: #000000;
}

@media (min-width: 1250px) {
  .welcash-pagenote--wrap {
    display: flex;
    justify-content: center;
  }
}

.welcash-pagenote__info {
  margin-left: auto;
  margin-right: auto;
  max-width: 615px;
}

@media (min-width: 1250px) {
  .welcash-pagenote__info {
    margin-right: 0;
    margin-left: 65px;
  }
}

.welcash-pagenote__info .section-title {
  margin-bottom: 40px;
  font-weight: 500;
}

@media (min-width: 1250px) {
  .welcash-pagenote__info .section-title,
  .welcash-pagenote__info .section-text {
    text-align: left;
  }
}

.welcash-pagenote__img {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 256px;
  height: 256px;
}

@media (min-width: 1250px) {
  .welcash-pagenote__img {
    margin: 0;
  }
}

.welcash-pagenote__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-caption {
  position: relative;
  margin-bottom: 200px;
  background-color: #ffffff;
}

@media (min-width: 1250px) {
  .about-caption {
    margin-bottom: 222px;
  }
}

.about-caption .container {
  position: relative;
  padding-top: 40px;
  z-index: 1;
}

.about-caption--wrap {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 1250px) {
  .about-caption--wrap {
    margin-bottom: 42px;
  }
}

.about-caption .section-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 591px;
}

.about-caption__img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: -25px;
  width: 100vw;
  max-width: 980px;
}

@media (min-width: 1250px) {
  .about-caption__img {
    left: 0;
    width: 980px;
    max-height: 552px;
  }
}

.about-caption__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-caption--decor {
  height: 40vw;
  max-height: 300px;
  background: white;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-clip-path: ellipse(55% 49% at 51% 49%);
          clip-path: ellipse(55% 49% at 51% 49%);
  transform: translateY(50%);
  z-index: 0;
}

.team__title {
  text-align: center;
}

@media (min-width: 1250px) {
  .team__title {
    margin-bottom: 43px;
  }
}

@media (min-width: 1250px) {
  .team-holder {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1250px) {
  .team-holder:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1250px) {
  .team-holder:nth-child(n + 2) {
    margin-top: 75px;
  }
}

.team__img {
  margin-bottom: 40px;
  position: relative;
  left: -25px;
  width: 100vw;
  height: 290px;
}

@media (min-width: 1250px) {
  .team__img {
    margin-bottom: 0;
    margin-right: 50px;
    left: 0;
    flex-grow: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1366px) {
  .team__img {
    width: 478px;
    margin-right: 79px;
  }
}

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

.team-info {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  text-align: center;
  max-width: 585px;
}

@media (min-width: 1250px) {
  .team-info {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    flex-grow: 1;
    flex-shrink: 0;
  }
}

.team-info:last-child {
  margin-bottom: 0;
}

.team-info__title {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 29px;
  font-weight: 700;
}

@media (min-width: 1250px) {
  .team-info__title {
    margin-bottom: 24px;
    font-size: 38px;
    line-height: 39px;
  }
}

.team-info__subtitle {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

@media (min-width: 1250px) {
  .team-info__subtitle {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 24px;
  }
}

.team-info__content {
  text-align: left;
  font-size: 14px;
  line-height: 27px;
  font-weight: 300;
}

@media (min-width: 1250px) {
  .team-info__content {
    font-size: 18px;
    line-height: 27px;
  }
}

.ppolicy .container {
  padding-top: 30px;
}

@media (min-width: 1250px) {
  .ppolicy .container {
    padding-top: 50px;
  }
}

.ppolicy-title {
  margin-bottom: 32px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1250px) {
  .ppolicy-title {
    margin-bottom: 65px;
  }
}

.ppolicy-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}

.ppolicy-content p {
  margin-bottom: 20px;
}

.ppolicy-content b {
  font-weight: 500;
}

.ppolicy-content h3 {
  margin-top: 45px;
  margin-bottom: 25px;
  line-height: 20px;
  font-weight: 500;
}

.ppolicy-content a {
  text-decoration: underline;
  color: #000000;
}

.ppolicy-content ul {
  padding-left: 20px;
}

.ppolicy-content ul li {
  margin-bottom: 15px;
}

.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 222px);
}

@media (min-width: 1250px) {
  .error {
    min-height: calc(100vh - 189px);
  }
}

.error-holder {
  text-align: center;
}

.error__title {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 58px;
  font-weight: 500;
}

.error__text {
  font-size: 18px;
  line-height: 26px;
}
