* {
  margin: 0;
  padding: 0;
}
*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
*:-moz-placeholder {
  color: #666;
  opacity: 1;
}
*::-moz-placeholder {
  color: #666;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
}
body input:required:valid,
body textarea:required:valid {
}
a {
  text-decoration: none;
}
body {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  color: #121423;
  overflow-x: hidden;
}
body,
html {
  overflow-x: hidden;
}
/* STYLEGUIDED */
.text-center {
  text-align: center;
}
.fw600 {
  font-weight: 600 !important;
}
.head {
  font-family: Urbanist;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  color: #121423;
}
.head span {
  color: #027269;
}
.link {
  color: #121423;
  transition: color 0.5s;
}
.link:hover,
.link.is-active {
  color: #027269;
}
.bold {
  font-weight: 600;
}
.button,
.actions ul li a {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  background: #eff3f5;
  border-radius: 9px;
  text-align: center;
  min-width: 190px;
  padding: 11px 20px;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #121423;
  border: 1px solid #eff3f5;
  box-sizing: border-box;
  cursor: pointer;

  transition: background 0.5s, color 0.5s, border-color 0.5s;
}
.button:hover {
  background: #027269;
  border-color: #027269;
  color: #fff;
}
.button--full,
.actions ul li a {
  width: 100%;
}
.button--filled,
.actions ul li:nth-child(2) a,
.actions ul li:nth-child(3) a {
  background: #027269;
  border-color: #027269;
  color: #fff;
}
.button--filled:hover,
.actions ul li:nth-child(2) a:hover,
.actions ul li:nth-child(3) a:hover {
  background: #fff;
  border-color: #027269;
  color: #027269;
}
.button--white,
.actions ul li:first-child a {
  background: #fff;
  border-color: #e5e5e5;
}
.button--white:hover,
.actions ul li:first-child a:hover,
.button--white.is-active {
  color: #027269;
  background: #fff;
  border-color: #e5e5e5;
}
.button--small {
  width: auto;
  padding: 7px 20px;
}
.button--small-wide {
  padding-left: 22px;
  padding-right: 22px;
  min-width: unset;
  display: inline-block;
}
.button--icon,
.actions ul li a {
  display: flex;
  align-items: center;
}
.button--icon svg,
.actions ul li a svg,
.button--icon img {
  margin-right: 10px;
}
.button--icon svg path,
.actions ul li a svg path {
  transition: fill 0.5s;
}
.button--icon:hover svg path,
.actions ul li a:hover svg path {
  fill: #027269;
}
.button--icon.button--small img {
  max-width: 15px;
  max-height: 15px;
}
.button--outline {
  border: 1px solid #027269;
  background: #fff;
  color: #027269;
}

.section--filled {
  background: rgb(17, 24, 39);
  color: #fff;
}

.risk {
  display: block;
  border-radius: 50%;
  width: 15px;
  height: 15px;

  background: #d9dd25;
}
.risk--middle {
  background: #d9dd25;
}
.risk--low {
  background: #74ce2d;
}
.risk--high {
  background: #e43737;
}

.card-invest.--r-,
.card-invest.--r-middle {
  border-top: 4px solid #d9dd25;
}
.card-invest.--r-low {
  border-top: 4px solid #74ce2d;
}
.card-invest.--r-high {
  border-top: 4px solid #e43737;
}

.investment-card.--r-,
.investment-card.--r-middle {
  border-top: 4px solid #d9dd25;
}
.investment-card.--r-low {
  border-top: 4px solid #74ce2d;
}
.investment-card.--r-high {
  border-top: 4px solid #e43737;
}

