@require '../pages_old/Layout.styl';
@require '../pages_old/PagesElements.styl';


.Contacts {
  font-family: "Proxima Nova";
  color: #fff;
  font-size: 14px;

  &Half {
    width: 50%;
    vertical-align: top;
    display: inline-block;
  }

  &Title {
    text-align: left;
  }

  &Address {
    padding: 10vh 0 0;
  }

  &Subtitle {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
  }

  &Button {

    color: #fff;
    cursor: pointer;

    &Wrap {
      padding: 5vh 0;
    }
  }

  &Content {
    position: relative;
    z-index: 1;
  }

  &Social {
    padding: 7vh 0 0;

      &Item {
        display: inline-block;
        vertical-align: center;
        margin: 8px;

        &:first-of-type {
          margin-left: 0;
        }

        &:last-of-type {
          margin-right: 0;
        }
      }

      &Icon {
        cursor: pointer;
        transition: opacity .4s;
        opacity: .5;

        & circle {
          stroke: #50BEFF;
        }

        &:hover {
          opacity: 1;
        }
      }

      &Icon {
        transition: opacity .4s;
        opacity: .5;

        & path {
          fill: #50BEFF;
        }

        &:hover {
          opacity: 1;
        }
      }
  }

  &Bg {
    position: relative;
    background: #098BCC;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;





    &LetterTop {
      position: absolute;
      background: url("/public/img/letterTop.png");
      width: 572px;
      height: 433px;
      left: 0;
      top: 7%;
    }

    &Letter {
      position: absolute;
      top: 60vh;
      background: url('/public/img/letter.png')
      width: 598px
      height: 389px;
    }
  }
}
