@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  padding: 0px;
  -webkit-outline: none;
  outline: none;
  position: relative;
  min-width: 320px;
  max-height: 1000000px;
  min-height: 100vh;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active,
:hover,
:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
  -webkit-outline: none;
  outline: none;
}

ul,
ol {
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

li {
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

iframe {
  display: block;
  border: none;
}

img {
  display: block;
  border: none;
  max-width: 100%;
}

textarea {
  white-space: pre-wrap;
  resize: none;
}

button,
select {
  display: block;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: none;
}

button {
  width: auto;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

[type=search],
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  -webkit-outline: none;
  outline: none;
}

[type=search]::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[hidden],
::-ms-clear,
area {
  display: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  padding: 0;
}

menu,
dir {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-outline: none;
  outline: none;
}

[type=date]::-webkit-inner-spin-button {
  display: none;
}

[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* sass --watch scss/style.scss:css/style.css */
body {
  max-width: 1920px;
  background-color: #f8faff;
  font-family: "Gilroy";
  font-size: 17px;
  line-height: 30px;
  color: #1c2433;
  font-weight: normal;
  overflow-x: hidden;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.container {
  margin: 0 auto;
  width: 1440px;
  padding: 0 17px;
}

.siteWrapper {
  overflow: hidden;
}

.cabWrapper {
  min-height: 100vh;
}

[class*=btnMain] {
  display: block;
  height: 73px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 27px 15px;
  font-family: "Gilroy";
  background-color: #00e4fa;
  border: 2px solid #00e4fa;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  line-height: 15px;
  color: #25336f;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}

[class*=btnMain]:hover {
  background-color: #fff;
  color: #00e4fa;
}

[class*=btnMain][class*=Border] {
  background-color: transparent;
  color: #00e4fa;
}

[class*=btnMain][class*=Border]:hover {
  background-color: #fff;
  color: #00e4fa;
  border-color: #00e4fa;
}

[class*=btnMain][class*=BorderLighter] {
  background-color: #fff;
  border: 2px solid #eef1f8;
  color: #25336f;
}

[class*=btnMain][class*=BorderLighter]:hover {
  background-color: #fff;
  color: #00e4fa;
  border-color: #00e4fa;
}

[class*=btnMain][class*=Darker] {
  background-color: #202d65;
  color: #00e4fa;
  border-color: #202d65;
}

[class*=btnMain][class*=Darker]:hover {
  background-color: #fff;
  color: #00e4fa;
  border-color: #00e4fa;
}

[class*=btnMain][class*=White] {
  background-color: #fff;
  border-color: #fff;
  color: #202d65;
}

[class*=btnMain][class*=White]:hover {
  background-color: #00e4fa;
  color: #fff;
  border-color: #00e4fa;
}

[class*=btnMain][class*=Right] {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

[class*=btnMain][class*=Left] {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.textBlock p {
  color: inherit;
}

.textBlock p+p {
  margin-top: 30px;
}

.textBlock.light {
  color: #fff;
}

.textBlock ul li {
  position: relative;
  padding-left: 26px;
}

.textBlock ul li:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  background-color: #00e4fa;
  left: 0;
  top: 12px;
}

.textBlock+.textBlock {
  margin-top: 30px;
}

.textBlock .textCaption {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #3c58c8;
  font-weight: bold;
}

.inputLabel {
  display: block;
  font-size: 15px;
  line-height: 40px;
  color: #ffffff;
}

.inputWrapper {
  position: relative;
  -webkit-box-shadow: 0px 0px 33px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0px 0px 33px 0 rgba(67, 89, 181, 0.07);
  box-shadow: 0px 0px 33px 0 rgba(67, 89, 181, 0.07);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.inputWrapper+.inputWrapper {
  margin-top: 41px;
}

.inputWrapper input,
.inputWrapper textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #fff;
  font-family: "Gilroy";
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  line-height: 18px;
  color: #1c2433;
  font-weight: normal;
}

.inputWrapper.uploadWrapper {
  height: 59px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background-color: #edeff7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
  -moz-box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
  box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
}

.inputWrapper.uploadWrapper input {
  background-color: transparent;
  height: auto;
  border: none;
  font-family: "Gilroy";
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  line-height: 12px;
  color: #1c285d;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.inputWrapper.checkedWrapper {
  -webkit-box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
  -moz-box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
  box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
}

.inputWrapper.checkedWrapper:after {
  content: "";
  display: block;
  clear: both;
}

.inputWrapper.checkedWrapper label {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: #1c285d;
  font-weight: 300;
  letter-spacing: 0.025em;
  padding-left: 41px;
  cursor: pointer;
  min-height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.inputWrapper.checkedWrapper label:before,
.inputWrapper.checkedWrapper label:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.inputWrapper.checkedWrapper label:before {
  background-color: #fff;
}

.inputWrapper.checkedWrapper label:after {
  background-image: url(../img/icon-check.svg);
  background-size: 12px auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.inputWrapper.checkedWrapper label:hover:after {
  opacity: 0.2;
}

.inputWrapper.checkedWrapper label a {
  color: #00e4fa;
  text-decoration: underline;
  -webkit-transition: text-decoration-color 0.4s;
  -moz-transition: text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s;
}

.inputWrapper.checkedWrapper label a:hover {
  text-decoration-color: transparent;
}

.inputWrapper.checkedWrapper input {
  display: none;
}

.inputWrapper.checkedWrapper input:checked+label:after {
  opacity: 1;
}

.inputWrapper.checkedWrapper.lightInput label {
  color: #fff;
}

.inputWrapper.paymentWrapper .icon {
  display: block;
  width: 48px;
  height: 51px;
  position: absolute;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1c285d;
  right: 4px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.inputWrapper input {
  height: 59px;
  padding: 0 22px;
}

.inputWrapper textarea {
  height: 138px;
  padding: 20px 22px;
}

.inputWrapper .postfix {
  display: block;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 47px;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 59px;
  color: #1c2433;
  font-weight: bold;
}

.inputWrapper.captchaWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.inputWrapper.captchaWrapper .captchaImage {
  height: 59px;
  background-color: #3d51a7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.inputWrapper.captchaWrapper .captchaImage img {
  margin: 0 auto;
  max-height: 50px;
}

b,
strong {
  color: inherit;
  font-weight: bold;
}

::selection {
  color: #fff;
  background-color: #000000;
  -webkit-text-fill-color: #fff;
}

::-webkit-input-placeholder {
  font-weight: 300;
  color: #9ca2ba;
  opacity: 0.87;
  letter-spacing: 0.025em;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

::-moz-placeholder {
  font-weight: 300;
  color: #9ca2ba;
  opacity: 0.87;
  letter-spacing: 0.025em;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

:-moz-placeholder {
  font-weight: 300;
  color: #9ca2ba;
  opacity: 0.87;
  letter-spacing: 0.025em;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

:-ms-input-placeholder {
  font-weight: 300;
  color: #9ca2ba;
  opacity: 0.87;
  letter-spacing: 0.025em;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

:disabled::-webkit-input-placeholder {
  opacity: 0.5;
}

:disabled::-moz-placeholder {
  opacity: 0.5;
}

:disabled:-moz-placeholder {
  opacity: 0.5;
}

:disabled:-ms-input-placeholder {
  opacity: 0.5;
}

@media (max-width: 1439px) {
  .container {
    width: 1280px;
    padding: 0 15px;
  }
}

@media (max-width: 1279px) {
  .container {
    width: 1024px;
    padding: 0 10px;
  }
}

@media (max-width: 1023px) {
  .container {
    width: 640px;
    max-width: 100%;
  }

  body {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 639px) {
  .container {
    width: 100%;
    max-width: 480px;
  }
}

@-webkit-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-moz-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-o-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-moz-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-o-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes textColour {
  0% {
    color: #fff;
  }

  100% {
    color: #00e4fa;
  }
}

@-moz-keyframes textColour {
  0% {
    color: #fff;
  }

  100% {
    color: #00e4fa;
  }
}

@-o-keyframes textColour {
  0% {
    color: #fff;
  }

  100% {
    color: #00e4fa;
  }
}

@keyframes textColour {
  0% {
    color: #fff;
  }

  100% {
    color: #00e4fa;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #1c285d;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader.done {
  opacity: 0;
  visibility: hidden;
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

@keyframes hidePreloader {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.e-loadholder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 240px;
  height: 240px;
  border: 5px solid #6274c8;
  border-radius: 120px;
  box-sizing: border-box;
}

.e-loadholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background-color: #1c285d;
  transform-origin: center;
  z-index: 0;
}

.e-loadholder:after {
  width: 100px;
  height: 200%;
  -webkit-animation: outerRotate2 30s infinite linear;
  -moz-animation: outerRotate2 30s infinite linear;
  -o-animation: outerRotate2 30s infinite linear;
  animation: outerRotate2 30s infinite linear;
}

.e-loadholder .m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 200px;
  height: 200px;
  color: #888;
  text-align: center;
  border: 5px solid #00e4fa;
  border-radius: 100px;
  box-sizing: border-box;
  z-index: 20;
  text-transform: uppercase;
}

.e-loadholder .m-loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background-color: #1c285d;
  transform-origin: center;
  z-index: -1;
}

.e-loadholder .m-loader:after {
  width: 100px;
  height: 106%;
  -webkit-animation: outerRotate1 15s infinite linear;
  -moz-animation: outerRotate1 15s infinite linear;
  -o-animation: outerRotate1 15s infinite linear;
  animation: outerRotate1 15s infinite linear;
}

.e-loadholder .m-loader .e-text {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  -webkit-animation: textColour 1s alternate linear infinite;
  -moz-animation: textColour 1s alternate linear infinite;
  -o-animation: textColour 1s alternate linear infinite;
  animation: textColour 1s alternate linear infinite;
  width: 140px;
  height: 140px;
  text-align: center;
  border: 5px solid #6274c8;
  border-radius: 70px;
  box-sizing: border-box;
  z-index: 20;
}

.e-loadholder .m-loader .e-text:before,
.e-loadholder .m-loader .e-text:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background-color: #1c285d;
  transform-origin: center;
  z-index: -1;
}

.e-loadholder .m-loader .e-text:before {
  width: 110%;
  height: 40px;
  -webkit-animation: outerRotate2 3.5s infinite linear;
  -moz-animation: outerRotate2 3.5s infinite linear;
  -o-animation: outerRotate2 3.5s infinite linear;
  animation: outerRotate2 3.5s infinite linear;
}

.e-loadholder .m-loader .e-text:after {
  width: 40px;
  height: 110%;
  -webkit-animation: outerRotate1 8s infinite linear;
  -moz-animation: outerRotate1 8s infinite linear;
  -o-animation: outerRotate1 8s infinite linear;
  animation: outerRotate1 8s infinite linear;
}

#particleCanvas-White {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 100%;
  height: 50%;
  opacity: 0.1;
}

#particleCanvas-Blue {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 300px;
  height: 300px;
}

.selectric {
  border: 1px solid #fff;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.selectric .label {
  font-size: 15px;
  line-height: 57px;
  color: #1c2433;
  font-weight: normal;
  margin: 0 47px 0 22px;
  height: 57px;
}

.selectric .label .placeholder {
  display: block;
  color: #a0aad4;
  opacity: 0.87;
  font-weight: 300;
  font-size: 15px;
  line-height: 57px;
  letter-spacing: 0.025em;
}

.selectric .icon {
  display: block;
  position: absolute;
  width: 47px;
  text-align: center;
  height: 100%;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 59px;
  color: #1c285d;
  letter-spacing: 0em;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.selectric-items {
  background: transparent;
  border: none;
  -webkit-box-shadow: 0 0 33px 0 rgba(28, 40, 93, 0.07);
  -moz-box-shadow: 0 0 33px 0 rgba(28, 40, 93, 0.07);
  box-shadow: 0 0 33px 0 rgba(28, 40, 93, 0.07);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.selectric-items ul,
.selectric-items li {
  font-size: 14px;
  line-height: 17px;
  min-height: 18px;
}

.selectric-items ul {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
}

.selectric-items li {
  color: #2c2c2e;
  padding: 20px 22px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}

.selectric-items li:first-child {
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -ms-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -ms-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
}

.selectric-items li:last-child {
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -ms-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -ms-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.selectric-items li.selected {
  background-color: #202d65;
  color: #fff;
}

.selectric-items li:hover {
  background-color: #00e4fa;
  color: #1c285d;
}

.selectric-items li.highlighted {
  color: #fff;
  background-color: #202d65;
}

.paymentsSelect .selectric .payIcon {
  display: block;
  background-color: #1c285d;
  width: 48px;
  height: 50px;
  position: absolute;
  left: 4px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.paymentsSelect .selectric .label {
  margin-left: 71px;
}

.paymentsSelect .selectric-items .payIcon {
  display: block;
  background-color: #1c285d;
  width: 48px;
  height: 50px;
  position: absolute;
  left: 4px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.paymentsSelect .selectric-items li {
  padding-left: 71px;
}

.paymentsSelect .selectric-items li.selected .payIcon {
  background-color: #00e4fa;
}

.selectric-above .selectric-items {
  margin-bottom: 2px;
}

.selectric-below .selectric-items {
  margin-top: 2px;
}

.selectric-hover .selectric,
.selectric-open .selectric,
.selectric-focus .selectric {
  border-color: transparent;
}

.selectric-open .selectric .icon {
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.slick-list {
  overflow: visible;
}

.carouselNav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.carouselNav .slick-arrow {
  text-align: center;
  width: 70px;
  height: 70px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #eef1f8;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.carouselNav .slick-arrow .icon {
  display: block;
  width: 66px;
  font-size: 14px;
  line-height: 66px;
  color: #1c285d;
}

.carouselNav .slick-arrow:hover {
  background-color: #00e4fa;
}

.carouselNav .slick-arrow.slick-prev .icon {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.carouselNav .slick-arrow.slick-next .icon {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.carouselNav .slick-arrow+.slick-arrow {
  margin-left: 20px;
}

.slick-slider .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.slick-slider .slick-slide.slick-active {
  opacity: 1;
}

.slick-slider .item {
  display: block !important;
}

.ui-helper-clearfix::before,
.ui-helper-clearfix::after {
  display: none;
}

.ui-widget button {
  font-size: 14px;
  line-height: 15px;
  color: #25336f;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Gilroy";
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}

.ui-tabs {
  padding: 0;
}

.ui-tabs .ui-tabs-panel {
  padding: 0;
}

.ui-tabs .ui-tabs-nav {
  padding: 0;
}

.ui-tabs .ui-tabs-nav li {
  margin: 0;
  white-space: normal;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
  padding: 0;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: inherit;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: inherit;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: transparent;
  font-weight: normal;
  color: inherit;
}

.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none;
  background: transparent;
  font-weight: normal;
  color: inherit;
}

.ui-widget-content {
  border: none;
  background: transparent;
  color: inherit;
}

.ui-widget-content a {
  color: inherit;
}

.ui-widget {
  font-family: "Gilroy";
  font-size: inherit;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-widget-header {
  border: none;
  background: transparent;
  color: inherit;
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1;
}

.ui-state-disabled {
  pointer-events: initial;
}

.ui-state-disabled .linkTab .tabLinkInner {
  opacity: 0.33;
  filter: blur(5px);
}

.logoLink {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.logoLink>a,
.logoLink .invisBtn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
}

.logoLink:hover {
  opacity: 0.6;
}

.langMenu {
  width: 105px;
  position: relative;
  z-index: 3;
  padding: 5px 0;
}

.langMenu .langBtn {
  display: block;
  padding-left: 54px;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

.langMenu .langVal {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.langMenu .flag {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -16px;
}

.langMenu .icon {
  display: block;
  position: absolute;
  width: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  right: 0;
  top: 0;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}

.langMenu .langListMenu {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-color: #1c285d;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  top: 100%;
  padding: 10px 0;
  left: 0;
  -webkit-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
}

.langMenu .langListMenu .langBtn {
  padding-right: 4px;
}

.langMenu .langListMenu .langBtn:hover .langVal {
  color: #00e5fa;
}

.langMenu:hover .langListMenu {
  opacity: 1;
  visibility: visible;
}

.langMenu:hover .icon {
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.simpleLink {
  color: #00e5fa;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: text-decoration-color 0.4s, color 0.4s;
  -moz-transition: text-decoration-color 0.4s, color 0.4s;
  -o-transition: text-decoration-color 0.4s, color 0.4s;
  transition: text-decoration-color 0.4s, color 0.4s;
}

.simpleLink.colorSecond {
  color: #4359b5;
}

.simpleLink:hover {
  text-decoration-color: transparent;
}

.menuBurger {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
}

.menuBurger span {
  display: block;
  background-color: #fff;
  height: 2px;
  position: absolute;
  width: 36px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
}

.menuBurger span:first-child {
  margin-top: -11px;
  -moz-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  -webkit-transform: translateX(-50%) rotate(0deg);
  -o-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  -webkit-transition: margin-top 0.2s 0.2s, transform 0.2s 0s;
  -moz-transition: margin-top 0.2s 0.2s, transform 0.2s 0s;
  -o-transition: margin-top 0.2s 0.2s, transform 0.2s 0s;
  transition: margin-top 0.2s 0.2s, transform 0.2s 0s;
}

.menuBurger span:nth-child(2) {
  margin-top: -1px;
  -webkit-transition: opacity 0s 0.2s;
  -moz-transition: opacity 0s 0.2s;
  -o-transition: opacity 0s 0.2s;
  transition: opacity 0s 0.2s;
}

.menuBurger span:nth-child(3) {
  margin-top: 9px;
  -moz-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  -webkit-transform: translateX(-50%) rotate(0deg);
  -o-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  -webkit-transition: margin-top 0.2s 0.2s, transform 0.2s 0s;
  -moz-transition: margin-top 0.2s 0.2s, transform 0.2s 0s;
  -o-transition: margin-top 0.2s 0.2s, transform 0.2s 0s;
  transition: margin-top 0.2s 0.2s, transform 0.2s 0s;
}

.menuBurger.activeBurger span:first-child {
  margin-top: -1px;
  -moz-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transition: margin-top 0.2s 0s, transform 0.2s 0.2s;
  -moz-transition: margin-top 0.2s 0s, transform 0.2s 0.2s;
  -o-transition: margin-top 0.2s 0s, transform 0.2s 0.2s;
  transition: margin-top 0.2s 0s, transform 0.2s 0.2s;
}

.menuBurger.activeBurger span:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0s 0.2s;
  -moz-transition: opacity 0s 0.2s;
  -o-transition: opacity 0s 0.2s;
  transition: opacity 0s 0.2s;
}

.menuBurger.activeBurger span:nth-child(3) {
  margin-top: -1px;
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transition: margin-top 0.2s 0s, transform 0.2s 0.2s;
  -moz-transition: margin-top 0.2s 0s, transform 0.2s 0.2s;
  -o-transition: margin-top 0.2s 0s, transform 0.2s 0.2s;
  transition: margin-top 0.2s 0s, transform 0.2s 0.2s;
}

.accent {
  color: #00e5fa;
}

.mainTitle {
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
}

.siteHeader {
  padding-top: 43px;
  position: relative;
  z-index: 1;
}

.siteHeader .logoWrapper {
  margin-right: auto;
  position: relative;
  z-index: 1;
  width: 267px;
}

.siteHeader .logoWrapper .logoLink {
  display: table;
  margin: 0 auto;
}

.siteHeader .logoWrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 267px;
  height: 203px;
  border: 2px solid #3a4ea0;
  border-top: none;
  left: 0;
  top: -43px;
  -webkit-border-bottom-right-radius: 70px;
  -moz-border-radius-bottomright: 70px;
  -ms-border-bottom-right-radius: 70px;
  border-bottom-right-radius: 70px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.siteHeader .headerContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.siteHeader .headerInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -175px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 69px 0 0;
}

.siteHeader .menuInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.siteHeader .logoLink {
  width: 99px;
}

.siteHeader .langMenu {
  margin-top: 2px;
}

.siteHeader .linkMenu {
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.025em;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.siteHeader .linkMenu.active,
.siteHeader .linkMenu:hover {
  color: #00e5fb;
}

.siteHeader .listMenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.siteHeader .listMenu li+li {
  margin-left: 35px;
}

.siteHeader .menuWrapper {
  margin-left: 103px;
}

.siteHeader .signLinksMenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 95px;
}

.siteHeader .signLinksMenu [class*=btnMain] {
  width: 154px;
  padding: 19px 15px;
  background-color: transparent;
  line-height: 14px;
  color: #fff;
  height: 56px;
  border-color: #1d89b9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.siteHeader .signLinksMenu [class*=btnMain]:hover {
  background-color: #00e4fa;
  border-color: #00e4fa;
}

.siteHeader .signLinksMenu li+li {
  margin-left: 31px;
}

.siteHeader .signLinksMenu .simpleLink {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 56px;
  letter-spacing: 0.2em;
  display: table;
  text-decoration: none;
}

.siteHeader .signLinksMenu .simpleLink:hover {
  color: #fff;
}

.signWrapper {
  position: relative;
}

.signHeader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.signHeader .logoLink {
  width: 99px;
}

.signHeader .logoWrapper {
  margin-right: auto;
  padding-top: 14px;
  position: relative;
  z-index: 1;
  width: 267px;
  height: 203px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 18px;
  padding-bottom: 18px;
}

.signHeader .logoWrapper .logoLink {
  display: table;
}

.signHeader .logoWrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 267px;
  height: 203px;
  border: 2px solid #3a4ea0;
  border-top: 0;
  border-left: 0;
  left: 0;
  top: 0;
  -webkit-border-bottom-right-radius: 70px;
  -moz-border-radius-bottomright: 70px;
  -ms-border-bottom-right-radius: 70px;
  border-bottom-right-radius: 70px;
}

.signHeader .signCloseWrapper {
  width: 116px;
  height: 117px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.signHeader .signCloseWrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #3a4ea0;
  border-top: 0;
  border-right: 0;
  left: 0;
  top: 0;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomleft: 40px;
  -ms-border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.signHeader .linkExit {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.signHeader .linkExit span {
  display: block;
  position: absolute;
  height: 2px;
  width: 36px;
  background-color: #fff;
  left: calc(50% + 8px);
  top: calc(50% - 4px);
  margin-top: -1px;
  margin-left: -18px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.signHeader .linkExit span:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.signHeader .linkExit span:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.signHeader .linkExit:hover span {
  background-color: #00e4fa;
}

.startScreen {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 533px;
  position: relative;
}

.startScreen .startBack {
  position: absolute;
  z-index: -1;
  width: 1838px;
  height: 100%;
  top: 0;
  left: calc(50% - 704px - 174px);
  -webkit-border-bottom-left-radius: 250px;
  -moz-border-radius-bottomleft: 250px;
  -ms-border-bottom-left-radius: 250px;
  border-bottom-left-radius: 250px;
  background-size: 1838px auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-position: center;
}

.startScreen .startBack:before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #5b70c5;
  -webkit-border-top-left-radius: 140px;
  -moz-border-radius-topleft: 140px;
  -ms-border-top-left-radius: 140px;
  border-top-left-radius: 140px;
  border-bottom: 0;
  border-right: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 194px);
  width: 716px;
  right: 50vw;
  margin-right: -960px;
}

.startScreen.mainStart {
  background-size: 1838px auto;
  background-position: calc(50% + 41px) bottom;
  background-repeat: no-repeat;
  height: 916px;
}

.startScreen.mainStart+.siteContent {
  padding-top: 280px;
}

.pageTitle {
  overflow: hidden;
  position: relative;
  padding: 121px 0 0;
  height: calc(100% - 143px);
}

.pageTitle .pageTitleInner {
  padding-left: 62px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.pageTitle .title {
  display: block;
  font-size: 100px;
  line-height: 100px;
  color: #fff;
  font-weight: 600;
  padding-right: 65px;
}

.pageTitle .pageTitleInnerInfo {
  padding-left: 53px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  font-weight: 200;
  padding-top: 16px;
  position: relative;
  z-index: 2;
}

.pageTitle .pageTitleInnerInfo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 2px;
  background-color: #6075ca;
  height: 81px;
}

.pageTitle .pageTitleInnerInfo .accent {
  font-weight: bold;
}

.startScreen .visualIcons {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.startScreen .visualIcons .icon {
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  text-align: center;
  font-size: 62px;
  line-height: 90px;
  color: #ffffff;
  background-color: #6274c8;
  -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  left: 50%;
  z-index: -1;
}

.startScreen .visualIcons .icon.light {
  background-color: #00e4fa;
  width: 110px;
  height: 110px;
  font-size: 36px;
  line-height: 110px;
  color: #1c285d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.startScreen .visualIcons .icon.dark {
  background-color: #202d65;
  width: 110px;
  height: 110px;
  font-size: 36px;
  line-height: 110px;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.startScreen .visualIcons .iconWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.startScreen .visualIcons .iconWrapper:nth-child(2n+1) .icon {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.startScreen .visualIcons .iconWrapper:nth-child(2n) .icon {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.startScreen .visualIcons .iconWrapper:first-child .icon {
  margin-left: -192px;
  bottom: 677px;
}

.startScreen .visualIcons .iconWrapper:nth-child(2) .icon {
  margin-left: 53px;
  bottom: 598px;
}

.startScreen .visualIcons .iconWrapper:nth-child(3) .icon {
  margin-left: -80px;
  bottom: 531px;
}

.startScreen .visualIcons .iconWrapper:nth-child(4) .icon {
  margin-left: 810px;
  bottom: 562px;
}

.startScreen .visualIcons .iconWrapper:nth-child(5) .icon {
  margin-left: 427px;
  bottom: 646px;
}

.startScreen .visualIcons .iconWrapper:nth-child(6) .icon {
  margin-left: 739px;
  bottom: 258px;
  z-index: 1;
}

.startScreen .visualIcons .iconWrapper:nth-child(7) .icon {
  margin-left: -5px;
  bottom: 94px;
  z-index: 1;
}

.startBanner {
  padding-top: 199px;
  height: calc(100% - 143px);
  position: relative;
}

.startBanner .bannerInner {
  width: 703px;
}

.startBanner .textBlock {
  margin-top: 66px;
  padding-left: 64px;
  font-size: 20px;
  line-height: 37px;
  font-weight: 200;
}

.startBanner .startListBtns {
  position: absolute;
  bottom: -111px;
  left: calc((100vw - 1406px) / 2 + 75px);
}

.startBanner .startListBtns [class*=btnMain] {
  height: 111px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -ms-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 46px 15px;
  width: 358px;
}

.startBanner .startListBtns [class*=btnMain][class*=Darker] {
  height: 107px;
  color: #fff;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -ms-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -ms-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  border-color: #1d89b9;
  border-bottom: none;
  padding: 45px 15px;
}

.startBanner .startListBtns [class*=btnMain][class*=Darker]:hover {
  color: #00e4fa;
}

.startBanner .startListBtns [class*=btnMain]+[class*=btnMain] {
  border-top: none;
}

.startBanner .startStatistic {
  position: absolute;
  z-index: -1;
  background-color: #1c285d;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  width: 339px;
  left: calc((100vw - 1406px) / 2 + 703px + 60px);
  bottom: -157px;
  padding: 69px 57px 49px 15px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.21);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.21);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.21);
}

.startBanner .startStatistic .statItem {
  text-align: center;
}

.startBanner .startStatistic .statItem+.statItem {
  margin-top: 29px;
}

.startBanner .startStatistic .icon {
  display: block;
  font-size: 62px;
  line-height: 62px;
  color: #687fdc;
}

.startBanner .startStatistic .caption {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #687fdc;
  font-weight: 600;
  margin-top: 10px;
}

.startBanner .startStatistic .val {
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #00e4fa;
  font-weight: 600;
  margin-top: 5px;
}

.startBanner .moneyFlowPanel {
  position: absolute;
  z-index: -1;
  left: calc((100vw - 1406px) / 2 + 703px + 355px);
  bottom: -263px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background-color: #fff;
  width: 411px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.21);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.21);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.21);
}

.startBanner .moneyFlowPanel .panelHead {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 110px;
  padding: 0 43px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -ms-border-top-left-radius: 40px;
  border-top-left-radius: 40px;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  -ms-border-top-right-radius: 40px;
  border-top-right-radius: 40px;
  background: #1d295d;
  background: -moz-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: -webkit-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: linear-gradient(to right, #1d295d 0%, #4359b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d295d", endColorstr="#4359b5", GradientType=1);
}

.startBanner .moneyFlowPanel .panelHead .logoImage {
  width: 55px;
}

.startBanner .moneyFlowPanel .panelHead .name {
  display: block;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  padding-left: 24px;
}

.startBanner .moneyFlowPanel .panelBody {
  height: 740px;
  padding: 3px 14px 17px 17px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomleft: 40px;
  -ms-border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -ms-border-bottom-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.startBanner .moneyFlowPanel .slick-vertical .slick-slide {
  border: 0;
}

.startBanner .moneyFlowPanel .slick-list {
  overflow: hidden;
  margin: 0 -14px -17px -17px;
  padding: 0 14px 17px 17px;
}

.startBanner .moneyFlowPanel .flowItem {
  position: relative;
  padding: 11px 15px 19px 112px;
  -webkit-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  margin-top: 10px;
}

.startBanner .moneyFlowPanel .flowItem .caption {
  display: block;
  font-size: 10px;
  line-height: 30px;
  color: #293879;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.startBanner .moneyFlowPanel .flowItem .val {
  display: block;
  font-size: 23px;
  line-height: 20px;
  font-weight: bold;
}

.startBanner .moneyFlowPanel .flowItem .icon {
  display: block;
  font-size: 62px;
  line-height: 62px;
  color: #dcdff1;
  font-family: "icomoon";
  position: absolute;
  left: 23px;
  top: 50%;
  margin-top: -39px;
}

.startBanner .moneyFlowPanel .flowItem.in .val {
  color: #00e4fa;
}

.startBanner .moneyFlowPanel .flowItem.in .icon:before {
  content: "\e904";
}

.startBanner .moneyFlowPanel .flowItem.out .val {
  color: #6274c8;
}

.startBanner .moneyFlowPanel .flowItem.out .icon:before {
  content: "\e905";
}

.chapterCaption {
  display: block;
  font-size: 50px;
  line-height: 60px;
  color: #1c285d;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-left: 61px;
}

.chapterCaption:before {
  content: "";
  display: block;
  position: absolute;
  width: 125px;
  height: 126px;
  background-color: #e4fdff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  left: 0;
  top: -51px;
  z-index: -1;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.chapterCaption.rightCap {
  padding-left: 0;
  padding-right: 61px;
  text-align: right;
}

.chapterCaption.rightCap:before {
  left: auto;
  right: 0;
}

.chapterCaption.lilCap {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding-left: 41px;
}

.chapterCaption.lilCap:before {
  width: 79px;
  height: 79px;
  top: -31px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.chapterCaption.lilCap.rightCap {
  padding-left: 0;
  padding-right: 41px;
}

.chapterCaption.colorSecond {
  color: #00e5fa;
}

.chapterCaption.colorSecond:before {
  background-color: #3c51a8;
}

.chapterCaption.colorThird {
  color: #fff;
}

.chapterCaption.colorThird:before {
  background-color: #2d3d81;
}

.chapterCaption.colorFourth:before {
  background-color: rgba(0, 229, 250, 0.31);
}

.cabCaption {
  display: block;
  font-size: 30px;
  line-height: 60px;
  color: #1c285d;
  font-weight: 600;
}

.cabCaption .capCount.color1 {
  color: #00e4fa;
}

.cabCaption .capCount.color2 {
  color: #3c58c8;
}

.mainTarifs .chapterContent {
  margin-top: 31px;
}

.mainTarifs .tarifsList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -21px 0;
}

.mainTarifs .tarifsList .item {
  padding: 28px 21px 0;
  width: 50%;
}

.tarifItem .tarifInfo {
  position: relative;
  background-color: #fff;
  padding: 42px 0 63px 75px;
  height: 438px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(28, 36, 51, 0.11);
  -moz-box-shadow: -27px 27px 77px 0 rgba(28, 36, 51, 0.11);
  box-shadow: -27px 27px 77px 0 rgba(28, 36, 51, 0.11);
}

.tarifItem .tarifInfo .headInfo {
  padding-right: calc(100% - 367px);
}

.tarifItem .tarifInfo .headInfo .name {
  display: block;
  font-size: 30px;
  line-height: 60px;
  color: #1c2433;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.tarifItem .tarifInfo .headInfo .aboutTxt {
  font-size: 14px;
  line-height: 18px;
  margin-top: 3px;
  min-height: 110px;
  padding-bottom: 4px;
}

.tarifItem .tarifInfo .headInfo .markInfo {
  position: absolute;
  background-color: #e4fdff;
  top: 0;
  right: 0;
  width: 221px;
  padding: 49px 10px 46px 37px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomleft: 40px;
  -ms-border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  -ms-border-top-right-radius: 40px;
  border-top-right-radius: 40px;
}

.tarifItem .tarifInfo .headInfo .markInfo .percent {
  display: block;
  font-size: 70px;
  line-height: 50px;
  color: #00e4fa;
  font-weight: bold;
}

.tarifItem .tarifInfo .headInfo .markInfo .daily {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #00e4fa;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  margin-top: 7px;
  padding-left: 0.55em;
}

.tarifItem .tarifInfo .headInfo .markInfo .term {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #121a29;
  padding-left: 0.55em;
}

.tarifItem .tarifInfo .numsInfo {
  padding-right: calc(100% - 367px);
}

.tarifItem .tarifInfo .minMaxInfo .pre {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #1c2433;
  font-weight: bold;
}

.tarifItem .tarifInfo .minMaxInfo .val {
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #00e4fa;
  font-weight: bold;
}

.tarifItem .tarifInfo .percentsLines {
  margin-top: 11px;
}

.tarifItem .tarifInfo .percentsLines .line {
  font-size: 13px;
  line-height: 20px;
  color: #9ca2ba;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.tarifItem .tarifInfo .percentsLines .line .percent {
  color: #1c2433;
}

.tarifItem .tarifInfo .btnTarif {
  display: block;
  position: absolute;
  height: 48px;
  width: 221px;
  z-index: 1;
  text-align: center;
  padding: 17px 15px 17px calc(25px + 0.2em);
  font-family: "Gilroy";
  background-color: #202d65;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -ms-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.tarifItem .tarifInfo .btnTarif:hover {
  background-color: #00e4fa;
  color: #202d65;
}

.tarifItem .tarifInfo .iconWrapper {
  width: 229px;
  position: absolute;
  right: 0;
  bottom: 102px;
}

.tarifItem .tarifInfo .icon {
  height: 78px;
  margin: 0 auto;
}

.tarifItem .addInfo {
  padding: 26px 40px 34px 75px;
  position: relative;
}

.tarifItem .addInfo:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% + 40px);
  bottom: 0;
  left: 0;
  border: 2px solid #1d89b9;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomleft: 40px;
  -ms-border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.tarifItem .addInfo .textBlock {
  font-size: 13px;
  line-height: 20px;
  color: #b1bce8;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.mainProfitCalc .chapterInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mainProfitCalc .chapterCaption {
  width: calc(50% + 21px);
  padding-bottom: 58px;
}

.mainProfitCalc .chapterContent {
  width: calc(50% - 21px);
}

.calcForm {
  position: relative;
  z-index: 1;
}

.calcForm:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #1d89b9;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomleft: 40px;
  -ms-border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -ms-border-top-left-radius: 40px;
  border-top-left-radius: 40px;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  -ms-border-top-right-radius: 40px;
  border-top-right-radius: 40px;
}

.calcForm .inputLabel {
  text-align: center;
  color: #fff;
}

.calcForm .calcSettings {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -19px;
  padding: 57px 50px 0 48px;
}

.calcForm .calcSettings .formItem {
  padding: 0 19px;
  width: 50%;
}

.calcForm .calcResult {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.calcForm .calcResult .resultItem {
  width: calc(50% + 4px);
}

.calcForm .calcResult .resultItem:nth-child(2) {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.calcForm .calcResult .resultItem:nth-child(2),
.calcForm .calcResult .resultItem:nth-child(3) {
  width: calc(50% - 4px);
}

.calcForm .calcResult .minMax {
  height: 100%;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calcForm .calcResult .minMax .pre {
  display: block;
  font-size: 13px;
  line-height: 24px;
  color: #b1bce8;
}

.calcForm .calcResult .minMax .val {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #b1bce8;
  margin-top: 1px;
}

.calcForm .calcResult .profit {
  min-height: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calcForm .calcResult .profit .pre {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: inherit;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.calcForm .calcResult .profit .val {
  display: block;
  font-size: 25px;
  line-height: 36px;
  color: inherit;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}

.calcForm .calcResult .profit.dailyProfit {
  background-color: #25336f;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -ms-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -ms-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
}

.calcForm .calcResult .profit.generalProfit {
  color: #202d65;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -ms-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.calcForm .calcResult .btnMain {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -ms-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top: 0;
  height: 110px;
  line-height: 14px;
  padding: 47px 15px;
}

.calcForm .calcResult .btnMain:hover {
  background-color: #25336f;
  border-color: #25336f;
  color: #00e4fa;
}

.calcForm .inputWrapper input {
  font-size: 14px;
}

.calcForm .selectric .label {
  font-size: 15px;
}

.mainChoicingTarif {
  position: relative;
}

.mainChoicingTarif:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 110px;
  height: calc(100% - 492px);
  background-color: #4359b5;
  z-index: -1;
  -webkit-border-top-left-radius: 235px;
  -moz-border-radius-topleft: 235px;
  -ms-border-top-left-radius: 235px;
  border-top-left-radius: 235px;
  background-image: url(../img/back-main-calc.png);
  background-size: auto auto;
  background-position: -91px 396px;
  background-repeat: no-repeat;
}

.aboutChapter {
  padding: 121px 0 129px;
}

.aboutChapter .chapterInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -21px 0;
}

.aboutChapter .chapterContent {
  margin-top: 63px;
  padding-left: 64px;
}

.aboutChapter .chapterItem {
  width: 50%;
  padding: 6px 21px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aboutChapter .mediaImage {
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.11);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.11);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.11);
  -webkit-border-bottom-left-radius: 70px;
  -moz-border-radius-bottomleft: 70px;
  -ms-border-bottom-left-radius: 70px;
  border-bottom-left-radius: 70px;
  margin-top: 25px;
}

.aboutChapter .mediaImage img {
  -webkit-border-bottom-left-radius: 70px;
  -moz-border-radius-bottomleft: 70px;
  -ms-border-bottom-left-radius: 70px;
  border-bottom-left-radius: 70px;
}

.aboutChapter .regInfoWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.aboutChapter .regInfoWrapper .regInfo {
  position: relative;
  width: 414px;
  padding: 49px 20px 0 160px;
}

.aboutChapter .regInfoWrapper .regInfo .txt {
  font-size: 14px;
  line-height: 20px;
}

.aboutChapter .regInfoWrapper .regInfo .txt b {
  display: block;
  font-size: 15px;
}

.aboutChapter .regInfoWrapper .regInfo .icon {
  position: absolute;
  height: 77px;
  left: 53px;
  top: calc((100% - 49px) / 2 + 49px);
  margin-top: -40px;
}

.aboutChapter .regInfoWrapper .regDoc {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 193px;
  height: 277px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-top: -137px;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}

.aboutChapter .regInfoWrapper .regDoc>a,
.aboutChapter .regInfoWrapper .regDoc .invisBtn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
}

.aboutChapter .regInfoWrapper .regDoc:hover {
  -webkit-box-shadow: 0px 0px 1px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0px 0px 1px 0 rgba(67, 89, 181, 0.07);
  box-shadow: 0px 0px 1px 0 rgba(67, 89, 181, 0.07);
}

.aboutChapter.mainAbout {
  padding: 83px 0;
}

.aboutChapter.mainAbout .mediaImage {
  margin-top: 0;
}

.aboutChapter.mainAbout .regInfoWrapper .regInfo .icon {
  margin-top: -36px;
}

.aboutChapter.mainAbout .chapterCaption {
  margin-top: 51px;
}

.aboutChapter.mainAbout .chapterContent {
  margin-top: 53px;
}

.aboutChapter.mainAbout .aboutListBtns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 40px;
  margin-top: auto;
  padding-left: 64px;
}

.aboutChapter.mainAbout .aboutListBtns [class*=btnMain] {
  width: 271px;
}

.aboutChapter.mainAbout .aboutListBtns [class*=btnMain]+[class*=btnMain] {
  margin-left: 47px;
}

.howToStartChapter {
  padding: 20px 0 143px;
}

.howToStartChapter.mainHowToStart {
  padding: 20px 0 183px;
}

.howToStartChapter .chapterInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -21px 0;
}

.howToStartChapter .chapterItem {
  width: 50%;
  padding: 0 21px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.howToStartChapter .chapterContent {
  padding-left: 64px;
  margin-top: 63px;
}

.howToStartChapter .chapterItemInner {
  padding: 10px 0 0 64px;
}

.howToStartChapter .chapterItemInner .caption {
  padding-left: 13px;
}

.howToStartChapter .caption {
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #1c2433;
  font-weight: bold;
}

.howToStartChapter .pre {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #1c2433;
  font-weight: bold;
}

.howToStartChapter .componentItem {
  position: relative;
  padding-left: 98px;
  margin-top: 30px;
}

.howToStartChapter .componentItem .icon {
  position: absolute;
  width: 78px;
  left: 0;
  top: 50%;
  margin-top: -23px;
}

.howToStartChapter .plusItem {
  position: relative;
  padding-left: 75px;
}

.howToStartChapter .plusItem+.plusItem {
  margin-top: 15px;
}

.howToStartChapter .plusItem .icon {
  position: absolute;
  width: 50px;
  left: 0;
  top: 8px;
}

.howToStartChapter .plusItem .textBlock {
  min-height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.howToStartChapter .plusesList {
  margin-top: 53px;
  padding-left: 4px;
}

.advantagesChapter {
  position: relative;
  background: #1d295d;
  background: -moz-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: -webkit-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: linear-gradient(to right, #1d295d 0%, #4359b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d295d", endColorstr="#4359b5", GradientType=1);
  -webkit-border-top-right-radius: 235px;
  -moz-border-radius-topright: 235px;
  -ms-border-top-right-radius: 235px;
  border-top-right-radius: 235px;
}

.advantagesChapter .controls {
  display: flex;
  justify-content: flex-end;
  margin-top: -75px;
  max-width: 1098px;
}

.advantagesChapter [class*=btnMain] {
  max-width: 270px;
  width: 100%;
  position: relative;
  z-index: 3;
}

.advantagesChapter .chapterInner {
  position: relative;
  padding: 150px 0 130px;
}

.advantagesChapter .chapterContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 88px -15px 0;
  position: relative;
  z-index: 2;
}

.advantagesChapter .chapterContent .item {
  padding: 0 15px;
}

.advantagesChapter .advantageItem {
  width: 290px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.advantagesChapter .advantageItem .caption {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #00e4fa;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 28px 39px 26px;
  position: relative;
  height: 102px;
}

.advantagesChapter .advantageItem .caption:before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #1d89b9;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 100%;
  height: calc(100% + 65px);
  z-index: -1;
  left: 0;
}

.advantagesChapter .advantageItem .icon {
  display: block;
  font-size: 62px;
  line-height: 62px;
  color: #00e4fa;
}

.advantagesChapter .advantageItem .advantageContent {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #3c58c8;
  height: calc(100% - 102px);
  padding: 52px 30px 34px 39px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  -moz-box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
}

.advantagesChapter .advantageItem .textBlock {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.025em;
  margin-top: 47px;
}

.advantagesChapter .item:nth-child(2n+1) .caption:before {
  top: 0;
}

.advantagesChapter .item:nth-child(2n) .advantageItem .caption {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.advantagesChapter .item:nth-child(2n) .advantageItem .caption:before {
  bottom: 0;
}

.mainRoadMap {
  padding: 130px 0 150px;
}

.mainRoadMap .item {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.mainRoadMap .chapterInner {
  position: relative;
}

.mainRoadMap .chapterCaption {
  z-index: 2;
  display: table;
  padding-right: 28px;
}

.mainRoadMap .chapterCaption:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f8faff;
  width: 100%;
  height: 100%;
  z-index: -2;
  left: 0;
  top: 0;
}

.mainRoadMap .carouselNav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding-left: 22px;
}

.mainRoadMap .carouselNav:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f8faff;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}

.mainRoadMap .carouselNav:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 1406px;
  z-index: -2;
  background-color: #eff2f8;
  top: 50%;
  margin-top: -1px;
  right: 0;
}

.mainRoadMap .chapterContent {
  margin-top: 121px;
}

.mainRoadMap .roadMapItem {
  position: relative;
  width: 290px;
  height: 230px;
}

.mainRoadMap .roadMapItem:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: calc(100% + 120px);
  background-color: #fff;
  height: calc(100% - 30px);
  left: -125px;
  bottom: 0;
  clip-path: polygon(100% 36%, 100% 60%, 83% 100%, 0 100%, 42% 0, 84% 0);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.mainRoadMap .roadMapItem .monthMark {
  display: block;
  width: 169px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 10px 0;
  text-align: center;
  margin-left: auto;
  margin-right: 20px;
  padding-right: 35px;
  top: 35px;
  position: relative;
}

.mainRoadMap .roadMapItem .caption {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #1c2433;
  font-weight: bold;
}

.mainRoadMap .roadMapItem .txt {
  font-size: 14px;
  line-height: 18px;
  color: #1c2433;
}

.mainRoadMap .roadMapItem .content {
  padding: 48px 70px 20px 24px;
}

.mainRoadMap .roadMapCarousel {
  width: 400px;
  /* margin: 0 auto; */
  padding-left: 80px;
}

.mainRoadMap .roadMapCarousel .slick-list {
  overflow: visible;
}

.mainRoadMap .roadMapCarousel .slick-slide {
  opacity: 1;
  position: relative;
}

.mainRoadMap .roadMapCarousel .slick-slide:first-child .item::after {
  display: none;
}

.mainRoadMap .roadMapCarousel .slick-slide:first-child+.slick-slide .item:after {
  height: 58px;
  top: 51px;
}

.mainRoadMap .roadMapCarousel .slick-slide .item:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/line-road2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 142px;
  height: 139px;
  z-index: -2;
  top: -27px;
  left: 50px;
  background-size: contain;
}

.mainRoadMap .roadMapCarousel .slick-slide .item::before {
  content: "";
  position: absolute;
  background-image: url(../img/back-slide-road.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 495px;
  height: 265px;
  z-index: -2;
  left: -123px;
  bottom: -10px;
  display: none;
}

.mainRoadMap .roadMapCarousel .slick-slide+.slick-slide {
  -moz-transform: translate(24px, 80px);
  -ms-transform: translate(24px, 80px);
  -webkit-transform: translate(24px, 80px);
  -o-transform: translate(24px, 80px);
  transform: translate(24px, 80px);
}

.mainRoadMap .roadMapCarousel .slick-slide:nth-child(2n) {
  -moz-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  -o-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.mainRoadMap .roadMapCarousel .slick-slide:nth-child(2n) .item:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/line-road.png);
  background-size: auto auto;
  background-position: right top;
  background-repeat: no-repeat;
  width: 222px;
  height: 85px;
  z-index: -2;
  top: 101px;
  left: -241px;
}

.mainRoadMap .roadMapCarousel .slick-slide:last-child .item:after {
  width: 300px;
}

.mainRoadMap .roadMapCarousel .slick-slide:nth-child(2n+1) .item {
  padding-top: 95px;
}

.mainRoadMap .roadMapCarousel .monthMark {
  background-color: #6274c8;
  clip-path: polygon(0% 0%, 72% 0, 100% 100%, 100% 100%, 0% 100%);
}

.mainProgramm .chapterInner {
  background-color: #b3f3ff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  padding: 102px 0 99px 63px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.mainProgramm .chapterContent {
  padding-left: 37px;
}

.mainProgramm .chapterItem:first-child {
  width: 433px;
  padding-right: 50px;
  padding-top: 11px;
}

.mainProgramm .chapterItem:nth-child(2) {
  width: calc(100% - 433px);
}

.mainProgramm .programmPercents {
  display: block;
  font-size: 59px;
  line-height: 67px;
  color: #1c285d;
  font-weight: bold;
  margin-top: 52px;
  word-break: break-all;
}

.mainProgramm .aboutProposal {
  font-size: 17px;
  line-height: 35px;
  color: #2b3c6d;
  font-weight: bold;
  margin-top: 38px;
}

.mainProgramm .aboutProposal .proposalAccent {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.221em;
  text-transform: uppercase;
  margin-top: 2px;
  text-decoration: underline;
}

.mainProgramm [class*=btnMain] {
  margin-top: 60px;
  width: 326px;
  margin-left: -5px;
}

.mainProgramm .levelsList {
  padding-right: 80px;
}

.mainProgramm .levelsList .levelItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.mainProgramm .levelsList .levelItem .textBlock {
  padding-left: 28px;
  width: calc(100% - 99px);
  font-size: 15px;
  line-height: 24px;
  color: #1c2433;
}

.mainProgramm .levelsList .levelItem .levelName {
  display: block;
  width: 99px;
  padding: 16px 0;
  background-color: #1c285d;
  font-size: 12px;
  line-height: 17px;
  color: #00e4fa;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: center;
  margin-top: 4px;
}

.mainProgramm .levelsList .levelItem+.levelItem {
  margin-top: 43px;
}

.mainStatistic {
  padding: 127px 0 129px;
}

.mainStatistic .chapterInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -21px;
}

.mainStatistic .chapterItem {
  width: 50%;
  padding: 0 21px;
}

.mainStatistic .chapterItem:first-child .statisticItem:first-child {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.mainStatistic .chapterItem:first-child .statisticItem:nth-child(2) {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.mainStatistic .chapterItem:nth-child(2) .statisticItem:first-child {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.mainStatistic .chapterItem:nth-child(2) .statisticItem:nth-child(2) {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.mainStatistic .statisticItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 37px 50px 38px 40px;
  background-color: #fff;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.mainStatistic .statisticItem .caption {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding-left: 32px;
  margin-right: auto;
}

.mainStatistic .statisticItem .val {
  display: block;
  font-size: 50px;
  line-height: 40px;
  color: #00e4fa;
  font-weight: 600;
}

.mainStatistic .statisticItem .icon {
  width: 62px;
}

.mainStatistic .statisticItem+.statisticItem {
  margin-top: 39px;
}

.mainMoneyTraffic {
  background-color: #4359b5;
  -webkit-border-top-left-radius: 235px;
  -moz-border-radius-topleft: 235px;
  -ms-border-top-left-radius: 235px;
  border-top-left-radius: 235px;
  overflow: hidden;
  padding-bottom: 112px;
  background-image: url(../img/back-main-money-traffic.png);
  background-size: auto auto;
  background-position: calc(50%) 162px;
  background-repeat: no-repeat;
}

.mainMoneyTraffic .chapterInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -91px;
}

.mainMoneyTraffic .chapterContent {
  margin-top: 94px;
}

.mainMoneyTraffic .chapterItem {
  width: 50%;
  padding: 0 91px;
}

.mainMoneyTraffic .chapterItem:nth-child(2n+1) .chapterItemInner {
  padding-right: 108px;
}

.mainMoneyTraffic .chapterItem:nth-child(2n+1) .chapterItemInner:before {
  -webkit-border-bottom-right-radius: 135px;
  -moz-border-radius-bottomright: 135px;
  -ms-border-bottom-right-radius: 135px;
  border-bottom-right-radius: 135px;
  right: 0;
  border-left: none;
}

.mainMoneyTraffic .chapterItem:nth-child(2n) .chapterItemInner {
  padding-left: 108px;
}

.mainMoneyTraffic .chapterItem:nth-child(2n) .chapterItemInner:before {
  -webkit-border-bottom-left-radius: 135px;
  -moz-border-radius-bottomleft: 135px;
  -ms-border-bottom-left-radius: 135px;
  border-bottom-left-radius: 135px;
  left: 0;
  border-right: none;
}

.mainMoneyTraffic .chapterItemInner {
  padding: 161px 0 98px;
  position: relative;
  z-index: 1;
}

.mainMoneyTraffic .chapterItemInner:before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #5b70c5;
  width: 869px;
  height: 662px;
  border-top: none;
  top: 0;
  z-index: -1;
}

.mainMoneyTraffic .operationLine {
  background-color: #3c51a8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.mainMoneyTraffic .operationLine .name {
  display: block;
  width: calc(100% - 352px);
  font-size: 15px;
  line-height: 49px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 30px;
}

.mainMoneyTraffic .operationLine .sum {
  display: block;
  width: 148px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -ms-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -ms-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #25336f;
  font-size: 16px;
  line-height: 49px;
  color: #00e4fa;
  font-weight: bold;
  text-align: center;
}

.mainMoneyTraffic .operationLine .date {
  display: block;
  width: 155px;
  padding-left: 15px;
  font-size: 12px;
  line-height: 49px;
  color: #8a9ada;
}

.mainMoneyTraffic .operationLine .payIcon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  background-color: #344795;
}

.mainMoneyTraffic .operationLine+.operationLine {
  margin-top: 11px;
}

.mainTarifStatistic {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 99px -30px 0;
}

.mainTarifStatistic .statisticItem {
  text-align: center;
  width: 25%;
  padding: 0 30px;
}

.mainTarifStatistic .icon {
  display: table;
  margin: 0 auto;
  width: 70px;
}

.mainTarifStatistic .caption {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 28px;
}

.mainTarifStatistic .val {
  display: block;
  font-size: 50px;
  line-height: 70px;
  color: #00e4fa;
  font-weight: 600;
  margin-top: 9px;
}

.mainFaq {
  padding: 148px 0 151px;
}

.mainFaq .chapterCaption {
  display: none;
}

.mainFaq .chapterItems {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -21px;
}

.mainFaq .chapterItem {
  padding: 0 21px;
}

.mainFaq .chapterItem .chapterCaption {
  display: block;
}

.mainFaq .chapterItem:first-child {
  width: 624px;
}

.mainFaq .chapterItem:nth-child(2) {
  width: calc(100% - 624px);
}

.mainFaq .chapterContent {
  margin-top: 108px;
  padding-left: 61px;
}

.mainFaq .shortInfo {
  font-size: 17px;
  line-height: 40px;
  color: #1c2433;
}

.mainFaq .shortInfo .simpleLink {
  font-size: 20px;
}

.mainFaq .faqListBtns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 118px;
}

.mainFaq .faqListBtns [class*=btnMain] {
  width: 221px;
}

.mainFaq .faqListBtns [class*=btnMain]+[class*=btnMain] {
  margin-left: 21px;
}

.slideBlock .slideBtn {
  cursor: pointer;
}

.slideBlock .slideContent {
  display: none;
}

.faqItem .slideBtn {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 33px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0px 0px 33px 0 rgba(67, 89, 181, 0.07);
  box-shadow: 0px 0px 33px 0 rgba(67, 89, 181, 0.07);
  min-height: 73px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 5px 20px 5px 88px;
  position: relative;
  -webkit-transition: box-shadow 0.4s, background-color 0.4s;
  -moz-transition: box-shadow 0.4s, background-color 0.4s;
  -o-transition: box-shadow 0.4s, background-color 0.4s;
  transition: box-shadow 0.4s, background-color 0.4s;
}

.faqItem .slideBtn .caption {
  display: block;
  font-size: 17px;
  line-height: 24px;
  color: #1c2433;
  font-weight: bold;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.faqItem .slideBtn .iconWrapper {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -14px;
}

.faqItem .slideBtn .icon {
  display: block;
  font-size: 25px;
  line-height: 28px;
  color: #25336f;
  opacity: 1;
  -webkit-transition: opacity 0.4s, color 0.4s;
  -moz-transition: opacity 0.4s, color 0.4s;
  -o-transition: opacity 0.4s, color 0.4s;
  transition: opacity 0.4s, color 0.4s;
}

.faqItem .slideBtn .icon.activeIcon {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.faqItem .slideBtn:hover {
  background-color: #4359b5;
  -webkit-box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
  -moz-box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
  box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
}

.faqItem .slideBtn:hover .caption {
  color: #fff;
}

.faqItem .slideBtn:hover .icon {
  color: #fff;
}

.faqItem .slideContent {
  padding: 43px 30px 21px 48px;
}

.faqItem .textBlock {
  font-size: 15px;
  line-height: 24px;
}

.faqItem+.faqItem {
  margin-top: 17px;
}

.faqItem.active .slideBtn {
  background-color: #4359b5;
  -webkit-box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
  -moz-box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
  box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
}

.faqItem.active .slideBtn .caption {
  color: #fff;
}

.faqItem.active .slideBtn .icon {
  color: #fff;
  opacity: 0;
}

.faqItem.active .slideBtn .icon.activeIcon {
  opacity: 1;
}

.mainNews {
  position: relative;
  padding: 149px 0 150px 0;
  background: #1d295d;
  background: -moz-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: -webkit-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: linear-gradient(to right, #1d295d 0%, #4359b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d295d", endColorstr="#4359b5", GradientType=1);
  -webkit-border-top-right-radius: 235px;
  -moz-border-radius-topright: 235px;
  -ms-border-top-right-radius: 235px;
  border-top-right-radius: 235px;
}

.mainNews .chapterContent {
  margin-top: 135px;
}

.mainNews .chapterInner {
  position: relative;
}

.mainNews:before {
  content: "";
  display: block;
  position: absolute;
  width: 835px;
  left: 50%;
  margin-left: -960px;
  top: 0;
  height: 486px;
  border: 2px solid #5b70c5;
  border-top: 0px;
  border-left: 0px;
  -webkit-border-bottom-right-radius: 220px;
  -moz-border-radius-bottomright: 220px;
  -ms-border-bottom-right-radius: 220px;
  border-bottom-right-radius: 220px;
}

.mainNews:after {
  content: "";
  display: block;
  position: absolute;
  width: 862px;
  right: 50%;
  margin-right: -960px;
  bottom: 0;
  height: 569px;
  border: 2px solid #5b70c5;
  border-bottom: 0px;
  border-right: 0px;
  -webkit-border-top-left-radius: 135px;
  -moz-border-radius-topleft: 135px;
  -ms-border-top-left-radius: 135px;
  border-top-left-radius: 135px;
}

.mainNews .btnAll {
  position: absolute;
  top: -17px;
  right: 0;
  width: 221px;
  background-color: transparent;
  color: #00e4fa;
  border-color: #6071b6;
}

.newsChapter {
  position: relative;
  padding: 156px 0 118px;
  background: #1d295d;
  background: -moz-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: -webkit-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: linear-gradient(to right, #1d295d 0%, #4359b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d295d", endColorstr="#4359b5", GradientType=1);
  -webkit-border-top-right-radius: 235px;
  -moz-border-radius-topright: 235px;
  -ms-border-top-right-radius: 235px;
  border-top-right-radius: 235px;
}

.newsChapter .chapterContent {
  margin-top: 135px;
}

.newsChapter .chapterInner {
  position: relative;
}

.newsChapter:before {
  content: "";
  display: block;
  position: absolute;
  width: 835px;
  left: 50%;
  margin-left: -960px;
  top: 0;
  height: 428px;
  border: 2px solid #5b70c5;
  border-top: 0px;
  border-left: 0px;
  -webkit-border-bottom-right-radius: 220px;
  -moz-border-radius-bottomright: 220px;
  -ms-border-bottom-right-radius: 220px;
  border-bottom-right-radius: 220px;
}

.newsChapter:after {
  content: "";
  display: block;
  position: absolute;
  width: 708px;
  right: 50%;
  margin-right: -960px;
  bottom: 0;
  height: calc(100% - 282px);
  border: 2px solid #5b70c5;
  border-bottom: 0px;
  border-right: 0px;
  -webkit-border-top-left-radius: 135px;
  -moz-border-radius-topleft: 135px;
  -ms-border-top-left-radius: 135px;
  border-top-left-radius: 135px;
}

.newsChapter .btnAll {
  position: absolute;
  top: -17px;
  right: 0;
  width: 221px;
  background-color: transparent;
  color: #00e4fa;
  border-color: #6071b6;
}

.newsItem {
  padding: 39px 0 36px 220px;
  height: 357px;
  position: relative;
  z-index: 1;
}

.newsItem .imageWrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 423px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.newsItem .newsItemContent {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(28, 36, 51, 0.36);
  -moz-box-shadow: -27px 27px 77px 0 rgba(28, 36, 51, 0.36);
  box-shadow: -27px 27px 77px 0 rgba(28, 36, 51, 0.36);
  height: 100%;
  padding: 49px 38px 0 38px;
}

.newsItem .caption {
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #1c2433;
  font-weight: bold;
}

.newsItem .date {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #00e4fa;
  font-weight: bold;
  margin-top: 2px;
}

.newsItem .textBlock {
  font-size: 15px;
  line-height: 24px;
  max-height: 124px;
  overflow: hidden;
}

.newsItem [class*=btnMain] {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 42px;
  line-height: 16px;
  font-size: 12px;
  color: #2a313e;
  padding: 11px 0;
  width: 155px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.newsItem [class*=btnMain]:hover {
  background-color: #202d65;
  color: #00e4fa;
  border-color: #202d65;
}

.bigNewsChapter {
  padding: 150px 0 140px;
}

.bigNewsItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  min-height: 465px;
}

.bigNewsItem .imageWrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 682px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.11);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.11);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.11);
  -webkit-border-bottom-left-radius: 70px;
  -moz-border-radius-bottomleft: 70px;
  -ms-border-bottom-left-radius: 70px;
  border-bottom-left-radius: 70px;
}

.bigNewsItem .newsItemContent {
  width: calc(100% - 682px);
  padding: 0 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
}

.bigNewsItem .date {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #00e4fa;
  font-weight: bold;
}

.bigNewsItem .caption {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #1c2433;
  font-weight: bold;
  margin-top: 2px;
  text-align: right;
}

.bigNewsItem .textBlock {
  font-size: 17px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 32px;
  padding-bottom: 32px;
  text-align: right;
}

.bigNewsItem [class*=btnMain] {
  margin-top: auto;
  width: 271px;
  color: #fff;
}

.newsList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -100px -21px 0;
}

.newsList .item {
  width: 50%;
  padding: 100px 21px 0;
}

.siteFooter .footerInner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 112px 0 107px;
}

.siteFooter .footerInner .item:first-child {
  width: 318px;
}

.siteFooter .footerInner .item:nth-child(2) {
  width: 586px;
}

.siteFooter .footerInner .item:nth-child(3) {
  width: 330px;
}

.siteFooter .logoLink {
  width: 99px;
  margin-top: 17px;
  margin-left: 8px;
}

.siteFooter .copyright {
  font-size: 14px;
  line-height: 18px;
  color: #9ca2ba;
  margin-top: 51px;
}

.siteFooter .linkMenu {
  display: table;
  font-size: 15px;
  line-height: 40px;
  color: #1c285d;
  font-weight: 500;
  letter-spacing: 0.025em;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.siteFooter .linkMenu:hover {
  color: #00e4fa;
}

.siteFooter .listMenuChapter {
  padding-right: 20px;
}

.siteFooter .listMenuChapter li {
  position: relative;
  padding-left: 25px;
}

.siteFooter .listMenuChapter li:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  background-color: #00e4fa;
  left: 0;
  top: 16px;
}

.siteFooter .listMenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 88px;
}

.siteFooter .listMenu>li {
  width: 50%;
}

.siteFooter .contacts {
  padding-right: 20px;
  padding-top: 4px;
}

.siteFooter .caption {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #1c2433;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 17px;
}

.siteFooter .contactItem {
  font-size: 14px;
  line-height: 18px;
  color: #1c2433;
}

.siteFooter .contactItem .pre {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #1c285d;
}

.siteFooter .contactItem+.contactItem {
  margin-top: 15px;
}

.siteFooter .contactItem .mailLink {
  color: #3c58c8;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline;
  -webkit-transition: text-decoration-color 0.4s;
  -moz-transition: text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s;
}

.siteFooter .contactItem .mailLink:hover {
  text-decoration-color: transparent;
}

.siteFooter .socialLink {
  display: block;
  position: relative;
  background-color: #fff;
  border: 2px solid #eef1f8;
  width: 172px;
  font-size: 15px;
  line-height: 18px;
  color: #1c285d;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 12px 5px 12px 62px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}

.siteFooter .socialLink .icon {
  display: block;
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  color: #00e4fa;
  font-weight: normal;
  letter-spacing: 0em;
  left: 21px;
  top: 50%;
  margin-top: -9px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.siteFooter .socialLink:hover {
  background-color: #00e4fa;
  border-color: #00e4fa;
  color: #fff;
}

.siteFooter .socialLink:hover .icon {
  color: #fff;
}

.siteFooter .socialsMenu {
  position: absolute;
  right: 0;
  top: 112px;
}

.siteFooter .socialsMenu li+li {
  margin-top: 24px;
}

.siteFooter .footPayments {
  background-color: #fff;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -ms-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -ms-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 28px 62px;
}

.siteFooter .listPayments {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -20px;
}

.siteFooter .listPayments li {
  padding: 0 20px;
}

.paginationLine {
  position: relative;
  z-index: 1;
  margin-top: 115px;
}

.paginationLine .listPages {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -12px;
}

.paginationLine .listPages li {
  padding: 0 12px;
}

.paginationLine .listPages li:first-child {
  margin-right: auto;
}

.paginationLine .listPages li:first-child .pagLink {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.paginationLine .listPages li:last-child {
  margin-left: auto;
}

.paginationLine .listPages li:last-child .pagLink {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.paginationLine .pagLink {
  display: block;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #4659a9;
  text-align: center;
  font-size: 15px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  -moz-transition: background-color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
}

.paginationLine .pagLink .icon {
  display: block;
  width: 66px;
  height: 66px;
  font-size: 14px;
  line-height: 66px;
  color: inherit;
  font-weight: normal;
  letter-spacing: 0em;
}

.paginationLine .pagLink.active,
.paginationLine .pagLink:hover {
  background-color: #00e4fa;
  border-color: #00e4fa;
}

.paginationLine .arrowLink {
  padding-left: 0em;
  width: 70px;
  height: 70px;
  line-height: 66px;
  border-color: #344692;
}

.paginationLine.miniPagination .listPages {
  margin: 0 -7px;
}

.paginationLine.miniPagination .listPages li {
  padding: 0 7px;
}

.paginationLine.miniPagination .pagLink {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 36px;
}

.paginationLine.miniPagination .pagLink .icon {
  width: 36px;
  height: 36px;
  font-size: 8px;
  line-height: 36px;
}

.paginationLine.miniPagination .arrowLink {
  width: 40px;
  height: 40px;
  line-height: 36px;
}

.faqChapter {
  padding: 119px 0 130px;
}

.faqChapter .chapterContent {
  padding-left: 64px;
}

.faqChapter .faqTabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding-top: 130px;
  width: 100%;
}

.faqChapter .tabsContent {
  width: calc(100% - 378px);
  padding-left: 133px;
}

.faqChapter .tabsContent .chapterCaption {
  position: absolute;
  left: 0;
  top: 0;
}

.faqChapter .tabsMenu {
  width: 378px;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #25336f;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.faqChapter .tabsMenu .tabsLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 15px 48px 15px 66px;
  height: 104px;
  text-transform: uppercase;
  text-align: right;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.faqChapter .tabsMenu .tabsLink:hover {
  background-color: #00e4fa;
  color: #25336f;
}

.faqChapter .tabsMenu li {
  float: none;
  top: auto;
}

.faqChapter .tabsMenu li+li {
  border-top: 2px solid #3c4e98;
}

.faqChapter .tabsMenu li:first-child .tabsLink {
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -ms-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -ms-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
}

.faqChapter .tabsMenu li:last-child .tabsLink {
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -ms-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.faqChapter .tabsMenu li .icon {
  display: block;
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0em;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 50%;
  margin-top: -7px;
  left: 26px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.faqChapter .tabsMenu li.ui-tabs-active .tabsLink {
  background-color: #00e4fa;
  color: #25336f;
}

.faqChapter .tabsMenu li.ui-tabs-active .icon {
  opacity: 1;
}

.pageInfoEnd {
  padding: 179px 0 145px;
  position: relative;
  overflow: hidden;
  background: #1d295d;
  background: -moz-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: -webkit-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: linear-gradient(to right, #1d295d 0%, #4359b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d295d", endColorstr="#4359b5", GradientType=1);
  -webkit-border-top-right-radius: 235px;
  -moz-border-radius-topright: 235px;
  -ms-border-top-right-radius: 235px;
  border-top-right-radius: 235px;
}

.pageInfoEnd .chapterInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.pageInfoEnd [class*=btnMain] {
  padding-left: 34px;
  padding-right: 34px;
  margin-left: auto;
}

.pageInfoEnd .textBlock {
  width: calc(100% - 320px);
  padding-right: 30px;
  padding-left: 68px;
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 18px;
  position: relative;
  z-index: 1;
}

.pageInfoEnd .textBlock:before {
  content: "";
  display: block;
  position: absolute;
  width: 125px;
  height: 126px;
  background-color: #e4fdff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  left: 0;
  top: -78px;
  z-index: -1;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #2d3d81;
}

.pageInfoEnd:before {
  content: "";
  display: block;
  position: absolute;
  width: 840px;
  left: 50%;
  margin-left: -960px;
  top: 0;
  height: 159px;
  border: 2px solid #5b70c5;
  border-top: 0px;
  border-left: 0px;
  -webkit-border-bottom-right-radius: 144px;
  -moz-border-radius-bottomright: 144px;
  -ms-border-bottom-right-radius: 144px;
  border-bottom-right-radius: 144px;
}

.pageInfoEnd:after {
  content: "";
  display: block;
  position: absolute;
  width: 973px;
  right: 50%;
  margin-right: -960px;
  bottom: 0;
  height: calc(100% - 135px);
  border: 2px solid #5b70c5;
  border-bottom: 0px;
  border-right: 0px;
  -webkit-border-top-left-radius: 135px;
  -moz-border-radius-topleft: 135px;
  -ms-border-top-left-radius: 135px;
  border-top-left-radius: 135px;
}

.pageInfoEnd.noRadius {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.сheckingTarifChapter .chapterContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -21px;
}

.сheckingTarifChapter .chapterContent .item {
  width: 50%;
  padding: 0 21px;
}

.сheckingTarifChapter .tarifInfoChapter {
  padding: 119px 0 113px;
}

.сheckingTarifChapter .tarifInfoChapter .chapterContent {
  margin-top: 93px;
}

.сheckingTarifChapter .tarifInfoChapter .tarifItem .addInfo:before {
  background-color: #3c58c8;
  border: none;
}

.сheckingTarifChapter .tarifInfoChapter .tarifItemInfo {
  padding-top: 34px;
}

.сheckingTarifChapter .tarifItemInfo {
  padding-left: 64px;
}

.сheckingTarifChapter .tarifProfitCalc {
  background-color: #4359b5;
  -webkit-border-top-left-radius: 235px;
  -moz-border-radius-topleft: 235px;
  -ms-border-top-left-radius: 235px;
  border-top-left-radius: 235px;
  background-image: url(../img/back-tarif-calc.png);
  background-size: auto auto;
  background-position: 0 161px;
  background-repeat: no-repeat;
  padding: 147px 0 150px;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm {
  padding-top: 53px;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .calcCaption {
  display: block;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  width: 337px;
  text-align: center;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .calcTarifName {
  display: block;
  font-size: 30px;
  line-height: 50px;
  color: #00e4fa;
  font-weight: 600;
  letter-spacing: 0.025em;
  width: 337px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 9px;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .formItem {
  padding: 0 33px 0 40px;
  margin-top: -60px;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .formItem .inputLabel {
  text-transform: uppercase;
  padding-bottom: 22px;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .calcResult {
  margin-top: 34px;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .calcResult .profit.generalProfit {
  position: relative;
  z-index: 1;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .calcResult .profit.generalProfit:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -ms-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #fff;
  left: 0;
  top: 0;
  width: calc(100% + 30px);
  z-index: -1;
}

.сheckingTarifChapter:nth-child(2n) .tarifInfoChapter .item:nth-child(2n+1) {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.сheckingTarifChapter:nth-child(2n) .tarifProfitCalc .item:nth-child(2n+1) {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.сheckingTarifChapter:nth-child(2n) .tarifItemInfo {
  padding-left: 0;
  padding-right: 64px;
}

.contactsChapter {
  padding: 120px 0 130px;
}

.contactsChapter .chapterInner {
  position: relative;
}

.contactsChapter .chapterContent {
  margin-top: 96px;
}

.contactsChapter .listContactsSocials {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  top: 12px;
  right: 0;
}

.contactsChapter .listContactsSocials .socialLink {
  display: block;
  background-color: #00e4fa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  width: 48px;
  height: 48px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.contactsChapter .listContactsSocials .socialLink:hover {
  background-color: #1c285d;
}

.contactsChapter .listContactsSocials li+li {
  margin-left: 10px;
}

.contactsChapter .listContacts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contactsChapter .contactItem {
  padding: 20px 50px 20px 133px;
  background-color: #fff;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  min-height: 136px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

.contactsChapter .contactItem .icon {
  position: absolute;
  width: 62px;
  left: 35px;
  top: 50%;
  margin-top: -31px;
}

.contactsChapter .contactItem .caption {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.contactsChapter .contactItem .val {
  display: table;
  font-size: 15px;
  line-height: 30px;
  color: #1c2433;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.contactsChapter .contactItem a.val:hover {
  color: #00e4fa;
}

.contactsChapter .listContacts {
  margin: -39px -21px 0;
}

.contactsChapter .listContacts .item {
  width: 50%;
  padding: 39px 21px 0;
}

.contactsChapter .listContacts .item:first-child .contactItem {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.contactsChapter .listContacts .item:nth-child(2) .contactItem {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.contactsChapter .listContacts .item:nth-child(3) .contactItem {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.contactsChapter .listContacts .item:nth-child(4) .contactItem {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.contactsChapter .contactsMap {
  height: 570px;
  overflow: hidden;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-top: 131px;
}

.contactUsChapter {
  position: relative;
  padding: 150px 0 130px;
  background: #1d295d;
  background: -moz-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: -webkit-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: linear-gradient(to right, #1d295d 0%, #4359b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d295d", endColorstr="#4359b5", GradientType=1);
  -webkit-border-top-right-radius: 235px;
  -moz-border-radius-topright: 235px;
  -ms-border-top-right-radius: 235px;
  border-top-right-radius: 235px;
}

.contactUsChapter:before {
  content: "";
  display: block;
  position: absolute;
  width: 840px;
  left: 50%;
  margin-left: -960px;
  top: 0;
  height: 486px;
  border: 2px solid #5b70c5;
  border-top: 0px;
  border-left: 0px;
  -webkit-border-bottom-right-radius: 135px;
  -moz-border-radius-bottomright: 135px;
  -ms-border-bottom-right-radius: 135px;
  border-bottom-right-radius: 135px;
}

.contactUsChapter:after {
  content: "";
  display: block;
  position: absolute;
  width: 973px;
  right: 50%;
  margin-right: -960px;
  bottom: 0;
  height: calc(100% - 462px);
  border: 2px solid #5b70c5;
  border-bottom: 0px;
  border-right: 0px;
  -webkit-border-top-left-radius: 135px;
  -moz-border-radius-topleft: 135px;
  -ms-border-top-left-radius: 135px;
  border-top-left-radius: 135px;
}

.contactUsChapter .chapterContent {
  margin-top: 110px;
  padding: 0 64px;
}

.contactUsChapter .contactUsForm {
  background-color: #3c58c8;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  -moz-box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  padding: 80px 64px 97px 62px;
  position: relative;
  z-index: 1;
}

.contactUsChapter .contactUsForm .formInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contactUsChapter .contactUsForm .formItem {
  padding: 0 21px;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contactUsChapter .contactUsForm .inputWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}

.contactUsChapter .contactUsForm .inputWrapper textarea {
  height: 100%;
}

.contactUsChapter .contactUsForm .inputWrapper input,
.contactUsChapter .contactUsForm .inputWrapper textarea {
  font-size: 15px;
}

.contactUsChapter .contactUsForm [class*=btnMain] {
  width: 271px;
  position: absolute;
  right: 64px;
  bottom: -31px;
}

.missionChapter .chapterInner {
  background-color: #b3f3ff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  padding: 106px 0 99px 63px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.missionChapter .chapterItem:first-child {
  width: 420px;
  padding-right: 50px;
  padding-top: 9px;
}

.missionChapter .chapterItem:nth-child(2) {
  width: calc(100% - 420px);
}

.missionChapter .chapterContent {
  padding-left: 37px;
}

.missionChapter [class*=btnMain] {
  margin-top: 94px;
  width: 326px;
  margin-left: -5px;
}

.missionChapter .missionItem {
  position: relative;
  padding-left: 68px;
}

.missionChapter .missionItem .icon {
  position: absolute;
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #1c285d;
  width: 50px;
  left: 0;
  top: 8px;
}

.missionChapter .missionItem .textBlock {
  min-height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  line-height: 32px;
  color: #1c285d;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.missionChapter .missionItem+.missionItem {
  margin-top: 64px;
}

.missionChapter .missionsList {
  padding-right: 80px;
}

.hierarchyChapter {
  padding-top: 148px;
  padding-bottom: 146px;
}

.hierarchyChapter .hierarchyList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -34px;
}

.hierarchyChapter .hierarchyList .item {
  padding: 0 34px;
  width: calc(100% / 3);
}

.hierarchyChapter .hierarchyList .item+.item .hierarchyItem:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 61px;
  background-image: url(../img/dash-line.png), url(../img/arrow-right.png);
  background-repeat: repeat-x, no-repeat;
  background-position: left center, right center;
  left: -63px;
  bottom: 111px;
}

.hierarchyChapter .hierarchyItem {
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 43px 170px 40px 52px;
  min-height: 338px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(213, 216, 230, 0.36);
  -moz-box-shadow: -27px 27px 77px 0 rgba(213, 216, 230, 0.36);
  box-shadow: -27px 27px 77px 0 rgba(213, 216, 230, 0.36);
}

.hierarchyChapter .hierarchyItem .iconWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  background-color: #e4fdff;
  top: 0;
  right: 0;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  width: 151px;
  height: 166px;
}

.hierarchyChapter .hierarchyItem .iconWrapper img {
  width: 78px;
}

.hierarchyChapter .hierarchyItem .name {
  display: block;
  font-size: 20px;
  line-height: 50px;
  color: #1c2433;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.hierarchyChapter .hierarchyItem .paysCondition {
  font-size: 15px;
  line-height: 24px;
  color: #1c2433;
  margin-top: 20px;
}

.hierarchyChapter .hierarchyItem .dutyCondition {
  position: absolute;
  background: #1d295d;
  background: -moz-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: -webkit-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: linear-gradient(to right, #1d295d 0%, #4359b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d295d", endColorstr="#4359b5", GradientType=1);
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  height: 119px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -ms-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  bottom: 0;
  right: 0;
  width: calc(100% - 49px);
  padding: 12px 10px 6px 33px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hierarchyChapter .aboutHierarchy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 102px -21px 0;
}

.hierarchyChapter .aboutHierarchy .chapterItem {
  width: 50%;
  padding: 6px 21px 0;
}

.hierarchyChapter .aboutHierarchy .textBlock {
  padding-left: 64px;
}

.businessModelChapter {
  padding-top: 127px;
  padding-bottom: 70px;
}

.businessModelChapter .chapterContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 71px -21px 0;
}

.businessModelChapter .chapterItem {
  padding: 0 21px;
  width: 50%;
}

.businessModelChapter .chapterItem .chapterItemInner {
  padding-left: 64px;
}

.profitSchemeChapter {
  padding: 70px 0 151px;
}

.profitSchemeChapter .chapterContent {
  margin-top: 105px;
}

.profitSchemeChapter .profitSchemeItem {
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 217px;
  position: relative;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 22px 0 42px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
}

.profitSchemeChapter .profitSchemeItem .icon {
  width: 62px;
}

.profitSchemeChapter .profitSchemeItem .caption {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #1c285d;
  font-weight: 500;
  margin-top: 3px;
}

.profitSchemeChapter .profitSchemeItem .position {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  background-color: #00e4fa;
  min-height: 50px;
  width: 126px;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 4px 13px;
}

.profitSchemeChapter .profitSchemeItem .position b {
  display: block;
}

.profitSchemeChapter .profitSchemeItem .position .posExamples {
  font-size: 13px;
  display: block;
  margin-top: -4px;
}

.profitSchemeChapter .profitSchemeItem .itemHalf {
  width: 50%;
}

.profitSchemeChapter .item {
  padding: 0 15px;
  width: 20%;
}

.profitSchemeChapter .item:nth-child(2n+1) {
  padding-top: 84px;
}

.profitSchemeChapter .item:nth-child(2n+1) .profitSchemeItem:before {
  content: "";
  display: block;
  position: absolute;
  width: 425px;
  height: 239px;
  background-image: url(../img/arrow-profit-scheme-down.png);
  background-size: auto auto;
  background-position: center;
  background-repeat: no-repeat;
  top: -54px;
  left: -237px;
  z-index: -1;
}

.profitSchemeChapter .item:nth-child(2n) .profitSchemeItem .position {
  background-color: #3c58c8;
}

.profitSchemeChapter .item:nth-child(2n) .profitSchemeItem:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 244px;
  background-image: url(../img/arrow-profit-scheme-top.png);
  background-size: auto auto;
  background-position: center;
  background-repeat: no-repeat;
  top: 31px;
  left: -56px;
  z-index: -1;
}

.profitSchemeChapter .item:first-child .profitSchemeItem {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 62px;
}

.profitSchemeChapter .item:first-child .profitSchemeItem .itemHalf {
  width: 120px;
  margin-left: auto;
  margin-top: auto;
}

.profitSchemeChapter .item:first-child .profitSchemeItem .caption {
  margin-top: 14px;
}

.profitSchemeChapter .item:first-child .profitSchemeItem .position {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.profitSchemeChapter .item:first-child .profitSchemeItem:before {
  display: none;
}

.profitSchemeChapter .item:nth-child(2) .profitSchemeItem .itemHalf:first-child,
.profitSchemeChapter .item:nth-child(3) .profitSchemeItem .itemHalf:first-child,
.profitSchemeChapter .item:nth-child(4) .profitSchemeItem .itemHalf:first-child {
  padding-left: 24px;
}

.profitSchemeChapter .item:nth-child(2) .profitSchemeItem .itemHalf:nth-child(2),
.profitSchemeChapter .item:nth-child(3) .profitSchemeItem .itemHalf:nth-child(2),
.profitSchemeChapter .item:nth-child(4) .profitSchemeItem .itemHalf:nth-child(2) {
  padding-left: 30px;
}

.profitSchemeChapter .item:nth-child(3) .profitSchemeItem .caption {
  margin-top: 14px;
}

.profitSchemeChapter .item:nth-child(4) .profitSchemeItem .position {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.profitSchemeChapter .item:last-child .profitSchemeItem {
  padding-left: 25px;
}

.profitSchemeChapter .item:last-child .profitSchemeItem .position {
  min-width: 166px;
  min-height: 77px;
}

.profitSchemeChapter .profitScheme {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.progressLine {
  height: 11px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.progressLine .progressInner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.trafficWaysChapter {
  position: relative;
  padding: 150px 0 167px;
  background: #1d295d;
  background: -moz-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: -webkit-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: linear-gradient(to right, #1d295d 0%, #4359b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d295d", endColorstr="#4359b5", GradientType=1);
  -webkit-border-top-right-radius: 235px;
  -moz-border-radius-topright: 235px;
  -ms-border-top-right-radius: 235px;
  border-top-right-radius: 235px;
}

.trafficWaysChapter:before {
  content: "";
  display: block;
  position: absolute;
  width: 842px;
  left: 50%;
  margin-left: -960px;
  top: 0;
  height: 486px;
  border: 2px solid #5b70c5;
  border-top: 0px;
  border-left: 0px;
  -webkit-border-bottom-right-radius: 135px;
  -moz-border-radius-bottomright: 135px;
  -ms-border-bottom-right-radius: 135px;
  border-bottom-right-radius: 135px;
}

.trafficWaysChapter:after {
  content: "";
  display: block;
  position: absolute;
  width: 971px;
  right: 50%;
  margin-right: -960px;
  bottom: 0;
  height: 382px;
  border: 2px solid #5b70c5;
  border-bottom: 0px;
  border-right: 0px;
  -webkit-border-top-left-radius: 135px;
  -moz-border-radius-topleft: 135px;
  -ms-border-top-left-radius: 135px;
  border-top-left-radius: 135px;
}

.trafficWaysChapter .chapterInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -21px 0;
}

.trafficWaysChapter .chapterInner .chapterItem {
  padding: 0 21px;
  width: 50%;
}

.trafficWaysChapter .chapterContent {
  padding-left: 64px;
  padding-right: 59px;
  margin-top: 58px;
}

.trafficWaysChapter .progressLineWrapper .progressInfo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.trafficWaysChapter .progressLineWrapper .progressInfo .name {
  display: block;
  font-size: 15px;
  line-height: 32px;
  color: #fff;
  letter-spacing: 0.025em;
  padding-left: 2px;
}

.trafficWaysChapter .progressLineWrapper .progressInfo .percent {
  display: block;
  font-size: 17px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.trafficWaysChapter .progressLineWrapper .progressLine {
  background-color: #42539e;
}

.trafficWaysChapter .progressLineWrapper.way1 .progressInfo .percent {
  color: #7161ea;
}

.trafficWaysChapter .progressLineWrapper.way1 .progressLine .progressInner {
  background-color: #7161ea;
}

.trafficWaysChapter .progressLineWrapper.way2 .progressInfo .percent {
  color: #758fff;
}

.trafficWaysChapter .progressLineWrapper.way2 .progressLine .progressInner {
  background-color: #758fff;
}

.trafficWaysChapter .progressLineWrapper.way3 .progressInfo .percent {
  color: #506cdc;
}

.trafficWaysChapter .progressLineWrapper.way3 .progressLine .progressInner {
  background-color: #506cdc;
}

.trafficWaysChapter .progressLineWrapper.way4 .progressInfo .percent {
  color: #006cff;
}

.trafficWaysChapter .progressLineWrapper.way4 .progressLine .progressInner {
  background-color: #006cff;
}

.trafficWaysChapter .progressLineWrapper.way5 .progressInfo .percent {
  color: #0090ff;
}

.trafficWaysChapter .progressLineWrapper.way5 .progressLine .progressInner {
  background-color: #0090ff;
}

.trafficWaysChapter .progressLineWrapper.way6 .progressInfo .percent {
  color: #0ec9ff;
}

.trafficWaysChapter .progressLineWrapper.way6 .progressLine .progressInner {
  background-color: #0ec9ff;
}

.trafficWaysChapter .progressLineWrapper.way7 .progressInfo .percent {
  color: #00e4fa;
}

.trafficWaysChapter .progressLineWrapper.way7 .progressLine .progressInner {
  background-color: #00e4fa;
}

.trafficWaysChapter .progressLineWrapper+.progressLineWrapper {
  margin-top: 7px;
}

.trafficWaysChapter .trafficTypesListWrapper {
  position: relative;
  z-index: 1;
  margin-top: 61px;
}

.trafficWaysChapter .trafficTypesListWrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100%);
  top: 0;
  left: 0;
  z-index: -1;
  border: 2px solid #1d89b9;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}

.trafficWaysChapter .trafficTypesListWrapper .trafficTypesInfo {
  padding: 31px 0 29px 41px;
}

.trafficWaysChapter .trafficTypesListWrapper .trafficTypesInfo p {
  font-size: 20px;
  line-height: 30px;
  color: #00e4fa;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.trafficWaysChapter .trafficTypesListWrapper .trafficTypesList {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #3c58c8;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  -moz-box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 64px 0 81px 57px;
}

.trafficWaysChapter .trafficTypesListWrapper .trafficTypesList li {
  width: 50%;
  position: relative;
  font-size: 17px;
  line-height: 32px;
  color: #fff;
  letter-spacing: 0.025em;
  padding: 18px 0 0 23px;
}

.trafficWaysChapter .trafficTypesListWrapper .trafficTypesList li:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #00e4fa;
  top: calc((100% - 23px) / 2 + 23px);
  width: 7px;
  height: 7px;
  margin-top: -5px;
  left: 0;
}

.trafficWaysChapter .trafficTypesListWrapper .trafficTypesList li:nth-child(2n) {
  margin-left: 46px;
  width: calc(50% - 46px);
}

.refProgrammChapter {
  padding: 121px 0 154px;
}

.refProgrammChapter .chapterCaption {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.refProgrammChapter .chapterContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin: -27px -21px 0;
}

.refProgrammChapter .textBlock {
  padding-left: 64px;
}

.refProgrammChapter .chapterItem {
  width: 50%;
  padding: 87px 21px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.refProgrammChapter .chapterItem:nth-child(3n) {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.refProgrammChapter .chapterItem+.chapterItem .textBlock {
  padding-left: 0px;
}

.refProgrammChapter .mediaImage {
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.11);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.11);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.11);
  -webkit-border-bottom-left-radius: 70px;
  -moz-border-radius-bottomleft: 70px;
  -ms-border-bottom-left-radius: 70px;
  border-bottom-left-radius: 70px;
  margin-bottom: 29px;
  margin-top: auto;
}

.refProgrammChapter .mediaImage img {
  -webkit-border-bottom-left-radius: 70px;
  -moz-border-radius-bottomleft: 70px;
  -ms-border-bottom-left-radius: 70px;
  border-bottom-left-radius: 70px;
}

.refProgrammChapter .refProgrammLevels {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 42px;
}

.refProgrammChapter .refProgrammLevels .percent {
  display: block;
  color: #1c285d;
  font-weight: bold;
  text-align: right;
}

.refProgrammChapter .refProgrammLevels .icon {
  margin-left: auto;
}

.refProgrammChapter .refProgrammLevels .level {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  background-color: #3c58c8;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 106px;
  height: 50px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: -12px;
}

.refProgrammChapter .refProgrammLevels .levelItem {
  position: relative;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  z-index: 1;
}

.refProgrammChapter .refProgrammLevels .levelItem.top::before {
  display: block;
}

.refProgrammChapter .refProgrammLevels .levelItem.bottom::after {
  display: block;
}

.refProgrammChapter .refProgrammLevels .levelItem::before,
.refProgrammChapter .refProgrammLevels .levelItem::after {
  content: "";
  display: none;
  position: absolute;
  width: 66px;
  height: 55px;
  left: calc(100% - 18px);
  z-index: -1;
}

.refProgrammChapter .refProgrammLevels .levelItem::before {
  height: 45px;
  bottom: calc(100% - 5px);
  background-image: url(../img/arrow-career-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.refProgrammChapter .refProgrammLevels .levelItem::after {
  top: calc(100% + 23px);
  background-image: url(../img/arrow-career-down.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.refProgrammChapter .refProgrammLevels .levelLine {
  padding-right: 25px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level1 .levelItem {
  background-color: #b3f3ff;
  width: 142px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  min-height: 166px;
  padding: 18px 17px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level1 .levelItem .percent {
  font-size: 70px;
  line-height: 70px;
  margin-top: 7px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level1 .levelItem .icon {
  width: 48px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level1 .levelItem .level {
  margin-top: -16px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level2 .levelItem {
  background-color: #dbe1ff;
  width: 111px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  min-height: 123px;
  padding: 14px 12px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level2 .levelItem .percent {
  font-size: 52px;
  line-height: 52px;
  margin-top: 4px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level2 .levelItem .icon {
  width: 36px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level2 .levelItem+.levelItem {
  margin-top: 75px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level3 .levelItem {
  background-color: #e4d6ff;
  width: 111px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  min-height: 99px;
  padding: 8px 8px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level3 .levelItem .percent {
  font-size: 35px;
  line-height: 35px;
  margin-top: 4px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level3 .levelItem .icon {
  width: 30px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level3 .levelItem+.levelItem {
  margin-top: 87px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level4 {
  margin-top: -110px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level4 .levelItem {
  background-color: #d7fbff;
  width: 111px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  min-height: 99px;
  padding: 8px 8px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level4 .levelItem .percent {
  font-size: 35px;
  line-height: 35px;
  margin-top: 4px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level4 .levelItem .icon {
  width: 30px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level4 .levelItem+.levelItem {
  margin-top: 87px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level5 .levelItem {
  background-color: #ffffff;
  width: 111px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  min-height: 99px;
  padding: 8px 8px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level5 .levelItem .percent {
  font-size: 35px;
  line-height: 35px;
  margin-top: 4px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level5 .levelItem .icon {
  width: 30px;
}

.refProgrammChapter .refProgrammLevels .levelLine.level5 .levelItem+.levelItem {
  margin-top: 87px;
}

.bonusProgrammChapter {
  position: relative;
  padding: 110px 0 104px;
  background: #1d295d;
  background: -moz-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: -webkit-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: linear-gradient(to right, #1d295d 0%, #4359b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d295d", endColorstr="#4359b5", GradientType=1);
  -webkit-border-top-right-radius: 235px;
  -moz-border-radius-topright: 235px;
  -ms-border-top-right-radius: 235px;
  border-top-right-radius: 235px;
}

.bonusProgrammChapter {
  position: relative;
  padding: 150px 0 154px;
  background: #1d295d;
  background: -moz-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: -webkit-linear-gradient(left, #1d295d 0%, #4359b5 100%);
  background: linear-gradient(to right, #1d295d 0%, #4359b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d295d", endColorstr="#4359b5", GradientType=1);
  -webkit-border-top-right-radius: 235px;
  -moz-border-radius-topright: 235px;
  -ms-border-top-right-radius: 235px;
  border-top-right-radius: 235px;
}

.bonusProgrammChapter:before {
  content: "";
  display: block;
  position: absolute;
  width: 842px;
  left: 50%;
  margin-left: -960px;
  top: 0;
  height: 486px;
  border: 2px solid #5b70c5;
  border-top: 0px;
  border-left: 0px;
  -webkit-border-bottom-right-radius: 135px;
  -moz-border-radius-bottomright: 135px;
  -ms-border-bottom-right-radius: 135px;
  border-bottom-right-radius: 135px;
}

.bonusProgrammChapter:after {
  content: "";
  display: block;
  position: absolute;
  width: 971px;
  right: 50%;
  margin-right: -960px;
  bottom: 0;
  height: calc(100% - 462px);
  border: 2px solid #5b70c5;
  border-bottom: 0px;
  border-right: 0px;
  -webkit-border-top-left-radius: 135px;
  -moz-border-radius-topleft: 135px;
  -ms-border-top-left-radius: 135px;
  border-top-left-radius: 135px;
}

.bonusProgrammChapter .chapterInner {
  position: relative;
  z-index: 1;
}

.bonusProgrammChapter .programmCards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: -100px -15px 0;
}

.bonusProgrammChapter .programmCards .item {
  width: 20%;
  padding: 0 15px;
}

.bonusProgrammChapter .programmCards+.programmCards {
  margin-top: -200px;
}

.bonusProgrammChapter .bonusItem {
  background-color: #3c58c8;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
  min-height: 237px;
  padding: 17px 20px 0 30px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  -moz-box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  z-index: 1;
}

.bonusProgrammChapter .bonusItem .num {
  display: block;
  position: absolute;
  min-width: 85px;
  text-align: center;
  right: 0px;
  bottom: 45px;
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  font-weight: bold;
  opacity: 0.05;
  z-index: -1;
}

.bonusProgrammChapter .bonusItem .level {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 15px;
  line-height: 24px;
  color: #1c2433;
  font-weight: bold;
  background-color: #00e4fa;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 175px;
  height: 50px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: -30px;
}

.bonusProgrammChapter .bonusItem .pre {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}

.bonusProgrammChapter .bonusItem .condition {
  font-size: 15px;
  line-height: 24px;
  color: #00e4fa;
  font-weight: bold;
}

.bonusProgrammChapter .bonusItem .condition .markSum {
  display: inline-block;
  font-size: 17px;
  line-height: 23px;
  background-color: #1f2b61;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  min-width: 85px;
  padding-left: 7px;
  padding-right: 15px;
}

.bonusProgrammChapter .bonusItem .condition .addCondition {
  color: #fff;
  font-weight: normal;
}

.bonusProgrammChapter .item:first-child {
  margin-top: 280px;
}

.bonusProgrammChapter .item:nth-child(2) {
  margin-top: 200px;
}

.bonusProgrammChapter .item:nth-child(3) {
  margin-top: 160px;
}

.bonusProgrammChapter .item:nth-child(4) {
  margin-top: 80px;
}

.bonusProgrammChapter .bullet {
  width: 705px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-left: auto;
  margin-top: -72px;
}

.bonusProgrammChapter .bullet [class*=btnMain] {
  width: 326px;
  flex-shrink: 0;
  margin-bottom: 12px;
}

.bonusProgrammChapter .bullet .bulletProposal {
  text-align: right;
}

.bonusProgrammChapter .bulletProposal {
  font-size: 17px;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
}

.bonusProgrammChapter .bulletProposal .proposalAccent {
  display: block;
  font-size: 17px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.221em;
  text-transform: uppercase;
  margin-top: 2px;
  text-decoration: underline;
}

.fortuneAboutChapter {
  padding: 121px 0 118px;
}

.fortuneAboutChapter .chapterCaption {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.fortuneAboutChapter .chapterContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin: 35px -21px 0;
}

.fortuneAboutChapter .textBlock {
  padding-left: 64px;
}

.fortuneAboutChapter .chapterItem {
  width: 50%;
  padding: 87px 21px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fortuneAboutChapter .mediaImage {
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.11);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.11);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.11);
  -webkit-border-bottom-left-radius: 70px;
  -moz-border-radius-bottomleft: 70px;
  -ms-border-bottom-left-radius: 70px;
  border-bottom-left-radius: 70px;
  margin-bottom: 3px;
  margin-top: auto;
}

.fortuneAboutChapter .mediaImage img {
  -webkit-border-bottom-left-radius: 70px;
  -moz-border-radius-bottomleft: 70px;
  -ms-border-bottom-left-radius: 70px;
  border-bottom-left-radius: 70px;
}

.fortuneTableChapter .chapterInner {
  padding-left: 64px;
}

.fortuneTableChapter .fortuneTable .tableHead {
  position: relative;
}

.fortuneTableChapter .fortuneTable .tableHead:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: calc(100% - 282px);
  background-color: #e4fdff;
  -webkit-box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -ms-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -ms-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  z-index: -1;
  top: 0;
  right: 0;
}

.fortuneTableChapter .fortuneTable .tableHead,
.fortuneTableChapter .fortuneTable .tableLine {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.fortuneTableChapter .fortuneTable .tarifHead .tarifName {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #1c2433;
  font-weight: bold;
}

.fortuneTableChapter .fortuneTable .tarifHead .periodicity {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #1c2433;
  margin-top: 4px;
}

.fortuneTableChapter .fortuneTable .lineHead {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 66px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -ms-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -ms-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
}

.fortuneTableChapter .fortuneTable .lineHead .sectionName {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 144px;
  font-size: 17px;
  line-height: 25px;
  color: #1c2433;
  font-weight: bold;
  background-color: #00e4fa;
  padding-right: 2px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -ms-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -ms-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
}

.fortuneTableChapter .fortuneTable .lineHead .percent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: calc(100% - 144px);
  font-size: 25px;
  line-height: 25px;
  color: #00e4fa;
  font-weight: bold;
  background-color: #25336f;
  padding-left: 4px;
}

.fortuneTableChapter .fortuneTable .tableItem {
  height: 66px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc((100% - 282px) / 3);
}

.fortuneTableChapter .fortuneTable .tableItem:first-child {
  width: 282px;
}

.fortuneTableChapter .fortuneTable .tableItem:nth-child(2) {
  padding-left: 44px;
  padding-right: 25px;
}

.fortuneTableChapter .fortuneTable .tableItem:nth-child(3) {
  padding-left: 45px;
  padding-right: 24px;
}

.fortuneTableChapter .fortuneTable .tableItem:nth-child(4) {
  padding-left: 48px;
  padding-right: 21px;
}

.fortuneTableChapter .fortuneTable .tableContent .tableLine {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  margin-top: 4px;
}

.fortuneTableChapter .fortuneTable .tableContent .tarifHead {
  display: none;
}

.fortuneTableChapter .fortuneTable .tableContent .tableVal {
  max-width: 100%;
  font-size: 15px;
  line-height: 17px;
  color: #1c2433;
}

.fortuneTableChapter .fortuneTable .tableContent .tableVal .tableValInner {
  display: block;
}

.fortuneWheelChapter {
  margin-top: 128px;
}

.fortuneWheelChapter .tabsHead {
  padding-left: 64px;
}

.fortuneWheelChapter .tabsContent {
  position: relative;
  z-index: 1;
  padding: 129px 0 160px;
}

.fortuneWheelChapter .tabsContent:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100vw;
  z-index: -1;
  top: 0;
  background-color: #25336f;
  -webkit-border-top-right-radius: 235px;
  -moz-border-radius-topright: 235px;
  -ms-border-top-right-radius: 235px;
  border-top-right-radius: 235px;
  left: 50%;
  margin-left: -50vw;
  background-image: url(../img/back-wheel-chapter.png);
  background-size: auto auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.fortuneWheelChapter .tabsPanel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -21px 0;
}

.fortuneWheelChapter .tabsPanel .fortunePanelItem {
  width: 50%;
  padding: 0 21px 0;
}

.fortuneWheelChapter .tabsPanel .fortunePanelItem:first-child {
  padding-left: 85px;
}

.fortuneWheelChapter .tabsPanel .fortunePanelItem:nth-child(2) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 40px;
  padding-top: 12px;
}

.fortuneWheelChapter .tabsPanel .preList {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.fortuneWheelChapter .tabsPanel .preList+.list {
  margin-top: 30px;
}

.fortuneWheelChapter .tabsPanel .infoChapter+.infoChapter {
  margin-top: 60px;
}

.fortuneWheelChapter .tabsPanel .list li {
  position: relative;
  padding-left: 22px;
  font-size: 17px;
  line-height: 30px;
  color: #01e4fa;
}

.fortuneWheelChapter .tabsPanel .list li:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  left: 0;
  top: 13px;
  background-color: #01e4fa;
}

.fortuneWheelChapter .tabsPanel .listNote {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}

.fortuneWheelChapter .tabsHead {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fortuneWheelChapter .tabsHead .linkTab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  height: 169px;
  padding: 0 0 0 160px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -ms-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -ms-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
}

.fortuneWheelChapter .tabsHead .linkTab .icon {
  display: block;
  position: absolute;
  width: 78px;
  top: 50%;
  left: 48px;
  margin-top: -42px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.fortuneWheelChapter .tabsHead .linkTab .icon.iconHover {
  opacity: 0;
}

.fortuneWheelChapter .tabsHead .linkTab .name {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #25336f;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.fortuneWheelChapter .tabsHead .linkTab .periodicity {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #00e4fa;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-top: 5px;
}

.fortuneWheelChapter .tabsHead li {
  width: calc((100% - 10px) / 3);
  background-color: #fff;
  -webkit-box-shadow: 11px 0 21px 0 rgba(213, 216, 230, 0.21);
  -moz-box-shadow: 11px 0 21px 0 rgba(213, 216, 230, 0.21);
  box-shadow: 11px 0 21px 0 rgba(213, 216, 230, 0.21);
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -ms-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -ms-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.fortuneWheelChapter .tabsHead li.ui-tabs-active {
  background-color: #25336f;
}

.fortuneWheelChapter .tabsHead li.ui-tabs-active .linkTab .name {
  color: #fff;
}

.fortuneWheelChapter .tabsHead li.ui-tabs-active .linkTab .icon {
  opacity: 0;
}

.fortuneWheelChapter .tabsHead li.ui-tabs-active .linkTab .icon.iconHover {
  opacity: 1;
}

.fortuneWheelChapter .listWheelInfo li {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}

.fortuneWheelChapter .listWheelInfo li .num {
  font-weight: bold;
  color: #01e4fa;
}

.fortune .wheelWrapper {
  position: relative;
}

.fortune_wheel {
  width: 586px;
  height: 586px;
  background-image: url(../img/wheel.png);
  background-position: center;
  position: relative;
  transition: all 5s;
  border-radius: 50%;
  box-shadow: 0 0px 15px 3px rgba(45, 63, 137, 0.36);
}

.fortune_item {
  position: absolute;
}

.fortune_item:nth-child(1) {
  transform: rotate(0deg);
  left: 50%;
}

.fortune_item:nth-child(2) {
  transform: rotate(36deg);
  left: 75%;
  top: 55px;
  margin-left: 26px;
}

.fortune_item:nth-child(3) {
  transform: rotate(72deg);
  left: 95%;
  top: 200px;
  margin-left: 14px;
}

.fortune_item:nth-child(4) {
  transform: rotate(108deg);
  left: 95%;
  bottom: 204px;
  margin-left: 14px;
}

.fortune_item:nth-child(5) {
  transform: rotate(144deg);
  left: 75%;
  bottom: 55px;
  margin-left: 33px;
}

.fortune_item:nth-child(5) .fortune_percent {
  left: -25px;
  top: 1px;
}

.fortune_item:nth-child(6) {
  transform: rotate(180deg);
  left: 50%;
  bottom: -10px;
  margin-left: 5px;
}

.fortune_item:nth-child(6) .fortune_percent {
  left: -15px;
  top: 4px;
}

.fortune_item:nth-child(7) {
  transform: rotate(216deg);
  left: 25%;
  bottom: 43px;
  margin-left: -25px;
}

.fortune_item:nth-child(7) .fortune_percent {
  left: -15px;
  top: 4px;
}

.fortune_item:nth-child(8) {
  transform: rotate(252deg);
  left: 0;
  bottom: 188px;
  margin-left: 9px;
}

.fortune_item:nth-child(8) .fortune_percent {
  left: -15px;
  top: 6px;
}

.fortune_item:nth-child(9) {
  transform: rotate(288deg);
  left: 0;
  top: 207px;
  margin-left: 25px;
}

.fortune_item:nth-child(9) .fortune_percent {
  left: -30px;
  top: -17px;
}

.fortune_item:nth-child(10) {
  transform: rotate(324deg);
  left: 25%;
  top: 67px;
  margin-left: -19px;
}

.fortune_item:nth-child(10) .fortune_percent {
  left: -30px;
  top: -17px;
}

.fortune_btn {
  width: 174px;
  height: 174px;
  background-image: url(../img/center-wheel-btn.png);
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -87px;
  margin-top: -87px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 #000;
  transition: all 0.5s;
}

.fortune_btn:hover {
  box-shadow: 0 0px 10px 0px #000;
}

.fortune_btn .circleTextWrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -78px;
  margin-left: -78px;
}

.fortune_btn .circleTextWrapper text {
  font-family: Gilroy;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
  fill: #fff;
  text-transform: uppercase;
  letter-spacing: 0.225em;
}

.fortune_btn .circleTextWrapper text .name {
  font-weight: bold;
  fill: #01e4fa;
}

.fortune_content {
  position: absolute;
}

.fortune_text {
  font-size: 13px;
  line-height: 14px;
  color: #b1bce8;
  font-weight: 300;
  width: 160px;
  letter-spacing: 0.3px;
  position: absolute;
  bottom: -135px;
  transform: rotate(-90deg);
  left: -80px;
  padding-right: 9px;
}

.fortune_text-special {
  color: #00e4fa;
  font-weight: bold;
  font-size: 15px;
}

.fortune_text-ref {
  font-weight: bold;
  color: #fff;
}

.fortune_percent {
  color: #1f2b61;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  position: absolute;
  left: -25px;
  top: -4px;
}

.fortune_wrapper {
  position: relative;
  width: 586px;
  padding-top: 67px;
}

.fortune_cursor {
  width: 82px;
  height: 95px;
  background-image: url(../img/fortune-cursor.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  z-index: 2;
  margin-left: -36px;
  top: -2px;
}

.fortune.darker .fortune_cursor {
  background-image: url(../img/fortune-cursor-darker.png);
}

.cabWrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.cabWrapper .headerWrapper {
  width: 301px;
  padding: 46px 0 114px;
  overflow-x: hidden;
  position: relative;
  z-index: 4;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  -moz-box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  box-shadow: -27px 27px 77px 0 rgba(45, 63, 137, 0.36);
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -ms-border-bottom-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.cabWrapper .headerWrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 301px;
  background-color: #1c285d;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  -ms-border-top-right-radius: 40px;
  border-top-right-radius: 40px;
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -ms-border-bottom-right-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: -1;
}

.cabWrapper .contentWrapper {
  width: calc(100% - 301px);
}

.cabWrapper .cabContent {
  padding: 38px 67px 34px;
  padding: 38px 67px 256px;
}

.cabWrapper .paginationLine .pagLink {
  color: #1b275c;
  border-color: #eef1f8;
}

.cabWrapper .paginationLine .pagLink .icon {
  color: #1b275c;
}

.cabWrapper .paginationLine .pagLink.active,
.cabWrapper .paginationLine .pagLink:hover {
  background-color: #00e4fa;
  border-color: #00e4fa;
}

.cabHeader .logoLink {
  width: 92px;
  margin: 0 auto;
}

.cabHeader .logoWrapper {
  padding-right: 8px;
}

.cabHeader .langMenu {
  display: none;
}

.cabHeader .listMenu .linkMenu {
  position: relative;
  z-index: 1;
  padding: 0 0 0 81px;
  height: 83px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.025em;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.cabHeader .listMenu .linkMenu:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 43px);
  height: 100%;
  z-index: -1;
  background-color: #3c58c8;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -ms-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -ms-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  top: 0;
  right: 0;
  margin-right: calc(43px - 100%);
  -webkit-transition: margin-right 0.4s;
  -moz-transition: margin-right 0.4s;
  -o-transition: margin-right 0.4s;
  transition: margin-right 0.4s;
}

.cabHeader .listMenu .linkMenu .icon {
  display: block;
  position: absolute;
  width: 57px;
  height: 57px;
  background-color: transparent;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -ms-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  font-size: 30px;
  line-height: 57px;
  color: #6672a3;
  font-weight: normal;
  letter-spacing: 0em;
  left: 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.cabHeader .listMenu .linkMenu:hover {
  color: #00e5fb;
}

.cabHeader .listMenu .linkMenu:hover .icon {
  background-color: #00e5fb;
  color: #1c285d;
}

.cabHeader .listMenu .linkMenu.active {
  color: #00e5fb;
}

.cabHeader .listMenu .linkMenu.active .icon {
  background-color: #00e5fb;
  color: #1c285d;
}

.cabHeader .listMenu .linkMenu.active:before {
  margin-right: 0;
}

.cabHeader .menuWrapper {
  padding-top: 49px;
}

.cabTop {
  position: relative;
  background-color: #b3f3ff;
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -ms-border-bottom-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.cabTop .welcomeLine {
  padding: 24px 28px 22px 75px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cabTop .welcomeLine:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: calc(100% + 301px);
  background-color: #3c58c8;
  z-index: -1;
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -ms-border-bottom-right-radius: 40px;
  border-bottom-right-radius: 40px;
  top: 0;
  right: 0;
  -webkit-box-shadow: -10px 10px 21px 0 rgba(45, 63, 137, 0.11);
  -moz-box-shadow: -10px 10px 21px 0 rgba(45, 63, 137, 0.11);
  box-shadow: -10px 10px 21px 0 rgba(45, 63, 137, 0.11);
}

.cabTop .welcomeWords {
  position: relative;
  padding-left: 82px;
}

.cabTop .welcomeWords .name {
  display: block;
  font-size: 13px;
  line-height: 24px;
  color: #00e5fb;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cabTop .welcomeWords .avator {
  position: absolute;
  width: 56px;
  height: 56px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #cfe0e9;
  left: 0;
  top: 50%;
  margin-top: -28px;
}

.cabTop .headPre {
  display: block;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
}

.cabTop .welcomeItem:after {
  content: "";
  display: block;
  clear: both;
}

.cabTop .welcomeItem:first-child {
  width: calc(293 / 1516 * 100%);
}

.cabTop .welcomeItem:nth-child(2) {
  width: calc(266 / 1516 * 100%);
}

.cabTop .welcomeItem:nth-child(3) {
  width: calc(232 / 1516 * 100%);
}

.cabTop .welcomeItem:nth-child(4) {
  width: calc(234 / 1516 * 100%);
}

.cabTop .welcomeItem:nth-child(5) {
  width: calc(237 / 1516 * 100%);
}

.cabTop .welcomeItem:last-child {
  padding-right: 0;
}

.cabTop .welcomeItemLine {
  position: relative;
  padding-left: 26px;
  line-height: 24px;
}

.cabTop .welcomeItemLine .icon {
  display: block;
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  color: #b1bce8;
  left: 0;
  top: 5px;
}

.cabTop .welcomeItemLine .headPre {
  display: inline-block;
  vertical-align: top;
}

.cabTop .welcomeItemLine .headVal {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 24px;
  color: #00e5fb;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cabTop .iconVal {
  display: block;
  float: left;
  position: relative;
  padding-left: 24px;
  font-size: 13px;
  line-height: 24px;
  color: #b1bce8;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cabTop .iconVal .icon {
  display: block;
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  color: #b1bce8;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.cabTop .iconVal.linkVal {
  color: #00e5fb;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cabTop .pursesMovesLine {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

.cabTop .pursesMoveItem {
  position: relative;
  width: 25%;
  height: 91px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px 40px 10px 118px;
}

.cabTop .pursesMoveItem:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 200%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -ms-border-bottom-right-radius: 40px;
  border-bottom-right-radius: 40px;
  -webkit-box-shadow: -10px 10px 21px 0 rgba(45, 63, 137, 0.11);
  -moz-box-shadow: -10px 10px 21px 0 rgba(45, 63, 137, 0.11);
  box-shadow: -10px 10px 21px 0 rgba(45, 63, 137, 0.11);
}

.cabTop .pursesMoveItem:nth-child(1) {
  z-index: 4;
}

.cabTop .pursesMoveItem:nth-child(1):before {
  width: 100%;
}

.cabTop .pursesMoveItem:nth-child(2) {
  z-index: 3;
}

.cabTop .pursesMoveItem:nth-child(2):before {
  width: 200%;
}

.cabTop .pursesMoveItem:nth-child(3) {
  z-index: 2;
}

.cabTop .pursesMoveItem:nth-child(3):before {
  width: 300%;
}

.cabTop .pursesMoveItem:nth-child(4) {
  z-index: 1;
}

.cabTop .pursesMoveItem:nth-child(4):before {
  width: 400%;
}

.cabTop .pursesMoveItem .movePre {
  display: block;
  font-size: 10px;
  line-height: 19px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cabTop .pursesMoveItem .val {
  display: block;
  font-size: 25px;
  line-height: 30px;
  color: #202d65;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cabTop .pursesMoveItem .icon {
  display: block;
  position: absolute;
  font-size: 52px;
  line-height: 52px;
  color: #92d4ef;
  left: 0;
  top: 50%;
  margin-top: -32px;
  left: 46px;
}

.cabTop .pursesMoveItem:first-child {
  padding-left: 146px;
}

.cabTop .pursesMoveItem:first-child .icon {
  left: 66px;
}

.cabTop .pursesMoveItem:last-child:before {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(45, 63, 137, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(45, 63, 137, 0);
  box-shadow: 0px 0px 0px 0px rgba(45, 63, 137, 0);
}

.cabTabs .tabsContent {
  position: relative;
  z-index: 1;
  border: 2px solid #eaedf8;
  background-color: #f8faff;
  border-top: 0;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -ms-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -ms-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-box-shadow: 5px 5px 21px 0 rgba(213, 216, 230, 0.21);
  -moz-box-shadow: 5px 5px 21px 0 rgba(213, 216, 230, 0.21);
  box-shadow: 5px 5px 21px 0 rgba(213, 216, 230, 0.21);
}

.cabTabs .tabsHead {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  z-index: 2;
}

.cabTabs .tabsHead:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 30px;
  left: 0;
  bottom: 0;
  border-top: 2px solid #eaedf8;
  background-color: #f8faff;
}

.cabTabs .tabsHead .linkTab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -ms-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -ms-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
}

.cabTabs .tabsHead .linkTab:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 30px);
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  border: 2px solid transparent;
  border-bottom: 0;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -ms-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -ms-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-transition: border-color 0.4s, background-color 0.4s;
  -moz-transition: border-color 0.4s, background-color 0.4s;
  -o-transition: border-color 0.4s, background-color 0.4s;
  transition: border-color 0.4s, background-color 0.4s;
}

.cabTabs .tabsHead li {
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -ms-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -ms-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  z-index: 2;
}

.cabTabs .tabsHead li:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 30px;
  left: 0;
  top: 100%;
  border: 2px solid #eaedf8;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  z-index: 3;
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.cabTabs .tabsHead li:after {
  content: "";
  display: block;
  position: absolute;
  height: 28px;
  left: 0;
  top: calc(100% + 2px);
  border-bottom: 0;
  background-color: #f8faff;
  z-index: 3;
  width: 100%;
}

.cabTabs .tabsHead li:first-child:before {
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -ms-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  border-right: 0;
  border-left: 2px solid #eaedf8;
}

.cabTabs .tabsHead li:first-child:after {
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -ms-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  left: 2px;
  width: calc(100% - 2px);
}

.cabTabs .tabsHead li:last-child:before {
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -ms-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  border-left: 0;
  border-right: 2px solid #eaedf8;
}

.cabTabs .tabsHead li:last-child:after {
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -ms-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  width: calc(100% - 2px);
}

.cabTabs .tabsHead li.ui-tabs-active:before {
  border-color: transparent;
}

.cabTabs .tabsHead li.ui-tabs-active .linkTab:before {
  border-color: #eaedf8;
  background-color: #f8faff;
}

.cabTabs .tabsHead .ui-state-disabled .linkTab:before {
  background-color: #edf0fc;
}

.tabs .tabsHead .disabledInfo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 10px;
  line-height: 18px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 5px 0 135px;
}

.tabs .tabsHead .disabledInfo .bulletLink {
  display: table;
  font-size: 14px;
  line-height: 24px;
  color: #00d4e8;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: text-decoration-color 0.4s;
  -moz-transition: text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s;
}

.tabs .tabsHead .disabledInfo .bulletLink:hover {
  text-decoration-color: transparent;
}

.tabs .tabsHead .disabledInfo .name {
  letter-spacing: 0.05em;
  line-height: 28px;
  margin-top: 3px;
}

.tabsCabFortune .tabsHead .name {
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #1c285d;
  font-weight: 600;
  text-transform: uppercase;
}

.tabsCabFortune .tabsHead .linkTab {
  height: 114px;
}

.tabsCabFortune .tabsHead .linkTab .tabLinkInner {
  padding: 0 0 0 135px;
}

.tabsCabFortune .tabsHead .linkTab .icon {
  display: block;
  position: absolute;
  width: 58px;
  top: 50%;
  left: 48px;
  margin-top: -29px;
}

.tabsCabFortune .tabsHead li {
  width: calc((100% - 82px) / 3);
}

.tabsCabFortune .tabsPanel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 47px 7px 100px 55px;
}

.tabsCabFortune .tabsPanel .fortunePanelItem {
  width: calc(100% - 749px);
}

.tabsCabFortune .tabsPanel .fortunePanelItem:first-child {
  width: 749px;
  padding-right: 87px;
}

.tabsCabFortune .fortuneHistory {
  padding-top: 21px;
}

.tabsCabFortune .fortuneHistory .pre {
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.tabsCabFortune .fortuneHistory .pre br {
  display: none;
}

.tabsCabFortune .fortuneHistory .preAccent {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #00e4fa;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.tabsCabFortune .fortuneHistory .val {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 25px;
  color: #202d65;
  font-weight: bold;
  letter-spacing: 0.2em;
  height: 25px;
  margin-top: 5px;
}

.tabsCabFortune .fortuneHistory .val .num {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0.05em;
}

.tabsCabFortune .fortuneHistory .icon {
  display: block;
  position: absolute;
  font-size: 32px;
  line-height: 32px;
  color: #c8cfee;
  left: 24px;
  top: 50%;
  margin-top: -16px;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine {
  -webkit-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  min-height: 73px;
  padding: 5px 0 8px 79px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine+.fortuneHistoryLine {
  margin-top: 17px;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineHead {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 0 0 rgba(67, 89, 181, 0);
  -moz-box-shadow: 0 0 0 0 rgba(67, 89, 181, 0);
  box-shadow: 0 0 0 0 rgba(67, 89, 181, 0);
  background-color: transparent;
  padding: 0;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineHead .icon {
  color: #fff;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineHead .lineHeadItem {
  width: calc((100% - 13px) / 2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  position: relative;
  min-height: 73px;
  padding: 5px 0 8px 79px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineHead .lineHeadItem:nth-child(2n+1) {
  background-color: #01e4fa;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineHead .lineHeadItem:nth-child(2n) {
  background-color: #3c58c8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineHead .lineHeadItem:nth-child(2n) .pre,
.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineHead .lineHeadItem:nth-child(2n) .val {
  color: #fff;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent {
  background-color: #1c285d;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 9px;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .icon {
  color: #fff;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .pre {
  color: #fff;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .date {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 6px;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .sum {
  display: block;
  font-size: 25px;
  line-height: 25px;
  color: #00e5fb;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 6px;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .accentItem {
  padding-right: 20px;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .accentItem:first-child {
  width: 267px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .accentItem:nth-child(2) {
  width: 170px;
  padding-top: 5px;
}

.tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .accentItem:nth-child(3) {
  width: calc(100% - 437px);
  padding-top: 5px;
}

.cabLinePanel {
  -webkit-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  min-height: 73px;
  padding: 5px 0 8px 79px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cabLinePanel .pre {
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cabLinePanel .pre br {
  display: none;
}

.cabLinePanel .val {
  display: block;
  /* text-transform: uppercase; */
  font-size: 10px;
  line-height: 25px;
  color: #202d65;
  font-weight: bold;
  letter-spacing: 0.2em;
  height: 25px;
  margin-top: 5px;
}

.cabLinePanel .val .num {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0.05em;
}

.cabLinePanel .val .accentNum {
  color: #00e4fa;
}

.cabLinePanel .icon {
  display: block;
  position: absolute;
  font-size: 32px;
  line-height: 32px;
  color: #c8cfee;
  left: 24px;
  top: 50%;
  margin-top: -16px;
}

.cabLinePanel+.cabLinePanel {
  margin-top: 17px;
}

.cabLinePanel.panelAccentColor1 {
  background-color: #3c58c8;
}

.cabLinePanel.panelAccentColor1 .pre,
.cabLinePanel.panelAccentColor1 .val,
.cabLinePanel.panelAccentColor1 .icon {
  color: #fff;
}

.cabLinePanel.panelAccentColor2 {
  background-color: #00e5fb;
}

.cabLinePanel.panelAccentColor2 .icon {
  color: #fff;
}

.cabLinePanel.panelAccentColor2 .pre,
.cabLinePanel.panelAccentColor2 .val {
  color: #1c285d;
}

.cabLinePanel.panelBig {
  min-height: 157px;
  padding-left: 100px;
}

.cabLinePanel.panelBig .icon {
  left: 36px;
  margin-top: -22px;
}

.cabLinePanel.panelBig+.panelBig {
  margin-top: 29px;
}

.cabLinePanel.panelBig .progressCircleItem {
  width: 159px;
  height: 100%;
  top: 0;
  right: 0;
}

.cabLinePanel.panelBig .panelItem {
  min-height: 73px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cabLinePanel.lineAccent {
  background-color: #1c285d;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 9px;
}

.cabLinePanel.lineAccent .icon {
  color: #fff;
}

.cabLinePanel.lineAccent .pre {
  color: #fff;
}

.cabLinePanel.lineAccent .date {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 6px;
}

.cabLinePanel.lineAccent .sum {
  display: block;
  font-size: 25px;
  line-height: 25px;
  color: #00e5fb;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 6px;
}

.cabLinePanel.lineAccent .accentItem {
  padding-right: 20px;
}

.cabLinePanel.lineAccent .accentItem:first-child {
  width: 267px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cabLinePanel.lineAccent .accentItem:nth-child(2) {
  width: 170px;
  padding-top: 5px;
}

.cabLinePanel.lineAccent .accentItem:nth-child(3) {
  width: calc(100% - 437px);
  padding-top: 5px;
}

.cabLinePanel .cabLinePanelInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.cabLinePanel.panelProgress {
  padding-right: 169px;
}

.cabLinePanel.panelProgress .panelItem:first-child {
  width: 173px;
}

.cabLinePanel.panelProgress .panelItem:first-child .pre,
.cabLinePanel.panelProgress .panelItem:first-child .val {
  color: #00e5fb;
}

.cabLinePanel.panelRefStat {
  padding-right: 244px;
}

.cabLinePanel.panelRefStat .panelItem:first-child {
  width: calc((314 / 1145) * 100%);
}

.cabLinePanel.panelRefStat .panelItem:nth-child(2) {
  width: calc((463 / 1145) * 100%);
}

.cabLinePanel.panelRefStat .panelItemInner {
  position: relative;
  padding-left: 52px;
}

.cabLinePanel.panelRefStat .panelItemInner .icon {
  left: 0;
  margin-top: -14px;
}

.cabLinePanel .markItem {
  width: 234px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 5px 0 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cabLinePanel .markItem.markItemColor1 {
  background-color: #00e5fb;
}

.cabLinePanel .markItem .val .num {
  letter-spacing: 0em;
}

.cabLinePanelsColumns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cabLinePanelsColumns .cabLinePanel {
  width: calc((100% - 13px) / 2);
}

.cabLinePanelsColumns .cabLinePanel:nth-child(2n+1) {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cabLinePanelsColumns .cabLinePanel:nth-child(2n) {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.cabLinePanelsColumns .cabLinePanel+.cabLinePanel {
  margin-top: 0;
}

.cabLinePanelsColumns+.cabLinePanel {
  margin-top: 17px;
}

.chargingTimer .timerClock {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.chargingTimer .timerClock .val,
.chargingTimer .timerClock .spacer {
  display: block;
  text-align: center;
}

.chargingTimer .timerClockWrapper {
  position: relative;
}

.chargingTimer .timerClockWrapper .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

.cabTable {
  display: table;
  width: 100%;
  border-spacing: 0 11px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.cabTable.bonusHistoryTable {
  display: block;
}

.cabTable.bonusHistoryTable .slick-list {
  overflow: hidden;
}

.cabTable.bonusHistoryTable .tableHead {
  display: flex !important;
  width: 100% !important;
}

@media (max-width: 639px) {
  .cabTable.bonusHistoryTable .tableHead {
    display: none !important;
  }
}

.cabTable.bonusHistoryTable .tableBody {
  display: block;
  width: 100%;
}

.cabTable.bonusHistoryTable .tableLine {
  display: flex;
  width: 100%;
}

@media (max-width: 639px) {
  .cabTable.bonusHistoryTable .tableLine {
    display: block;
  }
}

.cabTable.bonusHistoryTable .tableItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 78px;
  width: 20%;
  flex-grow: 1;
  flex-shrink: 1;
}

@media (max-width: 639px) {
  .cabTable.bonusHistoryTable .tableItem {
    width: 100%;
  }
}

.cabTable.bonusHistoryTable .tableItem:first-child {
  max-width: 84px;
}

@media (max-width: 639px) {
  .cabTable.bonusHistoryTable .tableItem:first-child {
    max-width: 100%;
  }
}

.cabTable.bonusHistoryTable .tableItem:last-child {
  width: 215px;
  flex-basis: 150px;
}

.cabTable .tableCaption {
  display: block;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cabTable .tableBody {
  display: table-row-group;
}

.cabTable .tableBody .tableCaption {
  display: none;
}

.cabTable .tableBody .tableItem {
  background-color: #fff;
}

.cabTable .tableHead {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.cabTable .tableHead .tableItem {
  background-color: #1c285d;
}

.cabTable .tableHead .tableItem:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.cabTable .tableHead .tableItem:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.cabTable .tableLine,
.cabTable .tableHead {
  display: table-row;
  -webkit-box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.cabTable .tableItem {
  display: table-cell;
  vertical-align: middle;
  height: 49px;
  padding: 0 10px;
}

.cabTable .tableItem:first-child {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -ms-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -ms-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.cabTable .tableItem:last-child {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -ms-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -ms-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.cabTable .comment {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #8a9ada;
  position: relative;
  padding-left: 33px;
  text-align: left;
  max-width: 346px;
}

.cabTable .comment:before {
  content: "\e90d";
  font-family: icomoon;
  display: block;
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  color: #8a9ada;
  left: 0;
  top: 2px;
}

.cabTable .dateTime {
  display: block;
  font-size: 11px;
  line-height: 20px;
  color: #8a9ada;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cabTable .dateTime:before {
  content: "\e90c";
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  color: #8a9ada;
  margin-right: 9px;
}

.cabTable .id {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #1c285d;
  font-weight: bold;
}

.cabTable .opName {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  text-transform: uppercase;
}

.cabTable .sum {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #3c58c8;
  font-weight: bold;
}

.cabTable .sum.scoreSum {
  color: #00d5e9;
}

.cabTable .opStatus {
  display: block;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  text-transform: uppercase;
}

.cabTable .opStatus.success {
  color: #0bc68b;
}

.cabTable .opStatus.canceled {
  color: #f01c1c;
}

.cabTable .opStatus.waiting {
  color: #fdaf40;
}

.cabChapter .cabPre {
  display: block;
  font-size: 10px;
  line-height: 24px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cabChapter.items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cabChapter.items .cabChapterItem {
  width: calc((100% - 45px) / 2);
}

.cabChapter.items .cabChapterContent {
  margin-top: 28px;
}

.cabChapter .activityItemsList .activityItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  min-height: 73px;
}

.cabChapter .activityItemsList .activityItem .percent {
  display: block;
  font-size: 25px;
  line-height: 25px;
  color: #00e4fa;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cabChapter .activityItemsList .activityItem .sum {
  display: block;
  font-size: 25px;
  line-height: 25px;
  color: #202d65;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cabChapter .activityItemsList .activityItem .detailed {
  font-size: 11px;
  line-height: 14px;
  color: #8a9ada;
}

.cabChapter .activityItemsList .activityItem .chargingTimer {
  display: table;
  margin: 0 auto;
}

.cabChapter .activityItemsList .activityItem .chargingTimer .timerClock .val,
.cabChapter .activityItemsList .activityItem .chargingTimer .timerClock .spacer {
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
}

.cabChapter .activityItemsList .activityItem .chargingTimer .timerClock .val {
  width: 24px;
}

.cabChapter .activityItemsList .activityItem .chargingTimer .timerClock .spacer {
  width: 16px;
}

.cabChapter .activityItemsList .activityItem .chargingTimer .timerClockWrapper {
  padding-right: 3px;
  padding-left: 29px;
}

.cabChapter .activityItemsList .activityItem .chargingTimer .timerClockWrapper .icon {
  font-size: 19px;
  line-height: 20px;
  color: #1c285d;
  margin-top: -10px;
}

.cabChapter .activityItemsList .activityItem .infoItem {
  padding-top: 10px;
  padding-bottom: 14px;
}

.cabChapter .activityItemsList .activityItem .infoItem:first-child {
  padding-right: 20px;
}

.cabChapter .activityItemsList .activityItem .infoItem:nth-child(2) {
  padding-right: 20px;
}

.cabChapter .activityItemsList .activityItem .infoItem:nth-child(3) {
  text-align: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cabChapter .activityItemsList .activityItem+.activityItem {
  margin-top: 17px;
}

.cabChapter .activityItemsList.bonusList .activityItem {
  padding: 0 0 0 34px;
}

.cabChapter .activityItemsList.bonusList .activityItem .infoItem:first-child {
  width: 196px;
}

.cabChapter .activityItemsList.bonusList .activityItem .infoItem:nth-child(2) {
  width: calc(100% - 427px);
}

.cabChapter .activityItemsList.bonusList .activityItem .infoItem:nth-child(3) {
  width: 231px;
  min-width: 231px;
  background-color: #00e4fa;
}

.cabChapter .activityItemsList.bonusList .activityItem .chargingTimer .timerClock .val,
.cabChapter .activityItemsList.bonusList .activityItem .chargingTimer .timerClock .spacer {
  color: #1c285d;
}

.cabChapter .activityItemsList.tasksList .activityItem {
  padding: 0 0 0 31px;
}

.cabChapter .activityItemsList.tasksList .activityItem .infoItem:first-child {
  width: 310px;
}

.cabChapter .activityItemsList.tasksList .activityItem .infoItem:nth-child(2) {
  width: calc(100% - 541px);
}

.cabChapter .activityItemsList.tasksList .activityItem .infoItem:nth-child(3) {
  width: 231px;
  min-width: 231px;
  background-color: #3c58c8;
}

.cabChapter .activityItemsList.tasksList .activityItem .infoItem:nth-child(3) .cabPre,
.cabChapter .activityItemsList.tasksList .activityItem .infoItem:nth-child(3) .icon {
  color: #fff;
}

.cabChapter .activityItemsList.tasksList .activityItem .chargingTimer .timerClock .val,
.cabChapter .activityItemsList.tasksList .activityItem .chargingTimer .timerClock .spacer {
  color: #fff;
}

.cabChapter .bonusHistoryTableWrapper {
  background-color: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 59px;
  position: relative;
  -webkit-box-shadow: 5px 5px 21px 0 rgba(213, 216, 230, 0.21);
  -moz-box-shadow: 5px 5px 21px 0 rgba(213, 216, 230, 0.21);
  box-shadow: 5px 5px 21px 0 rgba(213, 216, 230, 0.21);
}

.cabChapter .bonusHistoryTableWrapper .bonusHistoryMark {
  display: block;
  position: absolute;
  background-color: #00e4fa;
  font-size: 10px;
  line-height: 11px;
  color: #2a313e;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 16px 15px 16px 22px;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -ms-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  bottom: 0;
  right: 0;
}

.cabChapter .bonusHistoryTable {
  border-spacing: 0;
}

.cabChapter .bonusHistoryTable .tableLine {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(67, 89, 181, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(67, 89, 181, 0);
  box-shadow: 0px 0px 0px 0px rgba(67, 89, 181, 0);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.cabChapter .bonusHistoryTable .tableCaption {
  color: #1c285d;
}

.cabChapter .bonusHistoryTable .tableItem {
  height: 30px;
}

.cabChapter .bonusHistoryTable .tableItem:first-child {
  width: 84px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -ms-border-top-left-radius: 40px;
  border-top-left-radius: 40px;
}

.cabChapter .bonusHistoryTable .tableItem:last-child {
  padding-right: 16px;
  width: 0;
}

.cabChapter .bonusHistoryTable .tableHead {
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -ms-border-top-left-radius: 40px;
  border-top-left-radius: 40px;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  -ms-border-top-right-radius: 40px;
  border-top-right-radius: 40px;
}

.cabChapter .bonusHistoryTable .tableHead .tableItem {
  height: 55px;
  padding-top: 25px;
  background-color: transparent;
}

.cabChapter .bonusHistoryTable .tableContent .tableLine:last-child .tableItem {
  height: 55px;
  padding-top: 25px;
}

.cabChapter .bonusHistoryTable .val {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cabChapter .bonusHistoryTable .num {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #1c285d;
  font-weight: bold;
}

.cabChapter .bonusHistoryTable .sum {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #3c58c8;
  font-weight: bold;
}

.cabChapter .bonusHistoryTable .percent {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #00e4fa;
  font-weight: bold;
}

.cabChapter .bonusHistoryTable .date {
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #8a9ada;
}

.cabChapter .bonusHistoryTable .comment {
  font-size: 11px;
  color: #1c285d;
  padding-left: 0;
  max-width: 160px;
}

.cabChapter .bonusHistoryTable .comment:before {
  display: inline-block;
  position: static;
  vertical-align: top;
  font-size: 19px;
  margin-right: 4px;
  margin-top: 0;
  left: auto;
  top: auto;
}

.cabChapter .bonusHistoryTable .chargingTimer {
  display: table;
  margin: 0 auto;
}

.cabChapter .bonusHistoryTable .chargingTimer .timerClock .val,
.cabChapter .bonusHistoryTable .chargingTimer .timerClock .spacer {
  font-size: 11px;
  line-height: 20px;
  color: #1c285d;
}

.cabChapter .bonusHistoryTable .chargingTimer .timerClock .val {
  width: 16px;
}

.cabChapter .bonusHistoryTable .chargingTimer .timerClock .spacer {
  width: 4px;
}

.cabChapter .bonusHistoryTable .chargingTimer .timerClockWrapper {
  padding-right: 11px;
  padding-left: 20px;
}

.cabChapter .bonusHistoryTable .chargingTimer .timerClockWrapper .icon {
  font-size: 16px;
  line-height: 20px;
  color: #8a9ada;
  margin-top: -10px;
}

.cabChapter .bonusHistory {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -24px;
}

.cabChapter .bonusHistory .historyItem {
  padding: 24px;
  width: calc(100% / 3);
  overflow: hidden;
}

.cabChapter .bonusHistoryCarouselWrapper {
  position: relative;
}

.cabChapter .bonusHistoryCarouselWrapper .carouselNav {
  position: absolute;
  bottom: -20px;
  left: 44px;
}

.cabChapter .bonusHistoryCarouselWrapper .carouselNav .slick-arrow {
  width: 40px;
  height: 40px;
}

.cabChapter .bonusHistoryCarouselWrapper .carouselNav .slick-arrow .icon {
  width: 36px;
  font-size: 8px;
  line-height: 36px;
}

.cabChapter .bonusHistoryCarouselWrapper .carouselNav .slick-arrow+.slick-arrow {
  margin-left: 10px;
}

.cabChapter+.cabChapter {
  margin-top: 60px;
}

.cabSettingForm {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  -webkit-box-shadow: 5px 5px 21px 0 rgba(213, 216, 230, 0.21);
  -moz-box-shadow: 5px 5px 21px 0 rgba(213, 216, 230, 0.21);
  box-shadow: 5px 5px 21px 0 rgba(213, 216, 230, 0.21);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #f4f6fd;
}

.cabSettingForm+.cabSettingForm {
  margin-top: 43px;
}

.cabSettingForm:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 70px);
  left: 0;
  bottom: 0;
  z-index: -1;
  border: 2px solid #eaedf8;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -ms-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.cabSettingForm .settingBody {
  padding: 54px 70px 0 71px;
}

.cabSettingForm .inputLabel {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 17px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.cabSettingForm .inputLabel+.inputWrapper {
  margin-top: 8px;
}

.cabSettingForm .formItem+.formItem {
  margin-top: 17px;
}

.cabSettingForm [class*=btnMain] {
  margin: 48px auto 0;
  width: 326px;
}

.cabSettingForm .formItems {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cabSettingForm .formItems .formColumn {
  width: calc((100% - 35px) / 2);
}

.cabSettingForm .checkedWrapper {
  padding-top: 16px;
}

.cabSettingForm .securityChapter {
  margin-top: 40px;
}

.cabSettingForm .securityChapter .formChapterCaption {
  padding-bottom: 35px;
}

.cabSettingForm .securityChapter .checkedWrapper {
  padding-top: 11px;
}

.cabSettingForm .securityChapter .checkedWrapper+.checkedWrapper {
  margin-top: 9px;
}

.cabSettingForm .securityChapter .checksItem {
  margin-top: 15px;
}

.cabSettingForm .securityChapter .checksItem+.formItem {
  margin-top: 40px;
}

.cabSettingForm .authenticatorChapter {
  margin-top: 47px;
}

.cabSettingForm .authenticatorChapter .preKey {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #1c285d;
  font-weight: 300;
  letter-spacing: 0.025em;
  margin-top: 31px;
}

.cabSettingForm .authenticatorChapter .key {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-top: 3px;
}

.cabSettingForm .authenticatorChapter .qrCode {
  background-color: #fff;
  width: 147px;
  height: 145px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-shadow: 3px 3px 45px 0 rgba(0, 26, 79, 0.07);
  -moz-box-shadow: 3px 3px 45px 0 rgba(0, 26, 79, 0.07);
  box-shadow: 3px 3px 45px 0 rgba(0, 26, 79, 0.07);
  margin-top: 37px;
}

.cabSettingForm .authenticatorChapter .qrCode+.formItem {
  margin-top: 48px;
}

.cabSettingForm .formChapterCaption {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.cabSettingForm .settingHead {
  background-color: #3c58c8;
  position: relative;
  height: 100px;
  padding-left: 136px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
}

.cabSettingForm .settingHead .icon {
  display: block;
  position: absolute;
  background-color: #00e5fb;
  width: 100px;
  text-align: center;
  font-size: 32px;
  line-height: 100px;
  color: #1c285d;
  left: 0;
  top: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -ms-border-bottom-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.cabSettingForm .settingHead .caption {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.cabSettingForm.paymentsForm .settingBody {
  padding: 64px 70px 0 71px;
}

.cabSettingForm.paymentsForm .formItems .formColumn {
  width: calc((100% - 59px) / 2);
}

.cabSettingForm.paymentsForm [class*=btnMain] {
  margin-top: 61px;
}

.cabSettingsRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cabSettingsRow .settingItem {
  width: calc((100% - 44px) / 2);
}

.cabCopyRefBlock {
  background-color: #3c58c8;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 57px 70px 69px;
}

.cabCopyRefBlock+.promoTabs {
  margin-top: 65px;
}

.cabCopyLinkLine {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.cabCopyLinkLine .linkWrapper {
  width: calc(100% - 207px);
  padding-right: 38px;
}

.cabCopyLinkLine [class*=btnMain] {
  width: 207px;
  height: 59px;
  padding: 22px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cabCopyLinkLine .inputLabel {
  font-size: 10px;
  line-height: 18px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cabCopyLinkLine .inputLabel+.inputWrapper {
  margin-top: 13px;
}

.promoTabs .tabsHead .linkTab {
  font-size: 14px;
  line-height: 18px;
  color: #a9b3d8;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 64px;
  padding: 0 10px;
}

.promoTabs .tabsHead .linkTab br {
  display: none;
}

.promoTabs .tabsHead li {
  width: calc((100% - 88px) / 5);
}

.promoTabs .bannerWrapper {
  min-height: 280px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.promoTabs .tabsPanel {
  padding: 65px 68px 71px;
}

.promoTabs .cabCopyLinkLine {
  margin-top: 71px;
}

.cabDepositMovesItems {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px;
}

.cabDepositMovesItems .depositMovesItem {
  width: 50%;
  padding: 45px 22px 0;
}

.cabDepositMovesItems .depositMovesItem:nth-child(2n) .depositMoveHead {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.cabDepositMovesItems .depositMovesItem:nth-child(2n) .replenishResult {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.cabDepositMovesItems .depositMovesItem:nth-child(2n) .depositMoveBody:before {
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -ms-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.cabDepositMovesItems .depositMovesItem:nth-child(2n+1) .depositMoveHead {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cabDepositMovesItems .depositMovesItem:nth-child(2n+1) .replenishResult {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.cabDepositMovesItems .depositMovesItem:nth-child(2n+1) .depositMoveBody:before {
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -ms-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.cabDepositMovesItems .depositMoveHead {
  background-color: #3c58c8;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  height: 346px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
}

.cabDepositMovesItems .depositMoveHead .count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -ms-border-bottom-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #00e5fb;
  font-size: 25px;
  line-height: 30px;
  color: #202d65;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
}

.cabDepositMovesItems .depositMoveHead .itemCaption {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 0 15px 0 137px;
  height: 100px;
}

.cabDepositMovesItems .depositMoveHead .tarifsList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 0px 30px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 50px auto 0;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn label {
  display: block;
  cursor: pointer;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn label .iconWrapper {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 97px;
  height: 97px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn label .iconWrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background-color: #1c285d;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn label .iconWrapper .icon {
  position: absolute;
  width: 52px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn label .iconWrapper .icon.iconActive {
  opacity: 0;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn label .iconWrapper:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/tarif-arrow-down.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 16px;
  z-index: -1;
  top: 100%;
  margin-top: -16px;
  -webkit-transition: margin-top 0.4s;
  -moz-transition: margin-top 0.4s;
  -o-transition: margin-top 0.4s;
  transition: margin-top 0.4s;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn label .name {
  display: block;
  font-size: 10px;
  line-height: 30px;
  color: #00e5fb;
  font-weight: bold;
  letter-spacing: 0.2em;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  text-align: center;
  text-transform: uppercase;
  margin-top: 13px;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn label:hover .iconWrapper:before {
  background-color: #fff;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn label:hover .iconWrapper .icon {
  opacity: 0;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn label:hover .iconWrapper .icon.iconActive {
  opacity: 1;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn label:hover .name {
  color: #fff;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn input {
  display: none;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn input:checked+label .iconWrapper:before {
  background-color: #fff;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn input:checked+label .iconWrapper .icon {
  opacity: 0;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn input:checked+label .iconWrapper .icon.iconActive {
  opacity: 1;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn input:checked+label .iconWrapper:after {
  margin-top: 0;
}

.cabDepositMovesItems .depositMoveHead .tarifsList .tarifItemBtn input:checked+label .name {
  color: #fff;
}

.cabDepositMovesItems .depositMoveHead .inputInfo {
  width: 451px;
  margin: 61px auto 0;
}

.cabDepositMovesItems .depositMoveHead .minMaxWrapper {
  margin-top: 22px;
}

.cabDepositMovesItems .depositMoveHead .minMaxLine {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.cabDepositMovesItems .depositMoveHead .minMaxLine .pre {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #b1bce8;
  font-weight: 300;
  letter-spacing: 0.025em;
  padding-right: 3px;
}

.cabDepositMovesItems .depositMoveHead .minMaxLine .val {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.cabDepositMovesItems .replenishResult {
  background-color: #fff;
  height: 346px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cabDepositMovesItems .replenishResult [class*=btnMain] {
  width: 326px;
}

.cabDepositMovesItems .replenishResult .icon {
  width: 62px;
}

.cabDepositMovesItems .replenishResult .caption {
  font-size: 14px;
  line-height: 30px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
  text-transform: uppercase;
  margin-top: 27px;
}

.cabDepositMovesItems .replenishResult .resultSum {
  font-size: 40px;
  line-height: 40px;
  color: #202d65;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 16px;
}

.cabDepositMovesItems .openDepositResult {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.cabDepositMovesItems .openDepositResult [class*=btnMain] {
  width: 326px;
  margin-top: 63px;
}

.cabDepositMovesItems .openDepositResult .icon {
  width: 62px;
}

.cabDepositMovesItems .openDepositResult .caption {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
  text-transform: uppercase;
}

.cabDepositMovesItems .openDepositResult .resultSum {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 5px;
}

.cabDepositMovesItems .openDepositResult .dailyProfit {
  margin-top: 32px;
}

.cabDepositMovesItems .openDepositResult .dailyProfit .caption,
.cabDepositMovesItems .openDepositResult .dailyProfit .resultSum {
  color: #1c285d;
}

.cabDepositMovesItems .openDepositResult .generalProfit {
  margin-top: 25px;
}

.cabDepositMovesItems .openDepositResult .generalProfit .caption,
.cabDepositMovesItems .openDepositResult .generalProfit .resultSum {
  color: #00daf3;
}

.cabDepositMovesItems .openDepositItem .depositMoveBody {
  position: relative;
  height: 532px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cabDepositMovesItems .openDepositItem .depositMoveBody:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 30px);
  background-color: #fff;
  left: 0;
  top: -30px;
  z-index: -1;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
}

.cabDepositMovesItems .openDepositItem .tarifItem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  z-index: -1;
  opacity: 0;
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: opacity 0.3s 0s, transform 0s 0.4s, width 0s 0.4s;
  -moz-transition: opacity 0.3s 0s, transform 0s 0.4s, width 0s 0.4s;
  -o-transition: opacity 0.3s 0s, transform 0s 0.4s, width 0s 0.4s;
  transition: opacity 0.3s 0s, transform 0s 0.4s, width 0s 0.4s;
}

.cabDepositMovesItems .openDepositItem .tarifItem.activeTarif {
  overflow: visible;
  width: 100%;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.3s 0.1s, transform 0.3s 0.1s, width 0s 0s;
  -moz-transition: opacity 0.3s 0.1s, transform 0.3s 0.1s, width 0s 0s;
  -o-transition: opacity 0.3s 0.1s, transform 0.3s 0.1s, width 0s 0s;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s, width 0s 0s;
}

.cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo {
  background-color: transparent;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  padding-left: 93px;
  padding-top: 47px;
  padding-left: 90px;
  padding-bottom: 20px;
  height: 415px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px 0 rgba(28, 36, 51, 0);
  -moz-box-shadow: 0px 0px 0px 0 rgba(28, 36, 51, 0);
  box-shadow: 0px 0px 0px 0 rgba(28, 36, 51, 0);
}

.cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo:before {
  display: none;
}

.cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .headInfo {
  padding-right: calc(100% - 340px);
}

.cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .headInfo .markInfo {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .numsInfo {
  padding-right: calc(100% - 340px);
}

.cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .iconWrapper {
  width: calc(100% - 443px);
  bottom: 72px;
}

.cabDepositMovesItems .openDepositItem .tarifItem .addInfo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 117px;
  border: 2px solid #00e4fa;
  background-color: #e4fdff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 10px 40px 15px 88px;
}

.cabDepositMovesItems .openDepositItem .tarifItem .addInfo:before {
  display: none;
}

.cabDepositMovesItems .openDepositItem .tarifItem .addInfo .textBlock {
  font-size: 14px;
  line-height: 24px;
  color: #1c285d;
  font-weight: normal;
  letter-spacing: 0em;
}

.progressCircleItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  background-color: #00e5fb;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.progressCircleItem .progressCircleWrapper {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
}

.progressCircleItem .progressCircleWrapper>div {
  display: block !important;
}

.progressCircleItem .progressCircleWrapper input {
  font-size: 15px !important;
}

.cabDepositsList .depositItem+.depositItem {
  margin-top: 70px;
}

.cabDepositsList+.paginationLine {
  margin-top: 75px;
}

.cabDepositsList .depositItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}

.cabDepositsList .depositItem:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: -1;
  height: calc(100% - 40px);
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
}

.cabDepositsList .depositItem .depositInfoSide {
  width: 1066px;
  position: relative;
  padding-left: 40px;
}

.cabDepositsList .depositItem .depositInfoSide .pre {
  display: block;
  font-size: 10px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cabDepositsList .depositItem .depositInfoSide .tarifIconWrapper {
  position: absolute;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #1c285d;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  left: 0;
  top: 18px;
}

.cabDepositsList .depositItem .depositInfoSide .tarifIconWrapper .tarifIcon {
  width: 49px;
}

.cabDepositsList .depositItem .generalDepositInfo {
  background-color: #3c58c8;
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -ms-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -ms-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 41px 0;
  height: 146px;
}

.cabDepositsList .depositItem .generalDepositInfo .pre {
  color: #fff;
}

.cabDepositsList .depositItem .generalDepositInfo .depositName {
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #00e5fb;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cabDepositsList .depositItem .generalDepositInfo .date {
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cabDepositsList .depositItem .generalDepositInfo .sum {
  display: block;
  font-size: 25px;
  line-height: 22px;
  color: #00e5fb;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cabDepositsList .depositItem .generalDepositInfo .infoItem .infoItemInner {
  position: relative;
  padding-left: 68px;
  padding-right: 15px;
}

.cabDepositsList .depositItem .generalDepositInfo .infoItem:first-child {
  width: calc(242 / 1066 * 100%);
}

.cabDepositsList .depositItem .generalDepositInfo .infoItem:first-child .infoItemInner {
  padding-left: 72px;
}

.cabDepositsList .depositItem .generalDepositInfo .infoItem:nth-child(2) {
  width: calc(319 / 1066 * 100%);
}

.cabDepositsList .depositItem .generalDepositInfo .infoItem:nth-child(2) .icon {
  font-size: 45px;
}

.cabDepositsList .depositItem .generalDepositInfo .infoItem:nth-child(3) {
  width: calc(273 / 1066 * 100%);
}

.cabDepositsList .depositItem .generalDepositInfo .infoItem:nth-child(4) {
  width: calc(232 / 1066 * 100%);
}

.cabDepositsList .depositItem .generalDepositInfo .icon {
  display: block;
  position: absolute;
  font-size: 50px;
  line-height: 50px;
  color: #a1afe4;
  left: 0;
  top: 50%;
  width: 68px;
  text-align: right;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 18px;
}

.cabDepositsList .depositItem .addDepositInfo {
  padding-left: 60px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 68px;
}

.cabDepositsList .depositItem .addDepositInfo .pre {
  color: #1c285d;
  line-height: 16px;
}

.cabDepositsList .depositItem .addDepositInfo .depositPercentsItem {
  display: table;
  padding-left: 53px;
  position: relative;
  width: 474px;
  padding-right: 15px;
}

.cabDepositsList .depositItem .addDepositInfo .depositPercentsItem .pre {
  display: table-cell;
  padding-right: 5px;
}

.cabDepositsList .depositItem .addDepositInfo .depositPercentsItem .percent {
  display: table-cell;
  text-align: right;
  font-size: 20px;
  line-height: 24px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cabDepositsList .depositItem .addDepositInfo .depositPercentsItem .icon {
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 3px;
}

.cabDepositsList .depositItem .addDepositInfo .accrualCountItem {
  width: calc(100% - 474px);
  padding-left: 74px;
  padding-right: 60px;
}

.cabDepositsList .depositItem .addDepositInfo .accrualCountItem .accrualCount {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.cabDepositsList .depositItem .addDepositInfo .accrualCountItem .countNums {
  display: block;
  font-size: 17px;
  line-height: 22px;
  color: #3c58c8;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cabDepositsList .depositItem .addDepositInfo .accrualCountItem .pre {
  padding-right: 8px;
}

.cabDepositsList .depositItem .addDepositInfo .percentLine {
  display: table-row;
}

.cabDepositsList .depositItem .addDepositInfo .progressLine {
  background-color: #e0e3f2;
  margin-top: 6px;
}

.cabDepositsList .depositItem .addDepositInfo .progressLine .progressInner {
  background-color: #3c58c8;
}

.cabDepositsList .depositItem .accrualSide {
  width: calc(100% - 1066px);
}

.cabDepositsList .depositItem .accrualInfo {
  background-color: #3c58c8;
  height: 146px;
  border-left: 2px solid #5b74d7;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -ms-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 22px 0 22px 42px;
}

.cabDepositsList .depositItem .accrualInfo .pre {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.cabDepositsList .depositItem .accrualInfo .date {
  display: block;
  position: relative;
  padding-left: 24px;
  font-size: 13px;
  line-height: 20px;
  color: #b1bce8;
  font-weight: normal;
  letter-spacing: 0.025em;
}

.cabDepositsList .depositItem .accrualInfo .date:before {
  content: "\e906";
  display: block;
  position: absolute;
  font-family: icomoon;
  font-size: 16px;
  line-height: 16px;
  color: #b1bce8;
  font-weight: normal;
  letter-spacing: 0em;
  left: 0;
  top: 1px;
}

.cabDepositsList .depositItem .accrualInfo .accrualLine+.accrualLine {
  margin-top: 20px;
}

.cabDepositsList .depositItem .progressCircleItem {
  width: 154px;
  height: 146px;
  top: 0;
  right: 0;
}

.cabDepositsList .depositItem .accrualTimer {
  padding-top: 12px;
  padding-left: 45px;
  height: 68px;
  background-color: #b3f3ff;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -ms-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.cabDepositsList .depositItem .accrualTimer .pre {
  display: block;
  font-size: 10px;
  line-height: 16px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cabDepositsList .depositItem .accrualTimer .chargingTimer .timerClock .val,
.cabDepositsList .depositItem .accrualTimer .chargingTimer .timerClock .spacer {
  font-size: 20px;
  line-height: 30px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}

.cabDepositsList .depositItem .accrualTimer .chargingTimer .timerClock .val {
  width: 40px;
}

.cabDepositsList .depositItem .accrualTimer .chargingTimer .timerClock .spacer {
  width: 36px;
}

.cabDepositsList .depositItem .accrualTimer .chargingTimer .timerClockWrapper {
  padding-right: 3px;
  padding-left: 29px;
}

.cabDepositsList .depositItem .accrualTimer .chargingTimer .timerClockWrapper .icon {
  font-size: 19px;
  line-height: 20px;
  color: #1c285d;
  margin-top: -10px;
}

.cabOperationsFilter {
  -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.07);
  padding: 51px 70px 69px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #3c58c8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.cabOperationsFilter .filterItem {
  padding-right: 40px;
  width: calc((100% - 128px - 666px) / 2);
}

.cabOperationsFilter .filterItem.filterDate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 333px;
}

.cabOperationsFilter .filterItem.filterDate .filterDateItem {
  /* width: calc((100% - 14px) / 3); */
  width: calc((100% - 14px) / 1);
}

.cabOperationsFilter .filterItem .inputLabel {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.cabOperationsFilter .filterItem .inputLabel+.inputWrapper {
  margin-top: 7px;
}

.cabOperationsFilter .filterItem .selectric .label {
  font-size: 14px;
  color: #1c2433;
  margin: 0 40px 0 14px;
}

.cabOperationsFilter .filterItem .selectric .icon {
  width: 40px;
  padding-right: 5px;
}

.cabOperationsFilter [class*=btnMain] {
  width: 128px;
  padding: 20px 15px;
  height: 59px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cabTableOperations .tableItem {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cabTableOperations .tableItem:last-child {
  width: 346px;
}

.cabTableOperations+.paginationLine {
  margin-top: 23px;
}

.cabFortuneChapter .cabChapterContent {
  margin-top: 57px;
}

.cabBonusHistoryChapter .cabChapterContent {
  margin-top: 9px;
}

.cabSettingChapter .cabChapterContent {
  margin-top: 67px;
}

.cabBalanceChapter .cabChapterContent {
  margin-top: 22px;
}

.cabPaymentsChapter .cabChapterContent {
  margin-top: 47px;
}

.cabPromoChapter .cabChapterContent {
  margin-top: 37px;
}

.cabDepositsChapter .cabChapterContent {
  margin-top: 57px;
}

.cabOperationsChapter .cabChapterContent {
  margin-top: 37px;
}

.cabPartnersChapter .cabChapterContent {
  margin-top: 57px;
}

.cabPartnersListChapter .cabChapterContent {
  margin-top: 23px;
}

.accNotifWrapper {
  position: fixed;
  z-index: 9;
  bottom: 30px;
  right: 0;
  background-color: #2e4ece;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: 11px 0 21px 0 rgba(213, 216, 230, 0.21);
  -moz-box-shadow: 11px 0 21px 0 rgba(213, 216, 230, 0.21);
  box-shadow: 11px 0 21px 0 rgba(213, 216, 230, 0.21);
  display: none;
}

.accNotifWrapper .bonusNotification {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  width: 684px;
  padding: 25px 39px 34px 50px;
}

.accNotifWrapper .bonusNotification .caption {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #00e4fa;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.accNotifWrapper .bonusNotification .caption+.notifText {
  margin-top: 5px;
}

.accNotifWrapper .bonusNotification .notifText {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.025em;
}

.accNotifWrapper .bonusNotification .pre {
  display: block;
  font-size: 10px;
  line-height: 19px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.accNotifWrapper .bonusNotification .sum {
  display: block;
  font-size: 25px;
  line-height: 30px;
  color: #00e5fb;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.accNotifWrapper .bonusNotification .name {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.accNotifWrapper .bonusNotification .bonusSum {
  width: 153px;
  border: 2px solid #00e5fb;
}

.accNotifWrapper .bonusNotification .bonusSumWrapper,
.accNotifWrapper .bonusNotification .depositNameWrapper {
  padding-left: 20px;
}

.accNotifWrapper .bonusNotification .depositName {
  width: 173px;
  background-color: #25336f;
  border: 2px solid #25336f;
}

.accNotifWrapper .bonusNotification .notifItem {
  padding: 6px 6px 10px 17px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.accNotifWrapper .closeNotif {
  cursor: pointer;
  position: absolute;
  width: 38px;
  height: 38px;
  right: 0;
  top: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.accNotifWrapper .closeNotif span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  background-color: #fff;
  height: 2px;
  width: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.accNotifWrapper .closeNotif span:first-child {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accNotifWrapper .closeNotif span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accNotifWrapper .closeNotif:hover span {
  background-color: #00e5fb;
}

.accNotifWrapper .notifIcon {
  display: block;
  position: absolute;
  left: -27px;
  top: 12px;
  text-align: center;
  width: 56px;
  height: 56px;
  font-size: 32px;
  line-height: 56px;
  color: #25336f;
  background-color: #00e5fb;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cabPartnersGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cabPartnersGrid .cabPartnersItem {
  width: calc(50% - 20px);
}

.cabRefLines {
  margin-top: 72px;
}

.cabReferalsPanel .panelLine {
  -webkit-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  min-height: 49px;
  border: 2px solid #fff;
  padding-left: 50px;
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.cabReferalsPanel .panelLine.panelHead {
  background-color: #1c285d;
  border-color: #1c285d;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cabReferalsPanel .panelLine.panelHead .panelItem:first-child {
  padding-left: 65px;
}

.cabReferalsPanel .panelCaption {
  display: block;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cabReferalsPanel .slideContent {
  margin-top: 11px;
}

.cabReferalsPanel .slideBtn.active + .slideContent {
  display: block;
}

.cabReferalsPanel .panelContent {
  margin-top: 11px;
}

.cabReferalsPanel .panelContent .panelCaption {
  display: none;
  color: #1c285d;
}

.cabReferalsPanel .panelContent .panelLine.slideBtn:hover {
  border-color: #00e4fa;
}

.cabReferalsPanel .slideBtn {
  position: relative;
}

.cabReferalsPanel .slideBtn:before,
.cabReferalsPanel .slideBtn:after {
  display: block;
  position: absolute;
  font-family: icomoon;
  font-size: 24px;
  line-height: 24px;
  color: #1c285d;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  -webkit-transition: color 0.4s, opacity 0.4s;
  -moz-transition: color 0.4s, opacity 0.4s;
  -o-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
}

.cabReferalsPanel .slideBtn:before {
  content: "\e900";
}

.cabReferalsPanel .slideBtn:after {
  content: "\e92b";
  opacity: 0;
}

.cabReferalsPanel .slideBtn:hover:before,
.cabReferalsPanel .slideBtn:hover:after {
  color: #00e4fa;
}

.cabReferalsPanel .slideBtn:hover>.panelLine {
  border-color: #00e4fa;
}

.cabReferalsPanel .slideBlock+.slideBlock {
  margin-top: 11px;
}

.cabReferalsPanel .slideBlock.active>.slideBtn:before,
.cabReferalsPanel .slideBlock.active>.slideBtn:after,
.cabReferalsPanel .slideBlock>.slideBtn.active:before,
.cabReferalsPanel .slideBlock>.slideBtn.active:after {
  color: #00e4fa;
}

.cabReferalsPanel .slideBlock.active>.slideBtn:before,
.cabReferalsPanel .slideBlock>.slideBtn.active:before {
  opacity: 0;
}

.cabReferalsPanel .slideBlock.active>.slideBtn:after,
.cabReferalsPanel .slideBlock>.slideBtn.active:after {
  opacity: 1;
}

.cabReferalsPanel .slideBlock.active>.slideBtn>.panelLine,
.cabReferalsPanel .slideBlock>.slideBtn.active>.panelLine {
  border-color: #00e4fa;
}

.cabReferalsPanel .valWrapper {
  line-height: 17px;
}

.cabReferalsPanel .val {
  display: block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 17px;
}

.cabReferalsPanel .name {
  font-size: 14px;
  line-height: nullt;
  color: #1c285d;
  font-weight: bold;
}

.cabReferalsPanel .level {
  font-size: 11px;
  color: #8a9ada;
}

.cabReferalsPanel .mail {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 13px;
  color: #1c285d;
  padding-left: 25px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.cabReferalsPanel .mail:before {
  content: "\e92a";
  display: block;
  position: absolute;
  font-family: icomoon;
  font-size: 16px;
  color: #b1bce8;
  left: 0;
  top: 0;
}

.cabReferalsPanel .mail:hover {
  color: #00e4fa;
}

.cabReferalsPanel .date {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  color: #8a9ada;
  position: relative;
  padding-left: 23px;
}

.cabReferalsPanel .date:before {
  content: "\e90c";
  display: block;
  position: absolute;
  font-family: icomoon;
  font-size: 16px;
  color: #b1bce8;
  left: 0;
  top: 0;
}

.cabReferalsPanel .sum {
  font-size: 14px;
  color: #3c58c8;
  font-weight: bold;
}

.cabReferalsPanel .sumRef {
  font-size: 14px;
  color: #00d5e9;
  font-weight: bold;
}

.cabReferalsPanel .range {
  font-size: 12px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.cabReferalsPanel .panelItem {
  text-align: center;
  padding: 5px 5px;
}

.cabReferalsPanel .panelItem:first-child {
  width: calc(330 / 1411 * 100%);
  text-align: left;
  padding-left: 0px;
}

.cabReferalsPanel .panelItem:nth-child(2) {
  width: calc(288 / 1411 * 100%);
}

.cabReferalsPanel .panelItem:nth-child(3) {
  width: calc(248 / 1411 * 100%);
}

.cabReferalsPanel .panelItem:nth-child(4) {
  width: calc(223 / 1411 * 100%);
}

.cabReferalsPanel .panelItem:nth-child(5) {
  width: calc(162 / 1411 * 100%);
}

.cabReferalsPanel .panelItem:nth-child(6) {
  width: calc(230 / 1411 * 100%);
}

.cabReferalsPanel .level2 {
  padding-left: 20px;
}

.cabReferalsPanel .level2 .panelLine {
  padding-left: 30px;
}

.cabReferalsPanel .level2 .panelItem:first-child {
  padding-left: 20px;
}

.cabReferalsPanel .level3 {
  padding-left: 20px;
}

.cabReferalsPanel .level3 .panelLine {
  padding-left: 10px;
}

.cabReferalsPanel .level3 .panelItem:first-child {
  padding-left: 40px;
}

.signWrapper {
  min-height: 100vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.signWrapper:before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #5b70c5;
  opacity: 0.33;
  -webkit-border-bottom-right-radius: 140px;
  -moz-border-radius-bottomright: 140px;
  -ms-border-bottom-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-top: 0;
  border-left: 0;
  left: 0;
  top: 0;
  height: 589px;
  width: 840px;
}

.signWrapper:after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #5b70c5;
  opacity: 0.33;
  -webkit-border-top-left-radius: 140px;
  -moz-border-radius-topleft: 140px;
  -ms-border-top-left-radius: 140px;
  border-top-left-radius: 140px;
  border-bottom: 0;
  border-right: 0;
  right: 0;
  bottom: 0;
  height: 816px;
  width: 973px;
}

.signTabs {
  max-width: 1280px;
  margin: 0 auto;
}

.signTabs .tabsHead {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.signTabs .tabsHead .linkTab {
  position: relative;
  padding: 5px 20px 5px 136px;
  font-size: 22px;
  line-height: 30px;
  color: #00e4fa;
  font-weight: 600;
  letter-spacing: 0em;
  height: 118px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.signTabs .tabsHead .linkTab .linkText {
  display: block;
}

.signTabs .tabsHead .linkTab .icon {
  display: block;
  position: absolute;
  left: 49px;
  top: 50%;
  margin-top: -27px;
  font-size: 60px;
  line-height: 60px;
  color: #00e4fa;
  letter-spacing: 0em;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.signTabs .tabsHead .linkTab:after,
.signTabs .tabsHead .linkTab:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: calc(100% + 2px);
  z-index: -2;
  top: 0;
  opacity: 0;
  border-top: 2px solid #1d89b9;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.signTabs .tabsHead .linkTab:hover {
  color: #fff;
}

.signTabs .tabsHead .linkTab:hover .icon {
  color: #fff;
}

.signTabs .tabsHead li {
  width: calc(100% / 3);
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #1d89b9;
  -webkit-transition: border-bottom-width 0.4s, border-color 0.4s;
  -moz-transition: border-bottom-width 0.4s, border-color 0.4s;
  -o-transition: border-bottom-width 0.4s, border-color 0.4s;
  transition: border-bottom-width 0.4s, border-color 0.4s;
}

.signTabs .tabsHead li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 88, 200, 0.87);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -ms-border-top-left-radius: 40px;
  border-top-left-radius: 40px;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  -ms-border-top-right-radius: 40px;
  border-top-right-radius: 40px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.signTabs .tabsHead li:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.signTabs .tabsHead li:first-child .linkTab {
  padding-left: 176px;
}

.signTabs .tabsHead li:first-child .linkTab .icon {
  left: 89px;
}

.signTabs .tabsHead li:first-child .linkTab:after {
  right: 0;
  border-right: 2px solid #1d89b9;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  -ms-border-top-right-radius: 40px;
  border-top-right-radius: 40px;
}

.signTabs .tabsHead li:first-child:after {
  border-left: 2px solid #1d89b9;
  border-top: 2px solid #1d89b9;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -ms-border-top-left-radius: 40px;
  border-top-left-radius: 40px;
}

.signTabs .tabsHead li:first-child .linkTabInner:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #1d89b9;
  top: 0;
  right: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.signTabs .tabsHead li:nth-child(2) .linkTab:after {
  right: 0;
  border-right: 2px solid #1d89b9;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  -ms-border-top-right-radius: 40px;
  border-top-right-radius: 40px;
}

.signTabs .tabsHead li:nth-child(2) .linkTab:before {
  left: 0;
  border-left: 2px solid #1d89b9;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -ms-border-top-left-radius: 40px;
  border-top-left-radius: 40px;
}

.signTabs .tabsHead li:nth-child(2):after {
  border-top: 2px solid #1d89b9;
}

.signTabs .tabsHead li:nth-child(2) .linkTabInner:before,
.signTabs .tabsHead li:nth-child(2) .linkTabInner:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #1d89b9;
  top: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.signTabs .tabsHead li:nth-child(2) .linkTabInner:before {
  left: 0;
}

.signTabs .tabsHead li:nth-child(2) .linkTabInner:after {
  right: 0;
}

.signTabs .tabsHead li:last-child .linkTab:after {
  left: 0;
  border-left: 2px solid #1d89b9;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -ms-border-top-left-radius: 40px;
  border-top-left-radius: 40px;
}

.signTabs .tabsHead li:last-child .linkTabInner:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #1d89b9;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.signTabs .tabsHead li:last-child:after {
  border-right: 2px solid #1d89b9;
  border-top: 2px solid #1d89b9;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  -ms-border-top-right-radius: 40px;
  border-top-right-radius: 40px;
}

.signTabs .tabsHead li.ui-tabs-active {
  border-color: rgba(60, 88, 200, 0.87);
  border-bottom-width: 0px;
}

.signTabs .tabsHead li.ui-tabs-active:before {
  opacity: 1;
}

.signTabs .tabsHead li.ui-tabs-active .linkTab {
  color: #fff;
}

.signTabs .tabsHead li.ui-tabs-active .linkTab .icon {
  color: #fff;
}

.signTabs .tabsHead li.ui-tabs-active .linkTab:after {
  opacity: 1;
}

.signTabs .tabsHead li.ui-tabs-active .linkTabInner:before,
.signTabs .tabsHead li.ui-tabs-active .linkTabInner:after {
  opacity: 1;
}

.signTabs .tabsHead li.ui-tabs-active:after {
  opacity: 0;
}

.signTabs .tabsHead li.ui-tabs-active:nth-child(2) .linkTab:before {
  opacity: 1;
}

.signTabs .tabsContent {
  background-color: rgba(60, 88, 200, 0.87);
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomleft: 40px;
  -ms-border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.signTabs .tabsPanel {
  min-height: 636px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  padding: 30px 40px 90px;
}

.signTabs .tabsPanel#loginTab {
  padding: 60px 40px;
}

.signTabs .signForm {
  max-width: 1111px;
  width: 100%;
}

.signTabs .signForm .formNote {
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  text-align: right;
  opacity: 0.5;
}

.signTabs .signForm .formNote+.formContent {
  margin-top: -8px;
}

.signTabs .signForm .formContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: -40px -20px 0;
}

.signTabs .signForm .formContent .formItem {
  width: 50%;
  padding: 40px 20px 0;
}

.signTabs .signForm .formContent .formItem.formItemChecked,
.signTabs .signForm .formContent .formItem.formItemCaptcha {
  width: 100%;
}

.signTabs .signForm .inputWrapper {
  -webkit-box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
  -moz-box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
  box-shadow: 0px 0px 0px 0 rgba(67, 89, 181, 0);
}

.signTabs .signForm .captchaWrapper .captchaInput {
  width: calc(50% - 20px);
}

.signTabs .signForm .captchaWrapper .captchaImage {
  width: calc(50% - 20px);
}

.signTabs .signForm .checkedWrapper {
  margin-top: 10px;
}

.signTabs .signForm .checkedWrapper label {
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 0em;
  padding-left: 45px;
}

.signTabs .signForm [class*=btnMain] {
  position: absolute;
  width: 270px;
  right: 79px;
  bottom: -31px;
}

.signTabs .signForm .preText {
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}

.signTabs .signForm .preText+.formContent {
  margin-top: 31px;
}

.signContent {
  padding: 229px 40px 217px;
  position: relative;
  z-index: 1;
}

.signFormPromoWrapper {
  position: absolute;
  height: calc(100% + 140px);
  width: 100%;
  top: -140px;
  background-color: rgba(21, 29, 70, 0.55);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: calc(100% + 40px);
  padding: 0 20px;
}

.signFormPromoWrapper .imageWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-bottom: 46px;
}

.signFormPromoWrapper .promoBullet {
  display: block;
  font-size: 42px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1;
}

.signFormPromoWrapper .promoBullet .accent {
  display: block;
  font-size: 58px;
  line-height: 76px;
  color: #00e5fa;
  font-weight: inherit;
  padding-bottom: 15px;
}

.signFormPromoWrapper .programmPromo {
  max-width: 598px;
}

.signFormPromoWrapper .programmPromo .prorgammBullet {
  display: block;
  font-size: 42px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.signFormPromoWrapper .programmPromo .prorgammBullet .accent {
  color: #00e5fa;
}

.signFormPromoWrapper .programmPromo .levelsList {
  margin-top: 70px;
}

.signFormPromoWrapper .programmPromo .levelItem {
  height: 49px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.signFormPromoWrapper .programmPromo .levelItem+.levelItem {
  margin-top: 41px;
}

.signFormPromoWrapper .programmPromo .levelItem .levelHead {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 99px;
  font-size: 12px;
  line-height: 30px;
  color: #00e4fa;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: rgba(28, 40, 93, 0.22);
  border: 2px solid #1d89b9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  text-transform: uppercase;
  text-align-last: center;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(49, 237, 255, 0.1);
  -moz-box-shadow: 0px 0px 11px 0px rgba(49, 237, 255, 0.1);
  box-shadow: 0px 0px 11px 0px rgba(49, 237, 255, 0.1);
}

.signFormPromoWrapper .programmPromo .levelItem .levelBody {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #00e4fa;
  width: calc(100% - 114px);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.signFormPromoWrapper .programmPromo .levelItem .levelBody .bonusItem {
  width: 185px;
  padding: 0 15px;
}

.signFormPromoWrapper .programmPromo .levelItem .levelBody .bonusItem .pre {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #1a214e;
}

.signFormPromoWrapper .programmPromo .levelItem .levelBody .bonusItem .bonus {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #1a214e;
  font-weight: bold;
}

.signFormPromoWrapper .programmPromo .levelItem .levelBody .accruals {
  width: calc(100% - 185px);
  background-color: #3c58c8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0 15px;
}

.signFormPromoWrapper .programmPromo .levelItem .levelBody .accruals .pre {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}

.signFormPromoWrapper .programmPromo .levelItem .levelBody .accruals .accrual {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
}

.signWrapperPromo:before,
.signWrapperPromo:after {
  display: none;
}

.signWrapperPromo .signContent {
  padding-left: 71px;
  padding-right: 71px;
  padding-top: 299px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.signWrapperPromo .signContent .signTabs {
  width: calc(50% - 20px);
  margin: 0;
}

.signWrapperPromo .signContent .signTabs .tabsHead .linkTab {
  padding: 30px 15px 5px 57px;
  height: 138px;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.signWrapperPromo .signContent .signTabs .tabsHead .linkTab .icon {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 0;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 12px;
}

.signWrapperPromo .signContent .signTabs .tabsHead li:first-child .linkTab {
  padding-left: 88px;
}

.signWrapperPromo .signContent .signTabs .tabsPanel {
  min-height: 616px;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 81px 40px 60px;
}

.signWrapperPromo .signContent .signTabs .tabsPanel:not(#regTab) .signForm .formContent .formItem {
  width: 100%;
}

.signWrapperPromo .signContent .signTabs .signForm {
  max-width: 689px;
}

.signWrapperPromo .signContent .signTabs .signForm .formContent {
  margin: -21px -26px 0;
}

.signWrapperPromo .signContent .signTabs .signForm .formContent .formItem {
  padding: 21px 26px 0;
}

.signWrapperPromo .signContent .signTabs .signForm .captchaWrapper {
  position: relative;
}

.signWrapperPromo .signContent .signTabs .signForm .captchaWrapper .captchaInput {
  width: 100%;
}

.signWrapperPromo .signContent .signTabs .signForm .captchaWrapper .captchaInput input {
  padding-right: 147px;
}

.signWrapperPromo .signContent .signTabs .signForm .captchaWrapper .captchaImage {
  position: absolute;
  right: 0;
  top: 0;
  width: 132px;
  background-color: rgba(61, 81, 167, 0.17);
}

.signWrapperPromo .signContent .signTabs .signForm [class*=btnMain] {
  position: relative;
  width: 270px;
  right: auto;
  bottom: auto;
  margin-top: 50px;
}

.signWrapperPromo .signContent .signTabs .signForm .preText+.formContent {
  margin-top: 39px;
}

.cabFooter {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  padding: 39px 10px 39px 28px;
  width: 301px;
}

.cabFooter .copyright {
  font-size: 14px;
  line-height: 18px;
  color: #8b95bf;
}

.cabChapterTab {
  margin-top: 60px;
}

.cabChapterTab .cabChapterTabLine {
  display: none;
}

.cabChapterTab .cabChapterTabLine.open {
  display: block;
}

.screenSocials {
  position: fixed;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  box-shadow: 0 0 33px 0 rgba(67, 89, 181, 0.07);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  z-index: 11;
  padding: 7px;
}

.screenSocials li+li {
  margin-top: 10px;
}

.screenSocials .screenSocialLink {
  display: block;
  height: 51px;
  background-color: #6075ca;
  position: relative;
  padding-right: 47px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: width 0.4s, background-color 0.4s;
  -moz-transition: width 0.4s, background-color 0.4s;
  -o-transition: width 0.4s, background-color 0.4s;
  transition: width 0.4s, background-color 0.4s;
}

.screenSocials .screenSocialLink .icon {
  display: block;
  position: absolute;
  width: 47px;
  height: 51px;
  font-size: 18px;
  line-height: 51px;
  color: #fff;
  z-index: 1;
  top: 0;
  right: 0;
  text-align: center;
  background-color: #6075ca;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.screenSocials .screenSocialLink .text {
  display: block;
  position: absolute;
  font-size: 18px;
  line-height: 51px;
  color: #fff;
  letter-spacing: 0.025em;
  white-space: nowrap;
  padding-left: 22px;
  padding-right: 47px;
  -moz-transform: translateX(54px);
  -ms-transform: translateX(54px);
  -webkit-transform: translateX(54px);
  -o-transform: translateX(54px);
  transform: translateX(54px);
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #6075ca;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: background-color 0.4s, opacity 0.4s, transform 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, opacity 0.4s, transform 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, opacity 0.4s, transform 0.4s, color 0.4s;
  transition: background-color 0.4s, opacity 0.4s, transform 0.4s, color 0.4s;
}

.screenSocials .screenSocialLink:hover {
  background-color: #00e4fa;
}

.screenSocials .screenSocialLink:hover .text {
  -moz-transform: translateX(calc(-100% + 47px));
  -ms-transform: translateX(calc(-100% + 47px));
  -webkit-transform: translateX(calc(-100% + 47px));
  -o-transform: translateX(calc(-100% + 47px));
  transform: translateX(calc(-100% + 47px));
  opacity: 1;
  color: #2a313e;
  background-color: #00e4fa;
}

.screenSocials .screenSocialLink:hover .icon {
  color: #2a313e;
  background-color: #00e4fa;
}

.сheckingTarifChapter .chapterContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -21px;
}

.сheckingTarifChapter .chapterContent .item {
  width: 50%;
  padding: 0 21px;
}

.сheckingTarifChapter .tarifInfoChapter {
  padding: 119px 0 113px;
}

.сheckingTarifChapter .tarifInfoChapter .chapterContent {
  margin-top: 93px;
}

.сheckingTarifChapter .tarifInfoChapter .tarifItem .addInfo:before {
  background-color: #3c58c8;
  border: none;
}

.сheckingTarifChapter .tarifInfoChapter .tarifItemInfo {
  padding-top: 34px;
}

.сheckingTarifChapter .tarifItemInfo {
  padding-left: 64px;
}

.сheckingTarifChapter:nth-child(2n) .tarifProfitCalc {
  -webkit-border-top-right-radius: 235px;
  -moz-border-radius-topright: 235px;
  -ms-border-top-right-radius: 235px;
  border-top-right-radius: 235px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -ms-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.сheckingTarifChapter .tarifProfitCalc {
  background-color: #4359b5;
  -webkit-border-top-left-radius: 235px;
  -moz-border-radius-topleft: 235px;
  -ms-border-top-left-radius: 235px;
  border-top-left-radius: 235px;
  background-image: url(../img/back-tarif-calc.png);
  background-size: auto auto;
  background-position: 0 161px;
  background-repeat: no-repeat;
  padding: 147px 0 150px;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm {
  padding-top: 53px;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .calcCaption {
  display: block;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  width: 337px;
  text-align: center;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .calcTarifName {
  display: block;
  font-size: 30px;
  line-height: 50px;
  color: #00e4fa;
  font-weight: 600;
  letter-spacing: 0.025em;
  width: 337px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 9px;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .formItem {
  padding: 0 33px 0 40px;
  margin-top: -60px;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .formItem .inputLabel {
  text-transform: uppercase;
  padding-bottom: 22px;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .calcResult {
  margin-top: 34px;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .calcResult .profit.generalProfit {
  position: relative;
  z-index: 1;
}

.сheckingTarifChapter .tarifProfitCalc .calcForm .calcResult .profit.generalProfit:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -ms-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #fff;
  left: 0;
  top: 0;
  width: calc(100% + 30px);
  z-index: -1;
}

.сheckingTarifChapter:nth-child(2n) .tarifInfoChapter .item:nth-child(2n+1) {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.сheckingTarifChapter:nth-child(2n) .tarifProfitCalc .item:nth-child(2n+1) {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.сheckingTarifChapter:nth-child(2n) .tarifItemInfo {
  padding-left: 0;
  padding-right: 64px;
}

.backVisual {
  background-color: #1c285d;
  background-image: url("../img/back-visual.png");
  background-position: calc(0% - 26px) calc(50% - 32px);
  background-repeat: no-repeat;
  width: 547px;
  height: 700px;
  position: absolute;
  bottom: -157px;
  left: calc(50% + 203px);
  z-index: -1;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}

.coin {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.coin--ver1 {
  background-image: url(../img/coin1.png);
  width: 190px;
  height: 169px;
  left: calc(50% - 152px);
  bottom: 0px;
}

.coin--ver2 {
  background-image: url(../img/coin2.png);
  width: 139px;
  height: 156px;
  left: calc(50% - 122px);
  top: 266px;
}

.coin--ver3 {
  background-image: url(../img/coin3.png);
  width: 176px;
  height: 171px;
  right: 8px;
  top: 252px;
}

.coin--ver4 {
  background-image: url(../img/coin4.png);
  width: 134px;
  height: 121px;
  left: calc(50% - 250px);
  top: 190px;
}

.coin--ver5 {
  background-image: url(../img/coin5.png);
  width: 163px;
  height: 117px;
  left: calc(50% + 50px);
  top: 230px;
}

.coin--ver6 {
  background-image: url(../img/coin6.png);
  width: 151px;
  height: 136px;
  left: calc(50% + 430px);
  top: 193px;
}

.coin--ver7 {
  background-image: url(../img/coin7.png);
  width: 598px;
  height: 600px;
  left: calc(50% + 72px);
  top: 315px;
}

.coin--ver8 {
  background-image: url(../img/coin8.png);
  width: 662px;
  height: 537px;
}

.pageTitle .coin {
  left: calc(50% + 132px);
  top: 27px;
  pointer-events: none;
  z-index: 0;
}

.cabinetBalance {
  max-width: 1407px;
  margin-top: 22px;
  margin-bottom: 25px;
}

.cabinetBalance .slick-slide {
  width: 201px;
  padding-right: 20px;
  opacity: 1;
}

.cabBalanceItem {
  width: 181px;
  padding-bottom: 22px;
  background-color: rgb(60, 88, 200);
  -webkit-border-radius: 20px 20px 20px 0px;
  -moz-border-radius: 20px 20px 20px 0px;
  -ms-border-radius: 20px 20px 20px 0px;
  border-radius: 20px 20px 20px 0px;
  overflow: hidden;
}

.cabBalanceItem .icon {
  margin-left: auto;
  width: 149px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b3f3ff;
  -webkit-border-radius: 0px 20px 0px 31px;
  -moz-border-radius: 0px 20px 0px 31px;
  -ms-border-radius: 0px 20px 0px 31px;
  border-radius: 0px 20px 0px 31px;
}

.cabBalanceItem .icon img {
  display: block;
}

.cabBalanceItem .data {
  margin-top: 15px;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.cabBalanceItem .data li+li {
  margin-top: 16px;
}

.cabBalanceItem .data .value {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #b1bce8;
}

.cabinetDashboard {
  margin-top: 50px;
}

.cabinetDashboard .wrap {
  display: grid;
  gap: 30px;
}

.cabinetDashboard .wrap.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.cabinetDashboard .wrap.col3 .icon {
  min-height: 35px;
}

.cabinetDashboard .wrap.col4 {
  grid-template-columns: repeat(4, 1fr);
}

.cabinetDashboard .wrap.col4 .item:not(.more) {
  padding-top: 40px;
}

.cabinetDashboard .wrap.col4 .param {
  margin-top: 28px;
}

.cabinetDashboard .wrap+.wrap {
  margin-top: 50px;
}

.cabinetDashboard .item {
  padding: 30px 20px 22px 40px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  -webkit-border-radius: 20px 20px 0px 20px;
  -moz-border-radius: 20px 20px 0px 20px;
  -ms-border-radius: 20px 20px 0px 20px;
  border-radius: 20px 20px 0px 20px;
}

.cabinetDashboard .item.invert {
  background-color: #3c58c8;
}

.cabinetDashboard .item.invert .param,
.cabinetDashboard .item.invert .value {
  color: #fff;
}

.cabinetDashboard .item.more {
  padding-top: 27px;
  padding-bottom: 27px;
}

.cabinetDashboard .item.more .param {
  margin-top: 0px;
  line-height: 20px;
}

.cabinetDashboard .item.more>div+div {
  margin-top: 22px;
}

.cabinetDashboard .param {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 30px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cabinetDashboard .value {
  display: block;
  font-size: 25px;
  line-height: 25px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cabinetDashboard .value.link {
  position: relative;
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cabinetDashboard .value.name {
  position: relative;
  display: inline-block;
  margin-top: 7px;
  max-width: 100%;
  font-size: 20px;
  line-height: 19px;
  color: #6274c8;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cabinetDashboard .value.email {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  max-width: 100%;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #4f269e;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-offset: 0.1em;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cabinetDashboard .value.email:hover {
  text-decoration-color: transparent;
}

.dashboardOperations {
  margin-top: 40px;
  margin-bottom: -10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.dashboardOperations .cabTableOperations .tableItem:first-child {
  width: 190px;
}

.dashboardOperations .cabTableOperations .tableItem:last-child {
  width: 185px;
}

.cabChapterContent+.cabCaption {
  margin-top: 70px;
}

.dashboardDeposits {
  margin-top: 50px;
}

.cabWrapper .cabContent {
  padding-bottom: 80px;
  overflow: hidden;
}

.levelsTable {
  max-width: 830px;
  margin-top: 5px;
}

.levelsTable .tHead {
  min-height: 49px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: rgb(28, 40, 93);
  -webkit-box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  -moz-box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  box-shadow: 0px 0px 33px 0px rgba(67, 89, 181, 0.07);
  -webkit-border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;
  -ms-border-radius: 0px 0px 7px 7px;
  border-radius: 0px 0px 7px 7px;
}

.levelsTable .tBody {
  margin-top: 17px;
}

.levelsTable .tRow {
  position: relative;
  min-height: 42px;
  display: flex;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}

.levelsTable .tRow+.tRow {
  margin-top: 1px;
}

.levelsTable .tRow .tLabel {
  display: none;
}

.levelsTable .tRow .tCell {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  color: #1c285d;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.levelsTable .tRow .tCell:first-child {
  font-size: 18px;
  letter-spacing: 0em;
  color: #fff;
  background-color: #6274c8;
}

.levelsTable .tRow .tCell:nth-child(2) {
  background-color: #fff;
}

.levelsTable .tRow .tCell:last-child {
  font-size: 18px;
  letter-spacing: 0em;
  color: #fff;
  background-color: #00e4fa;
}

.levelsTable .tCell {
  text-align: center;
}

.levelsTable .tCell:first-child,
.levelsTable .tCell:last-child {
  width: 254px;
}

.levelsTable .tCell:nth-child(2) {
  flex-grow: 1;
}

.calcForm .title {
  display: block;
  padding: 52px 50px 0px;
  font-size: 48px;
  line-height: 60px;
  color: #00e5fa;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .advantagesChapter {
    min-height: 1140px;
  }

  .advantagesChapter:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../img/back-advantages.png");
    background-position: center calc(50% + 75px);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-border-top-right-radius: 235px;
    -moz-border-radius-topright: 235px;
    -ms-border-top-right-radius: 235px;
    border-top-right-radius: 235px;
    overflow: hidden;
  }

  .advantagesChapter .chapterInner {
    padding-bottom: 52px;
  }

  .advantagesChapter .chapterContent {
    margin-top: 131px;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    flex-wrap: wrap;
    height: 746px;
    justify-content: space-between;
    align-content: space-between;
    padding-left: 29px;
  }

  .advantagesChapter .chapterContent .item {
    padding: 0;
  }

  .advantagesChapter .advantageItem {
    width: 315px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
  }

  .advantagesChapter .advantageItem:before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #00e4fa;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
  }

  .advantagesChapter .advantageItem .caption {
    padding-left: 125px;
  }

  .advantagesChapter .advantageItem .caption::before {
    display: none;
  }

  .advantagesChapter .advantageItem .icon {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #3c58c8;
    padding: 35px;
    position: absolute;
    top: -29px;
    left: -30px;
    display: inline-block;
    -webkit-box-shadow: -55px 0px 77px 0 rgba(0, 0, 0, 0.33);
    -moz-box-shadow: -55px 0px 77px 0 rgba(0, 0, 0, 0.33);
    box-shadow: -55px 0px 77px 0 rgba(0, 0, 0, 0.33);
  }

  .advantagesChapter .advantageItem .advantageContent {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    min-height: 214px;
    padding: 32px 55px 15px 35px;
  }

  .advantagesChapter .advantageItem .textBlock {
    margin-top: 0;
  }

  .advantagesChapter .item {
    padding: 0;
  }

  .advantagesChapter .item:nth-child(2) {
    -moz-transform: translateX(135px);
    -ms-transform: translateX(135px);
    -webkit-transform: translateX(135px);
    -o-transform: translateX(135px);
    transform: translateX(135px);
  }

  .advantagesChapter .item:nth-child(3) {
    -moz-transform: translate(-162px, -171px);
    -ms-transform: translate(-162px, -171px);
    -webkit-transform: translate(-162px, -171px);
    -o-transform: translate(-162px, -171px);
    transform: translate(-162px, -171px);
  }

  .advantagesChapter .item:nth-child(4) {
    -moz-transform: translateY(-175px);
    -ms-transform: translateY(-175px);
    -webkit-transform: translateY(-175px);
    -o-transform: translateY(-175px);
    transform: translateY(-175px);
  }

  .advantagesChapter .item:nth-child(2n) .advantageItem .caption {
    -webkit-box-ordinal-group: inherit1;
    -moz-box-ordinal-group: inherit1;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }

  .businessModelChapter {
    padding-top: 174px;
  }
}

.bountyFixed {
  position: fixed;
  right: 0;
  top: calc(50% + 100px);
  background-color: #1c285d;  
  border-radius: 10px 0 10px 10px;  
  z-index: 11;
  padding: 7px;
  width: 60px;
}
.bountyFixed:hover {
  opacity: 0.9;
}
.bountyFixed span {
  display: inline-block;
  color: #00e4fa;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  height: 105px;
  text-align: center;
  position: relative;
  left: 26px;
}

.bountyBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bountyBlockEl {
  width: calc(50% - 20px);
  background: #ffffff;
  border-radius: 25px 25px 0 25px;
  position: relative;
  margin-bottom: 40px;
}
.bountyBlockEl.blue {
  background: #3c58c8;
}
.bountyBlockEl .ico {
  position: absolute;
  width: 110px;
  height: 110px;
  background: #00e5fb;
  border-radius: 25px 0 25px 0;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 110px;
}
.bountyBlockEl .ico img {
  display: inline-block;
  vertical-align: middle;
}
.bountyBlockEl .title {
  color: #1c285d;
  font-size: 18px;
  padding: 45px 100px 0 155px;
  min-height: 150px;
}
.bountyBlockEl.blue .title {
  color: #ffffff;
  font-size: 35px;
  padding: 25px 40px 0 155px;
  line-height: 1.2;
}
.bountyBlockEl.blue .text {
  color: #ffffff;
  font-size: 16px;
  padding: 50px 45px 50px 45px;
  line-height: 1.4;
}
.bountyBEB {
  background: #1c285d;
  border-radius: 0 25px 0 25px;
  color: white;
  display: flex;
  padding: 10px 0 10px 40px;
  position: relative;
}
.bountyBEBEl {
  background: url(../img/bounty_ico.png) no-repeat left center;
  padding-left: 60px;
  line-height: 1.3;  
}
.bountyBEBEl + .bountyBEBEl {
  background: none;
  padding-left: 30px;
}
.bountyBEBEl > span {
  font-size: 10px;
  text-transform: uppercase
}
.bountyBEBEl .bountyTextS {
  color: #00e4fa;
  font-size: 20px;
  font-weight: 600;
}
.bountyBEBEl .bountyTextS span {
  font-size: 25px;
}
.bountyBottom {
  position: absolute;
  top: 0;
  right: 0;
  background: #3c58c8;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 60px;
  border-radius: 25px 25px 0 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 2px;
}
.bountyBottom:hover {
  background: #2a4bcf;
}

.bountyBlockForm {  
  border: 2px solid #e9ecf8;
  width: calc(50% - 20px);
  background: #f4f6fd;
  border-radius: 25px 25px 25px 0;
  position: relative;
  margin-bottom: 40px;
  padding: 65px 65px 0 65px;  
}
.bountyBlockForm label {
  font-size: 12px;
  color: #1c285d;
  text-transform: uppercase;
  font-weight: 600;
}
.bountyBlockForm textarea {
  width: 100%;
  background: white;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border: 0;
  height: 275px;
  margin-top: 20px;
  padding: 12px;
}
.bountyBlockForm input[type=file] {
  margin-top: 20px;
}
.bountyButton {
  display: inline-block;
  background: #1c285d;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 60px;
  border-radius: 15px 15px 0 15px; 
  margin-top: 50px; 
}

@media (max-width: 1899px) {
  .cabTop .welcomeLine {
    padding: 24px 28px 22px 41px;
  }

  .cabTop .pursesMoveItem {
    padding-right: 20px;
    padding-left: 95px;
  }

  .cabTop .pursesMoveItem .icon {
    left: 21px;
  }

  .cabTop .pursesMoveItem:first-child {
    padding-left: 123px;
  }

  .cabTop .pursesMoveItem:first-child .icon {
    left: 41px;
  }

  .cabTop .welcomeItem:nth-child(3) {
    width: calc(202 / 1516 * 100%);
  }

  .cabTop .welcomeItem:nth-child(4) {
    width: calc(202 / 1516 * 100%);
  }

  .cabTop .welcomeItem:nth-child(5) {
    width: calc(299 / 1516 * 100%);
  }

  .tabs .tabsHead .disabledInfo {
    padding: 0 0 0 98px;
  }

  .tabsCabFortune .tabsHead li {
    width: calc((100% - 36px) / 3);
  }

  .tabsCabFortune .tabsHead .linkTab .tabLinkInner {
    padding: 0 0 0 98px;
  }

  .tabsCabFortune .tabsHead .linkTab .icon {
    left: 21px;
  }

  .tabsCabFortune .tabsPanel {
    display: block;
    padding-right: 55px;
  }

  .tabsCabFortune .tabsPanel .fortunePanelItem {
    width: 100%;
  }

  .tabsCabFortune .tabsPanel .fortunePanelItem:first-child {
    width: 100%;
    padding-right: 0px;
  }

  .tabsCabFortune .tabsPanel .fortunePanelItem:nth-child(2) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .tabsCabFortune .tabsPanel .fortune_wrapper {
    margin-top: 68px;
  }

  .cabChapter .bonusHistory {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cabChapter .bonusHistory .historyItem {
    width: 50%;
  }

  .cabChapter.items {
    display: block;
  }

  .cabChapter.items .cabChapterItem {
    width: 100%;
  }

  .cabChapter.items .cabChapterItem+.cabChapterItem {
    margin-top: 60px;
  }

  .cabSettingForm .settingBody {
    padding: 54px 30px 0;
  }

  .cabSettingForm .formItems .formColumn {
    width: calc((100% - 20px) / 2);
  }

  .cabSettingsRow .settingItem {
    width: calc((100% - 30px) / 2);
  }

  .cabSettingChapter .cabChapterContent {
    margin-top: 57px;
  }

  .cabPaymentsChapter .cabChapterContent {
    margin-top: 57px;
  }

  .cabSettingForm.paymentsForm .settingBody {
    padding: 54px 30px 0;
  }

  .cabSettingForm.paymentsForm .formItems .formColumn {
    width: calc((100% - 30px) / 2);
  }

  .cabBalanceChapter .cabChapterContent {
    margin-top: 12px;
  }

  .cabDepositMovesItems {
    margin: 0 -15px;
  }

  .cabDepositMovesItems .depositMovesItem {
    padding: 30px 15px 0;
  }

  .cabDepositMovesItems .openDepositItem .depositMoveBody {
    height: 562px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo {
    padding-left: 36px;
    padding-top: 42px;
    height: 445px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .headInfo {
    padding-right: calc(100% - 290px);
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .headInfo .aboutTxt {
    min-height: 130px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .numsInfo {
    padding-right: calc(100% - 290px);
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .iconWrapper {
    width: 221px;
    bottom: 0;
    height: calc(100% - 192px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .percentsLines {
    margin-top: 2px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .addInfo {
    padding-left: 36px;
    padding-right: 32px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .addInfo br {
    display: none;
  }

  .cabDepositsList .depositItem .depositInfoSide {
    width: calc(100% - 360px);
  }

  .cabDepositsList .depositItem .accrualSide {
    width: 360px;
  }

  .cabDepositsList .depositItem .accrualInfo {
    padding-left: 22px;
  }

  .cabDepositsList .depositItem .accrualTimer {
    padding-left: 22px;
    height: 122px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .cabDepositsList .depositItem .progressCircleItem {
    width: 146px;
  }

  .cabDepositsList .depositItem .generalDepositInfo {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 11px 0;
  }

  .cabDepositsList .depositItem .generalDepositInfo .infoItem:nth-child(2n+1) {
    width: calc(50% + 28px);
    padding-left: 56px;
  }

  .cabDepositsList .depositItem .generalDepositInfo .infoItem:nth-child(2n) {
    width: calc(50% - 28px);
  }

  .cabDepositsList .depositItem .generalDepositInfo .infoItem:first-child .infoItemInner {
    padding-left: 0;
  }

  .cabDepositsList .depositItem .addDepositInfo {
    padding-left: 56px;
    padding-bottom: 18px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 122px;
  }

  .cabDepositsList .depositItem .addDepositInfo .depositPercentsItem {
    width: auto;
  }

  .cabDepositsList .depositItem .addDepositInfo .accrualCountItem {
    width: 100%;
    padding-left: 0;
    padding-right: 15px;
    margin-top: 10px;
  }

  .cabOperationsFilter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 11px;
  }

  .cabOperationsFilter .filterItem {
    width: calc((100% - 128px) / 2);
    padding-top: 40px;
  }

  .cabOperationsFilter .filterItem.filterDate {
    width: calc(50% - 20px);
    padding-right: 0;
  }

  .cabLinePanel.panelBig .cabLinePanelInner {
    display: block;
  }

  .cabLinePanel.panelProgress .panelItem:first-child {
    width: 100%;
  }

  .cabRefLines {
    margin-top: 57px;
  }

  .cabReferalsPanel .panelItem:first-child {
    width: calc(330 / 1411 * 100%);
  }

  .cabReferalsPanel .panelItem:nth-child(2) {
    width: calc(338 / 1411 * 100%);
  }

  .cabReferalsPanel .panelItem:nth-child(3) {
    width: calc(248 / 1411 * 100%);
  }

  .cabReferalsPanel .panelItem:nth-child(4) {
    width: calc(223 / 1411 * 100%);
  }

  .cabReferalsPanel .panelItem:nth-child(5) {
    width: calc(122 / 1411 * 100%);
  }

  .cabReferalsPanel .panelItem:nth-child(6) {
    width: calc(220 / 1411 * 100%);
  }

  .signTabs {
    max-width: 1000px;
  }

  .signTabs .tabsHead .linkTab {
    font-size: 22px;
    line-height: 28px;
    padding: 17px 10px 15px 60px;
  }

  .signTabs .tabsHead .linkTab .icon {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 10px;
  }

  .signTabs .tabsHead li:first-child .linkTab {
    padding-left: 60px;
  }

  .signTabs .tabsHead li:first-child .linkTab .icon {
    left: auto;
  }

  .signTabs .signForm .formContent {
    margin: -21px -10px 0;
  }

  .signTabs .signForm .formContent .formItem {
    padding: 21px 10px 0;
  }

  .signContent {
    padding-bottom: 167px;
  }

  .signHeader .logoWrapper {
    width: 249px;
    height: 200px;
  }

  .signHeader .logoWrapper:before {
    width: 249px;
    height: 200px;
  }

  .signHeader .logoLink {
    width: 86px;
  }

  .signWrapperPromo .signContent {
    padding-left: 40px;
    padding-right: 40px;
  }

  .signWrapperPromo .signContent .signTabs {
    width: calc(50% - 15px);
  }

  .signWrapperPromo .signContent .signTabs .tabsHead .linkTab {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 22px;
    line-height: 28px;
    padding: 17px 10px 15px 30px;
  }

  .signWrapperPromo .signContent .signTabs .tabsHead .linkTab .icon {
    margin-bottom: 10px;
  }

  .signWrapperPromo .signContent .signTabs .tabsHead li:first-child .linkTab {
    padding-left: 30px;
  }

  .signWrapperPromo .signContent .signTabs .tabsHead li:first-child .linkTab .icon {
    left: auto;
  }

  .signWrapperPromo .signContent .signTabs .signForm .formContent {
    margin: -21px -10px 0;
  }

  .signWrapperPromo .signContent .signTabs .signForm .formContent .formItem {
    padding: 21px 10px 0;
  }

  .signFormPromoWrapper {
    left: calc(100% + 30px);
  }

  .signFormPromoWrapper .programmPromo .levelItem .levelBody .bonusItem {
    width: 165px;
  }

  .signFormPromoWrapper .programmPromo .levelItem .levelBody .accruals {
    width: calc(100% - 165px);
  }
}

@media (max-width: 1799px) {
  .siteHeader {
    padding-top: 0;
  }

  .siteHeader .headerContent {
    padding-bottom: 16px;
  }

  .siteHeader .headerInner {
    margin: 0 calc((1406px - 100vw) / 2);
    padding: 0 73px;
  }

  .siteHeader .menuWrapper {
    margin-left: 60px;
  }

  .siteHeader .signLinksMenu {
    margin-left: 60px;
  }

  .siteHeader .logoWrapper {
    padding-top: 0;
    padding-right: 90px;
    height: 200px;
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .siteHeader .logoWrapper .logoLink {
    margin: 0;
  }

  .siteHeader .logoWrapper:before {
    top: 0;
    height: 100%;
    width: calc(100% + 73px);
    left: -73px;
    border-left: 0;
  }

  .startScreen .startBack {
    width: 100%;
    left: 0;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .startBanner {
    padding-top: 142px;
    height: calc(100% - 200px);
  }

  .pageTitle {
    padding: 81px 0 0;
    height: calc(100% - 200px);
  }

  .pageTitle .pageTitleInner {
    padding-left: 0;
  }

  .mainChoicingTarif:before {
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .advantagesChapter,
  .mainNews {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  .mainMoneyTraffic {
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .mainNews {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  .pageInfoEnd {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  .contactUsChapter {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  .newsChapter {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  .сheckingTarifChapter .tarifProfitCalc {
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .bonusProgrammChapter {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  .trafficWaysChapter {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  .fortuneWheelChapter .tabsContent:before {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }
}

@media (max-width: 1599px) {
  .siteHeader .headerContent {
    display: table;
    padding-top: 8px;
  }

  .siteHeader .headerInner {
    padding: 0 25px 0 73px;
  }

  .siteHeader .listMenu {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 1px;
    margin-top: 15px;
  }

  .siteHeader .langMenu {
    position: absolute;
    top: 0;
    left: -15px;
    margin-top: 12px;
  }

  .siteHeader .menuInner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .siteHeader .signLinksMenu {
    margin-left: 0;
  }

  .siteHeader .menuWrapper {
    margin-left: 0;
  }

  .siteHeader .logoWrapper {
    padding-top: 0;
    padding-bottom: 6px;
  }

  .cabTop .welcomeLine {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 9px 28px 26px 41px;
  }

  .cabTop .welcomeItem {
    padding: 15px 0 0;
  }

  .cabTop .welcomeItem:first-child,
  .cabTop .welcomeItem:nth-child(3) {
    width: calc(260 / 654 * 100%);
  }

  .cabTop .welcomeItem:nth-child(2) {
    width: calc(288 / 654 * 100%);
  }

  .cabTop .welcomeItem:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 82px;
  }

  .cabTop .welcomeItem:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: calc(186 / 654 * 100%);
  }

  .cabTop .welcomeItem:nth-child(5) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: calc(208 / 654 * 100%);
  }

  .cabTop .welcomeItem:nth-child(6) {
    margin-left: auto;
  }

  .cabWrapper .cabContent {
    padding: 38px 43px 256px;
  }

  .cabSettingsRow .settingItem {
    width: 100%;
  }

  .cabSettingsRow .settingItem+.settingItem {
    margin-top: 43px;
  }

  .cabDepositMovesItems {
    margin: 0 -15px;
  }

  .cabDepositMovesItems .depositMovesItem {
    padding: 45px 15px 0;
  }

  .cabDepositMovesItems .depositMoveHead .tarifsList {
    padding: 0px 10px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .headInfo {
    padding-right: calc(100% - 260px);
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .headInfo .markInfo {
    width: 191px;
    padding: 49px 0 46px 27px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .numsInfo {
    padding-right: calc(100% - 260px);
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .iconWrapper {
    width: 191px;
  }

  .signWrapperPromo .signContent .signTabs .tabsHead .linkTab {
    padding-left: 20px;
  }

  .signWrapperPromo .signContent .signTabs .tabsHead li {
    width: calc((100% / 3) + 18px);
  }

  .signWrapperPromo .signContent .signTabs .tabsHead li:first-child {
    width: calc((100% / 3) - 36px);
  }

  .signWrapperPromo .signContent .signTabs .tabsHead li:first-child .linkTab {
    padding-left: 20px;
  }
}

@media (max-width: 1439px) {
  .cabTop .pursesMovesLine {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0 14px;
  }

  .cabTop .pursesMoveItem {
    height: auto;
    padding: 6px 10px 6px 95px;
  }

  .cabTop .pursesMoveItem:before {
    display: none;
  }

  .cabTop .pursesMoveItem:nth-child(1) {
    z-index: 1;
  }

  .cabTop .pursesMoveItem:nth-child(2) {
    z-index: 1;
  }

  .cabTop .pursesMoveItem:nth-child(3) {
    z-index: 1;
  }

  .cabTop .pursesMoveItem:nth-child(4) {
    z-index: 1;
  }

  .cabTop .pursesMoveItem:nth-child(2n+1) {
    padding-left: 123px;
    width: calc(50% - 61px);
  }

  .cabTop .pursesMoveItem:nth-child(2n+1) .icon {
    left: 41px;
  }

  .cabTop .pursesMoveItem:nth-child(2n) {
    padding-left: 72px;
    width: calc(50% + 61px);
  }

  .cabTop .pursesMoveItem:nth-child(2n) .icon {
    left: 0;
  }

  .tabs .tabsHead .disabledInfo {
    padding: 0 0 0 80px;
  }

  .cabTabs .tabsContent {
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -ms-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -ms-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .cabTabs .tabsHead {
    padding-bottom: 15px;
  }

  .cabTabs .tabsHead:before {
    height: 15px;
  }

  .cabTabs .tabsHead .linkTab {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .cabTabs .tabsHead .linkTab:before {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    height: calc(100% + 15px);
  }

  .cabTabs .tabsHead li {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .cabTabs .tabsHead li:before {
    height: 15px;
  }

  .cabTabs .tabsHead li:after {
    height: 13px;
  }

  .cabTabs .tabsHead li:first-child:before {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
  }

  .cabTabs .tabsHead li:first-child:after {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
  }

  .cabTabs .tabsHead li:last-child:before {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .cabTabs .tabsHead li:last-child:after {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .tabsCabFortune .tabsHead .linkTab .tabLinkInner {
    padding-left: 80px;
  }

  .tabsCabFortune .tabsHead .linkTab .icon {
    left: 11px;
  }

  .cabFortuneChapter .cabChapterContent {
    margin-top: 38px;
  }

  .cabSettingChapter .cabChapterContent {
    margin-top: 38px;
  }

  .cabSettingForm.paymentsForm .formItems .formColumn {
    width: calc((100% - 20px) / 2);
  }

  .cabDepositMovesItems {
    display: block;
    margin: 0;
  }

  .cabDepositMovesItems .depositMovesItem {
    width: 100%;
    padding: 30px 0 0;
  }

  .cabDepositMovesItems .replenishResult {
    height: 296px;
  }

  .cabDepositMovesItems .openDepositItem .depositMoveBody {
    height: 532px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo {
    height: 415px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .headInfo {
    padding-right: 271px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .headInfo .aboutTxt {
    min-height: 109px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .numsInfo {
    padding-right: 271px;
  }

  .cabPromoChapter .cabChapterContent {
    margin-top: 38px;
  }

  .cabPaymentsChapter .cabChapterContent {
    margin-top: 38px;
  }

  .cabCopyRefBlock {
    padding: 57px 30px 69px;
  }

  .cabCopyRefBlock+.promoTabs {
    margin-top: 50px;
  }

  .cabCopyLinkLine .linkWrapper {
    padding-right: 30px;
  }

  .promoTabs .tabsHead .linkTab {
    text-align: center;
  }

  .promoTabs .tabsHead .linkTab br {
    display: block;
  }

  .promoTabs .tabsPanel {
    padding: 65px 30px 71px;
  }

  .cabDepositsChapter .cabChapterContent {
    margin-top: 38px;
  }

  .cabDepositsList .depositItem+.depositItem {
    margin-top: 38px;
  }

  .cabTable .id {
    font-size: 12px;
    line-height: 18px;
  }

  .cabTable .dateTime:before {
    margin-right: 6px;
  }

  .cabTable .sum {
    font-size: 12px;
    line-height: 18px;
  }

  .cabTable .opName {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }

  .cabTable .opStatus {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }

  .cabTable .comment {
    padding-left: 28px;
  }

  .cabOperationsFilter {
    padding: 31px 30px 69px;
  }

  .cabOperationsFilter .filterItem {
    padding-right: 20px;
    padding-top: 20px;
  }

  .cabOperationsFilter .filterItem.filterDate {
    width: calc(50% - 10px);
  }

  .cabPartnersChapter .cabChapterContent {
    margin-top: 38px;
  }

  .cabRefLines {
    margin-top: 38px;
  }

  .cabPartnersGrid .cabPartnersItem {
    width: calc(50% - 15px);
  }

  .cabReferalsPanel .panelItem:first-child {
    width: calc(310 / 1411 * 100%);
  }

  .cabReferalsPanel .panelItem:nth-child(2) {
    width: calc(358 / 1411 * 100%);
  }

  .cabReferalsPanel .panelItem:nth-child(3) {
    width: calc(248 / 1411 * 100%);
  }

  .cabReferalsPanel .panelItem:nth-child(4) {
    width: calc(223 / 1411 * 100%);
  }

  .cabReferalsPanel .panelItem:nth-child(5) {
    width: calc(122 / 1411 * 100%);
  }

  .cabReferalsPanel .panelItem:nth-child(6) {
    width: calc(220 / 1411 * 100%);
  }

  .cabReferalsPanel .level3 .panelItem:first-child {
    padding-left: 20px;
  }

  .accNotifWrapper {
    bottom: 0;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .accNotifWrapper .bonusNotification {
    padding: 15px 39px 20px 50px;
  }
}

@media (max-width: 1439px) {
  .siteHeader .headerInner {
    margin: 0 calc((1250px - 100vw) / 2);
  }

  .startScreen .startBack:before {
    display: none;
  }

  .startScreen.mainStart {
    height: 913px;
  }

  .startScreen.mainStart+.siteContent {
    padding-top: 200px;
  }

  .startScreen .visualIcons .icon {
    width: 70px;
    height: 70px;
    font-size: 48px;
    line-height: 70px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }

  .startScreen .visualIcons .icon.light {
    width: 84px;
    height: 84px;
    font-size: 28px;
    line-height: 84px;
  }

  .startScreen .visualIcons .icon.dark {
    width: 84px;
    height: 84px;
    font-size: 28px;
    line-height: 84px;
  }

  .startScreen .visualIcons .icon .iconWrapper:first-child .icon {
    margin-left: -206px;
    bottom: 592px;
  }

  .startScreen .visualIcons .icon .iconWrapper:nth-child(2) .icon {
    margin-left: 35px;
    bottom: 568px;
  }

  .startScreen .visualIcons .icon .iconWrapper:nth-child(3) .icon {
    margin-left: -67px;
    bottom: 516px;
  }

  .startScreen .visualIcons .icon .iconWrapper:nth-child(4) {
    display: none;
  }

  .startScreen .visualIcons .icon .iconWrapper:nth-child(5) .icon {
    margin-left: 278px;
    bottom: 568px;
  }

  .startScreen .visualIcons .icon .iconWrapper:nth-child(6) {
    display: none;
  }

  .startScreen .visualIcons .icon .iconWrapper:nth-child(7) .icon {
    margin-left: -134px;
    bottom: 137px;
    left: calc((100vw - 1004px) / 2 + 493px);
  }

  .startBanner {
    padding-top: 209px;
  }

  .startBanner .startStatistic {
    left: calc((100vw - 1250px) / 2 + 493px);
    bottom: -59px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 53px 51px 38px 15px;
    width: 265px;
  }

  .startBanner .startStatistic .icon {
    font-size: 48px;
    line-height: 48px;
  }

  .startBanner .startStatistic .caption {
    font-size: 14px;
    line-height: 18px;
  }

  .startBanner .startStatistic .val {
    font-size: 31px;
    line-height: 39px;
  }

  .startBanner .startStatistic .statItem+.statItem {
    margin-top: 21px;
  }

  .startBanner .moneyFlowPanel {
    left: calc((100vw - 1250px) / 2 + 493px + 230px);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    bottom: -143px;
  }

  .startBanner .moneyFlowPanel .panelHead {
    height: 86px;
    padding: 0 37px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -ms-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -ms-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
  }

  .startBanner .moneyFlowPanel .panelHead .name {
    font-size: 19px;
    line-height: 19px;
    padding-left: 18px;
  }

  .startBanner .moneyFlowPanel .panelHead .logoImage {
    width: 42px;
  }

  .startBanner .moneyFlowPanel .flowItem {
    padding: 9px 15px 10px 85px;
    margin-top: 8px;
  }

  .startBanner .moneyFlowPanel .flowItem .icon {
    font-size: 48px;
    line-height: 48px;
    left: 18px;
    margin-top: -28px;
  }

  .startBanner .moneyFlowPanel .flowItem .caption {
    font-size: 8px;
    line-height: 22px;
  }

  .startBanner .moneyFlowPanel .flowItem .val {
    font-size: 18px;
    line-height: 22px;
  }

  .startBanner .moneyFlowPanel .slick-list {
    overflow: hidden;
    margin: 0 -13px -13px;
    padding: 0 13px 13px;
  }

  .startBanner .moneyFlowPanel .panelBody {
    padding: 0 13px 13px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -ms-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -ms-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 578px;
  }

  .startBanner .bannerInner {
    width: 493px;
    padding-right: 30px;
  }

  .startBanner .textBlock {
    margin-top: 46px;
    padding-left: 4px;
  }

  .startBanner .startListBtns {
    left: calc((100vw - 1250px) / 2);
  }

  .mainTitle {
    font-size: 70px;
    line-height: 75px;
  }

  .mainTarifs .chapterContent {
    margin-top: 61px;
  }

  .mainTarifs .tarifsList {
    margin: 0 -9px 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .mainTarifs .tarifsList .item {
    padding: 20px 9px 0;
  }

  .mainTarifs .tarifsList .item:nth-child(3) .tarifItem .tarifInfo,
  .mainTarifs .tarifsList .item:nth-child(4) .tarifItem .tarifInfo {
    height: 476px;
  }

  .mainTarifs .tarifsList .item:nth-child(3) .tarifItem .tarifInfo .headInfo .aboutTxt,
  .mainTarifs .tarifsList .item:nth-child(4) .tarifItem .tarifInfo .headInfo .aboutTxt {
    min-height: 148px;
  }

  .mainTarifs+.mainProfitCalc {
    margin-top: 29px;
  }

  .chapterCaption {
    padding-left: 31px;
  }

  .tarifItem .tarifInfo {
    padding: 42px 0 0 36px;
    height: 438px;
  }

  .tarifItem .tarifInfo .headInfo {
    padding-right: calc(100% - 247px);
  }

  .tarifItem .tarifInfo .headInfo .aboutTxt {
    min-height: 109px;
  }

  .tarifItem .tarifInfo .headInfo .markInfo {
    width: 191px;
    padding: 49px 0 46px 27px;
  }

  .tarifItem .tarifInfo .numsInfo {
    padding-right: calc(100% - 247px);
  }

  .tarifItem .tarifInfo .percentsLines {
    margin-top: 2px;
  }

  .tarifItem .tarifInfo .btnTarif {
    width: 191px;
  }

  .tarifItem .tarifInfo .iconWrapper {
    width: 191px;
    height: calc(100% - 192px - 48px);
    bottom: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .tarifItem .addInfo {
    padding: 16px 10px 23px 36px;
  }

  .tarifItem .addInfo .textBlock br {
    display: none;
  }

  .mainProfitCalc .chapterContent {
    width: 622px;
  }

  .mainProfitCalc .chapterCaption {
    width: calc(100% - 622px);
  }

  .calcForm .calcSettings {
    margin: 0 -9px;
    padding: 57px 31px 0 31px;
  }

  .calcForm .calcSettings .formItem {
    padding: 0 9px;
  }

  .calcForm .calcResult .resultItem {
    width: calc(50% + 10px);
  }

  .calcForm .calcResult .resultItem:nth-child(2),
  .calcForm .calcResult .resultItem:nth-child(3) {
    width: calc(50% - 10px);
  }

  .aboutChapter {
    padding: 115px 0 101px;
  }

  .aboutChapter .chapterContent {
    margin-top: 53px;
  }

  .aboutChapter .chapterInner {
    margin: 0 -10px 0;
  }

  .aboutChapter .chapterItem {
    padding: 6px 8px 0;
  }

  .aboutChapter .mediaImage {
    margin-top: 0;
  }

  .aboutChapter .regInfoWrapper {
    padding-right: 15px;
  }

  .aboutChapter .regInfoWrapper .regInfo {
    width: calc(100% - 193px);
    padding: 57px 25px 0 86px;
  }

  .aboutChapter .regInfoWrapper .regInfo .icon {
    left: 1px;
    top: calc((100% - 57px) / 2 + 57px);
    margin-top: -65px;
  }

  .aboutChapter .regInfoWrapper .regDoc {
    margin-top: -82px;
  }

  .aboutChapter.mainAbout {
    padding: 95px 0 90px;
  }

  .aboutChapter.mainAbout .chapterCaption {
    margin-top: 0;
  }

  .aboutChapter.mainAbout .aboutListBtns {
    padding-left: 31px;
    padding-top: 28px;
  }

  .aboutChapter.mainAbout .aboutListBtns [class*=btnMain] {
    width: 231px;
  }

  .aboutChapter.mainAbout .aboutListBtns [class*=btnMain]+[class*=btnMain] {
    margin-left: 13px;
  }

  .aboutChapter.mainAbout .aboutListBtns [class*=btnMain]:nth-child(2) {
    width: 221px;
  }

  .aboutChapter.mainAbout .regInfoWrapper .regInfo .icon {
    margin-top: -65px;
  }

  .aboutChapter .chapterContent {
    padding-left: 31px;
  }

  .howToStartChapter {
    padding: 0 0 101px;
  }

  .howToStartChapter.mainHowToStart {
    padding: 20px 0 80px;
  }

  .howToStartChapter .plusesList {
    margin-top: 43px;
  }

  .howToStartChapter .chapterItemInner {
    padding: 10px 0 0 5px;
  }

  .howToStartChapter .plusItem+.plusItem {
    margin-top: 30px;
  }

  .howToStartChapter .chapterContent {
    padding-left: 10px;
    margin-top: 33px;
  }

  .howToStartChapter .componentItem .icon {
    top: 4px;
    margin-top: 0;
  }

  .advantagesChapter .item:nth-child(2) {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .advantagesChapter .item:nth-child(3) {
    -moz-transform: translate(-52px, -163px);
    -ms-transform: translate(-52px, -163px);
    -webkit-transform: translate(-52px, -163px);
    -o-transform: translate(-52px, -163px);
    transform: translate(-52px, -163px);
  }

  .advantagesChapter .item:nth-child(4) {
    -moz-transform: translate(0, -92px);
    -ms-transform: translate(0, -92px);
    -webkit-transform: translate(0, -92px);
    -o-transform: translate(0, -92px);
    transform: translate(0, -92px);
  }

  .mainRoadMap {
    padding: 130px 0 117px;
  }

  .mainRoadMap .roadMapCarousel {
    width: 640px;
    padding-left: 0;
  }

  .mainRoadMap .carouselNav:after {
    width: 1250px;
  }

  .mainProgramm .chapterInner {
    padding: 102px 0 73px 4px;
  }

  .mainProgramm .chapterItem:first-child {
    width: 402px;
    padding-right: 30px;
  }

  .mainProgramm .chapterItem:nth-child(2) {
    width: calc(100% - 402px);
  }

  .mainProgramm .levelsList {
    padding-right: 35px;
  }

  .mainProgramm .levelsList .levelItem+.levelItem {
    margin-top: 48px;
  }

  .mainStatistic {
    padding: 66px 0 90px;
  }

  .mainStatistic .chapterInner {
    margin: 0 -20px;
  }

  .mainStatistic .chapterItem {
    padding: 0 20px;
  }

  .mainStatistic .statisticItem {
    padding: 37px 36px 38px 19px;
  }

  .mainStatistic .statisticItem .icon {
    width: 62px;
  }

  .mainStatistic .statisticItem .val {
    font-size: 35px;
  }

  .mainMoneyTraffic {
    padding-bottom: 82px;
  }

  .mainMoneyTraffic .chapterInner {
    margin: 0 -10px;
  }

  .mainMoneyTraffic .chapterItem {
    padding: 0 10px;
  }

  .mainMoneyTraffic .chapterItem:nth-child(2n+1) .chapterItemInner {
    padding-right: 0;
  }

  .mainMoneyTraffic .chapterItem:nth-child(2n+1) .chapterItemInner:before {
    right: 91px;
  }

  .mainMoneyTraffic .chapterItem:nth-child(2n) .chapterItemInner {
    padding-left: 0;
  }

  .mainMoneyTraffic .chapterItem:nth-child(2n) .chapterItemInner:before {
    left: 91px;
  }

  .mainMoneyTraffic .chapterItemInner:before {
    width: 869px;
    width: calc(100% - 91px + ((100vw - 1004px) / 2));
  }

  .mainTarifStatistic {
    margin: 99px -10px 0;
  }

  .mainTarifStatistic .statisticItem {
    padding: 0 10px;
  }

  .mainTarifStatistic .caption br {
    display: none;
  }

  .mainFaq {
    padding: 115px 0 101px;
  }

  .mainFaq .chapterItems {
    margin: 0 -8px;
  }

  .mainFaq .chapterItem {
    padding: 0 8px;
  }

  .mainFaq .chapterItem:first-child {
    width: 50%;
  }

  .mainFaq .chapterItem:nth-child(2) {
    width: 50%;
  }

  .mainFaq .faqList {
    padding-top: 16px;
  }

  .mainFaq .chapterContent {
    margin-top: 108px;
    padding-left: 0;
  }

  .mainNews:before {
    width: calc(50% + 10px);
    left: 0;
    margin-left: 0;
    height: 428px;
    -webkit-border-bottom-right-radius: 140px;
    -moz-border-radius-bottomright: 140px;
    -ms-border-bottom-right-radius: 140px;
    border-bottom-right-radius: 140px;
  }

  .mainNews:after {
    width: calc(50% - 233px);
    right: 0;
    margin-right: 0;
  }

  .newsList {
    margin: -60px -11px 0;
  }

  .newsList .item {
    padding: 60px 11px 0;
  }

  .newsItem {
    padding: 39px 0 36px 166px;
  }

  .newsItem .newsItemContent {
    padding: 19px 29px 0 29px;
  }

  .siteFooter .footerInner .item:first-child {
    width: 203px;
  }

  .siteFooter .footerInner .item:nth-child(2) {
    width: 380px;
    width: calc(100% - 182px - 203px - 245px);
  }

  .siteFooter .footerInner .item:nth-child(3) {
    width: 245px;
  }

  .siteFooter .listMenu {
    padding-right: 0;
  }

  .siteFooter .listMenu>li {
    width: auto;
  }

  .siteFooter .listMenu>li:first-child {
    width: calc(50% - 35px);
    padding-right: 15px;
  }

  .siteFooter .footPayments {
    padding: 10px 35px;
  }

  .siteFooter .listPayments {
    height: 81px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .paginationLine {
    margin-top: 95px;
  }

  .bigNewsChapter {
    padding: 115px 0 101px;
  }

  .bigNewsItem .imageWrapper {
    width: 50%;
  }

  .bigNewsItem .newsItemContent {
    width: 50%;
    padding: 0 35px 0 0;
  }

  .pageTitle .title {
    font-size: 70px;
    line-height: 75px;
    padding-right: 60px;
  }

  .newsChapter {
    padding: 115px 0 101px;
  }

  .faqChapter {
    padding: 115px 0 101px;
  }

  .faqChapter .chapterContent {
    padding-left: 0;
  }

  .faqChapter .tabsContent {
    padding-left: 100px;
    padding-right: 40px;
  }

  .pageInfoEnd {
    padding: 115px 0 101px;
  }

  .pageInfoEnd .textBlock {
    padding-left: 0;
  }

  .pageInfoEnd .textBlock br {
    display: none;
  }

  .contactsChapter {
    padding: 115px 0 101px;
  }

  .contactsChapter .contactItem {
    padding: 20px 20px 20px 112px;
  }

  .contactsChapter .contactItem .icon {
    left: 19px;
  }

  .contactsChapter .chapterContent {
    margin-top: 61px;
  }

  .contactsChapter .contactsMap {
    margin-top: 101px;
  }

  .contactUsChapter {
    padding: 115px 0 101px;
  }

  .contactUsChapter .chapterContent {
    margin-top: 81px;
    padding: 0;
  }

  .contactUsChapter .contactUsForm {
    padding: 80px 40px 97px;
  }

  .сheckingTarifChapter .chapterContent {
    margin: 0 -9px;
  }

  .сheckingTarifChapter .chapterContent .item {
    padding: 0 9px;
  }

  .сheckingTarifChapter .tarifInfoChapter {
    padding: 115px 0 101px;
  }

  .сheckingTarifChapter .tarifInfoChapter .chapterContent {
    margin-top: 81px;
  }

  .сheckingTarifChapter .tarifInfoChapter .tarifItemInfo {
    padding-top: 0;
  }

  .сheckingTarifChapter .tarifItemInfo {
    padding-left: 11px;
  }

  .сheckingTarifChapter .tarifProfitCalc {
    padding: 115px 0 101px;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .calcCaption {
    width: 100%;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .calcTarifName {
    width: 100%;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .formItem {
    padding: 0 15px;
    margin-top: -53px;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .formItem .inputLabel {
    padding-bottom: 15px;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .calcResult {
    margin-top: 81px;
  }

  .сheckingTarifChapter:nth-child(2n) .tarifItemInfo {
    padding-right: 11px;
  }

  .сheckingTarifChapter .tarifItem .tarifInfo {
    height: 476px;
  }

  .refProgrammChapter {
    padding: 115px 0 101px;
  }

  .refProgrammChapter .chapterContent {
    margin: 0 -9px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .refProgrammChapter .chapterItem {
    padding: 61px 9px 0;
  }

  .refProgrammChapter .textBlock {
    padding-left: 31px;
  }

  .bonusProgrammChapter {
    padding: 115px 0 101px;
  }

  .bonusProgrammChapter:before,
  .bonusProgrammChapter:after {
    display: none;
  }

  .bonusProgrammChapter .bonusItem {
    padding: 27px 10px 0 20px;
  }

  .missionChapter .chapterInner {
    padding: 102px 0 73px 4px;
  }

  .missionChapter .chapterItem:first-child {
    width: 402px;
    padding-right: 30px;
  }

  .missionChapter .chapterItem:nth-child(2) {
    width: calc(100% - 402px);
  }

  .missionChapter .missionItem+.missionItem {
    margin-top: 48px;
  }

  .missionChapter .missionsList {
    padding-right: 35px;
  }

  .hierarchyChapter {
    padding: 115px 0 101px;
  }

  .hierarchyChapter .hierarchyList {
    margin: 0 -6px;
  }

  .hierarchyChapter .hierarchyList .item {
    padding: 0 6px;
  }

  .hierarchyChapter .hierarchyList .item+.item .hierarchyItem:after {
    display: none;
  }

  .hierarchyChapter .aboutHierarchy .textBlock {
    padding-left: 0;
  }

  .businessModelChapter {
    padding: 115px 0 0;
  }

  .businessModelChapter .chapterContent {
    margin-top: 50px;
  }

  .businessModelChapter .chapterItem .chapterItemInner {
    padding-left: 0;
  }

  .profitSchemeChapter {
    padding: 115px 0 101px;
  }

  .profitSchemeChapter .chapterContent {
    margin-top: 50px;
  }

  .profitSchemeChapter .profitScheme {
    margin: 0 -6px;
  }

  .profitSchemeChapter .profitScheme .itemHalf {
    width: 50%;
  }

  .profitSchemeChapter .item {
    padding: 0 6px;
  }

  .profitSchemeChapter .item:first-child .profitSchemeItem {
    padding-left: 10px;
    padding-right: 10px;
  }

  .profitSchemeChapter .item:first-child .profitSchemeItem .itemHalf {
    width: auto;
  }

  .profitSchemeChapter .item:nth-child(2) .profitSchemeItem .itemHalf:first-child,
  .profitSchemeChapter .item:nth-child(3) .profitSchemeItem .itemHalf:first-child,
  .profitSchemeChapter .item:nth-child(4) .profitSchemeItem .itemHalf:first-child {
    padding-left: 10px;
  }

  .profitSchemeChapter .item:nth-child(2) .profitSchemeItem .itemHalf:nth-child(2),
  .profitSchemeChapter .item:nth-child(3) .profitSchemeItem .itemHalf:nth-child(2),
  .profitSchemeChapter .item:nth-child(4) .profitSchemeItem .itemHalf:nth-child(2) {
    padding-left: 10px;
  }

  .profitSchemeChapter .item:last-child .profitSchemeItem {
    padding-left: 10px;
    padding-right: 10px;
  }

  .profitSchemeChapter .item:nth-child(2n) .profitSchemeItem:before {
    left: -51px;
  }

  .profitSchemeChapter .item:nth-child(2n+1) .profitSchemeItem:before {
    left: -224px;
  }

  .trafficWaysChapter .chapterContent {
    padding-left: 41px;
    padding-right: 0;
    margin-top: 50px;
  }

  .trafficWaysChapter .trafficTypesListWrapper .trafficTypesList {
    padding: 64px 0 81px 41px;
  }

  .fortuneAboutChapter {
    padding: 115px 0 101px;
  }

  .fortuneAboutChapter .textBlock {
    padding-left: 31px;
  }

  .fortuneAboutChapter .chapterContent {
    margin: 0 -8px 0;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .fortuneAboutChapter .chapterItem {
    padding: 50px 8px 0;
  }

  .fortuneTableChapter .chapterInner {
    padding-left: 32px;
  }

  .fortuneTableChapter .fortuneTable .tableHead:before {
    width: calc(100% - 244px);
  }

  .fortuneTableChapter .fortuneTable .tableItem {
    width: calc((100% - 244px) / 3);
  }

  .fortuneTableChapter .fortuneTable .tableItem:first-child {
    width: 244px;
  }

  .fortuneTableChapter .fortuneTable .tableItem:nth-child(2),
  .fortuneTableChapter .fortuneTable .tableItem:nth-child(3),
  .fortuneTableChapter .fortuneTable .tableItem:nth-child(4) {
    padding-left: 24px;
    padding-right: 10px;
  }

  .fortuneTableChapter .fortuneTable .lineHead .sectionName {
    width: 124px;
  }

  .fortuneTableChapter .fortuneTable .lineHead .percent {
    width: calc(100% - 124px);
  }

  .fortuneWheelChapter {
    margin-top: 115px;
  }

  .fortuneWheelChapter .tabsHead {
    padding-left: 32px;
  }

  .fortuneWheelChapter .tabsHead .linkTab {
    padding-left: 140px;
  }

  .fortuneWheelChapter .tabsHead .linkTab .icon {
    left: 28px;
  }

  .fortuneWheelChapter .tabsPanel .fortunePanelItem:first-child {
    padding-left: 53px;
  }

  .fortuneWheelChapter .tabsContent {
    padding: 115px 0 101px;
  }

  .signWrapper:before,
  .signWrapper:after {
    display: none;
  }

  .bountyBlockEl {
    width: 100%;
  }
  .bountyBlockForm {
    width: 100%;
  }
}

@media (max-width: 1345px) {
  .tabs .tabsHead .disabledInfo {
    padding: 0 5px 0 23px;
  }

  .tabsCabFortune .tabsHead .linkTab {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .tabsCabFortune .tabsHead .linkTab .tabLinkInner {
    padding: 15px 11px 8px;
  }

  .tabsCabFortune .tabsHead .linkTab .icon {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
  }

  .tabsCabFortune .tabsHead .name {
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
  }

  .tabsCabFortune .tabsPanel {
    padding: 27px 8px 71px;
  }

  .cabChapter .bonusHistory .historyItem {
    width: 100%;
  }

  .cabDepositsList .depositItem {
    display: block;
  }

  .cabDepositsList .depositItem:before {
    height: calc(100% - 40px - 73px);
  }

  .cabDepositsList .depositItem .depositInfoSide {
    width: 100%;
  }

  .cabDepositsList .depositItem .accrualSide {
    width: 100%;
    position: relative;
    padding-left: 40px;
  }

  .cabDepositsList .depositItem .accrualInfo {
    border-left: 0;
    padding-left: 56px;
    padding-right: 486px;
    width: 100%;
    height: auto;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -ms-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -ms-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .cabDepositsList .depositItem .accrualTimer {
    position: absolute;
    height: 100%;
    right: 116px;
    width: 350px;
    top: 0;
  }

  .cabDepositsList .depositItem .progressCircleItem {
    z-index: 1;
  }

  .cabDepositsList .depositItem .generalDepositInfo {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -ms-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    padding: 18px 0;
    height: auto;
  }

  .cabDepositsList .depositItem .generalDepositInfo .infoItem {
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .cabDepositsList .depositItem .addDepositInfo {
    height: auto;
  }

  .cabDepositsList .depositItem .addDepositInfo .depositPercentsItem {
    width: 474px;
  }

  .cabDepositsList .depositItem .addDepositInfo .accrualCountItem {
    width: calc(100% - 474px);
    padding-left: 24px;
    margin-top: 0;
  }

  .cabPartnersGrid {
    display: block;
  }

  .cabPartnersGrid .cabPartnersItem {
    width: 100%;
  }

  .cabPartnersGrid .cabPartnersItem+.cabPartnersItem {
    margin-top: 17px;
  }

  .cabLinePanel.panelBig {
    min-height: 73px;
    padding-left: 79px;
  }

  .cabLinePanel.panelBig .icon {
    left: 24px;
    margin-top: -16px;
  }

  .cabLinePanel.panelBig+.panelBig {
    margin-top: 17px;
  }

  .cabLinePanel.panelProgress {
    min-height: 157px;
  }

  .signFormPromoWrapper {
    display: none;
  }

  .signTabs .signForm {
    max-width: 689px;
  }

  .signTabs .signForm .formContent .formItem {
    width: 100%;
  }

  .signTabs .signForm .captchaWrapper {
    position: relative;
  }

  .signTabs .signForm .captchaWrapper .captchaInput {
    width: 100%;
  }

  .signTabs .signForm .captchaWrapper .captchaInput input {
    padding-right: 147px;
  }

  .signTabs .signForm .captchaWrapper .captchaImage {
    position: absolute;
    right: 0;
    top: 0;
    width: 132px;
    background-color: rgba(61, 81, 167, 0.17);
  }

  .signTabs .signForm [class*=btnMain] {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 50px;
  }

  .signTabs .tabsPanel {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: 0;
    padding: 60px 40px;
  }

  .signWrapperPromo .signContent {
    padding-top: 229px;
  }

  .signWrapperPromo .signContent .signTabs {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .signWrapperPromo .signContent .signTabs .tabsHead .linkTab {
    padding-left: 60px;
    height: 118px;
  }

  .signWrapperPromo .signContent .signTabs .tabsHead li {
    width: calc(100% / 3);
  }

  .signWrapperPromo .signContent .signTabs .tabsHead li:first-child {
    width: calc(100% / 3);
  }

  .signWrapperPromo .signContent .signTabs .tabsHead li:first-child .linkTab {
    padding-left: 60px;
  }

  .signWrapperPromo .signContent .signTabs .tabsPanel {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: 0;
    padding: 60px 40px;
  }
}

@media (max-width: 1279px) {
  .siteHeader .headerInner {
    margin: 0 calc((1004px - 100vw) / 2);
  }

  .startScreen .visualIcons .icon .iconWrapper:nth-child(7) .icon {
    margin-left: -51px;
    bottom: 137px;
    left: calc((100vw - 1004px) / 2 + 493px);
  }

  .startBanner .startStatistic {
    left: calc((100vw - 1004px) / 2 + 493px);
  }

  .startBanner .moneyFlowPanel {
    left: calc((100vw - 1004px) / 2 + 493px + 230px);
  }

  .startBanner .startListBtns {
    left: calc((100vw - 1004px) / 2);
  }  

  .hierarchyChapter .hierarchyList {
    margin: 0 -6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: -12px -6px 0;
  }

  .hierarchyChapter .hierarchyList .item {
    width: 424px;
    padding: 12px 6px 0;
  }

  .hierarchyChapter .hierarchyItem {
    padding: 43px 170px 40px 30px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .hierarchyChapter .hierarchyItem .dutyCondition {
    width: 100%;
    padding: 12px 10px 6px 30px;
  }

  .refProgrammChapter .chapterContent {
    display: block;
  }

  .refProgrammChapter .chapterItem {
    width: 100%;
    padding: 50px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .refProgrammChapter .mediaImage {
    display: table;
    margin: 0 auto;
    margin-top: 0;
  }

  .refProgrammChapter .refProgrammLevels {
    margin: 0 auto;
    width: 673px;
  }

  .mainRoadMap .carouselNav:after {
    width: 1004px;
  }

  .bonusProgrammChapter .bonusItem {
    width: 304px;
    padding: 27px 20px 0 30px;
  }

  .bonusProgrammChapter .programmCards {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 21px -6px 0;
  }

  .bonusProgrammChapter .programmCards .item {
    width: auto;
    padding: 40px 6px 0;
  }

  .bonusProgrammChapter .item:first-child {
    margin-top: 0;
  }

  .bonusProgrammChapter .item:nth-child(2) {
    margin-top: 0;
  }

  .bonusProgrammChapter .item:nth-child(3) {
    margin-top: 0;
  }

  .bonusProgrammChapter .item:nth-child(4) {
    margin-top: 0;
  }

  .bonusProgrammChapter .bullet {
    width: 100%;
    margin-left: auto;
    margin-top: 61px;
    text-align: center;
  }

  .bonusProgrammChapter .bullet [class*=btnMain] {
    margin: 32px auto 0;
  }

  .aboutChapter:not(.mainAbout) .chapterContent {
    margin-top: 0;
  }

  .aboutChapter:not(.mainAbout) .chapterItem {
    width: 100%;
    padding: 0;
  }

  .aboutChapter:not(.mainAbout) .chapterItem:first-child .chapterContent {
    margin-top: 50px;
  }

  .aboutChapter:not(.mainAbout) .chapterItem:nth-child(2) {
    width: 683px;
    margin: 0 auto;
  }

  .aboutChapter:not(.mainAbout) .chapterItem+.chapterItem {
    margin-top: 50px;
  }

  .aboutChapter:not(.mainAbout) .chapterInner {
    margin: 0;
  }

  .fortuneAboutChapter .chapterContent {
    display: block;
    margin: 0;
  }

  .fortuneAboutChapter .chapterItem {
    width: 100%;
    padding: 50px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fortuneAboutChapter .mediaImage {
    display: table;
    margin: 0 auto;
    margin-top: 0;
  }

  .fortuneTableChapter {
    margin-top: -12px;
  }

  .fortuneTableChapter .fortuneTable .tableHead {
    display: none;
  }

  .fortuneTableChapter .fortuneTable .tableContent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .fortuneTableChapter .fortuneTable .tableContent .tarifHead {
    height: 66px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #e4fdff;
    padding: 0 20px;
  }

  .fortuneTableChapter .fortuneTable .tableContent .tableVal {
    height: 66px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
  }

  .fortuneTableChapter .fortuneTable .tableContent .tableLine {
    display: block;
    width: calc(50% - 6px);
    margin: 12px 0 0;
  }

  .fortuneTableChapter .fortuneTable .tableItem {
    width: 100%;
    display: block;
    height: auto;
    padding: 0;
  }

  .fortuneTableChapter .fortuneTable .tableItem:first-child {
    width: 100%;
  }

  .fortuneTableChapter .fortuneTable .tableItem:nth-child(2),
  .fortuneTableChapter .fortuneTable .tableItem:nth-child(3),
  .fortuneTableChapter .fortuneTable .tableItem:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
  }

  .fortuneTableChapter .fortuneTable .lineHead {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .fortuneTableChapter .fortuneTable .lineHead .sectionName {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .fortuneTableChapter .fortuneTable .lineHead .percent {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .fortuneTableChapter .fortuneTable .lineHead .sectionName,
  .fortuneTableChapter .fortuneTable .lineHead .percent {
    width: 50%;
  }

  .fortuneWheelChapter .tabsHead .linkTab {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 92px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .fortuneWheelChapter .tabsHead .linkTab .icon {
    left: 30px;
    width: 62px;
    top: 20px;
    margin-top: 0;
  }

  .fortuneWheelChapter .tabsHead .linkTab br {
    display: none;
  }

  .fortuneWheelChapter .tabsHead .linkTab .name {
    font-size: 24px;
    line-height: 32px;
  }

  .fortuneWheelChapter .tabsHead li {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .fortuneWheelChapter .tabsPanel {
    display: block;
    margin: 0;
  }

  .fortuneWheelChapter .tabsPanel .fortunePanelItem {
    width: 100%;
  }

  .fortuneWheelChapter .tabsPanel .fortunePanelItem:first-child {
    padding-left: 32px;
    padding-right: 0px;
  }

  .fortuneWheelChapter .tabsPanel .fortunePanelItem:nth-child(2) {
    padding-left: 32px;
    padding-right: 0px;
    padding-top: 50px;
  }

  .fortuneWheelChapter .tabsPanel .infoChapter+.infoChapter {
    margin-top: 50px;
  }
}

@media (max-width: 1199px) {
  .advantagesChapter .chapterContent {
    margin: 88px -6px 0;
    justify-content: center;
  }

  .advantagesChapter .chapterContent .item {
    padding: 0 6px;
  }

  .advantagesChapter .advantageItem {
    width: 241px;
  }

  .advantagesChapter .advantageItem .caption {
    padding: 28px 20px 26px;
  }

  .advantagesChapter .advantageItem .advantageContent {
    padding: 52px 3px 34px 21px;
  }

  .advantagesChapter .item {
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -webkit-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    transform: translate(0) !important;
  }

  .advantagesChapter .controls {
    margin-top: 40px;
    justify-content: center;
    max-width: 100%;
  }

  .cabWrapper .cabContent {
    padding: 35px 43px 24px;
  }

  .cabCaption {
    font-size: 25px;
    line-height: 30px;
  }

  .cabFortuneChapter .cabChapterContent {
    margin-top: 33px;
  }

  .cabLinePanel.lineAccent {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .cabLinePanel.lineAccent .accentItem:first-child {
    width: auto;
  }

  .cabLinePanel.lineAccent .accentItem:nth-child(2) {
    width: auto;
  }

  .cabLinePanel.lineAccent .accentItem:nth-child(3) {
    width: auto;
    padding-right: 9px;
  }

  .cabLinePanelsColumns {
    display: block;
  }

  .cabLinePanelsColumns .cabLinePanel {
    width: 100%;
  }

  .cabLinePanelsColumns .cabLinePanel+.cabLinePanel {
    margin-top: 17px;
  }

  .cabLinePanelsColumns .cabLinePanel:nth-child(2n) {
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -ms-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .tabsCabFortune .tabsHead .linkTab {
    height: 105px;
  }

  .tabsCabFortune .tabsHead .name {
    font-size: 12px;
    line-height: 14px;
    margin-top: 9px;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineHead {
    display: block;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineHead .lineHeadItem {
    width: 100%;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineHead .lineHeadItem+.lineHeadItem {
    margin-top: 17px;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineHead .lineHeadItem:nth-child(2n) {
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -ms-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .accentItem:first-child {
    width: auto;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .accentItem:nth-child(2) {
    width: auto;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .accentItem:nth-child(3) {
    width: auto;
    padding-right: 9px;
  }

  .cabChapterTab {
    margin-top: 50px;
  }

  .cabChapter+.cabChapter {
    margin-top: 50px;
  }

  .cabChapter .activityItemsList.bonusList .activityItem {
    padding: 0 0 0 21px;
  }

  .cabChapter .activityItemsList.bonusList .activityItem .infoItem:first-child {
    width: auto;
    margin-right: auto;
  }

  .cabChapter .activityItemsList.bonusList .activityItem .infoItem:nth-child(2) {
    width: auto;
    min-width: 142px;
  }

  .cabChapter .activityItemsList.tasksList .activityItem {
    padding: 0 0 0 14px;
  }

  .cabChapter .activityItemsList.tasksList .activityItem .infoItem:first-child {
    width: auto;
  }

  .cabChapter .activityItemsList.tasksList .activityItem .infoItem:nth-child(2) {
    width: auto;
    min-width: 145px;
  }

  .cabChapter.items .cabChapterItem+.cabChapterItem {
    margin-top: 35px;
  }

  .cabChapter.items .cabChapterContent {
    margin-top: 43px;
  }

  .cabChapter .bonusHistory .historyItem+.historyItem {
    margin-top: 11px;
  }

  .cabBonusHistoryChapter .cabChapterContent {
    margin-top: 15px;
  }

  .tabs .tabsHead .disabledInfo {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: none;
  }

  .tabs .tabsHead .disabledInfo .name {
    display: inline;
    margin-top: 0;
    line-height: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .tabs .tabsHead .disabledInfo .bulletLink {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
  }

  .cabSettingChapter .cabChapterContent {
    margin-top: 33px;
  }

  .cabSettingsRow .settingItem+.settingItem {
    margin-top: 33px;
  }

  .cabSettingForm+.cabSettingForm {
    margin-top: 33px;
  }

  .cabPaymentsChapter .cabChapterContent {
    margin-top: 33px;
  }

  .cabSettingForm.paymentsForm .formItems .formColumn {
    width: 100%;
  }

  .cabSettingForm.paymentsForm .formItems .formColumn+.formColumn {
    margin-top: 17px;
  }

  .cabBalanceChapter .cabChapterContent {
    margin-top: 33px;
  }

  .cabDepositMovesItems .depositMovesItem {
    padding: 0;
  }

  .cabDepositMovesItems .depositMovesItem+.depositMovesItem {
    margin-top: 33px;
  }

  .cabCopyRefBlock {
    padding: 40px 20px 45px;
  }

  .cabCopyLinkLine .linkWrapper {
    padding-right: 20px;
  }

  .promoTabs .tabsPanel {
    padding: 55px 20px 60px;
  }

  .promoTabs .cabCopyLinkLine {
    margin-top: 50px;
  }

  .promoTabs .bannerWrapper {
    min-height: 240px;
  }

  .promoTabs .tabsHead li {
    width: calc((100% - 48px) / 5);
  }

  .cabPromoChapter .cabChapterContent {
    margin-top: 33px;
  }

  .cabDepositsChapter .cabChapterContent {
    margin-top: 33px;
  }

  .cabDepositsList .depositItem:before {
    height: calc(100% - 40px - 70px);
  }

  .cabDepositsList .depositItem .accrualInfo {
    padding-right: 166px;
    width: 100%;
    height: 146px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .cabDepositsList .depositItem .accrualTimer {
    position: relative;
    height: auto;
    right: auto;
    width: 100%;
    top: auto;
    padding-left: 56px;
  }

  .cabDepositsList .depositItem .addDepositInfo {
    padding-left: 0;
  }

  .cabDepositsList .depositItem .addDepositInfo .depositPercentsItem {
    width: 100%;
  }

  .cabDepositsList .depositItem .addDepositInfo .accrualCountItem {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }

  .cabDepositsList+.paginationLine {
    margin-top: 40px;
  }

  .cabTable .id {
    font-size: 14px;
    line-height: 20px;
  }

  .cabTable .sum {
    font-size: 14px;
    line-height: 20px;
  }

  .cabTable .opName {
    font-size: 12px;
    line-height: 20px;
  }

  .cabTable .opStatus {
    font-size: 12px;
    line-height: 20px;
  }

  .cabTableOperations .cabTable {
    display: block;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }

  .cabTableOperations .cabTable .tableHead {
    display: none;
  }

  .cabTableOperations .cabTable .tableBody {
    display: block;
  }

  .cabTableOperations .cabTable .tableBody .tableCaption {
    display: block;
    width: 50%;
    padding: 0 10px 0 20px;
    position: relative;
    z-index: 1;
  }

  .cabTableOperations .cabTable .tableBody .tableItem {
    background-color: transparent;
  }

  .cabTableOperations .cabTable .tableLine {
    display: block;
    position: relative;
    padding: 8px 0;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .cabTableOperations .cabTable .tableLine:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    background-color: #1c285d;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -ms-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .cabTableOperations .cabTable .tableLine+.tableLine {
    margin-top: 11px;
  }

  .cabTableOperations .cabTable .tableLine:first-child {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .cabTableOperations .cabTable .tableLine:first-child:before {
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .cabTableOperations .cabTable .tableItem {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    height: auto;
  }

  .cabTableOperations .cabTable .tableItem:last-child {
    width: 100%;
  }

  .cabTableOperations .cabTable .tableVal {
    display: block;
    width: 50%;
    padding: 0 10px;
  }

  .cabOperationsFilter+.cabTableOperations {
    margin-top: 11px;
  }

  .cabLinePanel.panelRefStat {
    padding-right: 15px;
    padding-bottom: 81px;
    min-height: 146px;
  }

  .cabLinePanel.panelRefStat .icon {
    top: calc((100% - 73px) / 2);
  }

  .cabLinePanel.panelRefStat .markItem {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 73px;
  }

  .cabLinePanel.panelRefStat .panelItemInner .icon {
    top: 50%;
  }

  .cabReferalsPanel .slideBtn:before,
  .cabReferalsPanel .slideBtn:after {
    top: 10px;
    margin-top: 0;
  }

  .cabReferalsPanel .panelLine {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .cabReferalsPanel .panelLine.panelHead {
    display: none;
  }

  .cabReferalsPanel .panelContent .panelCaption {
    display: block;
  }

  .cabReferalsPanel .panelItem {
    text-align: left;
  }

  .cabReferalsPanel .panelItem:first-child,
  .cabReferalsPanel .panelItem:nth-child(2),
  .cabReferalsPanel .panelItem:nth-child(3),
  .cabReferalsPanel .panelItem:nth-child(4),
  .cabReferalsPanel .panelItem:nth-child(5),
  .cabReferalsPanel .panelItem:nth-child(6) {
    width: 50%;
  }

  .cabReferalsPanel .panelItem:nth-child(2n+1) {
    padding-left: 0;
  }

  .cabReferalsPanel .level2 .panelItem:nth-child(2n+1) {
    padding-left: 20px;
  }
}

@media (max-width: 1023px) {
  .siteHeader {
    z-index: 10;
    position: relative;
  }

  .siteHeader .headerInner {
    margin: 0 calc((620px - 100vw) / 2);
    padding: 0 0 0 22px;
  }

  .siteHeader .headerContent {
    position: static;
  }

  .siteHeader .headerContent:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-color: #202d65;
  }

  .siteHeader .listMenu {
    display: block;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .siteHeader .listMenu li {
    text-align: center;
  }

  .siteHeader .listMenu li+li {
    margin-left: 0;
    margin-top: 30px;
  }

  .siteHeader .menuInner {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 17px;
    padding-top: 130px;
    min-height: 750px;
  }

  .siteHeader .signLinksMenu {
    margin-top: 72px;
  }

  .siteHeader .signLinksMenu [class*=btnMain] {
    width: 144px;
    background-color: #00e4fa;
    border-color: #00e4fa;
    color: #202d65;
  }

  .siteHeader .signLinksMenu [class*=btnMain]:hover {
    background-color: #fff;
    color: #00e4fa;
  }

  .siteHeader .signLinksMenu .simpleLink {
    border: 2px solid #00e4fa;
    width: 144px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 56px;
    line-height: 56px;
    line-height: 14px;
    padding: 19px 5px;
    letter-spacing: 0.15em;
    -webkit-transition: color 0.4s, background-color 0.4s;
    -moz-transition: color 0.4s, background-color 0.4s;
    -o-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
  }

  .siteHeader .signLinksMenu .simpleLink:hover {
    background-color: #00e4fa;
  }

  .siteHeader .signLinksMenu li+li {
    margin-left: 14px;
  }

  .siteHeader .menuWrapper {
    -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.21);
    -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.21);
    box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.21);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    width: 100%;
    background-color: #202d65;
    left: 0;
    top: 0;
    opacity: 0;
    max-height: 100vh;
    z-index: -1;
    overflow-y: scroll;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity 0.4s, transform 0s 0.4s;
    -moz-transition: opacity 0.4s, transform 0s 0.4s;
    -o-transition: opacity 0.4s, transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
  }

  .siteHeader .menuWrapper.activeMenu {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.4s, transform 0s 0s;
    -moz-transition: opacity 0.4s, transform 0s 0s;
    -o-transition: opacity 0.4s, transform 0s 0s;
    transition: opacity 0.4s, transform 0s 0s;
  }

  .siteHeader .logoWrapper {
    padding-right: 31px;
    height: 88px;
    padding-bottom: 2px;
  }

  .siteHeader .logoWrapper:before {
    width: calc(100% + 22px);
    left: -22px;
    -webkit-border-bottom-right-radius: 33px;
    -moz-border-radius-bottomright: 33px;
    -ms-border-bottom-right-radius: 33px;
    border-bottom-right-radius: 33px;
  }

  .siteHeader .logoLink {
    width: 58px;
  }

  .siteHeader .langMenu {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
  }

  .siteHeader .headerContent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 8px;
    padding-bottom: 6px;
  }

  .cabWrapper .headerWrapper:before {
    z-index: 0;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }

  .cabWrapper .menuWrapper {
    z-index: -1;
  }

  .activeMenuWrapper .siteHeader .headerContent:before {
    opacity: 1;
  }

  .activeMenuWrapper .siteHeader .logoWrapper:before {
    opacity: 0;
  }

  .activeMenuWrapper .cabWrapper .headerWrapper:before {
    background-color: #202d65;
  }

  .menuBurger {
    display: block;
    margin-left: 24px;
  }

  .startScreen {
    height: 430px;
  }

  .startScreen.mainStart {
    height: 574px;
  }

  .startScreen.mainStart+.siteContent {
    padding-top: 147px;
  }

  .startScreen .visualIcons {
    display: none;
  }

  .mainRoadMap .roadMapCarousel .slick-slide:nth-child(2n) .item::after {
    width: 222px;
  }

  .mainRoadMap .roadMapCarousel {
    margin-bottom: 70px;
  }

  .pageTitle .coin {
    display: none;
  }

  .startBanner {
    padding-top: 142px;
    height: calc(100% - 88px);
  }

  .startBanner .startStatistic {
    left: calc((100vw - 620px) / 2 + 266px);
    bottom: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 35px 39px 27px 15px;
    width: 185px;
  }

  .startBanner .startStatistic .icon {
    font-size: 36px;
    line-height: 36px;
  }

  .startBanner .startStatistic .caption {
    font-size: 10px;
    line-height: 13px;
    margin-top: 6px;
  }

  .startBanner .startStatistic .val {
    font-size: 22px;
    line-height: 27px;
    margin-top: 3px;
  }

  .startBanner .startStatistic .statItem+.statItem {
    margin-top: 12px;
  }

  .startBanner .moneyFlowPanel {
    left: calc((100vw - 620px) / 2 + 266px + 162px);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    bottom: -58px;
  }

  .startBanner .moneyFlowPanel .panelHead {
    height: 60px;
    padding: 0 22px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -ms-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -ms-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
  }

  .startBanner .moneyFlowPanel .panelHead .name {
    font-size: 14px;
    line-height: 14px;
    padding-left: 10px;
  }

  .startBanner .moneyFlowPanel .panelHead .logoImage {
    width: 34px;
  }

  .startBanner .moneyFlowPanel .flowItem {
    padding: 5px 15px 7px 60px;
    margin-top: 5px;
  }

  .startBanner .moneyFlowPanel .flowItem .icon {
    font-size: 36px;
    line-height: 36px;
    left: 12px;
    margin-top: -22px;
  }

  .startBanner .moneyFlowPanel .flowItem .caption {
    font-size: 6px;
    line-height: 16px;
  }

  .startBanner .moneyFlowPanel .flowItem .val {
    font-size: 13px;
    line-height: 16px;
  }

  .startBanner .moneyFlowPanel .panelBody {
    height: 404px;
    padding: 3px 8px 9px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -ms-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -ms-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .startBanner .textBlock {
    display: none;
  }

  .startBanner .startListBtns {
    left: calc((100vw - 620px) / 2 - 10px);
    bottom: -100px;
  }

  .startBanner .startListBtns [class*=btnMain] {
    width: 322px;
    height: 100px;
    padding: 39px 15px 38px;
  }

  .startBanner .startListBtns [class*=btnMain][class*=Darker] {
    height: 96px;
    padding: 38px 15px 37px;
  }

  .mainTarifs .chapterContent {
    margin-top: 32px;
  }

  .mainTarifs .tarifsList {
    margin: 0 -8px 0;
  }

  .mainTarifs .tarifsList .item {
    padding: 20px 8px 0;
  }

  .mainTarifs .tarifsList .item .tarifItem {
    height: 100%;
  }

  .mainTarifs .tarifsList .item .tarifItem .addInfo {
    height: calc(100% - 467px);
  }

  .mainTarifs .tarifsList .item:nth-child(3) .tarifItem .tarifInfo,
  .mainTarifs .tarifsList .item:nth-child(4) .tarifItem .tarifInfo {
    height: 467px;
  }

  .mainTarifs+.mainProfitCalc {
    margin-top: 54px;
  }

  .tarifItem .tarifInfo {
    padding: 152px 0 0 9px;
    height: 467px;
  }

  .tarifItem .tarifInfo .headInfo {
    padding-right: 0;
  }

  .tarifItem .tarifInfo .headInfo .aboutTxt {
    display: none;
  }

  .tarifItem .tarifInfo .headInfo .markInfo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 189px;
    height: 143px;
    padding: 20px 0 10px 15px;
  }

  .tarifItem .tarifInfo .headInfo .name {
    font-size: 25px;
    line-height: 50px;
  }

  .tarifItem .tarifInfo .numsInfo {
    padding-right: 0;
    margin-top: 11px;
  }

  .tarifItem .tarifInfo .percentsLines {
    margin-top: 13px;
  }

  .tarifItem .tarifInfo .btnTarif {
    width: 186px;
    height: 58px;
    padding: 22px 15px 22px calc(25px + 0.2em);
  }

  .tarifItem .tarifInfo .iconWrapper {
    width: calc(100% - 199px);
    height: 143px;
    bottom: auto;
    right: auto;
    left: 12px;
    top: 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .tarifItem .tarifInfo .iconWrapper .icon {
    margin: 0;
  }

  .tarifItem .addInfo {
    padding: 12px 18px 26px 10px;
  }

  .tarifItem .addInfo .textBlock {
    letter-spacing: 0em;
  }

  .chapterCaption {
    font-size: 25px;
    line-height: 36px;
    padding-left: 21px;
  }

  .chapterCaption:before {
    width: 60px;
    height: 60px;
    top: -13px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .chapterCaption.lilCap {
    padding-left: 19px;
  }

  .chapterCaption.lilCap:before {
    width: 52px;
    height: 52px;
    top: -15px;
  }

  .mainChoicingTarif:before {
    height: calc(100% - 422px);
  }

  .mainProfitCalc .chapterInner {
    display: block;
  }

  .mainProfitCalc .chapterCaption {
    width: 100%;
    padding-bottom: 44px;
  }

  .mainProfitCalc .chapterContent {
    width: 100%;
  }

  .calcForm .calcSettings {
    margin: 0 -29px;
    padding: 57px 11px 0;
  }

  .calcForm .calcSettings .formItem {
    padding: 0 29px;
  }

  .aboutChapter {
    padding: 61px 0 56px;
  }

  .aboutChapter .regInfoWrapper {
    padding-right: 35px;
  }

  .aboutChapter .regInfoWrapper .regDoc {
    margin-top: -134px;
  }

  .aboutChapter .regInfoWrapper .regInfo {
    padding: 57px 80px 0 86px;
  }

  .aboutChapter .regInfoWrapper .regInfo .icon {
    margin-top: -39px;
  }

  .aboutChapter.mainAbout {
    padding: 14px 0 2px;
  }

  .aboutChapter.mainAbout .regInfoWrapper .regInfo .icon {
    margin-top: -39px;
  }

  .aboutChapter.mainAbout .chapterContent {
    margin-top: 50px;
  }

  .aboutChapter.mainAbout .aboutListBtns {
    padding-left: 0;
    padding-top: 42px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .aboutChapter.mainAbout .aboutListBtns [class*=btnMain] {
    width: calc((100% - 20px) / 2);
  }

  .aboutChapter.mainAbout .aboutListBtns [class*=btnMain]:nth-child(2) {
    width: calc((100% - 20px) / 2);
  }

  .aboutChapter.mainAbout .aboutListBtns [class*=btnMain]+[class*=btnMain] {
    margin-left: 0;
  }

  .aboutChapter .chapterInner {
    margin: 0;
  }

  .aboutChapter .chapterItem {
    width: 100%;
    padding: 46px 0 0;
  }

  .aboutChapter .chapterContent {
    padding-left: 0;
  }

  .howToStartChapter {
    padding: 0 0 56px;
  }

  .howToStartChapter .chapterInner {
    margin: 0;
  }

  .howToStartChapter .chapterItem {
    width: 100%;
    padding: 38px 0 0;
  }

  .howToStartChapter .caption {
    font-size: 15px;
    line-height: 24px;
    padding-left: 7px;
  }

  .howToStartChapter .chapterContent {
    margin-top: 71px;
    padding-left: 0;
  }

  .howToStartChapter .pre {
    font-size: 15px;
    line-height: 24px;
  }

  .howToStartChapter .componentItem {
    margin-top: 24px;
  }

  .howToStartChapter .chapterItemInner {
    padding-left: 7px;
  }

  .howToStartChapter .chapterItemInner .caption {
    padding-left: 0;
  }

  .howToStartChapter .plusItem {
    padding-left: 66px;
  }

  .howToStartChapter .plusItem .textBlock {
    line-height: 27px;
    min-height: 54px;
  }

  .howToStartChapter .plusItem+.plusItem {
    margin-top: 14px;
  }

  .howToStartChapter .plusItem .icon {
    top: 1px;
  }

  .howToStartChapter .plusesList {
    margin-top: 37px;
    padding-left: 0;
  }

  .howToStartChapter.mainHowToStart {
    padding: 20px 0 69px;
  }

  .advantagesChapter .chapterInner {
    padding: 62px 0 57px;
  }

  .advantagesChapter .chapterContent {
    margin: 38px -17px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantagesChapter .chapterContent .item {
    padding: 20px 17px 0;
    width: 50%;
  }

  .advantagesChapter .advantageItem {
    width: 100%;
  }

  .advantagesChapter .advantageItem .caption {
    padding: 28px 40px 26px;
  }

  .advantagesChapter .advantageItem .advantageContent {
    padding: 52px 30px 34px 40px;
  }

  .advantagesChapter .item:nth-child(2n) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .advantagesChapter .item:nth-child(3) .advantageItem .advantageContent {
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -ms-border-bottom-right-radius: 40px;
    border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .advantagesChapter .item:nth-child(2) .advantageItem .advantageContent {
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -ms-border-bottom-right-radius: 40px;
    border-bottom-right-radius: 40px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .advantagesChapter .item:nth-child(2) .advantageItem .caption:before {
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -ms-border-bottom-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .advantagesChapter .item:nth-child(4) .advantageItem .advantageContent {
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -ms-border-bottom-right-radius: 40px;
    border-bottom-right-radius: 40px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  .advantagesChapter .item:nth-child(4) .advantageItem .caption:before {
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -ms-border-bottom-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .mainRoadMap {
    padding: 59px 0 58px;
  }

  .mainRoadMap .chapterCaption:after {
    display: none;
  }

  .mainRoadMap .chapterContent {
    margin: 51px -10px 0;
    padding-top: 82px;
    position: relative;
  }

  .mainRoadMap .carouselNav {
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .mainRoadMap .carouselNav:before {
    display: none;
  }

  .mainRoadMap .carouselNav:after {
    right: 72px;
    width: calc(100% - 144px);
  }

  .carouselNav .slick-arrow {
    width: 52px;
    height: 52px;
  }

  .carouselNav .slick-arrow .icon {
    width: 48px;
    font-size: 12px;
    line-height: 48px;
  }

  .paginationLine {
    margin-top: 56px;
  }

  .paginationLine .arrowLink {
    width: 52px;
    height: 52px;
    line-height: 48px;
  }

  .paginationLine .pagLink .icon {
    width: 48px;
    height: 48px;
    font-size: 12px;
    line-height: 48px;
  }

  .mainProgramm .chapterInner {
    padding: 59px 0 177px 0;
    display: block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    position: relative;
  }

  .mainProgramm .chapterCaption {
    margin-left: 27px;
  }

  .mainProgramm .chapterContent {
    padding-left: 35px;
  }

  .mainProgramm .chapterItem:first-child {
    width: 100%;
    padding-right: 0;
  }

  .mainProgramm .chapterItem:nth-child(2) {
    width: 100%;
  }

  .mainProgramm .programmPercents {
    margin-top: 54px;
    padding-left: 0;
  }

  .mainProgramm .aboutProposal {
    font-size: 15px;
    line-height: 24px;
    margin-top: 18px;
    padding-right: 10px;
  }

  .mainProgramm .aboutProposal br {
    display: none;
  }

  .mainProgramm .aboutProposal .proposalAccent {
    font-size: 15px;
    line-height: 24px;
    margin-top: 0;
  }

  .mainProgramm [class*=btnMain] {
    position: absolute;
    bottom: 51px;
    left: 38px;
    width: 240px;
  }

  .mainProgramm .levelsList {
    margin-top: 45px;
    padding-left: 32px;
    padding-right: 15px;
  }

  .mainStatistic {
    padding: 66px 0 90px;
  }

  .mainStatistic .chapterInner {
    margin: 0 -10px;
  }

  .mainStatistic .chapterItem {
    padding: 0 10px;
  }

  .mainStatistic .statisticItem {
    display: block;
    padding: 29px 36px 31px 32px;
  }

  .mainStatistic .statisticItem .val {
    font-size: 50px;
    line-height: 50px;
    margin-top: 13px;
  }

  .mainStatistic .statisticItem .caption {
    margin-top: 3px;
    padding-left: 0;
  }

  .mainStatistic .statisticItem+.statisticItem {
    margin-top: 20px;
  }

  .mainMoneyTraffic {
    padding-bottom: 48px;
  }

  .mainMoneyTraffic .chapterItemInner {
    padding-top: 58px;
    padding-bottom: 0;
  }

  .mainMoneyTraffic .chapterItemInner:before {
    display: none;
  }

  .mainMoneyTraffic .chapterContent {
    margin-top: 54px;
  }

  .mainMoneyTraffic .operationLine {
    position: relative;
    display: block;
    padding: 7px 166px 6px 12px;
  }

  .mainMoneyTraffic .operationLine .sum {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 137px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .mainMoneyTraffic .operationLine .payIcon {
    position: absolute;
    right: 137px;
    top: 0;
    height: 100%;
  }

  .mainMoneyTraffic .operationLine .date {
    width: 100%;
    padding-left: 0;
    line-height: 18px;
  }

  .mainMoneyTraffic .operationLine .name {
    width: 100%;
    padding-left: 0;
    line-height: 18px;
  }

  .mainTarifStatistic {
    margin: 3px -10px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mainTarifStatistic .statisticItem {
    padding: 48px 10px 0;
    width: 50%;
  }

  .mainTarifStatistic .caption {
    font-size: 15px;
    margin-top: 24px;
  }

  .mainFaq {
    padding: 54px 0 58px;
  }

  .mainFaq .chapterCaption {
    display: block;
  }

  .mainFaq .chapterContent {
    margin-top: 49px;
  }

  .mainFaq .chapterItems {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
  }

  .mainFaq .chapterItem .chapterCaption {
    display: none;
  }

  .mainFaq .chapterItem:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .mainFaq .chapterItem:first-child,
  .mainFaq .chapterItem:nth-child(2) {
    width: 100%;
  }

  .mainFaq .shortInfo {
    font-size: 15px;
    line-height: 22px;
  }

  .mainFaq .shortInfo br {
    display: none;
  }

  .mainFaq .shortInfo .simpleLink {
    font-size: 15px;
  }

  .mainFaq .faqListBtns {
    margin-top: 40px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .mainFaq .faqListBtns [class*=btnMain] {
    width: 50%;
  }

  .mainFaq .faqListBtns [class*=btnMain]:nth-child(2) {
    width: calc(50% - 20px);
  }

  .mainFaq .faqListBtns [class*=btnMain]+[class*=btnMain] {
    margin-left: 0;
  }

  .faqItem .slideBtn {
    padding-left: 64px;
    padding-right: 10px;
  }

  .faqItem .slideContent {
    padding: 40px 0 21px;
  }

  .mainNews {
    padding: 61px 0 56px;
  }

  .mainNews .chapterContent {
    margin-top: 67px;
  }

  .mainNews:before,
  .mainNews:after {
    display: none;
  }

  .mainNews .btnAll {
    position: relative;
    top: auto;
    right: auto;
    margin: 50px auto 0;
    width: 300px;
  }

  .newsItem {
    padding: 202px 0 0;
    height: auto;
  }

  .newsItem .imageWrapper {
    width: 100%;
    height: 357px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: left top;
  }

  .newsItem .newsItemContent {
    padding: 49px 16px 62px 23px;
  }

  .newsItem .textBlock {
    max-height: 100%;
  }

  .newsList {
    margin: -22px -11px 0;
  }

  .newsList .item {
    padding: 22px 11px 0;
  }

  .siteFooter .footerInner {
    padding: 29px 0 61px;
  }

  .siteFooter .footerInner .item:first-child {
    width: 100%;
  }

  .siteFooter .footerInner .item:nth-child(2),
  .siteFooter .footerInner .item:nth-child(3) {
    display: none;
  }

  .siteFooter .copyright {
    margin-top: 63px;
  }

  .siteFooter .socialsMenu {
    top: 42px;
  }

  .siteFooter .socialLink {
    width: 300px;
    text-align: center;
    padding-right: 62px;
  }

  .siteFooter .listPayments {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin: 0 -10px;
  }

  .siteFooter .listPayments li {
    padding: 11px 10px;
    width: 25%;
  }

  .siteFooter .footPayments {
    padding: 18px calc((100vw - 620px) / 2);
    margin: 0 calc((620px - 100vw) / 2);
  }

  .pageTitle {
    height: calc(100% - 88px);
  }

  .pageTitle .title {
    font-size: 45px;
    line-height: 45px;
    padding-right: 0;
  }

  .pageTitle .pageTitleInner {
    display: block;
  }

  .pageTitle .pageTitleInnerInfo {
    padding-left: 0px;
    font-size: 18px;
    line-height: 28px;
    padding-top: 60px;
  }

  .pageTitle .pageTitleInnerInfo:before {
    left: 0;
    top: 29px;
    width: 81px;
    height: 2px;
  }

  .bigNewsChapter {
    padding: 61px 0 56px;
  }

  .newsChapter {
    padding: 61px 0 56px;
  }

  .newsChapter:before,
  .newsChapter:after {
    display: none;
  }

  .bigNewsItem {
    display: block;
    min-height: 0;
  }

  .bigNewsItem .imageWrapper {
    width: 100%;
    height: 360px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .bigNewsItem .newsItemContent {
    width: 100%;
    padding: 30px 0 0;
    align-items: flex-start;
  }

  .bigNewsItem .caption {
    font-size: 25px;
    line-height: 30px;
    margin-top: 5px;
    text-align: left;
  }

  .bigNewsItem .textBlock {
    margin-top: 25px;
    padding-bottom: 25px;
    text-align: left;
  }

  .faqChapter {
    padding: 61px 0 56px;
  }

  .faqChapter .faqTabs {
    display: block;
    padding-top: 0;
  }

  .faqChapter .chapterContent {
    margin-top: 61px;
  }

  .faqChapter .tabsMenu {
    width: 100%;
    margin-top: 0;
  }

  .faqChapter .tabsMenu li .icon {
    display: none;
  }

  .faqChapter .tabsMenu .tabsLink {
    height: 82px;
  }

  .faqChapter .tabsContent {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-top: 61px;
  }

  .faqChapter .tabsContent .chapterCaption {
    position: relative;
  }

  .pageInfoEnd {
    padding: 95px 0 80px;
  }

  .pageInfoEnd:before,
  .pageInfoEnd:after {
    display: none;
  }

  .pageInfoEnd .chapterInner {
    display: block;
  }

  .pageInfoEnd .textBlock {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    padding-right: 0;
    padding-bottom: 33px;
  }

  .pageInfoEnd [class*=btnMain] {
    width: 300px;
    margin-left: 0;
  }

  .contactsChapter {
    padding: 61px 0 56px;
  }

  .contactsChapter .listContactsSocials {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 61px;
  }

  .contactsChapter .listContacts {
    margin: -20px -10px 0;
  }

  .contactsChapter .listContacts .item {
    padding: 20px 10px 0;
  }

  .contactsChapter .contactItem {
    display: block;
    padding: 20px 32px 20px;
  }

  .contactsChapter .contactItem .caption {
    margin-top: 6px;
  }

  .contactsChapter .contactItem .icon {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
  }

  .contactsChapter .contactsMap {
    margin-top: 61px;
    height: 420px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .contactUsChapter {
    padding: 61px 0 96px;
  }

  .contactUsChapter:before,
  .contactUsChapter:after {
    display: none;
  }

  .contactUsChapter .chapterContent {
    margin-top: 61px;
    padding: 0;
  }

  .contactUsChapter .contactUsForm {
    padding: 20px 40px 77px;
  }

  .contactUsChapter .contactUsForm .formInner {
    display: block;
  }

  .contactUsChapter .contactUsForm .formItem {
    width: 100%;
    padding: 41px 0 0;
  }

  .contactUsChapter .contactUsForm .inputWrapper textarea {
    height: 159px;
  }

  .contactUsChapter .contactUsForm [class*=btnMain] {
    right: 50%;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }

  .сheckingTarifChapter .chapterContent {
    margin: 0;
    display: block;
  }

  .сheckingTarifChapter .chapterContent .item {
    padding: 0;
    width: 100%;
  }

  .сheckingTarifChapter .tarifInfoChapter {
    padding: 61px 0 56px;
  }

  .сheckingTarifChapter .tarifInfoChapter .chapterContent {
    margin-top: 61px;
  }

  .сheckingTarifChapter .tarifInfoChapter .tarifItemInfo {
    padding-top: 61px;
  }

  .сheckingTarifChapter .tarifItemInfo {
    padding-left: 0;
    padding-top: 61px;
  }

  .сheckingTarifChapter .tarifProfitCalc {
    padding: 61px 0 56px;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .calcCaption {
    width: 100%;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .calcTarifName {
    width: 100%;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .formItem {
    padding: 0 15px;
    margin-top: -53px;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .formItem .inputLabel {
    padding-bottom: 15px;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .calcResult {
    margin-top: 81px;
  }

  .сheckingTarifChapter:nth-child(2n) .tarifItemInfo {
    padding-right: 11px;
  }

  .сheckingTarifChapter .tarifItem .tarifInfo {
    height: 476px;
  }

  .textBlock p+p {
    margin-top: 24px;
  }

  .refProgrammChapter {
    padding: 61px 0 56px;
  }

  .refProgrammChapter .chapterContent {
    display: block;
    margin: 0;
  }

  .refProgrammChapter .textBlock {
    padding-left: 0;
  }

  .refProgrammChapter .chapterItem {
    width: 100%;
    padding-top: 50px;
  }

  .refProgrammChapter .chapterItem:first-child {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .refProgrammChapter .mediaImage {
    margin-bottom: 0;
  }

  .refProgrammChapter .refProgrammLevels {
    display: table;
    width: 100%;
  }

  .refProgrammChapter .refProgrammLevels .percent {
    text-align: center;
  }

  .refProgrammChapter .refProgrammLevels .icon {
    margin-right: auto;
  }

  .refProgrammChapter .refProgrammLevels .level {
    width: 100%;
  }

  .refProgrammChapter .refProgrammLevels .levelItem::before,
  .refProgrammChapter .refProgrammLevels .levelItem::after {
    display: none !important;
  }

  .refProgrammChapter .refProgrammLevels .levelLine {
    padding-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .refProgrammChapter .refProgrammLevels .levelLine.level1 .levelItem {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
  }

  .refProgrammChapter .refProgrammLevels .levelLine.level2 .levelItem {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: calc(50% - 6px);
  }

  .refProgrammChapter .refProgrammLevels .levelLine.level2 .levelItem+.levelItem {
    margin-top: 0;
    margin-left: 0;
  }

  .refProgrammChapter .refProgrammLevels .levelLine.level3 {
    padding-right: 0;
  }

  .refProgrammChapter .refProgrammLevels .levelLine.level3 .levelItem {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: calc((100% - 24px) / 3);
  }

  .refProgrammChapter .refProgrammLevels .levelLine.level3 .levelItem+.levelItem {
    margin-top: 0;
    margin-left: 0;
  }

  .refProgrammChapter .refProgrammLevels .levelLine.level4 {
    padding-right: 0;
    margin-top: 0px;
  }

  .refProgrammChapter .refProgrammLevels .levelLine.level4 .levelItem {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: calc((100% - 24px) / 3);
  }

  .refProgrammChapter .refProgrammLevels .levelLine.level4 .levelItem+.levelItem {
    margin-top: 0;
    margin-left: 0;
  }

  .refProgrammChapter .refProgrammLevels .levelLine.level5 {
    padding-right: 0;
  }

  .refProgrammChapter .refProgrammLevels .levelLine.level5 .levelItem {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: calc((100% - 24px) / 3);
  }

  .refProgrammChapter .refProgrammLevels .levelLine.level5 .levelItem+.levelItem {
    margin-top: 0;
    margin-left: 0;
  }

  .refProgrammChapter .refProgrammLevels .levelLine+.levelLine {
    margin-top: 61px;
  }

  .bonusProgrammChapter {
    padding: 61px 0 56px;
  }

  .bonusProgrammChapter .bonusItem {
    width: 100%;
  }

  .bonusProgrammChapter .programmCards {
    margin: 11px -6px 0;
  }

  .bonusProgrammChapter .programmCards .item {
    width: 50%;
    padding: 40px 6px 0;
  }

  .bonusProgrammChapter .bulletProposal {
    font-size: 15px;
    line-height: 24px;
  }

  .bonusProgrammChapter .bulletProposal .proposalAccent {
    font-size: 15px;
    line-height: 24px;
  }

  .missionChapter .chapterInner {
    padding: 59px 0 177px 0;
    position: relative;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .missionChapter .chapterCaption {
    margin-left: 27px;
  }

  .missionChapter .chapterContent {
    padding-left: 35px;
  }

  .missionChapter .chapterItem:first-child {
    width: 100%;
    padding-right: 0;
  }

  .missionChapter .chapterItem:nth-child(2) {
    width: 100%;
  }

  .missionChapter .missionsList {
    padding-left: 32px;
    padding-right: 15px;
    margin-top: 45px;
  }

  .missionChapter [class*=btnMain] {
    position: absolute;
    bottom: 51px;
    left: 38px;
    width: 240px;
  }

  .missionChapter .missionItem .textBlock {
    font-size: 16px;
    line-height: 24px;
  }

  .hierarchyChapter {
    padding: 61px 0 56px;
  }

  .hierarchyChapter .hierarchyList .item {
    width: 312px;
  }

  .hierarchyChapter .hierarchyItem {
    padding: 149px 20px 0;
  }

  .hierarchyChapter .hierarchyItem .iconWrapper {
    width: 100%;
    height: 130px;
  }

  .hierarchyChapter .hierarchyItem .paysCondition {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .hierarchyChapter .hierarchyItem .dutyCondition {
    position: relative;
    bottom: auto;
    right: auto;
    margin: auto -20px 0;
    width: auto;
  }

  .hierarchyChapter .aboutHierarchy {
    margin: 0;
    display: block;
  }

  .hierarchyChapter .aboutHierarchy .chapterItem {
    width: 100%;
    padding: 41px 0 0;
  }

  .businessModelChapter {
    padding: 61px 0 0;
  }

  .businessModelChapter .chapterContent {
    display: block;
    margin: 10px 0 0;
  }

  .businessModelChapter .chapterItem {
    padding: 40px 0 0;
    width: 100%;
  }

  .profitSchemeChapter {
    padding: 61px 0 56px;
  }

  .trafficWaysChapter {
    padding: 61px 0 56px;
  }

  .trafficWaysChapter:before,
  .trafficWaysChapter:after {
    display: none;
  }

  .trafficWaysChapter .chapterContent {
    padding-left: 0;
    margin-top: 50px;
  }

  .trafficWaysChapter .chapterInner {
    display: block;
    margin: 0;
  }

  .trafficWaysChapter .chapterInner .chapterItem {
    padding: 0;
    width: 100%;
  }

  .trafficWaysChapter .trafficTypesListWrapper {
    margin-top: 40px;
  }

  .trafficWaysChapter .trafficTypesListWrapper .trafficTypesInfo p {
    font-size: 15px;
    line-height: 24px;
  }

  .fortuneAboutChapter {
    padding: 61px 0 56px;
  }

  .fortuneAboutChapter .textBlock {
    padding-left: 0;
  }

  .fortuneTableChapter {
    margin-top: -12px;
  }

  .fortuneTableChapter .chapterInner {
    padding-left: 0;
  }

  .fortuneTableChapter .fortuneTable .tableHead {
    display: none;
  }

  .fortuneTableChapter .fortuneTable .tableContent .tarifHead {
    padding: 0 10px 0 20px;
  }

  .fortuneTableChapter .fortuneTable .tableContent .tableVal {
    padding: 0 10px 0 20px;
  }

  .fortuneWheelChapter {
    margin-top: 61px;
  }

  .fortuneWheelChapter .tabsHead {
    padding-left: 0;
    margin: 0 -10px;
  }

  .fortuneWheelChapter .tabsHead .linkTab {
    padding-left: 15px;
    padding-right: 10px;
    height: auto;
    padding-bottom: 20px;
  }

  .fortuneWheelChapter .tabsHead .linkTab .icon {
    width: 58px;
    left: 15px;
  }

  .fortuneWheelChapter .tabsHead .linkTab br {
    display: block;
  }

  .fortuneWheelChapter .tabsHead .linkTab .name {
    font-size: 20px;
    line-height: 28px;
  }

  .fortuneWheelChapter .tabsContent {
    padding: 61px 0 56px;
  }

  .fortuneWheelChapter .tabsPanel .fortunePanelItem:first-child {
    padding-left: 0;
  }

  .fortuneWheelChapter .tabsPanel .fortunePanelItem:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }

  .profitSchemeChapter .profitScheme {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -12px;
  }

  .profitSchemeChapter .profitSchemeItem {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .profitSchemeChapter .item {
    width: 210px;
    padding-top: 12px;
  }

  .profitSchemeChapter .item:nth-child(2n+1) {
    padding-top: 12px;
  }

  .profitSchemeChapter .item:nth-child(2n+1) .profitSchemeItem:before {
    display: none;
  }

  .profitSchemeChapter .item:nth-child(2n) {
    padding-top: 36px;
  }

  .profitSchemeChapter .item:nth-child(2n) .profitSchemeItem:before {
    display: none;
  }

  .profitSchemeChapter .item:first-child,
  .profitSchemeChapter .item:last-child {
    width: 100%;
  }

  .profitSchemeChapter .item:first-child .profitSchemeItem,
  .profitSchemeChapter .item:last-child .profitSchemeItem {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .profitSchemeChapter .item:first-child .profitSchemeItem .itemHalf,
  .profitSchemeChapter .item:last-child .profitSchemeItem .itemHalf {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }

  .profitSchemeChapter .item:first-child .profitSchemeItem .itemHalf .icon,
  .profitSchemeChapter .item:last-child .profitSchemeItem .itemHalf .icon {
    margin: 0 auto;
  }

  .cabWrapper {
    display: block;
  }

  .cabWrapper .headerWrapper {
    width: 100%;
    padding: 17px 10px 29px;
    overflow-x: visible;
    z-index: 10;
  }

  .cabWrapper .headerWrapper:before {
    width: 100%;
    height: 100%;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  .cabWrapper .contentWrapper {
    width: 100%;
  }

  .cabWrapper .cabContent {
    padding: 29px calc((100vw - 622px)/ 2) 24px;
  }

  .cabHeader {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .cabHeader .logoWrapper {
    padding-right: 0;
  }

  .cabHeader .logoLink {
    width: 58px;
  }

  .cabHeader .menuWrapper {
    -webkit-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.21);
    -moz-box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.21);
    box-shadow: -27px 27px 77px 0 rgba(67, 89, 181, 0.21);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    width: 100%;
    background-color: #202d65;
    left: 0;
    padding-top: 0;
    top: 0;
    opacity: 0;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity 0.4s, transform 0s 0.4s;
    -moz-transition: opacity 0.4s, transform 0s 0.4s;
    -o-transition: opacity 0.4s, transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    max-height: 100vh;
    overflow-y: scroll;
  }

  .cabHeader .menuWrapper.activeMenu {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.4s, transform 0s 0s;
    -moz-transition: opacity 0.4s, transform 0s 0s;
    -o-transition: opacity 0.4s, transform 0s 0s;
    transition: opacity 0.4s, transform 0s 0s;
  }

  .cabHeader .menuInner {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 17px;
    padding-top: 117px;
    min-height: 750px;
  }

  .cabHeader .listMenu li+li {
    margin-top: 23px;
  }

  .cabHeader .listMenu .linkMenu {
    padding-left: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.05em;
    height: auto;
  }

  .cabHeader .listMenu .linkMenu:before,
  .cabHeader .listMenu .linkMenu .icon {
    display: none;
  }

  .cabHeader .langMenu {
    display: block;
    margin-left: auto;
  }

  .cabHeader .menuBurger {
    margin-right: 3px;
    margin-left: 70px;
  }

  .cabTop .welcomeLine {
    padding: 0 calc((100vw - 622px)/ 2) 23px;
  }

  .cabTop .welcomeLine:before {
    height: calc(100% + 40px);
    width: 100%;
    top: -40px;
  }

  .cabTop .welcomeLine .langMenu {
    display: none;
  }

  .cabTop .welcomeItem:first-child {
    width: 100%;
  }

  .cabTop .welcomeItem:nth-child(2),
  .cabTop .welcomeItem:nth-child(3),
  .cabTop .welcomeItem:nth-child(4),
  .cabTop .welcomeItem:nth-child(5) {
    width: 50%;
  }

  .cabTop .welcomeItem:nth-child(3) {
    padding-left: 0;
  }

  .cabTop .pursesMovesLine {
    padding: 13px calc((100vw - 622px)/ 2) 20px;
  }

  .cabTop .pursesMoveItem:nth-child(2n+1) {
    width: 50%;
    padding-left: 75px;
  }

  .cabTop .pursesMoveItem:nth-child(2n+1) .icon {
    left: 0;
  }

  .cabTop .pursesMoveItem:nth-child(2n) {
    width: 50%;
    padding-left: 75px;
  }

  .cabChapterTab {
    margin-top: 40px;
  }

  .cabChapter+.cabChapter {
    margin-top: 40px;
  }

  .tabsCabFortune {
    margin: 0 -10px;
  }

  .tabsCabFortune .tabsPanel {
    padding: 6px 8px 71px;
  }

  .tabsCabFortune .tabsHead .name {
    margin-top: 19px;
  }

  .tabsCabFortune .tabsHead .linkTab {
    height: 126px;
  }

  .cabDepositMovesItems .depositMoveHead {
    height: auto;
    padding-bottom: 40px;
  }

  .cabDepositMovesItems .depositMoveHead .tarifsList {
    margin: 33px auto 0;
  }

  .cabDepositMovesItems .depositMoveHead .inputInfo {
    margin-top: 33px;
  }

  .cabDepositMovesItems .replenishResult {
    height: 226px;
  }

  .cabDepositMovesItems .replenishResult .resultSum {
    font-size: 32px;
    line-height: 32px;
    margin-top: 5px;
  }

  .cabDepositMovesItems .replenishResult .caption {
    font-size: 12px;
    line-height: 16px;
  }

  .cabDepositMovesItems .openDepositResult .caption {
    font-size: 12px;
    line-height: 16px;
  }

  .cabDepositMovesItems .openDepositResult .resultSum {
    font-size: 32px;
    line-height: 32px;
  }

  .cabDepositMovesItems .openDepositResult [class*=btnMain] {
    margin-top: 50px;
  }

  .cabDepositMovesItems .openDepositItem .depositMoveBody {
    height: 448px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo {
    padding: 152px 0 20px 9px;
    height: 370px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .headInfo {
    padding-right: 0;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .headInfo .markInfo {
    width: 189px;
    height: 143px;
    padding: 20px 0 10px 15px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .iconWrapper {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: calc(100% - 189px);
    height: 143px;
    bottom: auto;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .numsInfo {
    padding-right: 0;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo .percentsLines {
    margin-top: 13px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .addInfo {
    padding: 12px 18px 12px 10px;
    height: 78px;
  }

  .cabOperationsFilter {
    padding: 41px 30px 49px;
  }

  .cabOperationsFilter .filterItem {
    width: 100%;
    padding-right: 0;
    padding-top: 10px;
  }

  .cabOperationsFilter .filterItem.filterDate {
    width: 100%;
  }

  .cabOperationsFilter [class*=btnMain] {
    margin-top: 30px;
  }

  .signTabs {
    max-width: 640px;
  }

  .signTabs .tabsHead .linkTab {
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .signTabs .tabsHead .linkTab:after,
  .signTabs .tabsHead .linkTab:before {
    width: 15px;
  }

  .signTabs .tabsHead li:before {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .signTabs .tabsHead li:first-child .linkTab {
    padding-left: 15px;
  }

  .signTabs .tabsHead li:first-child .linkTab:after {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .signTabs .tabsHead li:first-child:after {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
  }

  .signTabs .tabsHead li:first-child .linkTabInner:before {
    width: 15px;
  }

  .signTabs .tabsHead li:nth-child(2) .linkTab:after {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .signTabs .tabsHead li:nth-child(2) .linkTab:before {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
  }

  .signTabs .tabsHead li:nth-child(2) .linkTabInner:before,
  .signTabs .tabsHead li:nth-child(2) .linkTabInner:after {
    width: 15px;
  }

  .signTabs .tabsHead li:last-child .linkTab:after {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
  }

  .signTabs .tabsHead li:last-child:after {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }

  .signTabs .tabsHead li:last-child .linkTabInner:before {
    width: 15px;
  }

  .signTabs .tabsContent {
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -ms-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .signWrapperPromo .signContent {
    padding: 140px 0 100px;
  }

  .signWrapperPromo .signContent .signTabs {
    max-width: 640px;
  }

  .signWrapperPromo .signContent .signTabs .tabsHead .linkTab {
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .signWrapperPromo .signContent .signTabs .tabsHead li:first-child .linkTab {
    padding-left: 15px;
  }

  .signContent {
    padding: 140px 0 100px;
  }

  .signHeader .logoWrapper {
    width: 111px;
    height: 88px;
  }

  .signHeader .logoWrapper:before {
    width: 111px;
    height: 88px;
    -webkit-border-bottom-right-radius: 33px;
    -moz-border-radius-bottomright: 33px;
    -ms-border-bottom-right-radius: 33px;
    border-bottom-right-radius: 33px;
  }

  .signHeader .logoLink {
    width: 58px;
  }

  .signHeader .signCloseWrapper {
    width: 111px;
    height: 88px;
  }

  .signHeader .signCloseWrapper:before {
    -webkit-border-bottom-left-radius: 33px;
    -moz-border-radius-bottomleft: 33px;
    -ms-border-bottom-left-radius: 33px;
    border-bottom-left-radius: 33px;
  }

  .signHeader .linkExit span {
    left: 50%;
    top: 50%;
  }

  .cabFooter {
    position: relative;
    z-index: 0;
    left: auto;
    bottom: auto;
    padding: 30px 10px;
    width: 100%;
    text-align: center;
  }

  .accNotifWrapper {
    width: 100%;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -ms-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
  }

  .accNotifWrapper .bonusNotification {
    width: 100%;
    padding: 35px 39px 20px 15px;
  }

  .accNotifWrapper .bonusNotification .depositNameWrapper {
    padding-left: 0;
  }

  .accNotifWrapper .bonusNotification .caption+.notifText {
    margin-top: 0;
  }

  .accNotifWrapper .notifIcon {
    left: 0;
    top: -28px;
  }

  .backVisual {
    display: none;
  }
}

@media (max-width: 639px) {
  .siteHeader .headerInner {
    margin: 0 calc((460px - 100vw) / 2);
    padding-right: 12px;
  }

  .startScreen {
    height: auto;
  }

  .startScreen.mainStart {
    height: auto;
  }

  .startScreen.mainStart+.siteContent {
    padding-top: 137px;
  }

  .pageTitle {
    padding: 61px 0 81px;
    height: auto;
  }

  .startBanner {
    padding-top: 95px;
    height: auto;
    padding-bottom: 193px;
  }

  .startBanner .startStatistic,
  .startBanner .moneyFlowPanel {
    display: none;
  }

  .startBanner .bannerInner {
    width: 100%;
    padding-right: 0;
  }

  .startBanner .startListBtns {
    left: calc(50% - 160px);
  }

  .startBanner .startListBtns [class*=btnMain] {
    width: 320px;
  }

  .mainTarifs .tarifsList {
    display: block;
    margin: 0 0 0;
  }

  .mainTarifs .tarifsList .item {
    padding: 20px 0 0;
    width: 100%;
  }

  .mainTarifs+.mainProfitCalc {
    margin-top: 33px;
  }

  .calcForm .calcSettings {
    display: block;
    margin: 0;
    padding: 27px 15px 0 14px;
  }

  .calcForm .calcSettings .formItem {
    padding: 0;
    width: 100%;
  }

  .calcForm .calcResult {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }

  .calcForm .calcResult .resultItem {
    width: 100%;
  }

  .calcForm .calcResult .resultItem:nth-child(2),
  .calcForm .calcResult .resultItem:nth-child(3) {
    width: 100%;
  }

  .calcForm .calcResult .resultItem:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .calcForm .calcResult .profit.generalProfit {
    color: #00e4fa;
  }

  .aboutChapter .regInfoWrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }

  .aboutChapter .regInfoWrapper .regInfo {
    padding: 23px calc(100% - 320px) 0 86px;
    width: calc(100% + 14px);
    margin-left: -7px;
  }

  .aboutChapter .regInfoWrapper .regInfo .icon {
    margin-top: -53px;
  }

  .aboutChapter .regInfoWrapper .regDoc {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
    margin-right: 19px;
    margin-top: -207px;
  }

  .aboutChapter.mainAbout {
    padding: 0 0 2px;
    margin-top: -7px;
  }

  .aboutChapter.mainAbout .regInfoWrapper .regInfo .icon {
    margin-top: -53px;
  }

  .aboutChapter.mainAbout .aboutListBtns {
    padding-top: 28px;
  }

  .aboutChapter .chapterItem {
    padding: 60px 0 0;
  }

  .howToStartChapter.mainHowToStart {
    padding: 28px 0 38px;
  }

  .howToStartChapter .chapterContent {
    margin-top: 34px;
  }

  .howToStartChapter .caption {
    padding-left: 0;
  }

  .howToStartChapter .chapterItem {
    padding: 22px 0 0;
  }

  .howToStartChapter .chapterItemInner {
    padding-left: 0;
  }

  .howToStartChapter .plusItem .textBlock {
    line-height: 24px;
    min-height: 48px;
  }

  .howToStartChapter .plusItem+.plusItem {
    margin-top: 24px;
  }

  .howToStartChapter .plusItem .icon {
    top: -4px;
  }

  .howToStartChapter .plusesList {
    margin-top: 33px;
  }

  .advantagesChapter .chapterInner {
    padding: 62px 0 67px;
  }

  .advantagesChapter .chapterContent {
    margin: 38px 0 0;
    display: block;
  }

  .advantagesChapter .chapterContent .item {
    padding: 20px 0 0;
    width: 100%;
  }

  .advantagesChapter .advantageItem {
    width: 300px;
    margin: 0 auto;
  }

  .advantagesChapter .item:nth-child(3) .advantageItem .advantageContent {
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomleft: 40px;
    -ms-border-bottom-left-radius: 40px;
    border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .advantagesChapter .item:nth-child(4) .advantageItem .advantageContent {
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    -ms-border-top-right-radius: 40px;
    border-top-right-radius: 40px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .mainRoadMap {
    padding: 50px 0 58px;
  }

  .mainRoadMap .roadMapCarousel {
    width: 320px;
  }

  .mainProgramm .chapterInner {
    padding: 53px 0 40px 0;
    display: block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    position: relative;
  }

  .mainProgramm .chapterCaption {
    margin-left: 27px;
    min-height: 60px;
    line-height: 30px;
  }

  .mainProgramm .chapterCaption:before {
    top: -24px;
  }

  .mainProgramm .chapterItem:first-child {
    width: 100%;
    padding-right: 0;
  }

  .mainProgramm .chapterItem:nth-child(2) {
    width: 100%;
  }

  .mainProgramm .programmPercents {
    margin-top: 19px;
  }

  .mainProgramm .aboutProposal {
    margin-top: 22px;
  }

  .mainProgramm .aboutProposal .proposalAccent {
    margin-top: 0;
  }

  .mainProgramm [class*=btnMain] {
    display: none;
  }

  .mainProgramm .levelsList {
    margin-top: 21px;
    padding-right: 20px;
  }

  .mainProgramm .levelsList .levelItem {
    display: block;
  }

  .mainProgramm .levelsList .levelItem .textBlock {
    margin-top: 8px;
    padding-left: 0;
    width: 100%;
  }

  .mainProgramm .levelsList .levelItem+.levelItem {
    margin-top: 9px;
  }

  .mainStatistic {
    padding: 6px 0 44px;
  }

  .mainStatistic .chapterInner {
    margin: 0;
  }

  .mainStatistic .chapterItem {
    width: 100%;
    padding: 20px 0 0;
  }

  .mainStatistic .chapterItem:first-child .statisticItem:nth-child(2) {
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -ms-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .mainStatistic .chapterItem:nth-child(2) .statisticItem:first-child {
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -ms-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .mainStatistic .chapterItem:nth-child(2) .statisticItem:nth-child(2) {
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -ms-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .mainMoneyTraffic {
    padding-bottom: 36px;
  }

  .mainMoneyTraffic .chapterInner {
    display: block;
    margin: 0;
  }

  .mainMoneyTraffic .chapterItem {
    width: 100%;
    padding: 0;
  }

  .mainMoneyTraffic .chapterItem .chapterCaption {
    text-align: left;
    padding-left: 41px;
    padding-right: 0;
  }

  .mainMoneyTraffic .chapterItem .chapterCaption:before {
    left: 0;
    right: 0;
  }

  .mainTarifStatistic {
    margin: 3px 0 0;
    display: block;
  }

  .mainTarifStatistic .statisticItem {
    padding: 48px 0 0;
    width: 300px;
    margin: 0 auto;
  }

  .mainFaq {
    padding: 54px 0 73px;
  }

  .mainFaq .chapterCaption {
    display: block;
    min-height: 72px;
  }

  .mainFaq .chapterItems {
    margin-top: 15px;
  }

  .mainFaq .chapterContent {
    margin-top: 39px;
  }

  .mainFaq .faqListBtns {
    margin-top: 33px;
    display: block;
  }

  .mainFaq .faqListBtns [class*=btnMain] {
    width: 100%;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -ms-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .mainFaq .faqListBtns [class*=btnMain]:nth-child(2) {
    width: 100%;
  }

  .mainFaq .faqListBtns [class*=btnMain]+[class*=btnMain] {
    margin-top: 15px;
  }

  .faqItem .slideBtn .caption {
    font-size: 15px;
  }

  .newsList {
    margin: -20px 0 0;
  }

  .newsList .item {
    width: 100%;
    padding: 20px 0 0;
  }

  .siteFooter .socialsMenu {
    top: auto;
    right: auto;
    position: relative;
    display: table;
    margin: 42px auto 0;
  }

  .siteFooter .logoWrapper {
    display: table;
    margin: 0 auto;
  }

  .siteFooter .footerInner {
    padding: 16px 0 36px;
  }

  .siteFooter .copyright {
    margin-top: 40px;
    text-align: center;
  }

  .siteFooter .footPayments {
    padding: 6px calc((100vw - 460px) / 2);
    margin: 0 calc((460px - 100vw) / 2);
  }

  .siteFooter .listPayments li {
    padding: 3px 10px;
  }

  .bigNewsItem .imageWrapper {
    height: 320px;
  }

  .faqChapter .tabsMenu .tabsLink {
    padding: 15px 20px;
  }

  .pageInfoEnd {
    padding: 70px 0 60px;
  }

  .pageInfoEnd .textBlock {
    font-size: 15px;
    line-height: 24px;
  }

  .pageInfoEnd [class*=btnMain] {
    width: 100%;
  }

  .contactsChapter .listContactsSocials {
    margin-top: 61px;
  }

  .contactsChapter .listContacts {
    margin: -20px 0 0;
  }

  .contactsChapter .listContacts .item {
    padding: 20px 0 0;
    width: 100%;
  }

  .contactsChapter .contactItem {
    padding: 20px 20px 20px 32px;
  }

  .contactsChapter .contactsMap {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .contactUsChapter .contactUsForm {
    padding: 20px 20px 77px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }

  .contactUsChapter .contactUsForm .formItem {
    padding: 20px 0 0;
  }

  .contactUsChapter .contactUsForm .inputWrapper+.inputWrapper {
    margin-top: 20px;
  }

  .contactUsChapter .contactUsForm [class*=btnMain] {
    width: 260px;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .formItem {
    margin-top: 0;
    padding-bottom: 30px;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .calcResult {
    margin-top: 30px;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .calcResult .profit.generalProfit {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .сheckingTarifChapter .tarifProfitCalc .calcForm .calcResult .profit.generalProfit:before {
    width: 100%;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .bonusProgrammChapter .bonusItem {
    width: 300px;
    margin: 0 auto;
    min-height: 0;
    padding-bottom: 57px;
  }

  .bonusProgrammChapter .programmCards {
    margin: 11px 0 0;
  }

  .bonusProgrammChapter .programmCards .item {
    width: 100%;
    padding: 40px 0 0;
  }

  .bonusProgrammChapter .bullet [class*=btnMain] {
    width: 300px;
  }

  .missionChapter .chapterInner {
    padding: 53px 0 40px 0;
  }

  .missionChapter [class*=btnMain] {
    display: none;
  }

  .missionChapter .missionItem {
    padding-left: 0;
  }

  .missionChapter .missionItem .icon {
    position: relative;
    left: auto;
    top: auto;
  }

  .missionChapter .missionItem .textBlock {
    margin-top: 8px;
  }

  .trafficWaysChapter .trafficTypesListWrapper .trafficTypesInfo {
    padding: 31px 32px 29px;
  }

  .trafficWaysChapter .trafficTypesListWrapper .trafficTypesList {
    padding: 53px 0 40px 32px;
    display: block;
  }

  .trafficWaysChapter .trafficTypesListWrapper .trafficTypesList li {
    width: 100%;
    padding: 18px 0 0 23px;
  }

  .trafficWaysChapter .trafficTypesListWrapper .trafficTypesList li:nth-child(2n) {
    margin-left: 0;
    width: 100%;
  }

  .fortuneTableChapter .fortuneTable .tableContent .tableLine {
    width: 100%;
  }

  .fortuneWheelChapter .tabsHead .linkTab {
    padding-left: 10px;
  }

  .fortuneWheelChapter .tabsHead .linkTab .name {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 28px;
  }

  .fortuneWheelChapter .tabsHead .linkTab .periodicity {
    font-size: 12px;
    line-height: 14px;
  }

  .fortune_wrapper {
    -moz-transform: scale(0.51);
    -ms-transform: scale(0.51);
    -webkit-transform: scale(0.51);
    -o-transform: scale(0.51);
    transform: scale(0.51);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    margin-bottom: calc((586px + 67px) * 0.51 - (586px + 67px)) !important;
  }

  .profitSchemeChapter .item {
    width: 236px;
  }

  .profitSchemeChapter .item:first-child .profitSchemeItem .itemHalf {
    margin-left: auto;
  }

  .profitSchemeChapter .item:first-child,
  .profitSchemeChapter .item:last-child {
    width: 236px;
  }

  .profitSchemeChapter .item:first-child .profitSchemeItem,
  .profitSchemeChapter .item:last-child .profitSchemeItem {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .profitSchemeChapter .item:first-child .profitSchemeItem .itemHalf,
  .profitSchemeChapter .item:last-child .profitSchemeItem .itemHalf {
    width: 50%;
    text-align: left;
  }

  .profitSchemeChapter .item:first-child .profitSchemeItem .itemHalf .icon,
  .profitSchemeChapter .item:last-child .profitSchemeItem .itemHalf .icon {
    margin: 0;
  }

  .cabHeader .menuBurger {
    margin-left: 24px;
  }

  .cabTop .welcomeLine {
    padding: 3px calc((100vw - 462px)/ 2) 15px;
  }

  .cabTop .welcomeItem {
    padding-top: 12px;
  }

  .cabTop .welcomeItem:nth-child(2),
  .cabTop .welcomeItem:nth-child(3),
  .cabTop .welcomeItem:nth-child(4),
  .cabTop .welcomeItem:nth-child(5) {
    width: 100%;
  }

  .cabTop .pursesMovesLine {
    padding: 5px calc((100vw - 462px)/ 2) 15px;
  }

  .cabTop .pursesMoveItem:nth-child(2n+1) {
    width: 100%;
  }

  .cabTop .pursesMoveItem:nth-child(2n) {
    width: 100%;
  }

  .cabLinePanel .pre {
    line-height: 14px;
  }

  .cabLinePanel .pre br {
    display: block;
  }

  .cabLinePanel .val .num {
    margin-top: 5px;
  }

  .cabLinePanel.lineAccent {
    display: block;
    padding: 6px 0 2px 76px;
  }

  .cabLinePanel.lineAccent .pre {
    display: none;
  }

  .cabLinePanel.lineAccent .date {
    font-size: 12px;
    line-height: 12px;
    margin-top: 0;
  }

  .cabLinePanel.lineAccent .sum {
    margin-top: 0;
  }

  .cabLinePanel.lineAccent .accentItem:nth-child(2) {
    padding-top: 0;
  }

  .cabLinePanel.lineAccent .accentItem:nth-child(3) {
    padding-top: 0;
  }

  .tabsCabFortune .tabsHead .name {
    height: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-top: 9px;
  }

  .tabsCabFortune .fortuneHistory .pre {
    line-height: 14px;
  }

  .tabsCabFortune .fortuneHistory .pre br {
    display: block;
  }

  .tabsCabFortune .fortuneHistory .val .num {
    margin-top: 5px;
  }

  .tabsCabFortune .fortuneHistory .preAccent {
    font-size: 12px;
    line-height: 14px;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent {
    display: block;
    padding: 6px 0 2px 76px;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .pre {
    display: none;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .date {
    font-size: 12px;
    line-height: 12px;
    margin-top: 0;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .sum {
    margin-top: 0;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .accentItem:nth-child(2) {
    padding-top: 0;
  }

  .tabsCabFortune .fortuneHistory .fortuneHistoryLine.lineAccent .accentItem:nth-child(3) {
    padding-top: 0;
  }

  .tabsCabFortune .tabsPanel {
    padding: 6px 8px 83px;
  }

  .tabsCabFortune .tabsPanel .fortune_wrapper {
    margin-top: 64px;
  }

  .cabCaption {
    letter-spacing: -0.025em;
  }

  .cabCaption .capCount {
    font-size: 20px;
  }

  .cabTable {
    text-align: left;
  }

  .cabTable .tableHead {
    display: none;
  }

  .cabTable .tableCaption {
    line-height: 16px;
  }

  .cabTable .tableBody .tableCaption {
    display: block;
    width: calc(50% - 10px);
  }

  .cabTable .tableVal {
    width: calc(50% + 10px);
  }

  .cabTable .tableLine {
    display: block;
  }

  .cabTable .tableLine+.tableLine {
    border-top: 1px solid #eef1f8;
  }

  .cabTable .tableItem {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 0;
  }

  .cabChapterTab {
    margin-top: 31px;
  }

  .cabChapter .bonusHistoryCarousel .item {
    padding-bottom: 64px;
    position: relative;
  }

  .cabChapter.items .cabChapterContent {
    margin-top: 30px;
  }

  .cabChapter+.cabChapter {
    margin-top: 31px;
  }

  .cabChapter .activityItemsList .activityItem {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cabChapter .activityItemsList.bonusList .activityItem {
    padding-left: 0;
  }

  .cabChapter .activityItemsList.bonusList .activityItem .infoItem:first-child {
    padding: 15px 18px 0;
  }

  .cabChapter .activityItemsList.bonusList .activityItem .infoItem:nth-child(2) {
    padding: 15px 18px 0 0;
    min-width: 134px;
  }

  .cabChapter .activityItemsList.bonusList .activityItem .infoItem:nth-child(3) {
    padding: 4px 20px 10px;
    margin-top: 19px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .cabChapter .activityItemsList.tasksList .activityItem {
    padding-left: 0;
  }

  .cabChapter .activityItemsList.tasksList .activityItem .infoItem:first-child {
    padding: 5px 18px 0;
    width: 100%;
  }

  .cabChapter .activityItemsList.tasksList .activityItem .infoItem:nth-child(2) {
    padding: 5px 18px 0;
    min-width: 0;
    width: 100%;
  }

  .cabChapter .activityItemsList.tasksList .activityItem .infoItem:nth-child(3) {
    padding: 4px 20px 10px;
    margin-top: 7px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -ms-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .cabChapter .bonusHistory {
    margin: 0 -9px;
  }

  .cabChapter .bonusHistory .historyItem {
    padding: 24px 9px;
  }

  .cabChapter .bonusHistory .historyItem+.historyItem {
    margin-top: 0;
  }

  .cabChapter .bonusHistoryTable .num {
    line-height: 16px;
  }

  .cabChapter .bonusHistoryTable .sum {
    line-height: 16px;
  }

  .cabChapter .bonusHistoryTable .date {
    line-height: 16px;
  }

  .cabChapter .bonusHistoryTable .percent {
    line-height: 16px;
  }

  .cabChapter .bonusHistoryTable .chargingTimer {
    margin: 0;
  }

  .cabChapter .bonusHistoryTable .comment:before {
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
  }

  .cabChapter .bonusHistoryTable .tableItem {
    height: auto;
  }

  .cabChapter .bonusHistoryTable .tableItem:first-child {
    width: 100%;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -ms-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .cabChapter .bonusHistoryTable .tableItem:last-child {
    width: 100%;
    padding-right: 0;
  }

  .cabChapter .bonusHistoryTable .tableLine {
    padding: 8px 10px;
  }

  .cabChapter .bonusHistoryTableWrapper {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }

  .cabChapter .bonusHistoryTableWrapper .bonusHistoryMark {
    padding: 16px 10px 16px 17px;
  }

  .cabChapter .bonusHistoryCarouselWrapper .carouselNav {
    position: absolute;
    width: 100%;
    top: 100%;
    bottom: auto;
    left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 24px;
  }

  .cabBonusHistoryChapter .cabChapterContent {
    margin-top: 8px;
  }

  .tabs .tabsHead .disabledInfo {
    padding: 0 5px 0 9px;
  }

  .tabs .tabsHead .disabledInfo .name {
    height: auto;
  }

  .cabSettingForm {
    padding-bottom: 40px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -ms-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .cabSettingForm .settingHead {
    padding-left: 120px;
  }

  .cabSettingForm .settingHead .caption {
    font-size: 14px;
    line-height: 20px;
  }

  .cabSettingForm:before {
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -ms-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .cabSettingForm .settingBody {
    padding: 40px 20px 0;
  }

  .cabSettingForm .formItems {
    display: block;
  }

  .cabSettingForm .formItems .formColumn {
    width: 100%;
  }

  .cabSettingForm .formItems .formColumn+.formColumn {
    margin-top: 17px;
  }

  .cabSettingForm [class*=btnMain] {
    margin: 40px auto 0;
    width: 100%;
    max-width: 258px;
  }

  .cabSettingForm.paymentsForm .settingBody {
    padding: 40px 20px 0;
  }

  .cabSettingForm.paymentsForm [class*=btnMain] {
    margin-top: 40px;
  }

  .cabWrapper .cabContent {
    padding: 29px calc((100vw - 462px)/ 2) 24px;
  }

  .cabDepositMovesItems .depositMoveHead {
    padding: 0 10px 33px;
  }

  .cabDepositMovesItems .depositMoveHead .itemCaption {
    padding: 0 15px 0 110px;
    font-size: 12px;
    line-height: 18px;
    padding-right: 0;
  }

  .cabDepositMovesItems .depositMoveHead .tarifsList {
    width: 100%;
  }

  .cabDepositMovesItems .depositMoveHead .inputInfo {
    width: 100%;
  }

  .cabDepositMovesItems .openDepositResult {
    padding: 0 10px;
  }

  .cabDepositMovesItems .openDepositResult [class*=btnMain] {
    width: 282px;
  }

  .cabDepositMovesItems .replenishResult {
    padding: 0 10px;
  }

  .cabDepositMovesItems .replenishResult [class*=btnMain] {
    width: 282px;
  }

  .cabDepositMovesItems .openDepositItem .depositMoveBody {
    height: 476px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo {
    height: 390px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .addInfo {
    height: 86px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .addInfo .textBlock {
    font-size: 13px;
    line-height: 20px;
  }

  .cabCopyLinkLine {
    display: block;
  }

  .cabCopyLinkLine .linkWrapper {
    padding-right: 0;
    width: 100%;
  }

  .cabCopyLinkLine [class*=btnMain] {
    margin-top: 30px;
  }

  .cabCopyRefBlock {
    padding: 40px 10px 45px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .cabCopyRefBlock+.promoTabs {
    margin-top: 33px;
  }

  .promoTabs .tabsPanel {
    padding: 40px 10px 45px;
  }

  .promoTabs .bannerWrapper {
    min-height: 200px;
  }

  .promoTabs .cabCopyLinkLine {
    margin-top: 33px;
  }

  .promoTabs .tabsHead li {
    width: calc((100% - 30px) / 5);
  }

  .promoTabs .tabsHead .linkTab {
    padding: 0 2px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.05em;
  }

  .cabDepositsList .depositItem .depositInfoSide {
    padding-left: 0;
  }

  .cabDepositsList .depositItem .depositInfoSide .tarifIconWrapper {
    top: 0;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -ms-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .cabDepositsList .depositItem .accrualSide {
    padding-left: 0;
  }

  .cabDepositsList .depositItem .addDepositInfo {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
  }

  .cabDepositsList .depositItem .addDepositInfo .accrualCountItem {
    padding-right: 0;
  }

  .cabDepositsList .depositItem .addDepositInfo .depositPercentsItem {
    display: block;
  }

  .cabDepositsList .depositItem .addDepositInfo .depositPercentsItem .icon {
    margin-top: 0;
  }

  .cabDepositsList .depositItem .addDepositInfo .depositPercentsItem .pre,
  .cabDepositsList .depositItem .addDepositInfo .depositPercentsItem .percent {
    display: block;
  }

  .cabDepositsList .depositItem .addDepositInfo .depositPercentsItem .percent {
    text-align: left;
  }

  .cabDepositsList .depositItem .addDepositInfo .percentLine {
    display: block;
  }

  .cabDepositsList .depositItem .addDepositInfo .percentLine+.percentLine {
    margin-top: 5px;
  }

  .cabDepositsList .depositItem .accrualInfo {
    padding-left: 20px;
  }

  .cabDepositsList .depositItem .accrualTimer {
    padding-left: 20px;
  }

  .cabDepositsList .depositItem .generalDepositInfo {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .cabDepositsList .depositItem .generalDepositInfo .icon {
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    width: 80px;
    padding-right: 0;
  }

  .cabDepositsList .depositItem .generalDepositInfo .infoItem {
    height: auto;
  }

  .cabDepositsList .depositItem .generalDepositInfo .infoItem .infoItemInner {
    padding-left: 100px;
  }

  .cabDepositsList .depositItem .generalDepositInfo .infoItem+.infoItem {
    margin-top: 10px;
  }

  .cabDepositsList .depositItem .generalDepositInfo .infoItem:nth-child(2n+1) {
    width: 100%;
    padding-left: 0px;
  }

  .cabDepositsList .depositItem .generalDepositInfo .infoItem:nth-child(2n) {
    width: 100%;
    padding-left: 0px;
  }

  .cabDepositsList .depositItem .generalDepositInfo .infoItem:first-child {
    height: 80px;
    padding-left: 100px;
  }

  .cabDepositsList .depositItem .generalDepositInfo .infoItem:first-child .infoItemInner {
    padding-left: 0;
  }

  .cabDepositsList .depositItem .generalDepositInfo .infoItem:nth-child(2) .icon {
    font-size: 42px;
  }

  .cabOperationsFilter {
    padding: 35px 10px 40px;
  }

  .cabTableOperations .cabTable .tableBody .tableCaption {
    padding-left: 10px;
  }

  .cabLinePanel.panelRefStat {
    padding-top: 0;
    padding-bottom: 73px;
    padding-left: 0;
  }

  .cabLinePanel.panelRefStat .icon {
    top: 50%;
  }

  .cabLinePanel.panelRefStat .panelItem {
    padding-top: 5px;
    padding-bottom: 8px;
    position: relative;
    min-height: 73px;
    padding-left: 79px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .cabLinePanel.panelRefStat .panelItem:first-child {
    width: 100%;
  }

  .cabLinePanel.panelRefStat .panelItem:nth-child(2) {
    width: 50%;
  }

  .cabLinePanel.panelRefStat .panelItemInner {
    position: static;
    padding-left: 0;
  }

  .cabLinePanel.panelRefStat .panelItemInner .icon {
    left: 24px;
    margin-top: -16px;
  }

  .cabLinePanel .cabLinePanelInner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cabReferalsPanel .panelItem:nth-child(2n+1) {
    padding-left: 0;
    width: 50%;
  }

  .cabReferalsPanel .panelItem:nth-child(2n) {
    width: 50%;
  }

  .cabReferalsPanel .panelLine {
    padding-left: 10px;
    padding-top: 39px;
  }

  .cabReferalsPanel .level2 .panelLine {
    padding-left: 10px;
  }

  .cabReferalsPanel .level2 .panelItem:nth-child(2n+1) {
    padding-left: 0;
  }

  .cabReferalsPanel .level3 .panelLine {
    padding-left: 10px;
    padding-top: 0;
  }

  .cabReferalsPanel .level3 .panelItem:nth-child(2n+1) {
    padding-left: 0;
  }

  .signTabs {
    max-width: 480px;
  }

  .signTabs .tabsPanel {
    padding: 60px 15px;
  }

  .signTabs .tabsPanel#loginTab {
    padding: 60px 15px;
  }

  .signTabs .signForm .preText {
    font-size: 14px;
    line-height: 24px;
  }

  .signTabs .signForm .preText+.formContent {
    margin-top: 0;
  }

  .signTabs .signForm .checkedWrapper label {
    font-size: 14px;
    line-height: 14px;
  }

  .signTabs .signForm .formNote {
    font-size: 14px;
    line-height: 17px;
  }

  .signTabs .signForm .formNote+.formContent {
    margin-top: 0;
  }

  .signWrapperPromo .signContent .signTabs {
    max-width: 480px;
  }

  .signWrapperPromo .signContent .signTabs .signForm .preText+.formContent {
    margin-top: 0;
  }

  .signWrapperPromo .signContent .signTabs .tabsPanel {
    padding: 60px 15px;
  }

  .signWrapperPromo .signContent .signTabs .tabsPanel#loginTab {
    padding: 60px 15px;
  }

  .accNotifWrapper .bonusNotification {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 10px 20px;
  }

  .accNotifWrapper .bonusNotification .captionWrapper {
    width: 100%;
    padding-bottom: 5px;
  }

  .accNotifWrapper .bonusNotification .notifItem {
    padding: 6px 6px 10px 10px;
  }

  .accNotifWrapper .bonusNotification .bonusSumWrapper {
    margin-top: 5px;
    padding-left: 0;
  }

  .accNotifWrapper .bonusNotification .depositNameWrapper {
    margin-right: 20px;
  }

  .accNotifWrapper .bonusNotification .bonusSum {
    width: 173px;
  }

  .accNotifWrapper .bonusNotification .name,
  .accNotifWrapper .bonusNotification .sum {
    font-size: 18px;
    line-height: 24px;
  }
  .bountyBlockEl {
    margin-bottom: 10px;
  }
  .bountyBlockEl .ico {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .bountyBlockEl .ico img {
    max-width: 60%;
  }
  .bountyBlockEl .title {
    font-size: 14px;
    padding: 15px 30px 0 90px;
    min-height: 80px;
    line-height: 1.2;
  }
  .bountyBlockEl.blue .title {
    font-size: 20px;
    padding: 15px 30px 0 90px;
  }
  .bountyBlockEl.blue .text {
    font-size: 12px;
    padding: 20px 25px 20px 25px;
  }
  .bountyBEB {
    padding-left: 15px;
  }
  .bountyBEBEl {
    padding-left: 50px;
  }
  .bountyBEBEl .bountyTextS {
    font-size: 14px;
  }
  .bountyBEBEl .bountyTextS span {
    font-size: 16px;
  }
  .bountyBEBEl + .bountyBEBEl {
    padding-left: 10px;
  }
  .bountyBottom {
    padding: 0 20px;
    font-size: 14px;
  }
  .bountyBlockForm {
    padding: 25px 35px 25px 35px;
  }
  .bountyBlockForm textarea {
    height: 100px;
  }
  .bountyButton {
    padding: 10px 50px;
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .siteHeader .headerInner {
    margin: 0 -10px;
  }

  .mainTitle {
    font-size: 45px;
    line-height: 45px;
  }

  .aboutChapter.mainAbout .aboutListBtns {
    display: block;
  }

  .aboutChapter.mainAbout .aboutListBtns [class*=btnMain] {
    width: 100%;
  }

  .aboutChapter.mainAbout .aboutListBtns [class*=btnMain]:nth-child(2) {
    width: 100%;
  }

  .aboutChapter.mainAbout .aboutListBtns [class*=btnMain]+[class*=btnMain] {
    margin-top: 17px;
  }

  .aboutChapter .mediaImage img {
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .siteFooter .footPayments {
    padding: 8px 10px;
    margin: 0 -10px;
  }

  .paginationLine .listPages {
    margin: 0 -6px;
  }

  .paginationLine .listPages li {
    padding: 0 6px;
  }

  .profitSchemeChapter .item {
    width: 302px;
  }

  .profitSchemeChapter .item:first-child,
  .profitSchemeChapter .item:last-child {
    width: 302px;
  }

  .profitSchemeChapter .item:nth-child(2n) {
    padding-top: 12px;
  }

  .cabWrapper .cabContent {
    padding: 29px 10px 24px;
  }

  .cabTop .welcomeLine {
    padding: 3px 10px 15px;
  }

  .cabTop .pursesMovesLine {
    padding: 5px 10px 15px;
  }

  .cabDepositMovesItems .depositMoveHead .tarifsList {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 13px;
  }

  .cabDepositMovesItems .depositMoveHead .tarifsList .item {
    width: 50%;
    padding-top: 20px;
  }

  .cabDepositMovesItems .openDepositItem .depositMoveBody {
    height: 533px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .tarifInfo {
    height: 425px;
  }

  .cabDepositMovesItems .openDepositItem .tarifItem .addInfo {
    height: 108px;
  }

  .cabDepositsList .depositItem .progressCircleItem {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .cabDepositsList .depositItem .accrualInfo {
    padding-top: 135px;
    height: auto;
    padding-right: 20px;
  }

  .cabLinePanel.panelRefStat {
    padding-top: 3px;
  }

  .cabLinePanel.panelRefStat .panelItem {
    min-height: 0;
  }

  .cabLinePanel.panelRefStat .panelItem:nth-child(2) {
    width: 100%;
  }

  .cabLinePanel.panelBig {
    padding-top: 3px;
  }

  .cabLinePanel.panelBig .progressCircleItem {
    width: 100%;
    height: auto;
    padding: 10px;
    top: auto;
    bottom: 0;
  }

  .cabLinePanel.panelBig .panelItem {
    min-height: 0;
    padding-top: 5px;
    padding-bottom: 8px;
  }

  .cabLinePanel.panelProgress {
    padding-bottom: 115px;
    padding-right: 15px;
  }

  .cabLinePanel.panelProgress .icon {
    top: calc((100% - 115px) / 2);
  }

  .cabReferalsPanel .panelItem {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cabReferalsPanel .panelItem:nth-child(2n+1) {
    width: 100%;
  }

  .cabReferalsPanel .panelItem:nth-child(2n) {
    width: 100%;
    padding-left: 0;
  }

  .cabReferalsPanel .panelItem+.panelItem {
    margin-top: 5px;
  }

  .signTabs .tabsHead .linkTab {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
  }

  .signTabs .tabsHead .linkTab .linkText {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 36px;
  }

  .signWrapperPromo .signContent .signTabs .tabsHead .linkTab {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
  }

  .mainRoadMap .roadMapCarousel .slick-slide {
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -webkit-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    transform: translate(0) !important;
  }

  .mainRoadMap .roadMapCarousel .slick-slide .item {
    padding-top: 0 !important;
  }

  .mainRoadMap .roadMapCarousel .slick-slide .item:after {
    display: none !important;
  }
}

@media (max-width: 1899px) {
  .cabinetDashboard .item {
    padding-left: 30px;
  }
}

@media (max-width: 1659px) {
  .cabinetDashboard .wrap.col3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cabinetDashboard .wrap.col3 .item:first-child {
    grid-column: 1/3;
  }

  .cabinetDashboard .wrap.col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .cabinetDashboard .wrap.col4 .item:not(.more) {
    padding-top: 30px;
  }

  .cabinetDashboard .wrap.col4 .param {
    margin-top: 5px;
  }

  .cabinetDashboard .wrap+.wrap {
    margin-top: 30px;
  }

  .cabinetDashboard .item.more {
    padding-top: 16px;
    padding-bottom: 12px;
  }

  .cabinetDashboard .item.more .param {
    margin-top: 0px;
  }

  .cabinetDashboard .item.more>div+div {
    margin-top: 8px;
  }

  .cabinetDashboard .value.name,
  .cabinetDashboard .value.email {
    margin-top: 5px;
  }

  .dashboardOperations .cabTableOperations .tableItem:first-child,
  .dashboardOperations .cabTableOperations .tableItem:last-child {
    width: auto;
  }

  .dashboardOperations {
    gap: 20px;
  }
}

@media (max-width: 1440px) {
  .levelsTable {
    max-width: 800px;
  }

  .calcForm .title {
    padding: 52px 30px 0px;
  }

  .refProgrammChapter .chapterItem:nth-child(3) {
    width: 100%;
  }

  .refProgrammChapter .chapterItem:last-child {
    width: 100%;
    order: 4;
  }

  .refProgrammLevels {
    margin: 0px auto;
  }

  .cabDepositMovesItems .depositMoveHead .tarifsList {
    justify-content: center;
  }

  .cabDepositMovesItems .depositMoveHead .tarifsList .item+.item {
    margin-left: 30px;
  }
}

@media (max-width: 1279px) {
  .levelsTable {
    max-width: 570px;
  }

  .levelsTable .tRow .tCell {
    font-size: 14px;
  }

  .levelsTable .tRow .tCell:first-child,
  .levelsTable .tRow .tCell:last-child {
    font-size: 16px;
  }

  .levelsTable .tCell:first-child,
  .levelsTable .tCell:last-child {
    width: 33.3333%;
  }

  .calcForm .title {
    font-size: 40px;
    line-height: 59px;
  }

  .bonusProgrammChapter .programmCards+.programmCards {
    margin-top: 0px;
  }
}

@media (max-width: 1023px) {
  .cabChapterContent+.cabCaption {
    margin-top: 50px;
  }

  .cabinetBalance {
    margin-top: 0px;
  }

  .cabinetDashboard {
    margin-top: 20px;
  }

  .cabinetDashboard .wrap {
    gap: 20px !important;
  }

  .cabinetDashboard .wrap+.wrap {
    margin-top: 20px;
  }

  .dashboardOperations {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .dashboardDeposits {
    margin-top: 30px;
  }

  .levelsTable {
    max-width: 100%;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 35px;
  }

  .calcForm .title {
    padding: 30px 11px 0px;
    font-size: 32px;
    line-height: 36px;
  }

  .calcForm .calcSettings {
    display: block;
    padding-top: 20px;
  }

  .calcForm .calcSettings .formItem {
    width: 100%;
  }

  .calcForm .calcResult {
    margin-top: 30px;
    display: block;
  }

  .calcForm .calcResult .resultItem {
    width: 100% !important;
  }

  .calcForm .calcResult .profit.generalProfit {
    color: #00e4fa;
  }

  .mainTarifs .tarifsList .item .tarifItem .addInfo {
    height: auto;
  }

  .bonusProgrammChapter .bullet {
    display: block;
  }

  .bonusProgrammChapter .bullet .bulletProposal {
    text-align: center;
  }

  .cabDepositMovesItems .depositMoveHead .tarifsList {
    justify-content: space-between;
  }

  .cabDepositMovesItems .depositMoveHead .tarifsList .item+.item {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .cabinetDashboard .wrap {
    display: block !important;
  }

  .cabinetDashboard .wrap+.wrap {
    margin-top: 15px;
  }

  .cabinetDashboard .item {
    padding: 20px !important;
  }

  .cabinetDashboard .item+.item {
    margin-top: 15px;
  }
}

@media (max-width: 639px) {
  .dashboardOperations {
    display: block;
  }

  .dashboardOperations .col+.col {
    margin-top: 11px;
  }

  .levelsTable .tHead {
    display: none;
  }

  .levelsTable .tBody {
    margin-top: 0px;
  }

  .levelsTable .tRow {
    display: block;
  }

  .levelsTable .tRow .tCell {
    width: 100% !important;
    min-height: 42px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .levelsTable .tRow .tLabel {
    padding: 5px;
    display: flex;
    align-items: center;
    width: 40%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left;
    background-color: rgb(28, 40, 93);
  }

  .levelsTable .tData {
    padding: 5px;
    display: flex;
    align-items: center;
  }

  .cabDepositMovesItems .depositMoveHead .tarifsList {
    flex-wrap: wrap;
  }

  .cabDepositMovesItems .depositMoveHead .tarifsList .item {
    padding-top: 20px;
    width: 50%;
  }
}

.modalsScroll {
  overflow: auto;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  overflow-x: hidden;
}

.modalsScroll .closeModal {
  display: block;
  z-index: 30;
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 36px;
  right: 0;
  top: 0;
}

.modalsScroll .closeModal span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  background-color: #fff;
  height: 2px;
  width: 20px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.modalsScroll .closeModal span:first-child {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modalsScroll .closeModal span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modalsScroll .closeModal:hover span {
  background-color: #00e5fa;
}

.modalsScroll .closeModalRight {
  width: 128px;
  height: 110px;
  border-left: solid 2px #4964d0;
  border-bottom: solid 2px #4964d0;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomleft: 40px;
  -ms-border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.modalsScroll .closeModalRight span {
  height: 3px;
  width: 40px;
  margin-left: -19px;
  margin-top: -7px;
}

.tCell {
  display: table-cell;
  vertical-align: middle;
}

.modalsScroll.open {
  z-index: 55;
  display: block;
}

.modals {
  height: 100vh;
  width: 100vw;
  display: table;
}

.modals .tCell {
  padding: 15px;
}

.modalWrap {
  overflow: auto;
  display: table-cell;
  vertical-align: middle;
}

.overlayModal {
  z-index: 1;
  position: fixed;
  background-color: rgba(28, 40, 93, 0.93);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  display: none;
}

.blockMod {
  position: relative;
  z-index: 6;
  display: none;
  margin: 0 auto;
  width: 100%;
}

.modalCaption {
  display: block;
  font-size: 17px;
  line-height: 21px;
  color: #00e4fa;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.modalIcon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: #00e5fb;
  left: -40px;
  top: 34px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 32px;
  line-height: 32px;
  color: #25336f;
}

.modalContent {
  background-color: #2e4ece;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: 11px 0 21px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 11px 0 21px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 11px 0 21px 0 rgba(0, 0, 0, 0.21);
}

.modalContent .linkHistory {
  display: table;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
}

.modalContent [class*=btnMain] {
  width: 271px;
}

.modalContent .modalMessage {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  letter-spacing: 0.025em;
}

.modalContent .notifText {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.modalContent .bttnsList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.modalContent .bttnsList+[class*=btnMain] {
  margin-top: 0;
}

.modalContent .tarifsLinksList li+li {
  margin-top: 10px;
}

.modalContent .tarifsLinksList .tarifLink {
  display: table;
  font-size: 20px;
  line-height: 30px;
  color: #00e5fb;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.modalContent .tarifsLinksList .tarifLink:hover {
  color: #fff;
}

.modalContent .tarifName .iconWrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 97px;
  height: 97px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.modalContent .tarifName .iconWrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
}

.modalContent .tarifName .iconWrapper .icon {
  position: absolute;
  width: 52px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.modalContent .tarifName .iconWrapper:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/tarif-arrow-down.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 16px;
  z-index: -1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: margin-top 0.4s;
  -moz-transition: margin-top 0.4s;
  -o-transition: margin-top 0.4s;
  transition: margin-top 0.4s;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.modalContent .tarifName .name {
  display: block;
  font-size: 10px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  text-align: center;
  text-transform: uppercase;
  margin-top: 13px;
}

.modalContent .settingsPayMoveItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 37px;
}

.modalContent .settingsPayMoveItem .settingItem {
  height: 74px;
  background-color: #25336f;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 8px 16px 5px 32px;
}

.modalContent .settingsPayMoveItem .settingItem .pre {
  display: block;
  font-size: 10px;
  line-height: 16px;
  color: #b1bce8;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.modalContent .settingsPayMoveItem .settingItem .val {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  /* text-transform: uppercase; */
  margin-top: 5px;
}

.modalContent .settingsPayMoveItem .settingItem .val.accentval {
  color: #00e5fb;
}

.modalContent .settingsPayMoveItem .settingItem .sum {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #00e5fb;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 2px;
}

.modalContent .settingsPayMoveItem .settingItem.settingBorder {
  background-color: transparent;
  border: 2px solid #00e5fb;
  padding-left: 30px;
  padding-right: 14px;
  padding-top: 5px;
}

.modalContent .settingsPayMoveItem .settingItem.settingBorder .pre {
  color: #fff;
}

.modalContent .settingsPayMoveItem .settingItem.settingPay {
  position: relative;
  padding-right: 69px;
}

.modalContent .settingsPayMoveItem .settingItem.settingPay .payIcon {
  display: block;
  position: absolute;
  width: 49px;
  height: 50px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #25336f;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  top: 50%;
  margin-top: -25px;
  right: 10px;
}

.modalContent .settingsPayMoveItem .item {
  width: calc((100% - 27px) / 2);
  padding-top: 20px;
}

.modalContent .settingsPayMoveItem .item:nth-child(4n+1) .settingItem {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.modalContent .settingsPayMoveItem .item:nth-child(4n+2) .settingItem {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modalContent .settingsPayMoveItem .item:nth-child(4n+3) .settingItem {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.modalContent .settingsPayMoveItem .item:nth-child(4n+4) .settingItem {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.modalRequestOut {
  max-width: 885px;
}

.modalRequestOut .modalContent {
  padding: 63px 42px 50px 54px;
}

.modalRequestOut .modalContent .linkHistory {
  margin: 26px auto 0;
}

.modalRequestOut .modalContent .bttnsList {
  margin-top: 29px;
}

.modalDeposit {
  max-width: 685px;
}

.modalDeposit .modalContent {
  padding: 63px 42px 68px 54px;
}

.modalDeposit .modalContent .tarifName {
  margin-top: 3px;
}

.modalDeposit .modalContent .settingsPayMoveItem {
  margin-top: 8px;
}

.modalMessageWrapper {
  max-width: 380px;
}

#modalVideo.modalMessageWrapper {
  max-width: 900px;
}

.modalMessageWrapper .modalContent {
  padding: 63px 42px 82px 54px;
}

.modalMessageWrapper .modalContent .modalMessage {
  margin-top: 60px;
}

.modalNotification {
  max-width: 570px;
}

.modalNotification .modalCaption {
  font-size: 14px;
}

.modalNotification .modalIcon {
  width: 57px;
  height: 57px;
  left: -26px;
  top: 43px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.modalNotification .modalContent {
  padding: 63px 42px 54px 54px;
}

.modalNotification .modalContent .notifText {
  margin-top: 24px;
}

.modalNotification .modalContent .tarifsLinksList {
  margin-top: 30px;
}

.modalNotification .modalContent [class*=btnMain] {
  margin-top: 51px;
}

#modalVideo {
  max-width: 940px;
}

.modalVideo .modalContent {
  padding: 50px;
}

.modalVideo .social {
  background-color: #2e4ece;
  margin: 0 auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: table;
  margin-top: 20px;
  margin-bottom: -90px;
  padding: 0 15px 10px;
}

.modalVideo .social ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.modalVideo .social ul li {
  margin: 0 6px;
}

.modalVideo .social a {
  position: relative;
  background-color: #00e4fa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modalVideo .social a:hover {
  background-color: #6075ca;
}

.modalVideo .social a:hover [class*=icon-] {
  color: #fff;
}

.modalVideo .social a [class*=icon-] {
  color: #1c285d;
  font-size: 30px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.modalVideo .social .desc {
  position: absolute;
  right: -10px;
  top: -5px;
  background-color: #25336f;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 1px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -ms-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.videoWrapper {
  width: 100%;
  height: 490px;
  padding: 15px;
  background-color: #1f2c62;
}

@media (max-width: 1023px) {
  .modalContent .bttnsList {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .modalContent .bttnsList [class*=btnMain]+[class*=btnMain] {
    margin-top: 12px;
  }

  .modalContent .settingsPayMoveItem {
    display: block;
  }

  .modalContent .settingsPayMoveItem .item {
    width: 100%;
    padding-top: 12px;
  }

  .modalCaption {
    padding-left: 20px;
  }

  .modalRequestOut,
  .modalDeposit {
    max-width: 480px;
  }

  .modalRequestOut .modalContent,
  .modalDeposit .modalContent {
    padding: 63px 30px 50px;
  }

  .modalMessageWrapper .modalContent {
    padding: 63px 30px 50px;
  }

  .modalMessageWrapper .modalContent .modalMessage {
    margin-top: 50px;
  }

  .modalNotification {
    max-width: 480px;
  }

  .modalNotification .modalContent {
    padding: 63px 30px 50px;
  }

  .modalVideo .modalContent {
    padding: 30px;
  }

  .modalVideo .videoWrapper {
    width: 100%;
    height: 370px;
  }
}

@media (max-width: 639px) {
  .modalsScroll .closeModal {
    top: 40px;
  }

  .modalsScroll .closeModalRight {
    top: 0;
    width: 98px;
    height: 80px;
  }

  .modalsScroll .closeModalRight span {
    margin-left: -12px;
  }

  .blockMod {
    padding-top: 40px;
  }

  .modalIcon {
    left: 34px;
    top: 0;
  }

  .modalDeposit .modalContent .tarifName {
    margin-top: 20px;
  }

  .modalCaption {
    padding-left: 0;
  }

  .modalContent .notifText {
    font-size: 16px;
    line-height: 24px;
  }

  .modalNotification .modalIcon {
    left: 34px;
    top: 0;
    width: 72px;
    height: 72px;
  }

  .modalVideo .videoWrapper {
    width: 100%;
    height: 270px;
  }
}

@media (max-width: 479px) {

  .modalRequestOut .modalContent,
  .modalDeposit .modalContent {
    padding: 63px 15px 50px;
  }

  .modalMessageWrapper .modalContent {
    padding: 63px 15px 50px;
  }

  .modalNotification .modalContent {
    padding: 63px 15px 50px;
  }

  .modalVideo .modalContent {
    padding: 35px 10px 20px;
  }

  .modalVideo .social {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
  }

  .modalVideo .social a {
    width: 38px;
    height: 38px;
  }

  .modalVideo .social a [class*=icon-] {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

span.err {
  color: red;
}

.modalMessage span.err {
  color: white;
}

.signForm h2 {
  color: white;
  margin: 20px 0;
}
.signForm p.info {
  color: white;
}
.signForm p.info a {
  color: #00e4fa;
}

.breadcrumbs {
  text-align: center;
  padding: 200px 0 0;
}
.breadcrumbs .pageTitleInner span a {
  color: #00e5fa;
}
.breadcrumbs .pageTitleInner span a:hover {
  text-decoration: underline;
}
.breadcrumbs .pageTitleInner span:last-child a {
  color: #1c2433;
}
.breadcrumbs .pageTitleInner span:last-child a:hover {
  text-decoration: none;
}