.risk--lowmiddle {
  background: linear-gradient(169deg, #e6ea1f 50.52%, #74ce2d 50.53%);
  /* transform: rotate(-60deg); */
}
.risk--middlehigh {
  background: linear-gradient(169deg, #e6ea1f 50.52%, #027269 50.59%);
  /* transform: rotate(-60deg); */
}

.card-invest {
  /* width: 260px; */
  background: #fbfbfb;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  transition: box-shadow 0.5s, background 0.5s;
}
.card-invest--empty {
  opacity: 0;
}
.card-invest:hover {
  background: #eff3f5;
  box-shadow: 0px 5px 10px rgba(16, 39, 71, 0.1);
}
.card-invest__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.card-invest__header .risk {
  margin-left: 6px;
}
.card-invest__img,
.investment-card__logo {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-invest__img img,
.investment-card__logo img {
  max-width: 70px;
  max-height: 70px;
}
.card-invest__name {
  /* margin-top: 15px; */
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #121423;
  transition: color 0.5s;
}
.card-invest__name:hover {
  color: #027269;
}
.card-invest__text {
  margin-top: 7px;
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 15px;
}
.card-invest__body {
  border-bottom: 1px solid #e5e5e5;
}
.card-invest__params {
  /* display: flex; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  margin-top: 5px;
}
.param {
  /* width: 50%; */
  margin: 10px 0;
}
.param:nth-child(2n) {
  /* padding-left: 10px; */
}
.param-name {
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}
.param-value {
  font-size: 15px;
  line-height: 19px;
  margin-top: 6px;
}
.card-invest__buttons .button {
  margin-top: 10px;
}
/* INPUTs */
.input-wrapper {
  position: relative;
}
.input,
.select {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 15px;
  background-color: #eff3f5;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: Urbanist;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #2f3640;
  width: 100%;
  transition: background 0.4s;
}
.select {
  background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.132L1.17875 0L5.00167 3.7356L8.82125 0L10 1.132L5.00167 6L0 1.132Z' fill='%23A6AEBF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 94% 50%;
}

.input-label {
  position: absolute;
  top: 16px;
  left: 12px;
  background: #eff3f5;
  padding: 0 3px;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  /* color: #a0a2a5; */
  color: #121423;
  opacity: 0.5;
  transition: top 0.3s, color 0.3s, font-size 0.2s, opacity 0.3s;
}
.input:focus ~ .input-label,
.input:not(:focus):valid ~ .input-label {
  background: #fff;
  top: -7px;
  font-size: 11px;
  opacity: 1;
  font-size: 12px;
  line-height: 15px;
}
.input:focus,
.input:not(:focus):valid,
.input.input--white {
  background-color: #ffffff;
}
.input--textarea {
  resize: none;
  height: 127px;
}
.input-name {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}
.select-name .input-name {
  margin-bottom: 0;
  margin-top: -5px;
}
.input-subtext {
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  margin-bottom: 10px;
}
.checkbox {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.checkbox-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.checkbox-label:before {
  content: "";
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 2px;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
}
.checkbox:checked + .checkbox-label:before {
  content: "";
  background: #027269;
  border-radius: 2px;
  border-color: #027269;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.76101L0.789 4.94801L4.656 7.25751L11.3235 0.994507L12 1.67151L5 10.9945L0 5.76101Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}

/* STYLES */
#header {
  width: 100%;
  position: fixed;
  top: 10px;
  z-index: 8;

  transition: all 0.5s ease;
}
.header {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fix {
  position: fixed;
  z-index: 5;
  transition: all 0.5s ease;
}
.top-header {
  padding: 6px 0;
  background: #eff3f5;
}
.top-header .container {
  display: flex;
  justify-content: space-between;
}
.top-header__link {
  font-family: Urbanist;
  font-size: 12px;
  border-right: 1px solid #e5e5e5;
  padding: 0 10px;
  color: #121423;
  font-weight: 500;
}
.top-header__link:last-child {
  border-right: none;
  padding-right: 0;
}
.top-header__langs {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.lang_item {
  display: flex;
  align-items: center;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #121423;
  margin-right: 10px;
}
.lang_item img {
  margin-left: 5px;
}
.top-header__right {
  display: flex;
  align-items: center;
}
.top-menu {
  /* position: ; */
  /* padding: 8px 0; */
  /* background: rgb(17, 24, 39); */
  /* border-bottom: 1px solid #e5e5e5; */
}
.top-menu .container {
  background: #fff;
  padding: 8px 15px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top-menu .container,
.top-menu__menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-menu__menu ul {
  list-style-type: none;
}
.top-menu__item,
.top-menu__menu li a {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #000;
  margin: 0 10px;
}
.top-menu__menu li a:hover {
  color: #027269;
}
.top-menu__menu li:last-child a {
  margin-right: 0;
}
#main,
#main-new {
  height: var(--app-height);
  min-height: 621px;
  /* background-image: url("../img/main.jpg"); */
  /* background-size: cover; */
  /* background-position: center center; */
  display: flex;
  position: relative;
  overflow: hidden;
}
#main-new .container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.main-text {
  max-width: 538px;
  background: #f2f4f4d9;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding: 16px 38px 30px 38px;
}
.main-text__text {
  margin-top: 15px;
  text-align: center;
}
.main-text__buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-text__buttons .button {
  width: 200px;
}

#main-features {
  padding-top: 48px;
  padding-bottom: 60px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;

  padding: 10px;
  /* background: #fff; */
  color: #000;
  /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15); */
  /* border-radius: 15px; */
  text-align: center;
}
.main-features__item {
  margin: 15px 0;
}
.feature-item__icon {
  display: flex;
  /* flex: 0 0 70px; */
  /* background: #fbfbfb; */
  /* border: 1px solid #eff3f5; */
  box-sizing: border-box;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  /* filter: invert(1); */
}
.feature-item__icon img {
  width: 50px;
  height: auto;
}

#main-portfolio {
  padding-top: 60px;
  padding-bottom: 60px;
}
#main-portfolio .container {
  overflow: hidden;
}
.main-portfolio__head {
  /* width: 440px;
	flex: 0 0 440px; */
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.main-portfolio {
  /* display: flex; */
  /* align-items: center; */
}
.main-portfolio__slides {
  /* margin-left: 60px; */
}
.swiper-main-portfolio {
  padding-bottom: 10px;
}
.main-portfolio .swiper-pagination {
  width: auto;
  /* left: 400px; */
  /* margin-top: 150px; */
}
.swiper-main-portfolio {
}
.swiper-container:not(.swiper-howwork) .swiper-pagination-bullet,
#main-portfolio .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  margin-right: 5px;
  outline: none;
}
.swiper-pagination-bullet-active {
  background: #027269;
}
.main-portfolio__wrapper {
  /* display: flex; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  /* width: 550px; */
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.main-portfolio__item {
  margin: 22px 0;
  text-align: center;
}
.main-portfolio__circle {
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(16, 39, 71, 0.05);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 70px;
  border-radius: 50%;
  font-family: Urbanist;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #2f3640;
}
.main-portfolio__text {
  margin-top: 10px;
  /* width: 240px; */
  line-height: 140%;
}
.main-portfolio .swiper-pagination {
  display: none;
}
#main-ideas {
  padding-top: 80px;
  padding-bottom: 60px;
}
.main-ideas__header {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
  text-align: center;
  margin-bottom: 35px;
}
.main-ideas__list {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  /*flex-wrap: wrap;*/
}
#main-instruments {
  padding-top: 60px;
  padding-bottom: 80px;
}
.main-instruments__header {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
}
.main-instruments__type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.main-instruments__type .button {
  margin-left: 10px;
  text-align: center;
  justify-content: center;
}

