@charset "UTF-8";
@import "../../../resources/site/libs/normalize-css/normalize.css";
@import "../../../resources/site/libs/fancybox/jquery.fancybox.min.css";
@import "../../../resources/site/libs/simplebar-master/simplebar.css";
@import "../../../resources/site/libs/ms-Dropdown-master/css/msdropdown/dd.css";
@import "../../../resources/site/libs/datatables/datatables.min.css";
* {
  outline: none !important;
  box-sizing: border-box;
}
*::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}
*:-moz-placeholder {
  opacity: 1;
  color: #999;
}
*::-moz-placeholder {
  opacity: 1;
  color: #999;
}
*:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}
*::selection {
  background-color: #ffc900;
}

body {
  position: relative;
  min-width: 320px;
  background: #292623;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  overflow-x: hidden;
  color: #fff;
}

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

b, strong {
  font-weight: 500;
}

p {
  margin: 0 0 1rem;
}

ul, ol {
  margin: 0 0 1rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3 {
  margin: 0 0 1rem;
  font-family: "IBM Plex Serif", serif;
  font-weight: normal;
}

h1,
h2,
.h1,
.h2 {
  line-height: 1;
  font-size: 80px;
}

h3,
.h3 {
  font-size: 42px;
}

h4,
h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

section, header, footer {
  position: relative;
}

section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#wrapper {
  overflow: hidden;
  min-height: 100vh;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hidden, .hide {
  display: none;
}

.container {
  width: 1690px;
  margin: 0 auto;
  padding: 0 15px;
}

.img-center {
  position: relative;
}
.img-center img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 18px 25px 20px;
  border: none;
  background: #ffc900;
  box-shadow: 0 0 100px rgba(255, 201, 0, 0.6);
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: #292623;
  transition: 0.2s;
}
.btn:hover {
  background: #ffd124;
}
.btn[class*=btn_icon] {
  padding-right: 85px;
}
.btn[class*=btn_icon]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  background-position: center;
  background-repeat: no-repeat;
}
.btn_border {
  box-shadow: inset 0 0 0 1px #ffc900;
  background: none;
  color: #ffc900;
}
.btn_border:hover {
  background: #ffc900;
  color: #292623;
}
.btn_border.send-money {
  padding: 18px 25px 20px !important;
}
.btn_white {
  box-shadow: none;
  background: #fff;
}
.btn_white:hover {
  background: #e6e6e6;
}
.btn_gray {
  box-shadow: none;
  background: #5f5f5f;
  color: #fff;
}
.btn_gray:hover {
  background: #6c6c6c;
}
.btn_only-icon {
  width: 60px;
  height: 60px;
  padding: 0 !important;
  font-size: 0;
}
.btn_only-icon:before {
  border: none !important;
}
.btn_icon-arrow:before {
  background-image: url("/resources/site/img/btn-icons/arrow.png");
}
.btn_icon-cart.disabled {
  background: lightgrey;
  box-shadow: 0 0 100px #dcdcdc;
}
.btn_icon-cart:before {
  background-image: url("/resources/site/img/btn-icons/cart.png");
}
.btn_icon-video:before {
  background-image: url("/resources/site/img/btn-icons/video.png");
}
.btn_icon-loc:before {
  background-image: url("/resources/site/img/btn-icons/location.png");
}

.btn-pdf {
  display: inline-block;
  position: relative;
  padding: 0 0 0 55px;
  min-height: 50px;
  text-decoration: none;
  text-align: left;
  font-size: 13px;
}
.btn-pdf:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  width: 38px;
  height: 50px;
  background: url("/resources/site/img/pdf.png");
}
.btn-pdf u {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.25s;
}
.btn-pdf:hover u {
  border-color: #fff;
}

.help-tag {
  border-bottom: 1px dashed white;
  cursor: help;
  text-decoration: none;
}

.help-url {
  cursor: pointer;
  border-bottom: 1px solid white;
  text-decoration: none;
}

.form button {
  margin-top: 15px;
}

.form-item {
  margin-bottom: 20px;
}
.form-item__descr {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
}

.form-field {
  display: block;
  width: 100%;
  padding: 16px 18px 18px;
  border: 2px solid #54514f;
  background: #54514f;
  color: #fff;
  transition: 0.2s;
}
.form-field:focus {
  background: #5c5956;
}
.form-field.error {
  border-color: red;
}

.form-pass {
  position: relative;
}
.form-pass__toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background: url("/resources/site/img/btn-icons/eye.png") no-repeat center;
  transition: background-color 0.2s;
}
.form-pass__toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.form-pass__toggle.active {
  background-image: url("/resources/site/img/btn-icons/eye-hide.png");
}
.form-pass .form-field {
  padding-right: 80px;
}

.form-field-select {
  position: relative;
}
.form-field-select .select-only-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.form-field-select .form-field {
  padding-right: 120px;
}

.form-error {
  font-size: 14px;
  margin-top: 0;
  color: red;
  font-weight: bolder;
  height: 0;
  opacity: 0;
  display: none;
  transition: all 0.25s;
}
.form-error.show-error {
  display: block;
  height: 18px;
  opacity: 1;
}

.toggle {
  display: inline-block;
  cursor: default;
  white-space: nowrap;
}
.toggle button {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  line-height: 1;
  color: #fff;
}
.toggle__text {
  opacity: 0.2;
  background: none;
  border: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  transition: opacity 0.2s;
}
.toggle__text:hover {
  border-color: transparent;
}
.toggle__text.active {
  border-color: transparent;
  opacity: 1;
}
.toggle__main {
  position: relative;
  margin: 0 12px;
  width: 46px;
  height: 20px;
  background: #54514f;
  border: none;
}
.toggle__main > span {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 19px;
  background: #ffc900;
  box-shadow: 0 0 30px rgba(255, 201, 0, 0.6);
  transition: 0.2s;
}
.toggle__main > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  width: 1px;
  height: 4px;
  background: #000;
  box-shadow: 2px 0 0 #000, -2px 0 0 #000;
}
.toggle__main.active > span {
  transform: translateX(19px);
}

