body {
  position: relative;
  min-height: 100vh;
  min-width: 320px; }
  body.no-scroll {
    overflow-y: hidden; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  font-family: "Open Sans", serif;
  font-weight: 400;
  color: #272A2D;
  box-sizing: border-box; }

a, button, input[type="submit"] {
  box-shadow: none;
  border: none;
  background: none;
  border-radius: 0;
  cursor: pointer; }

body {
  background: #E9F2FF; }

.wrap {
  max-width: 500px;
  width: 100%;
  min-width: 290px;
  padding: 30px 15px;
  margin: 0 auto;
  text-align: center; }
  .wrap > * {
    margin: 20px 0; }
  .wrap .logo {
    width: 200px; }
  .wrap strong {
    display: block;
    font-size: 18px; }
  .wrap h1 {
    font-size: 20px; }
  .wrap .banner {
    width: 350px; }
  .wrap .phone {
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .wrap .phone i {
      text-align: center;
      margin-right: 10px;
      font-size: 18px;
      color: #469EF2; }
    .wrap .phone span {
      font-size: 18px;
      color: #469EF2; }
  .wrap .button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    min-height: 45px;
    border-radius: 100px;
    background: #3287FF;
    color: #fff;
    cursor: pointer;
    transition: .2s; }
    .wrap .button * {
      color: inherit; }
    .wrap .button i {
      margin-right: 7px; }
    .wrap .button.telegram, .wrap .button.viber, .wrap .button.whatsapp {
      padding: 10px 0; }
      .wrap .button.telegram i, .wrap .button.viber i, .wrap .button.whatsapp i {
        font-size: 22px; }
    .wrap .button.telegram {
      background: #0088CC; }
    .wrap .button.viber {
      background: #7360F2; }
    .wrap .button.whatsapp {
      background: #25D368; }
  .wrap .info {
    display: block;
    margin-top: 25px;
    font-size: 12px;
    opacity: .5; }

@media (min-width: 500px) {
  .button.telegram:hover {
    background: #099be3; }
  .button.viber:hover {
    background: #816ef7; }
  .button.whatsapp:hover {
    background: #2ce071; } }

/*# sourceMappingURL=main.css.map */