#main-calendar {
  padding-top: 45px;
  padding-bottom: 60px;
}
#main-calendar .head {
  /* color: #fff; */
  text-align: center;
}
.main-calendar-wrapper {
  margin-top: 20px;
  height: 540px;
}
#main-contact {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
#main-contact .container {
  position: relative;
  z-index: 2;
}
.main-contact__img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 700px;
  height: 100%;
}
.main-contact__overlay {
  position: absolute;
  z-index: 1;
  width: 390px;
  right: 440px;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #101827 50%, transparent);
}
.main-contact__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.contact-section {
  display: block;
  /* align-items: center;
	justify-content: space-between; */
}
.contact-section__left {
  max-width: 470px;
  padding-right: 70px;
}
.contact-section__text {
  margin-top: 10px;
}
.contact-section__button {
  margin-top: 20px;
}
.main-form {
  position: relative;
}
.main-form__background {
  position: absolute;

  position: absolute;
  width: 550px;
  height: 570px;
  top: 0;
  left: calc(50% - 275px);
  background: radial-gradient(50% 50% at 50% 50%, #f4f6fd 0%, rgba(239, 243, 245, 0) 100%);
}
.main-form__block {
  width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;

  background: #fbfbfb;
  box-shadow: 0px 5px 20px rgba(16, 39, 71, 0.1);
  border-radius: 5px;
  padding: 15px 20px 25px 20px;
}
.contact-section__right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  border-left: 1px solid #e1e4e6;
}
.main-form__input {
  margin: 15px 0;
}
.main-form__input:last-child {
  margin-bottom: 0;
}
.main-form__input:first-child {
  margin-bottom: 0;
}
.footer__top {
  padding-top: 20px;
  /* border-top: 1px solid #eff3f5; */
  display: flex;
  justify-content: space-between;
}
.footer__col {
  margin-right: 56px;
}
.footer__col:last-child {
  margin-right: 0;
}
.footer__col ul {
  list-style-type: none;
}
.footer__head,
.footer__col > div > ul > li > a {
  /* font-family: Urbanist; */
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 3px;
  color: #fff;
  pointer-events: none;
}
.footer__col > div > ul > li > a {
  display: block;
  margin-top: 0px;
}
.footer__item,
.footer__col .sub-menu li a {
  display: block;
  margin: 12px 0;
  /* font-family: Urbanist; */
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  /* identical to box height */

  color: #fff;
}
.footer__col .sub-menu li a:hover {
  color: #027269;
}
.footer__left {
  display: flex;
}
.footer__bottom {
  /* border-top: 1px solid #eff3f5; */
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.footer__copytight {
  font-family: Urbanist;
  font-size: 10px;
  line-height: 145%;
  color: #a0a2a5;
}
.footer__licenses {
  display: flex;
}
.footer__lic {
  margin: 0 20px;
  display: block;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #a0a2a5;
}
.footer__lic:last-child {
  margin-right: 0;
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 12px;
  align-items: flex-end;
}
.footer__totop {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #121423;
  cursor: pointer;
}
.footer__totop svg {
  margin-bottom: 0;
  transition: margin 0.3s;
}
.footer__totop:hover svg {
  margin-bottom: 6px;
}
.sidebar {
  padding-top: 20px;
  width: 220px;
}
.sidebar__section {
  margin-top: 30px;
}
.sidebar__head {
  border-bottom: 1px solid #eff3f5;
  padding-bottom: 12px;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.sidebar__item {
  display: block;
  margin: 12px 0;
}
div.page {
  padding-top: 45px;
  padding-bottom: 45px;
}

.investments-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.investments-list__item {
  margin-bottom: 10px;
}

.exclusive-invest {
  background: #fbfbfb;
  border-radius: 5px;
  padding: 30px;
}
.exclusive-invest__head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.exclusive-invest__img {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.exclusive-invest__img img {
  max-width: 70px;
  max-height: 70px;
}
.exclusive-invest__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 5px;
}
.exclusive-invest__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.exclusive-invest__form .input-wrap {
  width: 220px;
  margin: 12px 0;
}
.exclusive-invest__form .input-wrap--260 {
  width: 260px;
}
.exclusive-invest__form .select-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.help-block {
  width: 100%;
  padding: 12px 30px 18px 30px;
  background: #f1f4f6;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trp-language-switcher .trp-ls-shortcode-language{
  background: #f1f4f6;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language{
  padding: 2px;
}
.help-page__block {
  margin-top: 15px;
}
.help-block .input-wrap {
  width: 100%;
  margin: 12px 0;
}
.help-block .input-wrap--full {
  width: 100%;
}
.help-block .input--textarea {
  height: 100px;
}

.how-work-slider {
  padding-bottom: 50px;
}
.how-work-slider .swiper-container {
  padding: 20px 0 40px;
}
.text-card {
  padding: 15px 20px 20px 20px;
  width: 100%;
  /* height: 100%; */
  background: #eff3f5;
  border-radius: 5px;
  box-sizing: border-box;
}
.how-work-slider .swiper-button-next,
.how-work-slider .swiper-button-prev {
  background: none;
  outline: none;
  width: auto;
  height: auto;
  bottom: 2px;
  top: auto;
}
.how-work-slider .swiper-button-next {
  left: 120px;
}
.how-work-slider .swiper-button-prev {
}
.how-work-slider .swiper-pagination {
  left: 70px !important;
  margin-top: 5px;
}
.how-work-slider .swiper-pagination-bullet {
  background: #dadada;
  opacity: 1;
}
.how-work-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #9b9b9b;
}
.how-work-slider .swiper-slide-next {
  opacity: 0.5;
}
.how-work-slider .swiper-slide-next ~ .swiper-slide {
  opacity: 0.3;
}
.how-work-slider .swiper-slide {
  height: auto;
}
.text-card__head {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}
.text-card__text {
  font-size: 15px;
  line-height: 140%;
}

.how-types {
  padding-top: 50px;
  padding-bottom: 45px;
}
.how-types__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.how-types__table {
  margin-top: 40px;
}
.how-table {
  width: 100%;
  background: #ffffff;
  border: 1px solid #eff3f5;
  box-sizing: border-box;
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 0;
}
.how-table thead {
  background: #eff3f5;
}

.how-table th,
td {
  text-align: left;
  padding: 17px;
  position: relative;
}
.how-table .progress {
  background: rgba(47, 54, 64, 0.1);
  display: block;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 0;
}
.how-text-block {
  padding-top: 45px;
}
.how-text-block__row {
  /* padding-top: 20px; */
  /* border-top: 1px solid #eff3f5; */
  /* margin-bottom: 20px; */
  /* display: flex; */
  /* justify-content: space-between; */
}
.how-text-block__item {
  /* width: 350px; */
  margin: 30px 0;
}
.how-text-block__head {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
}
.how-text-block__text {
  font-size: 15px;
  line-height: 140%;
}
.how-buttons {
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid #eff3f5;
  display: flex;
  justify-content: center;
}
.how-buttons .button {
  margin: 0 10px;
}
.page-profit h1 {
  max-width: 440px;
  margin-bottom: 10px;
}
.profit-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profit-description__left {
  max-width: 510px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 145%;
}
.profit-info {
  margin-top: 15px;
}
.profit-description__right {
  flex-grow: 1;
}
.profit-description__right ul {
  list-style-type: none;
  display: flex;
  /* flex-direction: column; */
  /* justify-content: space-between; */
  align-items: center;
  gap: 20px;
}
.profit-description__right ul li {
  margin: 10px 0;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 12px;
  background: #eff3f5;
  border-radius: 5px;
}
.profit-icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
.profit-icons__item {
  margin: 20px 0;
  width: calc(33.33% - 30px);
  text-align: center;
  /* background: #eff3f5; */
  padding: 12px 15px;
  border-radius: 5px;
}
.profit-icons__icon {
  margin-left: auto;
  margin-right: auto;
}
.profit-icons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 60px;
  height: 70px;
  /* background: #ffffff; */
  /* box-shadow: 0px 5px 15px rgba(16, 39, 71, 0.05); */
}
.profit-icons__icon img {
  max-width: 100%;
  max-height: 100%;
}
.profit-icons__text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 140%;
}
.profit-icons__head {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-top: 20px;
}
.profit-icons__link {
  display: block;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 130%;
  margin-top: 10px;
}
.how-profits {
  padding-top: 100px;
  /* display: flex; */
  justify-content: space-between;
}
.how-profits__left {
  /* width: 510px; */
  margin-right: 30px;
}
.how-profits__right {
  flex-grow: 1;
}
.how-profits__text p {
  font-size: 15px;
  line-height: 145%;
  margin: 20px 0;
}
.how-profits__block {
  height: auto;
}
.how-profits__blockhead {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 130%;
}
.how-profits__list li {
  font-size: 13px;
  line-height: 16px;
}
.list {
  list-style-type: none;
}
.list__item {
  position: relative;
  padding-left: 12px;
  margin: 10px 0;
}
.list__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #027269;
  left: 0;
  top: 7px;
}
.trade-income-schem__inner {
  width: 640px;
  margin: 75px auto;
  margin-bottom: 0;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;

  flex-direction: column;
  gap: 30px;
}
.trade-income-schem__line {
  position: absolute;
  width: 1px;
  top: 0;
  /* left: 50%; */
  height: 100%;
  z-index: 0;
  background: #e5e5e5;
}
.trade-income-schem__rect {
  font-family: "Urbanist";
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #2f3640;
  padding: 13px 47px;
}
.trade-income-schem__rect--bottomline:after {
  z-index: -1;
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  left: calc(50% - 0.5px);
  bottom: -25px;
  background: #e5e5e5;
}