.mob-menu {
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 99;
  top: 91px;
  left: 0;
  bottom: 0;
  min-width: 50%;
  max-width: 100%;
  background: #292623;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  visibility: hidden;
  transform: translateX(-100%);
  transition: 0.75s;
}
.mob-menu.show {
  visibility: visible;
  transform: none;
}
.mob-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mob-menu__list li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mob-menu__list li:last-child {
  border-bottom: none;
}
.mob-menu__list a {
  display: block;
  padding: 32px 90px;
  text-decoration: none;
  font-size: 20px;
  transition: 0.2s;
}
.mob-menu__list a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  color: #ffc900;
}
.mob-menu__login {
  display: none;
}
.mob-menu__login .user-menu {
  overflow: hidden;
}
.mob-menu__login .user-menu.hovered .user-menu__hidden {
  position: relative;
  display: block;
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.header__bg {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 0.5;
}
.header__bg li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.header__bg li:nth-child(n+2) {
  display: none;
}
.header__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
}
.header__wrap {
  display: flex;
  align-items: center;
  padding: 70px 0;
}
.header__content {
  position: relative;
  z-index: 5;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 100px;
}
.header__title {
  margin-bottom: 50px;
  font-size: 30px;
}
.header__title h1 {
  margin-bottom: 0.43em;
}
.header__title p {
  font-size: 28px;
  margin-top: 24px;
}
.header__action {
  margin: 0 -30px -20px 0;
}
.header__action > a {
  margin: 0 27px 20px 0;
}

.header-inner {
  display: block;
  height: 150px;
  box-shadow: none;
}
.header-inner .header__bg {
  display: none;
}

.head-top {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.4s;
}
.head-top.fixed, .head-top.menu-show {
  background: #292623;
}

.head-logo {
  display: inline-block;
  flex: 0 0 300px;
  max-width: 300px;
  min-height: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.25s;
}
.head-logo img {
  max-height: 76%;
}
.head-logo:hover {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.1);
}

.head-menu {
  flex: 1 1 auto;
  max-width: 1300px;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.head-menu__toggle {
  display: none;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  padding: 13px 12px;
}
.head-menu__toggle span {
  display: block;
  background: #fff;
  height: 2px;
  transition: 0.25s margin, 0.25s transform, 0.25s opacity;
}
.head-menu__toggle span:nth-child(1) {
  margin-bottom: 8px;
}
.head-menu__toggle span:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
.head-menu__toggle span:nth-child(3) {
  margin-top: 8px;
}
.head-menu__toggle.active span {
  transition: 0.25s margin, 0.25s transform, 0.25s opacity;
}
.head-menu__toggle.active span:nth-child(1) {
  margin-top: 10px;
  margin-bottom: -2px;
  transform: rotate(45deg);
}
.head-menu__toggle.active span:nth-child(2) {
  transform: rotate(45deg);
  opacity: 0;
}
.head-menu__toggle.active span:nth-child(3) {
  margin-top: -2px;
  transform: rotate(135deg);
}
.head-menu__list {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.head-menu__list li {
  margin: 0 10px;
}
.head-menu__list a {
  text-decoration: none;
}
.head-menu__list a:hover {
  text-decoration: underline;
}

.head-lang {
  position: relative;
  z-index: 100;
  flex: 0 1 auto;
  align-self: center;
  margin: 0 40px 0 auto;
}
.head-lang.hovered .head-lang__hidden {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.head-lang.hovered .head-lang__item {
  background: #292623;
}
.head-lang.hovered .head-lang__item:hover {
  background: #37332f;
}
.head-lang__hidden {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.3s;
}
.head-lang__hidden .head-lang__item {
  border-top: none;
}
.head-lang__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 12px 15px 12px 12px;
  border: 1px solid #151312;
  color: #fff;
  transition: 0.25s;
}
.head-lang__item span {
  display: inline-block;
  vertical-align: middle;
}
.head-lang__img {
  flex: 0 0 25px;
  max-width: 25px;
  margin-right: 5px;
}
.head-lang__img img {
  display: block;
  max-width: 100%;
}
.head-lang__text {
  flex: 1 0 auto;
}

.head-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-width: 315px;
  padding: 20px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.head-progress {
  position: relative;
  margin: 50px 0 60px;
  padding: 30px 0 32px;
  max-width: 690px;
  font-size: 20px;
}
.head-progress:before, .head-progress:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background: url("/resources/site/img/dashed.png");
}
.head-progress:after {
  top: auto;
  bottom: 0;
}
.head-progress__head {
  margin-bottom: 36px;
  line-height: 1.6em;
}
.head-progress__main {
  position: relative;
  width: 100%;
  max-width: 690px;
  height: 42px;
}
.head-progress__help {
  display: block;
  text-align: center;
  padding-top: 16px;
}
.head-progress__bar {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
}
.head-progress__bar > div {
  position: absolute;
  top: -3px;
  left: 0;
  bottom: -3px;
  background: #ffc900;
  box-shadow: 0 0 100px rgba(255, 201, 0, 0.6);
}
.head-progress__from, .head-progress__to {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  font-size: 14px;
}
.head-progress__to {
  left: auto;
  right: 0;
}

.head-info {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 140px;
  text-align: center;
}
.head-info__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  min-height: 600px;
  padding: 50px 0;
}
.head-info__ellips {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  margin: -300px 0 0 -300px;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffc900, 0 0 100px rgba(255, 201, 0, 0.6), inset 0 0 0 4px #ffc900, inset 0 0 100px rgba(255, 201, 0, 0.6);
}
.head-info__icon {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
}
.head-info__icon:nth-child(1) {
  top: 0;
  left: 105px;
  width: 80px;
  height: 80px;
}
.head-info__icon:nth-child(2) {
  top: 93px;
  left: -5px;
  width: 100px;
  height: 100px;
}
.head-info__icon:nth-child(3) {
  top: 50%;
  left: 0;
  margin: -60px 0 0 -55px;
  width: 120px;
  height: 120px;
}
.head-info__content {
  font-size: 30px;
}
.head-info__action {
  position: relative;
  margin-top: 25px;
  padding-top: 55px;
}
.head-info__action:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: url("/resources/site/img/dashed.png");
}

.about__img {
  float: left;
  width: 50%;
  padding: 90px 100px 70px 0;
  /*img
  * /*max-height: calc(100% + 16px)
  * /*margin-top: -8px
  * /*top: 0
  * /*position: absolute
  * /**/
}
.about__img img {
  max-width: 100%;
}
.about__wrap {
  float: left;
  width: 50%;
  padding: 110px 0;
}
.about__title {
  position: relative;
  padding-right: 260px;
  margin-bottom: 45px;
}
.about__title .toggle {
  position: absolute;
  right: 0;
  bottom: 9px;
}
.about__content {
  margin-bottom: 60px;
  font-size: 24px;
}
.about__content-box:nth-child(n+2) {
  display: none;
}

