@charset "UTF-8";
body {
  /* сглаживание шрифтов в вебките */
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased; }

a {
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

form input,
form select,
form textarea {
  -webkit-appearance: none;
  text-overflow: ellipsis;
  outline: none; }
  form input:focus, form input:active,
  form select:focus,
  form select:active,
  form textarea:focus,
  form textarea:active {
    text-overflow: ellipsis; }

form textarea {
  resize: vertical; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

* {
  max-height: 10000000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important; }
  *:before {
    max-height: 10000000px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  *:after {
    max-height: 10000000px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.inhLink {
  color: inherit; }
  .inhLink:hover, .inhLink:focus, .inhLink:active {
    color: inherit; }

.footer {
  background-color: #e5edf7;
  height: auto;
  padding: 25px 0 26px 0;
  font-size: 14px;
  line-height: 22px; }
  .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-info {
    width: 60%;
    padding: 0 0 40px 0; }
    @media (max-width: 1199px) {
      .footer-info {
        width: 100%; } }
  .footer-contacts {
    width: 26%;
    padding: 0 0 40px 0; }
    @media (max-width: 1199px) {
      .footer-contacts {
        width: 100%; } }
    @media (max-width: 767px) {
      .footer-contacts {
        text-align: center; } }
  .footer-navs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 16px 0; }
    @media (max-width: 767px) {
      .footer-navs {
        display: block; } }
  .footer-menu {
    padding: 25px 90px 25px 0; }
    @media (max-width: 767px) {
      .footer-menu {
        text-align: center;
        padding-right: 0px; } }
    .footer-menu:last-child {
      padding-right: 0px; }
    .footer-menu-title {
      font-size: 17px;
      line-height: 25px;
      margin: 0 0 16px 0;
      text-transform: uppercase; }
    .footer-menu-list__single-link {
      padding: 4px 0;
      color: #424242;
      display: inline-block; }
      .footer-menu-list__single-link:hover, .footer-menu-list__single-link:focus, .footer-menu-list__single-link:active {
        color: #0651AD; }
  @media (max-width: 767px) {
    .footer .copy {
      text-align: center; } }
  .footer-logo {
    margin: 0 0 12px 0; }
    .footer-logo-img {
      width: 104px; }
  .footer-phone {
    margin: 0 0 35px 0; }
    .footer-phone-title {
      font-weight: 300;
      margin: 0 0 8px 0; }
    .footer-phone-number {
      font-size: 17px; }
  .footer-apps {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .footer-apps {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .footer-apps__single {
      margin: 0 10px 0 0; }
      @media (max-width: 767px) {
        .footer-apps__single {
          margin-left: 5px;
          margin-right: 5px; } }
      .footer-apps__single-link {
        display: inline-block; }
        .footer-apps__single-link:hover, .footer-apps__single-link:focus {
          opacity: 0.8; }
  .footer-social {
    margin: 0 0 65px 0; }
    @media (max-width: 1199px) {
      .footer-social {
        margin-bottom: 35px; } }
    .footer-social-title {
      font-weight: 300;
      margin: 0 0 8px 0; }
    .footer-social-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media (max-width: 767px) {
        .footer-social-list {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .footer-social-list__single {
        margin: 0 17px 0 0;
        display: inline-block; }
        .footer-social-list__single:hover, .footer-social-list__single:focus {
          opacity: 0.8; }
        @media (max-width: 767px) {
          .footer-social-list__single {
            margin-left: 9px;
            margin-right: 9px; } }
        .footer-social-list__single-vk {
          width: 22px; }
        .footer-social-list__single-od {
          width: 22px; }
        .footer-social-list__single-vb {
          width: 24px; }
        .footer-social-list__single-ph {
          width: 25px; }
  .footer-dev-title {
    font-weight: 300;
    margin: 0 0 8px 0; }
  .footer-dev-img {
    width: 116px; }

.actions {
  margin: 0 0 42px 0;
  background-color: #E5EDF7;
  position: relative; }
  .actions-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/banner1920.jpg") 50% 50%;
    opacity: 1; }
  .actions-list {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
    .actions-list__single {
      height: 580px;
      overflow: visible; }
      .actions-list__single-img {
        max-width: 1000%;
        height: 100%;
        position: relative;
        top: 0;
        left: -webkit-calc(50% - 225px);
        left: calc(50% - 225px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media (max-width: 767px) {
          .actions-list__single-img {
            left: -webkit-calc(50% - 175px);
            left: calc(50% - 175px);
            opacity: 0; } }
      .actions-list__single-text {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 450px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 767px) {
          .actions-list__single-text {
            width: 350px; } }
      .actions-list__single-title {
        font-size: 48px;
        line-height: 50px;
        margin: 0 0 24px 0;
        color: #0651AD;
        font-weight: 300;
        text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; }
        @media (max-width: 767px) {
          .actions-list__single-title {
            font-size: 38px;
            line-height: 40px; } }
      .actions-list__single-desc {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 24px 0;
        text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; }
      .actions-list__single-button {
        margin: 0 0 38px -20px; }
      .actions-list__single-info {
        text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; }
        .actions-list__single-info a {
          text-decoration: underline; }
          .actions-list__single-info a:hover, .actions-list__single-info a:focus, .actions-list__single-info a:active {
            text-decoration: none; }

.mainArticles {
  margin: 0 0 82px 0; }
  @media (max-width: 767px) {
    .mainArticles {
      margin-bottom: 102px; } }
  .mainArticles-list {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 0 0 90px; }
    @media (max-width: 767px) {
      .mainArticles-list {
        padding-left: 15px; } }
    .mainArticles-list .slick-track {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .mainArticles-list .slick-dots {
      bottom: -20px; }
    .mainArticles-list__single {
      overflow: visible;
      position: relative;
      margin: 0 140px 0 0;
      padding: 30px 0; }
      @media (max-width: 767px) {
        .mainArticles-list__single {
          margin-right: 80px; } }
      .mainArticles-list__single-img {
        position: relative;
        top: 0;
        left: 50%;
        z-index: 5;
        max-width: 100%; }
        @media (max-width: 767px) {
          .mainArticles-list__single-img {
            max-width: 60%;
            left: 30%; } }
        @media (max-width: 480px) {
          .mainArticles-list__single-img {
            max-width: 100%; } }
      .mainArticles-list__single-text {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 10;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .mainArticles-list__single-title {
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 10px 0;
        color: #0651AD;
        font-weight: 300;
        text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; }
        @media (max-width: 1400px) {
          .mainArticles-list__single-title {
            font-size: 24px;
            line-height: 30px; } }
      .mainArticles-list__single-desc {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 20px 0;
        max-width: 240px;
        text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; }

.newButton1 {
  font-size: 24px;
  line-height: 32px;
  padding: 19px 65px;
  background-color: #0651AD;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  cursor: pointer; }
  .newButton1:hover, .newButton1:focus, .newButton1:active {
    color: #fff;
    background-color: #0868de; }

.newButton2 {
  font-size: 14px;
  line-height: 16px;
  padding: 7px 21px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #888888;
  color: #888888;
  background-color: transparent;
  cursor: pointer; }
  .newButton2:hover, .newButton2:focus, .newButton2:active {
    color: #555555;
    border-color: #555555; }

.newButton3 {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 18px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #888888;
  color: #888888;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600; }
  .newButton3:hover, .newButton3:focus, .newButton3:active {
    color: #555555;
    border-color: #555555; }
  .newButton3_decline {
    border: 1px solid #CE1937;
    color: #CE1937; }
    .newButton3_decline:hover, .newButton3_decline:focus, .newButton3_decline:active {
      color: #ec6178;
      border-color: #ec6178; }

.slick-arrow {
  background: url("../images/big-arrow.svg") 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 47px;
  text-indent: -200px;
  overflow: hidden;
  border-width: 0px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }
  @media (max-width: 767px) {
    .slick-arrow {
      right: 10px;
      width: 20px;
      height: 31px; } }
  .slick-arrow:hover, .slick-arrow:focus {
    opacity: 0.9; }

.slick-prev {
  right: auto;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }
  @media (max-width: 767px) {
    .slick-prev {
      right: auto;
      left: 10px; } }

.slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px; }
    .slick-dots li button {
      width: 20px;
      height: 20px;
      padding: 5px;
      text-indent: -400px;
      overflow: hidden;
      border-width: 0px;
      background: transparent;
      position: relative;
      cursor: pointer; }
      .slick-dots li button:before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #fff;
        border: 1px solid #1d4c9e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        background-color: #cccccc; }
    .slick-dots li.slick-active button:before {
      background-color: #1d4c9e; }

.certificateWater-inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto; }

.certificateWater-list__single {
  padding: 15px 49px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 9px solid #F2F6FB; }
  @media (max-width: 767px) {
    .certificateWater-list__single {
      display: block;
      padding-left: 15px;
      padding-right: 15px; } }
  .certificateWater-list__single:hover, .certificateWater-list__single:focus {
    background-color: #F2F6FB; }
  .certificateWater-list__single-water {
    width: -webkit-calc(100% - 4.5% - 7% - 160px - 170px);
    width: calc(100% - 4.5% - 7% - 160px - 170px);
    margin: 0 4.5% 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 991px) {
      .certificateWater-list__single-water {
        width: 100%;
        margin-right: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px; } }
    .certificateWater-list__single-water-img {
      width: 107px;
      margin: 0 34px 0 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 480px) {
        .certificateWater-list__single-water-img {
          width: 87px; } }
      .certificateWater-list__single-water-img-tag {
        width: 100%; }
    .certificateWater-list__single-water-title {
      font-size: 30px;
      line-height: 35px;
      font-weight: 300; }
      @media (max-width: 480px) {
        .certificateWater-list__single-water-title {
          font-size: 20px;
          line-height: 25px; } }
  .certificateWater-list__single-cert {
    width: 100%;
    max-width: 160px;
    margin: 0 7% 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center; }
    @media (max-width: 991px) {
      .certificateWater-list__single-cert {
        margin-right: auto;
        margin-left: auto; } }
    @media (max-width: 767px) {
      .certificateWater-list__single-cert {
        margin-bottom: 30px; } }
    .certificateWater-list__single-cert-preloader {
      display: none; }
      .certificateWater-list__single-cert-preloader img {
        width: 60%; }
    .certificateWater-list__single-cert-empty {
      display: none; }
    .certificateWater-list__single-cert-link {
      color: #0651AD;
      font-size: 14px;
      line-height: 20px;
      width: 100%;
      display: block; }
      .certificateWater-list__single-cert-link:hover, .certificateWater-list__single-cert-link:focus, .certificateWater-list__single-cert-link:active {
        color: #2282f7; }
    .certificateWater-list__single-cert-img {
      width: 100%;
      margin: 0 0 12px 0; }
      .certificateWater-list__single-cert-img-tag {
        width: 100%; }
  .certificateWater-list__single-calend {
    width: 170px;
    max-width: 250px; }
    @media (max-width: 991px) {
      .certificateWater-list__single-calend {
        width: 100%;
        margin-right: auto;
        margin-left: auto; } }
    .certificateWater-list__single-calend .airdatepicker {
      width: 100%;
      border-width: 0px;
      background: transparent; }
      .certificateWater-list__single-calend .airdatepicker--cells-days {
        font-size: 12px;
        line-height: 15px; }
      .certificateWater-list__single-calend .airdatepicker--cell.-current- {
        color: #4a4a4a; }
      .certificateWater-list__single-calend .airdatepicker--cell.-selected- {
        background: transparent;
        font-weight: 600;
        color: #0651AD; }
      .certificateWater-list__single-calend .airdatepicker--days-names {
        display: none; }
      .certificateWater-list__single-calend .airdatepicker--nav-action {
        width: 22px;
        position: relative;
        height: 32px; }
        .certificateWater-list__single-calend .airdatepicker--nav-action svg {
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.content .profileNew .gorizontalForm .multiGroup2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .content .profileNew .gorizontalForm .multiGroup2 .formGroup {
    margin-right: 30px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media (max-width: 600px) {
      .content .profileNew .gorizontalForm .multiGroup2 .formGroup {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .content .profileNew .gorizontalForm .multiGroup2 .formGroup:last-child {
      margin-right: 0px; }
    .content .profileNew .gorizontalForm .multiGroup2 .formGroup label {
      display: inline-block;
      white-space: nowrap;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 600px) {
        .content .profileNew .gorizontalForm .multiGroup2 .formGroup label {
          width: auto; } }
      .content .profileNew .gorizontalForm .multiGroup2 .formGroup label.widthAuto {
        width: auto; }
    .content .profileNew .gorizontalForm .multiGroup2 .formGroup input {
      width: 100%; }

.cardList {
  margin: 40px 0 60px 0; }
  .cardList__single {
    margin: 0 0 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .cardList__single {
        display: block; } }
    .cardList__single:last-child {
      margin-bottom: 0px; }
    .cardList__single-img {
      width: 70px;
      height: 40px;
      border-radius: 6px;
      border: 1px solid #DDDDDD;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 20px 20px 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .cardList__single-img-tag {
        width: 41px; }
    .cardList__single-info {
      margin: 0 20px 20px 0; }
      .cardList__single-info-title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 2px 0; }
      .cardList__single-info-number {
        white-space: nowrap; }
      .cardList__single-info-date {
        color: #606060;
        font-size: 20px;
        line-height: 28px; }
    .cardList__single-functions {
      padding: 6px 0 0 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .cardList__single-functions-block {
        margin: 0 0 8px 0; }
    .cardList__single_mir .cardList__single-img-tag {
      width: 45px; }
    .cardList__single_mastercard .cardList__single-img-tag {
      width: 45px; }