.trade-income-schem__rect-title {
  position: absolute;
  left: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2f3640;
  top: -40px;
  transform: translate(-50%, 0);
}
.trade-income-schem__icon {
  position: relative;
  z-index: 1;
}
.trade-income-schem__icon:after {
  z-index: -1;
  content: "";
  position: absolute;
  height: 1px;
  width: 25px;
  left: calc(50% - 0.5px);
  bottom: 10px;
  background: #e5e5e5;
}
.trade-income__icon-text {
  position: absolute;
  left: calc(100% + 40px);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2f3640;
  width: 100px;
  text-align: center;
  bottom: 0;
  transform: translate(-50%, 0);
}
.trade-income-schem__icon svg {
  vertical-align: middle;
}
.trade-income-schem__bottomtext {
  position: absolute;
  font-size: 16px;

  font-family: "Urbanist";
  bottom: 12px;
  left: calc(50% + 110px);
  white-space: nowrap;
}

.profit-diagram {
  width: 100%;
  /* overflow-x: scroll; */
  padding-top: 60px;
  padding-bottom: 110px;
}
.profit-diagram__inner {
  width: 800px;
  height: 125px;
  background: url("../img/profit-diagram-2.svg");
  background-repeat: no-repeat;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.profit-diagram__text {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  position: absolute;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 150px;
  height: 27px;
}
.profit-diagram .text1 {
}
.profit-diagram .text2 {
  top: 43px;
}
.profit-diagram .text3 {
  top: 90px;
}
.profit-diagram .text4 {
  bottom: -35px;
  left: 208px;
}
.profit-diagram .text5 {
  bottom: -35px;
  left: 441px;
}
.profit-diagram .text6 {
  top: -27px;
  left: 648px;
}
.profit-diagram .text7 {
  top: 0px;
  left: 648px;
  color: #fff;
}
.profit-diagram .text8 {
  top: 64px;
  left: 648px;
}
.profit-diagram .text9 {
  top: 91px;
  left: 648px;
  color: #fff;
}
.how-profits-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.text-block__text p,
.three-side-text__text p {
  font-size: 15px;
  line-height: 145%;
  margin: 20px 0;
}
.how-profits-res {
  padding-top: 60px;
  padding-bottom: 60px;
}
.how-profits-res__text {
  margin-top: 20px;
}

#login {
  display: flex;
  height: 70vh;
  min-height: 500px;
  align-items: center;
  justify-content: center;
}
.login {
  width: 400px;
  margin: 0 auto;
}
.login__text {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 22px;
}
.login .input-wrapper {
  margin: 15px 0;
}
.login-form {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

#register {
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register {
  display: flex;
  align-items: center;
}
.register__left {
  max-width: 400px;
  padding-right: 70px;
}
.register__form {
  flex-grow: 1;
}
.register__text {
  margin-top: 10px;
  margin-bottom: 20px;
}
.register__button .button:first-child {
  margin-bottom: 10px;
}
.steps {
}
.steps ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.steps .number {
  display: none;
}
.steps li {
  padding: 0 20px;
}
.steps li:nth-child(2) {
  border-left: 1px solid #e1e4e6;
  border-right: 1px solid #e1e4e6;
}
.steps li a {
  font-family: Urbanist;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #eff3f5;
}
.steps li.current a {
  color: #121423;
}
#register-form {
  max-width: 310px;
  margin: 0 auto;
  /* border-left: 1px solid #e1e4e6; */
}
fieldset {
  border: none;
  margin-top: 25px;
}
#register-form h3 {
  display: none;
}
#register-form .input-wrapper {
  margin: 15px 0;
}
.actions ul {
  list-style: none;
  display: flex;
  flex-direction: column-reverse;
}
.actions ul li a {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.actions ul li a svg {
  margin-left: 10px;
}
#register-form {
  display: none;
}
.register-form__img img {
  max-width: 100%;
}
.input-wrapper label.error {
  color: #ff0000;
  font-size: 12px;
}
.input-wrapper-policy {
  display: flex;
  flex-direction: column-reverse;
}
#main-policy.error ~ .checkbox-label:before {
  border: 1px solid #ff0000;
}
#main-policy.error ~ .checkbox-label {
  color: #ff0000;
}

.risk-wrapper {
  display: flex;
  align-items: center;
}
.risk-wrapper .risk {
  margin: 0 6px;
}

