* {
  font-family: 'Proxima Nova Cn Rg',sans-serif;
  font-style: normal; }

body {
  width: 100vw;
  height: calc(max(100vh,600px));
  min-width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0; }

.er-container {
  width: 100vw;
  height: calc(max(100vh,600px));
  min-width: 100vw;
  min-height: 100vh;
  background: url("../i/fon.jpg") no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0; }
  .er-container__white {
    width: 100vw;
    height: calc(max(100vh,600px));
    min-width: 100vw;
    min-height: 100vh;
    background: url("../i/rec.png") repeat;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center; }
  .er-container-content {
    width: 640px; }
    @media (max-width: 699px) {
      .er-container-content {
        width: auto; } }
    .er-container-content-logo {
      text-align: center; }
      .er-container-content-logo__image {
        width: 361px;
        height: auto; }
        @media (max-width: 699px) {
          .er-container-content-logo__image {
            width: 235px;
            height: auto; } }
    .er-container-content__slogan {
      font-weight: 400;
      font-size: 36px;
      line-height: 44px;
      text-align: center;
      color: #090D2C;
      padding: 20px 46px 46px 46px;
      border-bottom: 2px solid #090D2C;
      margin: 0 0 46px 0;
      text-shadow: white 0 0 15px; }
      @media (max-width: 699px) {
        .er-container-content__slogan {
          font-weight: 400;
          font-size: 18px;
          line-height: 22px;
          padding: 18px 0 38px 0;
          margin: 0 0 38px 0; } }
    .er-container-content-info {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      align-content: flex-start; }
      @media (max-width: 699px) {
        .er-container-content-info {
          flex-wrap: wrap; } }
      @media (max-width: 699px) {
        .er-container-content-info-item:nth-child(1) {
          order: 1; } }
      @media (max-width: 699px) {
        .er-container-content-info-item:nth-child(2) {
          order: 3;
          width: 100%;
          margin-top: 10px; } }
      @media (max-width: 699px) {
        .er-container-content-info-item:nth-child(3) {
          order: 2; } }
      .er-container-content-info-item__description {
        color: #090D2C;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px !important;
        text-decoration: none;
        display: block;
        text-shadow: white 0 0 15px; }
        @media (max-width: 699px) {
          .er-container-content-info-item__description {
            font-size: 16px;
            line-height: 19px;
            margin-bottom: 8px !important; } }
      .er-container-content-info-item__title {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #090D2C;
        text-shadow: white 0 0 15px; }
        @media (max-width: 699px) {
          .er-container-content-info-item__title {
            font-size: 18px;
            line-height: 22px; } }

/*# sourceMappingURL=style.css.map */