.about-purpose__title {
  margin-bottom: 35px;
}
.about-purpose__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.about-purpose__item {
  width: calc(25% - 10px);
  padding: 37px 20px 35px;
  margin: 0 5px 10px;
  background: #151312;
  text-align: center;
}
.about-purpose__item * {
  margin: 0;
}
.about-purpose__img {
  width: 65px;
  height: 55px;
  margin: 0 auto 20px;
}

.scheme {
  overflow: hidden;
  padding: 100px 0;
}
.scheme__bg {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("/resources/site/img/head-bg/head-bg-3.jpg");
  background-position: center;
  background-size: cover;
  opacity: 0.5;
}
.scheme__title {
  margin: 0 50% 60px 0;
  padding-right: 100px;
}
.scheme__wrapper {
  display: flex;
  align-items: center;
}
.scheme__tabs {
  flex: 0 0 50%;
  max-width: 50%;
  align-self: flex-start;
}
.scheme__wrap {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 140px;
}

.scheme-tab {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.scheme-tab:nth-child(1):before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 75px;
  width: 1px;
  height: 10000px;
  background: url("/resources/site/img/dashed.png");
}
.scheme-tab:nth-child(n+2) {
  margin-top: 40px;
  z-index: 2;
}
.scheme-tab * {
  margin: 0;
}
.scheme-tab__numb {
  flex: 0 0 150px;
  width: 150px;
  height: 150px;
  margin-right: 40px;
  background: #151312;
  text-align: center;
  line-height: 150px;
  font-family: "IBM Plex Serif", serif;
  font-weight: 200;
  font-size: 80px;
  color: #ffc900;
}
.scheme-tab__content {
  flex: 1 0 0;
  padding-right: 100px;
  font-size: 22px;
}
.scheme-tab__btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -30px -30px 0 0;
}
.scheme-tab__btn.btn_icon-arrow.active:before {
  background-color: #ffc900;
}
.scheme-tab__hidden {
  width: 100%;
  padding: 80px;
  margin-top: 25px;
  background-image: url("/resources/site/img/head-bg/head-bg-3.jpg");
  background-position: center;
  background-size: cover;
}
.scheme-tab__hidden .scheme-item {
  display: block !important;
}

.scheme-item {
  max-width: 500px;
  margin: 0 auto;
  padding: 85px 60px;
  border: 15px solid #ffc900;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 100px rgba(255, 201, 0, 0.6);
  text-align: center;
  font-size: 24px;
}
.scheme-item:nth-child(n+2) {
  display: none;
}
.scheme-item > :last-child {
  margin-bottom: 0;
}
.scheme-item p {
  margin-bottom: 1.2em;
}

.plan {
  overflow: hidden;
  padding: 100px 0;
}
.plan__title {
  margin-bottom: 105px;
  text-align: center;
}
.plan__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 150px 0;
}
.plan__wrap:before {
  content: attr(data-bgtext);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "IBM Plex Serif", serif;
  font-weight: normal;
  white-space: nowrap;
  font-size: 150px;
  color: #000;
  opacity: 0.12;
}

.plan-sep {
  display: block;
  flex: 1 0 auto;
  margin: 0 10px;
  height: 1px;
  background: url("/resources/site/img/dashed.png");
}

.plan-item {
  position: relative;
  flex: 0 0 250px;
  max-width: 250px;
  height: 250px;
  text-align: center;
}
.plan-item:nth-of-type(2n) .plan-item__img:before {
  top: auto;
  bottom: 100%;
  margin: 0 0 3px -15px;
  border: 15px solid transparent;
  border-bottom: 8px solid #ffc900;
}
.plan-item:nth-of-type(2n) .plan-item__year,
.plan-item:nth-of-type(2n) .plan-item__text {
  top: auto;
  bottom: 100%;
}
.plan-item:nth-of-type(2n) .plan-item__year {
  margin: 0 0 35px;
}
.plan-item:nth-of-type(2n) .plan-item__text {
  margin: 0 0 105px;
}
.plan-item__img {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border: 4px solid #ffc900;
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(255, 201, 0, 0.16), inset 0 0 100px rgba(255, 201, 0, 0.16);
}
.plan-item__img:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 3px 0 0 -15px;
  border: 15px solid transparent;
  border-top: 8px solid #ffc900;
}
.plan-item__year, .plan-item__text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.plan-item__year {
  margin: 35px 0 0;
  opacity: 0.2;
  font-family: "IBM Plex Serif", serif;
  font-weight: normal;
  font-size: 38px;
  line-height: 1;
}
.plan-item__text {
  margin: 105px 0 0;
  padding: 0 15px;
  line-height: 1.5;
}

.whitepaper .container {
  display: flex;
}
.whitepaper__col {
  position: relative;
}
.whitepaper__col:nth-child(1) {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 100px 150px 100px 0;
}
.whitepaper__col:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: url("/resources/site/img/dashed.png");
}
.whitepaper__col:nth-child(2) {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 150px 0 150px 150px;
}
.whitepaper__title {
  margin-bottom: 55px;
}
.whitepaper__tab-btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px 19px 30px;
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  color: inherit;
}
.whitepaper__tab-btn:before, .whitepaper__tab-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.whitepaper__tab-btn:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: #151312;
  opacity: 0;
  transition: 0.25s;
}
.whitepaper__tab-btn:after {
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 9px;
  height: 13px;
  background: url("/resources/site/img/whitepaper-arrow.png");
  transition: 0.25s;
}
.whitepaper__tab-btn u {
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  transition: 0.25s;
}
.whitepaper__tab-btn:hover:before {
  opacity: 0.35;
}
.whitepaper__tab-btn:hover u {
  border-color: transparent;
}
.whitepaper__tab-btn.active:before {
  opacity: 1;
}
.whitepaper__tab-btn.active:after {
  transform: rotate(180deg);
}
.whitepaper__tab-btn.active u {
  border-color: transparent;
}
.whitepaper__action {
  margin: 50px -60px -20px 0;
}
.whitepaper__action > a {
  vertical-align: middle;
  margin: 0 55px 20px 0;
}
.whitepaper__item {
  font-size: 24px;
}
.whitepaper__item:nth-child(n+2) {
  display: none;
}

.news {
  padding: 100px 0;
}
.news__title {
  margin-bottom: 65px;
  text-align: center;
}
.news__simplebar {
  height: 590px;
}
.news__simplebar .simplebar-content {
  padding-right: 0;
}
.news__wrapper {
  overflow: hidden;
  padding-right: 30px;
}
.news__grid {
  margin: 0 -10px -20px;
}
.news__action {
  display: none;
}

