/*
tinc project builder
styleFile create on 18.09.2018 16:20:24 ---
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

body {
  position: relative;
  font-family: "Brutal Type";
  padding: 0px;
  margin: 0px auto;
  max-width: 1920px;
  min-width: 1200px;
  line-height: 1; }
  body .bodyWrap {
    overflow: hidden; }

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px; }

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1; }
  a:hover {
    opacity: 0.7;
    text-decoration: none; }

select,
input,
textarea {
  width: 100%;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  font-family: "Brutal Type"; }

.invisLink {
  position: relative;
  z-index: 1; }
  .invisLink a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap; }

[class*="iconLeft"] {
  position: relative;
  display: inline-block; }
  [class*="iconLeft"] > [class*="icon"] {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px; }

[class*="iconLeft"].table > [class*="icon"] {
  position: static; }
[class*="iconLeft"].table[class*="Lg"] > [class*="icon"] {
  width: 130px; }
[class*="iconLeft"].table[class*="Md"] > [class*="icon"] {
  width: 105px; }
[class*="iconLeft"].table[class*="Sm"] > [class*="icon"] {
  width: 75px; }

[class*="icon"] {
  position: relative; }
  [class*="icon"] [class*="path"] {
    position: absolute;
    top: 0px;
    left: 0px; }
    [class*="icon"] [class*="path"]::before {
      margin: 0; }

a.linkSmpl {
  font-size: 16px;
  line-height: 30px;
  color: white;
  font-weight: 400;
  letter-spacing: 0.025em; }

a.linkUnd {
  font-size: 15px;
  line-height: 30px;
  color: white;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: underline; }

.grayBack {
  background: #eaeff9; }

.iconBack {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1; }
  .iconBack .shadow {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
    margin: auto;
    -webkit-box-shadow: 10px 10px 21px 42px rgba(136, 163, 221, 0.33);
    -moz-box-shadow: 10px 10px 21px 42px rgba(136, 163, 221, 0.33);
    box-shadow: 10px 10px 21px 42px rgba(136, 163, 221, 0.33);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -2; }
  .iconBack::after {
    content: "\e941";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-family: "icomoon";
    z-index: -1; }

[class*="socLink"] {
  width: 60px;
  font-size: 20px;
  line-height: 52px;
  font-weight: normal; }
  [class*="socLink"][class*="Type1"] {
    color: white; }
    [class*="socLink"][class*="Type1"]::after {
      color: #2f7bde; }
  [class*="socLink"][class*="Type2"] {
    color: #012c7a; }
    [class*="socLink"][class*="Type2"]::after {
      color: white; }
  [class*="socLink"]::after {
    font-size: 60px; }
  [class*="socLink"] .shadow {
    -webkit-box-shadow: 10px 10px 21px 21px rgba(136, 163, 221, 0.33);
    -moz-box-shadow: 10px 10px 21px 21px rgba(136, 163, 221, 0.33);
    box-shadow: 10px 10px 21px 21px rgba(136, 163, 221, 0.33); }

[class*="payIcon"] {
  width: 88px;
  font-size: 36px;
  line-height: 76px;
  color: #012c7a; }
  [class*="payIcon"][class*="cur3"] {
    font-size: 28px; }
  [class*="payIcon"]::after {
    font-size: 88px;
    color: white; }

[class*="numIcon"] {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1; }
  [class*="numIcon"][class*="Lg"] {
    width: 106px;
    font-size: 45px;
    line-height: 92px;
    color: #e0186c;
    font-weight: 700; }
    [class*="numIcon"][class*="Lg"]::after {
      color: white;
      font-size: 104px; }
  [class*="numIcon"][class*="Sm"] {
    width: 60px;
    font-size: 20px;
    line-height: 52px;
    color: white;
    font-weight: 700; }
    [class*="numIcon"][class*="Sm"]::after {
      color: #2f7bde;
      font-size: 58px; }
  [class*="numIcon"].rotate {
    line-height: 106px; }
    [class*="numIcon"].rotate::after {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }

.payImg {
  width: 36px;
  height: 32px; }
  .payImg span.img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat; }
  .payImg .shadow {
    -webkit-box-shadow: 4px 4px 7px 14px rgba(136, 163, 221, 0.11);
    -moz-box-shadow: 4px 4px 7px 14px rgba(136, 163, 221, 0.11);
    box-shadow: 4px 4px 7px 14px rgba(136, 163, 221, 0.11); }
  .payImg::after {
    top: -2px;
    font-size: 36px;
    color: white; }

.logo {
  padding-left: 60px;
  width: 235px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .logo img {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -24px;
    width: 55px;
    height: auto; }
  .logo .txt {
    text-align: center; }
    .logo .txt span {
      display: block;
      font-family: "Monda";
      text-transform: uppercase;
      color: white; }
      .logo .txt span:first-child {
        font-size: 37px;
        font-weight: bold;
        line-height: 32px; }
      .logo .txt span:last-child {
        padding-left: 5px;
        margin-top: 5px;
        font-size: 13px;
        letter-spacing: 0.33em; }
  .logo.big {
    padding-left: 0px;
    width: 170px;
    margin: 0px auto; }
    .logo.big img {
      position: static;
      width: auto;
      height: auto;
      display: block;
      margin: 0px auto; }
    .logo.big .txt {
      margin-top: 40px;
      text-align: center; }
  .logo:hover {
    opacity: 0.7; }

.menu {
  font-size: 0px; }
  .menu li {
    position: relative;
    display: inline-block; }
    .menu li + li {
      margin-left: 73px; }
    .menu li a {
      display: table;
      padding: 10px 0px 30px;
      font-size: 15px;
      color: white;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
      .menu li a::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        width: 0px;
        height: 0px;
        border-bottom: 9px solid #e0186c;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
    .menu li.active a, .menu li:hover a {
      color: #e0186c;
      opacity: 1; }
      .menu li.active a::before, .menu li:hover a::before {
        opacity: 1; }

[class*="caption"] {
  position: absolute;
  display: block;
  font-family: "Monda";
  font-size: 50px;
  color: rgba(3, 73, 198, 0.11);
  font-weight: 700; }
  [class*="caption"][class*="Right"] {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 50%;
    margin-right: -1080px; }
  [class*="caption"][class*="Left"] {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 50%;
    margin-left: -1160px; }

.contentImg {
  width: 571px;
  height: 410px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 11px solid white;
  -webkit-box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33);
  -moz-box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33);
  box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33); }

[class*="btn"] {
  position: relative;
  display: inline-block;
  font-family: "Monda";
  font-size: 16px;
  color: white;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  [class*="btn"]:hover {
    opacity: 1; }
  [class*="btn"].center {
    display: table;
    margin-left: auto !important;
    margin-right: auto !important; }
  [class*="btn"]::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    width: 0px;
    height: 0px;
    border-color: transparent;
    border-style: solid;
    -webkit-transition: border-left-color 0.3s;
    -moz-transition: border-left-color 0.3s;
    -o-transition: border-left-color 0.3s;
    transition: border-left-color 0.3s; }
  [class*="btn"]::after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 100%;
    width: 0px;
    height: 0px;
    border-color: transparent;
    border-style: solid;
    -webkit-transition: border-right-color 0.3s;
    -moz-transition: border-right-color 0.3s;
    -o-transition: border-right-color 0.3s;
    transition: border-right-color 0.3s; }
  [class*="btn"][class*="Sm"] {
    padding: 0px 27px;
    margin: 0px 16px;
    height: 53px;
    text-transform: capitalize;
    line-height: 53px; }
    [class*="btn"][class*="Sm"]::before {
      border-left-width: 16px;
      border-top-width: 27px;
      border-bottom-width: 26px; }
    [class*="btn"][class*="Sm"]::after {
      border-right-width: 16px;
      border-top-width: 27px;
      border-bottom-width: 26px; }
  [class*="btn"][class*="Color1"] {
    background-color: #2f7bde; }
    [class*="btn"][class*="Color1"]:hover {
      background-color: #6da3e8; }
      [class*="btn"][class*="Color1"]:hover::before {
        border-left-color: #6da3e8; }
      [class*="btn"][class*="Color1"]:hover::after {
        border-right-color: #6da3e8; }
    [class*="btn"][class*="Color1"]::before {
      border-left-color: #2f7bde; }
    [class*="btn"][class*="Color1"]::after {
      border-right-color: #2f7bde; }
  [class*="btn"][class*="Lg"] {
    margin: 0px 20px;
    height: 65px;
    text-transform: uppercase;
    line-height: 65px; }
    [class*="btn"][class*="Lg"]::before {
      border-left-width: 20px;
      border-top-width: 33px;
      border-bottom-width: 32px; }
    [class*="btn"][class*="Lg"]::after {
      border-right-width: 20px;
      border-top-width: 33px;
      border-bottom-width: 32px; }
  [class*="btn"][class*="Color2"] {
    background-color: #e0186c; }
    [class*="btn"][class*="Color2"]:hover {
      background-color: #e95d98; }
      [class*="btn"][class*="Color2"]:hover::before {
        border-left-color: #e95d98; }
      [class*="btn"][class*="Color2"]:hover::after {
        border-right-color: #e95d98; }
    [class*="btn"][class*="Color2"]::before {
      border-left-color: #e0186c; }
    [class*="btn"][class*="Color2"]::after {
      border-right-color: #e0186c; }
  [class*="btn"][class*="Color3"] {
    background-color: #003ead; }
    [class*="btn"][class*="Color3"]:hover {
      background-color: #4d78c6; }
      [class*="btn"][class*="Color3"]:hover::before {
        border-left-color: #4d78c6; }
      [class*="btn"][class*="Color3"]:hover::after {
        border-right-color: #4d78c6; }
    [class*="btn"][class*="Color3"]::before {
      border-left-color: #003ead; }
    [class*="btn"][class*="Color3"]::after {
      border-right-color: #003ead; }
  [class*="btn"][class*="RightIcon"] {
    padding-left: 32px;
    padding-right: 87px; }
    [class*="btn"][class*="RightIcon"] [class*="icon"] {
      position: absolute;
      right: -20px;
      top: 0px; }
  [class*="btn"][class*="LeftIcon"] {
    padding-right: 32px;
    padding-left: 87px; }
    [class*="btn"][class*="LeftIcon"] [class*="icon"] {
      position: absolute;
      left: -20px;
      top: 0px; }
  [class*="btn"] [class*="icon"] {
    width: 75px;
    font-size: 17px;
    line-height: 65px;
    color: white;
    font-weight: normal; }
    [class*="btn"] [class*="icon"]::after {
      font-size: 75px;
      color: rgba(255, 255, 255, 0.14); }

.firstCap {
  font-size: 90px;
  line-height: 84px;
  color: white;
  font-weight: 700; }

.secCap {
  font-size: 50px;
  line-height: 84px;
  color: #0349c6;
  font-weight: 700; }

.thirdCap {
  font-size: 30px;
  line-height: 40px;
  color: #061046;
  font-weight: 700; }

.uppCap {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 84px;
  color: white;
  font-weight: 700; }

[class*="Cap"] {
  display: block;
  font-family: "Monda"; }
  [class*="Cap"].center {
    text-align: center; }

.textBlock [class*="Cap"] + p {
  margin-top: 40px; }
.textBlock p {
  font-size: 16px;
  line-height: 30px;
  color: #012c7a;
  font-weight: 400;
  letter-spacing: 0.025em; }
  .textBlock p.strong {
    font-size: 20px;
    font-weight: 500; }
  .textBlock p + p {
    margin-top: 30px; }
  .textBlock p + ul {
    margin-top: 60px; }
.textBlock .contentImg.right {
  float: right;
  margin-top: 10px;
  margin-left: 40px; }
.textBlock .contentImg.left {
  float: left; }
.textBlock + .textBlock {
  margin-top: 40px; }
.textBlock ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #012c7a;
  font-weight: 400;
  letter-spacing: 0.025em; }
  .textBlock ul li [class*="icon"] {
    position: absolute;
    left: 3px;
    top: 12px;
    font-size: 12px;
    color: #4194ff; }
  .textBlock ul li + li {
    margin-top: 30px; }

[class*="inBlock"] label {
  display: block; }
  [class*="inBlock"] label.center {
    text-align: center; }
[class*="inBlock"] .inWrap {
  position: relative; }
  [class*="inBlock"] .inWrap input {
    width: 100%;
    height: 54px;
    font-family: "Brutal Type";
    line-height: 52px;
    border-width: 1px;
    border-style: solid; }
  [class*="inBlock"] .inWrap textarea {
    width: 100%;
    height: 157px;
    font-family: "Brutal Type";
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    resize: none; }
  [class*="inBlock"] .inWrap .selectric {
    width: 100%;
    height: 54px;
    border-width: 1px;
    border-style: solid; }
    [class*="inBlock"] .inWrap .selectric .label {
      margin: 0px;
      line-height: 54px; }
    [class*="inBlock"] .inWrap .selectric .button {
      position: absolute;
      display: block;
      top: 50%;
      right: 15px;
      margin-top: -4px;
      width: 7px;
      height: 7px;
      background-color: transparent;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
      [class*="inBlock"] .inWrap .selectric .button::after {
        display: none; }
  [class*="inBlock"] .inWrap .selectric-items li {
    padding: 0px;
    padding-left: 20px;
    padding-right: 35px;
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
[class*="inBlock"][class*="Type1"] label {
  font-size: 15px;
  color: #96c2ff;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  [class*="inBlock"][class*="Type1"] label span {
    color: #e0186c; }
  [class*="inBlock"][class*="Type1"] label + .inWrap {
    margin-top: 20px; }
[class*="inBlock"][class*="Type1"] .inWrap input {
  padding: 0px 20px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: white;
  background-color: rgba(47, 123, 222, 0.2);
  border-color: #3168cb;
  -webkit-box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32);
  -moz-box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32);
  box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  [class*="inBlock"][class*="Type1"] .inWrap input:focus {
    background-color: #0e357c; }
[class*="inBlock"][class*="Type1"] .inWrap textarea {
  width: 100%;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: white;
  background-color: rgba(47, 123, 222, 0.2);
  border-color: #3168cb;
  -webkit-box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32);
  -moz-box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32);
  box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  [class*="inBlock"][class*="Type1"] .inWrap textarea:focus {
    background-color: #0e357c; }
[class*="inBlock"][class*="Type1"] .inWrap.icon input {
  padding-right: 40px; }
[class*="inBlock"][class*="Type1"] .inWrap span.cur {
  display: table;
  font-size: 17px;
  line-height: 54px;
  color: white;
  font-weight: 500;
  position: absolute;
  top: 0px;
  right: 14px; }
[class*="inBlock"][class*="Type1"] .inWrap [class*="icon"] {
  font-size: 18px;
  line-height: 54px;
  color: #89b4f4;
  font-weight: normal;
  position: absolute;
  top: 0px;
  right: 16px; }
[class*="inBlock"][class*="Type1"] .inWrap .selectric {
  padding-left: 20px;
  padding-right: 35px;
  background-color: rgba(47, 123, 222, 0.2);
  border-color: #3168cb;
  -webkit-box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32);
  -moz-box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32);
  box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32); }
  [class*="inBlock"][class*="Type1"] .inWrap .selectric .label {
    font-size: 17px;
    color: white;
    font-weight: 500;
    letter-spacing: 0.05em; }
  [class*="inBlock"][class*="Type1"] .inWrap .selectric .button {
    border-right: 1px solid white;
    border-bottom: 1px solid white; }
[class*="inBlock"][class*="Type1"] .inWrap .selectric-items {
  background-color: rgba(47, 123, 222, 0.2);
  border-color: #3168cb;
  -webkit-box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32);
  -moz-box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32);
  box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32); }
  [class*="inBlock"][class*="Type1"] .inWrap .selectric-items li {
    font-size: 17px;
    line-height: 54px;
    color: white;
    font-weight: 500;
    letter-spacing: 0.05em; }
    [class*="inBlock"][class*="Type1"] .inWrap .selectric-items li:hover {
      background-color: rgba(255, 255, 255, 0.1); }
[class*="inBlock"][class*="Type2"] label {
  font-size: 16px;
  color: #012c7a;
  font-weight: 700;
  letter-spacing: 0.025em; }
  [class*="inBlock"][class*="Type2"] label + .inWrap {
    margin-top: 15px; }
[class*="inBlock"][class*="Type2"] .inWrap input {
  padding: 0px 22px;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #012c7a;
  background-color: #eaeff9;
  border-color: #cfdaf1; }
[class*="inBlock"][class*="Type2"] .inWrap .selectric {
  padding: 0px 22px;
  background-color: #eaeff9;
  border-color: #cfdaf1; }
  [class*="inBlock"][class*="Type2"] .inWrap .selectric .label {
    font-size: 16px;
    color: #012c7a;
    letter-spacing: 0.025em; }
  [class*="inBlock"][class*="Type2"] .inWrap .selectric .button {
    right: 20px;
    width: 9px;
    height: 9px;
    margin-top: -8px;
    border-right: 2px solid #012c7a;
    border-bottom: 2px solid #012c7a; }
[class*="inBlock"][class*="Type2"] .inWrap .selectric-items {
  background-color: #eaeff9;
  border-color: #cfdaf1; }
  [class*="inBlock"][class*="Type2"] .inWrap .selectric-items li {
    font-size: 16px;
    line-height: 54px;
    color: #012c7a;
    letter-spacing: 0.025em; }
    [class*="inBlock"][class*="Type2"] .inWrap .selectric-items li:hover {
      background-color: rgba(1, 44, 122, 0.1); }
[class*="inBlock"][class*="Type2"] .inWrap span.arr {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  background-color: transparent;
  width: 9px;
  height: 9px;
  border-right: 2px solid #012c7a;
  border-bottom: 2px solid #012c7a;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.switch {
  display: none; }
  .switch + label {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    line-height: 26px;
    color: #012c7a;
    font-weight: 400;
    letter-spacing: 0.025em;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .switch + label:hover {
      opacity: 0.7; }
    .switch + label::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0px;
      margin-top: -13px;
      width: 26px;
      height: 26px;
      background-color: #eaeff9;
      border: 1px solid #cfdaf1;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .switch:not(checked) + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background-color: #012c7a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0; }
  .switch:checked + label::after {
    opacity: 1; }

.check {
  display: none; }
  .check + label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    line-height: 21px;
    color: white;
    font-weight: 400;
    letter-spacing: 0.05em;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .check + label:hover {
      opacity: 0.7; }
    .check + label::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0px;
      margin-top: -11px;
      width: 21px;
      height: 21px;
      background-color: rgba(47, 123, 222, 0.2);
      border: 1px solid #3168cb;
      -webkit-box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32);
      -moz-box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32);
      box-shadow: inset 0px 2px 3px rgba(0, 29, 83, 0.32); }
  .check:not(checked) + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -7px;
    width: 13px;
    height: 13px;
    background-color: white;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0; }
  .check:checked + label::after {
    opacity: 1; }

.table {
  display: table; }
  .table.full {
    width: 100%; }
  .table .tBody {
    display: table-row-group; }
  .table .tRow {
    display: table-row; }
  .table .tHead {
    display: table-row; }
  .table .tCell {
    display: table-cell !important; }
    .table .tCell.middle {
      vertical-align: middle; }
    .table .tCell.top {
      vertical-align: top; }
    .table .tCell.bottom {
      vertical-align: bottom; }
    .table .tCell.right {
      text-align: right; }
    .table .tCell.left {
      text-align: left; }
    .table .tCell.center {
      text-align: center; }

.cfix:after,
.row:after,
.grid:after {
  content: " ";
  display: block;
  clear: both; }
.cfix > .left, .cfix > .item,
.row > .left,
.row > .item,
.grid > .left,
.grid > .item {
  float: left; }
.cfix > .right, .cfix > .item.right,
.row > .right,
.row > .item.right,
.grid > .right,
.grid > .item.right {
  float: right; }
.cfix.noPadd,
.row.noPadd,
.grid.noPadd {
  margin: 0px; }
  .cfix.noPadd > .item,
  .row.noPadd > .item,
  .grid.noPadd > .item {
    padding: 0px; }

.textCenter {
  text-align: center !important; }

.textLeft {
  text-align: left !important; }

.textRight {
  text-align: right !important; }

.grid {
  margin: -30px -15px 0px; }
  .grid > .item {
    padding: 30px 15px 0px; }
  .grid.bigPadd {
    margin: -60px -30px 0px; }
    .grid.bigPadd > .item {
      padding: 40px 30px 0px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row > .item {
    padding-left: 15px;
    padding-right: 15px; }
  .row > .right, .row > .left {
    padding-left: 15px;
    padding-right: 15px; }
  .row.bigPadd {
    margin-left: -30px;
    margin-right: -30px; }
    .row.bigPadd > .item {
      padding-left: 30px;
      padding-right: 30px; }
    .row.bigPadd > .right, .row.bigPadd > .left {
      margin-left: -30px;
      margin-right: -30px; }

.col0 {
  width: 0px; }

.col1 {
  width: 8.3333333333%; }

.col2 {
  width: 16.6666666667%; }

.col2_4 {
  width: 20%; }

.col3 {
  width: 25%; }

.col4 {
  width: 33.3333333333%; }

.col5 {
  width: 41.6666666667%; }

.col6 {
  width: 50%; }

.col7 {
  width: 58.3333333333%; }

.col8 {
  width: 66.6666666667%; }

.col9 {
  width: 75%; }

.col10 {
  width: 83.3333333333%; }

.col11 {
  width: 91.6666666667%; }

.col12 {
  width: 100%; }

header {
  position: relative;
  padding-top: 50px;
  background: #002569;
  background: -moz-linear-gradient(left, #002569 0%, #034bcc 100%);
  background: -webkit-linear-gradient(left, #002569 0%, #034bcc 100%);
  background: linear-gradient(to right, #002569 0%, #034bcc 100%);
  z-index: 1; }
  header.page .socBlock {
    bottom: 122px; }
  header.page .menu + [class*="Cap"] {
    margin-top: 60px; }
  header.page [class*="Cap"] + .rates {
    margin-top: 55px; }
  header .backAnim {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    overflow: hidden; }
  header .chart {
    position: absolute;
    right: 50%;
    margin-right: -960px;
    bottom: 141px;
    width: 969px;
    height: 709px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.5s 1s;
    -moz-transition: opacity 0.5s 1s;
    -o-transition: opacity 0.5s 1s;
    transition: opacity 0.5s 1s; }
  header .chart.visible {
    opacity: 1; }
  header svg {
    width: 100%;
    height: calc(100% + 160px);
    margin-top: -160px;
    position: absolute;
    left: 0;
    top: 0; }
  header::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    right: 50%;
    margin-right: -960px;
    width: 1098px;
    height: 141px;
    background-color: #eaeff9; }
  header::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    right: 50%;
    margin-right: 138px;
    width: 0px;
    height: 0px;
    border-right: 85px solid #eaeff9;
    border-top: 141px solid transparent;
    border-bottom: 0px solid transparent; }
  header .socBlock {
    position: absolute;
    left: calc((((100vw - 1200px) / 2) / 2) - 30px);
    bottom: 145px; }
    header .socBlock .title {
      display: block;
      font-size: 19px;
      line-height: 60px;
      color: #2f7bde;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: relative;
      bottom: 125px;
      left: -73px; }
    header .socBlock ul li + li {
      margin-top: 38px; }
    header .socBlock ul li [class*="icon"] {
      opacity: 1;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      header .socBlock ul li [class*="icon"]:hover {
        opacity: 0.7; }
  header .topLine {
    padding-right: 20px; }
    header .topLine .logoWrap {
      float: left; }
    header .topLine .logReg {
      float: right;
      margin-left: 65px; }
    header .topLine .clock {
      float: right; }
    header .topLine + .menu {
      margin-top: 65px; }
  header .banner {
    padding-top: 125px;
    width: 720px; }
    header .banner .slogan {
      display: block;
      font-family: "Monda";
      font-size: 70px;
      line-height: 84px;
      color: white;
      font-weight: 700; }
      header .banner .slogan span {
        font-size: 133px; }
      header .banner .slogan + p {
        margin-top: 55px; }
    header .banner p {
      font-size: 20px;
      line-height: 33px;
      color: #96c2ff;
      font-weight: 300;
      letter-spacing: 0.025em; }
      header .banner p + [class*="btn"] {
        margin-top: 85px; }
    header .banner + .rates {
      margin-top: 45px; }

.logReg {
  position: relative;
  padding-left: 15px;
  width: 240px;
  background-color: rgba(0, 28, 80, 0.55); }
  .logReg .iconLeft {
    padding-left: 28px; }
    .logReg .iconLeft [class*="icon"] {
      font-size: 18px;
      margin-top: -9px;
      color: #96c2ff; }
    .logReg .iconLeft .data {
      font-size: 13px;
      line-height: 51px;
      color: white;
      font-weight: 400;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
    .logReg .iconLeft + .iconLeft {
      margin-left: 35px; }
  .logReg::before, .logReg::after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    width: 0px;
    height: 0px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent; }
  .logReg::before {
    right: 100%;
    border-right: 16px solid rgba(0, 28, 80, 0.55); }
  .logReg::after {
    left: 100%;
    border-left: 16px solid rgba(0, 28, 80, 0.55); }

.clock {
  width: 300px;
  position: relative;
  display: table;
  font-size: 0px;
  padding-left: 55px;
  padding-right: 10px;
  background-color: #2f7bde; }
  .clock [class*="icon"] {
    width: 63px;
    text-align: center;
    position: absolute;
    left: -17px;
    font-size: 20px;
    line-height: 51px;
    color: white; }
    .clock [class*="icon"]::after {
      font-size: 61px;
      color: rgba(5, 51, 135, 0.43); }
  .clock .time {
    display: inline-block;
    width: 190px;
    font-size: 35px;
    line-height: 51px;
    color: white;
    font-weight: 700;
    letter-spacing: 0.025em; }
  .clock .date {
    display: inline-block;
    margin-left: 5px; }
    .clock .date .day {
      display: table;
      font-size: 12px;
      line-height: 16px;
      color: #96c2ff;
      font-weight: 400;
      letter-spacing: 0.025em; }
    .clock .date .year {
      display: table;
      font-size: 15px;
      line-height: 15px;
      color: #96c2ff;
      font-weight: 500;
      letter-spacing: 0.1em; }
  .clock::before, .clock::after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    width: 0px;
    height: 0px;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent; }
  .clock::before {
    right: 100%;
    border-right: 16px solid #2f7bde; }
  .clock::after {
    left: 100%;
    border-left: 16px solid #2f7bde; }

.rates {
  font-size: 0px;
  text-align: right;
  position: relative;
  bottom: -11px; }
  .rates li {
    display: inline-block; }
    .rates li + li {
      margin-left: 30px; }
  .rates .title {
    display: block;
    font-size: 16px;
    line-height: 33px;
    color: #012c7a;
    letter-spacing: 0.025em; }
  .rates .num {
    display: block;
    font-size: 20px;
    line-height: 33px;
    color: #012c7a;
    font-weight: 700;
    letter-spacing: 0.025em; }
  .rates .pct {
    display: block;
    font-size: 16px;
    line-height: 33px;
    font-weight: 700;
    letter-spacing: 0.025em; }
    .rates .pct [class*="icon"] {
      font-size: 10px; }
  .rates .up .pct {
    color: #4194ff; }
  .rates .down .pct {
    color: #e0186c; }

footer {
  position: relative;
  padding-bottom: 23px;
  z-index: 1; }
  footer .back {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 551px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  footer .footWrap .left,
  footer .footWrap .right {
    padding-top: 85px; }
  footer .footWrap .left {
    padding-right: 75px; }
  footer .footWrap .right {
    padding-left: 75px; }
  footer .footWrap + .menu {
    margin-top: 100px; }
  footer .title {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #96c2ff;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
    footer .title + p {
      font-size: 16px;
      line-height: 30px;
      color: white;
      letter-spacing: 0.025em; }
  footer .logo + .copyright {
    margin-top: 48px; }
  footer .copyright {
    font-size: 15px;
    line-height: 30px;
    color: #96c2ff;
    letter-spacing: 0.05em; }

.mainInfo {
  position: relative;
  padding: 120px 0px 243px; }
  .mainInfo [class*="caption"] {
    top: 380px; }
  .mainInfo .infoTabs {
    position: relative;
    min-height: 567px; }

.tabList1 {
  padding-top: 20px; }
  .tabList1 li {
    position: relative;
    width: 335px;
    background-position: left top;
    background-repeat: repeat-x;
    background-image: url(../../img/border-dot.png);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .tabList1 li.ui-state-active a {
      cursor: default; }
    .tabList1 li.ui-state-active ~ li {
      background-position: left bottom; }
    .tabList1 li + li {
      margin-top: 10px; }
    .tabList1 li a {
      display: block;
      padding-left: 45px;
      font-family: "Monda";
      font-size: 16px;
      line-height: 101px;
      color: #0349c6;
      font-weight: 700;
      letter-spacing: 0.025em;
      text-transform: uppercase;
      outline: none; }
    .tabList1 li .shadow {
      display: block;
      position: absolute;
      left: 0px;
      top: 0px;
      margin: auto;
      width: calc(100% + 16px);
      height: 100%;
      -webkit-border-radius: 101px;
      -moz-border-radius: 101px;
      -ms-border-radius: 101px;
      border-radius: 101px;
      -webkit-box-shadow: 10px 10px 21px transparent;
      -moz-box-shadow: 10px 10px 21px transparent;
      box-shadow: 10px 10px 21px transparent;
      z-index: -2; }
    .tabList1 li.ui-state-active {
      width: 290px;
      background-image: none;
      z-index: 1; }
      .tabList1 li.ui-state-active a {
        color: #e0186c; }
        .tabList1 li.ui-state-active a:hover {
          opacity: 1; }
      .tabList1 li.ui-state-active::before {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        top: 0px;
        width: 0px;
        height: 0px;
        border-left: 32px solid white;
        border-top: 51px solid transparent;
        border-bottom: 51px solid transparent; }
      .tabList1 li.ui-state-active::after {
        border-left: 4px solid #e0186c;
        background-color: white; }
      .tabList1 li.ui-state-active .shadow {
        -webkit-box-shadow: 10px 10px 21px rgba(136, 163, 221, 0.33);
        -moz-box-shadow: 10px 10px 21px rgba(136, 163, 221, 0.33);
        box-shadow: 10px 10px 21px rgba(136, 163, 221, 0.33); }
    .tabList1 li::after {
      content: '';
      display: block;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background-color: transparent;
      z-index: -1;
      border-left: 4px solid transparent; }

.infoTabs .tabList1 {
  float: left; }
.infoTabs .tabContent {
  position: relative;
  width: calc(100% - 335px);
  min-height: 567px;
  float: left;
  padding-left: 88px; }
  .infoTabs .tabContent [class*="Cap"] + * {
    margin-top: 45px; }
  .infoTabs .tabContent [class*="Cap"] + [class*="advTempl"] {
    margin-top: 55px; }
  .infoTabs .tabContent [class*="btn"] {
    position: absolute;
    bottom: 60px;
    left: -312px; }

.license {
  float: left;
  margin-right: 65px; }
  .license .img {
    float: left;
    width: 221px;
    height: 305px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 29px rgba(34, 31, 31, 0.11);
    -moz-box-shadow: 0px 0px 29px rgba(34, 31, 31, 0.11);
    box-shadow: 0px 0px 29px rgba(34, 31, 31, 0.11); }
    .license .img + .img {
      margin-left: 28px; }
  .license + .info {
    padding-left: 535px; }
    .license + .info li + li {
      margin-top: 22px; }
    .license + .info .title {
      display: block;
      font-size: 20px;
      line-height: 30px;
      color: #012c7a;
      font-weight: 700;
      letter-spacing: 0.025em; }
    .license + .info p {
      font-size: 14px;
      line-height: 24px;
      color: #012c7a;
      letter-spacing: 0.025em; }

[class*="advTempl"] .wrap {
  margin-left: -45px;
  margin-top: -60px; }
[class*="advTempl"] [class*="iconLeft"] .icon {
  padding-top: 20px; }
  [class*="advTempl"] [class*="iconLeft"] .icon [class*="icon"] {
    display: inline-block;
    width: 73px;
    height: 73px;
    font-size: 73px; }
[class*="advTempl"] .item {
  width: 350px;
  margin-left: 45px;
  padding-top: 60px;
  height: 235px;
  padding-right: 20px; }
  [class*="advTempl"] .item:nth-child(3), [class*="advTempl"] .item:nth-child(4) {
    background-image: url(../../img/border-dot.png);
    background-position: left top;
    background-repeat: repeat-x; }
[class*="advTempl"] .title {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #012c7a;
  font-weight: 700;
  letter-spacing: 0.025em; }
[class*="advTempl"] p {
  font-size: 14px;
  line-height: 24px;
  color: #012c7a;
  letter-spacing: 0.025em; }

.tabList2 {
  position: relative;
  top: -177px;
  margin-bottom: -177px;
  padding-left: 20px;
  font-size: 0px; }
  .tabList2 li {
    position: relative;
    display: inline-block;
    width: 320px;
    height: 177px;
    padding-top: 40px;
    padding-left: 35px;
    z-index: inherit; }
    .tabList2 li a {
      outline: none; }
    .tabList2 li > * {
      opacity: 1;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .tabList2 li.ui-state-active {
      z-index: 1; }
      .tabList2 li.ui-state-active a {
        cursor: default; }
      .tabList2 li.ui-state-active:hover > * {
        opacity: 1; }
    .tabList2 li:hover > * {
      opacity: 0.7; }
    .tabList2 li:not(:nth-child(2))::before {
      content: '';
      display: block;
      position: absolute;
      width: 517px;
      height: 0px;
      top: 0px;
      left: 50%;
      margin-left: -259px;
      border-bottom: 177px solid white;
      border-left: 98px solid transparent;
      border-right: 98px solid transparent;
      z-index: -2; }
    .tabList2 li + li {
      margin-left: 80px; }
    .tabList2 li:nth-child(2) .iconLeft [class*="icon"] .path1::before {
      color: white; }
    .tabList2 li:nth-child(2) .iconLeft .data .title {
      color: white; }
  .tabList2 .iconLeft {
    padding-left: 105px; }
    .tabList2 .iconLeft [class*="icon"] {
      font-size: 68px;
      margin-top: -34px; }
    .tabList2 .iconLeft .data {
      font-family: "Monda"; }
      .tabList2 .iconLeft .data .title {
        display: block;
        font-size: 20px;
        color: #0349c6;
        font-weight: 700; }
      .tabList2 .iconLeft .data .line1 {
        display: block;
        margin-top: 3px;
        font-size: 35px;
        line-height: 40px;
        color: #e0186c;
        font-weight: 700;
        letter-spacing: -0.05em; }
        .tabList2 .iconLeft .data .line1 .sup {
          font-size: 18px;
          line-height: 1;
          vertical-align: top; }
      .tabList2 .iconLeft .data .line2 {
        display: block;
        font-size: 13px;
        line-height: 24px;
        color: #e0186c;
        letter-spacing: 0.25em;
        text-transform: uppercase; }

.planInfo {
  position: relative;
  z-index: 1; }
  .planInfo .back {
    position: absolute;
    top: -182px;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 1122px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .planInfo .tabContent {
    padding-top: 75px; }
  .planInfo [class*="Cap"] + .plan {
    margin-top: 80px; }
  .planInfo .plan {
    position: relative;
    padding-left: 83px;
    padding-top: 28px;
    min-height: 206px;
    font-size: 0px; }
    .planInfo .plan .title {
      display: block;
      font-size: 15px;
      line-height: 33px;
      color: white;
      font-weight: 300;
      letter-spacing: 0.025em;
      text-transform: uppercase; }
    .planInfo .plan .descr {
      display: inline-block;
      vertical-align: middle; }
      .planInfo .plan .descr li {
        font-size: 15px;
        line-height: 50px;
        color: white;
        font-weight: 700;
        letter-spacing: 0.025em;
        text-transform: uppercase; }
        .planInfo .plan .descr li span {
          color: #96c2ff;
          font-weight: 300; }
    .planInfo .plan .info {
      display: inline-block;
      margin-left: 57px;
      vertical-align: middle; }
      .planInfo .plan .info .num {
        display: block;
        font-size: 27px;
        line-height: 33px;
        color: #2b7fed;
        font-weight: 700;
        letter-spacing: 0.025em; }
      .planInfo .plan .info .txt {
        display: inline-block;
        font-size: 15px;
        line-height: 33px;
        color: white;
        font-weight: 700;
        letter-spacing: 0.025em;
        text-transform: uppercase; }
        .planInfo .plan .info .txt span {
          color: #96c2ff;
          font-weight: 300; }
        .planInfo .plan .info .txt + .txt {
          margin-left: 8px; }
    .planInfo .plan .sum {
      display: inline-block;
      margin-left: 44px;
      vertical-align: middle;
      font-size: 0px; }
      .planInfo .plan .sum .pct {
        display: block;
        font-size: 90px;
        line-height: 98px;
        font-weight: 700;
        letter-spacing: 0.025em; }
      .planInfo .plan .sum .item {
        display: inline-block; }
        .planInfo .plan .sum .item:first-child .pct {
          color: #e0186c; }
        .planInfo .plan .sum .item:last-child {
          margin-left: 85px; }
          .planInfo .plan .sum .item:last-child .pct {
            color: #2b7fed; }
    .planInfo .plan::before {
      content: '';
      display: block;
      position: absolute;
      width: 1199px;
      height: 206px;
      top: 0px;
      left: 50%;
      margin-left: -600px;
      background-image: url(../../img/calc_back.png);
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1; }
    .planInfo .plan + .calc {
      margin-top: 20px; }
  .planInfo .calc {
    width: 630px;
    margin: 0px auto; }
    .planInfo .calc .range {
      margin-top: 70px; }
    .planInfo .calc .profitBlock {
      margin-top: 25px; }
    .planInfo .calc [class*="btn"] {
      position: relative;
      margin-bottom: -47px;
      bottom: -60px; }
  .planInfo + .payments {
    padding-top: 175px; }

.range .irs-line {
  height: 12px;
  background-color: #012c7a; }
.range .irs-grid {
  top: 19px; }
  .range .irs-grid .irs-grid-pol {
    height: 25px;
    background-color: #012c7a; }
  .range .irs-grid .irs-grid-text {
    display: none; }
.range .irs-bar,
.range .irs-bar-edge {
  height: 12px;
  background: #e0186c; }
.range .irs-bar-edge {
  width: 20px; }
.range .irs-slider {
  top: 15px;
  width: 30px;
  height: 30px;
  background-color: #e0186c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer; }
.range .irs-min,
.range .irs-max {
  top: -11px;
  background: none;
  font-size: 15px;
  color: #82adf1;
  font-weight: 300;
  letter-spacing: 0.025em; }
.range .irs-single {
  top: -12px;
  background: none;
  font-size: 15px;
  color: white;
  font-weight: 300;
  letter-spacing: 0.025em; }

.profitBlock {
  text-align: center; }
  .profitBlock .title {
    display: block;
    font-size: 15px;
    line-height: 1;
    color: #96c2ff;
    font-weight: 300;
    text-transform: uppercase; }
  .profitBlock .num {
    display: block;
    margin-top: 8px;
    font-size: 50px;
    line-height: 1;
    color: white;
    font-weight: 700; }

.aboutVideo {
  position: relative;
  padding: 205px 0px 215px;
  z-index: 0; }
  .aboutVideo [class*="caption"] {
    top: 730px; }
  .aboutVideo .back {
    position: absolute;
    top: 124px;
    right: 50%;
    margin-right: -866px;
    width: 1092px;
    height: 1174px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .aboutVideo [class*="Cap"] + .video {
    margin-top: 83px; }
  .aboutVideo .video {
    position: relative;
    height: 740px;
    border: 11px solid white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 10px 10px 21px rgba(136, 163, 221, 0.33);
    -moz-box-shadow: 10px 10px 21px rgba(136, 163, 221, 0.33);
    box-shadow: 10px 10px 21px rgba(136, 163, 221, 0.33); }
    .aboutVideo .video iframe {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      margin: auto; }

.statistic {
  position: relative;
  padding-top: 75px;
  padding-bottom: 7px;
  z-index: 1; }
  .statistic .back {
    position: absolute;
    top: -76px;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 682px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }

.statList {
  padding-left: 32px;
  font-size: 0px; }
  .statList .statItem {
    display: inline-block; }
    .statList .statItem + .statItem {
      margin-left: 73px; }
  .statList:last-child {
    margin-top: 28px;
    padding-right: 40px;
    text-align: right; }
    .statList:last-child .statItem:nth-child(1) [class*="icon"] {
      color: #4194ff; }
    .statList:last-child .statItem:nth-child(1) .num {
      color: #4194ff; }
    .statList:last-child .statItem:nth-child(2) [class*="icon"] {
      color: #e0186c; }
    .statList:last-child .statItem:nth-child(2) .num {
      color: #e0186c; }

.statItem {
  width: 212px;
  text-align: center; }
  .statItem [class*="icon"] {
    width: 42px;
    margin: 0px auto;
    font-size: 20px;
    line-height: 36px;
    color: #0349c6; }
    .statItem [class*="icon"]::after {
      font-size: 40px;
      color: #eaeff9; }
  .statItem .num {
    position: relative;
    margin-top: 15px;
    display: block;
    font-size: 45px;
    line-height: 100px;
    color: #0349c6;
    font-weight: 700;
    background-color: white; }
    .statItem .num::before, .statItem .num::after {
      content: '';
      display: block;
      position: absolute;
      width: 0px;
      top: 0px;
      border-top: 50px solid transparent;
      border-bottom: 50px solid transparent; }
    .statItem .num::before {
      right: 100%;
      border-right: 30px solid white; }
    .statItem .num::after {
      left: 100%;
      border-left: 30px solid white; }
    .statItem .num .shadow {
      display: block;
      position: absolute;
      left: -15px;
      top: 0px;
      margin: auto;
      width: calc(100% + 30px);
      height: 100%;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      -webkit-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
      -moz-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
      box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
      z-index: -1; }
  .statItem .title {
    display: block;
    font-family: "Monda";
    font-size: 25px;
    line-height: 35px;
    color: #061046;
    font-weight: 700;
    margin-top: 24px;
    margin-left: -5px;
    margin-right: -5px; }

.statTbl {
  position: relative;
  padding-top: 165px;
  padding-bottom: 47px; }
  .statTbl [class*="caption"] {
    top: 485px; }
  .statTbl [class*="Cap"] + .wrap {
    margin-top: 70px; }
  .statTbl [class*="btn"] {
    margin-top: 87px;
    z-index: 2; }

.tblTempl1 .tRow {
  height: 50px; }
  .tblTempl1 .tRow + .tRow {
    background-image: url(../../img/border-dot.png);
    background-position: left top;
    background-repeat: repeat-x; }
  .tblTempl1 .tRow .name {
    font-size: 16px;
    color: #061046;
    font-weight: 500;
    letter-spacing: 0.025em; }
  .tblTempl1 .tRow .date {
    font-size: 14px;
    color: #91a8ce;
    letter-spacing: 0.025em; }
  .tblTempl1 .tRow .sum {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.025em; }
    .tblTempl1 .tRow .sum [class*="icon"] {
      font-size: 10px; }
  .tblTempl1 .tRow .pay .payImg {
    margin-left: auto; }
.tblTempl1.in {
  padding-right: 20px; }
  .tblTempl1.in .sum {
    color: #4194ff; }
.tblTempl1.out {
  padding-left: 20px; }
  .tblTempl1.out .sum {
    color: #e0186c; }

.program {
  position: relative;
  padding-top: 80px;
  padding-bottom: 66px;
  z-index: 1; }
  .program .back {
    position: absolute;
    top: -73px;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 775px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .program [class*="Cap"] + p {
    margin-top: 38px;
    font-size: 20px;
    line-height: 33px;
    color: white;
    font-weight: 300;
    letter-spacing: 0.025em;
    text-align: center; }
  .program [class*="btn"] {
    position: relative;
    position: relative;
    bottom: -106px;
    margin-bottom: -66px; }

.progrWrap {
  position: relative;
  margin-top: 90px; }
  .progrWrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    margin-top: -157px;
    width: 363px;
    height: 313px;
    background-image: url(../../img/programm_back_2.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .progrWrap .programItem {
    float: left; }

.progrItem {
  height: 203px; }
  .progrItem.left {
    padding-right: 10px; }
    .progrItem.left .content {
      text-align: right;
      padding-right: 40px; }
  .progrItem.right {
    padding-left: 10px; }
    .progrItem.right .content {
      text-align: left;
      padding-left: 40px; }
  .progrItem .content p {
    font-size: 16px;
    line-height: 30px;
    color: #70aeff;
    letter-spacing: 0.025em; }
  .progrItem .img {
    width: 235px;
    text-align: center;
    background-image: url(../../img/num_back.png);
    background-position: center;
    background-repeat: no-repeat; }
    .progrItem .img span {
      font-size: 120px;
      line-height: 203px;
      color: #70aeff;
      font-weight: 700; }
      .progrItem .img span .sup {
        font-size: 60px;
        line-height: 165px;
        vertical-align: top; }

.newsList {
  position: relative;
  padding: 180px 0px 120px; }
  .newsList .back {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -960px;
    width: 1898px;
    height: 902px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .newsList [class*="Cap"] + .newsSlider {
    margin-top: 100px; }
  .newsList .owl-nav {
    position: absolute;
    bottom: calc(100% + 110px);
    right: 23px; }
    .newsList .owl-nav button[class*="owl"] {
      position: relative;
      background-color: #eaeff9;
      opacity: 1;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      outline: none; }
      .newsList .owl-nav button[class*="owl"]:hover {
        opacity: 0.7; }
      .newsList .owl-nav button[class*="owl"] span {
        font-size: 17px;
        line-height: 56px;
        color: #0349c6; }
      .newsList .owl-nav button[class*="owl"]::before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        width: 0px;
        height: 0px;
        border-top: 29px solid transparent;
        border-bottom: 29px solid transparent; }
      .newsList .owl-nav button[class*="owl"].disabled {
        cursor: default; }
        .newsList .owl-nav button[class*="owl"].disabled span {
          opacity: 0.5; }
        .newsList .owl-nav button[class*="owl"].disabled:hover {
          opacity: 1; }
    .newsList .owl-nav button + button {
      margin-left: 9px; }
    .newsList .owl-nav button.owl-prev {
      padding-left: 5px;
      padding-right: 15px; }
      .newsList .owl-nav button.owl-prev::before {
        right: 100%;
        border-right: 17px solid #eaeff9; }
    .newsList .owl-nav button.owl-next {
      padding-left: 15px;
      padding-right: 5px; }
      .newsList .owl-nav button.owl-next::before {
        left: 100%;
        border-left: 17px solid #eaeff9; }
  .newsList.page {
    padding: 240px 0px 145px; }

.newsItem {
  position: relative;
  width: 320px; }
  .newsItem .date {
    margin-top: 30px;
    padding-left: 35px; }
    .newsItem .date [class*="icon"] {
      font-size: 21px;
      margin-top: -9px;
      color: #e0186c; }
    .newsItem .date .data {
      font-size: 13px;
      color: #739cdd;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
      .newsItem .date .data span {
        display: inline-block; }
        .newsItem .date .data span:first-child {
          padding-right: 2px;
          border-right: 1px solid #cedbf2; }
        .newsItem .date .data span + span {
          margin-left: 10px; }
  .newsItem p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #012c7a;
    letter-spacing: 0.025em; }
  .newsItem [class*="btn"] {
    margin-top: 50px; }
  .newsItem::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: calc(100% + 50px);
    width: 3px;
    height: 100%;
    background-image: url(../../img/border-dot_2.png);
    background-position: top center;
    background-repeat: repeat-y; }
  .newsItem.main {
    width: 100%; }
    .newsItem.main .content {
      width: 560px; }
      .newsItem.main .content .date {
        margin-top: 45px; }
      .newsItem.main .content p {
        margin-top: 37px; }
    .newsItem.main .contentImg {
      float: right;
      margin-top: 10px; }
    .newsItem.main::before {
      display: none; }

.payments {
  padding: 95px 0px 150px; }

.about {
  position: relative;
  padding-top: 100px;
  z-index: 0; }
  .about [class*="caption"] {
    top: 380px; }
  .about .back {
    position: absolute;
    top: 330px;
    right: 50%;
    margin-right: -760px;
    width: 536px;
    height: 601px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .about::before, .about::after {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    top: 100%; }
  .about::before {
    width: 1050px;
    height: 75px;
    background-color: #eaeff9;
    margin-right: -960px; }
  .about::after {
    width: 0px;
    height: 0px;
    border-top: 75px solid #eaeff9;
    border-left: 45px solid transparent;
    margin-right: 90px; }
  .about .textBlock + .docs {
    margin-top: 55px; }
  .about .docs .license {
    margin-right: 57px; }
  .about .docs .info {
    padding-left: 527px;
    padding-right: 40px; }
    .about .docs .info ul li + li {
      margin-top: 30px; }
    .about .docs .info ul li p {
      font-size: 16px;
      line-height: 28px; }
    .about .docs .info ul + [class*="btn"] {
      margin-top: 70px; }

.advantages {
  position: relative;
  padding: 115px 0px 105px; }
  .advantages .back {
    position: absolute;
    top: 0px;
    right: 50%;
    margin-right: -960px;
    width: 1874px;
    height: 805px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .advantages [class*="Cap"] + .advTempl2 {
    margin-top: 90px; }

.advTempl2 .wrap {
  margin-left: 0px;
  position: relative; }
  .advTempl2 .wrap::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -180px;
    width: 415px;
    height: 360px;
    background-image: url(../../img/adv_back_2.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
.advTempl2 .item {
  margin-left: 0px; }
  .advTempl2 .item:nth-child(even) {
    float: right;
    margin-left: 150px; }
  .advTempl2 .item:nth-child(odd) {
    float: left; }

.progrDescr {
  position: relative;
  padding: 120px 0px 65px; }
  .progrDescr [class*="caption"] {
    top: 310px; }
  .progrDescr .back {
    top: 230px; }
  .progrDescr .progrWrap {
    margin-top: 145px; }
    .progrDescr .progrWrap::before {
      background-image: url(../../img/programm_back_3.png); }
    .progrDescr .progrWrap .progrItem.left .content p {
      color: #2f7bde; }
    .progrDescr .progrWrap .progrItem.left .img::before {
      background-image: url(../../img/num_back_1.png); }
    .progrDescr .progrWrap .progrItem.right .content p {
      color: #e0186c; }
    .progrDescr .progrWrap .progrItem.right .img::before {
      background-image: url(../../img/num_back_2.png); }
    .progrDescr .progrWrap .progrItem .img {
      position: relative;
      background-image: none; }
      .progrDescr .progrWrap .progrItem .img::before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 267px;
        height: 241px;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1; }
      .progrDescr .progrWrap .progrItem .img span {
        color: white; }
  .progrDescr::before {
    right: 0px;
    left: 0px;
    margin: 0px auto;
    width: 595px;
    height: 0px;
    background-color: transparent;
    border-top: 75px solid #eaeff9;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent; }
  .progrDescr::after {
    display: none; }

.howTo {
  position: relative;
  padding: 145px 0px 115px; }
  .howTo::before {
    content: '';
    display: block;
    position: absolute;
    top: -32px;
    right: 50%;
    margin-right: -960px;
    width: 601px;
    height: 536px;
    background-image: url(../../img/howto_back.png);
    background-position: center;
    background-repeat: no-repeat; }
  .howTo [class*="Cap"] + .wrap {
    margin-top: 95px; }
  .howTo .wrap + [class*="btn"] {
    margin-top: 80px; }

.listTempl1 {
  padding-top: 5px;
  padding-right: 20px; }
  .listTempl1 li + li {
    margin-top: 25px; }
  .listTempl1 .data p {
    font-size: 20px;
    line-height: 30px;
    color: #012c7a;
    font-weight: 500;
    letter-spacing: 0.025em; }

.listTempl2 {
  padding-left: 20px; }
  .listTempl2 li + li {
    margin-top: 30px; }
  .listTempl2 .data p {
    font-size: 16px;
    line-height: 30px;
    color: #012c7a;
    letter-spacing: 0.025em; }

.contact {
  position: relative;
  padding: 105px 0px 57px; }
  .contact [class*="caption"] {
    top: 335px; }
  .contact .contList {
    float: left; }
  .contact .map {
    float: right;
    margin-top: 20px; }
  .contact .socCont {
    margin-top: 55px; }

.contList {
  width: 350px; }
  .contList li + li {
    background-image: url(../../img/border-dot.png);
    background-position: left top;
    background-repeat: repeat-x; }
  .contList li .table {
    height: 162px; }
  .contList [class*="iconLeft"] .icon {
    width: 110px !important; }
    .contList [class*="iconLeft"] .icon [class*="icon"] {
      display: block;
      font-size: 64px;
      width: 6px;
      height: 64px; }
  .contList .data .title {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #012c7a;
    font-weight: 700;
    letter-spacing: 0.025em; }
  .contList .data p,
  .contList .data a {
    font-size: 16px;
    line-height: 30px;
    color: #012c7a;
    letter-spacing: 0.025em; }

.map {
  position: relative;
  width: 686px;
  height: 474px;
  border: 11px solid white;
  -webkit-box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33);
  -moz-box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33);
  box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33); }
  .map iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

.socCont {
  position: relative;
  font-size: 0px;
  padding-right: 15px;
  text-align: right;
  z-index: 2; }
  .socCont .title {
    display: inline-block;
    font-size: 20px;
    line-height: 52px;
    color: #012c7a;
    font-weight: 700;
    letter-spacing: 0.025em; }
  .socCont ul {
    display: inline-block;
    margin-left: 20px; }
    .socCont ul li {
      display: inline-block; }
      .socCont ul li + li {
        margin-left: 21px; }
      .socCont ul li [class*="icon"] {
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        .socCont ul li [class*="icon"]:hover {
          opacity: 0.7; }

.contactForm {
  padding: 100px 0px 38px;
  position: relative;
  z-index: 1; }
  .contactForm .back {
    position: absolute;
    top: -75px;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 840px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .contactForm [class*="Cap"] + .contForm {
    margin-top: 90px; }
  .contactForm + .payments {
    padding-top: 175px; }

.contForm {
  width: 750px;
  margin: 0px auto; }
  .contForm .row + [class*="inBlock"] {
    margin-top: 30px; }
  .contForm [class*="btn"] {
    position: relative;
    bottom: -144px; }

.faq {
  position: relative;
  padding: 120px 0px 60px;
  z-index: 0; }
  .faq .back {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -960px;
    width: 536px;
    height: 601px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .faq [class*="caption"] {
    top: 425px; }
  .faq::before, .faq::after {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    top: 100%; }
  .faq::before {
    width: 1220px;
    height: 75px;
    background-color: #eaeff9;
    margin-right: -960px; }
  .faq::after {
    width: 0px;
    height: 0px;
    border-top: 75px solid #eaeff9;
    border-left: 45px solid transparent;
    margin-right: 260px; }

.faqTabs .tabContent {
  padding-top: 15px;
  padding-left: 35px;
  min-height: auto; }

.faqItem .head {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  background-color: white;
  border-left: 4px solid transparent;
  -webkit-box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33);
  -moz-box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33);
  box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  cursor: pointer;
  z-index: 1; }
  .faqItem .head:hover {
    opacity: 0.7; }
  .faqItem .head .table {
    height: 53px; }
  .faqItem .head .title {
    font-family: "Monda";
    font-size: 20px;
    color: #012c7a;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
  .faqItem .head [class*="icon"] {
    display: inline-block;
    font-size: 14px;
    color: #2f7bde;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s; }
  .faqItem .head.active {
    border-left: 4px solid #e0186c; }
    .faqItem .head.active .title {
      color: #e0186c; }
    .faqItem .head.active [class*="icon"] {
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg);
      color: #e0186c; }
  .faqItem .head:not(.active) + .content {
    display: none; }
.faqItem .content p {
  padding-top: 35px;
  padding-bottom: 25px;
  padding-left: 5px;
  font-size: 16px;
  line-height: 30px;
  color: #012c7a;
  letter-spacing: 0.025em; }
.faqItem + .faqItem {
  margin-top: 17px; }

.support {
  position: relative;
  padding: 150px 0px 145px; }
  .support .back {
    position: absolute;
    top: 0px;
    right: 50%;
    margin-right: -960px;
    width: 601px;
    height: 536px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .support [class*="Cap"] + .wrap {
    margin-top: 60px; }
  .support .wrap .table .tCell + .tCell {
    padding-bottom: 10px; }
  .support .textBlock {
    width: 730px; }
  .support [class*="btn"] {
    padding-left: 58px; }

.mainNews {
  position: relative;
  padding: 120px 0px 70px; }
  .mainNews::before, .mainNews::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%; }
  .mainNews::before {
    width: 1215px;
    height: 75px;
    background-color: #eaeff9;
    margin-left: -960px; }
  .mainNews::after {
    width: 0px;
    height: 0px;
    border-top: 75px solid #eaeff9;
    border-right: 45px solid transparent;
    margin-left: 255px; }

.planDescr {
  position: relative;
  padding: 120px 0px 300px; }
  .planDescr [class*="caption"] {
    top: 370px; }
  .planDescr .back {
    top: 230px; }

.rulesDescr {
  position: relative;
  padding: 120px 0px 110px; }
  .rulesDescr [class*="caption"] {
    top: 225px;
    margin-right: -970px; }
  .rulesDescr::before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    width: 445px;
    height: 0px;
    background-color: transparent;
    border-top: 75px solid #eaeff9;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent; }

.rules {
  position: relative;
  padding: 155px 0px 135px; }
  .rules .back {
    position: absolute;
    top: 30px;
    right: 50%;
    margin-right: -960px;
    width: 601px;
    height: 536px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }

.rulesItem [class*="numIcon"] {
  margin: 0px auto; }
  .rulesItem [class*="numIcon"] + [class*="Cap"] {
    margin-top: 30px; }
.rulesItem [class*="Cap"] + .textBlock {
  margin-top: 45px; }
.rulesItem .textBlock p {
  margin-top: 0px; }
  .rulesItem .textBlock p .num {
    font-weight: 700; }
.rulesItem + .rulesItem {
  margin-top: 48px; }

.start {
  position: relative;
  z-index: 1;
  background: #002569;
  background: -moz-linear-gradient(left, #002569 0%, #034bcc 100%);
  background: -webkit-linear-gradient(left, #002569 0%, #034bcc 100%);
  background: linear-gradient(to right, #002569 0%, #034bcc 100%); }
  .start .backAnim {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1; }
  .start svg {
    width: 100%;
    height: calc(100% + 160px);
    margin-top: -160px;
    position: absolute;
    left: 0;
    top: 0; }
  .start .table {
    margin: 0px auto;
    height: 100vh;
    min-height: 655px; }
  .start .logoLg {
    width: 300px;
    margin: 0px auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s 1s;
    -moz-transition: opacity 0.5s 1s;
    -o-transition: opacity 0.5s 1s;
    transition: opacity 0.5s 1s; }
    .start .logoLg.visible {
      opacity: 1; }
    .start .logoLg img {
      display: block;
      margin: 0px auto; }
    .start .logoLg .txt {
      margin-top: 65px; }
      .start .logoLg .txt span {
        display: block;
        font-family: "Monda";
        text-align: center;
        text-transform: uppercase; }
        .start .logoLg .txt span:first-child {
          font-size: 64px;
          color: white;
          font-weight: 700; }
        .start .logoLg .txt span:last-child {
          margin-top: 5px;
          font-size: 22px;
          color: white;
          letter-spacing: 0.33em; }
  .start .captcha {
    margin-top: 60px; }
  .start .copyright {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 300px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #96c2ff;
    letter-spacing: 0.05em; }

.captcha {
  margin: 0px auto;
  width: 300px;
  height: 74px;
  background-color: white; }

.wrapper {
  position: relative; }

.leftSide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 205px;
  height: 100%;
  background-color: #00256a;
  z-index: 1; }
  .leftSide .copyright {
    width: 100%;
    font-size: 13px;
    color: #96c2ff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0px; }

.cabNav li {
  height: 120px;
  padding-top: 24px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .cabNav li [class*="icon"] {
    display: block;
    font-size: 25px;
    color: #89b4f4; }
    .cabNav li [class*="icon"] + span {
      display: block;
      margin-top: 30px;
      font-size: 14px;
      color: white;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
  .cabNav li.active, .cabNav li:hover {
    background-color: #003ead; }

.rightSide {
  position: relative;
  padding-left: 205px;
  background-color: #d6dff2; }
  .rightSide .wrap {
    max-width: 1445px;
    padding: 0px 15px;
    margin: 0px auto; }

.cabHead {
  height: 120px;
  padding-top: 43px;
  background-color: #00256a; }
  .cabHead .wrap {
    font-size: 0px; }
  .cabHead .logoWrap .logo {
    width: 195px;
    padding-left: 50px;
    float: left; }
    .cabHead .logoWrap .logo img {
      width: 44px;
      height: auto;
      margin-top: -17px; }
    .cabHead .logoWrap .logo .txt span:first-child {
      font-size: 30px; }
    .cabHead .logoWrap .logo .txt span:last-child {
      margin-top: 0px;
      font-size: 10.5px;
      letter-spacing: 0.33em; }
  .cabHead .menu {
    float: right;
    margin-right: 75px;
    padding-top: 3px; }
    .cabHead .menu li + li {
      margin-left: 40px; }
    .cabHead .menu li a {
      line-height: 38px;
      padding: 0px; }
      .cabHead .menu li a::before {
        display: none; }
  .cabHead .soc {
    float: right;
    padding-top: 3px;
    padding-right: 20px;
    font-size: 0px; }
    .cabHead .soc li {
      display: inline-block; }
      .cabHead .soc li + li {
        margin-left: 15px; }
      .cabHead .soc li [class*="socLink"] {
        line-height: 38px;
        font-size: 16px;
        width: 42px;
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        .cabHead .soc li [class*="socLink"]:hover {
          opacity: 0.7; }
        .cabHead .soc li [class*="socLink"]::after {
          font-size: 42px; }

.accInfo {
  padding: 33px 0px 36px;
  background-color: #eaeff9;
  -webkit-box-shadow: 0px 21px 21px rgba(136, 163, 221, 0.33);
  -moz-box-shadow: 0px 21px 21px rgba(136, 163, 221, 0.33);
  box-shadow: 0px 21px 21px rgba(136, 163, 221, 0.33); }
  .accInfo .userInfo {
    float: left;
    margin-top: 30px; }
  .accInfo .operBtns {
    float: right;
    margin-top: 30px; }
  .accInfo .wrap {
    margin-top: -30px; }
    .accInfo .wrap + .wrap {
      margin-top: 30px; }

.userInfo {
  position: relative;
  width: 520px;
  min-height: 65px;
  padding-top: 10px;
  margin: 0px 20px;
  z-index: 1; }
  .userInfo .back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #f3f7ff;
    z-index: -1; }
  .userInfo .userpic {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -3px; }
  .userInfo ul {
    margin-left: 25px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px; }
    .userInfo ul li {
      display: inline-block; }
      .userInfo ul li + li {
        margin-left: 50px; }
      .userInfo ul li span {
        display: block;
        font-size: 14px;
        line-height: 18px;
        color: #012c7a;
        letter-spacing: 0.025em; }
      .userInfo ul li b,
      .userInfo ul li a {
        font-size: 14px;
        line-height: 18px;
        color: #012c7a;
        font-weight: bold;
        letter-spacing: 0.025em; }
  .userInfo::before, .userInfo::after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    top: 0px;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent; }
  .userInfo::before {
    right: 100%;
    border-right: 20px solid #f3f7ff; }
  .userInfo::after {
    left: 100%;
    border-left: 20px solid #f3f7ff; }
  .userInfo .shadow {
    display: block;
    position: absolute;
    left: -15px;
    top: 0px;
    margin: auto;
    width: calc(100% + 20px);
    height: 100%;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    border-radius: 65px;
    -webkit-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
    -moz-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
    box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
    z-index: -2; }

.userpic {
  position: relative;
  width: 45px;
  height: 45px;
  border: 1px solid #cfdaf1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1; }
  .userpic:hover {
    opacity: 0.7; }
  .userpic input {
    display: none; }
  .userpic label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2; }

.operBtns {
  position: relative;
  padding: 10px 200px;
  width: 762px;
  height: 65px;
  margin: 0px 23px;
  font-size: 0px;
  text-align: center;
  z-index: 1; }
  .operBtns .back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #f3f7ff;
    z-index: -1; }
  F .operBtns > * {
    display: inline-block;
    vertical-align: middle; }
  .operBtns [class*="btn"] {
    position: absolute;
    max-width: 198px;
    margin: 0px; }
    .operBtns [class*="btn"].dep {
      left: 0px;
      top: 0px; }
    .operBtns [class*="btn"].with {
      top: 0px;
      right: 0px; }
  .operBtns .cabTitle .iconLeft [class*="icon"] {
    font-size: 35px; }
  .operBtns .shadow {
    display: block;
    position: absolute;
    left: -10px;
    top: 0px;
    margin: auto;
    width: calc(100% + 20px);
    height: 100%;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    border-radius: 65px;
    -webkit-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
    -moz-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
    box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
    z-index: -2; }

.cabTitle .iconLeft {
  padding-left: 65px; }
  .cabTitle .iconLeft [class*="icon"] {
    font-size: 40px;
    margin-top: -18px;
    color: #e0186c; }
  .cabTitle .iconLeft .data {
    text-align: left; }
    .cabTitle .iconLeft .data .title {
      display: block;
      font-family: "Monda";
      font-size: 12px;
      line-height: 12px;
      color: #0349c6;
      letter-spacing: 0.3em;
      text-transform: uppercase; }
      .cabTitle .iconLeft .data .title + span {
        display: block;
        font-family: "Monda";
        font-size: 30px;
        line-height: 30px;
        color: #0349c6;
        font-weight: 700;
        letter-spacing: 0.025em; }

.balInfo .rates {
  text-align: left; }
  .balInfo .rates li {
    width: 20%;
    margin-left: 0px; }
    .balInfo .rates li + li {
      margin-left: 0px; }
  .balInfo .rates [class*="iconLeft"] .icon {
    width: 95px; }
    .balInfo .rates [class*="iconLeft"] .icon .icon-pay18 {
      font-size: 44px; }
    .balInfo .rates [class*="iconLeft"] .icon .icon-pay43 {
      font-size: 34px; }
      .balInfo .rates [class*="iconLeft"] .icon .icon-pay43::before {
        margin-left: 10px; }
    .balInfo .rates [class*="iconLeft"] .icon [class*="icon"] {
      width: 77px;
      line-height: 67px; }
      .balInfo .rates [class*="iconLeft"] .icon [class*="icon"]::after {
        font-size: 77px; }
  .balInfo .rates .data .title {
    font-size: 14px;
    line-height: 18px;
    color: #012c7a;
    letter-spacing: 0.025em; }
  .balInfo .rates .data .num {
    font-size: 16px;
    line-height: 18px;
    color: #2f7bde;
    font-weight: 700;
    letter-spacing: 0.025em; }
  .balInfo .rates .data .item + .item .num {
    color: #e0186c; }

.cabContent {
  max-width: 1445px;
  min-height: calc(100vh - 330px);
  padding: 15px 15px 125px;
  margin: 0px auto; }
  .cabContent .row {
    margin: 0px -20px; }
    .cabContent .row .item {
      padding: 0px 20px; }
  .cabContent .grid {
    margin: -40px -20px 0px; }
    .cabContent .grid .item {
      padding: 40px 20px 0px; }
  .cabContent .contentItem {
    padding: 0px 15px;
    background-color: white;
    -webkit-box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33);
    -moz-box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33);
    box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33); }
  .cabContent [class*="Cap"] + * {
    margin-top: 50px; }

.userAcc .contentItem {
  padding-top: 40px;
  padding-bottom: 30px;
  min-height: 245px; }
  .userAcc .contentItem > .in {
    max-width: 475px;
    margin: 0px auto; }
  .userAcc .contentItem .cabTitle {
    margin-left: -65px; }
.userAcc .cabTitle + [class*="inBlock"] {
  margin-top: 40px; }
.userAcc .cabTitle + .upline {
  margin-top: 35px; }
.userAcc .cabTitle + .cabTbl1 {
  margin-top: 20px; }

.upline .iconLeft {
  padding-left: 85px; }
  .upline .iconLeft .userpic {
    width: 60px;
    height: 60px;
    margin-top: -30px; }
    .upline .iconLeft .userpic:hover {
      opacity: 1; }
  .upline .iconLeft .data a {
    display: table;
    font-size: 16px;
    line-height: 30px;
    color: #012c7a;
    font-weight: 700;
    letter-spacing: 0.025em; }
    .upline .iconLeft .data a + a {
      font-weight: 400; }

.cabTbl1 .tRow {
  height: 50px; }
  .cabTbl1 .tRow + .tRow {
    background-image: url(../../img/border-dot.png);
    background-position: left top;
    background-repeat: repeat-x; }
.cabTbl1 .param {
  font-size: 16px;
  color: #012c7a;
  letter-spacing: 0.025em; }
.cabTbl1 .data {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em; }
.cabTbl1.in .data {
  color: #2f7bde; }
.cabTbl1.out .data {
  color: #e0186c; }

.editAcc .contentItem {
  padding-top: 45px;
  min-height: 735px; }
  .editAcc .contentItem .cabTitle {
    height: 88px; }
  .editAcc .contentItem form [class*="inBlock"] + [class*="inBlock"] {
    margin-top: 25px; }

.editForm {
  max-width: 375px;
  width: 100%;
  margin: 0px auto; }
  .editForm [class*="btn"] {
    position: relative;
    bottom: -51px;
    width: 140px;
    padding: 0px;
    text-transform: unset; }

.history .contentItem .in {
  padding-top: 95px;
  padding-bottom: 50px;
  max-width: 1190px;
  margin: 0px auto; }
.history .filter input {
  cursor: pointer; }
.history .filter + .histTbl {
  margin-top: 75px; }

.ui-datepicker {
  background-color: white;
  border: 1px solid #cfdaf1; }
  .ui-datepicker td a {
    color: #4194ff; }

.histTbl .pay,
.histTbl .cred,
.histTbl .deb,
.histTbl .bal {
  text-align: center; }
.histTbl .trans {
  width: 200px; }
.histTbl .comm {
  width: 350px; }
.histTbl .tHead {
  height: 50px; }
  .histTbl .tHead .tCell {
    font-size: 16px;
    color: #012c7a;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-transform: capitalize;
    vertical-align: middle; }
  .histTbl .tHead .comm {
    text-align: center; }
.histTbl .tRow {
  height: 50px;
  background-image: url(../../img/border-dot.png);
  background-position: left top;
  background-repeat: repeat-x; }
  .histTbl .tRow .tCell {
    padding: 5px 0px;
    vertical-align: middle; }
  .histTbl .tRow .trans {
    font-size: 14px;
    color: #012c7a;
    letter-spacing: 0.025em; }
  .histTbl .tRow .pay .payImg {
    margin: 0px auto; }
  .histTbl .tRow .cred {
    font-size: 16px;
    color: #4194ff;
    font-weight: 700;
    letter-spacing: 0.025em; }
  .histTbl .tRow .deb {
    font-size: 16px;
    color: #e0186c;
    font-weight: 700;
    letter-spacing: 0.025em; }
  .histTbl .tRow .bal {
    font-size: 16px;
    color: #012c7a;
    font-weight: 700;
    letter-spacing: 0.025em; }
  .histTbl .tRow .comm {
    text-align: left;
    font-size: 14px;
    color: #012c7a;
    letter-spacing: 0.025em;
    word-break: break-all; }

.payOper [class*="btn"] {
  width: 270px; }
.payOper .profitBlock {
  margin-top: 75px; }
  .payOper .profitBlock .title {
    font-family: "Monda";
    font-size: 12px;
    letter-spacing: 0.3em; }
  .payOper .profitBlock .num {
    font-size: 60px;
    letter-spacing: 0.025em; }
  .payOper .profitBlock.day .title {
    color: #e0186c; }
  .payOper .profitBlock.day .num {
    color: #e0186c; }
  .payOper .profitBlock.total .title {
    color: #2f7bde; }
  .payOper .profitBlock.total .num {
    color: #2f7bde; }
  .payOper .profitBlock.with {
    margin-top: 105px; }
    .payOper .profitBlock.with .title {
      color: #012c7a; }
    .payOper .profitBlock.with .num {
      color: #012c7a; }
  .payOper .profitBlock + [class*="btn"] {
    margin-top: 85px;
    padding-left: 25px;
    padding-right: 60px; }

.checkPlan {
  margin-left: -55px; }
  .checkPlan .wrap {
    max-width: 100%;
    padding: 0px;
    margin-top: -30px; }

.planItem {
  margin-right: 37px;
  margin-top: 0px;
  position: relative;
  display: inline-block;
  margin-left: calc(37px + 55px);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .planItem:hover {
    opacity: 0.7; }
  .planItem input {
    display: none; }
    .planItem input:checked ~ .inner .back {
      background-color: #003ead; }
    .planItem input:checked ~ .inner .title {
      color: white; }
    .planItem input:checked ~ .inner::before {
      border-right: 37px solid #003ead; }
    .planItem input:checked ~ .inner::after {
      border-left: 37px solid #003ead; }
  .planItem label {
    position: absolute;
    left: -37px;
    top: 0px;
    width: calc(100% + 74px);
    height: 100%;
    z-index: 3;
    cursor: pointer; }
  .planItem .inner {
    position: relative;
    padding: 15px 0px;
    width: 355px;
    z-index: 1; }
    .planItem .inner::before, .planItem .inner::after {
      content: '';
      display: block;
      position: absolute;
      width: 0px;
      top: 0px;
      border-top: 59px solid transparent;
      border-bottom: 59px solid transparent; }
    .planItem .inner::before {
      right: 100%;
      border-right: 37px solid #f3f7ff;
      -webkit-transition: border-right 0.3s;
      -moz-transition: border-right 0.3s;
      -o-transition: border-right 0.3s;
      transition: border-right 0.3s; }
    .planItem .inner::after {
      left: 100%;
      border-left: 37px solid #f3f7ff;
      -webkit-transition: border-left 0.3s;
      -moz-transition: border-left 0.3s;
      -o-transition: border-left 0.3s;
      transition: border-left 0.3s; }
  .planItem .back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f3f7ff;
    z-index: -1;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .planItem .iconLeft {
    padding-left: 135px;
    left: -22px; }
    .planItem .iconLeft [class*="icon"] {
      font-size: 64px;
      line-height: 96px;
      width: 112px;
      margin-top: -48px; }
      .planItem .iconLeft [class*="icon"] [class*="path"] {
        right: 0px;
        bottom: 0px;
        margin: 0px auto; }
      .planItem .iconLeft [class*="icon"] .path1::before {
        color: white; }
      .planItem .iconLeft [class*="icon"][class*="plan1"] .path2::before {
        color: white; }
      .planItem .iconLeft [class*="icon"][class*="plan1"] .path1::before {
        color: #e0186c; }
      .planItem .iconLeft [class*="icon"]::after {
        font-size: 112px;
        color: #003ead; }
    .planItem .iconLeft .data .title {
      display: block;
      font-family: "Monda";
      font-size: 16px;
      line-height: 20px;
      color: #0349c6;
      font-weight: 700;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
    .planItem .iconLeft .data .line1 {
      display: block;
      margin-top: 5px;
      font-family: "Monda";
      font-size: 35px;
      color: #e0186c;
      font-weight: 700; }
      .planItem .iconLeft .data .line1 .sup {
        font-size: 18px;
        vertical-align: top; }
    .planItem .iconLeft .data .line2 {
      display: block;
      margin-top: 5px;
      font-family: "Monda";
      font-size: 13px;
      line-height: 24px;
      color: #e0186c;
      letter-spacing: 0.25em;
      text-transform: uppercase; }
  .planItem .shadow {
    display: block;
    position: absolute;
    left: -10px;
    top: 0px;
    margin: auto;
    width: calc(100% + 37px);
    height: 100%;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    border-radius: 65px;
    -webkit-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
    -moz-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
    box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
    z-index: -2; }

.checkPlan + .makePay {
  margin-top: 95px; }

.makePay .contentItem {
  min-height: 260px;
  padding-top: 43px; }
  .makePay .contentItem .in {
    max-width: 475px;
    margin: 0px auto; }
  .makePay .contentItem .cabTitle {
    margin-left: -65px; }
    .makePay .contentItem .cabTitle + [class*="inBlock"] {
      margin-top: 65px; }
    .makePay .contentItem .cabTitle + .payList {
      margin-top: 20px; }
.makePay .payList li {
  display: inline-block; }
  .makePay .payList li + li {
    margin-left: 25px; }
.makePay .payList ~ [class*="inBlock"] {
  margin-top: 20px; }
.makePay [class*="inBlock"].hidden {
  display: none; }
.makePay [class*="inBlock"] input {
  font-weight: 700; }
.makePay [class*="inBlock"] .selectric .label {
  font-weight: 700; }
.makePay + [class*="btn"] {
  margin-top: 80px; }

.depItem {
  position: relative;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  z-index: 1; }
  .depItem::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1415px;
    height: 206px;
    background-image: url(../../img/dep_back.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .depItem > .shadow {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: auto;
    width: calc(100% - 35px);
    height: 100%;
    -webkit-border-radius: 205px;
    -moz-border-radius: 205px;
    -ms-border-radius: 205px;
    border-radius: 205px;
    -webkit-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
    -moz-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
    box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
    z-index: -2; }
  .depItem .name {
    float: left;
    position: relative;
    width: 176px;
    height: 153px;
    padding-top: 50px;
    z-index: 1; }
    .depItem .name [class*="icon"] {
      font-size: 68px;
      display: block;
      margin: 0px auto;
      width: 68px;
      height: 68px; }
      .depItem .name [class*="icon"] [class*="path"] {
        right: 0px;
        bottom: 0px;
        margin: 0px auto; }
      .depItem .name [class*="icon"] .path1::before {
        color: white; }
      .depItem .name [class*="icon"][class*="plan1"] .path2::before {
        color: white; }
      .depItem .name [class*="icon"][class*="plan1"] .path1::before {
        color: #e0186c; }
    .depItem .name .iconBack {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: -1; }
      .depItem .name .iconBack::after {
        font-size: 176px;
        color: #003ead; }
    .depItem .name .title {
      margin-top: 14px;
      display: block;
      font-family: "Monda";
      text-transform: uppercase;
      text-align: center;
      font-size: 13px;
      line-height: 24px;
      color: white;
      font-weight: 400;
      letter-spacing: 0.025em; }
  .depItem .plan {
    float: left;
    margin-left: 13px;
    padding-top: 35px; }
    .depItem .plan span {
      display: block;
      font-family: "Monda";
      text-transform: uppercase;
      font-size: 13px;
      line-height: 1;
      color: #e0186c;
      letter-spacing: 0.2em; }
    .depItem .plan .pct {
      font-family: "Brutal Type";
      font-size: 50px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0.025em; }
  .depItem .info {
    float: right;
    padding-top: 20px; }
    .depItem .info .list1 li {
      position: relative;
      display: inline-block;
      padding-left: 10px;
      padding-top: 10px;
      margin: 0px 20px;
      width: 213px;
      height: 67px;
      z-index: 1; }
      .depItem .info .list1 li + li {
        margin-left: calc(20px + 25px); }
      .depItem .info .list1 li:nth-child(2) .data span + span {
        color: #2f7bde; }
      .depItem .info .list1 li .back {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: white;
        z-index: -1; }
      .depItem .info .list1 li::before, .depItem .info .list1 li::after {
        content: '';
        display: block;
        position: absolute;
        width: 0px;
        top: 0px;
        border-top: 33px solid transparent;
        border-bottom: 33px solid transparent; }
      .depItem .info .list1 li::before {
        right: 100%;
        border-right: 20px solid white; }
      .depItem .info .list1 li::after {
        left: 100%;
        border-left: 20px solid white; }
      .depItem .info .list1 li .shadow {
        display: block;
        position: absolute;
        left: -15px;
        top: 0px;
        margin: auto;
        width: calc(100% + 20px);
        height: 100%;
        -webkit-border-radius: 67px;
        -moz-border-radius: 67px;
        -ms-border-radius: 67px;
        border-radius: 67px;
        -webkit-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
        -moz-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
        box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
        z-index: -2; }
      .depItem .info .list1 li:nth-child(3) .data span + span {
        color: #e0186c; }
    .depItem .info .list1 .iconLeft {
      padding-left: 50px; }
      .depItem .info .list1 .iconLeft [class*="icon"] {
        font-size: 32px;
        margin-top: -16px;
        color: #e0186c; }
      .depItem .info .list1 .iconLeft .data span {
        display: block;
        font-size: 15px;
        line-height: 20px;
        color: #012c7a;
        letter-spacing: 0.025em; }
        .depItem .info .list1 .iconLeft .data span + span {
          font-weight: 700; }
    .depItem .info .list2 {
      margin-top: 20px;
      padding-left: 25px;
      font-size: 0px; }
      .depItem .info .list2 .col {
        display: inline-block; }
        .depItem .info .list2 .col:first-child {
          width: 225px; }
        .depItem .info .list2 .col:nth-child(2) {
          width: 320px; }
        .depItem .info .list2 .col:nth-child(3) {
          width: calc(100% - 225px - 320px); }
        .depItem .info .list2 .col li {
          font-size: 14px;
          line-height: 18px;
          color: #012c7a;
          letter-spacing: 0.025em; }
    .depItem .info .progress {
      position: relative;
      width: 777px;
      height: 15px;
      margin-left: 25px;
      margin-top: 12px;
      background-color: #c8d3e9; }
      .depItem .info .progress .in {
        position: absolute;
        height: 100%;
        top: 0px;
        left: 0px;
        background-image: url(../../img/progress.jpg);
        background-position: left top;
        background-repeat: repeat-x; }
  .depItem .remain {
    float: right;
    position: relative;
    width: 176px;
    height: 153px;
    text-align: center;
    padding-top: 30px;
    margin-left: 15px;
    z-index: 1; }
    .depItem .remain .iconBack {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: -1; }
      .depItem .remain .iconBack::after {
        font-size: 176px;
        color: #eaeff9; }
      .depItem .remain .iconBack .shadow {
        width: 45px;
        height: 70px;
        -webkit-box-shadow: 21px 21px 21px 42px rgba(136, 163, 221, 0.33);
        -moz-box-shadow: 21px 21px 21px 42px rgba(136, 163, 221, 0.33);
        box-shadow: 21px 21px 21px 42px rgba(136, 163, 221, 0.33); }
    .depItem .remain .title {
      display: block;
      font-size: 13px;
      line-height: 18px;
      color: #2f7bde;
      letter-spacing: 0.025em;
      text-transform: uppercase; }
    .depItem .remain .pct {
      display: block;
      margin-top: 10px;
      font-size: 50px;
      color: #2f7bde;
      font-weight: 700; }
  .depItem + .depItem {
    margin-top: 40px; }

.userAcc + .refStat {
  margin-top: 45px; }

.refStat {
  font-size: 0px; }
  .refStat ul {
    margin-left: -30px;
    margin-top: -30px; }
  .refStat li {
    position: relative;
    display: inline-block;
    width: 407px;
    height: 65px;
    margin: 0px 20px;
    margin-top: 30px;
    padding-left: 10px;
    padding-top: 10px;
    margin-left: calc(20px + 30px);
    z-index: 1; }
    .refStat li .back {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-color: #f3f7ff;
      z-index: -1; }
    .refStat li .shadow {
      display: block;
      position: absolute;
      left: -15px;
      top: 0px;
      margin: auto;
      width: calc(100% + 20px);
      height: 100%;
      -webkit-border-radius: 65px;
      -moz-border-radius: 65px;
      -ms-border-radius: 65px;
      border-radius: 65px;
      -webkit-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
      -moz-box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
      box-shadow: 21px 10px 21px rgba(136, 163, 221, 0.33);
      z-index: -2; }
    .refStat li .iconLeft {
      padding-left: 60px; }
      .refStat li .iconLeft .data .title + span {
        font-size: 26px; }
    .refStat li::before, .refStat li::after {
      content: '';
      display: block;
      position: absolute;
      width: 0px;
      top: 0px;
      border-top: 32px solid transparent;
      border-bottom: 32px solid transparent; }
    .refStat li::before {
      right: 100%;
      border-right: 20px solid #f3f7ff; }
    .refStat li::after {
      left: 100%;
      border-left: 20px solid #f3f7ff; }
  .refStat + .refBlock {
    margin-top: 55px; }

.filter {
  font-size: 0px; }
  .filter .item {
    display: inline-block;
    width: calc((100% - 240px) / 2); }
    .filter .item + .item {
      margin-left: 60px; }
  .filter [class*="inBlock"] {
    display: inline-block;
    vertical-align: bottom; }
    .filter [class*="inBlock"].month {
      width: 217px; }
    .filter [class*="inBlock"].day, .filter [class*="inBlock"].year {
      width: calc((100% - 217px - 60px) / 2); }
    .filter [class*="inBlock"] + [class*="inBlock"] {
      margin-left: 30px; }
  .filter + .refTbl, .filter + .refList {
    margin-top: 45px; }
  .filter .wrap {
    padding: 0px; }
    .filter .wrap + .wrap {
      margin-top: 20px; }
      .filter .wrap + .wrap .item {
        width: 240px; }
        .filter .wrap + .wrap .item [class*="inBlock"] {
          display: block; }
    .filter .wrap [class*="btn"] {
      margin-top: 32px;
      float: right; }

.refBlock .contentItem {
  padding-top: 40px;
  padding-bottom: 35px; }
.refBlock .cabTitle {
  margin-left: -65px; }
  .refBlock .cabTitle + .filter {
    margin-top: 40px; }
.refBlock .in {
  max-width: 1195px;
  margin: 0px auto; }
.refBlock + .refBlock {
  margin-top: 40px; }

.refTbl .date {
  width: 185px; }
.refTbl .sign {
  width: 185px;
  padding-left: 75px; }
.refTbl .tHead {
  height: 50px; }
  .refTbl .tHead .tCell {
    font-size: 16px;
    color: #012c7a;
    font-weight: 500;
    letter-spacing: 0.025em; }
.refTbl .tRow {
  height: 50px;
  background-image: url(../../img/border-dot.png);
  background-position: left top;
  background-repeat: repeat-x; }
  .refTbl .tRow .date {
    font-size: 14px;
    color: #012c7a;
    letter-spacing: 0.025em; }
  .refTbl .tRow .ins {
    font-size: 16px;
    color: #4194ff;
    font-weight: 700;
    letter-spacing: 0.025em; }
  .refTbl .tRow .sign {
    font-size: 16px;
    color: #e0186c;
    font-weight: 700;
    letter-spacing: 0.025em; }

.refList .name {
  width: 200px; }
.refList .status {
  width: 205px;
  padding-left: 90px; }
.refList .refHead {
  height: 50px; }
  .refList .refHead .tCell {
    font-size: 16px;
    color: #012c7a;
    font-weight: 500;
    letter-spacing: 0.025em; }

.refItem .head {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .refItem .head:hover {
    opacity: 0.7; }
  .refItem .head .table {
    height: 50px;
    background-image: url(../../img/border-dot.png);
    background-position: left top;
    background-repeat: repeat-x; }
  .refItem .head .name .iconLeft {
    padding-left: 42px; }
    .refItem .head .name .iconLeft [class*="icon"] {
      left: 5px;
      font-size: 9px;
      margin-top: -3px;
      color: #4194ff;
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .refItem .head .name .iconLeft .data {
      font-size: 16px;
      color: #4194ff;
      font-weight: 700;
      letter-spacing: 0.025em;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
  .refItem .head .mail a {
    font-size: 14px;
    color: #012c7a;
    letter-spacing: 0.025em; }
  .refItem .head .status {
    font-size: 14px;
    color: #e0186c;
    letter-spacing: 0.025em; }
  .refItem .head:not(.active) + .content {
    display: none; }
  .refItem .head.active .iconLeft [class*="icon"] {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #e0186c; }
  .refItem .head.active .iconLeft .data {
    color: #e0186c; }
.refItem .content {
  padding-top: 7px;
  padding-left: 40px;
  padding-bottom: 30px; }
  .refItem .content p {
    font-size: 14px;
    color: #012c7a;
    letter-spacing: 0.025em; }
    .refItem .content p span {
      font-weight: 700;
      color: #e0186c; }

.bodyModal {
  overflow: hidden; }

.modalsScroll {
  overflow: auto;
  position: fixed;
  z-index: -1;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  display: none; }
  .modalsScroll.open {
    z-index: 55;
    display: block; }

.modals {
  height: 100vh;
  width: 100%; }
  .modals.table {
    display: table; }
  .modals.tCell {
    padding: 0px 15px;
    overflow: auto;
    display: table-cell;
    vertical-align: middle; }

#overlay {
  z-index: 1;
  position: fixed;
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  display: none; }

.blockMod {
  position: relative;
  z-index: 2;
  display: none;
  max-width: 900px;
  margin: 0px auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15px 0px; }
  .blockMod .in {
    margin: 0px auto; }

.regForm {
  position: relative;
  width: 900px;
  padding-left: 135px;
  padding-right: 135px;
  padding-top: 90px;
  background: url(../../img/reg_back.png) no-repeat center top;
  width: 1038px;
  height: 822px;
  margin: 0 auto;
  color: white;
}
  .regForm .back {
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -519px;
    width: 1038px;
    height: 822px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .regForm .close {
    position: absolute;
    right: -11px;
    top: -25px;
    display: table;
    padding: 10px;
    font-size: 26px;
    color: white;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .regForm .close:hover {
      opacity: 0.7; }
  .regForm [class*="Cap"] + form {
    margin-top: 50px;
  }
    .regForm form .row + .row {
      margin-top: 20px;
    }
  .regForm form .row + .agreeCheck {
    margin-top: 20px;
  }
  .regForm [class*="btn"] {
    position: relative;
    margin-top: 30px;
  }

.agreeCheck {
  text-align: center; }
  .agreeCheck a {
    color: white;
    text-decoration: underline; }

.logForm {
  width: 810px;
  padding-left: 225px;
  padding-right: 225px;
  padding-top: 90px;
  margin: 0 auto;
  background: url(../../img/log_back.png) no-repeat center top;
  width: 975px;
  height: 722px;
}
  .logForm .back {
    width: 975px;
    height: 722px;
    margin-left: -473px; }
  .logForm form {
      margin-top: 30px !important;
  }
  .logForm form [class*="inBlock"] + [class*="inBlock"] {
    margin-top: 30px; }
  .logForm form [class*="inBlock"] + .logLinks {
    margin-top: 30px; }

.logLinks a {
  display: table;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 1640px) {
  .depItem {
    width: 900px;
    margin: 0px auto;
    background-color: #eaeff9;
    -webkit-box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33);
    -moz-box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33);
    box-shadow: 21px 21px 21px rgba(136, 163, 221, 0.33); }
    .depItem::before {
      display: none; }
    .depItem > .shadow {
      display: none; }
    .depItem .info {
      width: 100%;
      float: right;
      margin-top: 30px; }
      .depItem .info .list1 {
        text-align: center; }
        .depItem .info .list1 li {
          text-align: left; }
      .depItem .info .list2 {
        text-align: left;
        padding-left: 30px; }
        .depItem .info .list2 .col {
          text-align: left; }
      .depItem .info .progress {
        margin-left: auto;
        margin-right: auto; } }
@media (max-width: 1620px) {
  .accInfo .userInfo,
  .accInfo .operBtns {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .cabHead {
    padding-top: 15px; }
    .cabHead .menu {
      width: 100%;
      margin-left: auto;
      margin-right: 0px;
      margin-top: 10px;
      text-align: center; }

  .userAcc .contentItem .cabTitle,
  .makePay .contentItem .cabTitle,
  .refBlock .contentItem .cabTitle {
    margin-left: 0px; }

  .upline {
    padding-left: 0px; }

  .history .contentItem .in {
    padding-top: 30px;
    padding-bottom: 30px; }
  .history .filter + .histTbl {
    margin-top: 30px; } }
@media (max-width: 1315px) {
  header .socBlock {
    left: 50%;
    top: 50px;
    bottom: auto;
    margin-left: -310px; }
    header .socBlock .title {
      display: none; }
    header .socBlock ul li {
      display: inline-block; }
      header .socBlock ul li + li {
        margin-top: 0px;
        margin-left: 20px; } }

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

.designed_table {
    text-align: center;
}
.designed_table table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0 0;
}
.designed_table table tr {}
.designed_table table tr td,
.designed_table table tr th {
    width: 50%;
    text-align: left;
    padding: 0 10px 0 10px;
    line-height: 52px;
    background: #eaeff9;
}
.designed_table table tr:nth-child(2n) td,
.designed_table table tr:nth-child(2n) th {
    background: none;
}
.designed_table table tr th {
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
}
.designed_table table tr td[colspan="2"] {
    background: none;
    text-align: center;
}
.designed_table .sbmt {
    display: inline-block;
    width: auto;
    cursor: pointer;
    padding: 0px 33px;
    border: 0px;
    background: none;
    outline: none;
    font-family: "Montserrat";
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;

    margin-top: 20px;
    line-height: 46px;
    font-size: 15px;

    background: #e95d98;
}
.designed_table .sbmt:hover {
  opacity: 0.8;
}

.rate .item .in {
    height: 320px;
    background-color: rgba(150, 194, 255, 0.5);
    padding: 18px 15px;
}

.rate .item .content {
    height: 100%;
    background-color: #96c2ff;
    -webkit-box-shadow: 0px 0px 0px 5px transparent;
    -moz-box-shadow: 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 5px transparent;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    -webkit-box-shadow: 0px 0px 0px 0px #96c2ff;
    -moz-box-shadow: 0px 0px 0px 0px #96c2ff;
    box-shadow: 0px 0px 0px 0px #96c2ff;
}

.invisLink > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}