* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:focus,
button:focus {
  text-decoration: none;
  outline: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
textarea,
select {
  vertical-align: middle;
  font-family: inherit;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.ui-widget-content {
  border: none;
  background: none;
}
.ui-widget {
  font-family: inherit;
  font-size: inherit;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-right,
.ui-corner-br,
.ui-corner-bl,
.ui-corner-tr,
.ui-corner-tl {
  border-radius: 0;
}
.ui-widget-header {
  border: none;
  background: none;
  font-weight: 400;
  color: #000;
}
.ui-widget-header li {
  border: 0;
  padding: 0;
  margin: 0;
}
.ui-widget-header li a,
.ui-widget-header li a:link,
.ui-widget-header li a:visited,
.ui-widget-header li a,
.ui-widget-header li a:link,
.ui-widget-header li a:visited {
  border: none;
  background: none;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
}
.ui-tabs-panel {
  padding: 0;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Akrobat";
}
.invisLink {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 0.5s;
}

.invisLink a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.invisLink:hover{
  opacity: 0.8;
}
body {
  background-color: #7b5940;
  font-family: "Roboto Condensed";
  font-weight: 400;
  color: #ffe7bc;
}
.wrapper {
  overflow-x: hidden;
  overflow-y: hidden;  
  position: relative;
  min-height: 100vh;
}
.container {
  max-width: 1455px;
  padding: 0 15px;
  margin: 0 auto;
}
.headSection {
  position: relative;
}
.headSection .viz {
  position: relative;
}
.headSection .viz .container {
  background: url(../img/pic_1.png) no-repeat right top;
}
.headSection .viz .corns {
  position: absolute;
  height: 711px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.blockStat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blockStatEl {
  width: calc( 100% / 3 - 1%);
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 25px;
}
.blockStatElIn {
  border: 1px solid #765b36;
  border-radius: 5px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blockStatElInText {
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  margin-left: 25px;
  font-weight: bold;
}
.blockStatElInText span {
  display: block;
  color: #f1c069;
  font-weight: normal;
  font-size: 18px;
}
.blockStatElInText.small {
  font-size: 28px;
}
.blockStatElInText.small span {
  font-size: 18px;
}
.headSection .viz .snakeWrapper {}
.headSection .viz .infoBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 100px;
  padding-top: 73px;
}
.headSection .viz .infoBlock p {
  font-size: 20px;
  font-weight: 300;
  max-width: 435px;
  line-height: 34px;
  letter-spacing: -0.4px;
  margin-bottom: 78px;
}
.headSection .mainCaption {
  margin-bottom: 60px;
  color: #fff;
}
header .container {
  background: rgba(0,0,0,0.3);
  border-radius: 0 0 5px 5px;
  padding: 0 68px 25px 68px;
}
header .headTop,
.cabContent .headTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 23px 0 0;
}
header .social {
  font-size: 0;
}
header .social a {
  margin: 0 9px;
}
header .social a:hover {
  opacity: 0.5;
}
header .support,
.cabContent .support {
  font-family: "Akrobat";
  /* text-transform: uppercase; */
  font-weight: 700;
  /* background-color: #f1c069; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding-right: 17px; */
  /* border-radius: 5px;  */
  overflow: hidden;
  margin-left: 39px;
}
.cabContent .support {
  margin-left: 0;
}
header .support .time,
.cabContent .support .time {
  font-size: 19px;
  color: #7b5940;
  padding: 9px;
  padding-top: 8px;
  background-color: #ffffff;
  border-radius: 5px;
}
header .support .blue,
.cabContent .support .blue {
  font-size: 14px;
  color: #ffffff;
  padding: 12px 23px;
  background-color: #6996d2;
  border-radius: 5px;
  text-transform: uppercase;
}
header .support .blue:hover,
.cabContent .support .blue:hover {
  background: #0f7dea;
}
header .support .green,
.cabContent .support .green {
  font-size: 14px;
  color: #ffffff;
  padding: 12px 17px;
  background-color: #039746;
  border-radius: 5px;
  text-transform: uppercase;
  margin-left: 10px;
}
header .support .green:hover,
.cabContent .support .green:hover {
  background: #00c616;
}
header .headBot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cabContent .headBot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
}
.clockBl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.clockBl span[class*="icon"] {
  font-size: 35px;
  color: #fff;
  padding-right: 15px;
}
.clockBl #time {
  font-size: 26px;
  font-family: "Akrobat";
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 18px;
  width: 127px;
  letter-spacing: .5px;
}
.clockBl #date {
  font-size: 15px;
  display: inline-block;
  line-height: 18px;
  position: relative;
  left: 55px;
  top: 10px;
}
.logo {
  font-family: "Akrobat";
  flex-grow:1
}
.headTop .logo {
  position: relative;
  top: 15px;
}
.logo img {
  margin-right: 13px;
}
.logo span {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.mainMenu {
  font-family: "Akrobat";
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mainMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainMenu li {
  padding: 0 17px;
}
.mainMenu li a {
  font-size: 19px;
  text-transform: uppercase;
  font-size: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
}
.mainMenu li a:hover,
.mainMenu li a.active {
  color: #f1c069;
}
.mainMenu .singIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-left: 33px;
}
.mainMenu .singIn a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.35px;
}
.mainMenu .singIn a:hover {
  color: #ffb83d;
}
.mainMenu .singIn a.log {
  padding: 9px;
  padding-right: 19px;
  padding-left: 23px;
  background: #f1c069;
  color: #09040c;
  border-radius: 5px;
  border: 1px solid #f1c069;
}
.mainMenu .singIn a.log:hover {
  background: #ffb83d;
}
.mainMenu .singIn a.reg {
  color: #f1c069;
  border-bottom-right-radius: 17px;
  border-top-left-radius: 17px;
  padding: 9px 30px;
  border-radius: 5px;
  border: 1px solid #f1c069;
  margin-left: 10px;
}
.mainMenu .singIn a.reg:hover {
  background: #ffb83d;
  color: white;
}
.btn:hover {
  background-color: #ffb83d;
}
.btn {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #09040c;
  background-color: #f1c069;
  font-family: "Akrobat";
  padding: 18px;
  padding-left: 37px;
  padding-right: 33px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;

}
.buttonsBLock a:hover {
  opacity: 0.5;
}
322318
.btn3:hover {
  background-color: #ffb83d;
}
.btn3 {
  font-size: 17px;
  font-weight: 700;
  color: #09040c;
  background-color: #f1c069;
  font-family: "Akrobat";
  padding: 18px;
  padding-left: 37px;
  padding-right: 33px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;

}
.btn span[class*="arrow"]:after {
  content: "";
  display: block;
  height: 33px;
  width: 33px;
  position: absolute;
  background-color: #7b5940;
  border-radius: 50%;
  top: 50%;
  right: -19px;
  z-index: -1;
  margin-top: -16.5px;
}
.btn span[class*="arrow"] {
  position: relative;
  margin-left: 22px;
  font-size: 14px;
  z-index: 4;
}
.snakeBlock {
  position: relative;
}
.snakeBlock .coins {
  position: relative;
}
.snakeBlock .coins:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/snake.png);
  width: 560px;
  height: 412px;
  left: -171px;
  top: -36px;
  z-index: -1;
}
.snakeBlock .coinsItem {
  position: absolute;
  font-family: "Akrobat";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.snakeBlock .coinsItem .icon {
  background-color: #ffb83d;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.snakeBlock .coinsItem .icon span {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.snakeBlock .coinsItem span {
  display: block;
}
.snakeBlock .coinsItem .moneyWrap {
  padding-left: 6px;
  padding-right: 6px;
}
.snakeBlock .coinsItem .money {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.snakeBlock .coinsItem .profit {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: #3b7ee4;
}
.snakeBlock .coinsItem:nth-child(1) {
  left: -191px;
  top: 76px;
}
.snakeBlock .coinsItem:nth-child(2) {
  left: -35px;
  top: 150px;
}
.snakeBlock .coinsItem:nth-child(3) {
  right: 853px;
  top: 293px;
}
.snakeBlock .coinsItem:nth-child(3) .moneyWrap {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.innerPages .snakeBlock .coinsItem:nth-child(3){
  right: 740px;
}
.mainCaption {
  font-family: "Akrobat";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 90px;
  letter-spacing: -1.8px;
}
.mainCaption span {
  display: block;
}
.colorOrange {
  color: #c28a61;
}
.colorBlue {
  color: #f1c069;
}
.specialBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 227px;
}
.specialBlock .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33%;
  overflow: hidden;
}
.specialBlock .item:nth-child(1) {
  margin-top: 70px;
  padding-left: 0;
  padding-right: 60px;
}
.specialBlock .item:nth-child(1) .textBlock {
  padding: 0 10px;
}
.specialBlock .item:nth-child(2) .textBlock {
  padding: 0 35px;
}
.specialBlock .item:nth-child(3) {
  margin-top: 70px;
  padding-left: 60px;
  padding-right: 20px;
}
.specialBlock .item:nth-child(3) .textBlock {
  padding: 0 10px;
}
.specialBlock span[class*="icon"] {
  color: #fff;
  font-size: 56px;
  padding: 40px;
  background-color: #1d396f;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  border: solid 1px #0f1b36;
}
.specialBlock span[class*="icon"]:before {
  z-index: 1;
  position: relative;
}
.specialBlock span[class*="icon"] .welle {
  position: absolute;
  height: 175px;
  width: 100px;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: rotate 20s infinite linear;
  animation: rotate 20s infinite linear;
  border-radius: 40%;
  background: #0f1b36;
}
.specialBlock span[class*="icon"] .top {
  top: -25%;
  left: 50%;
  margin-left: -160px;
}
.specialBlock span[class*="icon"] .left {
  top: -25%;
  left: 50%;
  margin-top: 0;
  margin-left: 45px;
}
.specialBlock span[class*="icon"] .right {
  top: -25%;
  left: 50%;
  margin-top: -120px;
  margin-left: -60px;
}
.specialBlock span[class*="icon"] .bottom {
  top: -25%;
  left: 50%;
  margin-top: 145px;
  margin-left: -66px;
}
.specialBlock .textBlock {
  text-align: center;
  margin-top: 35px;
  position: relative;
  z-index: 2;
}
.specialBlock .textBlock p {
  font-size: 17px;
  line-height: 24px;
}
.specialBlock .capSpecial {
  font-family: "Akrobat";
  font-size: 19px;
  color: #ffb83d;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.specialBlock p {
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}
.buttonsBLock {
  text-align: center;
  margin-top: 60px;
}
.buttonsBLock .button_1 {
  color: #322318;
  border: 1px solid #f1c069;
  border-radius: 5px;
  padding: 15px 60px;
  font-size: 20px;
  background-color: #f1c069;
  font-weight: bold;
}
.buttonsBLock .button_2 {
  color: #f1c069;
  border: 1px solid #322318;
  border-radius: 5px;
  padding: 15px 60px;
  margin-left: 25px;
  font-size: 20px;
  background-color: #322318;
  font-weight: bold;
}
.buttonsBLock a:hover {
  opacity: 0.5;
}
.featuresBlock {
  margin-top: 10px;
}
.caption {
  text-transform: uppercase;
  font-family: "Akrobat";
  font-size: 50px;
  line-height: 90px;
  color: #f1c069;
  font-weight: 700;
}
.textBlock p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}
.picPositionBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.picPositionBlock .caption {
  margin-bottom: 50px;
  display: block;
}
.picPositionBlock .textBlock p {
  margin-bottom: 35px;
  letter-spacing: -0.34px;
}
.picPositionBlock img {
  position: relative;
}
.picPositionBlock .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* padding-top: 350px; */
}
.aboutBlock .picPositionBlock .left {
  padding-top: 350px;
}
.picPositionBlock .right {
  width: 50%;
  padding: 0 80px;
}
.picPositionBlock .btn {
  margin-top: 55px;
  display: inline-flex;
}
.aboutBlock {
  margin-top: 83px;
}
.aboutBlock .picPositionBlock img {
  position: absolute;
  left: -239px;
  bottom: 78px;
  z-index: -1;
}
.aboutBlock .sertificat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-left: 48px;
  top: -12px;
  position: relative;
}
.aboutBlock .sertificat .picSert {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 208px;
  flex: 0 0 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 298px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 5px;
}
.aboutBlock .sertificat .infoSerf {
  margin: 0 35px 0 45px;
  margin-top: 39px;
  margin-right: 0;
}
.aboutBlock .sertificat .infoSerf .lCapt {
  color: #f1c069;
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 22px;
  padding-right: 20px;
  margin-bottom: 33px;
  display: block;
}
.aboutBlock .sertificat .infoSerf .limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.aboutBlock .sertificat .infoSerf .limit .capt {
  font-family: "Akrobat";
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 7px;
}
.aboutBlock .sertificat .infoSerf .limit p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.aboutBlock .sertificat .infoSerf .regisNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.aboutBlock .sertificat .infoSerf .regisNum .capt {
  font-weight: 300;
  font-size: 17px;
  color: #c28a61;
  display: inline-block;
  font-family: "Roboto Condensed";
  margin-bottom: 9px;
}
.aboutBlock .sertificat .infoSerf .regisNum .number {
  font-family: "Akrobat";
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.aboutBlock .sertificat .infoSerf .regisNum .numberex {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #ffe7bc;
}
.calculatorBlock {
  margin-top: 105px;
}
.calculatorBlock .calcForm {
  padding: 0 94px;
}
.calculatorBlock .calculator {
  margin: -142px 90px 0 90px;
  position: relative;
}
.calculatorBlock .captCalc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.calculatorBlock .captCalc .hiddenPic {
  position: absolute;
  z-index: 0;
  right: -44px;
  top: -39px;
}
.calculatorBlock .captCalc * {
  z-index: 1;
}
.calculatorBlock .captCalc .hidePercent {
  position: absolute;
  left: 124px;
  top: -13px;
  opacity: 0.33;
  color: #7da3e4;
  text-transform: uppercase;
  font-family: "Akrobat";
  font-size: 333px;
  letter-spacing: -6px;
  font-weight: 700;
  z-index: 0;
}
.calculatorBlock .captCalc .percent {
  text-transform: uppercase;
  font-family: "Akrobat";
  font-size: 70px;
  color: #ffb83d;
  font-weight: 700;
  margin-bottom: 13px;
}
.calculatorBlock .captCalc .days {
  text-transform: uppercase;
  font-family: "Akrobat";
  font-size: 50px;
  color: #0f1b36;
  font-weight: 700;
  margin-bottom: 31px;
}
.calculatorBlock .captCalc .shortInfo {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.calculatorBlock .captCalc .shortInfo span {
  margin-bottom: 18px;
}
.calculatorBlock .captCalc .shortInfo .min {
  font-weight: 700;
  color: #0f1b36;
  text-transform: uppercase;
}
.captCalcWrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  justify-content: space-between;
}
.planBlock {
  background: #322318 url(../img/bgplan.png) no-repeat center bottom;
  padding: 65px 0 180px 0;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
}
.planBlock.active {
  background-color: #f1c069;
}
.planBlock_title {
  font-size: 70px;
  color: #ffb83d;
  text-transform: uppercase;
  letter-spacing: -5px;
}
.planBlock.active .planBlock_title {
  color: #322318;
}
.planBlock_subtitle {
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -3px;
  margin-bottom: 30px;
}
.planBlock.active .planBlock_subtitle {
  color: #7b5940;
}
.planBlock_text {
  font-size: 34px;
  color: #ffe7bc;
  font-weight: 300;
}
.planBlock.active .planBlock_text {
  color: #09040c;
}
.calculator {
  padding: 17px 63px;
  padding-bottom: 40px;
  border: solid 1px #322318;
  background-color: #ffe7bc;
  border-radius: 15px;
}
.calculator .enterAmount .cur {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  right: 14px;
  bottom: 17px;
}
.calculator .enterAmount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 60%;
  padding-right: 15px;
  margin-top: 45px;
}
.calculator .calcWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  position: relative;
}
.calculator .inputLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
}
.calculator .inputLine label {
  font-family: "Akrobat";
  font-size: 30px;
  font-weight: 700;
  color: #7b5940;
  text-transform: uppercase;
  margin-right: 30px;
  margin-bottom: 0;
}
.calculator .inputLine input {
  font-size: 17px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 25px;
}
.calculator .inputLine .calcPlans {
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap;
}
.calculator .inputLine .calcPlansEl {
  width: calc(100% / 4 - 2px);
  padding: 5px 10px;
}
.calculator .inputLine .calcPlansEl input[type=radio] {
  display: none;
}
.calculator .inputLine .calcPlansEl label {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  margin: 0;
  display: block;
  cursor: pointer;
  background: #c28a61;
  padding: 15px 0;
  border-radius: 5px;
}
.calculator .inputLine .calcPlansEl input[type=radio]:checked + label {
  background: #f1c069;;
  color: #322318;
}
.calculator .chooseValue {
  width: 100%;
  padding: 0 10px;
}
.calculator .totalBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 124px;
  margin-top: 27px;
}
.calculator .profitItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.calculator .profitItem .capt {
  font-family: "Akrobat";
  font-size: 17px;
  font-weight: 700;
  color: #7b5940;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.calculator .profitItem .money {
  font-family: "Akrobat";
  font-size: 35px;
  font-weight: 700;
  color: #09040c;
  text-transform: uppercase;
}
.calculator .btn {
  position: absolute;
  bottom: -65px;
  right: -3px;
  padding-left: 55px;
  padding-right: 31px;
}
.calculator .irs-from,
.calculator .irs-to,
.calculator .irs-single {
  color: #322318;
  font-size: 13px;
  line-height: 25px;
  text-shadow: none;
  padding: 1px 5px;
  background: none;
  border: none;
  font-weight: 300;
}
.calculator .irs-min,
.calculator .irs-max {
  color: #95aac4;
  font-size: 13px;
  line-height: 25px;
  text-shadow: none;
  padding: 1px 5px;
  background: none;
  border: none;
  font-weight: 300;
  top: 32px;
  left: -5px;
}
.calculator .irs-max {
  display: none;
}
.calculator .lbl {
  margin-left: 3px;
}
.calculator .irs-bar-edge,
.calculator .irs-bar {
  background: #322318;
  height: 9px;
}
.calculator .irs-bar-edge {
  border-radius: 15px 0 0 15px;
  width: 12px;
}
.calculator .irs-line {
  height: 9px;
  border-radius: 15px;
}
.calculator .irs-line-mid,
.calculator .irs-line-left,
.calculator .irs-line-right,
.calculator .irs-slider {
  height: 9px;
  background: url(../img/sprite_range.jpg) repeat-x;
}
.calculator .irs-single {
  top: -7px;
}
.calculator .irs-slider.single {
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background: #322318;
  top: 19px;
}
.calculator .irs-slider.single:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 5px);
  background-color: #ffb83d;
  left: calc(50% - 5px);
}
.inputLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.inputLine label {
  margin-bottom: 20px;
}
.inputLine input,
.inputLine textarea {
  background-color: #322318;
  color: #fff;
  padding: 0 25px;
  border-radius: 5px;
  border: none;
  font-size: 17px;
  line-height: 52px;
}
body.cab .inputLine input,
body.cab .inputLine textarea {
  background-color: #7b5940;
  color: #ffe7bc;
}
.exchange {
  padding: 0 94px;
  margin-top: 125px;
}
.exchange .cources {
  background-color: #3d2c20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
  border-radius: 5px;
}
.exchange .cources img {
  width: calc(100%/11 - 20px);
}
.howToEarn::after {
  content: "";
  position: absolute;
  right: calc(50% - 978px);
  top: -1620px;
  background-image: url("../img/howright.png");
  background-repeat: no-repeat;
  width: 978px;
  height: 1893px;
  z-index: -1;
}
.howToEarn::before {
  content: "";
  position: absolute;
  left: calc(50% - 960px);
  top: -188px;
  background-image: url("../img/howleft.png");
  background-repeat: no-repeat;
  width: 789px;
  height: 1567px;
  z-index: -1;
}
.howToEarn {
  margin-top: 70px;
  position: relative;
}
.howToEarn .caption {
  display: block;
  text-align: center;
}
.howToEarn .puzzleBlock {
  margin-top: 51px;
}
.puzzleBlock {
  padding: 0 94px;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.puzzleBlock .itemBLock {
  width: 25%;
  position: relative;
  background: url(../img/howbg.png) no-repeat left top;
  min-width: 339px;
  min-height: 329px;
}
.puzzleBlock .item {
  padding: 36px 70px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.puzzleBlock .topLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.puzzleBlock span[class*="icon"] {
  color: #f1c069;
  font-size: 57px;
  margin-top: 7px;
}
.puzzleBlock .number {
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Akrobat";
  color: #ffb83d;
}
.puzzleBlock .text {
  margin-top: 23px;
}
.puzzleBlock .text .cap {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Akrobat";
  color: #fff;
  display: block;
  margin-bottom: 6px;
}
.puzzleBlock .text p {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
.whyChoose {
  margin-top: 163px;
}
.whyChoose .ourPluses {
  max-width: 75%;
  margin: 0 7px;
}
.whyChoose .caption {
  color: #f1c069;
  line-height: 60px;
  padding-right: 60px;
  margin-bottom: 10px;
}
.whyChoose .whyBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 110px;
  border-bottom-right-radius: 110px;
  padding: 56px 102px;
  padding-bottom: 48px;
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
}
.ourPluses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ourPluses .item {
  width: 50%;
  padding: 19px 30px;
  padding-top: 25px;
}
.ourPluses p {
  position: relative;
  color: #ffe7bc;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  padding-left: 68px;
}
.ourPluses span[class*="icon"] {
  position: absolute;
  color: #fff;
  left: 0;
  font-size: 50px;
  top: 50%;
  margin-top: -25px;
}
.refProgBlock {
  margin-top: 40px;
}
.refProgBlock .picPositionBlock .left {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}
.refProgBlock .picPositionBlock .right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 0 80px;
  padding-left: 94px;
}
.refProgBlock .levelblock .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
}
.refProgBlock .levelblock .item:nth-child(1) {
  top: -60px;
  left: 75px;
}
.refProgBlock .levelblock .item:nth-child(2) {
  top: 70px;
  left: 330px;
}
.refProgBlock .levelblock .item:nth-child(3) {
  top: 90px;
  left: 560px;
}
.refProgBlock .levelblock .percent {
  font-weight: 700;
  font-family: "Akrobat";
  text-transform: uppercase;
  color: #ffb83d;
}
.refProgBlock .levelblock .percent.lvl1 {
  font-size: 70px;
}
.refProgBlock .levelblock .percent.lvl2 {
  font-size: 50px;
}
.refProgBlock .levelblock .percent.lvl3 {
  font-size: 30px;
}
.refProgBlock .levelblock .level {
  color: #ffe7bc;
  font-size: 17px;
  font-weight: 700;
  font-family: "Akrobat";
  text-transform: uppercase;
}
.newsBlock {
  margin-top: 140px;
}
.newsCarousel {
  padding: 0;
}
.newsCarousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 38px 5px;
}
.newsCarousel .owl-nav span[class*="icon-arrow"] {
  display: inline-block;
  background-color: #f1c069;
  font-size: 13px;
  padding: 11px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsCarousel .owl-nav span[class*="icon-arrow"]:hover {
  background-color: #9f824f;
}
.newsCarousel .owl-nav .arrow-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.newsItem {
  padding: 40px;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.5);
}
.newsItem .foto {
  position: relative;
  margin-bottom: 35px;
}
.newsItem .date {
  position: absolute;
  top: -10px;
  left: -40px;
  border-radius: 0 5px 5px 0;
  background-color: #f1c069;
  font-size: 13px;
  color: #0f1b36;
  padding: 6px 16px;
  display: inline-block;
}
.newsItem .textNews .cap {
  font-weight: 700;
  font-family: "Akrobat";
  text-transform: uppercase;
  font-size: 19px;
  color: #f1c069;
}
.newsItem .textNews p {
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  margin: 5px 0;
}
.newsItem .link {
  color: #f1c069;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsItem .link .arrow {
  font-size: 9px;
  margin-left: 10px;
}
.newsItem .link .arrow:before {
  color: #ffb83d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsItem .link:hover {
  color: #ffb83d;
}
.newsItem .link:hover .arrow:before {
  color: #fff;
}
.sendMessBlock {
  margin-top: 35px;
  position: relative;
}
.sendMessBlock .picPositionBlock .left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sendMessBlock .picPositionBlock .right {
  padding-left: 28px;
  padding-right: 95px;
}
.sendMessBlock .caption {
  margin-bottom: 36px;
}
.sendMessBlock .formBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
.formBlock .imp {
  color: #ffb83d;
}
.sendMessBlock .formBlock .inputLine {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 23px;
}
.sendMessBlock .formBlock .inputLine input,
.sendMessBlock .formBlock .inputLine textarea {
  -webkit-box-shadow: 3px 3px 11px 3px #322318;
  box-shadow: 3px 3px 11px 3px #322318;
}
.sendMessBlock .formBlock .inputLine.message {
  width: 100%;
}
.sendMessBlock .formBlock .inputLine.message textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 132px;
  max-height: 132px;
  resize: none;
}
.sendMessBlock .formBlock .inputLine.captcha {
  position: relative;
  width: 62%;
}
.sendMessBlock .formBlock .inputLine .captchBlock {
  position: absolute;
  right: 16px;
  bottom: 0;
  background-color: #000000;
  border-radius: 15px 5px 5px 0;
  padding: 12px 25px;
  height: 51px;
  width: 164px;
}
.sendMessBlock .formBlock .btn {
  border: none;
  margin-bottom: 23px;
  margin-top: 34px;
  margin-left: 8px;
  padding: 16px;
  padding-left: 37px;
  padding-right: 32px;
}
.sendMessBlock .formBlock .btn .icon-arrow {
}
footer {
  margin-top: 90px;
  background-color: rgba(0,0,0,0.5);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding-top: 80px;
  padding-bottom: 38px;
}
footer .social {
  margin-left: 50px;
}
footer .social a {
  display: inline-block;
  margin-bottom: 15px;
}
footer::before {
  position: absolute;
  content: '';
  display: block;
  background-image: url(../img/footercloud.png);
  background-repeat: no-repeat;
  width: 1920px;
  left: 50%;
  bottom: 0;
  height: 1055px;
  z-index: -1;
  background-position: center;
  margin-left: -960px;

}
.footerBlock {
  padding: 0 94px;
  padding-right: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footMenu {
  padding-left: 59px;
  padding-right: 23px;
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 551px;
  flex: 0 0 551px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footMenu li {
  position: relative;
  width: 50%;
  padding-left: 32px;
  margin-bottom: 25px;
}
.footMenu span[class*="icon"] {
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 10px;
  left: 0;
  top: 5px;
}
.footMenu span[class*="icon"]:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffb83d;
}
.footMenu a {
  font-family: "Akrobat";
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footMenu a:hover {
  color: #ffb83d;
}
.footMenu a:hover + span:before {
  color: #fff;
}
.adressBlock {
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
.adressBlock .cap {
  font-size: 19px;
  font-weight: 700;
  font-family: "Akrobat";
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 4px;
}
.adressBlock .adress {
  margin-bottom: 11px;
}
.adressBlock .adress * {
  display: block;
}
.adressBlock .adress p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}
.adressBlock .supp {
  margin-bottom: 12px;
}
.adressBlock .supp * {
  display: block;
}
.adressBlock .supp .cap {
  margin-bottom: 7px;
}
.adressBlock .supp .time {
  font-size: 17px;
  font-weight: 300;
  font-family: "Akrobat";
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.adressBlock .supp a {
  font-size: 17px;
  font-weight: 300;
  color: #ffb83d;
  text-decoration: underline;
}
.copyRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
.copyRight .copyText {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  margin-top: 80px;
}
.copyRight .copyText span {
  display: block;
}
.moneyMake {
  margin-left: 84px;
}
.moneyMake li {
  padding: 5px 0;
  margin-bottom: 8px;
}
.pagination {
  margin-top: 100px;
}
.pagination ul .prev,
.pagination ul .next{
  position: absolute;
  display: inline-block;
  height: auto;
  width: auto;
  margin: 0;
}
.pagination ul .prev{
  left: 0;
}
.pagination ul .next{
  right: 0;
}
.pagination .prev a[class*="icon-arrow"],
.pagination .next a[class*="icon-arrow"] {
  display: inline-block;
  background-color: #7da3e4;
  font-size: 13px;
  padding: 11px 20px;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: normal;
}
.pagination a[class*="icon-arrow"]:hover {
  background-color: #2a6acb;
}
.pagination a[class*="icon-arrow"].arrow-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination > ul {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pagination ul li {
  position: relative;
  margin: 0 9px;
  background-color: transparent;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination ul li a {
  font-size: 19px;
  font-family: "Akrobat";
  font-weight: 700;
  color: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 35px;
}
.pagination ul li:hover,
.pagination ul li.active {
  background-color: #f1c069;
}
.pagination ul li:hover a,
.pagination ul li.active a {
  color: #322318;
}
.innerPages .mainCaption {
  color: #fff;
}
.innerPages .viz .infoBlock {
  padding-top: 150px;
  padding-bottom: 100px;
}
.innerPages .snakeBlock {
  margin-right: 119px;
}
.innerPages .snakeBlock img {
  position: relative;
  right: -134px;
  top: -34px;
}
.newsBlock.innerPages {
  margin-top: -20px;
}
.newsBlock.innerPages .newsItem .foto img {
  width: 100%;
  height: 285px;
  -o-object-fit: cover;
  object-fit: cover;
}
/*.newsBlock.innerPages .newsItem .textNews p {
  max-height: 75px;
  overflow: hidden;
} */
.newsBlock.innerPages .newsWrapper {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsBlock.innerPages .newsWrapper .item {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 45px;
}
.textBlock.rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  margin-top: 42px;
}
.textBlock.rows p {
  letter-spacing: -0.5px;
}
.textBlock.rows p + p {
  margin-top: 34px;
}
.textBlock.rows .left,
.textBlock.rows .right {
  width: 50%;
  padding: 0 30px;
}
.refLvl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
  margin-top: 115px;
}
.refLvl .item {
  padding: 0 15px;
  width: 33.33%;
}
.lvl {
  border: dashed 1px #fff;
  background-color: #1d396f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 55px;
  border-bottom-right-radius: 55px;
  height: 120px;
  padding: 10px 39px;
}
.lvl .name {
  font-size: 25px;
  font-family: "Akrobat";
  font-weight: 700;
  color: #0f7dea;
  line-height: 35px;
  text-transform: uppercase;
}
.lvl .percent {
  font-family: "Akrobat";
  font-weight: 700;
  color: #ffb500;
}
.lvl.lvl1 .percent {
  font-size: 70px;
}
.lvl.lvl2 .percent {
  font-size: 50px;
}
.lvl.lvl3 .percent {
  font-size: 30px;
}
.howBePartner {
  margin-top: 93px;
  padding-bottom: 30px;
  position: relative;
}
.howBePartner:before{
  content: '';
  display: block;
  position: absolute;
  width: 3182px;
  height: 2340px;
  background-image: url(../img/partner-cloud.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: 50%;
  left: -50%;
  margin-top: 117px;
  margin-left: 89px;
}
.howBePartner .picPositionBlock {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.howBePartner .picPositionBlock .left {
  padding: 0 164px;
  padding-top: 41px;
}
.howBePartner .picPositionBlock .right {
  padding: 0 85px 0 26px;
}
.howBePartner .picPositionBlock img {
  position: relative;
}
.howBePartner .picPositionBlock + .textBlock.rows {
  margin-top: 64px;
}
.listHow .listItem {
  position: relative;
  padding-left: 57px;
  margin-bottom: 35px;
}
.listHow .listItem p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}
.listHow span[class*="icon"] {
  font-size: 45px;
  color: #ffb500;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22.5px;
}
.investorsBlock {
  z-index: 1;
  position: relative;
}
.investorsBlock .calcForm {
  margin-bottom: 77px;
}
.investorsBlock .calcForm .btn {
  right: 53px;
}
.investorsBlock .textBlock .caption {
  display: inline-block;
  margin-bottom: 40px;
}
.investorsBlock .textBlock.rows {
  margin-top: 0;
}
.investorsBlock .textBlock p + p {
  margin-top: 35px;
}
.leaves {
  margin: 78px -15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 63px;
}
.leaves .item {
  padding: 0 15px;
}
.leaves .leaf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.leaves .leaf.light {
  background-color: #3b7ee4;
  padding-bottom: 15px;
  padding-left: 85px;
}
.leaves .leaf.light .percent {
  font-size: 70px;
  font-family: "Akrobat";
  font-weight: 700;
  color: #ffb83d;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.leaves .leaf.light .day {
  font-size: 50px;
  font-family: "Akrobat";
  font-weight: 700;
  color: #fff;
  line-height: 35px;
  text-transform: uppercase;
}
.leaves .leaf.yellow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #7b5940 url(../img/bgplan.png) no-repeat center bottom;
}
.leaves .leaf.yellow .capt {
  font-size: 23px;
  font-family: "Akrobat";
  font-weight: 700;
  color: #142549;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
}
.leaves .leaf.yellow .money {
  font-size: 50px;
  font-family: "Akrobat";
  font-weight: 700;
  color: #142549;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
}
.leaves .leaf.dark {
  background-color: #2b468a;
  padding: 0 55px 0 67px;
}
.leaves .leaf.dark p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 35px;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body.cab {
  background: #7b5940 url(../img/cloud_head.png) no-repeat center top;
}
.cabinetBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 260px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  padding: 52px 24px;
  padding-left: 24px;
  padding-right: 15px;
}
.cabMenu .logo {
  margin-bottom: 47px;
}
.cabMenu .logo img {
  margin-right: 24px;
}
.cabMenuList li {
  position: relative;
  padding: 35px 0;
  padding-left: 58px;
}
.cabMenuList li.mobile {
  display: none;
}
.cabMenuList li a {
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
}
.cabMenuList li a:hover,
.cabMenuList li a.active {
  color: #f1c069;
}
.cabMenuList li a:hover span[class*="icon"],
.cabMenuList li a.active span[class*="icon"] {
  color: #f1c069;
}
.cabMenuList li span[class*="icon"] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  position: absolute;
  font-size: 34px;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.cabContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.cabContent .headTop {
  padding: 21px 0;
  margin-right: 9px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-left: 100px;
}
.infoBl {}
.infoBl a {
  color: #f1c069;
  text-decoration: underline;
}
.infoBl_title {
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.infoBlText {
  font-size: 17px;
  color: #ffe7bc;
  display: block;
}
.personalInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 260px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  padding: 70px 30px 30px;
}
.personalInfo .clockBl {
  margin-top: 40px;
}
.personalInfo .user span[class*="icon"] {
  font-size: 55px;
  color: #fff;
  margin-bottom: 43px;
}
.personalInfo .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}
.personalInfo .block.withIP {
  margin-bottom: 40px;
}
.refLink.tumblerLink {
  text-transform: uppercase;
}
.refLink.tumblerLink .link {
  text-decoration: none;
}
.refLink.tumblerLink a {
  line-height: 30px;
  text-decoration: none;
}
.personalInfo .boldText {
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 11px;
}
.personalInfo .boldText.name {
  color: #3b7ee4;
}
.personalInfo .boxBtn {
  margin-top: 70px;
  text-align: center;
  width: 100%;
}
.personalInfo .boxBtn .btn {
  font-size: 17px;
  background-color: #f1c069;
  text-transform: unset;
}
.personalInfo .boxBtn .btn:nth-child(2) {
  margin-top: 15px;
  font-size: 17px;
  background-color: #322318;
  color: #f1c069;
  text-transform: unset;
}
.personalInfo .boxBtn .btn:after {
  opacity: 0.7;
}
.personalInfo .boxBtn .btn:hover {
  opacity: 0.7;
}
.personalInfo .tumbler {
  width: 50px;
  height: 30px;
  background: #ab6b39;
  border-radius: 15px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin: 0 10px 5px 10px;
  position: relative;
}
.personalInfo .tumbler b {
  width: 28px;
  height: 28px;
  background: #c83535;
  position: absolute;
  left: 1px;
  top: 1px;
  border-radius: 14px;
}
.personalInfo .tumbler.on b {
  left: auto;
  right: 1px;
  top: 1px;
  background: #00c616;
}
.personalInfo .link {
  font-size: 17px;
  line-height: 30px;
  color: #ffb83d;
  font-weight: 300;
  text-decoration: underline;
  word-break: break-word;
  text-align: center;
}
.personalInfo .link:hover {
  text-decoration: none;
  color: #fff;
}
.personalInfo .numberInfo {
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  color: #95aac4;
}
.personalInfo .money {
  color: #ffb83d;
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 35px;
  line-height: 30px;
  text-transform: uppercase;
}
.mainCabContent {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 6px 38px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 6px 38px rgba(0, 0, 0, 0.35);
  background-color: #322318;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  padding: 33px 121px;
  padding-right: 115px;
  padding-bottom: 78px;
}
.mainCabContent .caption {
  text-transform: uppercase;
  font-family: "Akrobat";
  font-size: 50px;
  line-height: 90px;
  color: #f1c069;
  font-weight: 700;
  margin-bottom: 57px;
  display: block;
}
.mainCabContent .caption + p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 35px;
  letter-spacing: -0.34px;
}
.mainCabContent .upLineBlocks {
  margin: 0 -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 22px;
  margin-bottom: 50px;
}
.mainCabContent .upLineBlocks .item {
  padding: 0 25px;
}
.mainCabContent .upLineBlocks .block {
  padding: 38px 33px;
  padding-right: 38px;
  padding-bottom: 55px;
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.mainCabContent .upLineBlocks .block span[class*="icon"] {
  color: #ffffff;
  font-size: 55px;
  text-align: right;
}
.mainCabContent .upLineBlocks .block .blockDate {
  position: absolute;
  left: 0;
  top: 20px;
  background: #f1c069;
  color: #0f1b36;
  padding: 0 14px;
  font-size: 13px;
  line-height: 24px;
  border-radius: 0 5px 5px 0;
}
.mainCabContent .upLineBlocks .block .blockCap {
  text-transform: uppercase;
  font-family: "Akrobat";
  font-size: 25px;
  line-height: 33px;
  color: #f1c069;
  margin-bottom: 5px;
  font-weight: 700;
}
.mainCabContent .upLineBlocks .block .link {
  font-size: 20px;
  line-height: 35px;
  color: #f1c069;
  font-weight: 300;
  text-decoration: underline;
  word-break: keep-all;
}
.mainCabContent .upLineBlocks .block .name {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  font-weight: 300;
}
.mainCabContent .upLineBlocks .block .copyLink:hover {
  text-decoration-color: transparent;
}
.mainCabContent .upLineBlocks .block .copyLink {
  font-size: 15px;
  line-height: 35px;
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}
.mainCabContent .upLineBlocks .block.blockBalance .blockCap {
  color: #f1c069;
  font-size: 38px;
  margin-top: -50px;
}
.mainCabContent .upLineBlocks .block.blockBalance .amount {
  color: #ffffff;
  font-size: 60px;
  margin: 10px 0 30px;
}
.mainCabContent .upLineBlocks .block.blockBalance .boxBtn {
  display: flex;
  justify-content: space-between;
}
.mainCabContent .upLineBlocks .block.blockBalance .boxBtn {
  width: 100%;
}
.mainCabContent .upLineBlocks .block.blockBalance .boxBtn a {
  width: calc(50% - 10px);
  padding: 6px 33px 6px 37px;
}
.mainCabContent .upLineBlocks .block.blockBalance .boxBtn a.btnWhite {
  width: calc(50% - 10px);
  padding: 16px 0 16px 0;
  background: none;
  color: #ffffff;
  justify-content: center;
  border: 1px solid white;
}
.mainCabContent .upLineBlocks .block.blockBalance .boxBtn span[class*="icon"] {
  font-size: 14px;
}
.blockStatistic {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.blockStatisticEl {
  width: 100%;
  background: rgba(0,0,0,0.5);
  line-height: 58px;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #f1c069;
  text-transform: uppercase;
}
.blockStatisticEl span {
  font-size: 30px;
  color: #ffffff;
}
.mainCabContent .payments {
  margin: 0 -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.mainCabContent .payments .paymentsBlock {
  width: 100%;
  padding: 0 25px;
}
.mainCabContent .payments .paymentsBlock .semiCapt {
  margin-bottom: 32px;
}
.mainCabContent .payments .paymentsList {
  /* margin: 0 -10px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainCabContent .payments .paymentsListItem {
  width: calc(100% / 7 - 5px);
  padding: 0 10px;
  text-align: center;
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  align-items: center;

  height: 180px;
  margin-bottom: 5px;
}
.mainCabContent .payments .paymentsListItem img {
  margin-bottom: 5px;
  max-width: 80%;
}
.mainCabContent .payments .paymentsListItem .tit {
  color: #f1c069;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
}
.mainCabContent .payments .paymentsListItem .val {
  color: #ffe7bc;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}

.mainCabContent .statistic {
  margin: 0 -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mainCabContent .statistic .statBlock {
  width: 50%;
  padding: 0 25px;
}
.mainCabContent .statistic .statBlock .semiCapt {
  margin-bottom: 32px;
}
.mainCabContent .statistic .statList {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mainCabContent .statistic .statListItem {
  width: 33.33%;
  padding: 0 10px;
}
.mainCabContent .statistic .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  overflow: hidden;
  padding: 18px;
  padding-bottom: 0;
  padding-left: 29px;
}
.mainCabContent .statistic .stat span[class*="icon"] {
  font-size: 37px;
  text-align: right;
  margin-bottom: 37px;
}
.mainCabContent .statistic .stat span[class*="icon"].up {
  color: #f1c069;
}
.mainCabContent .statistic .stat span[class*="icon"].down {
  color: #f1c069;
}
.mainCabContent .statistic .stat .naming {
  text-transform: uppercase;
  font-family: "Akrobat";
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
  max-width: 70%;
}
.mainCabContent .statistic .stat .amount {
  text-transform: uppercase;
  font-family: "Akrobat";
  font-size: 25px;
  line-height: 25px;
  color: #09040c;
  font-weight: 700;
  margin-left: -29px;
  margin-right: -18px;
  padding: 0;
  padding-left: 29px;
  padding-bottom: 3px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  min-height: 46px;
  display: flex;
  align-items: center;
}
.mainCabContent .statistic .stat .amount.up {
  background-color: #f1c069;
}
.mainCabContent .statistic .stat .amount.down {
  background-color: #f1c069;
}
.mainCabContent .semiCapt {
  text-transform: uppercase;
  font-family: "Akrobat";
  font-size: 30px;
  line-height: 90px;
  color: #f1c069;
  font-weight: 700;
  display: block;
}
.mainCabContent .securityBlock {
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  padding: 27px 96px 27px 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
}
.mainCabContent .securityBlock .semiCapt {
  font-size: 25px;
  margin-bottom: 20px;
}
.mainCabContent .securityBlock .blockLabel {
  font-size: 17px;
  line-height: 27px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 32px;
  display: block;
}
.mainCabContent .securityBlock .authBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mainCabContent .securityBlock .auth .key {
  text-transform: uppercase;
  font-family: "Akrobat";
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
}
.mainCabContent .securityBlock .auth .blockLabel {
  margin-bottom: 2px;
}
.mainCabContent .securityBlock .auth img {
  margin: 67px 0;
  margin-bottom: 76px;
}
.mainCabContent .securityBlock .auth .inputLine {
  width: 100%;
}
.mainCabContent .securityBlock .auth .inputLine label {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
}
.mainCabContent .securityBlock .boxBtn {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  text-align: center;
}
.mainCabContent .securityBlock .boxBtn .btn {
  margin: 0 auto;
  display: inline-flex;
}
.mainCabContent .securityBlock .checkedBlock .topBlock {
  margin-bottom: 112px;
}
.mainCabContent .securityBlock .checkedBlock .inputLine {
  margin-bottom: 33px;
}
.mainCabContent .securityBlock .checkedBlock .inputLine label {
  color: #ffe7bc;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  padding-left: 27px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mainCabContent .securityBlock .checkedBlock .inputLine label:hover {
  color: #fff;
}
.mainCabContent .securityBlock .checkedBlock .inputLine label:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #7b5940;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.mainCabContent .securityBlock .checkedBlock .inputLine label:after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f1c069;
  content: "";
  position: absolute;
  left: 3.5px;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 50%;
  margin-top: -3px;
}
.mainCabContent .securityBlock .checkedBlock .inputLine input[type*="radio"],
.mainCabContent .securityBlock .checkedBlock .inputLine input[type*="checkbox"] {
  display: none;
}
.mainCabContent .securityBlock .checkedBlock .inputLine input[type*="radio"]:checked + label:after,
.mainCabContent .securityBlock .checkedBlock .inputLine input[type*="checkbox"]:checked + label:after {
  opacity: 1;
}
.mainCabContent .advertingTabs .ui-tabs-nav {
  padding: 0;
  margin: 0 -10px;
  margin-bottom: 58px;
}
.mainCabContent .advertingTabs .ui-tabs-nav li {
  width: calc( 100% / 5 );
  margin: 0;
  border: 0;
  padding: 0 1px;
  background: transparent;
}
.mainCabContent .advertingTabs .ui-tabs-nav li a {
  width: 100%;
  border: none;
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  background-color: #c28a61;
  padding: 15px;
  text-align: center;
  letter-spacing: 0.5px;
  border-radius: 5px;
}
.mainCabContent .advertingTabs .ui-tabs-nav li.ui-state-hover,
.mainCabContent .advertingTabs .ui-tabs-nav li.ui-state-active {
  border: 0;
}
.mainCabContent .advertingTabs .ui-tabs-nav li.ui-state-hover a,
.mainCabContent .advertingTabs .ui-tabs-nav li.ui-state-active a {
  border: none;
  background-color: #f1c069;
  color: #322318;
}
.mainCabContent .advertingTabs .ui-tabs-panel {
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  padding: 0;
  text-align: center;
}
.mainCabContent .advertingTabs .ui-tabs-panel img {
  border: solid 1px #95aac4;
  margin-top: 145px;
  margin-bottom: 148px;
}
.mainCabContent .advertingTabs .tabContent {
  padding: 65px;
  position: relative;
}
.mainCabContent .advertingTabs .inputLine {
  margin-bottom: 22px;
}
.mainCabContent .advertingTabs .inputLine input {
  text-align: center;
}
.mainCabContent .advertingTabs .boxBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
}
.mainCabContent .advertingTabs .boxBtn .btn {
  color: #fff;
  font-size: 17px;
  margin: 0 auto;
  display: inline-flex;
}
.mainCabContent .editProfileBlock .wrapBlock {
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  padding: 26px 38px;
  position: relative;
  padding-bottom: 74px;
  margin-bottom: 72px;
}
.mainCabContent .editProfileBlock .inputLine {
  margin-bottom: 21px;
}
.mainCabContent .editProfileBlock .inputLine label {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
}
.mainCabContent .editProfileBlock .inputLine input {
  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 11px 3px rgba(0, 0, 0, 0.1);
}
.mainCabContent .editProfileBlock .semiCapt {
  font-size: 25px;
  margin-bottom: 6px;
}
.mainCabContent .editProfileBlock .boxBtn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -24px;
}
.mainCabContent .editProfileBlock .boxBtn .btn {
  padding-bottom: 16px;
  padding-top: 14px;
  margin: 0 auto;
}
.mainCabContent .editProfileBlock .boxBtn .btn span[class*="arrow"] {

}
.mainCabContent .editProfileBlock .topBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -25px;
}
.mainCabContent .editProfileBlock .topBlock > div {
  width: 50%;
  padding: 0 25px;
}
.mainCabContent .paymentData .paymentInput {
  position: relative;
}
.mainCabContent .paymentData .paymentInput img {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}
.mainCabContent .paymentData .paymentInput input {
  padding-right: 70px;
  width: 100%;
}
.mainCabContent .changePass {
  width: 100%;
}
.mainCabContent .changePass .inputsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -27px;
}
.mainCabContent .changePass .inputsBlock .inputLine {
  width: 50%;
  padding: 0 27px;
}
.mainCabContent .depositItem {
  background-color: #7b5940;
  border-top-left-radius: 55px;
  border-bottom-right-radius: 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1164px;
  margin: 0 auto;
}
.mainCabContent .depositItem + .depositItem {
  margin-top: 66px;
}
.mainCabContent .depositItem .daylyBlock {
  background-color: #ffe7bc;
  border-top-left-radius: 55px;
  border-bottom-right-radius: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
}
.mainCabContent .depositItem .daylyBlock .percent {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Akrobat";
  color: #7b5940;
  margin-bottom: 5px;
}
.mainCabContent .depositItem .daylyBlock .day {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Akrobat";
  color: #322318;
}
.mainCabContent .depositItem .boxBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  text-align: center;
}
.mainCabContent .depositItem .boxBtn .btn {
  font-size: 15px;
  padding: 9px;
  padding-left: 18px;
  padding-right: 4px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  letter-spacing: 0.5px;

  margin: 0 auto;
}
.mainCabContent .depositItem .boxBtn .btn span[class*="arrow"] {
  font-size: 9px;
  right: 17px;
}
.mainCabContent .depositItem .boxBtn span[class*="arrow"]:after {
  height: 22px;
  width: 22px;
  margin-top: -11px;
  right: -13px;
}
.mainCabContent .depositAmount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 170px);
  flex: 1 1 calc(50% - 170px);
}
.mainCabContent .depositAmount .amountItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.mainCabContent .depositAmount .amountItem.dep .money {
  color: #f1c069;
}
.mainCabContent .depositAmount .amountItem.dep span[class*="icon"] {
  color: #f1c069;
}
.mainCabContent .depositAmount .amountItem.with .money {
  color: #322318;
}
.mainCabContent .depositAmount .amountItem.with span[class*="icon"] {
  color: #322318;
}
.mainCabContent .depositAmount .amountItem span[class*="icon"] {
  font-size: 35px;
  margin-bottom: 26px;
}
.mainCabContent .depositAmount .amountItem .capt {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Akrobat";
  color: #fff;
}
.mainCabContent .depositAmount .amountItem .money {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Akrobat";
}
.mainCabContent .depInfo {
  background-color: #c28a61;
  border-top-left-radius: 55px;
  border-bottom-right-radius: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.mainCabContent .depInfo .textInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 0;
  padding-left: 40px;
  padding-bottom: 20px;
}
.mainCabContent .depInfo .textInfo .line {
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.mainCabContent .depInfo .textInfo .cap {
  color: #322318;
  margin-bottom: 6px;
}
.mainCabContent .depInfo .textInfo .text {
  color: #fff;
}
.mainCabContent .depInfo .knobBlock {
  border-top-left-radius: 55px;
  border-bottom-right-radius: 55px;
  background-color: #f1c069;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 16px 10px;
  padding-bottom: 27px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 176px;
  flex: 0 0 176px;
}
.mainCabContent .depInfo .knobBlock .knobCap {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Akrobat";
  color: #322318;
  line-height: 19px;
  margin-bottom: 11px;
}
.fonVolnaBot {
  position: relative;
}
.abBlock {

}
.abBlock .aboutBlock {
  margin-top: 86px;
}
.aboutBlock .picPositionBlock .left::before {
  top: -323px;
  left: -91px;
}
.abBlock .picPositionBlock .right {
  padding: 0 24px;
}
.whyBlockab {
  padding: 79px 0 49px;
  max-width: 87%;
  margin: 0 auto;
}
.whyBlockab .caption {
  display: block;
  text-align: center;
}
.whyBlockab .list {
  display: grid;
  grid-column-gap: 38px;
  grid-template-columns: repeat(4, 1fr);
  margin: 70px auto 94px;
  grid-row-gap: 44px;
}
.whyBlockab .item .iconBl {
  font-size: 58px;
  color: #ffb500;
}
.whyBlockab .item .name {
  color: #3b7ee4;
  font-size: 19px;
  font-weight: 700;
  display: block;
  font-family: "Akrobat";
  margin-top: 73px;
  text-transform: uppercase;
}
.whyBlockab .item .txt {
  color: #95aac4;
  font-size: 17px;
  font-weight: 300;
  display: block;
  margin-top: 9px;
  line-height: 24px;
}
.whyBlockab .item {
  border: dashed 1px #fff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 43px 40px 29px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1d396f;
}
.whyBlockab .textBlock .caption {
  text-align: left;
}
.contactsBlock {

}
.contactTop .text {
  color: #95aac4;
  font-size: 20px;
  max-width: 63%;
  margin-top: 42px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 33px;
}
.contactTop .list {
  display: grid;
  grid-column-gap: 31px;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 44px;
  margin-top: 87px;
}
.contactTop .item {
  border: dashed 1px #fff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 100px 40px 31px;
  height: 100%;
  background-color: #1d396f;
  position: relative;
}
.contactTop .item .iconBl {
  font-size: 60px;
  position: absolute;
  right: 27px;
  top: 25px;
  color: #ffb500;
}
.contactTop .item .tit {
  color: #3b7ee4;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Akrobat";
  display: block;
}
.contactTop .item .txt {
  margin-top: 7px;
  max-width: 50%;
  line-height: 25px;
  letter-spacing: 0.3px;
  display: block;
}
.contactTop .item .link {
  color: #ffb500;
  font-size: 17px;
  text-decoration: underline;
  font-weight: 300;
  display: table;
  margin-top: 36px;
}
.contactTop .item .link:hover {
  text-decoration-color: transparent;
}
.mapBl {
  padding: 144px 0 30px;
}
.mapBl .map {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  border: solid 14px rgba(0,0,0,0.5);
  height: 681px;
}
.blockContact {
  background: rgba(0,0,0,0.5);
  padding: 42px 30px;
  border-radius: 15px;
}
.blockContact>span {
  display: block;
  font-size: 20px;
  color: #ffe7bc;
  line-height: 1.4;
  font-weight: 300;
}
.blockContactList {
  display: flex;
  flex-wrap: wrap;
}
.blockContactListEl {
  width: calc(100% / 3);
  font-size: 17px;
  color: #ffe7bc;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 30px;
  text-align: center;
}
.blockContactListEl.button a {
  border: 1px solid #f1c069;
  color: #f1c069;
  padding: 7px 15px;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}
.blockContactListEl.button a:hover {
  border: 1px solid #ffe7bc;
  color: #ffe7bc;
}
.blockContactListEl.social a {
  color: #ffe7bc;
}
.blockContactListEl.address {
  padding: 80px 0 0 0;
  background: url(../img/contact_1.png) no-repeat center top;
}
.blockContactListEl.email {
  padding: 80px 0 0 0;
  background: url(../img/contact_2.png) no-repeat center top;
}
.blockContactListEl.telegram {
  padding: 80px 0 0 0;
  background: url(../img/contact_3.png) no-repeat center top;
}
.blockContactListEl.phone {
  padding: 80px 0 0 0;
  background: url(../img/contact_4.png) no-repeat center top;
}
.blockContactListEl span {
  display: block;
  font-size: 18px;
  color: #f1c069;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blockContactListElCustom {
  text-align: center;
  width: 100%;
}
.blockContactListElCustom .blockContactListEl {
  display: inline-block; width: auto; vertical-align: top;
}
.blockContactListElCustom .blockContactListEl.social a {
  margin: 0 7px;
}
.faqBlock {
}
.faqBl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -45px;
}
.faqBl .column{
  width: 50%;
  padding: 0 45px;
}
.faqBl .column.right{
  margin-top: 0px;
}
.faqBl .faqItem {
  width: 100%;
  margin-bottom: 60px;
}
.faqBl .faqItem:nth-child(2) {

}
.faqBl .faqItem .list {
  margin-top: 59px;
}
.faqBl .faqItem .item + .item {
  margin-top: 26px;
}
.faqBl .faqItem .item .quest.open {
  background-color: #f1c069;
  color: #322318;
}
.faqBl .faqItem .item .quest.open::before {
  color: #fff;
  content: "\e906";
}
.faqBl .faqItem .item .quest::before {
  content: "\e901";
  font-size: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  font-family: "icomoon" !important;
  margin-top: -13px;
  color: #322318;
}
.faqBl .faqItem .item .quest {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  display: block;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  padding: 17px 52px;
  letter-spacing: 0.1px;
  overflow: hidden;
  display: block;
  background-color: #c28a61;
  cursor: pointer;
}
.faqBl .faqItem .item .answer {
  display: none;
  color: #ffe7bc;
  font-size: 17px;
  font-weight: 300;
  padding: 37px 50px 4px 55px;
  letter-spacing: -0.3px;
  line-height: 24px;
}
.grettingsPage {
  padding-bottom: 0;
}
.grettingsPage .picPositionBlock .caption {
  margin-bottom: 59px;
}
.grettingsPage .picPositionBlock .btn {
  margin-top: 28px;
}
.grettingsLineTop + * {
  margin-top: 113px;
}
.grettingsLineTop p {
  max-width: 55%;
}
.grettingsLineTop .caption + * {
  margin-top: 31px;
}
.grettingsPage .picPositionBlock {
  min-height: auto;
  align-items: flex-start;
  margin-bottom: 120px;
}
.grettingsPage .picPositionBlock:last-child{
   margin-bottom: 140px;
}
.grettingsPage .picPositionBlock .right {
  padding: 0 16px;
}
.grettingsPage .picPositionBlock .caption b {
  color: #ffb500;
}
.grettingsPage .picPositionBlock .left {
  left: -40px;
  top: -30px;
}
.grettingsPage .picPositionBlock:nth-child(2n) .left {
  right: -240px;
  left: auto;
}
.grettingsPage .list .picPositionBlock:nth-child(2n) {
  flex-direction: row-reverse;
}
.grettingsPage .picPositionBlock .left::before {
  left: 79px;
  top: 23px;
}
.termsPage {
  /* margin-top: -130px; */
}
.termsPage:before {
  bottom: -1893px;
}
.termsTxtPage .textBlock {
  max-width: 70%;
}
.termsTxtPage .textBlock p + p {
  margin-top: 33px;
}
.termsTxtPage .textBlock p:first-child {
  color: #fff;
}
.listTerms {
  margin-top: 69px;
}
.listTerms .quest {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
  padding: 14px 48px 18px 53px;
  align-items: center;
}
.listTerms .quest .txt {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Akrobat";
  letter-spacing: -0.1px;
}
.listTerms .quest .num {
  color: #f1c069;
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Akrobat";
  font-weight: 700;
}
.listTerms .textBlock {
  padding: 53px 55px 61px;
  font-size: 17px;
}
.listTerms .textBlock p {
  font-size: 17px;
  line-height: 26px;
}
.listTerms .textBlock p + p {
  margin-top: 22px;
}
.modalsScroll {
  overflow: auto;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.modalsScroll .modals {
  height: 100vh;
  width: 100%;
}
.modalsScroll .modals.table {
  display: table;
}
.modalsScroll .modals .tCell {
  padding: 50px 15px;
  overflow: auto;
  display: table-cell;
  vertical-align: middle;
}
.modalsScroll.open {
  z-index: 99;
  display: block;
}
.modalsScroll .closeModal span + span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}
.modalsScroll .closeModal span {
  position: relative;
  background-color: #3d3638;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  width: 100%;
  top: 9px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modalsScroll .closeModal:hover {
  opacity: 0.5;
}
.modalsScroll .closeModal {
  outline: none;
  z-index: 30;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 34px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 9px 13px 11px;
  background-color: #f1c069;
}
.modalsScroll .overlayModal {
  z-index: 4;
  position: fixed;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  opacity: 0.83;
}
.modalsScroll .blockMod {
  position: relative;
  z-index: 5;
  display: none;
  margin: 0 auto;
  max-width: 630px;
  background: #7b5940 url(../img/footercloud.png);
  border-radius: 15px;
}
.modalsScrollStatic {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f160f;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.modalsScrollStatic .blockMod {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  max-width: 840px;
  background: #7b5940 url(../img/footercloud.png);
  border-radius: 15px;
}
.blockMod .in {
  position: relative;
  z-index: 2;
}
.modalsScrollStatic .blockMod .logo {
  display: block;
  margin: 0 auto;
  width: 200px;
}
.blockMod .title {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #f1c069;
  font-size: 50px;
  font-weight: 700;
}
.modalsScrollStatic .blockMod .title {
  margin: 50px 0 0;
}
#modal_dep {
  max-width: 556px;
  max-width: 590px;
}
#modal_confirm_tfa,
#modal_reg,
#modal_login,
#modal_invest,
#modal_withdrawal {
  max-width: 840px;
}
.loginBlock {
  padding: 80px 68px 40px 65px;
}
.loginBlock .formBlock {
  display: flex;
  flex-wrap: wrap;
  padding: 65px 0 0;
  justify-content: space-between;
}
.modalsScrollStatic .loginBlock .formBlock {
  padding: 25px 0 0;
}
.loginBlock .inputLine {
  width: calc(50% - 24px);
  margin-bottom: 19px;
  position: relative;
}
.loginBlock .inputLine label {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}
.loginBlock.login .inputLine:nth-child(3) {
  width: 100%;
}
.loginBlock.reg .inputLine.chek {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 11px;
}
.loginBlock .captchBlock {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000000;
  width: 157px;
  text-align: center;
  height: 52px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginBlock .link {
  color: #ffb83d;
  font-size: 17px;
  text-decoration: underline;
}
.loginBlock .link:hover {
  text-decoration-color: transparent;
}
.loginBlock .btn {
  margin: 0 auto;
  position: relative;
  top: 66px;

}
.chekBl {
  position: relative;
  padding-left: 39px;
}
.chekBl input {
  display: none;
}
.chekBl label a:hover {
  text-decoration-color: transparent;
}
.chekBl label a {
  color: #ffb83d;
  text-decoration: underline;
}
.chekBl label {
  cursor: pointer;
  position: relative;
  color: #95aac4;
  font-size: 17px;
  font-weight: 300;
}
.chekBl label::after {
  content: "";
  position: absolute;
  left: -31px;
  top: 3px;
  background-image: url(../img/chek.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 11px;
  height: 9px;
  opacity: 0;
  transition: all 0.5s;
}
.chekBl input:checked +label::after {
  opacity: 1;
}
.chekBl label::before {
  content: "";
  position: absolute;
  left: -39px;
  top: -5px;
  background-color: #322318;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 27px;
  height: 26px;
}
.lineLinksModals {
  width: 100%;
  margin-top: 37px;
}
.depModals {
  padding: 69px 72px;
}
.depModals .title + * {
  margin-top: 63px;
}
.depModals ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1d396f;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #95aac4;
  font-size: 15px;
  font-weight: 300;
  min-height: 41px;
  padding: 0 24px 0 30px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.depModals ul li + li {
  margin-top: 9px;
}
.depModals ul li .val {
  color: #fff;
  letter-spacing: 0.4px;
  font-weight: 700;
  font-family: "Akrobat";
}
.depModals ul li .val.plan {
  text-transform: uppercase;
  background-color: #3b7ee4;
  padding: 10px 21px 14px 8px;
  position: relative;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  left: 24px;
  letter-spacing: 0.8px;
  font-size: 17px;
}
.depModals ul li .val.sum {
  background-color: #ffb500;
  padding: 10px 24px 14px 0;
  position: relative;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  left: 25px;
  min-width: 192px;
  text-align: right;
  color: #101d3a;
  font-size: 17px;
}
.makeDepBl .leaves {
  justify-content: space-between;
  margin: 0 0 43px;
}
.makeDepBl .leaves .item {
  padding: 0;
  text-align: center;
}
.makeDepBl .leaves .item input[type=radio] {
  display: none;
}
.makeDepBl .leaves .item .capt {
  width: 100%;
  color: #ffb83d;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
.makeDepBl .leaves .item input[type=radio]:checked + label .capt {
  color: #322318;
}
.makeDepBl .leaves .item .money {
  width: 100%;
  color: white;
  font-size: 30px;
}
.makeDepBl .leaves .item input[type=radio]:checked + label .money {
  color: #7b5940;
}
.makeDepBl .leaves .item .leaf {
  line-height: 1.4;
  padding: 10px 0 20px 0;
  cursor: pointer;
  background: #7b5940 url(../img/bgplan.png) no-repeat center bottom;
}
.makeDepBl .leaves .item input[type=radio]:checked + label {
  background: #f1c069 url(../img/bgplan.png) no-repeat center bottom;
}
.makeDepBl .leaves .item .txt {
  color: #ffe7bc;
  font-size: 24px;
  font-weight: 300;
  width: 100%;
  margin-top: 15px;
  line-height: 1.6;
}
.makeDepBl .leaves .item input[type=radio]:checked + label .txt {
  color: #322318;
}
.formWith {
  padding: 0;
}
.formWith .list {
  display: flex;
  justify-content: space-between;
}
.formWith .item {
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  width: calc(50% - 28px);
  padding: 101px 53px 50px 30px;
  position: relative;
}
.formWith .item .iconBl {
  font-size: 55px;
  color: #ffffff;
  position: absolute;
  right: 40px;
  top: 35px;
}
.formWith .item .inputLine {
  position: relative;
}
.formWith .item .inputLine > label {
  width: 100%;
  color: #f1c069;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Akrobat";
  padding-left: 8px;
  margin-bottom: 28px;
}
.formWith .item .inputLine .cur {
  color: #fff;
  font-size: 17px;
  position: absolute;
  right: 19px;
  bottom: 19px;
}
.selectric {
  background-color: #7b5940;
  padding: 0 25px;
  border: 0;
  border-radius: 5px;
  height: 51px;
  font-size: 17px;
  color: white;
}
.selectric .label {
  margin: 0;
  padding: 7px 0 0;
  color: #fff;
  height: 100%;
}
.selectric .button {
  background: transparent;
  background-image: url(../img/arrow_selectric.png);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.selectric .button:after {
  display: none;
}
.formWith .item .selectric-wrapper {
  width: calc(100% - 194px);
}
.chekList {
  position: absolute;
  right: -8px;
  bottom: 1px;
  width: 180px;
}
.chekList .chek + .chek {
  margin-top: 15px;
}
.chekList .chek input {
  display: none;
}
.chekList .chek label {
  position: relative;
  cursor: pointer;
  color: #ffe7bc;
  font-size: 17px;
  font-weight: 300;
  font-family: "Roboto Condensed";
  padding-left: 31px;
  margin-bottom: 0;
}
.chekList .chek label::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  background-color: #322318;
  width: 17px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -8px;
}
.chekList .chek label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  background-color: #f1c069;
  width: 8px;
  height: 8px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -4px;
  opacity: 0;
}
.chekList .chek input:checked + label:after {
  opacity: 1;
}
.formWith .lineSum {
  padding: 63px 0;
}
.formWith .lineSum ul {
  display: flex;
  justify-content: center;
}
.formWith .lineSum li {
  width: calc(50% - 28px);
}
.formWith .lineSum li:first-child {
  text-align: right;
}
.formWith .lineSum li + li {
  margin-left: 56px;
}
.formWith .lineSum li .val,
.formWith .lineSum li .title {
  text-align: inherit;
}
.formWith .lineSum .title {
  display: block;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  font-family: "Akrobat";
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.formWith .lineSum .val {
  display: block;
  color: #ffb83d;
  font-size: 35px;
  font-weight: 700;
  font-family: "Akrobat";
  margin-top: 6px;
  display: block;
  text-align: center;
}
.chekList .title {
  color: #ffe7bc;
  font-size: 17px;
  font-weight: 300;
  display: block;
}
.chekList .val {
  color: #f1c069;
  font-weight: 300;
  font-size: 17px;
  display: block;
  margin-top: 16px;
  font-weight: bold;
}
.formWith .btn {
  margin: 0 auto;

}
.filterBl {
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
}
.filterBl .filterWrap {
  display: flex;
  padding: 38px 28px 6px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filterBl .col {
  display: flex;
  width: calc((100% / 3) + 15px);
  justify-content: space-between;
  flex-wrap: wrap;
}
.filterBl .col:nth-child(3) {
  width: 24%;
}
.filterBl .col2 {
  display: flex;
  width: calc((55%) + 30px);
  justify-content: space-between;
  flex-wrap: wrap;
}
.filterBl .col2:nth-child(2) {
  width: 38%;
}
.filterBl .col2 .inputLine {
  width: calc((100% / 3) - 7px);
  margin-bottom: 17px;
}
.filterBl .col2:nth-child(2) .inputLine {
  width: 100%;
}
.filterBl .inputLine {
  width: calc((100% / 3) - 7px);
}
.filterBl .col:nth-child(3) .inputLine {
  width: 100%;
}
.filterBl .inputLine label {
  width: 100%;
}
.filterBl .btn {
  margin: 0 auto;
  position: relative;
  top: 32px;
}
.historyList {
  padding: 84px 0 0;
}
.historyList + .pagination {
  margin-top: 62px;
}
.historyList .item {
  background: rgba(0,0,0,0.5);
  overflow: hidden;
  border-radius: 5px;
  padding: 0 0 0 33px;
}
.historyList .item + .item {
  margin-top: 26px;
}
.historyList .item ul {
  display: flex;
  align-items: center;
}
.historyList .item .tit {
  width: 100%;
  font-size: 15px;
  color: #ffe7bc;
  font-weight: 300;
  display: block;
  margin-bottom: 0;
}
.historyList .item .dscrpt {
  width: 100%;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.historyList .item .name {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  font-family: "Akrobat";
  text-transform: uppercase;
}
.historyList .item .date {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  font-family: "Akrobat";
}
.historyList .item .pic {
  width: 70px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
}
.historyList .item ul li {
  width: calc(100% / 6);
}
.historyList .item ul li:nth-child(1) {
  width: 28%;
}
.historyList .item ul li:nth-child(2) {
  width: 28%;
}
.historyList .item ul li:nth-child(3) {
  width: 28%;
}
.historyList .item .sum .tit {
  color: #ffe7bc;
}
.historyList .item .sum {
  color: #ffe7bc;
  position: relative;
  z-index: 2;
  padding: 9px 45px;
}
.historyList .item .sum1 {
  width: 14%;
}
.historyList .item .sum2 .val {
  color: #fff;
}
.historyList .item .sum2 {
  width: 15%;
}
.historyList .item .sum3 .val {
  color: #fff;
}
.historyList .item .sum::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 45px);
  height: 100%;
  z-index: -1;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
}
.historyList .item .sum1::before {
  background-color: #84715a;
}
.historyList .item .sum2::before {
  background-color: #6c4c35;
}
.historyList .item .sum3::before {
  background-color: #4f3928;
}
.historyList .item .sum3 {
  width: 17%;
}
.historyList .item .val {
  font-size: 20px;
  font-weight: 700;
  font-family: "Akrobat";
}
.historyList .item .sum3 .tit {
  color: #ffe7bc;
}
.reffList .text {
  color: #ffe7bc;
  font-size: 20px;
  max-width: 63%;
  margin-top: 42px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 33px;
}
.reffList .list {
  display: grid;
  grid-column-gap: 52px;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 44px;
}
.reffList .item {
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  padding: 100px 40px 62px;
  height: 100%;
  position: relative;
}
.reffList .item .val {
  color: #ffe7bc;
  font-size: 30px;
  font-weight: 700;
  font-family: "Akrobat";
  margin-top: 11px;
  display: block;
}
.reffList .item .iconBl {
  font-size: 60px;
  position: absolute;
  right: 38px;
  top: 36px;
  color: #ffffff;
}
.reffList .item ul {
  display: flex;
  margin-top: 9px;
}
.reffList .item ul li {
  color: #fff;
  font-size: 20px;
  display: block;
}
.reffList .item ul li + li {
  margin-left: 35px;
}
.reffList .item .name {
  color: #fff;
  font-size: 20px;
  display: block;
  width: 100%;
  margin-top: 13px;
}
.reffList .item .tit {
  color: #f1c069;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Akrobat";
  display: block;
}
.reffList .item .txt {
  margin-top: 7px;
  max-width: 50%;
  line-height: 25px;
  letter-spacing: 0.3px;
  display: block;
}
.reffList .item .link {
  color: #f1c069;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 300;
  display: table;
  margin-top: 16px;
}
.reffList .item .link:hover {
  text-decoration-color: transparent;
}
.reffTable {
  display: flex;
  justify-content: space-between;
  padding: 48px 0 54px;
}
.reffTable .filterBl .filterWrap {
  padding: 23px 54px 3px 57px;
}
.reffTable .filterBl .col {
  width: 100%;
  margin-bottom: 17px;
}
.reffTable .filterBl .col label {
  margin-bottom: 8px;
}
.reffTable .item {
  width: calc(50% - 27px);
}
.reffTable .line + .line {
  margin-top: 26px;
}
.reffTable .line {
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  border-radius: 5px;
  padding: 10px 25px;
}
.reffTable .line ul {
  display: flex;
  align-items: center;
}
.reffTable .line ul li:nth-child(1) {
  width: 54%;
}
.reffTable .line ul li:nth-child(2) {
  width: 35%;
}
.reffTable .line ul li:nth-child(3) {
  width: 10%;
}
.reffTable .line ul li .tit {
  color: #ffe7bc;
  font-size: 15px;
  font-weight: 300;
  display: block;
}
.reffTable .line ul li .date {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  font-family: "Akrobat";
}
.reffTable .line ul li .val {
  font-size: 17px;
  font-weight: 700;
  font-family: "Akrobat";
}
.reffTable .line ul li .color1 {
  color: #f1c069;
}
.reffTable .line ul li .color2 {
  color: #f1c069;
}
.youRefTable .caption {
  font-size: 30px;
  margin-bottom: 31px;
}
.youRefTable .list .item.open ul {
  background-color: #f1c069;
}
.youRefTable .list .item.open ul li .tit,
.youRefTable .list .item.open ul li .name,
.youRefTable .list .item.open ul li .link,
.youRefTable .list .item.open ul li .txt {
  color: #322318;
}
.youRefTable .list .item.open::before {
  content: "\e906";
  color: #fff;
}
.youRefTable .list .item {
  position: relative;
}
.youRefTable .list .item::before {
  content: "\e901";
  position: absolute;
  left: 14px;
  top: 11px;
  font-family: "icomoon" !important;
  font-size: 27px;
  color: #ffe7bc;
}
.youRefTable .list .item + .item {
  margin-top: 30px;
}
.youRefTable .list .item ul {
  display: flex;
  background-color: #1e150e;
  overflow: hidden;
  border-radius: 5px;
  padding: 7px 58px;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.youRefTable .list .item ul li {
  width: 25%;
}
.youRefTable .list .item ul li:nth-child(1) {
  width: 18%;
}
.youRefTable .list .item ul li:nth-child(2) {
  width: 27%;
}
.youRefTable .list .item ul li:nth-child(3) {
  width: 32%;
}
.youRefTable .list .item ul li:nth-child(4) {
  width: 11%;
}
.youRefTable .list .item ul li .tit {
  color: #ffe7bc;
  font-size: 15px;
  display: block;
}
.youRefTable .list .item ul li .name {
  font-size: 19px;
  font-weight: 700;
  display: block;
  color: #fff;
  font-family: "Akrobat";
  text-transform: uppercase;
  margin-top: 2px;
}
.youRefTable .list .item ul li .date {
  font-size: 17px;
  font-weight: 300;
  display: block;
  color: #fff;
  font-family: "Akrobat";
}
.youRefTable .list .item ul li .link {
  color: #f1c069;
  font-size: 17px;
  font-weight: 700;
  display: block;
  font-family: "Akrobat";
  text-decoration: underline;
}
.youRefTable .list .item ul li .txt {
  font-size: 17px;
  font-weight: 700;
  display: block;
  color: #fff;
  font-family: "Akrobat";
}
.youRefTable .list .item ul li .link:hover {
  text-decoration-color: transparent;
}
.youRefTable .textBot {
  background-color: #7b5940;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 28px;
  padding: 18px 57px;
  display: none;
}
.youRefTable .textBot .txt {
  color: #ffe7bc;
  font-size: 15px;
  font-weight: 300;
}
.youRefTable .textBot .txt span {
  color: #f1c069;
}
.selectric-items {
  border: 0;
  color: #fff;
}
.selectric-items ul {
  background-color: #7b5940;
  border: 0;
}
.selectric-items ul li {
  color: #fff;
}
.menuBtn {
  width: 35px;
  display: none;
}
.menuBtn span {
  width: 100%;
  display: block;
  background-color: #fff;
  height: 3px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menuBtn span + span {
  margin-top: 6px;
}
.menuBtn.selected span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
.menuBtn.selected span:nth-child(2) {
  opacity: 0;
}
.menuBtn.selected span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -8px;
}
.logoMobile {
  display: none;
}
.mainMenu .mobile {
  display: none;
}
.mainMenu ul li.reg a {
  color: #ffb500;
}
.mainMenu ul li.log a {
  color: #f1c069;
}
header {
  position: relative;
}
header::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background-image: url(../img/cloud_head.png);
  background-repeat: no-repeat;
  width: 1920px;
  height: 1067px;
  margin-left: -960px;
  margin-top: 0;
  z-index: -1;
}
.cloud_left {
  position: absolute;
  left: calc(50% - 1300px) !important;
  top: -630px;
  background-image: url(../img/cloud_left.png);
  background-repeat: no-repeat;
  width: 673px;
  height: 1076px;
  z-index: -2;
}
.cloud_right {
  position: absolute;
  left: calc(50% + 92px) !important;
  top: -224px;
  background-image: url(../img/cloud_right.png);
  background-repeat: no-repeat;
  width: 1242px;
  height: 1197px;
  z-index: -2;
}
.refProgramm {
}
.innerPages .cloud_right {
  background-image: url("../img/cloud_right_site.png");
}

.table_stat_wrapper {
  width: 100%;
  overflow-x: auto;
}

.table_stat {
  width: 100%;
  margin-top: 40px;
}
.table_stat tr th {
  background: rgba(0,0,0,0.5);
  padding: 15px 15px;
  text-align: center;
  vertical-align: middle;
}
.table_stat tr th:last-child {
  text-align: right;
}
.table_stat tr td {
  width: 33%;
  background: rgba(0,0,0,0.3);
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}
.table_stat tr:nth-child(2n) td {
  background: rgba(0,0,0,0.1);
}
.table_stat tr td:last-child {
  text-align: right;
}
.table_stat tr td img {
  max-height: 30px;
  vertical-align: middle;
}

.table_stat_wrapper2 {
  width: 100%;
  overflow-x: auto;
}

.table_stat2 {
  width: 100%;
  margin-top: 40px;
}
.table_stat2 tr th {
  background: rgba(0,0,0,0.5);
  padding: 15px 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.table_stat2 tr th:last-child {
  text-align: right;
}
.table_stat2 tr td {
  background: rgba(0,0,0,0.3);
  padding: 15px 15px;
  text-align: center;
  vertical-align: middle;
}
.table_stat2 tr td:nth-child(1) {
  width: 15%;
  text-align: left;
  font-size: 18px;  
}
.table_stat2 tr td:nth-child(2) {
  width: 16%;
  font-size: 20px;
  color: #f1c069;  
}
.table_stat2 tr td:nth-child(3) {
  width: 30%;
  font-size: 18px;  
}
.table_stat2 tr td:nth-child(4) {
  width: 9%;
  font-size: 18px;  
}
.table_stat2 tr td:nth-child(5) {
  width: 30%;
  text-align: right;  
  line-height: 1.7;
}
.table_stat2 tr:nth-child(2n) td {
  background: rgba(0,0,0,0.1);
}
.table_stat2 tr td.head {
  font-size: 18px;
  background: rgba(0,0,0,0.6);  
  color: #ffe7bc;
}
.table_stat2 tr td img {
  max-height: 30px;
  vertical-align: middle;
}

.default_table {
  padding-bottom: 30px;
  max-width: 700px;
  margin: 0 auto;
}
.default_table table {

}
.default_table table tr th {
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 10px 30px 10px 0;
    font-weight: 400;
}
.default_table table tr td {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0 10px 0;
}

.deposit_table table {
  width: 100%;
}
.deposit_table table thead tr th {
  background: rgba(0,0,0,0.7);
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
}
.deposit_table table tr th,
.deposit_table table tr td {
  background: rgba(0,0,0,0.2);
  border-bottom: 1px solid black;
  padding: 10px 20px;
}
.deposit_table table tr td {
  font-weight: 300;
}
.deposit_table table tr.bg th,
.deposit_table table tr.bg td {
  background: rgba(0,0,0,0.5);
}
.deposit_table table tr.center td {
  border: 0;
  text-align: center;
  padding: 20px 0 0;
}
.deposit_table table tr.green td {
  background: #039746;
  color: white;
  border-radius: 10px;
  border-bottom: 0;
}
.deposit_table table tr.blue td {
  background: #6996d2;
  color: white;
  line-height: 1.4;
  border-radius: 10px;
  border-bottom: 0;
}
.deposit_table form {
  text-align: center;
}
.deposit_table form input {
  margin: 0;
}
.deposit-process-wrap,
.deposit-cancel-wrap {
  margin: 0 10px;
}

.sbmt {
    font-family: "Akrobat";
    background-color: transparent;
    font-size: 17px;
    position: relative;
    text-align: center;
    display: table;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 20px 15px 20px;
    letter-spacing: 0.6px;
    background: #f1c069;
    color: #09040c;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;

    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
.sbmt:hover {
  background: #ffb83d;
}

ul.errors li {
    color: red;
    padding: 10px 0;
}