.news-item {
  overflow: hidden;
  width: 49.5%;
  padding: 0 10px;
  margin-bottom: 20px;
  min-height: 420px;
}
.news-item--big .news-item__box {
  height: auto !important;
}
.news-item--big .news-item__content {
  height: auto !important;
}
.news-item--big .news-item__date {
  margin-top: 33px;
}
.news-item__box {
  padding: 45px 40px;
  height: 285px;
  background: #151312;
}
.news-item__title {
  margin-bottom: 27px;
}
.news-item__title > * {
  font-family: "IBM Plex Sans", sans-serif;
}
.news-item__content {
  overflow: hidden;
  height: 100px;
  line-height: 1.6;
}
.news-item__date {
  margin-top: 29px;
  font-size: 13px;
  opacity: 0.35;
}

.footer {
  position: relative;
  height: 960px;
}
.footer__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__map > div {
  background: #151312 !important;
}
.footer__wrapper {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  right: 0;
}
.footer__wrap {
  position: absolute;
  top: 50%;
  max-width: 50%;
  min-height: 730px;
  padding: 60px;
  transform: translateY(-50%);
  background: #16161654;
}
.footer__title {
  margin-bottom: 60px;
}
.footer__copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 13px;
  padding: 0 60px 30px;
}

.contact {
  position: relative;
  padding: 2px 0 0 50px;
  margin: 0 0 40px;
  font-size: 24px;
}
.contact:last-child {
  margin-bottom: 0;
}
.contact * {
  margin: 0;
}
.contact__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  text-align: center;
}
.contact__icon img {
  max-width: 100%;
}
.contact__descr {
  font-size: 16px;
  margin-bottom: 5px;
}

.foot-social {
  margin-top: 55px;
  padding-left: 50px;
}

.social-link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 10px 0;
  background: #151312;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 19px;
}

.foot-mob-action {
  display: none;
}

.user-menu {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 230px;
  color: #292623;
}
.user-menu.hovered .user-menu__hidden {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.user-menu.hovered .user-menu__top:before {
  transform: rotate(180deg);
}
.user-menu__hidden {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.95);
  transition: 0.3s;
}
.user-menu__top {
  cursor: default;
  width: 100%;
  position: relative;
  display: flex;
  padding-right: 55px;
  background: #fff;
  text-decoration: none;
}
.user-menu__top:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 18px;
  height: 10px;
  background: url("/resources/site/img/btn-icons/arrow-bot.png");
  transition: 0.3s;
}
.user-menu__top span {
  display: inline-block;
}
.user-menu__avatar {
  flex: 0 0 60px;
  max-width: 60px;
  min-height: 60px;
  margin-right: 20px;
  background-position: center;
  background-size: cover;
}
.user-menu__name {
  padding-bottom: 1px;
  align-self: center;
  line-height: 1.3;
  font-size: 16px;
}
.user-menu__item {
  position: relative;
  display: block;
  padding: 12px 20px;
  background: #fff;
  border-top: 1px solid #dcdbdb;
  text-decoration: none;
  transition: 0.2s;
}
.user-menu__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #ffc900;
  opacity: 0;
  transition: 0.25s;
}
.user-menu__item:hover, .user-menu__item.active {
  background: #e6e6e6;
}
.user-menu__item.active:before {
  opacity: 1;
}

.cabinet {
  padding: 0 0 100px 0;
}
.cabinet__title {
  margin-bottom: 55px;
}
.cabinet__subtitle {
  margin: -10px 0 50px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
}

.cabinet-data__left {
  float: left;
  width: 50%;
  padding-right: 70px;
}
.cabinet-data__right {
  float: left;
  width: 50%;
  padding-left: 60px;
}
.cabinet-data__action {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.cabinet-data__wrap {
  margin: 0 -20px;
}
.cabinet-data__item {
  float: left;
  width: 50%;
  min-height: 100px;
  padding: 0 20px;
  margin-bottom: 30px;
}
.cabinet-data__item_button {
  width: 100%;
  min-height: auto;
  margin: 0;
}
.cabinet-data__item .form-item {
  margin: 0;
}
.cabinet-data__item .form-item .help-summ {
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0.6;
  font-size: 80%;
  top: 5px;
  position: relative;
}
.cabinet-data__avatar {
  display: block;
  max-width: 360px;
}
.cabinet-data__avatar img {
  display: block;
  max-width: 100%;
}
.cabinet-data__avatar:before {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  content: " ";
  position: absolute;
  z-index: 2;
  width: 360px;
  display: block;
  height: 360px;
}
.cabinet-data__avatar.gold:before {
  background: url(/resources/site/img/cabinet/gold.png) -10px -9px;
  padding: 10px;
}
.cabinet-data__avatar.gold img {
  padding: 25px;
}
.cabinet-data__avatar.ruby:before {
  background: url(/resources/site/img/cabinet/ruby.png) -21px -20px;
  padding: 15px;
}
.cabinet-data__avatar.ruby img {
  padding: 48px;
}

.cabinet-requisites {
  margin-bottom: 30px;
}
.cabinet-requisites__first {
  padding: 27px 40px 40px;
  max-width: 480px;
  background: #151312;
}
.cabinet-requisites__first h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}
.cabinet-requisites__first .btn {
  margin-top: 25px;
}
.cabinet-requisites__add {
  display: none;
  padding: 40px 20px;
  background: #151312;
}
.cabinet-requisites__wrap {
  display: flex;
  flex-wrap: wrap;
}

