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;
}

*,
*: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 {
  border: none;
  max-width: 100%;
}

textarea {
  white-space: pre-wrap;
  resize: none;
}

button,
select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(244, 240, 250, 0.5);
  border: 1px solid #c7c7c7;
  font-family: 'Proxima Nova';
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 40px;
  color: #909090;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

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 style.scss:css/style.css */
body {
  max-width: 1920px;
  background-color: #fff;
  font-family: 'Proxima Nova';
  font-size: 15px;
  line-height: 20px;
  color: #909090;
  font-weight: normal;
  overflow-x: hidden;
}

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

.cabWrapper,
.siteWrapper {
  overflow: hidden;
  min-height: 100vh;
}

.cabWrapper {
  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;
}

.btnWrapper {
  display: table;
  position: relative;
  z-index: 1;
}

.btnWrapper:after {
  content: '';
  display: block;
  position: absolute;
  width: 223px;
  height: 84px;
  background-image: url(../img/btn-shadow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: -4px;
}

.btnWrapper.center {
  margin-left: auto;
  margin-right: auto;
}

.btnMain {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 15px;
  font-family: 'Proxima Nova';
  background-color: #ffbc01;
  cursor: pointer;
  overflow: hidden;
}

.btnMain .btnTxt {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.btnMain:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  border: 14px solid;
  border-left-color: #9d2096;
  border-bottom-color: #9d2096;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.btnMain:hover:after {
  border-left: 300px solid #9d2096;
  border-bottom: 300px solid #9d2096;
  border-right: 300px solid transparent;
  border-top: 300px solid transparent;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.btnLilMain {
  display: block;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 15px;
  font-family: 'Proxima Nova';
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
}

.btnLilMain .btnTxt {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 40px;
  color: #909090;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.btnLilMain:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 14px solid;
  border-left-color: #ffbc01;
  border-bottom-color: #ffbc01;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.btnLilMain:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffbc01;
  z-index: -1;
}

.btnLilMain.light .btnTxt {
  color: #fff;
}

.btnLilMain:hover:after {
  border-left: 300px solid #ffbc01;
  border-bottom: 300px solid #ffbc01;
  border-right: 300px solid transparent;
  border-top: 300px solid transparent;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.markList li {
  position: relative;
  padding-left: 20px;
}

.markList li:before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url(../img/list-marker.png);
  background-size: auto auto;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 4px;
}

.markList li+li {
  margin-top: 10px;
}

.textBlock p,
.textBlock li {
  font-weight: 300;
  line-height: 20px;
}

.textBlock p+p,
.textBlock li+p {
  margin-top: 10px;
}

.textBlock.light p,
.textBlock.light li {
  color: #fff;
}

.textBlock .markList {
  margin-top: 27px;
}

.inputLabel {
  display: block;
  font-size: 13px;
  line-height: 28px;
  color: #909090;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.inputWrapper {
  position: relative;
}

.inputWrapper input,
.inputWrapper textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(244, 240, 250, 0.5);
  border: 1px solid #c7c7c7;
  font-family: 'Proxima Nova';
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
  color: #909090;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.inputWrapper.uploadWrapper input:valid+.placeholderLabel,
.inputWrapper.uploadWrapper textarea:valid+.placeholderLabel,
.inputWrapper.checkWrapper input:valid+.placeholderLabel,
.inputWrapper.checkWrapper textarea:valid+.placeholderLabel {
  opacity: 1;
  height: auto;
  width: auto;
}

.inputWrapper.uploadWrapper {
  height: 42px;
}

.inputWrapper.uploadWrapper input {
  display: none;
}

.inputWrapper.uploadWrapper .placeholderLabel {
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.inputWrapper.uploadWrapper .placeholderLabel .labelTxt {
  display: block;
  width: calc(100% - 53px);
  border: 1px solid #c7c7c7;
  background-color: rgba(244, 240, 250, 0.5);
  padding: 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.inputWrapper.uploadWrapper .placeholderLabel:after {
  content: '\e906';
  display: block;
  position: absolute;
  font-family: icomoon;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0em;
  width: 43px;
  text-align: center;
  background-color: #ffbc01;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.inputWrapper.uploadWrapper .placeholderLabel:hover .labelTxt {
  background-color: #f4f0fa;
}

.inputWrapper.uploadWrapper .placeholderLabel:hover:after {
  background-color: #9d2096;
}

.inputWrapper.checkWrapper input {
  display: none;
}

.inputWrapper.checkWrapper input:checked+.placeholderLabel:after {
  opacity: 1;
}

.inputWrapper.checkWrapper input:checked+.placeholderLabel:hover:after {
  color: #9d2096;
}

.inputWrapper.checkWrapper .placeholderLabel {
  position: relative;
  text-align: left;
  top: auto;
  left: auto;
  padding: 1px 0 1px 54px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  min-height: 42px;
  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;
}

.inputWrapper.checkWrapper .placeholderLabel:before {
  content: '';
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  text-align: center;
  border: 1px solid #c7c7c7;
  background-color: rgba(244, 240, 250, 0.5);
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.inputWrapper.checkWrapper .placeholderLabel:after {
  content: '\e907';
  display: block;
  font-family: icomoon;
  position: absolute;
  width: 42px;
  height: 42px;
  text-align: center;
  padding-bottom: 8px;
  padding-left: 2px;
  border: 1px solid #c7c7c7;
  font-size: 27px;
  line-height: 34px;
  color: #9d2096;
  font-weight: normal;
  letter-spacing: 0em;
  background-color: rgba(244, 240, 250, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  -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;
}

.inputWrapper.checkWrapper .placeholderLabel:hover:before {
  background-color: #f4f0fa;
}

.inputWrapper.checkWrapper .placeholderLabel:hover:after {
  color: #909090;
  opacity: 1;
}

.inputWrapper.dateInputWrapper {
  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.dateInputWrapper .icon {
  display: block;
  width: 43px;
  background-color: #ffbc01;
  text-align: center;
  font-size: 22px;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.inputWrapper.dateInputWrapper .icon:hover {
  background-color: #9d2096;
}

.inputWrapper.dateInputWrapper input {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 5px 10px 11px;
  width: calc(100% - 53px);
}

.inputWrapper.dateInputWrapper input:focus+.icon {
  background-color: #9d2096;
}

.inputWrapper input {
  height: 42px;
  padding: 10px 0;
}

.inputWrapper textarea {
  height: 138px;
  padding: 10px 0;
}

.inputWrapper.bigInput input,
.inputWrapper.bigInput textarea {
  font-size: 18px;
}

.inputWrapper.bigInput .placeholderLabel {
  font-size: 18px;
}

.inputWrapper .placeholderLabel {
  display: block;
  text-align: center;
  position: absolute;
  padding: 11px 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  top: 0;
  left: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #909090;
  font-weight: normal;
  overflow: hidden;
}

.inputWrapper .placeholderLabel.multiColor {
  font-size: 14px;
}

.inputWrapper .placeholderLabel.multiColor .val {
  font-size: 18px;
  color: #9d2096;
}

.inputWrapper.lightInput input,
.inputWrapper.lightInput textarea {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #666666;
}

.inputWrapper.lightInput input:focus,
.inputWrapper.lightInput textarea:focus {
  background-color: white;
  border: 1px solid white;
}

.inputWrapper.lightInput .placeholderLabel {
  color: #fff;
}

.inputWrapper:not(.focus):hover input,
.inputWrapper:not(.focus):hover textarea {
  background-color: #f4f0fa;
}

.inputWrapper:not(.focus):hover.lightInput input:not(:focus),
.inputWrapper:not(.focus):hover.lightInput textarea:not(:focus) {
  background-color: rgba(255, 255, 255, 0.4);
}

.inputWrapper.mainInput.focus .placeholderLabel,
.inputWrapper.mainInput.inputFilled .placeholderLabel {
  opacity: 0;
  height: 0;
  width: 0;
}

.inputWrapper.mainInput input:focus,
.inputWrapper.mainInput textarea:focus {
  -moz-transform: scale(1.1, 1);
  -ms-transform: scale(1.1, 1);
  -webkit-transform: scale(1.1, 1);
  -o-transform: scale(1.1, 1);
  transform: scale(1.1, 1);
}

.captchaWrapper img {
  margin: 0 auto;
}

.captchaWrapper+.inputWrapper {
  margin-top: 5px;
}

.formItem+.formItem {
  margin-top: 10px;
}

@keyframes loading-calc-progress {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 100% 0%, 100% 100%);
  }

  25% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 100% 100%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 100% 100%, 100% 100%);
  }

  50% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 0% 100%, 0% 100%);
  }

  75% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 0% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 0% 0%, 0% 0%);
  }

  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 100% 0%, 0% 0%);
  }
}

b,
strong {
  color: inherit;
  font-weight: 900;
}

::selection {
  color: #fff;
  background-color: #000000;
  -webkit-text-fill-color: #fff;
}

::-webkit-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:-ms-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

: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;
}

.siteWrapper,
.cabWrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 4.5s;
  -moz-transition: opacity 4.5s;
  -o-transition: opacity 4.5s;
  transition: opacity 4.5s;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

body.nopreload .siteWrapper,
body.nopreload .cabWrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}

body.loaded .siteWrapper, body.loaded .cabWrapper {
  visibility: visible;
  opacity: 1;
}

body.loaded .preloader {
  opacity: 1;
}

body.revealed .preloader {
  display: none;
}

@media (max-width: 1199px) {
  .container {
    width: 992px;
    padding: 0 11px;
  }
}

@media (max-width: 991px) {
  .container {
    width: 768px;
    padding: 0 9px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

.formItem .selectric {
  display: block;
  appearance: none;
  max-width: 100%;
  width: 100%;
  border-radius: 3px;
  background-color: rgba(244, 240, 250, 0.5);
  border: 1px solid #c7c7c7;
  font-family: 'Proxima Nova';
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
  color: #909090;
  font-weight: bold;
  text-align: center;
  transition: all 0.4s;
}

.formItem .selectric .label {
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #9d2096;
  margin: 0 10px 0 10px;
}

.formItem .selectric .label.disabled {
  font-size: 14px;
  line-height: 40px;
  color: #909090;
  font-weight: normal;
}

.formItem .selectric-wrapper .selectric-items {
  border: none;
  background-color: #f4f0fa;
  font-family: 'Proxima Nova';
}

.formItem .selectric-wrapper .selectric-items li {
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  color: #9d2096;
}

.formItem .selectric-wrapper .selectric-items li:hover {
  background-color: #ccc7d3;
}

.slick-list {
  overflow: visible;
}

.carouselNav .slick-arrow {
  text-align: center;
  width: 60px;
  -webkit-transition: padding-left 0.8s, padding-right 0.4s, opacity 0.8s, left 0.4s 0s, right 0.4s 0s;
  -moz-transition: padding-left 0.8s, padding-right 0.4s, opacity 0.8s, left 0.4s 0s, right 0.4s 0s;
  -o-transition: padding-left 0.8s, padding-right 0.4s, opacity 0.8s, left 0.4s 0s, right 0.4s 0s;
  transition: padding-left 0.8s, padding-right 0.4s, opacity 0.8s, left 0.4s 0s, right 0.4s 0s;
}

.carouselNav .slick-arrow .icon {
  display: block;
  font-size: 42px;
  line-height: 42px;
  color: #9d2096;
}

.carouselNav .slick-arrow:hover.slick-prev {
  padding-right: 9px !important;
}

.carouselNav .slick-arrow:hover.slick-next {
  padding-left: 9px !important;
}

.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;
}

.tarifsCarouselWrapper .carouselNav .slick-arrow.slick-next,
.tarifsCarouselWrapper .carouselNav .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -21px;
}

.tarifsCarouselWrapper .carouselNav .slick-arrow.slick-prev {
  left: -90px;
}

.tarifsCarouselWrapper .carouselNav .slick-arrow.slick-next {
  right: -90px;
}

.tarifsCarouselWrapper .carouselNav .slick-arrow.disabled {
  opacity: 0;
}

.tarifsCarouselWrapper .carouselNav .slick-arrow.disabled.slick-prev {
  left: -50vw;
}

.tarifsCarouselWrapper .carouselNav .slick-arrow.disabled.slick-next {
  right: -50vw;
}

