@font-face {
  font-family: "Lato";
  src: local("Lato"), url("../fonts/latoregular.tff") format("ttf"), url("../fonts/latoregular.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: local("Lato"), url("../fonts/latobold.tff") format("ttf"), url("../fonts/latobold.woff") format("woff");
}
.priority_goals_bg {
  width: 100%;
  height: 800px;
  background-color: var(--grey-bg, #f3f3f3);
}
.priority_goals_bg .priority_goals__cards {
  display: flex;
  flex-direction: row;
}
.priority_goals_bg .priority_goals__cards .priority_goals__card {
  display: flex;
  width: 370px;
  height: 300px;
  padding: 50px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
  margin: 0 15px;
  border-radius: 15px;
  background-color: #fff;
}
.priority_goals_bg .priority_goals__cards .priority_goals__card:nth-child(1) {
  margin-left: 0;
}
.priority_goals_bg .priority_goals__cards .priority_goals__card p.heading {
  color: var(--black-grey, #1D1D1D);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.priority_goals_bg .priority_goals__cards .priority_goals__card p.text {
  color: var(--black-grey, #1D1D1D);
  font-family: "Lato";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

*,
body {
  margin: 0;
  padding: 0;
  font-family: "Lato";
}

.mobile {
  display: none;
}

.header-mock {
  width: 100%;
  height: 85px;
  position: absolute;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
}

header {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  background-color: #131313;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
}
header .header__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .header__wrapper .header__logo {
  flex: 1;
}
header .header__wrapper .header__mobile-nav-btn {
  display: none;
}
header .header__wrapper .header__mobile-nav {
  display: none;
}
header .header__wrapper .header__navigation {
  display: flex;
  padding-left: 110px;
  flex: 4;
  justify-content: space-between;
}
header .header__wrapper .header__navigation ul {
  width: 720px;
  display: flex;
  justify-content: space-between;
}
header .header__wrapper .header__navigation ul li {
  list-style-type: none;
}
header .header__wrapper .header__navigation ul li > a {
  color: #fff;
  text-decoration: none;
  color: var(--white-grey, #F7F7F7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 15px;
}
header .header__wrapper .header__navigation ul li > a:hover {
  text-decoration: underline;
  color: var(--pink, #CE3C87);
}
header .header__wrapper .header__language {
  flex: 1;
  display: flex;
  justify-content: end;
}
header .header__wrapper .header__language-dropdown {
  height: 85px;
  position: relative;
  display: flex;
  align-items: center;
}
header .header__wrapper .header__language-dropdown:hover .header__language-dropdown__fields {
  display: block;
  z-index: 45;
}
header .header__wrapper .header__language-dropdown:hover .header__language-dropdown__fields.hide {
  display: none;
}
header .header__wrapper .header__language-dropdown .header__language-dropdown__fields.hide {
  display: none;
}
header .header__wrapper .header__language-dropdown #language {
  color: #fff;
  margin-left: 5px;
  margin-right: 9px;
  display: inline-block;
  min-width: 21px;
  width: 21px;
}
header .header__wrapper .header__language-dropdown .header__language-dropdown__btn {
  width: 85px;
  display: flex;
  justify-content: space-around;
}
header .header__wrapper .header__language-dropdown .header__language-dropdown__fields {
  display: none;
  position: absolute;
  width: 100px;
  left: -20px;
  height: auto;
  min-height: 30px;
  bottom: -25px;
  z-index: 15;
  border-radius: 10px;
  background-color: #1d1d1d;
  box-shadow: 0px 0px 10px 0px rgba(79, 79, 79, 0.52);
}
header .header__wrapper .header__language-dropdown .header__language-dropdown__fields .header__language-dropdown__field {
  color: #fff;
  width: 100%;
  height: 52px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}
header .header__wrapper .header__language-dropdown .header__language-dropdown__fields .header__language-dropdown__field:hover {
  background-color: #434343;
  border-radius: 10px;
}
header .header__wrapper .header__language-dropdown .header__language-dropdown__fields .header__language-dropdown__field a {
  text-decoration: none;
  color: #fff;
}

header.absolute {
  position: absolute;
}

footer {
  width: 100%;
  height: 177px;
  display: flex;
  align-items: center;
  background-color: #131313;
  justify-content: space-between;
  flex-direction: row;
}
footer .footer-wrapper {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  height: 90px;
}
footer .footer-wrapper .footer-nav-copyright {
  flex: 5;
  padding-left: 95px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer-wrapper .footer-logo {
  flex: 2;
  color: var(--grey-link, #9C9C9C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-wrapper .footer-logo.desktop a img {
  margin-bottom: 7px;
}
footer .footer-wrapper a.footer-copyright {
  color: var(--grey-link, #9C9C9C);
  text-align: left;
  font-size: 14px;
}
footer .footer-wrapper .footer-copyright.mobile p {
  color: var(--grey-link, #9C9C9C);
  text-align: left;
  font-size: 14px;
  margin-top: 25px;
}
footer .footer-wrapper .footer-contacts {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 90px;
}
footer .footer-wrapper .footer-contacts a.privacy-policy {
  color: var(--grey-link, #9C9C9C);
}
footer .footer-wrapper .footer-contacts a.footer-copyright {
  color: var(--grey-link, #9C9C9C);
  text-align: center;
  font-size: 14px;
}
footer .footer-wrapper .footer-contacts a.footer-copyright a {
  display: block;
  color: var(--grey-link, #9C9C9C);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  width: 270px;
  margin-left: 250px;
}
footer .footer-wrapper .footer-contacts .footer-contacts-telegram:hover .footer-contacts-telegram-icon-outlined {
  display: block;
}
footer .footer-wrapper .footer-contacts .footer-contacts-telegram:hover .footer-contacts-telegram-icon {
  display: none;
}
footer .footer-wrapper .footer-contacts .footer-contacts-telegram-icon-outlined {
  display: none;
  height: 25px;
  margin-bottom: 4px;
}
footer .footer-wrapper .footer-contacts a {
  display: block;
  color: #fff;
  text-decoration: none;
}
footer .footer-wrapper .footer-contacts.mobile {
  display: none;
}
footer .footer-navigation.mobile {
  display: none;
}
footer .footer-navigation {
  display: flex;
  justify-content: center;
}
footer .footer-navigation ul {
  width: 630px;
  display: flex;
  justify-content: space-between;
}
footer .footer-navigation ul li {
  list-style-type: none;
}
footer .footer-navigation ul li > a {
  color: #fff;
  text-decoration: none;
  color: var(--white-grey, #F7F7F7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s color, -webkit-text-decoration 0.3s;
  transition: 0.3s color, text-decoration 0.3s;
  transition: 0.3s color, text-decoration 0.3s, -webkit-text-decoration 0.3s;
  padding: 5px 10px;
}
footer .footer-navigation ul li > a ::marker {
  display: none;
}
footer .footer-navigation ul li > a:hover {
  text-decoration: underline;
  color: var(--pink, #CE3C87);
}

.wrapper {
  width: 1400px;
  margin: 0 auto;
}

video {
  pointer-events: none;
}

video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}

h2 {
  color: var(--black-grey, #1d1d1d);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2.block_heading {
  padding-top: 100px;
  padding-bottom: 60px;
}

.advantages {
  width: 100%;
  height: 800px;
  box-sizing: border-box;
}
.advantages .advantages__cards {
  display: flex;
  flex-direction: row;
}
.advantages .advantages__cards .advantages__card {
  display: flex;
  width: 370px;
  height: 300px;
  padding: 55px 40px 60px 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  border-radius: 15px;
  background: var(--black-grey, linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #1D1D1D);
}
.advantages .advantages__cards .advantages__card:nth-child(1) {
  margin-left: 0;
}
.advantages .advantages__cards .advantages__card p.text {
  color: var(--white-grey, #F7F7F7);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.advantages .advantages__link.mobile {
  display: none;
}
.advantages .advantages__link {
  text-underline-offset: 4px;
  display: block;
  color: var(--black-grey, #1D1D1D);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  margin-top: 50px;
}
.advantages .advantages__link .advantages_arrow-pink {
  display: none;
  margin-left: 10px;
}
.advantages .advantages__link .advantages_arrow {
  margin-left: 10px;
}
.advantages .advantages__link .advantages_info_text {
  margin-right: 10px;
}
.advantages .advantages__link:hover {
  color: #CE3C87;
  text-decoration: underline;
}
.advantages .advantages__link:hover .advantages_arrow-pink {
  margin-left: 10px;
  display: inline-block;
}
.advantages .advantages__link:hover .advantages_arrow {
  display: none;
}

#lottie-animation {
  margin-top: 70px;
}

.control-capital {
  position: relative;
  width: 100%;
  height: 700px;
  background: var(--grey-bg, #F3F3F3);
}
.control-capital #lottie-animation-6 {
  display: none;
}
.control-capital #lottie-animation-2 {
  width: 618px;
}
.control-capital h2 {
  text-align: left;
  color: var(--black-grey, #1D1D1D);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
  padding-top: 100px;
}
.control-capital p.text {
  color: var(--black-grey, #1D1D1D);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-right: 50px;
}
.control-capital .control-capital__block {
  width: 50%;
  float: left;
  margin-top: 90px;
  gap: 40px;
}
.control-capital .control-capital__block:nth-child(2) {
  margin-top: 50px;
}
.control-capital .control-capital__block video {
  width: 100%;
}
.control-capital .arrow {
  float: left;
  cursor: pointer;
  margin-top: 40px;
}

.logo {
  width: 94px !important;
}

.about-us.mobile {
  display: none;
}

.about-us {
  display: inline-flex;
  padding: 100px 88px 120px 44px;
  align-items: flex-start;
  gap: 45px;
  box-sizing: border-box;
  width: 100%;
  height: 700px;
  background: #1d1d1d;
}
.about-us #lottie-animation-3 {
  width: 630px;
}
.about-us .about-us__heading-desktop {
  display: block;
}
.about-us .about-us__heading-mobile {
  display: none;
}
.about-us .about-us__blocks {
  display: flex;
  flex-direction: row;
}
.about-us .about-us__block {
  width: 50%;
  color: var(--white-grey, #E2E2E2);
}
.about-us .about-us__block:nth-child(2) p {
  padding-right: 100px;
  padding-left: 20px;
  font-size: 18px;
  color: var(--white-grey, #E2E2E2);
}
.about-us .about-us__block:nth-child(2) h2 {
  padding-left: 20px;
  text-align: left;
  margin-bottom: 40px;
}
.about-us .about-us__block img {
  width: 95%;
}
.about-us .about-us__block video {
  width: 95%;
}
.about-us h2 {
  color: #e2e2e2;
}

.desktop-v .contacts .contacts-form .form-labels.show {
  margin-top: 40px;
}

.en.mobile-v .contacts .contacts-form .form-labels:nth-child(4) {
  bottom: 105px;
}

.en.mobile-v .contacts .contacts-form .form-labels:nth-child(2) {
  bottom: 36px;
}

.en.mobile-v .contacts .contacts-form .form-labels.show {
  margin-top: 22px;
}

.en .contacts .contacts-form .form-labels:nth-child(4) {
  bottom: 120px;
}

.en .contacts .contacts-form .form-labels:nth-child(2) {
  bottom: 46px;
}

.en .contacts .contacts-form .form-labels.show {
  margin-top: 22px;
}

.contacts {
  width: 100%;
  height: 850px;
  background: #f3f3f3;
}
.contacts .contacts-form {
  margin-left: 235px;
  margin-top: 40px;
  display: flex;
  height: 190px;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 850px;
  border-radius: 15px;
  background: var(--black-grey, linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #1D1D1D);
}
.contacts .contacts-form form {
  width: 100%;
}
.contacts .contacts-form .contacts-form__fields-wrapper {
  display: flex;
  flex-direction: row;
}
.contacts .contacts-form .contacts-form__fields {
  display: flex;
  flex-direction: column;
  width: 50%;
  position: relative;
}
.contacts .contacts-form .contacts-form__fields textarea {
  width: 410px;
  height: 105px;
  flex-shrink: 0;
  border-radius: 10px;
  font-size: 16px;
  background: #f3f3f3;
  outline: none;
  border: 1px solid transparent;
  padding-top: 15px;
  padding-left: 15px;
}
.contacts .contacts-form .contacts-form__fields textarea:focus {
  border: 1px solid var(--pink, #CE3C87);
}
.contacts .contacts-form button[type=submit] {
  width: 425px;
  height: 50px;
  padding: 13px 36px 17px 36px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  background: var(--pink, #CE3C87);
  font-size: 18px;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
.contacts .contacts-form button[type=submit]:hover {
  background: var(--dark-pink, #AC2B6D);
}
.contacts .contacts-form .forms {
  display: block;
  margin-bottom: 15px;
}
.contacts .contacts-form .forms input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.contacts .contacts-form .forms label {
  position: relative;
  cursor: pointer;
}
.contacts .contacts-form .forms label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 17px;
  border-radius: 3px;
}
.contacts .contacts-form .forms input:checked + label:after {
  content: url("../images/checkbox.svg");
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 14px;
}
.contacts .contacts-form label.agreement {
  color: #fff;
  text-align: left;
  float: left;
}
.contacts .contacts-form label.agreement a {
  color: var(--pink, #CE3C87);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  display: block;
  margin-left: 5px;
}
.contacts .contacts-form label.agreement a:nth-child(3) {
  margin-left: 40px;
}
.contacts .contacts-form label.agreement a span.en {
  margin-left: 0;
}
.contacts .contacts-form label.agreement a.float-agreement {
  float: right;
  display: block;
}
.contacts .contacts-form label.agreement a.en {
  margin-left: 10px;
  display: inline;
}
.contacts .contacts-form .contacts-form__fields-btn-submit {
  width: 410px;
  height: 50px;
  padding: 13px 36px 17px 36px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  background: var(--pink, #CE3C87);
  margin-top: 20px;
}
.contacts .contacts-form .contacts-form__fields-btn-submit:hover {
  background: var(--dark-pink, #AC2B6D);
}
.contacts .contacts-form .form-labels {
  position: absolute;
  display: none;
  color: var(--red, #D60027);
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 3px;
  margin-bottom: 5px;
}
.contacts .contacts-form .form-labels.show {
  display: block;
}
.contacts .contacts-form .en #form-name-label {
  bottom: 48px;
}
.contacts .contacts-form .en #form-email-label {
  bottom: 120px;
}
.contacts .contacts-form .form-labels:nth-child(2) {
  bottom: 56px;
}
.contacts .contacts-form .form-labels:nth-child(4) {
  bottom: 128px;
}
.contacts .contacts-form .en .form-labels:nth-child(2) {
  bottom: 48px;
}
.contacts .contacts-form .en .form-labels:nth-child(4) {
  bottom: 120px;
}
.contacts .contacts-form .contacts-form__field {
  width: 400px;
  height: 50px;
  outline: none;
  text-indent: 15px;
  color: #1d1d1d;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  background: #f3f3f3;
  border: 1px solid transparent;
}
.contacts .contacts-form .contacts-form__field:focus {
  border: 1px solid var(--pink, #CE3C87);
}
.contacts .contacts__wall-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  padding-left: 340px;
}
.contacts h2 {
  padding-top: 100px;
}

.action-btn {
  width: 250px;
  padding: 15px 36px 19px 36px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  background: var(--pink, #CE3C87);
  color: #fff;
  border: none;
  cursor: pointer;
  color: var(--white, #FFF);
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}
.action-btn:hover {
  background: var(--dark-pink, #AC2B6D);
}

.terms-action-btn {
  width: 235px;
  display: block;
  padding: 0;
  height: 52px;
  text-align: center;
  line-height: 48px;
}

.action-btn.mobile {
  display: none;
}

.start {
  width: 100%;
  height: 835px;
}
.start .start__blocks {
  display: flex;
  flex-direction: row;
}
.start .start__blocks .start__block {
  width: 50%;
}
.start .start__blocks .start__block h1 {
  padding-top: 190px;
  color: var(--black-grey, #1D1D1D);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 69px;
}
.start .start__blocks .start__block video {
  width: 100%;
  padding-top: 80px;
}
.start .start__blocks .start__block p.text {
  color: var(--black-grey, #1D1D1D);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 26px */
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#crypto-lottie-terms {
  margin-top: 10px;
}

#crypto-lottie-strategy {
  margin-top: 80px;
}

.pink-bg-wall.first {
  margin-right: 30px;
}

.pink-bg-wall {
  background-image: url("../images/pink-bg-btn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 330px;
  height: 220px;
  padding: 30px 40px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  box-sizing: border-box;
}
.pink-bg-wall:hover {
  background: #131313;
  border-radius: 12px;
}
.pink-bg-wall p.text {
  color: var(--white-grey, #F7F7F7);
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
.pink-bg-wall p.bold.text {
  font-weight: 700;
  font-size: 24px;
}
.pink-bg-wall a {
  display: block;
  color: var(--white-grey, #F7F7F7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.pink-bg-wall-a {
  text-decoration: none;
}

.strategies {
  height: auto;
  padding-bottom: 100px;
  background: #1D1D1D;
  padding-top: 85px;
}
.strategies .strategies-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.strategies .strategies-wrapper .strategies-wrapper_block {
  width: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strategies .strategies-wrapper .strategies-wrapper_block p {
  color: var(--white-grey, #E2E2E2);
}
.strategies .strategies-wrapper .strategies-wrapper_block .action-btn {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  box-sizing: border-box;
}
.strategies .strategies-wrapper .strategies-wrapper_block h2 {
  color: var(--white-grey, #E2E2E2);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.strategies .strategies-wrapper .strategies-wrapper_block h1.mobile {
  display: none;
}
.strategies .strategies-wrapper .strategies-wrapper_block h1 {
  color: var(--white-grey, #F7F7F7);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 80px;
}
.strategies .strategies-wrapper .strategies-wrapper_block h1.mobile {
  display: none;
}
.strategies .strategies-wrapper .strategies-wrapper_block img.logo {
  padding-top: 80px;
}
.strategies .strategies-wrapper .strategies-wrapper_block .custom-table {
  width: 370px;
  height: auto;
}
.strategies .strategies-wrapper .strategies-wrapper_block .custom-table .custom-table-cell {
  box-sizing: border-box;
  color: #e2e2e2;
  border: 0.5px solid var(--grey-link, #9C9C9C);
  border-bottom: 0.5px solid var(--grey-link, #9C9C9C);
  float: left;
  padding: 4px 5px;
}
.strategies .strategies-wrapper .strategies-wrapper_block .custom-table .custom-table-cell:nth-child(1n) {
  min-width: 220px;
}
.strategies .strategies-wrapper .strategies-wrapper_block .custom-table .custom-table-cell:nth-child(2n) {
  min-width: 150px;
}

.terms {
  height: 800px;
  min-height: 100vh;
  background: #1d1d1d;
  padding-top: 85px;
}
.terms .terms-blocks {
  display: flex;
  flex-direction: row;
}
.terms .terms-blocks .terms-block {
  width: 50%;
}
.terms .terms-blocks .terms-block #crypto-lottie-terms {
  width: 640px;
}
.terms .terms-blocks .terms-block:nth-child(2) {
  width: 50%;
}
.terms .terms-blocks .terms-block video {
  width: 100%;
  padding-top: 80px;
}
.terms .terms-blocks .terms-block .action-btn {
  width: 250px;
}
.terms .terms-blocks .terms-block .buttons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 400px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.terms .terms-blocks .terms-block .buttons-wrapper .download-btn {
  cursor: pointer;
  display: flex;
  border-radius: 15px;
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  color: var(--white-grey, #F7F7F7);
  text-decoration: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid transparent;
}
.terms .terms-blocks .terms-block .buttons-wrapper .download-btn:hover {
  border: 1px solid var(--pink, #CE3C87);
}
.terms .terms-blocks .terms-block .buttons-wrapper .download-btn img {
  margin-right: 10px;
}
.terms .terms-blocks .terms-block h1 {
  color: var(--white-grey, #F7F7F7);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
  padding-top: 105px;
}
.terms .terms-blocks .terms-block p.text {
  color: var(--white-grey, #F7F7F7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.002%;
}

body.hidden {
  overflow: hidden;
  position: fixed;
}

/* At the top level of your code */
@media screen and (min-width: 300px) and (max-width: 450px) {
  .contacts .contacts-form .form-labels.show {
    margin-top: 40px;
  }
  body.android .strategies .strategies-wrapper .strategies-wrapper_block .custom-table .custom-table-cell {
    font-size: 11px;
    min-width: 48%;
    width: 48%;
    padding: 3px;
    border-left: 1px solid var(--grey-link, #9C9C9C);
  }
  body.android .strategies .strategies-wrapper .strategies-wrapper_block .custom-table .custom-table-cell:nth-child(2n) {
    border-right: 1px solid var(--grey-link, #9C9C9C);
  }
  body.android .contacts .contacts-form label.agreement a {
    font-size: 14px;
  }
  body.android .contacts .contacts-form label.agreement {
    font-size: 14px;
  }
  body.android .contacts__wall-wrapper .pink-bg-wall {
    margin-left: 5%;
    width: 90%;
    height: 200px;
  }
  body.android .contacts .contacts-form .form-labels.show {
    margin-top: 45px;
  }
  body.android .contacts .contacts-form .form-labels:nth-child(4) {
    bottom: 124px;
  }
  body.android .contacts .contacts-form .contacts-form__fields-wrapper .contacts-form__fields:nth-child(2) {
    margin-top: 10px;
  }
  body.en.android .contacts .contacts-form .form-labels.show#form-agreement-label {
    margin-top: 27px;
  }
  body.en.android .contacts .contacts-form .form-labels:nth-child(4) {
    bottom: 105px;
  }
  body.en.android .contacts .contacts-form .form-labels:nth-child(2) {
    bottom: 34px;
  }
  body.en.android .contacts .contacts-form .contacts-form__fields-wrapper .contacts-form__fields:nth-child(2) {
    margin-top: 10px;
  }
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  header {
    position: relative;
    z-index: 26;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
  }
  header .logo {
    width: 64px !important;
    margin-left: 10px;
  }
  header .header__wrapper .header__navigation {
    display: none;
  }
  header .header__wrapper .header__language-dropdown:hover .header__language-dropdown__fields {
    display: block;
  }
  header .header__wrapper .header__language-dropdown:active .header__language-dropdown__fields {
    display: block;
  }
  header .header__wrapper .header__language-dropdown:active .header__language-dropdown__fields.hide {
    display: none;
  }
  header .header__wrapper .header__language-dropdown:hover .header__language-dropdown__fields, header .header__wrapper .header__language-dropdown:focus .header__language-dropdown__fields, header .header__wrapper .header__language-dropdown:active .header__language-dropdown__fields {
    display: block;
  }
  header .header__wrapper .header__mobile-nav-btn {
    display: block;
    margin-left: 10px;
    z-index: 27;
    margin-right: 10px;
  }
  header .header__wrapper .header__mobile-nav-btn path {
    transition: 0.5s transform;
  }
  header .header__wrapper .header__mobile-nav.show {
    right: 0;
  }
  header .header__wrapper .header__mobile-nav-btn.show svg path:nth-child(1) {
    transform: rotate(317deg) translate(-9px, 7px);
  }
  header .header__wrapper .header__mobile-nav-btn.show svg path:nth-child(2) {
    transform: rotate(224deg) translate(-27px, 2px);
  }
  header .header__wrapper .overlay {
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 85px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 25;
    transition: visibility 0.5s, opacity 0.5s;
  }
  header .header__wrapper .show.overlay {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s;
    overflow: hidden;
  }
  header .header__wrapper .header__mobile-nav {
    display: block;
    position: fixed;
    top: 80px;
    z-index: 26;
    right: -200px;
    width: 200px;
    height: 100vh;
    background-color: #131313;
    transition: 0.5s right ease-in-out;
    padding: 20px;
    box-sizing: border-box;
  }
  header .header__wrapper .header__mobile-nav ul {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  header .header__wrapper .header__mobile-nav ul li {
    list-style-type: none;
    margin: 15px 0;
  }
  header .header__wrapper .header__mobile-nav ul li > a {
    color: #fff;
    text-decoration: none;
    color: var(--white-grey, #F7F7F7);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s color ease-in-out;
  }
  header .header__wrapper .header__mobile-nav ul li > a:hover {
    color: var(--pink, #CE3C87);
  }
  .start.en {
    height: 765px;
  }
  .start {
    height: 835px;
  }
  .start .start__blocks {
    flex-direction: column;
  }
  .start .start__blocks .start__block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .start .start__blocks .start__block h1 {
    padding-top: 50px;
    font-size: 30px;
    line-height: 33px;
  }
  .start .start__blocks .start__block p.text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
  .start .start__blocks .start__block .action-btn {
    display: none;
  }
  .start .start__blocks .start__block .action-btn.mobile {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
  }
  .priority_goals_bg {
    height: auto;
    padding-bottom: 70px;
  }
  .priority_goals_bg h2.block_heading {
    font-size: 28px;
    padding-top: 60px;
    padding-bottom: 15px;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    line-height: 38px;
  }
  .priority_goals_bg h2.block_heading br {
    display: none;
  }
  .priority_goals_bg .priority_goals__cards {
    flex-direction: column;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card {
    width: calc(100% - 40px);
    padding: 30px 20px;
    box-sizing: border-box;
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    gap: 20px;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card:nth-child(1) {
    margin-left: 20px;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card:nth-child(2) {
    margin-top: 35px;
    padding-bottom: 55px;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card:nth-child(3) {
    margin-top: 30px;
    padding-bottom: 75px;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card p.heading {
    font-size: 20px;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card p.text {
    font-size: 16px;
    line-height: 20px;
  }
  .advantages {
    height: auto;
    padding: 20px;
  }
  .advantages h2.block_heading {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 28px;
  }
  .advantages .advantages__link {
    width: 100%;
    display: none;
  }
  .advantages .advantages__link.mobile {
    display: block;
    width: calc(100% - 90px);
    margin-left: 45px;
    margin-right: 45px;
    margin-bottom: 60px;
    margin-top: 40px;
  }
  .advantages .advantages__link.mobile .advantages_arrow-pink {
    display: block;
    float: right;
    margin: 5px 45px 0 -80px;
  }
  .advantages .advantages__cards {
    flex-direction: column;
  }
  .advantages .advantages__cards .advantages__card {
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0 0 0;
  }
  .advantages .advantages__cards .advantages__card:nth-child(1) {
    margin-top: 0;
  }
  .advantages .advantages__cards .advantages__card p.text {
    font-size: 19px;
  }
  .advantages .advantages__cards .advantages__card img {
    width: 100%;
  }
  .android .advantages .advantages__link.mobile .advantages_arrow-pink {
    display: none;
  }
  .ios .advantages .advantages__link.mobile .advantages_arrow-pink {
    display: none;
  }
  .control-capital {
    height: auto;
    min-height: 745px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .control-capital .control-capital__block {
    width: 100%;
    margin-top: 0;
  }
  .control-capital .control-capital__block #lottie-animation-2 {
    display: none;
  }
  .control-capital .control-capital__block #lottie-animation-6 {
    display: block;
  }
  .control-capital .control-capital__block #lottie-animation-2 {
    width: 100%;
  }
  .control-capital .control-capital__block img {
    width: 100%;
  }
  .control-capital .control-capital__block video {
    width: 100%;
  }
  .control-capital h2 {
    text-align: center;
    font-size: 28px;
    padding-top: 50px;
    margin-bottom: 0px;
  }
  .control-capital p.text {
    margin-right: 0;
    font-size: 16px;
    line-height: 19px;
  }
  .control-capital .control-capital {
    min-height: 745px;
  }
  #lottie-animation {
    margin-top: 0;
  }
  .about-us {
    position: relative;
    padding: 20px;
    height: 900px;
  }
  .about-us #lottie-animation-3 {
    width: 100%;
  }
  .about-us .about-us__blocks {
    flex-direction: column;
  }
  .about-us .about-us__heading-desktop {
    display: none;
  }
  .about-us .about-us__block {
    width: 100%;
  }
  .about-us .about-us__block .about-us__heading-mobile {
    display: block;
    font-size: 28px;
    padding-top: 45px;
  }
  .about-us .about-us__block:nth-child(2) p {
    padding: 0;
    font-size: 16px;
  }
  .about-us .about-us__block:nth-child(2) p:nth-child(2) {
    margin-top: 20px;
  }
  .about-us__heading-desktop {
    display: none;
  }
  .about-us__heading-mobile {
    display: block;
  }
  .about-us.mobile {
    width: 100%;
    left: 0;
    padding: 20px 20px 70px 20px;
    border-radius: 15px;
    display: none;
    bottom: 0;
  }
  .about-us.mobile h2 {
    text-align: center;
  }
  .about-us.mobile .about-us__blocks {
    flex-direction: column;
    display: block;
  }
  .about-us.mobile .about-us__blocks .about-us__block {
    width: 100%;
  }
  .about-us.mobile .about-us__blocks .about-us__block img {
    width: 100%;
  }
  .about-us.mobile .about-us__blocks .about-us__block video {
    width: calc(100vw - 40px);
  }
  .contacts {
    height: auto;
    padding-bottom: 70px;
  }
  .contacts h2 {
    padding-top: 70px;
    font-size: 28px;
  }
  .contacts .contacts-form {
    height: 480px;
    width: 100%;
    margin-left: 0;
    padding: 20px;
    box-sizing: border-box;
  }
  .contacts .contacts-form form {
    width: 100%;
  }
  .contacts .contacts-form button[type=submit] {
    width: 100%;
  }
  .contacts .contacts-form .contacts-form__fields-wrapper {
    flex-direction: column;
  }
  .contacts .contacts-form .contacts-form__fields-wrapper .contacts-form__fields {
    width: 100%;
  }
  .contacts .contacts-form .contacts-form__fields-wrapper .contacts-form__fields .contacts-form__field {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .contacts .contacts-form .contacts-form__fields-wrapper .contacts-form__fields #form-email {
    margin-top: 0;
  }
  .contacts .contacts-form .contacts-form__fields-wrapper .contacts-form__fields textarea {
    width: calc(100% - 15px);
    padding-bottom: 10px;
  }
  .contacts .contacts__wall-wrapper {
    padding: 0;
    flex-direction: column;
  }
  .contacts .contacts__wall-wrapper .pink-bg-wall {
    margin-left: calc(50% - 175px);
    margin-top: 20px;
    width: 350px;
    height: 200px;
  }
  .contacts .contacts__wall-wrapper .pink-bg-wall-a:nth-child(1) .pink-bg-wall {
    margin-top: 0;
  }
  footer {
    height: 445px;
    padding: 20px;
    box-sizing: border-box;
  }
  footer .footer-wrapper {
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
  }
  footer .footer-wrapper .footer-nav-copyright {
    display: none;
  }
  footer .footer-wrapper .footer-navigation ul {
    width: 100%;
  }
  footer .footer-wrapper .desktop {
    display: none;
  }
  footer .footer-wrapper .mobile {
    display: block;
  }
  footer .footer-wrapper img {
    width: 60px !important;
  }
  footer .footer-wrapper .footer-navigation {
    flex: 1;
    max-height: 200px;
  }
  footer .footer-wrapper .footer-navigation ul {
    flex-direction: column;
    justify-content: space-between;
    height: 92%;
  }
  footer .footer-wrapper .footer-navigation ul li {
    list-style-type: none;
  }
  footer .footer-wrapper .footer-navigation ul li > a {
    font-size: 18px;
    padding: 0;
  }
  footer .footer-wrapper .footer-copyright {
    text-align: left;
    margin-top: 0;
    text-decoration: none;
  }
  footer .footer-wrapper .footer-copyright a {
    margin-left: 0;
  }
  footer .footer-wrapper .footer-contacts {
    flex: 0;
  }
  footer .footer-wrapper .footer-contacts.mobile {
    display: block;
    font-size: 14px;
    margin-top: -13px;
  }
  .strategies {
    padding-bottom: 50px;
  }
  .strategies .strategies-wrapper {
    flex-direction: column;
    padding: 20px;
  }
  .strategies .strategies-wrapper .strategies-wrapper_block {
    width: 100%;
  }
  .strategies .strategies-wrapper .strategies-wrapper_block h1 {
    display: none;
  }
  .strategies .strategies-wrapper .strategies-wrapper_block h1.mobile {
    display: block;
    font-size: 30px;
    padding-top: 35px;
  }
  .strategies .strategies-wrapper .strategies-wrapper_block h2 {
    font-size: 20px;
    padding-top: 25px;
  }
  .strategies .strategies-wrapper .strategies-wrapper_block .custom-table {
    width: 100%;
    font-size: 13px;
  }
  .strategies .strategies-wrapper .strategies-wrapper_block .custom-table .custom-table-cell:nth-child(1n) {
    min-width: 50%;
    width: 50%;
    font-size: 12px;
    padding: 3px 5px;
  }
  .strategies .strategies-wrapper .strategies-wrapper_block .custom-table .custom-table-cell:nth-child(2n) {
    min-width: 50%;
    width: 50%;
    font-size: 12px;
    padding: 3px 5px;
  }
  .strategies .strategies-wrapper .strategies-wrapper_block .custom-table .cell {
    width: 50%;
    font-size: 13px;
  }
  .strategies .strategies-wrapper .action-btn {
    width: 100%;
  }
  .terms {
    padding-bottom: 50px;
    height: auto;
  }
  .terms .terms-blocks {
    flex-direction: column;
  }
  .terms .terms-blocks .terms-block {
    width: 100%;
    padding-left: 0;
  }
  .terms .terms-blocks .terms-block #crypto-lottie-terms {
    width: 100%;
  }
  .terms .terms-blocks .terms-block h1 {
    display: none;
    padding-top: 40px;
  }
  .terms .terms-blocks .terms-block h1.mobile {
    display: block;
    font-size: 30px;
    padding-left: 20px;
    padding-top: 55px;
  }
  .terms .terms-blocks .terms-block video {
    width: 100vw;
  }
  .terms .terms-blocks .terms-block .buttons-wrapper {
    width: 94%;
  }
  .terms .terms-blocks .terms-block p.text {
    font-size: 16px;
  }
  .terms .terms-blocks .terms-block .buttons-wrapper .download-btn {
    font-size: 18px;
    padding-left: 0;
  }
  .terms .terms-blocks .terms-block .action-btn {
    width: 100%;
  }
  .terms .terms-blocks .terms-block:nth-child(2) {
    padding-top: 0;
    padding-left: 0;
    padding: 20px;
    width: calc(100% - 40px);
  }
}
video {
  -webkit-clip-path: inset(1px 1px);
          clip-path: inset(1px 1px);
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .wrapper {
    width: 100%;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card {
    height: auto;
  }
  .contacts .contacts__wall-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .start .start__blocks .start__block h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .start {
    height: auto;
    padding: 20px;
    box-sizing: border-box;
  }
  .start .start__blocks {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .start .start__blocks .start__block {
    width: 100%;
  }
  .start .start__blocks .start__block h1 {
    padding-top: 50px;
  }
  .start .start__blocks .start__block:nth-child(2) {
    width: 70%;
    margin-left: 15%;
  }
  .priority_goals_bg {
    height: auto;
  }
  .priority_goals_bg .priority_goals__cards {
    flex-direction: column;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card {
    margin-left: calc(50% - 195px);
    margin-bottom: 25px;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card:nth-child(1) {
    margin-left: calc(50% - 195px);
  }
  .advantages {
    height: auto;
    padding-bottom: 40px;
  }
  .advantages .advantages__cards {
    flex-direction: column;
  }
  .advantages .advantages__cards .advantages__card {
    margin-bottom: 25px;
    margin-left: calc(50% - 210px);
  }
  .advantages .advantages__cards .advantages__card:nth-child(1) {
    margin-left: calc(50% - 210px);
  }
  .advantages__card img {
    height: 250px;
  }
  .about-us .about-us__blocks {
    flex-direction: column;
  }
  .about-us .about-us__blocks .about-us__block {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wrapper {
    width: 100%;
  }
  header {
    padding: 0 20px;
    box-sizing: border-box;
  }
  header .header__wrapper .header__navigation ul {
    width: 100%;
  }
  header .header__wrapper .header__navigation li {
    list-style-type: none;
  }
  header .header__wrapper .header__navigation .header__navigation ul li > a {
    font-size: 14px;
  }
  .advantages {
    height: auto;
    padding-bottom: 40px;
  }
  .about-us {
    position: relative;
    left: 0;
    bottom: -30px;
    width: 100%;
    padding-bottom: 70px;
  }
  .about-us h2 {
    text-align: center;
  }
  .control-capital {
    height: auto;
    padding: 20px;
    box-sizing: border-box;
  }
  .control-capital .control-capital__block {
    margin-top: 30px;
  }
  .control-capital h2 {
    text-align: center;
  }
  .control-capital p.text {
    margin-right: 0;
  }
  .contacts {
    padding-bottom: 150px;
    height: auto;
  }
  .contacts h2 {
    padding-top: 50px;
  }
  .contacts .contacts-form {
    width: 90%;
    margin-left: 0;
  }
  .contacts .contacts-form form {
    width: 100%;
  }
  .contacts .contacts-form button[type=submit] {
    width: 90%;
  }
  .contacts .contacts-form .contacts-form__fields .contacts-form__field {
    width: 90%;
  }
  .contacts .contacts-form .contacts-form__fields textarea {
    width: 90%;
  }
  .contacts .contacts__wall-wrapper {
    padding: 0;
  }
  .strategies .strategies-wrapper {
    width: 100%;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
  }
  .strategies .strategies-wrapper .strategies-wrapper_block {
    width: 100%;
  }
  .terms {
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 70px;
  }
  .terms .terms-blocks {
    flex-direction: column;
  }
  .terms .terms-blocks .terms-block {
    width: 100%;
  }
  .terms .terms-blocks .terms-block:nth-child(2) {
    padding: 0;
    width: 100%;
  }
  .terms .terms-blocks .terms-block:nth-child(2) h1 {
    padding-top: 50px;
  }
  .terms .terms-blocks .action-btn {
    width: 100%;
  }
  footer .footer-wrapper {
    width: 100%;
  }
  footer .footer-wrapper .footer-contacts.mobile {
    display: block;
  }
  footer .footer-wrapper .footer-logo.mobile {
    display: none;
  }
  footer .footer-wrapper .footer-nav-copyright.desktop {
    display: none;
  }
  footer .footer-wrapper .footer-contacts.desktop {
    display: none;
  }
  footer .footer-wrapper .footer-copyright a {
    margin-left: 0;
  }
  footer .footer-wrapper .footer-navigation.mobile {
    display: block;
    flex: 1;
    max-height: 200px;
    width: 25%;
    margin-left: 30px;
  }
  footer .footer-wrapper .footer-navigation.mobile ul {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  footer .footer-wrapper .footer-navigation.mobile ul li {
    list-style-type: none;
  }
  footer .footer-wrapper .footer-navigation.mobile ul li > a {
    font-size: 18px;
    padding: 0;
  }
  footer .footer-wrapper .footer-copyright {
    margin-top: 0;
  }
  footer .footer-wrapper .footer-logo.desktop {
    display: none;
  }
  footer .mobile {
    display: block;
  }
  footer footer .footer-wrapper .footer-contacts.desktop {
    display: none;
  }
}
@media screen and (min-width: 2000px) and (max-width: 4180px) {
  .terms {
    min-height: calc(100vh - 250px);
  }
  .terms .terms-blocks {
    height: 75vh;
    align-items: center;
  }
  .strategies {
    min-height: calc(100vh - 250px);
  }
  .strategies .strategies-wrapper {
    min-height: 75vh;
    align-items: center;
  }
}
@media screen and (min-width: 1300px) and (max-width: 4100px) {
  #navigation_about_us-li {
    width: 72px;
  }
  #navigation_contact_us-li {
    width: 156px;
  }
  #navigation_about_us-li a {
    width: 72px;
  }
  #navigation_contact_us-li a {
    width: 156px;
  }
  .en #navigation_about_us-li {
    width: 94px;
  }
  .en #navigation_contact_us-li {
    width: 106px;
  }
  .en #navigation_strategy-li {
    width: 102px;
  }
  .en #navigation_terms-li {
    width: 74px;
  }
  .en #navigation_advantages-li {
    width: 113px;
  }
  #navigation_contact_us-li a {
    width: 156px;
  }
  .en #navigation_about_us-li a {
    width: 94px;
  }
  .en #navigation_contact_us-li a {
    width: 106px;
  }
  .en #navigation_strategy-li a {
    width: 102px;
  }
  .en #navigation_terms-li a {
    width: 74px;
  }
  .en #navigation_advantages-li a {
    width: 113px;
  }
  header .header__wrapper .header__navigation ul li > a {
    display: inline-block;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1450px) {
  .wrapper {
    width: 1300px;
  }
  .contacts .contacts-form {
    margin-left: calc(50% - 470px);
  }
  .contacts .contacts__wall-wrapper {
    padding-left: 290px;
  }
  header .header__wrapper {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .start .start__blocks {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .control-capital .wrapper {
    padding: 0 25px;
    box-sizing: border-box;
  }
  footer .footer-wrapper {
    width: 1300px;
  }
  .advantages__card img {
    height: 205px;
  }
}
@media screen and (min-width: 850px) and (max-width: 1300px) {
  .wrapper {
    width: 1300px;
  }
  header .header__wrapper {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .start .start__blocks {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .control-capital .wrapper {
    padding: 0 25px;
    box-sizing: border-box;
  }
  footer .footer-wrapper {
    width: 1300px;
  }
  .advantages__card img {
    height: 205px;
  }
  .about-us {
    height: auto;
    min-height: 700px;
    padding-right: 44px;
  }
  .about-us .about-us__block:nth-child(2) p {
    padding-right: 0;
  }
  .contacts .contacts-form {
    margin-left: calc(50% - 425px);
  }
  .contacts .contacts__wall-wrapper {
    padding-left: calc(50% - 325px);
  }
  .about-us #lottie-animation-3 {
    width: 100%;
  }
  header .header__wrapper .header__navigation {
    padding-left: 10px;
  }
  .advantages .advantages__cards .advantages__card img {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .priority_goals {
    padding: 0 25px;
  }
  .advantages .advantages__cards {
    padding: 0 25px;
  }
  .advantages__card img {
    height: 180px;
  }
  .about-us .about-us__block:nth-child(2) p {
    padding-right: 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }
  .advantages .advantages__cards .advantages__card {
    width: 25%;
    padding: 40px 30px 40px 30px;
  }
  .advantages .advantages__cards .advantages__card p.text {
    font-size: 18px;
  }
  .control-capital #lottie-animation-2 {
    width: 100%;
  }
  .contacts .contacts-form {
    margin-left: calc(50% - 450px);
  }
  .contacts .contacts__wall-wrapper {
    padding-left: calc(50% - 345px);
  }
  .start {
    height: auto;
    min-height: 670px;
  }
  .start .start__blocks .start__block h1 {
    font-size: 3.5vh;
    padding-top: 70px;
  }
  .start .start__blocks .start__block p.text {
    font-size: 16px;
  }
  .advantages__card img {
    height: 180px;
  }
  .advantages .advantages__cards .advantages__card {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card {
    padding: 25px;
  }
  .contacts .contacts-form {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    height: auto;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card {
    height: auto;
  }
  .control-capital {
    min-height: 630px;
  }
  .about-us #lottie-animation-3 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 850px) {
  header .header__wrapper .header__navigation {
    padding-left: 0;
  }
  header .header__wrapper .header__navigation ul li > a {
    font-size: 12px;
  }
  .contacts .contacts__wall-wrapper {
    padding-left: calc(50% - 355px);
  }
  .about-us {
    height: auto;
    min-height: 700px;
    padding-right: 40px;
  }
  .control-capital #lottie-animation-2 {
    width: 100%;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card p.heading {
    font-size: 20px;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card p.text {
    font-size: 16px;
  }
  .about-us .about-us__block:nth-child(2) p {
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 4000px) {
  .safari .advantages .advantages__cards .advantages__card img {
    height: 200px;
  }
}
@media screen and (min-width: 1190px) and (max-width: 1200px) {
  .chrome.ipad .wrapper {
    width: 100%;
  }
  .chrome.ipad .advantages .advantages__cards .advantages__card {
    padding: 35px 0px 30px 0px;
  }
  .chrome.ipad .control-capital #lottie-animation-2 {
    width: 100%;
  }
  .chrome.ipad .contacts .contacts__wall-wrapper {
    padding-left: calc(50% - 350px);
  }
  .chrome.ipad footer .footer-wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .chrome.ipad .priority_goals_bg .priority_goals__cards .priority_goals__card p.heading {
    font-size: 22px;
  }
  .chrome.ipad .priority_goals_bg .priority_goals__cards .priority_goals__card p.text {
    font-size: 16px;
  }
  .chrome.ipad .strategies .strategies-wrapper .strategies-wrapper_block p {
    font-size: 14px;
  }
  .chrome.ipad .strategies .strategies-wrapper .strategies-wrapper_block {
    width: 48%;
  }
  .chrome.ipad .terms .terms-blocks .terms-block {
    width: 47%;
  }
  .chrome.ipad .terms .terms-blocks .terms-block:nth-child(2) {
    width: 47%;
  }
  .chrome.ipad .terms .terms-blocks .terms-block #crypto-lottie-terms {
    width: 560px;
  }
  .chrome.ipad .start .start__blocks .start__block h1 {
    font-size: 52px;
  }
  .chrome.ipad .strategies .strategies-wrapper {
    padding: 0 20px 0 35px;
  }
  .chrome.ipad #terms-player {
    margin-left: 27px;
  }
  .chrome.ipad .contacts .contacts-form {
    margin: 0 auto;
    margin-top: 40px;
  }
  .chrome.ipad .priority_goals_bg .priority_goals__cards .priority_goals__card:last-child {
    margin-right: 0;
  }
  .chrome.ipad .advantages .advantages__cards .advantages__card:nth-child(3) {
    margin-right: 0;
  }
  .chrome.ipad .advantages .advantages__cards .advantages__card img {
    height: 180px;
  }
  .chrome.ipad .advantages .advantages__cards .advantages__card {
    padding: 35px 15px 30px 15px;
  }
  .chrome.ipad .footer-wrapper .footer-logo.desktop {
    white-space: nowrap;
  }
  .chrome.ipad.crios .contacts .contacts-form .form-labels {
    margin-top: 48px;
  }
  .chrome.ipad.crios .start .start__blocks .start__block h1 {
    line-height: 55px;
  }
  .chrome.ipad.crios footer .footer-wrapper .footer-contacts a.footer-copyright {
    position: absolute;
    bottom: -34px;
    left: -50px;
  }
  .chrome.ipad.crios footer .footer-wrapper .footer-contacts {
    position: relative;
  }
  .chrome.ipad.crios .advantages .advantages__cards .advantages__card p.text {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .chrome.ipad.crios .contacts .contacts-form .contacts-form__fields textarea {
    width: 370px;
  }
  .chrome.ipad.crios .contacts .contacts-form button[type=submit] {
    width: 390px;
  }
  .chrome.ipad.crios .contacts .contacts-form {
    padding-right: 20px;
    width: 820px;
  }
  .chrome.ipad.crios footer .footer-wrapper .footer-contacts {
    height: 60px;
  }
  .chrome.ipad.crios.en.mobile-v footer .footer-wrapper .footer-contacts a.footer-copyright {
    position: static;
  }
  .chrome.ipad.crios.en.mobile-v .contacts .contacts-form .form-labels:nth-child(4) {
    bottom: 120px;
  }
  .chrome.ipad.crios.en.mobile-v .contacts .contacts-form .form-labels:nth-child(2) {
    bottom: 49px;
  }
  .chrome.ipad.crios.en.mobile-v .contacts .contacts-form .form-labels {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1279px) and (max-width: 1290px) {
  .advantages .advantages__cards .advantages__card {
    padding: 50px 20px 50px 20px;
  }
  .wrapper {
    width: 100%;
  }
  .advantages .advantages__cards .advantages__card {
    padding: 35px 20px 30px 0px;
  }
  .control-capital #lottie-animation-2 {
    width: 100%;
  }
  .contacts .contacts__wall-wrapper {
    padding-left: calc(50% - 320px);
  }
  footer .footer-wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card p.heading {
    font-size: 22px;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card p.text {
    font-size: 16px;
  }
  .strategies .strategies-wrapper .strategies-wrapper_block {
    width: 48%;
  }
  .terms .terms-blocks .terms-block {
    width: 47%;
  }
  .terms .terms-blocks .terms-block:nth-child(2) {
    width: 47%;
  }
  .terms .terms-blocks .terms-block #crypto-lottie-terms {
    width: 560px;
  }
  .start .start__blocks .start__block h1 {
    font-size: 52px;
  }
  .strategies .strategies-wrapper {
    padding: 0 20px 0 35px;
  }
  .strategies .strategies-wrapper .strategies-wrapper_block p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1179px) and (max-width: 1181px) {
  .wrapper {
    width: 100%;
  }
  .advantages .advantages__cards .advantages__card {
    padding: 35px 0px 30px 0px;
  }
  .control-capital #lottie-animation-2 {
    width: 100%;
  }
  .contacts .contacts__wall-wrapper {
    padding-left: calc(50% - 320px);
  }
  footer .footer-wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card p.heading {
    font-size: 22px;
  }
  .priority_goals_bg .priority_goals__cards .priority_goals__card p.text {
    font-size: 16px;
  }
  .strategies .strategies-wrapper .strategies-wrapper_block {
    width: 48%;
  }
  .terms .terms-blocks .terms-block {
    width: 47%;
  }
  .terms .terms-blocks .terms-block:nth-child(2) {
    width: 47%;
  }
  .terms .terms-blocks .terms-block #crypto-lottie-terms {
    width: 560px;
  }
  .start .start__blocks .start__block h1 {
    font-size: 52px;
  }
  .strategies .strategies-wrapper {
    padding: 0 20px 0 35px;
  }
  .strategies .strategies-wrapper .strategies-wrapper_block p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1366px) {
  .chrome.ipad .priority_goals_bg .priority_goals__cards .priority_goals__card {
    padding-bottom: 85px;
    height: 320px;
  }
  .chrome.ipad .priority_goals_bg .priority_goals__cards .priority_goals__card p.heading {
    height: 90px;
  }
  .chrome.ipad .advantages .advantages__cards .advantages__card img {
    height: 200px;
  }
  .chrome.ipad .advantages .advantages__cards .advantages__card p.text {
    font-size: 22px;
  }
}/*# sourceMappingURL=main.css.map */