.cabinet-requisite {
  display: inline-block;
  flex: 0 1 auto;
  margin-left: -1px;
  padding: 23px 20px;
  border: 1px solid #54514f;
  transition: 0.2s;
  text-decoration: none;
}
.cabinet-requisite span {
  display: block;
}
.cabinet-requisite:hover {
  z-index: 1;
  border-color: #6e6a68;
}
.cabinet-requisite__num {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}
.cabinet-requisite__add {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.cabinet-requisite__add img {
  display: inline-block;
  max-width: 50px;
  max-height: 50px;
}

.info-box {
  display: flex;
  margin-bottom: 60px;
  background: #151312;
}
.info-box__icon {
  flex: 0 0 140px;
  width: 140px;
  min-height: 140px;
  border-right: 1px solid #292623;
}
.info-box__content {
  flex: 1 1 auto;
  align-self: center;
  padding: 40px;
}
.info-box__content > :last-child {
  margin-bottom: 0;
}
.info-box__action {
  padding: 40px;
  min-width: 340px;
  flex: 0 1 auto;
  align-self: center;
  text-align: right;
}

.cabinet-cashout__left {
  float: left;
  width: 58.5%;
}
.cabinet-cashout__right {
  float: right;
  width: 41.5%;
  padding-left: 130px;
}
.cabinet-cashout__wrap {
  max-width: 620px;
}

.cashout-sum {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.cashout-sum .form-item {
  flex: 1 1 auto;
  margin: 0;
}
.cashout-sum .sum-radio {
  flex: 0 1 auto;
  margin-left: 20px;
}

.sum-radio {
  display: flex;
  text-align: center;
}
.sum-radio label, .sum-radio span {
  display: block;
}
.sum-radio label {
  cursor: pointer;
  flex: 1 1 auto;
  margin-right: 1px;
}
.sum-radio label:last-child {
  margin-right: 0;
}
.sum-radio label:hover span u {
  border-color: transparent;
}
.sum-radio label input {
  display: none;
}
.sum-radio label input:checked ~ span {
  background: #54514f;
  color: #fff;
}
.sum-radio label input:checked ~ span u {
  border-color: transparent;
}
.sum-radio label span {
  line-height: 60px;
  padding: 0 20px;
  background: #151312;
  color: rgba(255, 255, 255, 0.3);
  transition: 0.2s;
}
.sum-radio label span u {
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
}

.cashout-method {
  margin-bottom: 30px;
}

.method-radio {
  display: flex;
  margin-right: -3px;
}
.method-radio label, .method-radio span {
  display: block;
}
.method-radio label {
  display: flex;
  cursor: pointer;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-left: -1px;
}
.method-radio label:hover .method-radio__wrap {
  z-index: 1;
  border-color: #6e6a68;
}
.method-radio label input {
  display: none;
}
.method-radio label input:checked ~ .method-radio__wrap {
  z-index: 2;
  border-color: #ffc900;
}
.method-radio__wrap {
  position: relative;
  flex: 1 0 0;
  width: 100%;
  padding: 23px 20px;
  border: 1px solid #54514f;
  transition: 0.2s;
}
.method-radio__wrap * {
  margin: 0;
}
.method-radio__top {
  margin-bottom: 25px;
}
.method-radio__num {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}

.cashout-total {
  margin-top: 50px;
}
.cashout-total__text {
  font-family: "IBM Plex Serif", serif;
  font-weight: normal;
  line-height: 1.2;
  font-size: 30px;
}
.cashout-total__descr {
  margin-top: -0.4rem;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}
.cashout-total .btn {
  margin-top: 40px;
}

.balance {
  display: flex;
  margin-bottom: 40px;
  text-align: center;
}
.balance *:last-child {
  margin-bottom: 0;
}
.balance__col {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}
.balance__col:first-child {
  margin-right: 1px;
}
.balance__row {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding: 30px 20px;
  margin-bottom: 1px;
  background: #151312;
}
.balance__center {
  width: 100%;
}
.balance__price {
  margin: 0 0 5px;
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: normal;
}
.balance__hold {
  color: rgba(255, 255, 255, 0.3);
}
.balance__main .toggle {
  margin-bottom: 45px;
}
.balance__main .balance__price {
  margin: 0;
  line-height: 1.2;
  font-size: 30px;
}
.balance__main .balance__price p {
  margin: 0;
}
.balance__main .balance__price p:nth-child(n+2) {
  display: none;
}

.popup {
  overflow: unset;
  position: relative;
  margin: 35px auto;
  padding: 37px 40px 40px;
  width: 100%;
  max-width: 450px;
  background: #292623;
}
.popup__title {
  margin-bottom: 25px;
}

.login-popup__links {
  margin: 15px 0 -5px;
  font-size: 14px;
}
.login-popup__links > a {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 5px 0;
  color: #ababab;
}
.login-popup#status, .login-popup.popup_info {
  max-width: 75%;
}
.login-popup#status .popup__title, .login-popup.popup_info .popup__title {
  font-weight: 500;
}
.login-popup#status .form-item__descr, .login-popup.popup_info .form-item__descr {
  font-weight: 300;
}

.popup.map-popup {
  padding: 0;
}

.map-popup {
  max-width: 90vw;
}
.map-popup .fancybox-close-small {
  background-color: #292623;
  top: -35px;
}
.map-popup__wrap {
  position: relative;
  height: 80vh;
}
.map-popup__wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.history-table__date {
  white-space: nowrap;
}
.history-table__date span {
  padding-left: 0.7em;
}

.fancybox-container {
  font-family: inherit;
}

.fancybox-bg {
  background: #151312;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.95;
}

.fancybox-close-small {
  height: 35px;
  width: 35px;
  background: url("/resources/site/img/close.svg") no-repeat center;
  background-size: 15px 15px;
}
.fancybox-close-small:after {
  display: none;
}

.simplebar-content {
  padding-right: 30px;
}

.simplebar-track {
  width: 4px;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
}
.simplebar-track .simplebar-scrollbar {
  right: 0;
  opacity: 1;
  width: 4px;
  background: #ffc900;
  border-radius: 0;
  cursor: pointer;
}
.simplebar-track .simplebar-scrollbar.visible {
  opacity: 1;
}

.gm-style-pbc {
  display: none !important;
}

.ddcommon {
  cursor: pointer;
}