.investment-card {
  background: #fbfbfb;
  border-radius: 5px;
  width: 100%;
  padding: 25px 15px 45px 25px;
}
.investment-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.investment-card__choosed {
  flex-grow: 1;
  text-align: center;

  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  top: -16px;
  right: -8px;
  padding: 3px 6px;
  background: rgb(17, 24, 39);
  color: #fff;
  border-radius: 5px;
}
.investment-card__risk {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.investment-card__body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.investment-card__name {
  font-weight: 600;
  font-size: 42px;
  line-height: 150%;
  margin-top: 20px;
}
.investment-card__text {
  margin-top: 7px;
  font-size: 19px;
  line-height: 135%;
  padding-bottom: 15px;
  position: relative;
}
.investment-card__text:after {
  position: absolute;
  left: calc(50% - 76px);
  bottom: 0;
  content: "";
  display: block;
  width: 155px;
  height: 1px;
  background: #e5e5e5;
}
.investment-card__chart {
  width: 100%;
  flex: 0 0 100%;
  max-height: 300px;
}
.investment-card__chart:after {
  content: attr(data-text);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  margin-top: 5px;
}
.investment-card__info {
  flex-grow: 1;
  padding-right: 40px;
  text-align: center;
}
.investment-card__stats {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
.investment-card__stat {
  width: 115px;
}
.investment-card__footer .inv-stat {
  background: #fbfbfb;
  padding: 10px 15px;
  border-radius: 10px;
}
.inv-stat__name {
  font-size: 16px;
  line-height: 17px;
  /* color: #999999; */
  margin-bottom: 10px;
  font-weight: 600;
}
.inv-stat__text {
  font-size: 15px;
  line-height: 19px;
}
.investment-card__charttext {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
}
.investment-card__footer {
  display: flex;
  margin-top: 25px;
}
.inv-stat__body {
  display: flex;
}
.investment-card__footer .inv-stat {
  margin-right: 20px;
}
.inv-stat__body .inv-stat__text {
  margin-right: 20px;
}

.about-invest {
  padding-top: 60px;
  padding-bottom: 35px;
}
.two-side-text {
  /* display: flex; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  /* padding: 30px 0; */
}
.two-side-text--border {
  /* border-bottom: 1px solid #eff3f5; */
}
.two-side-text__item {
  /* width: 350px; */
  margin: 30px 0;
}
.two-side-text__head {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}
.two-side-text p {
  margin: 15px 0;
  font-size: 15px;
  line-height: 145%;
}
.how-work-venture {
  padding-top: 35px;
}
.how-work-venture__list {
  margin-top: 15px;
}
.how-work-venture__item {
  position: relative;
  margin: 15px 0;
  background: #fbfbfb;
  border-radius: 5px;
  padding: 30px;
  display: block;
  overflow: hidden;
}
.how-work-venture__icon {
  /* flex: 0 0 150px !important; */
  width: 127px !important;
  height: 150px !important;
  opacity: 0.15;
  display: flex;
  align-items: center;
  justify-content: center;

  /* background: #ffffff; */
  /* box-shadow: 0px 5px 15px rgba(16, 39, 71, 0.05); */
  /* border-radius: 50%; */
  /* margin-right: 20px; */
  box-shadow: none !important;
  background: none !important;
  position: absolute;
  z-index: 0;

  top: -50px;
  right: -30px;

  filter: grayscale(1);
}
.how-work-venture__icon img {
  width: 100%;
  max-height: 100% !important;
  max-width: 100% !important;
}
.how-work-venture__body {
  position: relative;
  z-index: 1;
}
.how-work-venture__head {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}
.how-work-venture__head span {
  color: #027269;
}
.how-work-venture__text {
  margin-top: 13px;
  font-size: 15px;
  line-height: 145%;
}

.how-work-venture__sublist {
  display: flex;
  margin-top: 12px;
}
.how-work-venture__sublist-item {
  margin-right: 20px;
}
.how-work-venture__subhead,
.how-work-venture__subtext {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
.how-work-venture__subhead {
  color: #999999;
}
.hr {
  width: 100%;
  border-bottom: 1px solid #eff3f5;
}
.three-side-text {
  display: flex;
  justify-content: space-between;
}
.three-side-text__item {
  width: calc(33.33% - 60px / 3);
  font-size: 15px;
  line-height: 140%;
}
.invest-text-block {
  padding-top: 100px;
  padding-bottom: 50px;
}
.invest-text-block h2 {
  margin-bottom: 30px;
}
.invest-commissions {
  padding-top: 50px;
  padding-bottom: 50px;
}
.invest-commissions__item {
  margin: 25px 0;
  width: 260px;
}
.invest-commissions__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 620px;
}
.inv-commission__name {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
}
.inv-commission__value {
  font-family: Urbanist;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  color: #027269;
  margin-bottom: 5px;
}
.inv-commission__text {
  font-size: 15px;
  line-height: 140%;
}
.invest-features {
  padding-top: 50px;
  padding-bottom: 50px;
}
.circle-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(16, 39, 71, 0.05);
  border-radius: 50%;
}
.circle-icon img {
  max-width: 50px;
  max-height: 50px;
}
.invest-features__list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.invest-features__item {
  width: calc((800px - 40px * 2) / 3);
}
.invest-features__head {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-top: 15px;
  margin-bottom: 10px;
}
.invest-features__text {
  font-size: 15px;
  line-height: 140%;
}
.invest-to {
  background: #fbfbfb;
  padding: 90px 0;
  margin-bottom: 30px;
}
.invest-to__head {
  margin-bottom: 15px;
}
.invest-to__text {
  max-width: 400px;
  margin-bottom: 20px;
}
.invest-to__buttons {
  display: flex;
}
.invest-to__buttons .button:first-child {
  margin-right: 20px;
}
.tab-body {
  display: none;
}
.tab-body.is-active {
  display: block;
}

.instrument-table,
.instrument-table table {
  width: 100%;
  border-collapse: collapse;
}
.instrument-table th {
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 0;
}
.instrument-table td {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 0;
  width: 25%;
}
.instrument-table th:last-child,
.instrument-table td:last-child {
  text-align: right;
}
.instrument-table {
  padding: 25px;

  background: #ffffff;
  border: 1px solid #eff3f5;
  box-sizing: border-box;
  border-radius: 5px;
}
.instrument-table tbody tr {
  border-bottom: 1px solid #e7e7e7;
}
.instrument-table--main {
  padding: 25px;
  background: #fbfbfb;
  /* box-shadow: 0px 5px 20px rgba(16, 39, 71, 0.1); */
  border-radius: 5px;
}
.main-instruments__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;

  color: #027269;
  margin-bottom: 20px;
}
.main-instruments__header {
  margin-bottom: 30px;
}
.instuments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.instuments-header__tabs {
  display: flex;
}
.instuments-header__button:not(:last-child) {
  margin-right: 10px;
}
.instuments-header__tabs .link {
  margin-right: 15px;

  font-family: Urbanist;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.instuments-header__tabs .link:last-child {
  margin-right: 0;
}
.instumnets-wrapper {
  margin-top: 40px;
}
.instrument-instruments__name {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.instrument-instruments__name img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 10px;
}
.how-work-venture--iia .how-work-venture__head {
  font-size: 18px;
  line-height: 120%;
  text-align: left;
  /* width: 130px; */
  margin-bottom: 15px;
  margin-top: 15px;
}
.how-work-venture--iia .how-work-venture__icon {
  margin-left: auto;
  margin-right: auto;
}
.how-work-venture__left {
  margin-right: 17px;
}
.how-work-venture--iia .how-work-venture__item {
  align-items: center;
}
.how-work-venture--iia .how-work-venture__text {
  margin-top: 0;
}
.iia-schem {
  width: 720px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.iia-schem__center {
  position: absolute;
  width: 128px;
  height: 128px;
  left: calc(50% - 64px);
  top: calc(50% - 64px);
  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  border: 2px solid #eff3f5;
  border-radius: 50%;
}
.iia-schem__center img {
  max-width: 100%;
}
.iia-schem__item {
  position: absolute;
}
.iia-schem__item:before {
  content: "";
  position: absolute;
  width: 193px;
  height: 325px;
  bottom: -12px;
  left: calc(-50% - 24px);
  transform-origin: 51% 85%;
  background-image: url("data:image/svg+xml,%3Csvg width='197' height='328' viewBox='0 0 197 328' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M158.141 21.955C139.653 7.2466 116.406 -0.158198 92.8159 1.14736C69.2259 2.45292 46.9367 12.3779 30.183 29.0366C21.1826 37.9729 14.0395 48.6017 9.16528 60.3106C4.29106 72.0195 1.78206 84.577 1.78284 97.2595C2.76405 120.808 11.7282 143.322 27.2017 161.1C43.3146 180.545 62.4901 197.234 83.9737 210.51L88.846 207.697C67.0236 194.326 47.5251 177.491 31.1163 157.851C16.2885 140.908 7.70825 119.4 6.80255 96.9032C6.90999 78.8378 12.35 61.206 22.4401 46.2198C32.5302 31.2336 46.8211 19.5602 63.52 12.6642C80.2188 5.76823 98.582 3.95668 116.306 7.4568C134.03 10.9569 150.325 19.6128 163.147 32.3387C171.848 41.0982 178.735 51.4871 183.416 62.9112C188.098 74.3352 190.481 86.5701 190.429 98.9162C190.362 135.247 168.021 163.82 145.291 183.157C116.879 207.328 83.0215 214.731 60.8437 242.363C52.6894 251.666 47.9475 263.468 47.3993 275.826C47.3858 289.302 52.7193 302.232 62.2294 311.779C71.7394 321.326 84.6491 326.71 98.1253 326.75C111.502 326.733 124.327 321.411 133.785 311.951C143.374 302.464 148.824 289.571 148.948 276.084L148.643 275.554C148.203 266.559 145.806 257.769 141.617 249.796C137.429 241.824 131.551 234.862 124.394 229.396C120.561 226.116 116.481 223.137 112.188 220.486L107.846 222.993C112.602 225.973 117.125 229.31 121.376 232.974C128.016 237.995 133.486 244.397 137.408 251.74C141.33 259.082 143.61 267.188 144.091 275.499C143.925 287.858 138.93 299.662 130.174 308.388C123.693 314.773 115.468 319.098 106.535 320.82C97.6009 322.541 88.3578 321.581 79.969 318.06C71.5801 314.54 64.4204 308.616 59.3912 301.036C54.362 293.455 51.688 284.555 51.706 275.458C52.5355 264.292 57.0696 253.722 64.5891 245.425C87.6874 216.697 119.748 211.32 148.417 186.86C171.979 166.761 195.134 137.152 195.208 99.1223C195.239 72.9605 184.907 47.852 166.471 29.2899C165.101 27.8321 163.646 26.4559 162.114 25.1682' fill='%23EFF3F5'/%3E%3Cpath d='M158.141 21.955C139.653 7.2466 116.406 -0.158198 92.8159 1.14736C69.2259 2.45292 46.9367 12.3779 30.183 29.0366C21.1826 37.9729 14.0395 48.6017 9.16528 60.3106C4.29106 72.0195 1.78206 84.577 1.78284 97.2595C2.76405 120.808 11.7282 143.322 27.2017 161.1C43.3146 180.545 62.4901 197.234 83.9737 210.51L88.846 207.697C67.0236 194.326 47.5251 177.491 31.1163 157.851C16.2885 140.908 7.70825 119.4 6.80255 96.9032C6.90999 78.8378 12.35 61.206 22.4401 46.2198C32.5302 31.2336 46.8211 19.5602 63.52 12.6642C80.2188 5.76823 98.582 3.95668 116.306 7.4568C134.03 10.9569 150.325 19.6128 163.147 32.3387C171.848 41.0982 178.735 51.4871 183.416 62.9112C188.098 74.3352 190.481 86.5701 190.429 98.9162C190.362 135.247 168.021 163.82 145.291 183.157C116.879 207.328 83.0215 214.731 60.8437 242.363C52.6894 251.666 47.9475 263.468 47.3993 275.826C47.3858 289.302 52.7193 302.232 62.2294 311.779C71.7394 321.326 84.6491 326.71 98.1253 326.75C111.502 326.733 124.327 321.411 133.785 311.951C143.374 302.464 148.824 289.571 148.948 276.084L148.643 275.554C148.203 266.559 145.806 257.769 141.617 249.796C137.429 241.824 131.551 234.862 124.394 229.396C120.561 226.116 116.481 223.137 112.188 220.486L107.846 222.993C112.602 225.973 117.125 229.31 121.376 232.974C128.016 237.995 133.486 244.397 137.408 251.74C141.33 259.082 143.61 267.188 144.091 275.499C143.925 287.858 138.93 299.662 130.174 308.388C123.693 314.773 115.468 319.098 106.535 320.82C97.6009 322.541 88.3578 321.581 79.969 318.06C71.5801 314.54 64.4204 308.616 59.3912 301.036C54.362 293.455 51.688 284.555 51.706 275.458C52.5355 264.292 57.0696 253.722 64.5891 245.425C87.6874 216.697 119.748 211.32 148.417 186.86C171.979 166.761 195.134 137.152 195.208 99.1223C195.239 72.9605 184.907 47.852 166.471 29.2899C165.101 27.8321 163.646 26.4559 162.114 25.1682' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.iia-schem__icon {
  background: #027269;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.iia-schem__text {
  width: 144px;
  text-align: center;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  position: absolute;
}
.iia-schem__item.item-1 {
  left: calc(50% - 32px);
  top: calc(50% - 32px - 135px);
}
.iia-schem__item.item-2 {
  left: calc(50% - 32px + 135px);
  top: calc(50% - 32px - 135px / 2);
}
.iia-schem__item.item-2:before {
  transform: rotate(55deg);
}
.iia-schem__item.item-3 {
  left: calc(50% - 32px + 135px);
  top: calc(50% - 32px + 135px / 2);
}
.iia-schem__item.item-3:before {
  transform: rotate(125deg);
}
.iia-schem__item.item-4 {
  left: calc(50% - 32px);
  top: calc(50% - 32px + 135px);
}
.iia-schem__item.item-4:before {
  transform: rotate(180deg);
}
.iia-schem__item.item-5 {
  left: calc(50% - 32px - 135px);
  top: calc(50% - 32px + 135px / 2);
}
.iia-schem__item.item-5:before {
  transform: rotate(235deg);
}
.iia-schem__item.item-6 {
  left: calc(50% - 32px - 135px);
  top: calc(50% - 32px - 135px / 2);
}
.iia-schem__item.item-6:before {
  transform: rotate(305deg);
}
.iia-schem__item.item-1 .iia-schem__text {
  top: -150px;
  left: -30px;
}
.iia-schem__item.item-2 .iia-schem__text {
  top: -80px;
  left: 110px;
}
.iia-schem__item.item-3 .iia-schem__text {
  top: 130px;
  left: 110px;
}
.iia-schem__item.item-4 .iia-schem__text {
  top: 200px;
  left: -30px;
}
.iia-schem__item.item-5 .iia-schem__text {
  top: 130px;
  left: -180px;
}
.iia-schem__item.item-6 .iia-schem__text {
  top: -80px;
  left: -180px;
}
.iia-schem-wrapper {
  padding-top: 80px;
}
.iia-schem-wrapper h2 {
  text-align: center;
  margin-bottom: 25px;
}
.iia-schem__arrow {
  position: absolute;
  bottom: 0;
}
.arrow-1 {
  left: 133px;
  bottom: 40px;
  transform: rotate(55deg);
}
.arrow-2 {
  right: 120px;
  bottom: 40px;
}

.ai-slider {
  padding-top: 70px;
  padding-bottom: 40px;
}
.ai-slider__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.ai-slider__left,
.ai-slider__right {
  width: 270px;

  font-family: Urbanist;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
}
.ai-slider__right {
  text-align: right;
}
.ai-slider__center {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 98px;
  color: #fff;
  -webkit-text-stroke: 0.9px #e5e5e5;
}
.ai-slide {
  width: 100%;

  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.ai-slide__list {
  display: flex;
  justify-content: space-between;
}
.ai-slide__left,
.ai-slide__right {
  width: 350px;
}
.ai-slide__right .ai-slide__head {
  text-align: right;
}
.ai-slide__head {
  font-family: Urbanist;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #027269;
}
.ai-slide__head.positive {
  color: #64bc0d;
}
.ai-slider .swiper-button-next,
.ai-slider .swiper-button-prev {
  height: auto;
  background: none;
  top: 40px;
  z-index: 11;
}
.ai-slider .swiper-button-next {
  right: calc(50% - 80px);
}
.ai-slider .swiper-button-prev {
  left: calc(50% - 71px);
}

.swiper-facts {
  padding-top: 50px;
}
.ai-slider .swiper-pagination {
  top: 11px;
}
.ai-slider .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
}
.ai-slide__item {
  display: flex;
  align-items: center;
  margin: 28px 0;
}
.ai-slide__icon {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(16, 39, 71, 0.05);
  margin-right: 20px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}
.ai-slide__right .ai-slide__item {
  flex-direction: row-reverse;
}
.ai-slide__right .ai-slide__icon {
  margin-right: 0;
  margin-left: 20px;
}
.ai-slide__text {
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  position: relative;
  padding-left: 7px;
}
.ai-slide__text:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #027269;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 7px;
}
.ai-slide__right .ai-slide__text {
  text-align: right;
}
.ai-slide__right .ai-slide__text {
  padding-right: 7px;
}
.ai-slide__right .ai-slide__text:before {
  left: auto;
  right: -10px;
}
.how-start {
  padding-top: 80px;
  padding-bottom: 40px;
}
.how-start .swiper-button-prev,
.how-start .swiper-button-next {
  background: none;
  bottom: 1px;
  top: auto;
  height: auto;
  outline: none;
  z-index: 11;
}
.how-start .swiper-button-prev {
  left: calc(50% - 100px);
}
.how-start .swiper-button-next {
  right: calc(50% - 109px);
}
.slide-howstart {
  display: flex;
  justify-content: space-between;
}
.howstart-item {
  width: 350px;
  height: auto;
}
.howstart-item:first-child {
  padding-right: 50px;
  border-right: 1px solid #eff3f5;
}
.howstart-item__head {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 10px;
}
.howstart-item__head span {
  color: #027269;
}
.howstart-item__text {
  font-size: 15px;
  line-height: 145%;
}
.howstart-item__footer {
  /* display: flex; */
}
.howstart-item__subitem {
  margin: 10px 0;
}
.howstart-item__param,
.howstart-item__value {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
.howstart-item__param {
  color: #999999;
}
.swiper-howstart {
  padding: 50px 0;
}

.top-menu__toggle {
  display: none;
}
.mob-toggle {
  width: 24px;
  height: 14px;
  position: relative;
}
.mob-toggle span {
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.mob-toggle span:nth-child(1) {
  top: 0px;
}
.mob-toggle span:nth-child(2) {
  top: calc(50% - 0px);
}
.mob-toggle span:nth-child(3) {
  top: 100%;
}
.mob-toggle.is-active span:nth-child(1) {
  top: 50%;
  transform: rotate(225deg);
}
.mob-toggle.is-active span:nth-child(2) {
  transform: rotate(360deg);
  opacity: 0;
}
.mob-toggle.is-active span:nth-child(3) {
  transform: rotate(-225deg);
  top: 50%;
}
.mobile-header {
  position: fixed;
  top: 0;
  /*display: none;*/
  height: 0;
  background: #fff;
  z-index: 7;
  width: 100%;
  overflow: hidden;
  transition: height 0.5s;
}
.mobile-header.is-active {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}
.mobile-header__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 70px;
  height: 100%;
}
.mobile-header__menu a {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #121423;
  display: block;
  text-align: center;
  margin: 30px 0;
}
.mobile-header__menu .button {
  margin: 0 auto;
}
.login-mob-buttons .button {
  margin-bottom: 15px;
}
.mobile-header__footer {
  padding: 20px 0;
  background: #eff3f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-header__mobile {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;

  color: #121423;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
.mobile-header__footer-bottom {
  display: flex;
  justify-content: center;
}
.mobile-header__links {
  display: flex;
  justify-content: center;
  padding: 15px 20px;
}
.hide-desktop,
.show-md {
  display: none;
}
.page-content {
  margin-top: 15px;
}
.page-content p {
  margin: 10px 0;
}
.main-form__thx,
.form-thx {
  font-family: Urbanist;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #eff3f5;
}
.form-block {
  position: relative;
}
.form-thx {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.login-error {
  display: none;
  padding: 8px 11px;
  line-height: 20px;
  background: #027269;
  border-color: #027269;
  border-radius: 9px;
  width: 100%;
  color: #fff;
  font-size: 14px;
}
.login-error.is-show {
  display: block;
}

.reg-message {
  display: none;
  width: 100%;
  padding: 10px 15px;
  border-radius: 9px;
}
.reg-message.success {
  background: #c0f3c7;
  border: 1px solid #c3e6d4;
}
.reg-message.error {
  background: #027269;
  border: 1px solid #027269;
  color: #fff;
}
@keyframes spinning-circle {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 150.6 100.4;
  }
  50% {
    stroke-dasharray: 1 250;
  }
  100% {
    stroke-dashoffset: 502;
    stroke-dasharray: 150.6 100.4;
  }
}

.spinner__circle {
  animation: 2s linear spinning-circle infinite;
}
.open-pass {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23bebebe' d='M12.015 7c4.751 0 8.063 3.012 9.504 4.636-1.401 1.837-4.713 5.364-9.504 5.364-4.42 0-7.93-3.536-9.478-5.407 1.493-1.647 4.817-4.593 9.478-4.593zm0-2c-7.569 0-12.015 6.551-12.015 6.551s4.835 7.449 12.015 7.449c7.733 0 11.985-7.449 11.985-7.449s-4.291-6.551-11.985-6.551zm-.015 3c-2.209 0-4 1.792-4 4 0 2.209 1.791 4 4 4s4-1.791 4-4c0-2.208-1.791-4-4-4z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 14px;
  cursor: pointer;
}
.open-pass.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23bebebe' d='M19.604 2.562l-3.346 3.137c-1.27-.428-2.686-.699-4.243-.699-7.569 0-12.015 6.551-12.015 6.551s1.928 2.951 5.146 5.138l-2.911 2.909 1.414 1.414 17.37-17.035-1.415-1.415zm-6.016 5.779c-3.288-1.453-6.681 1.908-5.265 5.206l-1.726 1.707c-1.814-1.16-3.225-2.65-4.06-3.66 1.493-1.648 4.817-4.594 9.478-4.594.927 0 1.796.119 2.61.315l-1.037 1.026zm-2.883 7.431l5.09-4.993c1.017 3.111-2.003 6.067-5.09 4.993zm13.295-4.221s-4.252 7.449-11.985 7.449c-1.379 0-2.662-.291-3.851-.737l1.614-1.583c.715.193 1.458.32 2.237.32 4.791 0 8.104-3.527 9.504-5.364-.729-.822-1.956-1.99-3.587-2.952l1.489-1.46c2.982 1.9 4.579 4.327 4.579 4.327z'/%3E%3C/svg%3E");
}

#call-box {
  background: #eff3f5;
  border-radius: 2px;
  padding: 20px;
  width: 300px;
}
#call-box .input-wrap {
  margin-bottom: 15px;
}
#call-box .select {
  background-color: #fff;
}
#call-box .form-thx {
  z-index: 9;
}

