@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext");
html, body {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00216D; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: center; }

header {
  height: 100px;
  min-height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 77, 255, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 77, 255, 0.1);
  border-bottom: 1px solid rgba(0, 77, 255, 0.15);
  padding: 0 30px; }
  header .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    header .logo-box img {
      height: 60px;
      margin-right: 60px; }
    header .logo-box span {
      font-size: 18px;
      line-height: 50px;
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: 600;
      font-style: normal;
      color: #00216D;
      text-transform: uppercase;
      position: relative;
      height: 50px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header .logo-box span:before {
        display: block;
        content: '';
        height: 100%;
        width: 1px;
        background: rgba(0, 33, 109, 0.5);
        position: absolute;
        top: 0;
        left: -30px; }
    header .logo-box .language-selection {
      left: 0;
      margin-left: 0;
      cursor: pointer;
      position: relative;
      padding: 10px 20px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header .logo-box .language-selection span:before {
        display: none; }
      header .logo-box .language-selection span:after {
        display: block;
        width: 6px;
        height: 6px;
        content: '';
        position: absolute;
        right: -13px;
        top: calc(50% - 3px - 3px);
        border-left: 2px solid #00216D;
        border-bottom: 2px solid #00216D;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      header .logo-box .language-selection ul.ul-language-selection {
        display: none;
        background: white;
        z-index: 22;
        padding: 10px 0;
        min-width: 70px;
        -webkit-box-shadow: 0 3px 12px rgba(0, 33, 109, 0.15);
                box-shadow: 0 3px 12px rgba(0, 33, 109, 0.15);
        border-radius: 4px;
        position: absolute;
        top: calc(100% - 8px);
        left: calc(50% - 35px); }
        header .logo-box .language-selection ul.ul-language-selection.active {
          display: block; }
        header .logo-box .language-selection ul.ul-language-selection li {
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          height: 40px; }
          header .logo-box .language-selection ul.ul-language-selection li a {
            padding: 0 20px;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
            text-decoration: none; }
            header .logo-box .language-selection ul.ul-language-selection li a:hover {
              background: rgba(0, 33, 109, 0.1);
              cursor: pointer; }
  header .links-and-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .links-and-social .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header .links-and-social .links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 30px;
        text-decoration: none;
        font-size: 20px;
        line-height: 20px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #00216D;
        padding: 10px 15px;
        border-radius: 8px;
        -webkit-transition: all .25s;
        transition: all .25s; }
        header .links-and-social .links a img {
          margin-right: 10px; }
        header .links-and-social .links a:hover {
          background: rgba(0, 77, 255, 0.075); }
    header .links-and-social .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header .links-and-social .social a {
        border: 1px solid rgba(0, 33, 109, 0.5);
        width: 36px;
        height: 36px;
        padding: 0;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 10px;
        -webkit-transition: all .25s;
        transition: all .25s; }
        header .links-and-social .social a img {
          margin: 0; }
        header .links-and-social .social a:hover {
          background: rgba(0, 77, 255, 0.075); }

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100% - 124px);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  main section {
    height: calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 77, 255, 0.1);
            box-shadow: 0 10px 20px 0 rgba(0, 77, 255, 0.1);
    border: 1px solid rgba(0, 77, 255, 0.15);
    cursor: pointer;
    -webkit-transition: all .25s;
    transition: all .25s;
    background: rgba(255, 255, 255, 0.7);
    background-image: url("../img/ic-arrow.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 80px) center; }
    main section:hover {
      -webkit-box-shadow: 0 25px 50px 0 rgba(0, 77, 255, 0.3);
              box-shadow: 0 25px 50px 0 rgba(0, 77, 255, 0.3);
      z-index: 2;
      background-position: calc(100% - 60px) center; }
    main section a {
      width: 100%;
      height: 100%;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 180px 0 80px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      main section a span {
        font-size: 72px;
        line-height: 72px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #00216D;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        main section a span span.let-spac {
          letter-spacing: -2px; }

footer {
  height: 24px;
  min-height: 24px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 77, 255, 0.1);
          box-shadow: 0 -5px 20px 0 rgba(0, 77, 255, 0.1);
  border-top: 1px solid rgba(0, 77, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  line-height: 24px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00216D;
  position: relative; }
  footer a {
    text-decoration: none;
    position: absolute;
    right: 0;
    padding: 0 30px;
    color: #00216D;
    opacity: .5;
    -webkit-transition: all .25s;
    transition: all .25s; }
    footer a:hover {
      opacity: 1;
      background: rgba(0, 33, 109, 0.2); }

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