.dd {
  border: none;
  width: 100% !important;
  height: 60px;
}
.dd .ddTitle {
  position: relative;
  display: block;
  border-radius: 0;
  background: #54514F;
  color: #fff;
  transition: 0.25s;
}
.dd .ddTitle:hover {
  background: #5c5956;
}
.dd .ddTitle:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 18px;
  height: 10px;
  background: url("/resources/site/img/btn-icons/arrow-bot_white.png");
}
.dd .ddTitle .ddTitleText {
  padding: 18px 120px 20px 20px;
}
.dd .ddTitle .ddTitleText .ddlabel {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dd .ddTitle .ddTitleText img {
  padding: 0;
  position: absolute;
  right: 53px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40px;
}
.dd .divider {
  right: 97px;
  border: none;
  border-left: 1px solid #292623;
}
.dd .ddArrow {
  display: none !important;
}
.dd .ddChild {
  left: 0;
  border: none;
  border-radius: 0;
  background: #54514F;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.55) !important;
}
.dd .ddChild li {
  position: relative;
  padding: 18px 65px 20px 20px;
  border-color: #2d2b2a;
  border-radius: 0 !important;
  background: none;
}
.dd .ddChild li.hover {
  background: none;
}
.dd .ddChild li.selected {
  background: #423f3e;
}
.dd .ddChild li .ddlabel {
  color: #fff;
}
.dd .ddChild li img {
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.select-only-icon {
  display: inline-block;
  width: 97px;
}
.select-only-icon .dd .ddTitle {
  height: 60px;
}
.select-only-icon .dd .ddChild li {
  height: 60px;
}
.select-only-icon .dd .ddChild li img {
  right: 50%;
  transform: translate(50%, -50%);
}
.select-only-icon.select-total-money {
  width: 100%;
}
.select-only-icon.select-total-money .dd .ddTitle {
  background: none;
}
.select-only-icon.select-total-money .dd .divider {
  right: 57px;
  border-color: #ffc900;
}
.select-only-icon.select-total-money .dd .ddTitle .ddTitleText {
  padding-right: 57px;
  box-shadow: inset 0 0 0 1px #ffc900;
  color: #ffc900;
}
.select-only-icon.select-total-money .dd .ddTitle .ddTitleText:after {
  position: absolute;
  padding: 18px 0;
  top: 0;
}
.select-only-icon.select-total-money .dd .ddTitle .ddTitleText.sed-main-value:after {
  content: "SED";
  right: 84px;
}
.select-only-icon.select-total-money .dd .ddTitle .ddTitleText.sed-token-value:after {
  content: "SED-токен";
  right: 72px;
}
.select-only-icon.select-total-money .dd .ddTitle .ddTitleText.sed-coin-value:after {
  content: "SED-коин";
  right: 72px;
}
.select-only-icon.select-total-money .dd .ddChild {
  box-shadow: inset 0 0 0 1px #ffc900 !important;
  background: #151312;
}
.select-only-icon.select-total-money .dd .ddChild li {
  padding-right: 20px;
}
.select-only-icon.select-total-money .dd .ddChild li span:after {
  right: 10px;
  display: inline-block;
  position: absolute;
}
.select-only-icon.select-total-money .dd .ddChild li:nth-child(1) span:after {
  right: 30px;
  content: "SED";
}
.select-only-icon.select-total-money .dd .ddChild li:nth-child(2) span:after {
  content: "SED-токен";
}
.select-only-icon.select-total-money .dd .ddChild li:nth-child(3) span:after {
  right: 17px;
  content: "SED-коин";
}
.select-only-icon.select-total-money .dd .ddChild li.selected {
  background: none;
}
.select-only-icon.select-total-money .dd .ddChild li.selected .ddlabel {
  color: #ffc900;
}

img.fnone {
  max-width: 40px;
}

.no-choice .dd {
  pointer-events: none;
}
.no-choice .dd .ddTitle:before {
  display: none;
}
.no-choice .dd .ddTitle .ddTitleText img {
  right: 30px;
}

.select-no-icon .dd .ddTitle .ddTitleText {
  padding-right: 80px;
}
.select-no-icon .dd .divider {
  right: 60px;
}
.select-no-icon .dd .ddChild li {
  padding-right: 20px;
}

table.dataTable {
  border-collapse: collapse;
}
table.dataTable tbody tr {
  background: #292623;
}
table.dataTable tbody tr.even {
  background: #2f2c29;
}
table.dataTable thead td,
table.dataTable thead th {
  padding: 19px 55px 19px 27px;
  border-right: 1px solid #3f3c39;
  background: #5f5f5f;
  font-weight: 300;
  text-align: left;
  transition: background-color 0.2s;
}
table.dataTable thead td:last-child,
table.dataTable thead th:last-child {
  border-right-color: #5f5f5f;
}
table.dataTable thead td.sorting_asc, table.dataTable thead td.sorting_desc,
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
  background-color: #525252;
}
table.dataTable thead td.sorting_disabled,
table.dataTable thead th.sorting_disabled {
  padding-right: 27px;
}
table.dataTable tbody td,
table.dataTable thead td,
table.dataTable tfoot td {
  border: 1px solid #3f3c39;
  border-top: none;
}
table.dataTable tbody td > :last-child,
table.dataTable thead td > :last-child,
table.dataTable tfoot td > :last-child {
  margin: 0;
}
table.dataTable tbody td,
table.dataTable tbody th {
  padding: 19px 27px 18px;
}
table.dataTable tbody td > :last-child,
table.dataTable tbody th > :last-child {
  margin: 0;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  background-position: 94% center;
}

table.dataTable thead .sorting {
  background-image: url("/resources/site/img/table/sort_both.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("/resources/site/img/table/sort_desc.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("/resources/site/img/table/sort_asc.png");
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 40px;
  float: left;
  text-align: left;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  margin: 0 10px 0 0;
  min-width: auto;
  width: 50px;
  height: 50px;
  line-height: 48px;
  color: #fff !important;
  transition: 0.2s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #fff;
  border: 1px solid #fff;
  color: #292623 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child {
  padding-left: 40px !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  content: "";
  top: 50%;
  left: 15px;
  margin-top: -6px;
  width: 9px;
  height: 13px;
  background: url("/resources/site/img/whitepaper-arrow.png");
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: 0.25s;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  transform: rotate(90deg);
}

table.dataTable > tbody > tr.child span.dtr-title {
  padding-right: 10px;
  font-weight: 500;
}
table.dataTable > tbody > tr.child span.dtr-data {
  font-size: 14px;
}

#crt_ertdlyYY {
  margin-top: 15px;
  height: 160px;
}

#image-edit-popup .result {
  max-height: 400px;
}