.js-showpass {
  cursor: pointer;
}
.js-showpass svg path {
  transition: fill-opacity 0.5s;
}
.js-showpass.is-active svg path {
  fill-opacity: 0.8;
}

.input-icon {
  position: absolute;
  right: 14px;
  top: 14px;
}
.top-menu__logo {
  margin-right: 20px;
}
.top-menu__logo img {
  max-width: 110px;
}
.contact-section__head {
  color: #fff;
}
footer {
  /* background: rgb(17, 24, 39); */
  /* color: #fff; */
}
footer a:not(.button) {
  /* color: #fff; */
}
.footer__item.button {
  /* color: #027269; */
}
.main-invs-btn {
  text-align: center;
  margin-top: 30px;
}

.inv-cont {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.invest-features__icon {
  background: none !important;
  box-shadow: none !important;
}
.how-grid {
  margin-top: 50px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.--r-t {
  padding: 3px 6px;
  border-radius: 9px;
  font-weight: 500;
}
.help-downloads {
  margin-top: 99px;
  grid-template-columns: 1fr !important;
}
.main-ideas__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.top-menu__toggle span {
  background: #000;
}
.top-menu__right {
  display: flex;
  align-items: center;
}
.langs-wrap {
  margin-right: 15px;
}
.trp-language-switcher,
.trp-language-switcher > div {
  height: 32px;
  width: 100%;
}

.trp-language-switcher > div {
  background-position: calc(100% - 9px) calc(1em + -4px), calc(100% - 3px) calc(1em + 0px);
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)' %3E%3Cpath d='M 90 24.25 c 0 -0.896 -0.342 -1.792 -1.025 -2.475 c -1.366 -1.367 -3.583 -1.367 -4.949 0 L 45 60.8 L 5.975 21.775 c -1.367 -1.367 -3.583 -1.367 -4.95 0 c -1.366 1.367 -1.366 3.583 0 4.95 l 41.5 41.5 c 1.366 1.367 3.583 1.367 4.949 0 l 41.5 -41.5 C 89.658 26.042 90 25.146 90 24.25 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: %23000; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/svg%3E");
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.trp-language-switcher > div > a {
  padding: 5px 0;
  /* color: #fff; */
}
.trp-language-switcher > div {
  padding: 0 10px;
}
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
  padding: 0px 10px;
}
.trp-language-switcher > div:hover {
  /* background: #101827; */
}
.trp-language-switcher > div > a:hover {
  /* background: #202f4b; */
}
.trp-language-switcher > div > a {
  
  padding: 7px 2px;

}
.trp_language_switcher_shortcode{

  border: 1px solid #ccc;
  border-radius: 10px;
}
.trp_language_switcher_shortcode:hover{
  border-color:#fff
}

.docs-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.docs-list {
  min-height: 300px;
}
.docs-list a {
  outline: none !important;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 20px;
  display: flex;
  align-items: center;

  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.docs-list a:before {
  /* content: ''; */
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M22 24h-20v-24h14l6 6v18zm-7-23h-12v22h18v-16h-6v-6zm3 15v1h-12v-1h12zm0-3v1h-12v-1h12zm0-3v1h-12v-1h12zm-2-4h4.586l-4.586-4.586v4.586z'/%3E%3C/svg%3E");
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  margin-right: 10px;
}
.docs-list a.--link:before {
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M14 4h-13v18h20v-11h1v12h-22v-20h14v1zm10 5h-1v-6.293l-11.646 11.647-.708-.708 11.647-11.646h-6.293v-1h8v8z'/%3E%3C/svg%3E");
}

.docs-list a:hover {
  text-decoration: none;
}
.articles-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  display: grid;
}

.bg-prim {
  background: #027269 !important;
  border: none !important;
}
.color-prim {
  color: #027269 !important;
}
.top-menu__menu ul {
  margin-bottom: 0 !important;
}
footer ul.menu {
  padding-left: 0;
  list-style-type: none;
}
.footer-cet {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-cet img {
  max-width: 50px;
}

.page.--license,
.page.--contact {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .position-lg-sticky {
    position: sticky !important;
  }
}

.service-overlay{

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
section.wrapper.bg-light.position-relative.min-vh-70.d-lg-flex.align-items-center{
  padding-top: 100px;
  min-height: 600px !important;
}
.link-dark:hover, .text-reset a:hover, a.text-reset:hover{
  color: #027269 !important;
}
.contact-form-wrapper{
  max-width: 800px;
  margin: 0 auto;
}
.input-wrap-row{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.mobile-header__menu ul{
  padding-left: 0;
}