* {
  padding: 0;
  margin: 0;
}

html,
body {
  background-color: #c3c3c3;
}

body {
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Open Sans', sans-serif;
}

.alin {
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  width: auto;
  height: auto;
  max-height: calc(100vh);
}

@media (max-width: 1399px) {
  .alin {
    right: -20%;
  }
}

@media (max-width: 1099px) {
  .alin {
    right: -35%;
    max-height: calc(80vh);
  }
}

@media (max-width: 1099px) and (orientation: landscape) {
  .alin {
    right: -15%;
    max-height: calc(80vh);
  }
}

@media (max-width: 767px) {
  .alin {
    max-width: 100%;
    right: -25%;
    bottom: -30%;
    max-height: calc(100vh);
  }
}

@media (max-height: 569px) {
  .alin {
    bottom: -35%;
  }
}

.main,
.footer {
  position: relative;
  z-index: 2;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

@media (min-width: 1100px) {
  .wrapper {
    margin-left: calc(100vw / 10);
  }
}

@media (orientation: landscape) {
  .wrapper {
    max-width: 80%;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title {
  max-width: 800px;
  margin-top: 20px;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: -.05em;
  font-size: calc(28px + 2vw);
}

@media (max-width: 767px) {
  .title {
    font-size: calc(20px + 2vw);
  }
}

.title a {
  text-decoration: none;
  color: inherit;
}

.title a:hover {
  color: #0070c9;
  text-decoration: underline;
}

.content {
  position: relative;
  z-index: 3;
}

.info {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .info {
    margin-top: 10px;
  }
}

.info,
.links {
  line-height: 1.7;
  max-width: 500px;
  font-size: calc(12px + .6vw);
}

.links a {
  color: #0070c9;
  text-decoration: none;
  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;
}

.links a svg {
  width: 18px;
  height: auto;
  margin-left: 5px;
}

.links a svg path {
  fill: #0070c9;
}

.links a:hover {
  text-decoration: underline;
}

.links ul {
  list-style-type: none;
}

.links ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .links ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

.footer {
  margin-top: 60px;
  margin-bottom: 20px;
}

.footer p {
  font-size: calc(10px + .1vw);
}

.footer p a {
  color: #0070c9;
  text-decoration: none;
}

.footer p a:hover {
  text-decoration: underline;
}

.social {
  margin-bottom: 20px;
}

.social ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social ul li:not(:last-child) {
  margin-right: 20px;
}

.social a {
  display: block;
}

.social a svg {
  display: block;
  width: 50px;
  height: 50px;
}

@media (max-width: 1023px) {
  .social a svg {
    width: 40px;
    height: 40px;
  }
}