/*==========  Desktop First Method  ==========*/
@media only screen and (max-width: 1719px) {
  .container {
    width: 1170px;
  }

  h1, h2, .h1, .h2 {
    font-size: 54px;
  }

  h3, .h3 {
    font-size: 36px;
  }

  .btn {
    padding: 13px 20px 15px;
  }

  .btn[class*=btn_icon] {
    padding-right: 70px;
  }

  .btn[class*=btn_icon]:before {
    width: 50px;
  }

  .btn_only-icon {
    width: 50px;
    height: 50px;
  }

  .mob-menu {
    display: block;
  }

  .header-inner {
    height: 90px;
  }

  .head-logo {
    flex: 0 0 170px;
    max-width: 170px;
    min-height: 90px;
  }

  .head-lang {
    margin-right: 20px;
  }

  .head-login {
    padding: 10px 20px;
    min-width: 260px;
  }

  .head-menu {
    padding: 0 20px;
  }
  .head-menu__toggle {
    display: block;
  }
  .head-menu__list {
    display: none;
  }

  .header__wrapper {
    padding-top: 90px;
  }

  .header__content {
    padding-right: 40px;
  }

  .header__title {
    font-size: 24px;
  }

  .about__img {
    padding-right: 50px;
  }

  .about__content {
    font-size: 20px;
  }

  .about-purpose__item {
    width: calc(50% - 10px);
  }

  .scheme-tab:nth-child(1):before {
    left: 40px;
  }

  .scheme-tab__numb {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    margin-right: 30px;
    font-size: 40px;
    line-height: 80px;
  }

  .scheme-tab__content {
    padding-right: 75px;
    font-size: 16px;
  }

  .scheme-tab__btn {
    margin: -25px -25px 0 0;
  }

  .scheme__wrap {
    padding-left: 100px;
  }

  .scheme-item {
    border-width: 5px;
    padding: 60px 50px;
    font-size: 22px;
  }

  .plan-item {
    flex: 0 0 210px;
    max-width: 210px;
    height: 210px;
  }

  .plan-item__img {
    width: 210px;
    height: 210px;
  }

  .plan-sep {
    margin: 0 5px;
  }

  .plan-item__text {
    padding: 0;
  }

  .whitepaper__col:nth-child(1) {
    padding-right: 40px;
  }

  .whitepaper__col:nth-child(2) {
    padding-left: 60px;
  }

  .whitepaper__tab-btn {
    font-size: 19px;
  }

  .whitepaper__item {
    font-size: 20px;
  }

  .whitepaper__action {
    margin-right: -35px;
  }

  .whitepaper__action > a {
    margin-right: 30px;
  }

  .cabinet-data__left,
.cabinet-data__right {
    width: 70%;
    padding: 0 30px 0 0;
  }

  .cabinet-cashout__left {
    width: 54.5%;
  }

  .cabinet-cashout__right {
    padding-left: 30px;
    width: 45.5%;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    width: 750px;
  }

  h1, h2, .h1, .h2 {
    font-size: 36px;
  }

  h3, .h3 {
    font-size: 28px;
  }

  h4, .h4 {
    font-size: 24px;
  }

  h5, .h5 {
    font-size: 20px;
  }

  h6, .h6 {
    font-size: 18px;
  }

  .header .container {
    width: 100%;
  }

  .mob-menu__list a {
    padding: 20px 40px;
  }

  .header__title {
    font-size: 18px;
  }

  .header__action {
    margin: 0;
  }

  .header__action .btn {
    width: 100%;
    margin-right: 0;
  }

  .head-info {
    padding-left: 0;
  }

  .head-info__ellips {
    display: none;
  }

  .head-info__wrapper {
    padding: 0;
    min-height: auto;
  }

  .head-info__content {
    font-size: 26px;
  }

  .head-progress {
    font-size: 15px;
  }

  .about__img {
    display: none;
  }

  .about__wrap {
    float: none;
    width: auto;
    padding: 100px 0;
  }

  .about-purpose__item {
    width: 200px;
  }

  .about__title {
    margin-bottom: 30px;
  }

  .about__content {
    font-size: 16px;
  }

  .scheme {
    padding: 100px 0;
  }

  .scheme__title {
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
  }

  .scheme__tabs {
    max-width: 100%;
  }

  .scheme__wrapper {
    display: block;
  }

  .scheme-tab:nth-child(1):before {
    display: none;
  }
  .scheme-tab:nth-child(n+2) .scheme-tab__hidden {
    display: none;
  }

  .scheme-tab__numb {
    align-self: flex-start;
  }

  .scheme-tab__content {
    padding-right: 80px;
  }

  .scheme-tab__btn {
    top: 15px;
    margin: 0;
    transform: rotate(90deg);
  }

  .scheme__wrap {
    display: none;
  }

  .scheme__bg {
    display: none;
  }

  .plan {
    padding: 100px 0;
  }

  .plan__title {
    margin-bottom: 60px;
  }

  .plan__wrap:before,
.plan-sep {
    display: none;
  }

  .plan__wrap {
    margin-bottom: -45px;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .plan-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    height: auto;
    margin-bottom: 45px;
    padding: 0 10px;
  }
  .plan-item:nth-child(n) .plan-item__img {
    width: 160px;
    height: 160px;
    margin-bottom: 22px;
  }
  .plan-item:nth-child(n) .plan-item__img:before {
    bottom: auto;
    top: 100%;
    margin: 3px 0 0 -15px;
    border: 15px solid transparent;
    border-top: 8px solid #ffc900;
  }
  .plan-item:nth-child(n) .plan-item__img img {
    max-width: 60px;
    max-height: 60px;
  }
  .plan-item:nth-child(n) .plan-item__year,
.plan-item:nth-child(n) .plan-item__text {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
  }
  .plan-item:nth-child(n) .plan-item__year {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .whitepaper__title {
    text-align: center;
    margin-bottom: 45px;
  }

  .whitepaper .container {
    display: block;
    padding: 0;
    width: 100%;
  }

  .whitepaper__col:nth-child(1) {
    padding: 100px 0;
    max-width: none;
  }
  .whitepaper__col:nth-child(1):before {
    display: none;
  }

  .whitepaper__col:nth-child(2) {
    display: none;
  }

  .whitepaper__tab-btn:before {
    display: none;
  }

  .whitepaper__tab-btn.active:after {
    transform: rotate(90deg);
  }

  .whitepaper__tab {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 40px 1px;
    transition: 0.3s;
  }
  .whitepaper__tab.active {
    background: #151312;
  }
  .whitepaper__tab:nth-child(n+2) .whitepaper__tab-hidden {
    display: none;
  }

  .whitepaper__item {
    padding-bottom: 9px;
    font-size: 16px;
  }

  .whitepaper__action {
    padding: 0 40px;
  }

  .news-item {
    width: 100%;
  }

  .footer {
    height: 850px;
  }

  .footer__wrap {
    min-height: 600px;
  }

  .contact {
    font-size: 20px;
  }

  .cabinet {
    padding: 70px 0;
  }

  .cabinet-data__head {
    margin-bottom: 30px;
  }

  .cabinet-data__left,
.cabinet-data__right {
    width: 100%;
    padding: 0;
  }

  .info-box {
    display: block;
    text-align: center;
  }

  .info-box__icon {
    width: auto;
    min-height: 100px;
    border: none;
    border-bottom: 1px solid #292623;
  }

  .info-box__action {
    padding-top: 0;
    min-width: auto;
    text-align: center;
  }

  .cabinet-cashout__left,
.cabinet-cashout__right {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cabinet-data__avatar.ruby:before {
    background-position: -15px -14px;
    padding: 0;
  }
  .cabinet-data__avatar.gold:before {
    background-position: -9px -10px;
    padding: 0;
  }
  .cabinet-data__avatar.gold img {
    padding: 23px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 390px) {
  .cabinet-data__avatar.ruby:before {
    padding: 0;
    width: 100%;
  }
  .cabinet-data__avatar.gold:before {
    background-position: -8px -7px;
    padding: 0;
    width: 97%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .header-inner {
    height: 80px;
  }

  .header,
.header__wrapper {
    display: block;
    min-height: auto;
  }

  .head-logo {
    flex: 0 0 150px;
    max-width: 150px;
    min-height: 80px;
  }

  .head-login {
    display: none;
  }

  .mob-menu {
    top: 81px;
    min-width: 100%;
  }

  .mob-menu__login {
    padding: 30px 40px 40px;
    display: block;
  }

  .header__bg {
    width: 100%;
    opacity: 0.3;
  }

  .header__wrapper {
    padding-top: 80px;
  }

  .header__wrap {
    display: block;
    padding: 50px 0;
  }

  .header__content {
    max-width: 420px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .head-progress {
    padding: 22px 0 25px;
  }
  .head-progress:before, .head-progress:after {
    width: 100%;
  }

  .head-info {
    margin-top: 50px;
    padding: 0;
    max-width: 100%;
  }

  .about__title .toggle {
    bottom: 3px;
  }

  .scheme-tab__hidden {
    padding: 50px;
  }

  .scheme-item {
    font-size: 18px;
  }

  .plan-item {
    min-width: 220px;
    height: 350px;
  }

  .news {
    padding: 70px 0;
  }

  .news__title {
    margin-bottom: 50px;
  }

  .news__simplebar {
    height: auto;
  }

  .news__action {
    margin-top: 40px;
    display: block;
  }
  .news__action .btn {
    width: 100%;
  }

  .news-item {
    width: 100%;
  }
  .news-item:nth-child(n+4) {
    display: none;
  }

  .news__wrapper {
    padding: 0;
  }

  .news-item--big .news-item__box {
    height: 285px;
  }

  .news-item--big .news-item__content {
    height: 100px;
  }

  .footer {
    height: auto;
    padding: 70px 0;
    background-image: url("/resources/site/img/map.jpg");
    background-position: center;
    background-size: cover;
  }

  .footer__map {
    display: none;
  }

  .footer__wrapper {
    position: static;
  }

  .footer__wrap {
    min-height: auto;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: 100%;
  }

  .foot-social {
    padding: 0;
    margin-top: 40px;
  }

  .foot-mob-action {
    margin-top: 40px;
    display: block;
  }
  .foot-mob-action .btn {
    width: 100%;
  }

  .cabinet .container {
    max-width: 400px;
  }

  .cabinet-data__item {
    width: 100%;
  }

  .cabinet-requisites__add {
    padding: 20px 0;
  }

  .cabinet-data__action {
    margin-top: 5px;
  }

  .info-box__content,
.info-box__action {
    padding-left: 30px;
    padding-right: 30px;
  }

  .balance {
    display: block;
  }

  .balance__col:first-child {
    margin: 0 0 1px;
  }

  .cashout-sum,
.cashout-method {
    margin-bottom: 40px;
  }

  .cashout-sum {
    display: block;
  }

  .cashout-sum .sum-radio {
    margin: 0;
    margin-top: 10px;
  }

  .method-radio {
    display: block;
    margin: 0;
  }

  .method-radio label {
    max-width: 100%;
    margin: -1px 0 0;
  }

  .cabinet-requisites__wrap {
    flex-direction: column;
  }

  .cabinet-requisite {
    margin: -1px 0 0;
    text-align: center;
  }

  .cashout-total__text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  h1, h2, .h1, .h2 {
    font-size: 30px;
  }

  .mob-menu__list a {
    padding: 17px 25px;
    font-size: 18px;
  }

  .mob-menu__login {
    padding: 30px 25px 25px;
  }

  .header__title {
    font-size: 16px;
  }

  .head-info__content {
    font-size: 22px;
  }

  .head-info__action {
    margin-top: 15px;
    padding-top: 38px;
  }

  .head-lang__item {
    height: 50px;
    width: 50px;
    padding: 0;
    justify-content: center;
  }

  .head-lang__img {
    margin: 0;
  }

  .head-lang__text {
    display: none !important;
  }

  .about {
    text-align: center;
  }
  .about__title {
    padding: 0;
  }
  .about__title .toggle {
    position: static;
  }

  .about-purpose__wrap {
    justify-content: center;
  }

  .scheme-tab {
    display: block;
    text-align: center;
  }

  .scheme-tab:nth-child(n+2) {
    margin-top: 60px;
  }

  .scheme-tab__numb {
    margin: 0 auto 15px;
  }

  .scheme-tab__content {
    width: 100%;
    padding: 0;
    font-size: 15px;
  }

  .scheme-tab__btn {
    position: static;
    margin: 15px 0 0;
  }

  .scheme-tab__hidden {
    width: auto;
    margin: -30px -15px 0;
    padding: 35px 15px;
  }

  .scheme-item {
    padding: 35px 20px;
  }

  .whitepaper__tab {
    padding: 0 20px 1px;
  }

  .whitepaper__tab-btn {
    padding-left: 25px;
    font-size: 16px;
  }

  .whitepaper__item {
    font-size: 15px;
  }

  .whitepaper__action {
    padding: 0 20px;
    text-align: center;
  }

  .news-item__box {
    padding: 25px 20px;
  }

  .contact {
    padding-left: 45px;
    font-size: 16px;
  }

  .contact__descr {
    font-size: 14px;
  }

  .social-link {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .cabinet-requisites__first {
    padding: 27px 20px 30px;
  }

  .popup {
    padding: 30px 20px 30px;
  }

  .info-box__content {
    padding: 20px;
    font-size: 15px;
  }

  .info-box__action {
    padding: 10px 20px 20px 20px;
  }

  .cashout-total__text {
    font-size: 20px;
  }
}
/*==========  Mobile First Method  ==========*/
@media only screen and (min-width: 320px) {
  /**/
}
@media only screen and (min-width: 480px) {
  /**/
}
@media only screen and (min-width: 768px) {
  /**/
}
@media only screen and (min-width: 1200px) {
  .scheme-tab__hidden,
.whitepaper__tab-hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 1720px) {
  /**/
}

/*# sourceMappingURL=main.css.map */