.operationsCarouselWrapper .carouselNav {
  width: 292px;
  min-width: 292px;
  left: 46%;
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  margin-top: 26px;
  position: relative;
  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;
  padding: 0 80px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.operationsCarouselWrapper .carouselNav .slick-arrow.slick-next,
.operationsCarouselWrapper .carouselNav .slick-arrow.slick-prev {
  float: left;
}

.operationsCarouselWrapper .carouselNav .slick-arrow.slick-next {
  margin-left: 12px;
}

.cabNewsCarouselWrapper .slick-list,
.newsCarouselWrapper .slick-list {
  overflow: hidden;
}

.cabNewsCarouselWrapper .carouselNav,
.newsCarouselWrapper .carouselNav {
  min-width: 292px;
  width: 292px;
  left: 50%;
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  margin-top: 28px;
  position: relative;
  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;
  background-image: url(../img/back-nav.png);
  padding: 0 80px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.cabNewsCarouselWrapper .carouselNav .slick-arrow.slick-next,
.cabNewsCarouselWrapper .carouselNav .slick-arrow.slick-prev,
.newsCarouselWrapper .carouselNav .slick-arrow.slick-next,
.newsCarouselWrapper .carouselNav .slick-arrow.slick-prev {
  float: left;
}

.cabNewsCarouselWrapper .carouselNav .slick-arrow.slick-next,
.newsCarouselWrapper .carouselNav .slick-arrow.slick-next {
  margin-left: 12px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Proxima Nova';
}

.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: 'Proxima Nova';
  font-size: inherit;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-widget-header {
  border: none;
  background: transparent;
  color: inherit;
  font-weight: normal;
}

.logoLink {
  position: relative;
  z-index: 1;
}

.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 .mobLogo {
  display: none;
}

.startScreen {
  position: relative;
  background: #9d2096;
  background: -moz-linear-gradient(45deg, #9d2096 0%, #ffbc01 100%);
  background: -webkit-linear-gradient(45deg, #9d2096 0%, #ffbc01 100%);
  background: linear-gradient(45deg, #9d2096 0%, #ffbc01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d2096', endColorstr='#ffbc01', GradientType=1);
}

.startScreen .bannerBack {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.loginLink {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 46px;
  white-space: nowrap;
}

.loginLink .btnTxt {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 40px;
  color: #fce3ad;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  -webkit-transition: color 0.6s ease-out;
  -moz-transition: color 0.6s ease-out;
  -o-transition: color 0.6s ease-out;
  transition: color 0.6s ease-out;
}

.loginLink:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 14px solid;
  border-left-color: #fce3ad;
  border-bottom-color: #fce3ad;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.loginLink:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fce3ad;
  z-index: -1;
}

.loginLink .icon {
  display: block;
  position: absolute;
  z-index: 1;
  width: 46px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #fce3ad;
  right: 0;
  top: 50%;
  margin-top: -9px;
  -webkit-transition: color 0.6s ease-out;
  -moz-transition: color 0.6s ease-out;
  -o-transition: color 0.6s ease-out;
  transition: color 0.6s ease-out;
}

.loginLink:hover .btnTxt,
.loginLink:hover .icon {
  color: #ffbc01;
  -webkit-transition: color 0.6s ease-in;
  -moz-transition: color 0.6s ease-in;
  -o-transition: color 0.6s ease-in;
  transition: color 0.6s ease-in;
}

.loginLink:hover:after {
  border-left: 300px solid #fce3ad;
  border-bottom: 300px solid #fce3ad;
  border-right: 300px solid transparent;
  border-top: 300px solid transparent;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.siteFooter .topLine {
  padding: 14px 0 17px;
}

.siteHeader .topLine {
  padding: 14px 0 21px;
}

.siteHeader .topLine,
.siteFooter .topLine {
  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;
  z-index: 1;
}

.siteHeader .logoLink,
.siteFooter .logoLink {
  width: 186px;
}

.siteHeader .contactItem,
.siteFooter .contactItem {
  position: relative;
  padding-left: 32px;
  padding-top: 4px;
}

.siteHeader .contactItem .pre,
.siteFooter .contactItem .pre {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.siteHeader .contactItem .contactLink,
.siteFooter .contactItem .contactLink {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.siteHeader .contactItem .contactLink:hover,
.siteFooter .contactItem .contactLink:hover {
  color: #ffbc01;
}

.siteHeader .contactItem .icon,
.siteFooter .contactItem .icon {
  display: block;
  position: absolute;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  left: 0;
  top: 50%;
  margin-top: -13px;
}

.siteHeader .lineItem,
.siteFooter .lineItem {
  position: relative;
}

.siteHeader .lineItem:last-child,
.siteFooter .lineItem:last-child {
  padding-right: 0;
}

.siteHeader .menuWrapper .listMenu,
.siteFooter .menuWrapper .listMenu {
  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;
}

.siteHeader .menuWrapper .listMenu li,
.siteFooter .menuWrapper .listMenu li {
  padding: 0 34px;
}

.siteHeader .menuWrapper .mainLinkTxt,
.siteFooter .menuWrapper .mainLinkTxt {
  display: block;
  white-space: nowrap;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.siteHeader .menuWrapper .subLinkTxt,
.siteFooter .menuWrapper .subLinkTxt {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
  color: #ffbc01;
  font-weight: 300;
}

.siteHeader .menuWrapper .subLinkTxt .deskText,
.siteFooter .menuWrapper .subLinkTxt .deskText {
  display: block;
}

.siteHeader .menuWrapper .subLinkTxt .mobText,
.siteFooter .menuWrapper .subLinkTxt .mobText {
  display: none;
}

.siteHeader .menuWrapper .linkMenu,
.siteFooter .menuWrapper .linkMenu {
  display: block;
  position: relative;
  padding: 13px 0 12px;
}

.siteHeader .menuWrapper .linkMenu:after,
.siteFooter .menuWrapper .linkMenu:after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: transparent;
  left: 0;
  bottom: 0;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.siteHeader .menuWrapper .linkMenu.active:after,
.siteFooter .menuWrapper .linkMenu.active:after {
  background-color: #ffbc01;
}

.siteHeader .menuWrapper .linkMenu.active .mainLinkTxt,
.siteFooter .menuWrapper .linkMenu.active .mainLinkTxt {
  color: #ffbc01;
}

.siteHeader .menuWrapper .linkMenu:hover .mainLinkTxt,
.siteFooter .menuWrapper .linkMenu:hover .mainLinkTxt {
  color: #ffbc01;
}

.siteHeader {
  position: relative;
  z-index: 1;
}

.siteHeader .lineItem {
  padding: 0 27px;
}

.siteHeader .lineItem:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 36px;
  left: -18px;
  top: 50%;
  margin-top: -1px;
}

.siteHeader .lineItem:first-child {
  padding-left: 32px;
}

.siteHeader .lineItem:first-child:before {
  width: 32px;
  left: 0;
}

.siteHeader .lineItem:nth-child(2) {
  margin-right: auto;
  min-width: 213px;
}

.siteHeader .langMenu {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.33);
  cursor: pointer;
  width: 149px;
  padding: 9px 10px 7px;
  text-align: center;
}

.siteHeader .langMenu .langBtn {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
  padding-left: 32px;
  padding-right: 25px;
  margin: 0 auto;
  max-width: 100%;
}

.siteHeader .langMenu .langBtn .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.66);
  margin-top: -11px;
  -webkit-transition: color 0.4s, transform 0.4s;
  -moz-transition: color 0.4s, transform 0.4s;
  -o-transition: color 0.4s, transform 0.4s;
  transition: color 0.4s, transform 0.4s;
}

.siteHeader .langMenu .flag {
  position: absolute;
  height: 17px;
  width: 26px;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.siteHeader .langMenu .langVal {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.siteHeader .langMenu .langListMenu {
  position: absolute;
  top: 100%;
  left: -1px;
  overflow: hidden;
  width: 0;
  opacity: 0;
  min-width: 0;
  padding: 10px 0 5px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.4s, width 0.4s, min-width 0.4s;
  -moz-transition: opacity 0.4s, width 0.4s, min-width 0.4s;
  -o-transition: opacity 0.4s, width 0.4s, min-width 0.4s;
  transition: opacity 0.4s, width 0.4s, min-width 0.4s;
}

.siteHeader .langMenu .langListMenu li {
  padding: 5px 0;
}

.siteHeader .langMenu .langListMenu .flag {
  left: 10px;
}

.siteHeader .langMenu .langListMenu .langVal {
  color: rgba(255, 255, 255, 0.66);
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.siteHeader .langMenu .langListMenu .langBtn {
  display: block;
  padding-left: 42px;
  padding-right: 10px;
  margin: 0;
}

.siteHeader .langMenu .langListMenu .langBtn:hover .langVal {
  color: #fff;
}

.siteHeader .langMenu:hover .langListMenu {
  width: 100%;
  opacity: 1;
  min-width: calc(100% + 2px);
}

.siteHeader .langMenu:hover .langBtn .icon {
  color: #fff;
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.siteHeader .topLine {
  position: relative;
}

.siteHeader .topLine:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  height: calc(50% + 4px);
  left: -1px;
  bottom: 0;
  z-index: 1;
}

.siteHeader .menuWrapper {
  background-color: rgba(0, 0, 0, 0.15);
  position: relative;
}

.siteHeader .menuWrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  left: -1px;
  top: 0;
  z-index: 1;
}

.siteFooter .lineItem {
  padding: 0 41px;
}

.siteFooter .lineItem:first-child {
  padding-left: 0;
}

.siteFooter .lineItem:nth-child(3) {
  margin-right: auto;
}

.siteFooter .loginLink .btnTxt {
  color: #c388c2;
}

.siteFooter .loginLink:after {
  border-left-color: #c388c2;
  border-bottom-color: #c388c2;
}

.siteFooter .loginLink:before {
  border-color: #c388c2;
}

.siteFooter .loginLink .icon {
  color: #c388c2;
}

.siteFooter .loginLink:hover .btnTxt,
.siteFooter .loginLink:hover .icon {
  color: #ffbc01;
}

.siteFooter .loginLink:hover:after {
  border-left: 300px solid #c388c2;
  border-bottom: 300px solid #c388c2;
}

.banner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.banner:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  height: calc(100% - 221px - 23px);
  left: 50%;
  margin-left: -586px;
  top: 0;
  z-index: 1;
}

.banner:after {
  content: '';
  display: block;
  position: absolute;
  height: 70px;
  width: 1000px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -500px;
}

.banner .logoBlock {
  text-align: center;
  position: relative;
}

.banner .logoBlock:before {
  content: '';
  display: block;
  position: absolute;
  width: 324px;
  height: 104px;
  background-image: url(../img/banner-logo-foot.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -162px;
  top: 100%;
  margin-top: -121px;
}

.banner .logoBlock img {
  margin: 0 auto;
}

.banner .name {
  display: block;
  font-size: 48px;
  line-height: 42px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding-left: 0.025em;
}

.banner .underName {
  display: block;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.43em;
  text-transform: uppercase;
  margin-top: 17px;
  padding-left: 0.43em;
}

.banner .btnWrapper {
  margin: 53px auto 0;
}

.banner .btnWrapper .btnMain {
  width: 205px;
}

.banner .btnWrapper:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  width: calc(585px - 113px);
  left: 50%;
  margin-left: -585px;
  top: 26px;
}

.banner .bannerInner {
  position: relative;
  padding: 90px 200px 221px;
  z-index: 1;
}

.banner .bannerInner:after {
  content: '';
  display: block;
  position: absolute;
  height: 70px;
  width: 500px;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  bottom: 0;
  left: 50%;
  margin-left: -500px;
}

.banner .socialsWrapper {
  position: absolute;
  z-index: 2;
  bottom: 383px;
  right: -22px;
}

.banner .socialsWrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  height: calc(444px - 40px);
  right: 22px;
  bottom: calc(100% + 10px);
}

.banner .socialsWrapper .linkSocial {
  display: block;
  text-align: right;
  position: relative;
  font-size: 14px;
  line-height: 44px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  letter-spacing: 0.01em;
  padding-right: 52px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.banner .socialsWrapper .linkSocial .icon {
  display: block;
  position: absolute;
  font-size: 44px;
  line-height: 44px;
  color: inherit;
  font-weight: normal;
  letter-spacing: 0em;
  right: 0;
  top: 0;
}

.banner .socialsWrapper .linkSocial:hover {
  color: #fff;
}

.banner .socialsWrapper .listSocials li+li {
  margin-top: 10px;
}

.banner .textTop {
  display: block;
  position: absolute;
  z-index: 1;
  width: 1920px;
  text-align: center;
  font-size: 123px;
  line-height: 123px;
  color: rgba(255, 255, 255, 0.07);
  font-weight: 900;
  letter-spacing: 0.01em;
  left: 50%;
  margin-left: -960px;
  top: 52px;
  text-transform: uppercase;
}

.banner .textDown {
  display: block;
  position: absolute;
  z-index: 1;
  width: 1920px;
  text-align: center;
  font-size: 70px;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.07);
  font-weight: 900;
  letter-spacing: 0.01em;
  left: 50%;
  margin-left: -960px;
  bottom: 250px;
  text-transform: uppercase;
}

.sectionCaption {
  display: table;
  font-size: 30px;
  line-height: 30px;
  color: #ffbc01;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  position: relative;
  padding-left: 0.025em;
}

.sectionCaption .cap.colorLight {
  color: #fff;
}

.sectionCaption .cap.colorDark {
  color: #909090;
}

.sectionCaption.center {
  margin: 0 auto;
}

.chapterCaption {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #ffbc01;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.chapterCaption .preCaption {
  display: block;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  color: #5d3a00;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.chapterCaption.light .preCaption {
  color: #fff;
}

.chapterCaption.dark .preCaption {
  color: #909090;
}

.chapterCaption+.chapterContent {
  margin-top: 10px;
}

.chapterCaption.center {
  text-align: center;
}

.proposalSection {
  position: relative;
  z-index: 1;
  background-size: 1920px auto;
  background-position: center 191px;
  background-repeat: no-repeat;
}

.proposalSection .sectionCaption {
  position: relative;
  z-index: 2;
}

.proposalSection .sectionCaption:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: calc(100% + 10px);
  background-image: url(../img/caption-line-left.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 398px;
  height: 89px;
}

.proposalSection .sectionCaption:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -84px;
  left: calc(100% + 10px);
  background-image: url(../img/caption-line-right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 397px;
  height: 345px;
}

.proposalSection .tarifCard {
  position: relative;
  background-color: #fff;
  background-image: url(../img/back-tarif-card.png);
  background-size: auto auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.1);
  height: 320px;
  padding: 0 35px;
  overflow: hidden;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}

.proposalSection .tarifCard .btnOpen {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.4s, background-color 0.4s;
  -moz-transition: transform 0.4s, background-color 0.4s;
  -o-transition: transform 0.4s, background-color 0.4s;
  transition: transform 0.4s, background-color 0.4s;
}

.proposalSection .tarifCard .btnOpen:hover {
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0.2);
}

.proposalSection .tarifCard:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background: #e69328;
  background: -moz-linear-gradient(left, #e69328 0%, #b44573 100%);
  background: -webkit-linear-gradient(left, #e69328 0%, #b44573 100%);
  background: linear-gradient(to right, #e69328 0%, #b44573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e69328', endColorstr='#b44573', GradientType=1);
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}

.proposalSection .tarifCard .tarifCircle {
  position: absolute;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 126px;
  height: 126px;
  -webkit-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  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;
  top: 40px;
  left: 50%;
  margin-left: -63px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.proposalSection .tarifCard .tarifCircle .tarifName {
  display: block;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.proposalSection .tarifCard .tarifCircle:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.proposalSection .tarifCard .backCircle {
  position: absolute;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 126px;
  height: 126px;
  top: 40px;
  left: 50%;
  margin-left: -63px;
  background-image: url(../img/pattern-tarif-card.png);
  background-size: auto auto;
  background-position: calc(50% + 44px) calc(50% - 31px);
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.proposalSection .tarifCard .tarifContent {
  text-align: center;
  padding: 188px 0 0;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.4s, padding-top 0.4s;
  -moz-transition: color 0.4s, padding-top 0.4s;
  -o-transition: color 0.4s, padding-top 0.4s;
  transition: color 0.4s, padding-top 0.4s;
}

.proposalSection .tarifCard .tarifContent .tarifName {
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: inherit;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  -webkit-transition: font-size 0.4s, line-height 0.4s;
  -moz-transition: font-size 0.4s, line-height 0.4s;
  -o-transition: font-size 0.4s, line-height 0.4s;
  transition: font-size 0.4s, line-height 0.4s;
}

.proposalSection .tarifCard .tarifContent .percent {
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: inherit;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  -webkit-transition: font-size 0.4s, line-height 0.4s;
  -moz-transition: font-size 0.4s, line-height 0.4s;
  -o-transition: font-size 0.4s, line-height 0.4s;
  transition: font-size 0.4s, line-height 0.4s;
}

.proposalSection .tarifCard .tarifContent .term {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: inherit;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  -webkit-transition: font-size 0.4s, line-height 0.4s, font-weight 0.4s;
  -moz-transition: font-size 0.4s, line-height 0.4s, font-weight 0.4s;
  -o-transition: font-size 0.4s, line-height 0.4s, font-weight 0.4s;
  transition: font-size 0.4s, line-height 0.4s, font-weight 0.4s;
}

.proposalSection .tarifCard .tarifContent .minMax {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: inherit;
  letter-spacing: 0.01em;
}

.proposalSection .tarifCard .tarifContent .about {
  margin-top: 9px;
}

.proposalSection .tarifCard .tarifContent .activeContent {
  margin-top: 5px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s 0s, height 0s 0.4s;
  -moz-transition: opacity 0.4s 0s, height 0s 0.4s;
  -o-transition: opacity 0.4s 0s, height 0s 0.4s;
  transition: opacity 0.4s 0s, height 0s 0.4s;
}

.proposalSection .tarifCard:hover {
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -webkit-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}

.proposalSection .tarifCard:hover .tarifCircle,
.proposalSection .tarifCard:hover .backCircle {
  -moz-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -webkit-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
}

.proposalSection .tarifCard.opened .btnOpen {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.proposalSection .tarifCard.opened:before {
  height: 100%;
}

.proposalSection .tarifCard.opened .tarifCircle {
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  top: 0;
  left: 0;
  margin-left: 0;
  border-color: transparent;
}

.proposalSection .tarifCard.opened .backCircle {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  top: 0;
  left: 0;
  margin-left: 0;
  background-position: center center;
  border-color: transparent;
}

.proposalSection .tarifCard.opened .tarifContent {
  color: #fff !important;
  padding-top: 37px;
}

.proposalSection .tarifCard.opened .tarifContent .tarifName {
  font-size: 48px;
  line-height: 56px;
}

.proposalSection .tarifCard.opened .tarifContent .tarifName.longName {
  font-size: 36px;
}

.proposalSection .tarifCard.opened .tarifContent .percent {
  font-size: 72px;
  line-height: 72px;
}

.proposalSection .tarifCard.opened .tarifContent .term {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}

.proposalSection .tarifCard.opened .tarifContent .activeContent {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.4s 0s, height 0s 0s;
  -moz-transition: opacity 0.4s 0s, height 0s 0s;
  -o-transition: opacity 0.4s 0s, height 0s 0s;
  transition: opacity 0.4s 0s, height 0s 0s;
}

.proposalSection .tarifsMain {
  margin-top: -143px;
}

.proposalSection .tarifsCarouselWrapper {
  max-width: 920px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

.proposalSection .tarifsCarouselWrapper .tarifsCarousel {
  margin: 0 -20px;
}

.proposalSection .tarifsCarouselWrapper .item {
  padding: 0 20px;
}

.proposalSection .sectionContent {
  margin-top: 13px;
}

.proposalSection .chapterAbout,
.proposalSection .chapterVisual {
  width: 50%;
}

.forInvestors {
  position: relative;
  z-index: 1;
  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;
}

.forInvestors .chapterAbout {
  padding-left: 35px;
}

.forInvestors .btnWrapper {
  margin-top: 40px;
}

.forInvestors .btnMain {
  width: 245px;
}

.forInvestors .chapterVisual {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.forLeaders {
  position: relative;
  z-index: 1;
  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;
}

.forLeaders .chapterAbout {
  padding-right: 120px;
}

.forLeaders .chapterVisual {
  position: relative;
  padding-left: 315px;
  padding-top: 3px;
}

.forLeaders .chapterVisual .imageWrapper {
  position: absolute;
  width: 741px;
  left: -162px;
  top: -12px;
  z-index: -1;
}

.forLeaders .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;
}

.forLeaders .level .pre {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #909090;
  letter-spacing: 0.025em;
}

.forLeaders .level .percent {
  display: block;
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.forLeaders .level+.level {
  margin-top: 34px;
}

.forLeaders .level .inner {
  padding-left: 23px;
}

.forLeaders .level .arrow {
  position: relative;
  padding: 12px 0;
}

.forLeaders .level .arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../img/level-square-left.png);
  background-size: auto auto;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -7px;
  left: 0;
}

.forLeaders .level .arrow:after {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: url(../img/level-square-right.png);
  background-size: auto auto;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -14px;
  right: 0;
}

.forLeaders .level .arrow .line {
  position: relative;
  height: 1px;
  width: calc(100% - 39px);
  background-color: #909090;
  margin-left: 13px;
}

.forLeaders .level .arrow .colorMarker {
  position: absolute;
  width: 9px;
  height: 9px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 9px;
  top: 50%;
  margin-top: -5px;
}

.forLeaders .level.light .pre {
  color: #fff;
}

.forLeaders .level.light .arrow:before {
  background-image: url(../img/level-square-left-light.png);
}

.forLeaders .level.light .arrow:after {
  background-image: url(../img/level-square-right-light.png);
}

.forLeaders .level.light .arrow .line {
  background-color: #fff;
}

.forLeaders .btnLilMain {
  width: 270px;
  margin-top: 43px;
}

.investProposal {
  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;
  position: relative;
  z-index: 1;
}

.investProposal:before {
  content: '';
  display: block;
  position: absolute;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  top: 0;
  left: 50%;
  width: calc(50% + 25px);
  height: 610px;
  z-index: -1;
}

.investProposal .chapterVisual {
  padding-left: 15px;
  position: relative;
}

.investProposal .chapterVisual .imageWrapper {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: calc(100% - 15px);
}

.investProposal .chapterAbout {
  padding-top: 54px;
  padding-right: 40px;
  padding-bottom: 396px;
}

.investProposal .tarifs {
  margin: -350px -15px 0;
}

.investProposal .tarifs:after {
  content: "";
  display: block;
  clear: both;
}

.investProposal .tarifs .tarifItem {
  float: left;
  width: 50%;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.investProposal .tarifs .tarifItem:nth-child(2) {
  clear: left;
}

.investProposal .tarifs .tarifItem:before {
  content: '';
  display: block;
  position: absolute;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  top: 0;
  width: calc(100% + 10px);
  height: 100%;
  z-index: -1;
  display: none;
}

.investProposal .tarifs .tarifItem:nth-child(4n+2):before {
  display: block;
  left: -10px;
}

.investProposal .tarifs .tarifItem:nth-child(4n+5):before {
  display: block;
  right: -10px;
}

.investProposal .tarifs .tarifItem:last-child {
  padding-bottom: 40px;
}

.investProposal .tarifs .inner {
  height: 320px;
  padding: 35px 10px 20px 201px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.1);
}

.investProposal .tarifs .inner:before {
  content: '';
  display: block;
  position: absolute;
  width: 104px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #e69328;
  background: -moz-linear-gradient(left, #e69328 0%, #b44573 100%);
  background: -webkit-linear-gradient(left, #e69328 0%, #b44573 100%);
  background: linear-gradient(to right, #e69328 0%, #b44573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e69328', endColorstr='#b44573', GradientType=1);
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}

.investProposal .tarifs .inner .tarifContent {
  position: relative;
  z-index: 2;
}

.investProposal .tarifs .inner:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/back-tarif-card-v.png);
  background-size: auto auto;
  background-position: left calc(50% + 10px);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.1);
}

.investProposal .tarifs .tarifCircle {
  position: absolute;
  z-index: 2;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 126px;
  height: 126px;
  -webkit-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  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;
  top: 50%;
  margin-top: -63px;
  left: 41px;
}

.investProposal .tarifs .tarifCircle .tarifName {
  display: block;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.investProposal .tarifs .backCircle {
  position: absolute;
  z-index: 2;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 126px;
  height: 126px;
  top: 50%;
  margin-top: -63px;
  left: 41px;
  background-image: url(../img/pattern-tarif-card.png);
  background-size: auto auto;
  background-position: calc(50% + 44px) calc(50% - 31px);
  background-repeat: no-repeat;
}

.investProposal .tarifs .tarifName {
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: inherit;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.investProposal .tarifs .percent {
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: inherit;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  -webkit-transition: font-size 0.4s, line-height 0.4s;
  -moz-transition: font-size 0.4s, line-height 0.4s;
  -o-transition: font-size 0.4s, line-height 0.4s;
  transition: font-size 0.4s, line-height 0.4s;
}

.investProposal .tarifs .term {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: inherit;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  -webkit-transition: font-size 0.4s, line-height 0.4s, font-weight 0.4s;
  -moz-transition: font-size 0.4s, line-height 0.4s, font-weight 0.4s;
  -o-transition: font-size 0.4s, line-height 0.4s, font-weight 0.4s;
  transition: font-size 0.4s, line-height 0.4s, font-weight 0.4s;
}

.investProposal .tarifs .minMax {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #909090;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-top: 19px;
}

.investProposal .tarifs .about {
  color: #909090;
  line-height: 17px;
}

.investProposal .tarifs .btnWrapper {
  margin-top: 30px;
}

.investProposal .tarifs .btnMain {
  width: 205px;
}

.tarifBtnItem .tarifBtn {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #d5d5d5;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.tarifBtnItem .tarifBtn .backTarif {
  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;
}

.tarifBtnItem .tarifBtn .backTarif.backTarif1 {
    background: #a35b26; background: -moz-linear-gradient(left, #a35b26 0%, #d49059 100%); background: -webkit-linear-gradient(left, #a35b26 0%,#d49059 100%); background: linear-gradient(to right, #a35b26 0%,#d49059 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a35b26', endColorstr='#d49059',GradientType=1 );
}
.tarifBtnItem .tarifBtn .backTarif.backTarif2 {
    background: #959595; background: -moz-linear-gradient(left, #959595 0%, #c5c5c5 100%); background: -webkit-linear-gradient(left, #959595 0%,#c5c5c5 100%); background: linear-gradient(to right, #959595 0%,#c5c5c5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#c5c5c5',GradientType=1 );
}
.tarifBtnItem .tarifBtn .backTarif.backTarif3 {
    background: #fad126; background: -moz-linear-gradient(left, #fad126 0%, #db7624 100%); background: -webkit-linear-gradient(left, #fad126 0%,#db7624 100%); background: linear-gradient(to right, #fad126 0%,#db7624 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad126', endColorstr='#db7624',GradientType=1 );
}
.tarifBtnItem .tarifBtn .backTarif.backTarif4 {
    background: #d0d0d0; background: -moz-linear-gradient(left, #d0d0d0 0%, #e6e6e6 100%); background: -webkit-linear-gradient(left, #d0d0d0 0%,#e6e6e6 100%); background: linear-gradient(to right, #d0d0d0 0%,#e6e6e6 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#e6e6e6',GradientType=1 );
}
.tarifBtnItem .tarifBtn .backTarif.backTarif5 {
    background: #9d2096; background: -moz-linear-gradient(left, #9d2096 0%, #e24eda 100%); background: -webkit-linear-gradient(left, #9d2096 0%,#e24eda 100%); background: linear-gradient(to right, #9d2096 0%,#e24eda 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d2096', endColorstr='#e24eda',GradientType=1 );
}

.tarifBtnItem .tarifBtn .backTarif:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/pattern-tarif-card.png);
  background-size: auto auto;
  background-position: calc(-145px) calc(-210px);
  background-repeat: no-repeat;
}

.tarifBtnItem .tarifBtn .inner {
  display: block;
  position: relative;
  z-index: 1;
  padding: 14px 10px 14px 20px;
}

.tarifBtnItem .tarifBtn .shortInfo {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
  line-height: 12px;
  padding-bottom: 4px;
}

.tarifBtnItem .tarifBtn .icon {
  display: block;
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  color: #d5d5d5;
  font-weight: normal;
  letter-spacing: 0em;
  top: 50%;
  margin-top: -8px;
  opacity: 0;
  right: 24px;
  -webkit-transition: right 0.4s, opacity 0.4s, color 0.4s;
  -moz-transition: right 0.4s, opacity 0.4s, color 0.4s;
  -o-transition: right 0.4s, opacity 0.4s, color 0.4s;
  transition: right 0.4s, opacity 0.4s, color 0.4s;
}

.tarifBtnItem .tarifBtn:hover {
  color: #fff;
}

.tarifBtnItem .tarifBtn:hover .backTarif {
  opacity: 1;
}

.tarifBtnItem input {
  display: none;
}

.tarifBtnItem input:checked+.tarifBtn {
  color: #fff;
}

.tarifBtnItem input:checked+.tarifBtn .backTarif {
  opacity: 1;
}

.tarifBtnItem input:checked+.tarifBtn .icon {
  right: 14px;
  opacity: 1;
  color: #fff;
}

.profitCalc {
  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-top: 5px;
}

.profitCalc .tarifBtnItem+.tarifBtnItem {
  margin-top: 10px;
}

.profitCalc .calcTarifs {
  width: 270px;
}

.profitCalc .calcDeposit {
  width: calc(100% - 270px);
  padding-left: 8px;
}

.profitCalc .calcDeposit .progressCalc {
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
  margin: 43px auto 0;
}

.profitCalc .calcDeposit .progressCalc:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 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%);
  z-index: 99;
}

.profitCalc .calcDeposit .progressCalc:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/profit-calc-cirlce.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.profitCalc .calcDeposit .progressCalc .depositSum {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding-bottom: 8px;
}

.profitCalc .calcDeposit .progressCalc .depositSum .pre {
  display: block;
  font-size: 24px;
  line-height: 22px;
  color: #909090;
  font-weight: 900;
}

.profitCalc .calcDeposit .progressCalc .depositSum .sum {
  display: block;
  margin-top: 10px;
  font-size: 36px;
  line-height: 22px;
  color: #9d2096;
  font-weight: 900;
}

.profitCalc .calcDeposit .progressCalc .circle {
  width: 200px;
  height: 200px;
  background: #9d2096;
  background: -moz-linear-gradient(135deg, #9d2096 10%, #ffbc01 100%);
  background: -webkit-linear-gradient(135deg, #9d2096 10%, #ffbc01 100%);
  background: linear-gradient(135deg, #9d2096 10%, #ffbc01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d2096', endColorstr='#ffbc01', GradientType=1);
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 100% 0%, 100% 100%);
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 50% 50%, 100% 0%, 100% 100%);
  -webkit-animation-name: loading-calc-progress;
  -moz-animation-name: loading-calc-progress;
  -o-animation-name: loading-calc-progress;
  animation-name: loading-calc-progress;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0.1, 0.9, 0.81);
  -moz-animation-timing-function: cubic-bezier(0, 0.1, 0.9, 0.81);
  -o-animation-timing-function: cubic-bezier(0, 0.1, 0.9, 0.81);
  animation-timing-function: cubic-bezier(0, 0.1, 0.9, 0.81);
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.profitCalc .calcDeposit .progressCalc .range {
  margin-top: 22px;
}

.profitCalc .calcDeposit .progressCalc input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}

.profitCalc .calcDeposit .progressCalc input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.profitCalc .calcDeposit .progressCalc input[type="range"]:focus {
  outline: none;
}

.profitCalc .calcDeposit .progressCalc input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background-color: #ffbc01;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.32);
  cursor: pointer;
  margin-top: -6px;
  z-index: 9;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.profitCalc .calcDeposit .progressCalc input[type="range"]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  background-color: #ffbc01;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.32);
  cursor: pointer;
  border: 0;
  z-index: 9;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.profitCalc .calcDeposit .progressCalc input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background-color: #909090;
}

.profitCalc .calcDeposit .progressCalc input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background-color: #909090;
}

.profitCalc .calcResult {
  width: calc(100% - 25px);
  background-color: #9d2096;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 60px 17px;
  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: 40px;
}

.profitCalc .calcResult .pre {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
}

.profitCalc .calcResult .val {
  display: block;
  font-size: 30px;
  line-height: 31px;
  color: #ffbc01;
  font-weight: 900;
  white-space: nowrap;
}

.gradientBlock {
  position: relative;
  background: #9d2096;
  background: -moz-linear-gradient(45deg, #9d2096 0%, #ffbc01 100%);
  background: -webkit-linear-gradient(45deg, #9d2096 0%, #ffbc01 100%);
  background: linear-gradient(45deg, #9d2096 0%, #ffbc01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d2096', endColorstr='#ffbc01', GradientType=1);
}

.gradientBlock .sectionBack {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}

.aboutSection .aboutInfo {
  position: relative;
}

.aboutSection .aboutInfo .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;
}

.aboutSection .aboutInfo .textColumn {
  width: calc(100% - 620px);
}

.aboutSection .aboutInfo .mediaWrapper {
  position: relative;
  z-index: 1;
  width: 560px;
}

.aboutSection .aboutInfo .videoLink {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.32);
  position: relative;
  width: 100%;
  height: 347px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
}

.aboutSection .aboutInfo .videoLink .play {
  display: block;
  position: absolute;
  font-size: 128px;
  line-height: 128px;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -64px;
  margin-top: -64px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.aboutSection .aboutInfo .videoLink:hover {
  -webkit-box-shadow: 0 5px 20px 0 transparent;
  -moz-box-shadow: 0 5px 20px 0 transparent;
  box-shadow: 0 5px 20px 0 transparent;
}

.aboutSection .aboutInfo .videoLink:hover .play {
  color: #ffbc01;
}

.aboutSection .aboutReg {
  position: relative;
}

.aboutSection .aboutReg .textColumn {
  width: 513px;
}

.aboutSection .aboutReg .textColumn .chapterContent {
  display: block;
}

.aboutSection .aboutReg:before {
  content: '';
  display: block;
  position: absolute;
  height: calc(100% + 30px + 37px + 40px + 70px);
  top: -30px;
  width: calc(50% + 25px);
  left: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.aboutSection .aboutReg .mediaWrapper {
  width: 50%;
}

.aboutSection .aboutReg .mediaWrapper .certificates {
  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;
}

.aboutSection .aboutReg .mediaWrapper .certificate {
  height: 289px;
  width: 206px;
  background-size: auto auto;
  background-position: left top;
  background-repeat: no-repeat;
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -webkit-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  transform: rotate(12deg);
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.33);
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}

.aboutSection .aboutReg .mediaWrapper .certificate>a,
.aboutSection .aboutReg .mediaWrapper .certificate .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;
}

.aboutSection .aboutReg .mediaWrapper .certificate:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: calc(100% + 68px);
  width: 413px;
  top: 0;
  left: -60px;
  background-image: url(../img/certificate-shadow.png);
  background-size: auto auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  transform: rotate(-12deg);
  -webkit-transition: background-position 0.4s;
  -moz-transition: background-position 0.4s;
  -o-transition: background-position 0.4s;
  transition: background-position 0.4s;
}

.aboutSection .aboutReg .mediaWrapper .certificate:hover {
  -webkit-box-shadow: 0 2px 8px 0 transparent;
  -moz-box-shadow: 0 2px 8px 0 transparent;
  box-shadow: 0 2px 8px 0 transparent;
}

.aboutSection .aboutReg .mediaWrapper .certificate:hover:after {
  background-position: center calc(100% - 5px);
}

.aboutSection .aboutReg .mediaWrapper .item:first-child .certificate:after {
  height: calc(100% + 56px);
}

.aboutSection .aboutReg .mediaWrapper .item:nth-child(2) {
  margin-left: 33px;
  margin-top: -12px;
}

.aboutSection .aboutReg .chapterContent,
.aboutSection .aboutReg .aboutRegItem {
  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;
}

.aboutSection .btnLilMain {
  width: 270px;
  margin: 37px auto 0;
}

.statisticSection {
  padding-top: 95px;
  position: relative;
  padding-bottom: 69px;
  background-size: auto auto;
  background-position: calc(50% - 960px) 224px;
  background-repeat: no-repeat;
}

.statisticSection:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 605px;
  width: 610px;
  top: 0;
  left: 50%;
  margin-left: -610px;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
}

.statisticSection:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: calc(100% - 605px);
  width: 610px;
  top: 605px;
  left: 50%;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
}

.statisticSection .sectionContent {
  position: relative;
  padding-top: 473px;
  z-index: 1;
}

.statisticSection .illustration {
  position: absolute;
  z-index: -1;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  top: -41px;
  height: 717px;
  background-size: auto auto;
  background-position: center;
  background-repeat: no-repeat;
}

.statisticSection .statisticList {
  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: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.statisticSection .statisticList .item:first-child {
  padding-top: 38px;
  padding-left: 129px;
  width: 270px;
}

.statisticSection .statisticList .item:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 430px;
  padding-top: 35px;
  padding-left: 9px;
}

.statisticSection .statisticList .item:nth-child(3) {
  width: calc(100% - 540px);
  padding-top: 78px;
  padding-left: 335px;
}

.statisticSection .statisticList .item:nth-child(4) {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 370px;
  padding-left: 37px;
  padding-top: 48px;
}

.statisticSection .statisticList .item:last-child {
  width: 270px;
}

.statisticSection .statisticList .item:last-child .inner {
  float: right;
}

.statisticSection .statisticList .caption {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #909090;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.statisticSection .statisticList .pre {
  display: block;
  font-style: italic;
  font-size: 15px;
  line-height: 24px;
  color: #909090;
  font-weight: 300;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-top: 2px;
}

.statisticSection .statisticList .val {
  display: block;
  font-size: 30px;
  line-height: 33px;
  font-weight: 900;
}

.statisticSection .lastOperations {
  padding-top: 57px;
}

.statisticSection .lastOperations .item {
  padding: 0 15px;
}

.statisticSection .lastOperations .operationCard {
  background: #fad126;
  background: -moz-linear-gradient(30deg, #fad126 0%, #cc6c4c 100%);
  background: -webkit-linear-gradient(30deg, #fad126 0%, #cc6c4c 100%);
  background: linear-gradient(30deg, #fad126 0%, #cc6c4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad126', endColorstr='#cc6c4c', GradientType=1);
}

.statisticSection .lastOperations .operationCard .inner {
  padding: 10px 15px 18px 26px;
  position: relative;
  -webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.33);
  background-image: url(../img/pattern-tarif-card.png);
  background-size: auto;
  background-position: calc(50% - 2px) calc(50% + 8px);
  background-repeat: no-repeat;
}

.statisticSection .lastOperations .operationCard .title {
  display: block;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.statisticSection .lastOperations .operationCard .name {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #9d2096;
  margin-top: 6px;
}

.statisticSection .lastOperations .operationCard .sum {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 900;
  margin-top: 7px;
}

.statisticSection .lastOperations .operationCard .date {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #646464;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 3px;
}

.statisticSection .lastOperations .operationCard .payment {
  display: block;
  width: 116px;
  height: 116px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -22px;
  right: -11px;
}

.statisticSection .lastOperations .operationsCarousel {
  margin: 29px -15px 0;
}

.preContentCaption {
  display: block;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  margin-top: 7px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.howToStartSection {
  position: relative;
  padding-top: 75px;
  padding-bottom: 33px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.howToStartSection:before {
  content: '';
  display: block;
  position: absolute;
  width: 610px;
  height: 478px;
  background-color: #fff;
  top: 0;
  left: 50%;
  margin-left: -610px;
  background-color: rgba(255, 255, 255, 0.07);
}

.howToStartSection:after {
  content: '';
  display: block;
  position: absolute;
  width: 610px;
  height: calc(100% - 478px);
  background-color: #fff;
  bottom: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.07);
}

.howToStartSection .sectionContent {
  margin-top: 24px;
  position: relative;
}

.howToStartSection .sectionContent:before {
  content: '';
  display: block;
  position: absolute;
  width: 446px;
  height: 70px;
  background-color: #fff;
  bottom: -33px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.howToStartSection .sectionContent:after {
  content: '';
  display: block;
  position: absolute;
  width: 223px;
  height: 70px;
  background-color: #fff;
  bottom: -33px;
  left: 50%;
  margin-left: -223px;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
}

.howToStartSection .btnWrapper {
  margin-top: 64px;
}

.howToStartSection .btnMain {
  width: 245px;
}

.howToStartSection .btnMain .btnTxt {
  font-size: 16px;
}

.howToStartSection .steps {
  display: table;
  margin: 33px auto;
}

.howToStartSection .steps:after {
  content: "";
  display: block;
  clear: both;
}

.howToStartSection .steps .stepNum {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -34px;
}

.howToStartSection .steps .stepNum .num {
  display: block;
  font-size: 100px;
  line-height: 74px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0em;
}

.howToStartSection .steps .stepNum .zero {
  display: none;
}

.howToStartSection .steps .caption {
  display: block;
  font-size: 15px;
  line-height: 19px;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-top: auto;
  text-align: right;
}

.howToStartSection .steps .icon {
  display: block;
  position: absolute;
  width: 61px;
  height: 61px;
  background-size: auto auto;
  background-position: center top;
  background-repeat: no-repeat;
  top: 54px;
  left: 50%;
  margin-left: -30px;
}

.howToStartSection .steps .txt {
  font-size: 15px;
  line-height: 17px;
  color: #909090;
  font-weight: 300;
  margin-top: 5px;
  text-align: right;
}

.howToStartSection .steps .step {
  position: relative;
  z-index: 1;
  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: 446px;
  padding: 0 100px 84px 0;
}

.howToStartSection .steps .step .stepBack {
  z-index: -1;
  position: absolute;
  width: 316px;
  height: 316px;
  background: #d9d9d9;
  background: -moz-linear-gradient(135deg, #d9d9d9 0%, #ffffff 100%);
  background: -webkit-linear-gradient(135deg, #d9d9d9 0%, #ffffff 100%);
  background: linear-gradient(135deg, #d9d9d9 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#ffffff', GradientType=1);
  -webkit-box-shadow: 6.181px 3.286px 43px 16px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 6.181px 3.286px 43px 16px rgba(0, 0, 0, 0.33);
  box-shadow: 6.181px 3.286px 43px 16px rgba(0, 0, 0, 0.33);
  overflow: hidden;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-left: -158px;
  margin-top: -158px;
}

.howToStartSection .steps .step .stepBack:before {
  content: '';
  display: block;
  position: absolute;
  width: 239px;
  height: 239px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  right: -64px;
  bottom: -64px;
  z-index: 1;
}

.howToStartSection .steps .step .stepBack:after {
  content: '';
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  background-image: url(../img/step-arrow.png);
  background-size: auto auto;
  background-position: right center;
  background-repeat: no-repeat;
  bottom: 20px;
  right: 20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.howToStartSection .steps .step .stepBack .cloud {
  background-image: url(../img/cloud-deposit.png);
  background-size: auto auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 192px;
  height: 268px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: rotate(45deg) translate(-50%, calc(100px - 50%));
  -ms-transform: rotate(45deg) translate(-50%, calc(100px - 50%));
  -webkit-transform: rotate(45deg) translate(-50%, calc(100px - 50%));
  -o-transform: rotate(45deg) translate(-50%, calc(100px - 50%));
  transform: rotate(45deg) translate(-50%, calc(100px - 50%));
}

.howToStartSection .steps .item {
  float: left;
  width: 265px;
  position: relative;
}

.howToStartSection .steps .item:first-child {
  z-index: 4;
}

.howToStartSection .steps .item:first-child .stepNum .num {
  padding-right: 14px;
}

.howToStartSection .steps .item:first-child .caption {
  color: #d5a110;
}

.howToStartSection .steps .item:first-child .step .stepBack:before {
  background-color: #ffbc01;
}

.howToStartSection .steps .item:nth-child(2) {
  z-index: 3;
}

.howToStartSection .steps .item:nth-child(2) .caption {
  color: #cc6c4c;
}

.howToStartSection .steps .item:nth-child(2) .step .stepBack:before {
  background-color: #cc6c4c;
}

.howToStartSection .steps .item:nth-child(3) {
  z-index: 2;
}

.howToStartSection .steps .item:nth-child(3) .caption {
  color: #9d2096;
}

.howToStartSection .steps .item:nth-child(3) .step .stepBack:before {
  background-color: #9d2096;
}

.howToStartSection .steps .item:nth-child(4) .caption {
  color: #5d3a00;
}

.howToStartSection .steps .item:nth-child(4) .step .stepBack:before {
  background-color: #5d3a00;
}

.howToStartSection .steps .item:nth-child(4) .step .stepBack:after {
  display: none;
}

.newsAdvantagesSection {
  position: relative;
  padding-top: 94px;
  padding-bottom: 45px;
  background-size: 1920px auto;
  background-position: calc(100% + 17px) -16px;
  background-repeat: no-repeat;
}

.newsAdvantagesSection:before {
  content: '';
  display: block;
  position: absolute;
  width: 610px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -610px;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
}

.newsAdvantagesSection .sectionInner {
  position: relative;
  z-index: 1;
}

.newsAdvantagesSection .sectionInner:after {
  content: "";
  display: block;
  clear: both;
}

.newsAdvantagesSection .sectionChapter {
  float: left;
  width: 50%;
}

.newsAdvantagesSection .news {
  padding-left: 25px;
}

.newsAdvantagesSection .news .chapterContent {
  margin-top: 7px;
}

.newsAdvantagesSection .advantages {
  padding-right: 13px;
}

.newsAdvantagesSection .advantages .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;
  margin: 11px -13px 0;
}

.newsAdvantagesSection .advantagesItem {
  width: 50%;
  padding: 14px 13px 0;
}

.newsAdvantagesSection .advantagesItem .inner {
  position: relative;
  z-index: 1;
  padding: 94px 0 36px 0;
}

.newsAdvantagesSection .advantagesItem .inner:before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 12px);
  height: 100%;
  top: 0;
  left: -12px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 2px 2px 16px 2px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 2px 2px 16px 2px rgba(0, 0, 0, 0.33);
  box-shadow: 2px 2px 16px 2px rgba(0, 0, 0, 0.33);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -webkit-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
}

.newsAdvantagesSection .advantagesItem .icon {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  top: 14px;
  right: 31px;
  background-size: auto auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.newsAdvantagesSection .advantagesItem .caption {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #909090;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.newsAdvantagesSection .advantagesItem .txt {
  display: block;
  font-size: 15px;
  line-height: 17px;
  color: #909090;
  font-weight: 300;
  margin-top: 11px;
}

.newsAdvantagesSection .advantagesItem:first-child .icon {
  right: 24px;
}

.newsAdvantagesSection .advantagesItem:nth-child(2n) {
  margin-top: -32px;
}

.newsAdvantagesSection .advantagesItem:nth-child(2n) .icon {
  top: 12px;
}

.newsAdvantagesSection .newsCarousel .item {
  padding: 0 10px;
}

.newsAdvantagesSection .newsCarouselWrapper {
  margin: 0 -10px;
}

.newsCard .date {
  display: block;
  text-align: right;
  font-size: 13px;
  line-height: 28px;
  color: #909090;
}

.newsCard .caption {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #909090;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-top: 16px;
}

.newsCard .textBlock {
  margin-top: 8px;
}

.newsCard .textBlock p {
  font-size: 15px;
  line-height: 18px;
  color: #909090;
  font-weight: 300;
}

.newsCard .imageWrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
}

.newsCard .accentLink {
  display: table;
  font-size: 13px;
  line-height: 18px;
  color: #cc6c4c;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: rgba(204, 108, 76, 0.2);
  -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;
  margin-top: 18px;
}

.newsCard .accentLink:hover {
  text-decoration-color: #cc6c4c;
}

.newsCard.bigCard .date {
  font-size: 16px;
  line-height: 28px;
  color: #9d2096;
}

.newsCard.bigCard .date:before {
  content: '\e90a';
  display: inline-block;
  padding-right: 6px;
  vertical-align: top;
  font-family: 'icomoon';
  font-size: 15px;
  line-height: 28px;
  color: #9d2096;
}

.newsCard.bigCard .imageWrapper {
  height: 220px;
}

.newsCard.bigCard .caption {
  margin-top: 20px;
}

.paymentsSection {
  padding: 50px 0 54px;
  position: relative;
}

.paymentsSection:before {
  content: '';
  display: block;
  position: absolute;
  width: 610px;
  height: 100%;
  top: 0;
  left: 50%;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
}

.paymentsSection .sectionInner {
  position: relative;
}

.paymentsSection .listPayments {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.paymentsSection .listPayments li {
  padding: 0 20px 0;
  font-size: 80px;
  line-height: 80px;
  color: #9d2096;
  width: calc( 100% / 7);
  height: 80px;
}

.paymentsSection .listPayments li img {
  display: inline-block;
  vertical-align: middle;
}

.siteFooter .footerInner {
  background-color: #861184;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 23px 0 20px;
}

.siteFooter .agreeInfo {
  margin: 0 -15px 0;
}

.siteFooter .agreeInfo:after {
  content: "";
  display: block;
  clear: both;
}

.siteFooter .agreeInfo .item {
  float: left;
  padding: 20px 15px 0;
}

.siteFooter .agreeInfo .item:first-child {
  width: 600px;
}

.siteFooter .agreeInfo .item:nth-child(2) {
  width: 300px;
}

.siteFooter .agreeInfo .item:nth-child(3) {
  width: calc(100% - 900px);
}

.siteFooter .agreeInfo .caption {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  color: #ffbc01;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.siteFooter .agreeInfo .textBlock {
  margin-top: 11px;
}

.siteFooter .socialsWrapper {
  margin-top: 29px;
}

.siteFooter .socialsWrapper .linkSocial {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  position: relative;
}

.siteFooter .socialsWrapper .linkSocial .icon {
  display: block;
  font-size: 44px;
  line-height: 44px;
  color: inherit;
  font-weight: normal;
  letter-spacing: 0em;
}

.siteFooter .socialsWrapper .linkSocial:hover {
  color: #fff;
}

.siteFooter .socialsWrapper .listSocials {
  display: table;
  position: relative;
  margin: 0 auto;
}

.siteFooter .socialsWrapper .listSocials:after {
  content: "";
  display: block;
  clear: both;
}

.siteFooter .socialsWrapper .listSocials:before,
.siteFooter .socialsWrapper .listSocials:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 186px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.siteFooter .socialsWrapper .listSocials:before {
  right: calc(100% + 10px);
}

.siteFooter .socialsWrapper .listSocials:after {
  left: calc(100% + 10px);
}

.siteFooter .socialsWrapper .listSocials li {
  float: left;
  padding: 0 10px;
}

.siteFooter .menuWrapper {
  background: -moz-linear-gradient(-45deg, #7c1e77 25%, #6d0568 0, #6d0568 50%, #7c1e77 0, #7c1e77 75%, #6d0568 0);
  background: -webkit-linear-gradient(-45deg, #7c1e77 25%, #6d0568 0, #6d0568 50%, #7c1e77 0, #7c1e77 75%, #6d0568 0);
  background: linear-gradient(-45deg, #7c1e77 25%, #6d0568 0, #6d0568 50%, #7c1e77 0, #7c1e77 75%, #6d0568 0);
  background-color: #6d0568;
  background-size: 5px 5px;
  padding: 11px 0 14px;
}

.pageTitle {
  text-align: center;
  padding: 52px 0 102px;
  position: relative;
}

.pageTitle:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  left: 50%;
  margin-left: -586px;
  top: 0;
  z-index: 1;
}

.pageTitle .title {
  display: block;
  font-size: 124px;
  line-height: 124px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  opacity: 0.2;
}

.pageTitle.longTitle .title {
  font-size: 90px;
}

.mainInner .aboutSection {
  padding-bottom: 70px;
}

.mainInner .aboutSection .aboutInfo {
  padding-top: 44px;
}

.mainInner .aboutSection .aboutInfo:before {
  content: '';
  display: block;
  position: absolute;
  height: calc(100% - 30px);
  top: 0;
  width: calc(50% + 25px);
  right: 50%;
  background-color: #fff;
}

.mainInner .aboutSection .aboutInfo .chapterCaption {
  padding-left: 620px;
}

.mainInner .aboutSection .aboutInfo .mediaWrapper {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-top: -72px;
}

.mainInner .aboutSection .aboutInfo .mediaWrapper:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url(../img/media-corner-dark.png);
  background-size: auto auto;
  background-position: center;
  background-repeat: no-repeat;
  top: -13px;
  left: -13px;
  width: 58px;
  height: 53px;
}

.mainInner .aboutSection .aboutInfo .mediaWrapper:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url(../img/media-corner-light.png);
  background-size: auto auto;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -13px;
  right: -13px;
  width: 58px;
  height: 53px;
}

.mainInner .aboutSection .aboutReg {
  padding-top: 44px;
}

.mainInner .aboutSection .aboutReg .securitySystems {
  margin-top: 8px;
}

.mainInner .aboutSection .aboutReg .mediaWrapper {
  margin-top: -130px;
}

.mainInner .aboutSection .aboutReg .textBlock {
  padding-right: 40px;
}

.mainInner .proposalSection:after {
  content: '';
  display: block;
  position: absolute;
  height: 70px;
  width: 500px;
  left: 50%;
  margin-left: -500px;
  top: 73px;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
}

.mainInner .proposalSection .aboutTarifs {
  position: relative;
}

.mainInner .proposalSection .aboutTarifs:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: calc(100% - 143px);
  width: calc(50% + 25px);
  bottom: 0;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  right: 50%;
}

.mainInner .proposalSection .forInvestors {
  padding-top: 54px;
  padding-bottom: 50px;
}

.mainInner .proposalSection .forLeaders {
  padding-top: 41px;
  padding-bottom: 70px;
}

.mainInner .proposalSection .forLeaders:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(50% + 25px);
  bottom: 0;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  left: 50%;
}

.pageInner {
  position: relative;
  background-size: 1920px auto;
  background-position: center 200px;
  background-repeat: no-repeat;
}

/* .pageInner:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  bottom: 100%;
  height: 67px;
  width: 50%;
  left: 50%;
} */

.pageInner .aboutSection {
  padding-bottom: 44px;
}

.pageInner .aboutSection .aboutInfo {
  padding-top: 54px;
}

.pageInner .aboutSection .aboutInfo .mediaWrapper {
  margin-right: 25px;
  margin-top: -112px;
}

.pageInner .aboutSection .aboutReg:before {
  display: none;
}

.pageInner .aboutSection .aboutReg .textColumn {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 34px;
}

.pageInner .aboutSection .aboutReg .aboutRegItem {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.pageInner .aboutSection .aboutReg .aboutRegItem:nth-child(2n+1) .textColumn {
  padding-left: 41px;
}

.pageInner .aboutSection .aboutReg .aboutRegItem:nth-child(2n+1) .mediaWrapper {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.pageInner .aboutSection .aboutReg .aboutRegItem:nth-child(2n) .textColumn {
  padding-right: 41px;
  padding-bottom: 0;
}

.pageInner .aboutSection .aboutReg .aboutRegItem:last-child {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.pageInner .aboutSection .aboutReg .securitySystems {
  margin-top: 19px;
}

.pageInner .aboutSection .aboutReg .certificates {
  min-height: 469px;
  height: 100%;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  width: calc(100% + 25px);
  margin-left: -25px;
  padding-left: 25px;
  padding-top: 83px;
  padding-right: 40px;
}

.pageInner .aboutSection .aboutReg .imageMap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 449px;
}

.pageInner .aboutSection .aboutReg .btnWrapper {
  margin-top: 57px;
}

.pageInner .aboutSection .aboutReg .btnMain {
  width: 205px;
}

.pageInner .proposalSection .forInvestors {
  padding-top: 37px;
  padding-bottom: 80px;
}

.pageInner .proposalSection .forInvestors:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(50% + 25px);
  top: 0;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  left: -25px;
}

.pageInner .proposalSection .forLeaders {
  padding-top: 55px;
  padding-bottom: 70px;
}

.pageInner .proposalSection .forLeaders:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
  width: calc(50% + 25px);
  left: -25px;
  background-color: rgba(255, 255, 255, 0.1);
}

.columnsWrapper {
  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 -15px 0;
  position: relative;
}

.columnsWrapper .column {
  width: 50%;
  padding: 0 15px 0;
}

.columnsWrapper .column.visual {
  padding: 0;
}

.columnsWrapper .column:first-child:not(.visual) {
  padding-top: 54px;
}

.columnsWrapper .mediaWrapper {
  position: relative;
  z-index: 1;
  width: calc(100% + 10px);
}

.columnsWrapper.visuals:nth-child(2n+1) .column:first-child {
  padding-right: 40px;
}

.columnsWrapper.visuals:nth-child(2n) .column:first-child {
  padding-left: 35px;
}

.columnsWrapper.visuals:nth-child(2n) .column.visual {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.columnsWrapper.visuals:nth-child(2n) .column.visual .mediaWrapper {
  margin-left: -10px;
}

.gridWrapper {
  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 -15px;
}

.gridWrapper .gridMasonry {
  width: 100%;
}

.gridWrapper .gridMasonry .item {
  width: 50%;
  padding: 50px 15px 0;
}

.gridWrapper .column {
  width: 50%;
  padding: 50px 15px 0;
}

.rulesSection {
  position: relative;
  z-index: 1;
}

.rulesSection .gridWrapper {
  padding-bottom: 45px;
  position: relative;
}

.rulesSection .gridWrapper:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(50% + 10px);
  bottom: 0;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  right: 50%;
}

.rulesSection .rulesChapter .rulesChapterHead {
  position: relative;
  padding-left: 29px;
}

.rulesSection .rulesChapter .rulesChapterHead .num {
  display: block;
  font-size: 36px;
  line-height: 36px;
  color: #9d2096;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.rulesSection .rulesChapter .rulesChapterHead .caption {
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #ffbc01;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.rulesSection .rulesChapter .rulesChapterHead:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 27px;
  background-color: #9d2096;
  top: 27px;
  left: -10px;
}

.rulesSection .rulesChapter .listRules {
  margin-top: 16px;
}

.rulesSection .rulesChapter .listRules li+li {
  margin-top: 10px;
}

.newsSection .column {
  padding-top: 54px;
}

.newsSection .columnsWrapper {
  padding-bottom: 56px;
}

.newsSection .columnsWrapper:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(50% + 10px);
  bottom: 0;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  left: 50%;
}

.newsSection .paginationLine:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(50% + 25px);
  bottom: 0;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  right: 50%;
}

.paginationLine {
  position: relative;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 49px;
}

.paginationLine .paginationInner {
  min-width: 292px;
  width: 292px;
  left: 50%;
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  position: relative;
  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;
  background-image: url(../img/back-nav.png);
  padding: 0 80px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.paginationLine .paginationInner [class*="btnArrow"] {
  display: block;
  width: 60px;
  cursor: pointer;
  text-align: center;
  float: left;
  -webkit-transition: padding-left 0.8s, padding-right 0.4s, opacity 0.8s, left 0.4s 0s, right 0.4s 0s;
  -moz-transition: padding-left 0.8s, padding-right 0.4s, opacity 0.8s, left 0.4s 0s, right 0.4s 0s;
  -o-transition: padding-left 0.8s, padding-right 0.4s, opacity 0.8s, left 0.4s 0s, right 0.4s 0s;
  transition: padding-left 0.8s, padding-right 0.4s, opacity 0.8s, left 0.4s 0s, right 0.4s 0s;
}

.paginationLine .paginationInner [class*="btnArrow"] .icon {
  display: block;
  font-size: 42px;
  line-height: 42px;
  color: #9d2096;
}

.paginationLine .paginationInner [class*="btnArrow"]+[class*="btnArrow"] {
  margin-left: 12px;
}

.paginationLine .paginationInner [class*="btnArrow"][class*="Left"]:hover {
  padding-right: 9px !important;
}

.paginationLine .paginationInner [class*="btnArrow"][class*="Right"]:hover {
  padding-left: 9px !important;
}

.writeMessageRoad {
  margin-top: 25px;
}

.writeMessageRoad .caption {
  display: block;
  position: relative;
  margin-right: -15px;
  text-align: right;
  font-size: 18px;
  line-height: 20px;
  color: #909090;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 70px;
}

.writeMessageRoad .caption:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/arrow-right.png);
  width: 48px;
  height: 48px;
  background-size: auto auto;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  margin-top: -24px;
}

.messageForm {
  background: #9d2096;
  background: -moz-linear-gradient(45deg, #9d2096 0%, #ffbc01 100%);
  background: -webkit-linear-gradient(45deg, #9d2096 0%, #ffbc01 100%);
  background: linear-gradient(45deg, #9d2096 0%, #ffbc01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d2096', endColorstr='#ffbc01', GradientType=1);
  padding: 45px 62px 44px;
  position: relative;
}

.messageForm .btnWrapper,
.messageForm .btnMain {
  width: 100%;
}

.messageForm .formInner {
  max-width: 250px;
  position: relative;
  z-index: 1;
}

.messageForm .imageWrapper {
  position: absolute;
  bottom: 17px;
  right: 0;
}

.messageForm .imageWrapper img {
  max-width: none;
}

.faqSection .sectionInner {
  position: relative;
  padding-top: 15px;
  padding-bottom: 70px;
}

.faqSection .sectionInner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(50% + 25px);
  bottom: 0;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  right: 50%;
}

.faqSection .item+.item {
  margin-top: 55px;
}

.faqSection .faqChapter .faqChapterHead {
  position: relative;
  padding-left: 29px;
  padding-bottom: 23px;
}

.faqSection .faqChapter .faqChapterHead .caption {
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #ffbc01;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.faqSection .faqChapter .faqChapterHead:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 27px;
  background-color: #9d2096;
  top: 13px;
  left: -10px;
}

.faqSection .faqChapter .faqQuestion+.faqQuestion {
  margin-top: 25px;
}

.faqSection .faqChapter .faqAnswer {
  padding: 13px 0 0 39px;
}

.faqSection .faqChapter .faqQuestionBtn {
  text-transform: uppercase;
  padding: 5px 15px 5px 81px;
}

.slideBlock .slideBtn {
  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;
  min-height: 65px;
  border: 1px solid #9d2096;
  font-size: 16px;
  line-height: 20px;
  color: #909090;
  font-weight: bold;
  letter-spacing: 0.01em;
  cursor: pointer;
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.slideBlock .slideBtn .icon {
  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;
  height: calc(100% + 2px);
  width: 66px;
  top: -1px;
  left: -1px;
  background-color: #9d2096;
  font-size: 17px;
  line-height: 20px;
  color: #ffbc01;
  font-weight: normal;
  letter-spacing: 0em;
  -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;
}

.slideBlock .slideBtn .icon:before {
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}

.slideBlock .slideContent {
  display: none;
}

.slideBlock.active .slideBtn {
  border-color: #ffbc01;
}

.slideBlock.active .slideBtn .icon {
  color: #9d2096;
  background-color: #ffbc01;
}

.slideBlock.active .slideBtn .icon:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contactsSection .sectionInner {
  padding: 70px 160px 63px;
  position: relative;
  z-index: 1;
}

.contactsSection .sectionInner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(50% + 25px);
  bottom: 0;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  right: 50%;
}

.contactsSection .contactsList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contactsSection .contactItem {
  width: calc(100% / 7);
}

.contactsSection .contactItem .icon {
  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;
  width: 210px;
  height: 210px;
  background-size: auto auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -105px;
  left: 50%;
}

.contactsSection .contactItem .icon:before {
  content: '';
  display: block;
  position: absolute;
  background: #ff544f;
  background: -moz-linear-gradient(left, #ff544f 0%, #fad126 100%);
  background: -webkit-linear-gradient(left, #ff544f 0%, #fad126 100%);
  background: linear-gradient(to right, #ff544f 0%, #fad126 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff544f', endColorstr='#fad126', GradientType=1);
  width: 150px;
  height: 150px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  left: 50%;
  top: 50%;
  margin-left: -76px;
  margin-top: -76px;
}

.contactsSection .contactItem .icon:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/arrow-contacts.png);
  width: 46px;
  height: 195px;
  background-size: auto auto;
  background-position: center top;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -23px;
  top: 100%;
  margin-top: -9px;
}

.contactsSection .contactItem .contactLink {
  display: table;
  position: relative;
  text-align: center;
  width: 210px;
  left: 50%;
  margin-left: -105px;
  margin-top: 200px;
}

.contactsSection .contactItem .contactLink .pre {
  display: block;
  font-size: 15px;
  line-height: 19px;
  color: #909090;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.contactsSection .contactItem .contactLink .address {
  display: block;
  font-size: 15px;
  line-height: 19px;
  color: #909090;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.contactsSection .contactItem .contactLink:hover .address {
  color: #ffbc01;
}

.contactsSection .contactItem:nth-child(2n) {
  padding-top: 133px;
}

.preContactsSection .messageForm .imageWrapper {
  right: -74px;
}

.signSection .column {
  padding-top: 54px;
  padding-bottom: 94px;
}

.signSection .column:first-child {
  padding-left: 40px;
}

.signSection .chapterCaption {
  text-align: center;
}

.signSection .chapterContent {
  margin-top: 35px;
}

.signSection .columnsWrapper:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(50% + 10px);
  bottom: 0;
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  left: 50%;
}

.signForm {
  max-width: 250px;
  margin: 0 auto;
}

.signForm .formItem+.formItem {
  margin-top: 21px;
}

.signForm .btnWrapper,
.signForm .btnMain {
  width: 100%;
}

.signForm .btnWrapper {
  margin-top: 30px;
}

.signForm .accentBtn {
  margin: 25px auto 0;
}

.accentBtn {
  display: table;
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 18px;
  color: #cc6c4c;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: rgba(204, 108, 76, 0.2);
  -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;
}

.accentBtn:hover {
  text-decoration-color: #cc6c4c;
}

.cabHeader {
  width: 100px;
  position: relative;
  z-index: 10;
  background-color: #9d2096;
  -webkit-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
}

.cabHeader .logoLink {
  width: 67px;
  margin: 0 auto;
}

.cabHeader .logoWrapper {
  background-image: url(../img/back-cab-logo.png);
  background-size: auto auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 15px 0 52px;
}

.cabHeader .burger {
  display: none;
  position: relative;
  width: 36px;
  height: 28px;
  cursor: pointer;
}

.cabHeader .burger span {
  display: block;
  background-color: #fff;
  height: 2px;
  position: absolute;
  width: 100%;
  top: 50%;
}

.cabHeader .burger span:first-child {
  margin-top: -14px;
}

.cabHeader .burger span:nth-child(2) {
  margin-top: -1px;
  -webkit-transition: opacity 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

.cabHeader .burger span:nth-child(3) {
  margin-top: 12px;
}

.cabHeader .burger span:first-child,
.cabHeader .burger span:nth-child(3) {
  -webkit-transition: transform 0.3s 0s, margin-top 0.3s 0.3s;
  -moz-transition: transform 0.3s 0s, margin-top 0.3s 0.3s;
  -o-transition: transform 0.3s 0s, margin-top 0.3s 0.3s;
  transition: transform 0.3s 0s, margin-top 0.3s 0.3s;
}

.cabHeader .burger.active span:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cabHeader .burger.active span:nth-child(2) {
  -webkit-transition: opacity 0s 0.3s;
  -moz-transition: opacity 0s 0.3s;
  -o-transition: opacity 0s 0.3s;
  transition: opacity 0s 0.3s;
  opacity: 0;
}

.cabHeader .burger.active span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cabHeader .burger.active span:first-child,
.cabHeader .burger.active span:nth-child(3) {
  margin-top: -1px;
  -webkit-transition: transform 0.3s 0.3s, margin-top 0.3s 0s;
  -moz-transition: transform 0.3s 0.3s, margin-top 0.3s 0s;
  -o-transition: transform 0.3s 0.3s, margin-top 0.3s 0s;
  transition: transform 0.3s 0.3s, margin-top 0.3s 0s;
}

.cabHeader .linkMenu {
  display: block;
  position: relative;
  font-size: 10px;
  line-height: 10px;
  color: #d1a6ce;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  padding: 0 5px;
}

.cabHeader .linkMenu:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 2px);
  left: 0;
  top: 0;
  background-color: #ffbc01;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.cabHeader .linkMenu .icon {
  display: block;
  margin-bottom: 9px;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0em;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.cabHeader .linkMenu:hover,
.cabHeader .linkMenu.active {
  color: #ffbc01;
}

.cabHeader .linkMenu:hover .icon,
.cabHeader .linkMenu.active .icon {
  color: #ffbc01;
}

.cabHeader .linkMenu.active:before {
  opacity: 1;
}

.cabHeader .menuWrapper {
  padding-top: 36px;
  padding-bottom: 34px;
}

.cabHeader .menuWrapper li+li {
  margin-top: 19px;
}

.cabHeader .linkSocial {
  display: table;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  position: relative;
}

.cabHeader .linkSocial .icon {
  display: block;
  font-size: 44px;
  line-height: 44px;
  color: inherit;
  font-weight: normal;
  letter-spacing: 0em;
}

.cabHeader .linkSocial:hover {
  color: #fff;
}

.cabHeader .socialsWrapper {
  padding-top: 50px;
  background-image: url(../img/back-cab-socials.png);
  background-size: auto auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.cabHeader .socialsWrapper li+li {
  margin-top: 22px;
}

.accInfoBlock {
  width: 555px;
  padding-right: 25px;
  overflow: hidden;
}

.accInfoBlock .accInfoInner {
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
  height: 100%;
}

.accInfoBlock .accInfoBtn {
  display: none;
}

.accInfoBlock .accInfoHead {
  background: #9d2096;
  background: -moz-linear-gradient(45deg, #9d2096 0%, #ffbc01 100%);
  background: -webkit-linear-gradient(45deg, #9d2096 0%, #ffbc01 100%);
  background: linear-gradient(45deg, #9d2096 0%, #ffbc01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d2096', endColorstr='#ffbc01', GradientType=1);
  padding: 42px 54px 34px;
  position: relative;
  z-index: 1;
}

.accInfoBlock .accInfoHead:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 287px;
  background-image: url(../img/cloud.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  top: -4px;
  left: 0;
  z-index: -1;
}

.accInfoBlock .accInfoHead:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/back-lines.png);
  background-size: auto;
  background-position: -235px -394px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}

.accInfoBlock .accInfoHead .photoWrapper {
  display: table;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #9d2096;
  background-image: url(../img/no-ava.png);
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.accInfoBlock .accInfoHead .photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 10px solid #fff;
  width: 164px;
  height: 164px;
}

.accInfoBlock .accInfoHead .profileLinkSetWrapper {
  position: absolute;
  top: 99px;
  right: -10px;
}

.accInfoBlock .accInfoHead .profileLinkSetWrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 143px;
  right: 100%;
  height: 1px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

.accInfoBlock .accInfoHead .linkSet {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  text-align: center;
  background-color: #ffbc01;
  -webkit-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.accInfoBlock .accInfoHead .linkSet .icon {
  display: block;
  font-size: 24px;
  line-height: 48px;
  color: #ffe8a8;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.accInfoBlock .accInfoHead .linkSet:hover {
  background-color: #9d2096;
}

.accInfoBlock .accInfoHead .linkSet:hover .icon {
  color: #ffbc01;
}

.accInfoBlock .accInfoHead .name {
  display: block;
  text-align: center;
  margin-top: 27px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}

.accInfoBlock .accInfoHead .regInfo {
  margin-top: 7px;
}

.accInfoBlock .accInfoHead .regInfoLine {
  text-align: center;
  line-height: 18px;
}

.accInfoBlock .accInfoHead .regInfoLine .pre {
  display: inline-block;
  vertical-align: bottom;
  font-size: 11px;
  line-height: 11px;
  color: #d1a6ce;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.accInfoBlock .accInfoHead .regInfoLine .val {
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
}

.accInfoBlock .accInfoHead .linkExitAcc {
  display: table;
  margin: 16px auto 0;
  font-size: 20px;
  line-height: 20px;
  color: #ffb197;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: lowercase;
  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;
}

.accInfoBlock .accInfoHead .linkExitAcc:hover {
  text-decoration-color: transparent;
}

.accInfoBlock .accInfoHead .shortAccPayStat {
  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: 20px -15px 0;
}

.accInfoBlock .accInfoHead .payStatItem {
  position: relative;
  padding-left: 67px;
  margin: 17px 15px 0;
}

.accInfoBlock .accInfoHead .payStatItem .icon {
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  left: 0;
  top: 50%;
  margin-top: -29px;
  background-size: auto;
  background-position: left center;
  background-repeat: no-repeat;
}

.accInfoBlock .accInfoHead .payStatItem .pre {
  display: block;
  font-size: 15px;
  line-height: 17px;
  color: #d1a6ce;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.accInfoBlock .accInfoHead .payStatItem .sum {
  margin-top: 7px;
}

.accInfoBlock .accPurses {
  padding: 51px 54px 20px;
}

.accInfoBlock .accPurses .pursesList {
  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: -19px -10px 0;
}

.accInfoBlock .accPurses .purseItem {
  width: 50%;
  padding: 19px 10px 0;
}

.accInfoBlock .accPurses .purseInner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #9d2096;
  background: -moz-linear-gradient(-135deg, #9d2096 0%, #ffbc01 100%);
  background: -webkit-linear-gradient(-135deg, #9d2096 0%, #ffbc01 100%);
  background: linear-gradient(-135deg, #9d2096 0%, #ffbc01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d2096', endColorstr='#ffbc01', GradientType=1);
}

.accInfoBlock .accPurses .purseInner.addPurse {
  position: relative;
  z-index: 1;
}

.accInfoBlock .accPurses .purseInner.addPurse>a,
.accInfoBlock .accPurses .purseInner.addPurse .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;
}

.accInfoBlock .accPurses .purseInner.addPurse:before {
  background: #ca52c3;
  background: -moz-linear-gradient(-135deg, #ca52c3 14%, #ffd970 100%);
  background: -webkit-linear-gradient(-135deg, #ca52c3 14%, #ffd970 100%);
  background: linear-gradient(-135deg, #ca52c3 14%, #ffd970 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca52c3', endColorstr='#ffd970', GradientType=1);
}

.accInfoBlock .accPurses .purseInner.addPurse:hover .iconPlus {
  border-color: #ffe8a8;
}

.accInfoBlock .contactItem {
  padding: 0 24px;
}

.accInfoBlock .contactItem .pre {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #909090;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-top: 8px;
}

.accInfoBlock .contactItem .contactLink {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #909090;
  font-weight: 900;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.accInfoBlock .contactItem .contactLink:hover {
  color: #9d2096;
}

.accInfoBlock .contactItem .icon {
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #9d2096;
}

.accInfoBlock .contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -24px;
  padding: 0 54px;
}

.sumTemplate {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #ffbc01;
  font-weight: 900;
  margin-top: 7px;
  white-space: nowrap;
}

.sumTemplate .decimal {
  display: inline-block;
  font-size: 18px;
}

.sumTemplate .postfix {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
}

.purseItem .purseInner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  min-height: 90px;
  -webkit-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
}

.purseItem .purseInner.addPurse {
  position: relative;
  z-index: 1;
}

.purseItem .purseInner.addPurse>a,
.purseItem .purseInner.addPurse .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;
}

.purseItem .purseInner.addPurse .iconPlus {
  width: 66px;
  height: 66px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -33px;
  margin-left: -33px;
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.purseItem .purseInner.addPurse .iconPlus:before,
.purseItem .purseInner.addPurse .iconPlus:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #ffe8a8;
  top: 50%;
  left: 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%);
}

.purseItem .purseInner.addPurse .iconPlus:before {
  width: 1px;
  height: 40px;
}

.purseItem .purseInner.addPurse .iconPlus:after {
  height: 1px;
  width: 40px;
}

.purseItem .icon {
  position: absolute;
  top: -10px;
  left: 100%;
  margin-left: -109px;
  z-index: -1;
  min-width: 200px;
}

.purseItem .icon img {
  max-width: 200px;
  margin: 0 auto;
}

.purseItem .name {
  display: block;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding-bottom: 6px;
}

.purseItem .purseInfoLine {
  line-height: 18px;
}

.purseItem .pre {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.purseItem .val {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 17px;
  color: #ffd96e;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.purseItem .purseInner {
  padding: 15px 15px 16px 27px;
}

.accContent {
  width: calc(100% - 655px);
  padding: 0 45px 0 0;
  background-image: url(../img/back-cab-content.png);
  background-size: auto auto;
  background-position: 635px 290px;
  background-repeat: no-repeat;
}

.accContent .payMoveForm {
  height: 100%;
}

.accContent .chapters {
  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;
  height: 100%;
}

.accContent .chapters .chapterItem {
  width: 50%;
}

.accContent .chapters .chapterItem:first-child .cabChapter,
.accContent .chapters .chapterItem:nth-child(2) .cabChapter {
  padding-top: 63px;
}

.accContent .chapters .chapterItem:last-child {
  height: 100%;
}

.accContent .chapters .chapterItem:last-child .cabChapter {
  height: 100%;
}

.accContent.cabMainPage .chapters .chapterItem:last-child .cabChapter {
  height: auto;
}

.cabChapter {
  padding: 33px 25px 40px;
}

.cabChapter.backDiagonalDesk {
  background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
  background-color: #f4f0fa;
  background-size: 5px 5px;
}

.cabFooter {
  width: 100%;
  background: -moz-linear-gradient(-45deg, #7c1e77 25%, #6d0568 0, #6d0568 50%, #7c1e77 0, #7c1e77 75%, #6d0568 0);
  background: -webkit-linear-gradient(-45deg, #7c1e77 25%, #6d0568 0, #6d0568 50%, #7c1e77 0, #7c1e77 75%, #6d0568 0);
  background: linear-gradient(-45deg, #7c1e77 25%, #6d0568 0, #6d0568 50%, #7c1e77 0, #7c1e77 75%, #6d0568 0);
  background-color: #6d0568;
  background-size: 5px 5px;
  padding: 7px 0 9px;
}

.cabFooter .logoLink {
  display: table;
  margin: 0 auto;
}

.cabFooter .logoLink img {
  height: 47px;
}

.cabChapterCaption .pre {
  display: block;
}

.accContent {
  position: relative;
  overflow: hidden;
}

.accContent .cabPageCaption {
  display: block;
  white-space: nowrap;
  font-size: 100px;
  line-height: 100px;
  color: #9d2096;
  font-weight: 900;
  letter-spacing: 0.01em;
  position: absolute;
  z-index: 1;
  top: -14px;
  left: 25px;
  opacity: 0.07;
  text-transform: uppercase;
}

.accContent .profitChapter .textBlock {
  margin-top: 18px;
}

.accContent .profitChapter .nextChargeWrapper {
  background: #9d2096;
  background: -moz-linear-gradient(45deg, #9d2096 0%, #cc6c4c 100%);
  background: -webkit-linear-gradient(45deg, #9d2096 0%, #cc6c4c 100%);
  background: linear-gradient(45deg, #9d2096 0%, #cc6c4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d2096', endColorstr='#cc6c4c', GradientType=1);
  position: relative;
  z-index: 1;
  padding: 43px 19px 50px 19px;
  margin-top: 40px;
}

.accContent .profitChapter .nextChargeWrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/back-next-charge.png);
  background-size: auto auto;
  background-position: -129px -131px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}

.accContent .profitChapter .nextChargeWrapper .caption {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.accContent .profitChapter .nextChargeWrapper .chargingTimer {
  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;
}

.accContent .profitChapter .nextChargeWrapper .chargingTimer .val {
  display: block;
  width: 54px;
  font-size: 36px;
  line-height: 36px;
  color: #ffbc01;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.accContent .profitChapter .nextChargeWrapper .chargingTimer .spacer {
  display: block;
  padding-right: 4px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.accContent .profitChapter .nextChargeWrapper .chargingProgress {
  margin-top: 13px;
}

.accContent .cabChapterContent {
  margin-top: 32px;
}

.chargingWrapper .chargingProgress {
  border: 1px solid #ffe18d;
}

.chargingWrapper .progressLine {
  position: relative;
  height: 15px;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, 0.17);
}

.chargingWrapper .progressLine .progress {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffbc01;
  background-image: url(../img/back-progress.png);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: repeat-x;
}

.newsChapter .cabChapterContent {
  margin-top: 17px;
}

.newsChapter .newsCard+.newsCard {
  margin-top: 18px;
}

.simpleCabTable {
  border: 1px solid #9d2096;
  display: table;
  width: 100%;
  background-color: #fff;
}

.simpleCabTable .tableCaption {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #e9e9e9;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.simpleCabTable .val {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #909090;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  white-space: nowrap;
}

.simpleCabTable .name {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #909090;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.simpleCabTable .date {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #909090;
  font-weight: 300;
}

.simpleCabTable .status {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.simpleCabTable .status.success {
  color: #909090;
}

.simpleCabTable .status.error {
  color: #b14444;
}

.simpleCabTable .status.waiting {
  color: #d6ad3a;
}

.simpleCabTable .tableContent .tableCaption {
  display: none;
}

.simpleCabTable .tableContent .tableLine:nth-child(2n+1) {
  background-color: #e9e9e9;
}

.simpleCabTable .tableHead,
.simpleCabTable .tableContent {
  display: table-row-group;
}

.simpleCabTable .tableHead {
  background-color: #9d2096;
}

.simpleCabTable .tableHead .tableLine {
  height: 49px;
}

.simpleCabTable .tableLine {
  display: table-row;
  height: 46px;
}

.simpleCabTable .tableItem {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 0;
}

.simpleCabTable .tableItem .miniTableItem {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 10px;
}

.simpleCabTable .tableItem .miniTableItem+.miniTableItem {
  padding-left: 10px;
}

.simpleCabTable .tableItem .miniTableItem:last-child {
  padding-right: 0;
}

.simpleCabTable .tableItem:first-child {
  padding-left: 17px;
  width: 170px;
}

.simpleCabTable .tableItem:last-child {
  padding-right: 17px;
  width: 97px;
}

.simpleCabTable.refTable .tableItem:first-child {
  width: 231px;
}

.depositItem {
  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: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  background-image: url(../img/cloud-deposit.png);
  background-size: auto;
  background-position: left -67px;
  background-repeat: no-repeat;
  position: relative;
}

.depositItem+.depositItem {
  margin-top: 40px;
}

.depositItem .payIcon {
  position: absolute;
  width: 64px;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: -1;
  height: 74px;
  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;
}

.depositItem .payIcon img {
  max-width: 1000%;
}

.depositItem .depositHead {
  width: 104px;
  background: #e69328;
  background: -moz-linear-gradient(left, #e69328 0%, #b44573 100%);
  background: -webkit-linear-gradient(left, #e69328 0%, #b44573 100%);
  background: linear-gradient(to right, #e69328 0%, #b44573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e69328', endColorstr='#b44573', GradientType=1);
  position: relative;
  z-index: 1;
  padding: 126px 10px 10px 15px;
}

.depositItem .depositHead .tarifName {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.depositItem .depositHead .percent {
  display: block;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.depositItem .depositHead .term {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-top: 4px;
}

.depositItem .depositHead .tarifCircle {
  position: absolute;
  border: 3px solid #fff;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 126px;
  height: 126px;
  -webkit-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 22px 3px rgba(0, 0, 0, 0.15);
  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;
  top: -10px;
  left: 100%;
  margin-left: -64px;
}

.depositItem .depositHead .tarifCircle:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/pattern-tarif-card.png);
  background-size: auto auto;
  background-position: calc(50% + 44px) calc(50% - 31px);
  background-repeat: no-repeat;
}

.depositItem .depositContent {
  width: calc(100% - 104px);
}

.depositItem .depositContent .items {
  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;
}

.depositItem .depositContent .item {
  width: 50%;
}

.depositItem .depositContent .item .inner {
  position: relative;
  z-index: 1;
  padding: 22px 10px 20px 34px;
}

.depositItem .depositContent .item:nth-child(2),
.depositItem .depositContent .item:nth-child(3) {
  background-color: rgba(144, 144, 144, 0.2);
}

.depositItem .depositContent .item:first-child .inner,
.depositItem .depositContent .item:nth-child(3) .inner {
  padding-left: 85px;
}

.depositItem .depositContent .pre {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #909090;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.depositItem .depositContent .val {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #909090;
  font-weight: 900;
}

.depositItem .chargingTimer {
  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;
  padding-left: 20px;
  padding-top: 11px;
}

.depositItem .chargingTimer .val {
  display: block;
  width: 58px;
  font-size: 36px;
  line-height: 36px;
  color: #ffbc01;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding-left: 9px;
}

.depositItem .chargingTimer .spacer,
.depositItem .chargingTimer .caption {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  color: #909090;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.depositItem .progressWrapper {
  width: 100%;
  padding: 15px 19px 20px;
}

.cabTabs .tabsHead {
  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 -10px;
}

.cabTabs .tabsHead .linkTab {
  display: block;
  line-height: 48px;
  color: #9d2096;
  font-weight: bold;
  letter-spacing: 0.01em;
  border: 1px solid #9d2096;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: background-color 0.4s, color 0.4, border-color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4, border-color 0.4s;
  -o-transition: background-color 0.4s, color 0.4, border-color 0.4s;
  transition: background-color 0.4s, color 0.4, border-color 0.4s;
}

.cabTabs .tabsHead .linkTab:before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  z-index: -1;
  opacity: 0;
  background: #ffbc01;
  background: -moz-linear-gradient(left, #ffbc01 0%, #cc6c4c 100%);
  background: -webkit-linear-gradient(left, #ffbc01 0%, #cc6c4c 100%);
  background: linear-gradient(to right, #ffbc01 0%, #cc6c4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbc01', endColorstr='#cc6c4c', GradientType=1);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.cabTabs .tabsHead .linkTab:after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  z-index: -1;
  opacity: 0;
  background-image: url(../img/pattern-tab-link.png);
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.cabTabs .tabsHead li {
  padding: 0 10px;
}

.cabTabs .tabsHead li.ui-tabs-active .linkTab {
  border-color: #edeef4;
  background-color: transparent;
  color: #fff;
}

.cabTabs .tabsHead li.ui-tabs-active .linkTab:before,
.cabTabs .tabsHead li.ui-tabs-active .linkTab:after {
  opacity: 1;
}

.cabTabs.depositsTabs .tabsHead .linkTab {
  width: 220px;
  font-size: 18px;
}

.cabTabs.referalTabs .tabsHead li {
  width: 20%;
  font-size: 14px;
}

.cabTabs .tabsContent {
  padding-top: 30px;
}

.cabTabs .paginationLine {
  padding-bottom: 0;
}

.referalItem+.referalItem {
  margin-top: 10px;
}

.referalItem .referalBtn {
  padding: 2px 15px 0 86px;
}

.referalItem .refShortInfo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.referalItem .refShortInfo .name {
  display: block;
  font-size: 15px;
  line-height: 17px;
  color: #9d2096;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.referalItem .refShortInfo .mail {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 17px;
  color: #909090;
  font-weight: 300;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.referalItem .refShortInfo .mail:hover {
  color: #ffbc01;
}

.referalItem .refShortInfo .pre {
  display: block;
  font-size: 13px;
  line-height: 17px;
  color: #909090;
  font-weight: 300;
}

.referalItem .refShortInfo .sum {
  display: block;
  font-size: 15px;
  line-height: 17px;
  color: #ffbc01;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.referalItem .refShortInfo .item:first-child {
  width: calc(100% - 151px);
}

.referalItem .refShortInfo .item:nth-child(2) {
  width: 151px;
}

.referalItem .refDetailedInfo {
  padding: 17px 0 8px 40px;
}

.referalItem .refDetailedInfo .line {
  line-height: 15px;
}

.referalItem .refDetailedInfo .line+.line {
  margin-top: 13px;
}

.referalItem .refDetailedInfo .pre {
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  color: #909090;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.referalItem .refDetailedInfo .val {
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  line-height: 15px;
  color: #909090;
  font-weight: 900;
}

.accRefData .pre {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  color: #909090;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.accRefData .invitedBy .refName {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 16px;
  color: #9d2096;
  font-weight: 800;
}

.accRefData .refLinkWrapper {
  margin-top: 16px;
}

.accRefData .refLinkWrapper .refLinkWrapperInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.accRefData .refLinkWrapper .pre {
  padding-bottom: 5px;
}

.accRefData .refLinkWrapper .refLink {
  padding-right: 10px;
  width: calc(100% - 43px);
}

.accRefData .refLinkWrapper .refLinkInner {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(244, 240, 250, 0.5);
  border: 1px solid #c7c7c7;
  font-size: 18px;
  line-height: 20px;
  color: #909090;
  padding: 11px 6px 10px 16px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accRefData .refLinkWrapper .linkCopyBtn {
  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: 43px;
  background-color: #ffbc01;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.accRefData .refLinkWrapper .linkCopyBtn:hover {
  background-color: #9d2096;
}

.accRefData .partnersStatistic {
  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: 29px -10px 0;
}

.accRefData .partnersStatistic .item {
  padding: 20px 10px 0;
}

.accRefData .partnersStatistic .inner {
  position: relative;
  padding-left: 67px;
  min-width: 250px;
}

.accRefData .partnersStatistic .icon {
  display: block;
  width: 54px;
  height: 60px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
}

.accRefData .partnersStatistic .pre {
  font-weight: bold;
  font-size: 15px;
}

.accRefData .partnersStatistic .val {
  margin-top: 5px;
}

.accRefData .textBlock {
  margin-top: 70px;
}

.accRefData .pyramidVisual {
  margin-top: 103px;
  padding-top: 14px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.accRefData .pyramidVisual .imageWrapper {
  position: absolute;
  width: 625px;
  left: -50px;
  z-index: -1;
  top: 0;
}

.accRefData .pyramidVisual .pyramidLevels .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;
}

.accRefData .pyramidVisual .pyramidLevels .level .pre {
  display: block;
  text-transform: none;
  font-size: 14px;
  line-height: 14px;
  color: #909090;
  letter-spacing: 0.025em;
}

.accRefData .pyramidVisual .pyramidLevels .level .percent {
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.accRefData .pyramidVisual .pyramidLevels .level+.level {
  margin-top: 30px;
}

.accRefData .pyramidVisual .pyramidLevels .level .inner {
  padding-left: 19px;
}

.accRefData .pyramidVisual .pyramidLevels .level .arrow {
  position: relative;
  padding: 12px 0;
}

.accRefData .pyramidVisual .pyramidLevels .level .arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(../img/level-square-left.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -5px;
  left: 0;
}

.accRefData .pyramidVisual .pyramidLevels .level .arrow:after {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(../img/level-square-right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -11px;
  right: 0;
}

.accRefData .pyramidVisual .pyramidLevels .level .arrow .line {
  position: relative;
  height: 1px;
  width: calc(100% - 30px);
  background-color: #909090;
  margin-left: 9px;
}

.accRefData .pyramidVisual .pyramidLevels .level .arrow .colorMarker {
  position: absolute;
  width: 7px;
  height: 7px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
  top: 50%;
  margin-top: -3px;
}

.cabStepCaption {
  line-height: 48px;
}

.cabStepCaption .num {
  display: inline-block;
  padding-right: 10px;
  font-size: 48px;
  line-height: 48px;
  color: #bd69b9;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.cabStepCaption .caption {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  color: #ffbc01;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.payMoveForm {
  padding-top: 20px;
}

.payMoveForm .pursesList {
  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: -20px -10px 0;
}

.payMoveForm .pursesList .purseItem {
  width: 50%;
  padding: 20px 10px 0;
}

.payMoveForm .pursesList .purseInner {
  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: 100%;
  background-color: #9d2096;
  cursor: pointer;
  padding-left: 22px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  min-height: 90px;
}

.payMoveForm .pursesList .purseInner:hover {
  background-color: #ffbc01;
}

.payMoveForm .pursesList .purseInner.addPurse {
  background-color: #bd69b9;
}

.payMoveForm .pursesList .purseInner.addPurse:hover {
  background-color: #ffbc01;
}

.payMoveForm .pursesList input {
  display: none;
}

.payMoveForm .pursesList input:checked+.purseInner {
  background-color: #ffbc01;
}

.payMoveForm .pursesList .icon {
  top: 0;
  left: auto;
  margin-left: 0;
  right: 0;
  height: 100%;
  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: 8px;
  min-width: 0;
  max-width: 107px;
}

.payMoveForm .choicingSum .inputWrapper {
  max-width: 250px;
  margin-left: 24px;
}

.payMoveForm .choicingSum .textBlock {
  margin-top: 61px;
}

.payMoveForm .choicingSum+.cabStepsImageWrapper {
  margin-top: 43px;
}

.payMoveForm .moveResult {
  position: relative;
  z-index: 1;
  background: -moz-linear-gradient(-45deg, #b14dab 25%, #9d2096 0, #9d2096 50%, #b14dab 0, #b14dab 75%, #9d2096 0);
  background: -webkit-linear-gradient(-45deg, #b14dab 25%, #9d2096 0, #9d2096 50%, #b14dab 0, #b14dab 75%, #9d2096 0);
  background: linear-gradient(-45deg, #b14dab 25%, #9d2096 0, #9d2096 50%, #b14dab 0, #b14dab 75%, #9d2096 0);
  background-color: #9d2096;
  background-size: 5px 5px;
  padding: 12px 58px 18px 60px;
}

.payMoveForm .moveResult:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/back-move-result.png);
}

.payMoveForm .moveResult .moveResultInner {
  position: relative;
  z-index: 1;
  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;
}

.payMoveForm .moveResult .pre {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
}

.payMoveForm .moveResult .val {
  display: block;
  font-size: 30px;
  line-height: 31px;
  color: #ffbc01;
  font-weight: 900;
}

.payMoveForm .btnWrapper {
  margin-top: 50px;
}

.payMoveForm .btnMain {
  width: 245px;
}

.payMoveForm .cabStepsImageWrapper {
  position: relative;
}

.payMoveForm .cabStepsImage {
  position: absolute;
  top: 4px;
  width: 590px;
  height: 449px;
  left: 62px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.payMoveForm .choicingTarif {
  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: -20px -10px 0;
}

.payMoveForm .choicingTarif .tarifBtnItem {
  width: 50%;
  padding: 20px 10px 0;
}

.payMoveForm .depositTarifInfo {
  margin: 22px -15px 0;
  padding-left: 26px;
  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;
}

.payMoveForm .depositTarifInfo .percent {
  display: block;
  font-size: 72px;
  line-height: 72px;
  color: #ffbc01;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.payMoveForm .depositTarifInfo .term {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #ffbc01;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-top: 7px;
}

.payMoveForm .depositTarifInfo .minMaxLine {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #909090;
  font-weight: bold;
}

.payMoveForm .depositTarifInfo .txt {
  font-size: 15px;
  line-height: 17px;
  color: #909090;
  margin-top: 9px;
  max-width: 202px;
}

.payMoveForm .depositTarifInfo .mainInfo,
.payMoveForm .depositTarifInfo .addInfo {
  padding: 0 15px;
}

.payMoveForm .depositTarifInfo .addInfo {
  padding-top: 12px;
}

.settingsForm {
  padding: 14px 20px 0;
}

.settingsForm .items {
  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: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: -20px -10px 0;
}

.settingsForm .formItem {
  padding: 20px 10px 0;
  width: 50%;
}

.settingsForm .formItem+.formItem {
  margin-top: 0;
}

.settingsForm .btnWrapper {
  margin: 40px auto 0;
}

.settingsForm .btnWrapper .btnMain {
  width: 250px;
}

.settingsForm .textBlock {
  margin-top: 30px;
}

.cabNewsCarousel .item {
  padding: 19px 10px 0;
}

.cabNewsCarouselWrapper {
  margin: -19px -10px 0;
}

.cabFilter {
  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-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.cabFilter .filterBtn {
  display: block;
  width: 120px;
  font-size: 15px;
  line-height: 42px;
  color: #9d2096;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border: 1px solid #9d2096;
  -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;
}

.cabFilter .filterBtn:hover {
  background-color: #9d2096;
  color: #fff;
}

.cabFilter .filterItem {
  width: calc((100% - 120px) / 2 - 30px);
}

.cabOperationsPage .chapterItem:nth-child(2) {
  padding-top: 18px;
}

@media (max-width: 1279px) {
  .banner .socialsWrapper {
    right: -11px;
  }
}

@media (max-width: 1199px) {
  .logoLink .deskLogo {
    display: none;
  }

  .logoLink .mobLogo {
    display: block;
  }

  .siteHeader .logoLink,
  .siteFooter .logoLink {
    width: 68px;
  }

  .siteHeader .menuWrapper .listMenu,
  .siteFooter .menuWrapper .listMenu {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -11px;
  }

  .siteHeader .menuWrapper .listMenu li,
  .siteFooter .menuWrapper .listMenu li {
    padding: 0 11px;
  }

  .siteHeader .menuWrapper .subLinkTxt .deskText,
  .siteFooter .menuWrapper .subLinkTxt .deskText {
    display: none;
  }

  .siteHeader .menuWrapper .subLinkTxt .mobText,
  .siteFooter .menuWrapper .subLinkTxt .mobText {
    display: block;
  }

  .siteHeader .logoLink {
    margin-left: -4px;
  }

  .siteHeader .lineItem {
    padding: 0 23px;
  }

  .siteHeader .lineItem:before {
    display: none;
  }

  .siteHeader .lineItem:first-child {
    padding-left: 0;
  }

  .siteHeader .lineItem:nth-child(2) {
    margin-right: 0;
  }

  .siteHeader .lineItem:last-child {
    margin-left: auto;
  }

  .siteHeader .topLine {
    padding: 14px 0 10px;
  }

  .siteHeader .topLine:before {
    display: none;
  }

  .siteHeader .menuWrapper {
    background-color: transparent;
  }

  .siteHeader .menuWrapper:before {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.15);
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    top: 0;
    z-index: -1;
  }

  .startScreen .bannerBack {
    background-position: center bottom;
  }

  .banner:before,
  .banner:after {
    display: none;
  }

  .banner .textTop {
    top: 0;
  }

  .banner .textDown {
    font-size: 62px;
    line-height: 62px;
    bottom: 232px;
  }

  .banner .socialsWrapper {
    bottom: 398px;
  }

  .banner .socialsWrapper:before {
    display: none;
  }

  .banner .bannerInner {
    padding: 50px 200px 186px;
  }

  .banner .bannerInner:after {
    display: none;
  }

  .banner .name {
    line-height: 30px;
  }

  .banner .underName {
    margin-top: 24px;
  }

  .banner .btnWrapper {
    margin: 58px auto 0;
  }

  .banner .btnWrapper:before {
    display: none;
  }

  .banner .logoBlock:before {
    margin-top: -73px;
  }

  .proposalSection {
    background-image: none !important;
  }

  .proposalSection .tarifsMain {
    margin-top: -139px;
  }

  .proposalSection .sectionCaption:before,
  .proposalSection .sectionCaption:after {
    display: none;
  }

  .forInvestors .chapterAbout {
    padding-left: 30px;
    width: calc(100% - 560px);
  }

  .forInvestors .chapterVisual {
    width: 560px;
  }

  .profitCalc .calcDeposit {
    padding-left: 34px;
  }

  .profitCalc .calcDeposit .progressCalc:before {
    background: #fff;
  }

  .profitCalc .calcResult {
    width: 100%;
  }

  .mainInner .proposalSection:after {
    display: none;
  }

  .mainInner .proposalSection .aboutTarifs:before {
    display: none;
  }

  .mainInner .proposalSection .forInvestors {
    padding-top: 66px;
  }

  .mainInner .proposalSection .forLeaders {
    padding-top: 13px;
  }

  .mainInner .proposalSection .forLeaders:before {
    display: none;
  }

  .forLeaders .chapterVisual {
    padding-left: 300px;
    padding-top: 0;
    padding-bottom: 80px;
    width: 485px;
  }

  .forLeaders .chapterVisual .imageWrapper {
    width: 530px;
    left: -33px;
    top: -7px;
  }

  .forLeaders .chapterAbout {
    padding-right: 25px;
  }

  .forLeaders .level .pre {
    font-size: 12px;
    line-height: 17px;
  }

  .forLeaders .level .inner {
    padding-left: 15px;
  }

  .forLeaders .level .percent {
    font-size: 26px;
    line-height: 26px;
  }

  .forLeaders .level+.level {
    margin-top: 22px;
  }

  .forLeaders .level .arrow .line {
    margin-left: 9px;
    width: calc(100% - 27px);
  }

  .forLeaders .level .arrow .colorMarker {
    width: 7px;
    height: 7px;
    right: 6px;
    margin-top: -3px;
  }

  .forLeaders .level .arrow:before {
    width: 10px;
    height: 10px;
    background-size: 100% auto;
    margin-top: -5px;
  }

  .forLeaders .level .arrow:after {
    width: 18px;
    height: 18px;
    background-size: 100% auto;
    margin-top: -9px;
  }

  .forLeaders .level:first-child .arrow {
    width: 66px !important;
  }

  .forLeaders .level:nth-child(2) .arrow {
    width: 73px !important;
  }

  .forLeaders .level:nth-child(3) .arrow {
    width: 82px !important;
  }

  .forLeaders .level:nth-child(4) .arrow {
    width: 86px !important;
  }

  .forLeaders .level:nth-child(5) .arrow {
    width: 96px !important;
  }

  .forLeaders .btnLilMain {
    position: absolute;
    left: 50%;
    bottom: 70px;
    margin-top: 0;
  }

  .tarifsCarouselWrapper .carouselNav {
    position: relative;
    height: 42px;
    margin-top: 31px;
  }

  .tarifsCarouselWrapper .carouselNav .slick-arrow.slick-next,
  .tarifsCarouselWrapper .carouselNav .slick-arrow.slick-prev {
    top: 0;
    margin-top: 0;
  }

  .tarifsCarouselWrapper .carouselNav .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -71px;
  }

  .tarifsCarouselWrapper .carouselNav .slick-arrow.slick-next {
    right: 50%;
    margin-right: -71px;
  }

  .tarifsCarouselWrapper .carouselNav .slick-arrow.disabled {
    opacity: 0.4;
  }

  .tarifsCarouselWrapper .carouselNav .slick-arrow.disabled.slick-prev {
    left: 50%;
  }

  .tarifsCarouselWrapper .carouselNav .slick-arrow.disabled.slick-next {
    right: 50%;
  }

  .aboutSection .aboutInfo .textColumn {
    width: 50%;
  }

  .aboutSection .aboutInfo .mediaWrapper {
    width: calc(50% - 25px);
    margin-right: 25px;
  }

  .aboutSection .aboutReg .securitySystems {
    max-width: 466px;
    width: 100%;
  }

  .aboutSection .btnLilMain {
    margin: 30px auto 0;
  }

  .pageInner .aboutSection .aboutInfo {
    padding-top: 44px;
  }

  .pageInner .aboutSection .aboutInfo .mediaWrapper {
    margin-right: 0;
    margin-top: -72px;
    margin-left: 25px;
  }

  .pageInner .aboutSection .aboutReg .btnWrapper {
    margin-top: 40px;
  }

  .pageInner .aboutSection .aboutReg .aboutRegItem {
    padding-top: 40px;
  }

  .pageInner .aboutSection .aboutReg .aboutRegItem:nth-child(2n+1) .textColumn {
    padding-left: 25px;
  }

  .pageInner .aboutSection .aboutReg .aboutRegItem:nth-child(2n) .textColumn {
    padding-right: 0;
  }

  .pageInner .aboutSection .aboutReg .aboutRegItem+.aboutRegItem {
    margin-top: 40px;
  }

  .pageInner .aboutSection .aboutReg .certificates {
    background: transparent;
    margin-left: 0;
  }

  .pageInner .aboutSection .aboutReg .mediaWrapper {
    margin-top: -87px;
  }

  .pageInner .aboutSection .aboutReg .textColumn {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mainInner .aboutSection {
    padding-bottom: 40px;
  }

  .mainInner .aboutSection .aboutInfo .textColumn {
    padding-left: 35px;
    padding-right: 0;
  }

  .mainInner .aboutSection .aboutInfo .mediaWrapper:before,
  .mainInner .aboutSection .aboutInfo .mediaWrapper:after {
    display: none;
  }
  
  .mainInner .aboutSection .aboutInfo .chapterCaption {
    padding-left: calc(50% + 35px);
  }
  
  .mainInner .aboutSection .aboutReg {
    padding-top: 40px;
  }
  
  .mainInner .aboutSection .aboutReg .mediaWrapper {
    margin-top: -87px;
  }
  
  .mainInner .aboutSection .aboutReg .textColumn {
    width: 50%;
  }
  
  .statisticSection {
    padding-top: 65px;
    padding-bottom: 40px;
  }
  
  .statisticSection:before,
  .statisticSection:after {
    display: none;
  }
  
  .statisticSection .illustration {
    width: 1720px;
    margin-left: -860px;
    top: -51px;
    height: 645px;
    background-size: 100% auto;
    background-position: calc(50% - 49px) top;
  }
  
  .statisticSection .sectionContent {
    padding-top: 409px;
  }
  
  .statisticSection .statisticList .caption {
    font-size: 22px;
    line-height: 22px;
  }

  .statisticSection .statisticList .pre {
    font-size: 14px;
    line-height: 22px;
  }

  .statisticSection .statisticList .val {
    font-size: 27px;
    line-height: 30px;
  }

  .statisticSection .statisticList .item:first-child {
    padding-left: 22px;
    padding-top: 35px;
  }

  .statisticSection .statisticList .item:nth-child(2) {
    padding-top: 32px;
    padding-left: 78px;
  }

  .statisticSection .statisticList .item:nth-child(3) {
    width: 430px;
    padding-top: 70px;
    padding-left: 183px;
  }

  .statisticSection .statisticList .item:nth-child(4) {
    padding-left: 64px;
    padding-top: 43px;
  }

  .statisticSection .lastOperations {
    padding-top: 46px;
  }

  .statisticSection .operationsCarouselWrapper {
    max-width: 870px;
    margin: 0 auto;
  }

  .howToStartSection {
    padding-top: 35px;
  }

  .howToStartSection .steps {
    display: block;
  }

  .howToStartSection .steps .item {
    width: 208px;
  }

  .howToStartSection .steps .step {
    height: auto;
    padding: 362px 40px 0 0;
  }

  .howToStartSection .steps .step .stepBack {
    width: 246px;
    height: 246px;
    margin-left: -51px;
    margin-top: 0;
    top: 52px;
  }

  .howToStartSection .steps .step .stepBack:before {
    width: 204px;
    height: 204px;
  }

  .howToStartSection .steps .step .stepBack:after {
    width: 36px;
    height: 36px;
    background-size: 100%;
    bottom: 15px;
    right: 15px;
  }

  .howToStartSection .steps .icon {
    width: 48px;
    background-size: 100% auto;
    top: 43px;
    margin-left: 48px;
  }

  .howToStartSection .steps .stepNum {
    font-size: 14px;
    line-height: 14px;
    right: -68px;
    top: 142px;
    margin-top: 0;
  }

  .howToStartSection .steps .stepNum .num {
    font-size: 80px;
    line-height: 62px;
  }

  .howToStartSection .steps .txt {
    color: #fff;
  }

  .howToStartSection .btnWrapper {
    margin-top: 30px;
  }

  .howToStartSection .sectionContent:after {
    display: none;
  }

  .newsAdvantagesSection {
    padding-top: 64px;
  }

  .newsAdvantagesSection .chapterCaption {
    padding-left: 11px;
  }

  .newsAdvantagesSection:before {
    display: none;
  }

  .newsAdvantagesSection .sectionChapter {
    float: none;
    width: 100%;
    max-width: 582px;
    margin: 0 auto;
  }

  .newsAdvantagesSection .advantages {
    padding-right: 0;
  }

  .newsAdvantagesSection .advantages .chapterContent {
    margin: 11px -6px 0;
  }

  .newsAdvantagesSection .news {
    margin-top: 79px;
    padding-left: 0;
  }

  .newsAdvantagesSection .news .chapterContent {
    margin-top: 17px;
  }

  .newsAdvantagesSection .advantagesItem {
    padding: 14px 6px 0;
  }

  .newsAdvantagesSection .advantagesItem .inner {
    padding-left: 12px;
  }

  .newsAdvantagesSection .advantagesItem .inner:before {
    width: 100%;
    left: 0;
  }

  .newsCarouselWrapper .slick-list {
    overflow: visible;
  }

  .paymentsSection {
    padding: 19px 0 21px;
  }

  .paymentsSection:before {
    display: none;
  }

  .paymentsSection .sectionInner {
    max-width: 700px;
    margin: 0 auto;
  }

  .paymentsSection .listPayments {
    margin: 0 -27px;
  }

  .paymentsSection .listPayments li {
    padding: 6px 27px 0;
  }

  .siteFooter .footerInner {
    padding: 12px 0 20px;
  }

  .siteFooter .lineItem:first-child {
    padding-right: 23px;
  }

  .siteFooter .agreeInfo {
    margin: 5px -15px 0;
  }

  .siteFooter .agreeInfo .item:nth-child(3) {
    width: 100%;
  }

  .siteFooter .topLine {
    padding: 14px 0 2px;
  }

  .siteFooter .socialsWrapper {
    margin-top: 15px;
  }

  .pageInner:before {
    display: none;
  }

  .pageTitle {
    padding: 52px 0;
  }

  .pageTitle .title {
    font-size: 108px;
    line-height: 108px;
  }

  .pageTitle:before {
    display: none;
  }

  .pageTitle.longTitle .title {
    font-size: 80px;
  }

  .pageInner .aboutSection .aboutReg .imageMap {
    margin-left: 25px;
  }

  .gridWrapper .column {
    padding-top: 40px;
  }

  .columnsWrapper {
    padding-top: 44px;
  }

  .columnsWrapper .column:first-child:not(.visual) {
    padding-top: 0;
  }

  .columnsWrapper .mediaWrapper {
    width: 100%;
  }

  .columnsWrapper.visuals:nth-child(2n+1) .column:first-child {
    padding-right: 25px;
  }

  .columnsWrapper.visuals:nth-child(2n) .column:first-child {
    padding-left: 25px;
  }

  .columnsWrapper.visuals:nth-child(2n) .column.visual .mediaWrapper {
    margin-left: 0;
  }

  .textBlock .markList {
    margin-top: 20px;
  }

  .investProposal {
    padding-top: 44px;
  }

  .investProposal:before {
    display: none;
  }

  .investProposal .chapterAbout {
    padding-top: 0;
    padding-right: 25px;
  }

  .investProposal .chapterVisual {
    padding-left: 10px;
  }

  .investProposal .chapterVisual .imageWrapper {
    width: calc(100% - 10px);
  }

  .investProposal .tarifs {
    margin: -345px -10px 0;
  }

  .investProposal .tarifs .tarifItem {
    padding: 10px;
  }

  .investProposal .tarifs .tarifItem:before {
    display: none;
  }

  .investProposal .tarifs .tarifItem:nth-child(4n+2):before {
    display: none;
  }

  .investProposal .tarifs .tarifItem:nth-child(4n+5):before {
    display: none;
  }

  .pageInner .proposalSection .forInvestors {
    padding-top: 44px;
    padding-bottom: 50px;
  }

  .pageInner .proposalSection .forInvestors:before {
    display: none;
  }

  .pageInner .proposalSection .forLeaders {
    padding-bottom: 40px;
    padding-top: 35px;
  }

  .pageInner .proposalSection .forLeaders:before {
    display: none;
  }

  .newsSection .columnsWrapper {
    padding-top: 4px;
    padding-bottom: 36px;
  }

  .newsSection .columnsWrapper:before {
    display: none;
  }

  .newsSection .columnsWrapper .column {
    padding-top: 40px;
  }

  .newsSection .columnsWrapper .column:first-child {
    padding-top: 40px;
  }

  .newsSection .paginationLine:before {
    display: none;
  }

  .newsCard.bigCard .imageWrapper {
    height: 181px;
  }

  .paginationLine {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .messageForm {
    padding: 45px 40px 44px;
  }

  .messageForm .imageWrapper {
    left: 330px;
  }

  .faqSection .sectionInner {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .faqSection .sectionInner:before {
    display: none;
  }

  .faqSection .item+.item {
    margin-top: 40px;
  }

  .preContactsSection .messageForm .imageWrapper {
    right: auto;
    left: 320px;
  }

  .contactsSection .sectionInner {
    padding: 44px 80px 40px;
  }

  .contactsSection .sectionInner:before {
    display: none;
  }

  .rulesSection .gridWrapper:before {
    display: none;
  }

  .gridWrapper .gridMasonry .item {
    padding: 40px 15px 0;
  }

  .signSection .columnsWrapper:before {
    display: none;
  }

  .signSection .column {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .siteHeader .logoLink {
    width: 186px;
  }

  .siteHeader .logoLink .deskLogo {
    display: block;
  }

  .siteHeader .logoLink .mobLogo {
    display: none;
  }

  .siteHeader .menuWrapper .subLinkTxt .deskText,
  .siteFooter .menuWrapper .subLinkTxt .deskText {
    display: none;
  }

  .siteHeader .menuWrapper .subLinkTxt .mobText,
  .siteFooter .menuWrapper .subLinkTxt .mobText {
    display: block;
  }

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

  .siteHeader .lineItem:nth-child(4) {
    margin: 0 auto;
  }

  .siteHeader .lineItem:last-child {
    margin-left: 0;
  }

  .banner .bannerInner {
    padding: 21px 0 194px;
  }

  .banner .socialsWrapper {
    display: none;
  }

  .banner .btnWrapper {
    margin: 31px auto 0;
  }

  .banner .textTop {
    top: 0;
    font-size: 96px;
    line-height: 76px;
  }

  .banner .textDown {
    font-size: 48px;
    line-height: 48px;
    bottom: 260px;
  }

  .startScreen .bannerBack {
    background-position: calc(50% - 67px) bottom;
  }

  .proposalSection .tarifsCarouselWrapper {
    max-width: 595px;
  }

  .forInvestors {
    display: block;
  }

  .forInvestors .btnWrapper {
    margin-top: 30px;
  }

  .mainInner .proposalSection .forInvestors {
    padding-top: 64px;
  }

  .proposalSection .chapterVisual {
    margin: 31px auto 0;
  }

  .proposalSection .chapterAbout {
    width: 100%;
    padding-left: 0;
  }

  .forLeaders .chapterVisual {
    margin-right: 83px;
    margin-top: -33px;
    padding-bottom: 0;
  }

  .forLeaders .chapterAbout {
    padding-right: 0;
  }

  .forLeaders .btnLilMain {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 25px;
  }

  .mainInner .aboutSection {
    padding-bottom: 365px;
  }

  .mainInner .aboutSection .aboutInfo {
    padding-top: 34px;
  }

  .mainInner .aboutSection .aboutInfo .mediaWrapper {
    margin-top: 0;
  }

  .mainInner .aboutSection .aboutInfo:before {
    display: none;
  }

  .mainInner .aboutSection .aboutInfo .chapterCaption {
    padding-left: 0;
  }

  .mainInner .proposalSection .forLeaders {
    padding-bottom: 49px;
  }

  .aboutSection .aboutInfo {
    position: static;
  }

  .aboutSection .aboutInfo .textColumn {
    width: 100%;
    padding-left: 0;
  }

  .aboutSection .aboutInfo .chapterContent {
    display: block;
  }

  .aboutSection .aboutInfo .videoLink {
    height: 285px;
  }

  .aboutSection .aboutInfo .mediaWrapper {
    width: 450px;
  }

  .aboutSection .btnLilMain {
    margin: 35px auto 0;
  }

  .mainInner .aboutSection .aboutInfo .textColumn {
    padding-left: 0;
  }

  .mainInner .aboutSection .aboutInfo .mediaWrapper {
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -225px;
  }

  .mainInner .aboutReg {
    display: none;
  }

  .statisticSection {
    padding-bottom: 59px;
  }

  .statisticSection .illustration {
    width: 1366px;
    margin-left: -683px;
    top: -34px;
    height: 510px;
  }

  .statisticSection .sectionContent {
    padding-top: 328px;
  }

  .statisticSection .statisticList .caption {
    font-size: 18px;
    line-height: 22px;
  }

  .statisticSection .statisticList .pre {
    font-size: 12px;
    line-height: 17px;
  }

  .statisticSection .statisticList .val {
    font-size: 22px;
    line-height: 24px;
  }

  .statisticSection .statisticList .item:first-child {
    padding-left: 0;
    padding-top: 28px;
    width: 250px;
  }

  .statisticSection .statisticList .item:nth-child(2) {
    padding-top: 19px;
    padding-left: 176px;
    width: 50%;
  }

  .statisticSection .statisticList .item:nth-child(3) {
    padding-top: 56px;
    padding-left: 88px;
    width: 250px;
  }

  .statisticSection .statisticList .item:nth-child(4) {
    padding-left: 128px;
    padding-top: 29px;
    width: 50%;
  }

  .statisticSection .statisticList .item:nth-child(5) {
    padding-top: 0;
    padding-left: 0;
    width: 250px;
  }

  .statisticSection .lastOperations {
    padding-top: 27px;
  }

  .statisticSection .operationsCarouselWrapper {
    max-width: 570px;
    margin: 0 auto;
  }

  .operationsCarouselWrapper .carouselNav {
    margin-top: 20px;
  }

  .howToStartSection .steps {
    margin: 33px -5px 0;
  }

  .howToStartSection .steps .caption,
  .howToStartSection .steps .txt {
    text-align: center;
  }

  .howToStartSection .steps .item {
    width: 25%;
    padding: 0 5px;
  }

  .howToStartSection .steps .step {
    padding: 370px 0 0 0;
  }

  .howToStartSection .steps .step .stepBack {
    margin-left: -123px;
  }

  .howToStartSection .steps .icon {
    margin-left: -24px;
  }

  .howToStartSection .steps .stepNum {
    right: -10px;
  }

  .howToStartSection .btnWrapper {
    margin-top: 15px;
  }

  .siteFooter .topLine {
    padding: 6px 0 2px;
  }

  .siteFooter .lineItem:last-child {
    display: none;
  }

  .siteFooter .lineItem:first-child {
    padding-right: 12px;
  }

  .siteFooter .agreeInfo {
    margin: 5px 0 0;
  }

  .siteFooter .agreeInfo .item {
    padding: 9px 0 0;
  }

  .siteFooter .agreeInfo .item:first-child,
  .siteFooter .agreeInfo .item:nth-child(2),
  .siteFooter .agreeInfo .item:last-child {
    width: 100%;
  }

  .siteFooter .agreeInfo .textBlock {
    margin-top: 1px;
  }

  .siteFooter .agreeInfo .caption br {
    display: none;
  }

  .pageTitle .title {
    font-size: 84px;
    line-height: 84px;
  }

  .pageTitle.longTitle .title {
    font-size: 64px;
  }

  .pageInner .aboutSection {
    padding-bottom: 30px;
  }

  .pageInner .aboutSection .aboutInfo {
    padding-top: 34px;
  }

  .pageInner .aboutSection .aboutInfo .mediaWrapper {
    margin-right: auto;
    margin-top: 40px;
    margin-left: auto;
  }

  .pageInner .aboutSection .aboutReg .textColumn {
    width: 100%;
  }

  .pageInner .aboutSection .aboutReg .aboutRegItem {
    display: block;
  }

  .pageInner .aboutSection .aboutReg .aboutRegItem+.aboutRegItem {
    margin-top: 0;
  }

  .pageInner .aboutSection .aboutReg .aboutRegItem:nth-child(2n+1) .textColumn {
    padding-left: 0;
  }

  .pageInner .aboutSection .aboutReg .aboutRegItem:nth-child(2n) .textColumn {
    padding-right: 0;
  }

  .pageInner .aboutSection .aboutReg .mediaWrapper {
    width: 100%;
    margin-top: 0;
  }

  .pageInner .aboutSection .aboutReg .certificates {
    padding-top: 0;
    min-height: 0;
    margin-top: 0;
    display: none;
  }

  .pageInner .aboutSection .aboutReg .securitySystems {
    margin: 19px auto 0;
  }

  .pageInner .aboutSection .aboutReg .btnWrapper {
    margin: 40px auto 0;
  }

  .pageInner .aboutSection .aboutReg .imageMap {
    display: none;
  }

  .columnsWrapper {
    display: block;
    padding-top: 34px;
    margin: 0;
  }

  .columnsWrapper .column {
    width: 100%;
    padding: 0;
  }

  .columnsWrapper .column.visual {
    margin: 30px auto 0;
    max-width: 450px;
  }

  .columnsWrapper.visuals:nth-child(2n+1) .column:first-child {
    padding-right: 0;
  }

  .columnsWrapper.visuals:nth-child(2n) .column:first-child {
    padding-left: 0;
  }

  .proposalSection .investProposal .chapterVisual {
    display: none;
  }

  .investProposal {
    padding-top: 34px;
  }

  .investProposal .tarifs {
    margin: 20px 0 0;
  }

  .investProposal .tarifs .tarifItem {
    float: left;
    width: 100%;
    padding: 10px 0;
  }

  .investProposal .tarifs .tarifItem:last-child {
    padding-bottom: 0;
  }

  .investProposal .tarifs .inner {
    max-width: 568px;
    margin: 0 auto;
    height: auto;
    padding-bottom: 42px;
  }

  .investProposal .chapterAbout {
    padding-bottom: 0;
  }

  .pageInner .proposalSection .forInvestors {
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .newsCard.bigCard {
    max-width: 450px;
    margin: 0 auto;
  }

  .newsCard.bigCard .imageWrapper {
    height: 173px;
  }

  .newsSection .columnsWrapper .column {
    padding-top: 30px;
  }

  .newsSection .columnsWrapper .column:first-child {
    padding-top: 30px;
  }

  .writeMessageRoad .caption {
    margin-right: 0;
  }

  .writeMessageRoad .caption:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .messageForm {
    padding: 30px 20px;
  }

  .messageForm .formInner {
    margin: 0 auto;
  }

  .messageForm .imageWrapper {
    display: none;
  }

  .gridWrapper {
    margin: 0;
  }

  .gridWrapper .column {
    width: 100%;
    padding: 30px 0 0;
  }

  .faqSection .sectionInner {
    padding-bottom: 0;
  }

  .faqSection .item+.item {
    margin-top: 30px;
  }

  .contactsSection .sectionInner {
    padding: 4px 0 30px;
  }

  .contactsSection .contactsList {
    -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;
  }

  .contactsSection .contactItem {
    width: calc(100% / 3);
    padding-top: 30px;
  }

  .contactsSection .contactItem .icon {
    width: 140px;
    height: 140px;
    margin-left: -70px;
  }

  .contactsSection .contactItem .icon:after {
    display: none;
  }

  .contactsSection .contactItem .icon:before {
    content: '';
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
  }

  .contactsSection .contactItem .contactLink {
    margin-top: 20px;
  }

  .contactsSection .contactItem:nth-child(2n) {
    padding-top: 30px;
  }

  .contactsSection .contactItem .itemInner {
    padding-top: 15px;
  }

  .gridWrapper .gridMasonry .item {
    padding: 30px 0 0;
    width: 100%;
  }

  .rulesSection .gridWrapper {
    padding-bottom: 30px;
  }

  .signSection .column {
    padding-bottom: 30px;
  }

  .signSection .column:first-child {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .gradientBlock {
    background: #9d2096;
    background: -moz-linear-gradient(135deg, #9d2096 0%, #ffbc01 100%);
    background: -webkit-linear-gradient(135deg, #9d2096 0%, #ffbc01 100%);
    background: linear-gradient(135deg, #9d2096 0%, #ffbc01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d2096', endColorstr='#ffbc01', GradientType=1);
  }

  .siteHeader .menuWrapper {
    padding-bottom: 12px;
  }

  .siteHeader .menuWrapper .listMenu {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }

  .siteHeader .menuWrapper .listMenu li {
    padding: 12px 11px 0 0;
    width: calc(100% - 268px);
  }

  .siteHeader .menuWrapper .listMenu li .linkMenu {
    width: 170px;
    margin: 0 auto;
  }

  .siteHeader .menuWrapper .listMenu li:nth-child(3n+1) {
    padding-left: 20px;
    width: auto;
  }

  .siteHeader .menuWrapper .listMenu li:nth-child(3n+1) .linkMenu {
    width: 101px;
  }

  .siteHeader .menuWrapper .listMenu li:nth-child(3n+3) {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }

  .siteHeader .menuWrapper .listMenu li:nth-child(3n+3) .linkMenu {
    width: 134px;
  }

  .siteHeader .menuWrapper .linkMenu {
    padding: 0;
  }

  .siteHeader .lineItem:nth-child(4) {
    display: none;
  }

  .siteHeader .lineItem:last-child {
    margin-left: auto;
  }

  .siteHeader .topLine {
    padding: 9px 0 10px;
  }

  .siteHeader .menuWrapper .linkMenu:after,
  .siteFooter .menuWrapper .linkMenu:after {
    height: 100%;
    width: 4px;
    left: -15px;
  }

  .banner .bannerInner {
    padding: 1px 0 193px;
  }

  .banner .btnWrapper {
    margin: 20px auto 0;
  }

  .banner .textTop {
    display: none;
  }

  .banner .textDown {
    display: none;
  }

  .banner .name {
    font-size: 45px;
    line-height: 56px;
    margin: -20px -15px 0;
    position: relative;
    z-index: 1;
  }

  .banner .underName {
    margin-top: 9px;
  }

  .startScreen .bannerBack {
    background-position: calc(50% - 195px) bottom;
  }

  .proposalSection .tarifsCarouselWrapper {
    max-width: 280px;
  }

  .mainInner .proposalSection .forInvestors {
    padding-bottom: 41px;
  }

  .forLeaders .chapterVisual {
    padding-left: 245px;
    width: 450px;
    margin-right: auto;
    margin-top: 37px;
  }

  .forLeaders .chapterVisual .imageWrapper {
    left: -98px;
  }

  .forLeaders .btnLilMain {
    margin-left: auto;
    margin-right: auto;
  }

  .mainInner .aboutSection {
    padding-bottom: 355px;
  }

  .mainInner .aboutSection .aboutInfo .mediaWrapper {
    bottom: 30px;
  }

  .aboutSection .btnLilMain {
    margin: 25px auto 0;
  }

  .statisticSection {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .statisticSection .illustration {
    display: none;
  }

  .statisticSection .sectionContent {
    padding-top: 0;
    margin: 31px -6px 0;
  }

  .statisticSection .statisticList {
    margin: -32px auto 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 462px;
  }

  .statisticSection .statisticList .item:first-child,
  .statisticSection .statisticList .item:nth-child(2),
  .statisticSection .statisticList .item:nth-child(3),
  .statisticSection .statisticList .item:nth-child(4),
  .statisticSection .statisticList .item:nth-child(5) {
    padding: 32px 24px 0;
    width: auto;
  }

  .statisticSection .statisticList .item:nth-child(2),
  .statisticSection .statisticList .item:nth-child(4) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .operationsCarouselWrapper .carouselNav {
    margin-top: 30px;
  }

  .howToStartSection {
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .howToStartSection:after,
  .howToStartSection:before {
    display: none;
  }

  .howToStartSection .sectionContent {
    margin-top: 14px;
  }

  .howToStartSection .sectionContent:before {
    display: none;
  }

  .howToStartSection .steps {
    margin: 54px 0 0;
  }

  .howToStartSection .steps .step {
    padding: 0 0 0 70px;
  }

  .howToStartSection .steps .step .stepBack {
    display: none;
  }

  .howToStartSection .steps .icon {
    display: none;
  }

  .howToStartSection .steps .item {
    width: 50%;
    padding: 10px 0 0;
  }

  .howToStartSection .steps .item:nth-child(2n) .step {
    margin-top: 40px;
  }

  .howToStartSection .steps .item:first-child .caption,
  .howToStartSection .steps .item:first-child .stepNum,
  .howToStartSection .steps .item:first-child .stepNum .num {
    color: #d5a110;
  }

  .howToStartSection .steps .item:nth-child(2) .caption,
  .howToStartSection .steps .item:nth-child(2) .stepNum,
  .howToStartSection .steps .item:nth-child(2) .stepNum .num {
    color: #e47d5b;
  }

  .howToStartSection .steps .item:nth-child(3) .caption,
  .howToStartSection .steps .item:nth-child(3) .stepNum,
  .howToStartSection .steps .item:nth-child(3) .stepNum .num {
    color: #9d2096;
  }

  .howToStartSection .steps .item:nth-child(4) .caption,
  .howToStartSection .steps .item:nth-child(4) .stepNum,
  .howToStartSection .steps .item:nth-child(4) .stepNum .num {
    color: #5d3a00;
  }

  .howToStartSection .steps .caption,
  .howToStartSection .steps .txt {
    text-align: left;
  }

  .howToStartSection .steps .stepNum {
    right: auto;
    left: 0;
    top: 4px;
    font-size: 27px;
    line-height: 23px;
    font-weight: 900;
    text-transform: lowercase;
    text-align: left;
  }

  .howToStartSection .steps .stepNum .num {
    padding-right: 0;
    font-size: 48px;
    line-height: 36px;
  }

  .howToStartSection .steps .stepNum .zero {
    display: inline-block;
  }

  .howToStartSection .btnWrapper {
    margin-top: 27px;
  }

  .newsAdvantagesSection {
    padding-top: 54px;
  }

  .newsAdvantagesSection .news {
    margin-top: 50px;
  }

  .siteFooter .menuWrapper {
    padding: 3px 0 18px;
  }

  .siteFooter .menuWrapper .listMenu {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }

  .siteFooter .menuWrapper .listMenu li {
    padding: 12px 11px 0 0;
    width: calc(100% - 268px);
  }

  .siteFooter .menuWrapper .listMenu li .linkMenu {
    width: 170px;
    margin: 0 auto;
  }

  .siteFooter .menuWrapper .listMenu li:nth-child(3n+1) {
    padding-left: 20px;
    width: auto;
  }

  .siteFooter .menuWrapper .listMenu li:nth-child(3n+1) .linkMenu {
    width: 101px;
  }

  .siteFooter .menuWrapper .listMenu li:nth-child(3n+3) {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }

  .siteFooter .menuWrapper .listMenu li:nth-child(3n+3) .linkMenu {
    width: 134px;
  }

  .siteFooter .menuWrapper .linkMenu {
    padding: 0;
  }

  .siteFooter .logoLink {
    position: absolute;
    left: -4px;
    top: -4px;
  }

  .siteFooter .topLine {
    display: block;
    position: relative;
    padding: 14px 0 6px 132px;
  }

  .siteFooter .lineItem {
    padding: 0;
    position: static;
  }

  .siteFooter .socialsWrapper .listSocials:before,
  .siteFooter .socialsWrapper .listSocials:after {
    width: 58px;
  }

  .paymentsSection .sectionInner {
    max-width: 450px;
  }

  .paymentsSection .listPayments {
    margin: 0 -15px;
  }

  .paymentsSection .listPayments li {
    padding: 6px 15px 0;
  }

  .paymentsSection .listPayments li img {
    height: 48px;
  }

  .pageTitle .title {
    font-size: 60px;
    line-height: 60px;
  }

  .pageTitle.longTitle .title {
    font-size: 52px;
  }

  .pageInner .aboutSection .aboutInfo .mediaWrapper {
    margin-top: 30px;
  }

  .pageInner .aboutSection .aboutReg .aboutRegItem {
    padding-top: 30px;
  }

  .columnsWrapper .column.visual {
    max-width: 450px;
  }

  .paginationLine {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contactsSection .contactItem {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .siteHeader .logoLink {
    width: 68px;
  }
  .siteHeader .logoLink .deskLogo {
    display: none;
  }

  .siteHeader .logoLink .mobLogo {
    display: block;
  }
  .siteHeader .lineItem {
    padding: 0 10px;
  }
  .proposalSection .chapterVisual {
    width: 100%;
    max-width: 450px;
    margin: 31px auto 0;
  }

  .profitCalc .calcTarifs {
    width: 50%;
  }

  .profitCalc .calcDeposit {
    padding-left: 24px;
    width: 50%;
  }

  .profitCalc .calcDeposit .progressCalc {
    margin: 0 auto;
  }

  .profitCalc .calcResult {
    padding: 10px 40px 17px 30px;
  }

  .statisticSection .operationsCarouselWrapper {
    max-width: 100%;
  }

  .statisticSection .lastOperations .operationsCarousel {
    margin: 15px auto 0;
    max-width: 290px;
  }

  .statisticSection .lastOperations .item {
    padding: 10px 0;
  }

  .newsAdvantagesSection .chapterCaption {
    padding-left: 0;
  }

  .newsAdvantagesSection .advantages .chapterContent {
    display: block;
    margin: 0;
  }

  .newsAdvantagesSection .advantagesItem {
    padding: 23px 0 0;
    width: 100%;
  }

  .newsAdvantagesSection .advantagesItem .inner {
    margin: 0 auto;
    max-width: 290px;
    padding: 0;
    text-align: center;
  }

  .newsAdvantagesSection .advantagesItem .inner:before {
    display: none;
  }

  .newsAdvantagesSection .advantagesItem .icon {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }

  .newsAdvantagesSection .advantagesItem .caption {
    margin-top: 16px;
  }

  .newsAdvantagesSection .advantagesItem:nth-child(2n) {
    margin-top: 0;
  }

  .newsAdvantagesSection .advantagesItem:nth-child(2n) .icon {
    top: auto;
  }

  .newsAdvantagesSection .advantagesItem:first-child .icon {
    right: auto;
  }

  .newsAdvantagesSection .newsCarousel {
    max-width: 290px;
    margin: 0 auto;
  }

  .pageTitle .title {
    font-size: 48px;
    line-height: 48px;
  }

  .pageTitle.longTitle .title {
    font-size: 36px;
  }

  .investProposal .tarifs .inner {
    padding: 35px 10px 42px 189px;
  }

  .faqSection .faqChapter .faqAnswer {
    padding: 13px 0 0 0;
  }
}

@media (max-width: 479px) {  
  .siteHeader .menuWrapper .listMenu li,
  .siteFooter .menuWrapper .listMenu li {
    width: 100%;
  }

  .siteHeader .menuWrapper .listMenu li .linkMenu,
  .siteFooter .menuWrapper .listMenu li .linkMenu {
    width: auto;
  }

  .siteHeader .menuWrapper .listMenu li:nth-child(3n+1),
  .siteFooter .menuWrapper .listMenu li:nth-child(3n+1) {
    padding-left: 0;
    width: 100%;
  }

  .siteHeader .menuWrapper .listMenu li:nth-child(3n+1) .linkMenu,
  .siteFooter .menuWrapper .listMenu li:nth-child(3n+1) .linkMenu {
    width: auto;
  }

  .siteHeader .menuWrapper .listMenu li:nth-child(3n+3) .linkMenu,
  .siteFooter .menuWrapper .listMenu li:nth-child(3n+3) .linkMenu {
    width: auto;
  }

  .banner .underName {
    font-size: 24px;
    line-height: 32px;
  }

  .banner .name {
    font-size: 36px;
    line-height: 44px;
  }

  .sectionCaption {
    text-align: center;
  }

  .sectionCaption .cap {
    display: block;
  }

  .profitCalc {
    display: block;
  }

  .profitCalc .calcTarifs {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
  }

  .profitCalc .calcDeposit {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }

  .profitCalc .calcResult {
    display: block;
    margin-top: 78px;
  }

  .forLeaders .chapterVisual {
    padding-left: 100px;
    width: 290px;
  }

  .forLeaders .chapterVisual .imageWrapper {
    left: -240px;
  }

  .mainInner .aboutSection {
    padding-bottom: 255px;
  }

  .mainInner .aboutSection .aboutInfo .mediaWrapper {
    margin-left: -145px;
  }

  .aboutSection .aboutInfo .mediaWrapper {
    width: 290px;
  }

  .aboutSection .aboutInfo .videoLink {
    height: 185px;
  }

  .statisticSection .statisticList {
    margin: -20px -10px 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .statisticSection .statisticList .item {
    text-align: center;
  }

  .statisticSection .statisticList .item:first-child,
  .statisticSection .statisticList .item:nth-child(2),
  .statisticSection .statisticList .item:nth-child(3),
  .statisticSection .statisticList .item:nth-child(4),
  .statisticSection .statisticList .item:nth-child(5) {
    padding: 20px 10px 0;
    width: auto;
    min-width: 50%;
  }

  .statisticSection .statisticList .item:last-child .inner {
    float: none;
  }

  .howToStartSection .steps {
    margin: 44px -10px 0;
    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: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .howToStartSection .steps .item {
    width: auto;
    min-width: 50%;
    padding: 20px 10px 0;
    float: left;
  }

  .howToStartSection .steps .item:nth-child(2n) .step {
    margin-top: 0;
  }

  .howToStartSection .steps .item:first-child .stepNum .num {
    padding-right: 0;
  }

  .howToStartSection .steps .item .step {
    padding: 0;
  }

  .howToStartSection .steps .item .stepNum {
    left: auto;
    top: auto;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
  }

  .howToStartSection .steps .item .caption,
  .howToStartSection .steps .item .txt {
    text-align: center;
  }

  .siteFooter .logoLink {
    position: relative;
    left: auto;
    top: auto;
  }

  .siteFooter .topLine {
    padding-left: 0;
  }

  .siteFooter .lineItem:first-child {
    padding-bottom: 10px;
  }

  .siteFooter .socialsWrapper .listSocials li {
    padding: 0 6px;
  }

  .siteFooter .socialsWrapper .listSocials:before,
  .siteFooter .socialsWrapper .listSocials:after {
    display: none;
  }

  .pageTitle .title {
    font-size: 32px;
    line-height: 32px;
  }

  .pageTitle.longTitle .title {
    font-size: 26px;
  }

  .investProposal .tarifs {
    max-width: 280px;
    margin: 20px auto 0;
  }

  .investProposal .tarifs .inner {
    display: block;
    text-align: center;
    padding: 189px 15px 30px;
  }

  .investProposal .tarifs .inner:before {
    content: '';
    height: 104px;
    width: 100%;
    top: 0;
    left: 0;
  }

  .investProposal .tarifs .inner:after {
    background-image: url(../img/back-tarif-card.png);
    background-position: center top;
  }

  .investProposal .tarifs .tarifCircle,
  .investProposal .tarifs .backCircle {
    top: 41px;
    margin-top: 0;
    left: 50%;
    margin-left: -63px;
  }

  .investProposal .tarifs .btnWrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .newsCard.bigCard {
    max-width: 290px;
  }

  .newsCard.bigCard .imageWrapper {
    height: 112px;
  }

  .writeMessageRoad .caption {
    padding-right: 0;
    padding-bottom: 70px;
  }

  .writeMessageRoad .caption:after {
    top: auto;
    margin-top: 0;
    bottom: 0;
  }

  .slideBlock .slideBtn {
    font-size: 14px;
    line-height: 18px;
  }

  .slideBlock .slideBtn .icon {
    width: 55px;
  }

  .faqSection .faqChapter .faqQuestionBtn {
    padding: 5px 10px 5px 71px;
  }

  .contactsSection .contactItem {
    width: 100%;
  }
}

@media (max-width: 1919px) {
  .accContent {
    padding: 0;
  }
}

@media (max-width: 1879px) {
  .accContent .cabPageCaption {
    font-size: 48px;
    line-height: 64px;
  }

  .accContent .chapters .chapterItem {
    width: 100%;
  }

  .accContent .chapters .chapterItem:nth-child(2) .cabChapter {
    padding-top: 33px;
  }

  .accContent .cabChapterContent {
    margin: 32px auto 0;
    max-width: 610px;
  }

  .accContent .chapterCaption {
    margin: 0 auto;
    max-width: 610px;
  }

  .accContent .cabStepContent {
    margin: 0 auto;
    max-width: 610px;
  }

  .accContent .cabStepCaption {
    margin: 0 auto;
    max-width: 610px;
  }

  .accContent .payMoveForm {
    position: relative;
  }

  .accContent .payMoveForm .chapterItem:last-child .cabChapter {
    padding-bottom: 200px;
  }

  .cabWithdrawPage .payMoveForm .chapterItem:nth-child(3) .cabChapter {
    padding-bottom: 200px;
  }

  .cabWithdrawPage .payMoveForm .chapterItem:last-child .cabChapter {
    padding: 0;
  }

  .cabReplenishPage .payMoveForm .chapterItem:nth-child(3) .cabChapter {
    padding-bottom: 200px;
  }

  .cabReplenishPage .payMoveForm .chapterItem:last-child .cabChapter {
    padding: 0;
    height: 0;
  }

  .payMoveForm {
    padding-top: 0;
  }

  .payMoveForm .cabStepsImageWrapper {
    position: absolute;
    top: 100%;
    margin-top: -180px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .payMoveForm .cabStepsImage {
    position: relative;
    top: auto;
    left: auto;
  }

  .payMoveForm .choicingSum+.cabStepsImageWrapper {
    margin-top: -180px;
  }

  .cabMainPage .chapterItem:nth-child(2n) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .depositItem+.depositItem {
    margin-top: 30px;
  }

  .cabChapter.backDiagonalDesk {
    background: transparent;
  }

  .cabChapter.backDiagonalMob {
    background: -moz-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
    background: -webkit-linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
    background: linear-gradient(-45deg, #fff 25%, #f4f0fa 0, #f4f0fa 50%, #fff 0, #fff 75%, #f4f0fa 0);
    background-color: #f4f0fa;
    background-size: 5px 5px;
  }

  .newsChapter .cabChapterContent {
    margin-top: 17px;
  }

  .accRefData .pyramidVisual {
    margin-top: 60px;
  }
}

@media (max-width: 1439px) {
  .accContent {
    width: calc(100% - 605px);
  }

  .accInfoBlock {
    width: 505px;
  }

  .accInfoBlock .accInfoHead {
    padding: 42px 20px 34px 30px;
  }

  .accInfoBlock .accPurses {
    padding: 51px 30px 20px;
  }

  .accInfoBlock .contacts {
    padding: 0 30px;
  }

  .cabChapter {
    padding: 33px 10px 40px 25px;
  }
}

@media (max-width: 1199px) {
  .accContent {
    width: calc(100% - 100px);
    padding-top: 50px;
  }

  .accContent .cabPageCaption {
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .accContent .cabChapterContent {
    max-width: 560px;
  }

  .accContent .chapterCaption {
    max-width: 560px;
  }

  .accContent .cabStepContent {
    max-width: 560px;
  }

  .accContent .cabStepCaption {
    max-width: 560px;
  }

  .accInfoBlock {
    padding-right: 0;
    width: calc(100% - 100px);
    top: 0;
    margin-top: 50px;
    left: 100px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 9;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform 0.4s, margin-top 0.4s, padding-bottom 0.4s;
    -moz-transition: transform 0.4s, margin-top 0.4s, padding-bottom 0.4s;
    -o-transition: transform 0.4s, margin-top 0.4s, padding-bottom 0.4s;
    transition: transform 0.4s, margin-top 0.4s, padding-bottom 0.4s;
  }

  .accInfoBlock:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background: #cd7a5c;
    background: -moz-linear-gradient(top, #cd7a5c 0%, #9d2096 100%);
    background: -webkit-linear-gradient(top, #cd7a5c 0%, #9d2096 100%);
    background: linear-gradient(to bottom, #cd7a5c 0%, #9d2096 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd7a5c', endColorstr='#9d2096', GradientType=0);
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .accInfoBlock .accInfoHead,
  .accInfoBlock .accInfoInner {
    background: transparent;
  }

  .accInfoBlock .accInfoHead {
    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: 0;
    width: calc(100% - 420px);
  }

  .accInfoBlock .accInfoHead:before,
  .accInfoBlock .accInfoHead:after {
    display: none;
  }

  .accInfoBlock .accInfoHead .profileLinkSetWrapper {
    display: none;
  }

  .accInfoBlock .accInfoHead .photoWrapper {
    margin: 0;
  }

  .accInfoBlock .accInfoHead .photo {
    width: 137px;
    height: 137px;
  }

  .accInfoBlock .accInfoHead .accStat {
    width: calc(100% - 137px);
    padding-left: 25px;
  }

  .accInfoBlock .accInfoHead .name,
  .accInfoBlock .accInfoHead .regInfoLine {
    text-align: left;
  }

  .accInfoBlock .accInfoHead .name {
    font-size: 24px;
    line-height: 24px;
    margin-top: 5px;
  }

  .accInfoBlock .accInfoHead .linkExitAcc {
    margin: 16px 0 0;
  }

  .accInfoBlock .accInfoHead .shortAccPayStat {
    margin: 42px -15px 0;
  }

  .accInfoBlock .accInfoHead .payStatItem {
    padding-left: 0;
    min-width: 188px;
  }

  .accInfoBlock .accInfoHead .payStatItem .icon {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
    background-size: auto;
  }

  .accInfoBlock .accInfoHead .payStatItem .pre {
    margin-top: 7px;
  }

  .accInfoBlock .contacts {
    display: none;
  }

  .accInfoBlock .accPurses {
    padding: 12px 0 0;
    width: 420px;
  }

  .accInfoBlock .accInfoBtn {
    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;
    height: 50px;
    cursor: pointer;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: bottom 0.4s;
    -moz-transition: bottom 0.4s;
    -o-transition: bottom 0.4s;
    transition: bottom 0.4s;
  }

  .accInfoBlock .accInfoBtn .icon {
    display: block;
    -moz-transform: rotate(-90deg) scale(1, 1);
    -ms-transform: rotate(-90deg) scale(1, 1);
    -webkit-transform: rotate(-90deg) scale(1, 1);
    -o-transform: rotate(-90deg) scale(1, 1);
    transform: rotate(-90deg) scale(1, 1);
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
  }

  .accInfoBlock .accInfoInner {
    height: auto;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.1s;
    -moz-transition: opacity 0.3s 0.1s;
    -o-transition: opacity 0.3s 0.1s;
    transition: opacity 0.3s 0.1s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 31px 10px 10px 30px;
  }

  .accInfoBlock.mobActive {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
    padding-bottom: 66px;
  }

  .accInfoBlock.mobActive .accInfoInner {
    opacity: 1;
  }

  .accInfoBlock.mobActive:before {
    height: 100%;
  }

  .accInfoBlock.mobActive .accInfoBtn {
    bottom: 16px;
  }

  .accInfoBlock.mobActive .accInfoBtn .icon {
    -moz-transform: rotate(-90deg) scale(-1, 1);
    -ms-transform: rotate(-90deg) scale(-1, 1);
    -webkit-transform: rotate(-90deg) scale(-1, 1);
    -o-transform: rotate(-90deg) scale(-1, 1);
    transform: rotate(-90deg) scale(-1, 1);
  }

  .cabChapter {
    padding: 23px 10px 30px 16px;
  }

  .cabNewsCarouselWrapper .slick-list {
    overflow: visible;
  }

  .accRefData .textBlock {
    margin-top: 50px;
  }

  .accRefData .pyramidVisual {
    display: block;
    padding-left: 300px;
    padding-top: 0;
    width: 485px;
    margin-left: auto;
    margin-right: auto;
  }

  .accRefData .pyramidVisual .imageWrapper {
    width: 530px;
    left: -33px;
    top: -7px;
  }

  .accRefData .pyramidVisual .pyramidLevels .level .pre {
    font-size: 12px;
    line-height: 17px;
  }

  .accRefData .pyramidVisual .pyramidLevels .level .inner {
    padding-left: 15px;
  }

  .accRefData .pyramidVisual .pyramidLevels .level .percent {
    font-size: 26px;
    line-height: 26px;
  }

  .accRefData .pyramidVisual .pyramidLevels .level+.level {
    margin-top: 22px;
  }

  .accRefData .pyramidVisual .pyramidLevels .level .arrow .line {
    margin-left: 9px;
    width: calc(100% - 27px);
  }

  .accRefData .pyramidVisual .pyramidLevels .level .arrow .colorMarker {
    width: 7px;
    height: 7px;
    right: 6px;
    margin-top: -3px;
  }

  .accRefData .pyramidVisual .pyramidLevels .level .arrow:before {
    width: 10px;
    height: 10px;
    background-size: 100% auto;
    margin-top: -5px;
  }

  .accRefData .pyramidVisual .pyramidLevels .level .arrow:after {
    width: 18px;
    height: 18px;
    background-size: 100% auto;
    margin-top: -9px;
  }

  .accRefData .pyramidVisual .pyramidLevels .level:first-child .arrow {
    width: 66px !important;
  }

  .accRefData .pyramidVisual .pyramidLevels .level:nth-child(2) .arrow {
    width: 73px !important;
  }

  .accRefData .pyramidVisual .pyramidLevels .level:nth-child(3) .arrow {
    width: 82px !important;
  }

  .accRefData .pyramidVisual .pyramidLevels .level:nth-child(4) .arrow {
    width: 86px !important;
  }

  .accRefData .pyramidVisual .pyramidLevels .level:nth-child(5) .arrow {
    width: 96px !important;
  }

  .accInfoBlock .accInfoInner {
    display: block;
    width: calc(100% - 210px);
    padding: 31px 10px 17px 30px;
  }

  .accInfoBlock .accInfoHead {
    width: 100%;
  }

  .accInfoBlock .accInfoHead .shortAccPayStat {
    display: block;
    position: absolute;
    margin: 0;
    width: 210px;
    padding-left: 62px;
    left: 100%;
    top: -27px;
  }

  .accInfoBlock .accInfoHead .payStatItem {
    margin: 27px 0 0;
  }

  .accInfoBlock .accPurses {
    padding: 31px 0 0;
    width: 100%;
  }

  .cabFilter .filterItem {
    width: calc((100% - 120px) / 2 - 20px);
  }
}

@media (max-width: 767px) {
  .accContent {
    width: calc(100% - 80px);
  }

  .accContent .cabPageCaption {
    display: none;
  }

  .accContent .chapters .chapterItem:first-child .cabChapter,
  .accContent .chapters .chapterItem:nth-child(2) .cabChapter {
    padding-top: 24px;
  }

  .accContent .profitChapter .textBlock {
    margin-top: 9px;
  }

  .accContent .profitChapter .nextChargeWrapper {
    margin-top: 25px;
    padding: 23px 19px 20px 19px;
  }

  .accContent .cabChapterContent {
    margin: 26px auto 0;
  }

  .cabChapter {
    padding: 23px 15px 30px 20px;
  }

  .cabHeader {
    width: 80px;
  }

  .depositItem {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }

  .depositItem .chargingTimer {
    -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;
    padding-top: 15px;
    margin-bottom: -9px;
  }

  .depositItem .chargingTimer .caption {
    width: 100%;
    text-align: center;
  }

  .depositItem .progressWrapper {
    padding: 10px 19px 20px;
  }

  .depositItem .depositHead {
    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: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 14px 10px 6px 15px;
  }

  .simpleCabTable.refTable .name {
    max-width: 204px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tarifBtnItem .tarifBtn .inner {
    padding: 9px 5px 9px 15px;
  }

  .payMoveForm .moveResult {
    padding: 12px 35px 18px;
  }

  .payMoveForm .choicingSum .textBlock {
    margin-top: 40px;
  }

  .settingsForm {
    padding: 14px 0 0;
  }

  .settingsForm .items {
    margin: -20px auto 0;
    max-width: 365px;
  }

  .settingsForm .formItem {
    width: 100%;
    padding: 20px 0 0;
  }

  .cabTabs .tabsHead {
    margin: -15px -10px 0;
  }

  .cabTabs .tabsHead li {
    padding: 15px 10px 0;
  }

  .cabTabs.referalTabs .tabsHead li {
    width: 25%;
  }

  .accRefData .pyramidVisual {
    width: 100%;
    padding-left: 0;
    margin-right: 0;
  }

  .accRefData .pyramidVisual .imageWrapper {
    left: 100%;
    margin-left: -540px;
  }

  .accRefData .pyramidVisual .pyramidLevels {
    width: 205px;
    margin-left: auto;
  }

  .accInfoBlock {
    width: calc(100% - 80px);
    left: 80px;
  }

  .accInfoBlock .accInfoHead .shortAccPayStat {
    display: none;
    padding-left: 0;
  }

  .accInfoBlock .accInfoHead .accStat {
    width: calc(100% - 118px);
    padding-left: 19px;
  }

  .accInfoBlock .accInfoHead .photo {
    width: 118px;
    height: 118px;
  }

  .accInfoBlock .accInfoHead .name {
    margin-top: 0;
  }

  .accInfoBlock .accInfoHead .photoWrapper {
    margin-top: 4px;
  }

  .accInfoBlock .accInfoInner {
    width: 100%;
    padding: 17px 10px 17px 20px;
  }

  .accInfoBlock .accPurses .pursesList {
    margin: -19px -7px 0;
  }

  .accInfoBlock .accPurses .purseItem {
    width: 50%;
    padding: 19px 7px 0;
  }

  .purseItem .purseInner {
    padding: 15px 15px 16px 15px;
  }

  .cabFilter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cabFilter .filterItem {
    width: calc(50% - 10px);
  }

  .cabFilter .filterBtn {
    margin-top: 20px;
  }
}

@media (max-width: 639px) {
  .cabTabs .tabsHead {
    margin: -4px -2px 0;
  }

  .cabTabs .tabsHead li {
    padding: 4px 2px 0;
  }

  .cabTabs.depositsTabs .tabsHead li {
    width: 50%;
  }

  .cabTabs.depositsTabs .tabsHead .linkTab {
    width: 100%;
  }

  .cabTabs.referalTabs .tabsHead li {
    width: calc(100% / 3);
  }

  .depositItem {
    background-position: left -10px;
  }

  .depositItem .depositContent .item {
    width: 100%;
  }

  .depositItem .depositContent .item .inner {
    padding: 12px 10px 11px 85px;
  }

  .depositItem .depositContent .item:nth-child(2n+1) {
    background-color: transparent;
  }

  .depositItem .depositContent .item:nth-child(2n) {
    background-color: rgba(144, 144, 144, 0.2);
  }

  .depositItem .depositHead .tarifCircle {
    top: auto;
    bottom: 106px;
  }

  .depositItem+.depositItem {
    margin-top: 20px;
  }

  .depositItem .payIcon {
    top: 50%;
    margin-top: -37px;
  }

  .cabNewsCarouselWrapper {
    margin: -27px auto 0;
    max-width: 270px;
  }

  .cabNewsCarousel .item {
    padding: 9px 0 0;
  }

  .simpleCabTable .tableItem {
    padding: 0 9px;
  }

  .simpleCabTable .tableItem:first-child {
    padding-left: 9px;
    width: 160px;
  }

  .simpleCabTable .tableItem:last-child {
    padding-right: 9px;
    width: 89px;
  }

  .simpleCabTable .tableItem .miniTableItem {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .simpleCabTable .tableItem .miniTableItem+.miniTableItem {
    padding-left: 0;
  }

  .simpleCabTable.refTable .tableItem:first-child {
    width: auto;
  }

  .simpleCabTable.refTable .name {
    max-width: 140px;
  }

  .payMoveForm .choicingTarif {
    margin: -15px auto 0;
    max-width: 270px;
  }

  .payMoveForm .choicingTarif .tarifBtnItem {
    width: 100%;
    padding: 15px 0 0;
  }

  .payMoveForm .depositTarifInfo {
    display: block;
    text-align: center;
    margin: 22px 0 0;
    padding-left: 0;
  }

  .payMoveForm .depositTarifInfo .mainInfo,
  .payMoveForm .depositTarifInfo .addInfo {
    padding: 0;
  }

  .payMoveForm .depositTarifInfo .addInfo {
    margin-top: 20px;
  }

  .payMoveForm .depositTarifInfo .txt {
    margin: 0 auto;
  }

  .payMoveForm .pursesList {
    margin: -15px auto 0;
    max-width: 270px;
  }

  .payMoveForm .pursesList .purseItem {
    width: 100%;
    padding: 15px 0 0;
  }

  .payMoveForm .choicingSum .inputWrapper {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .payMoveForm .moveResult {
    padding: 12px 25px;
  }

  .payMoveForm .moveResult .moveResultInner {
    display: block;
  }

  .payMoveForm .btnWrapper {
    margin-top: 35px;
  }

  .referalItem .referalBtn {
    padding: 5px 10px 5px 80px;
  }

  .referalItem .refShortInfo {
    display: block;
  }

  .referalItem .refShortInfo .item:first-child,
  .referalItem .refShortInfo .item:nth-child(2) {
    width: 100%;
  }

  .referalItem .refDetailedInfo {
    padding: 17px 0 8px 20px;
  }

  .cabFilter {
    display: block;
    max-width: 270px;
    margin: 0 auto;
  }

  .cabFilter .filterItem {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .cabHeader {
    width: 100%;
    height: 80px;
    padding: 0 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-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .cabHeader .burger {
    display: block;
  }

  .cabHeader .linkMenu {
    padding: 12px 0 12px 32px;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
  }

  .cabHeader .linkMenu .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
  }

  .cabHeader .linkMenu:before {
    left: -15px;
  }

  .cabHeader .logoWrapper {
    padding: 9px 0 10px;
    z-index: 1;
    position: relative;
    background-image: none;
  }

  .cabHeader .menuWrapper {
    width: 320px;
    position: absolute;
    top: 100%;
    opacity: 0;
    right: 0;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    padding: 15px;
    background-color: #9d2096;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
  }

  .cabHeader .menuWrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.07;
  }

  .cabHeader .menuWrapper .listMenu {
    position: relative;
    z-index: 1;
  }

  .cabHeader .menuWrapper.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .cabHeader .menuWrapper li+li {
    margin-top: 12px;
  }

  .cabHeader .socialsWrapper {
    display: none;
  }

  .accContent {
    width: 100%;
  }

  .cabChapter {
    padding: 23px 15px 30px;
  }

  .cabTabs.depositsTabs .tabsHead .linkTab {
    font-size: 14px;
  }

  .cabTabs.referalTabs .tabsHead li {
    font-size: 12px;
  }

  .depositItem {
    background-image: url(../img/back-tarif-card.png);
    background-position: calc(100% + 80px) top;
  }

  .depositItem .depositHead {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: right;
    width: 100%;
    height: 104px;
  }

  .depositItem .depositHead .tarifCircle {
    top: 100%;
    margin-top: -63px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
  }

  .depositItem .depositContent {
    width: 100%;
  }

  .depositItem .depositContent .item .inner {
    padding: 12px 10px 11px 15px;
  }

  .depositItem .depositContent .item:first-child .inner,
  .depositItem .depositContent .item:nth-child(3) .inner {
    padding-left: 15px;
  }

  .simpleCabTable {
    border: none;
    background-color: transparent;
  }

  .simpleCabTable .tableHead {
    display: none;
  }

  .simpleCabTable .tableLine {
    height: auto;
    background-color: #fff;
  }

  .simpleCabTable .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;
    margin: -10px 0 0;
  }

  .simpleCabTable .tableContent .tableCaption {
    display: block;
    background-color: #9d2096;
    padding: 5px 9px;
  }

  .simpleCabTable .tableContent .tableLine {
    display: block;
    width: calc(50% - 5px);
    border: 1px solid #9d2096;
    margin: 10px 0 0;
  }

  .simpleCabTable .tableItem {
    display: block;
    padding: 0;
  }

  .simpleCabTable .tableItem:first-child {
    padding-left: 0;
    width: 100%;
  }

  .simpleCabTable .tableItem:last-child {
    padding-right: 0;
    width: 100%;
  }

  .simpleCabTable .tableItem .tableItemInner {
    padding: 5px 9px;
  }

  .cabStepCaption .num {
    display: block;
  }

  .referalItem .referalBtn {
    padding: 5px 10px 5px 70px;
  }

  .accInfoBlock {
    width: 100%;
    left: 0;
    margin-top: 130px;
  }

  .accInfoBlock .accInfoHead .photoWrapper {
    margin: 0 auto;
  }

  .accInfoBlock .accInfoHead .accStat {
    width: 100%;
    padding-left: 0;
  }

  .accInfoBlock .accInfoHead .name,
  .accInfoBlock .accInfoHead .regInfoLine {
    text-align: center;
  }

  .accInfoBlock .accInfoHead .name {
    margin-top: 10px;
  }

  .accInfoBlock .accInfoHead .linkExitAcc {
    margin: 16px auto 0;
  }

  .accInfoBlock .accPurses .pursesList {
    margin: -19px 0 0;
  }

  .accInfoBlock .accPurses .purseItem {
    width: 100%;
    padding: 19px 0 0;
  }

  .accInfoBlock .accInfoInner {
    width: 100%;
    padding: 17px 15px 17px;
  }

  .accInfoBlock.mobActive {
    margin-top: 80px;
  }
}

.modalsScroll {
  overflow: auto;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
}

.tCell {
  display: table-cell;
  vertical-align: middle;
}

.modalsScroll.open {
  z-index: 55;
  display: block;
}

.modals {
  height: 100vh;
  width: 100%;
  display: table;
}

.modalWrap {
  overflow: auto;
  display: table-cell;
  vertical-align: middle;
}

.overlayModal {
  z-index: 1;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  display: none;
}

.blockMod {
  position: relative;
  z-index: 6;
  display: none;
  margin: 0 auto;
}

.modalWrap {
  padding: 15px;
}

.modalCaption {
  display: block;
  font-size: 62px;
  line-height: 72px;
  color: #ffbc01;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 27px;
}

.bodyModal {
  overflow: hidden;
}

.blockMod {
  background: #9d2096;
  background: -moz-linear-gradient(-135deg, #9d2096 0%, #ffbc01 100%);
  background: -webkit-linear-gradient(-135deg, #9d2096 0%, #ffbc01 100%);
  background: linear-gradient(-135deg, #9d2096 0%, #ffbc01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d2096', endColorstr='#ffbc01', GradientType=1);
  max-width: 856px;
  width: 100%;
}

.blockMod .btnClose {
  display: block;
  position: absolute;
  z-index: 15;
  cursor: pointer;
  overflow: hidden;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  top: 30px;
  right: 30px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.blockMod .btnClose:hover {
  color: #ffbc01;
}

.modalContent {
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 42px 60px 45px;
  min-height: 504px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.modalContent .btnMain {
  width: 250px;
  margin-top: 26px;
}

.modalContent .textBlock {
  text-align: center;
  max-width: 430px;
}

.modalContent .textBlock p {
  font-weight: 600;
  line-height: 22px;
}

.modalContent .contributionInfo .infoLine {
  text-align: center;
}

.modalContent .contributionInfo .infoLine+.infoLine {
  margin-top: 20px;
}

.modalContent .contributionInfo .caption {
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.modalContent .contributionInfo .val {
  display: inline-block;
  vertical-align: bottom;
  font-size: 24px;
  line-height: 24px;
  color: #ffbc01;
  font-weight: 600;
}

.modalContent .contributionInfo .val.date {
  font-size: 18px;
  line-height: 22px;
}

.modalContent .contributionInfo .val.sum .postfix {
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}

#successModal .modalContent {
  padding-bottom: 99px;
}

#errorModal .modalCaption {
  font-size: 72px;
}

#errorModal .textBlock {
  padding: 50px 0;
}

#errorModal .modalContent {
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .modalCaption {
    font-size: 52px;
    line-height: 60px;
  }

  #errorModal .modalCaption {
    font-size: 52px;
  }

  #errorModal .textBlock {
    padding: 40px 0;
  }

  .modalContent .contributionInfo .val {
    font-size: 18px;
    line-height: 22px;
  }

  .modalContent .contributionInfo .val.sum .postfix {
    font-size: 14px;
    line-height: 18px;
  }

  #successModal .modalContent,
  #errorModal .modalContent {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .modalCaption {
    font-size: 36px;
    line-height: 44px;
  }

  .blockMod .btnClose {
    top: 20px;
    right: 20px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
  }

  #errorModal .modalCaption {
    font-size: 40px;
  }

  #errorModal .textBlock {
    padding: 25px 0;
  }

  #errorModal .modalContent {
    padding-bottom: 35px;
  }

  .modalContent {
    padding: 65px 15px 35px;
    min-height: 0;
  }

  .modalContent .contributionInfo .caption {
    font-size: 12px;
    line-height: 20px;
  }

  .modalContent .contributionInfo .val {
    font-size: 16px;
    line-height: 20px;
  }

  .modalContent .contributionInfo .val.date {
    font-size: 16px;
    line-height: 20px;
  }

  .modalContent .contributionInfo .val.sum .postfix {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 479px) {
  .modalCaption {
    font-size: 28px;
    line-height: 36px;
  }

  .modalcontent {
    padding: 65px 10px 35px;
  }
}

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

.default_table {
  width: 100%;
}
.default_table p.info,
.default_table h2 {
  color: white;
}
.default_table table {
  width: 100%;
}
.default_table table tr td {
  width: 50%;
  padding: 10px 20px;
}
.default_table table tr td {
  font-size: 18px;
  color: #ffbc01;
  font-weight: 600;
}
.default_table table tr td:first-child {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: right;
}

.button-gray, .button-blue, .button-red, .button-green {
  border: 0;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 15px;
  font-family: 'Proxima Nova';
  background-color: #ffbc01;
  cursor: pointer;
  overflow: hidden;

  font-size: 18px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.button-gray:hover, .button-blue:hover, .button-red:hover, .button-green:hover {
  background: #9d2096;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

span.err {
  color: red;
  display: block;
  text-align: center;
  font-size: 16px;
}

























/*css from dashboard page*/

table.tab {    font-size: 14px;
    color: #000;
    width: 100%;
    border-width: 1px;
    border-color: #DA0014;
    border-collapse: collapse;
    /* font-weight: 600; */
    font-family: sans-serif;
    letter-spacing: 1px;}
table.tab th {
font-size: 14px;
    background-color: #7c1e77;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #7c1e77;
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    letter-spacing: 0px;
	height: 50px;
}
table.tab tr {}
table.tab td {    
font-size: 14px;
height: 50px;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #E6E6E6;
    background-color: #f3f6f9;}


table.blank {font-size: 14px;
    color: #000;
    width: 100%;
    border-width: 1px;
    border-color: #DA0014;
    border-collapse: collapse;
    /* font-weight: 600; */
    font-family: sans-serif;
    letter-spacing:.5px;}
table.blank th {font-size:14px;background-color:#abd28e;border-width: 0px;padding: 8px;border-style: solid;border-color: #9dcc7a;text-align:left;}
table.blank tr {}
table.blank td {font-size:14px;border-width: 0px;padding: 8px;border-style: solid;border-color: #9dcc7a;}




@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}
