html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #fff;
  height: 100%; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input:focus, textarea:focus, button:focus {
  outline: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

button, input {
  border: none;
  background-color: transparent; }

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

fieldset {
  border: none; }

.container {
  margin: 0 auto;
  min-width: 320px;
  max-width: 400px;
  position: relative;
  z-index: 3; }

main {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.main-bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.main-bg-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main-bg-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(35, 82, 121, .5), #040f17);
  z-index: 2;
}
.logo {
  display: block;
  margin: 30px auto 15px auto;
}
h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
h1 span {
  font-weight: normal;
}
.buttons-wrap {
  width: 300px;
  margin: 60px auto 0 auto;
}
.button:first-child {
  margin-bottom: 40px;
}
.button {
  display: block;
  width: 300px;
  height: 40px;
  background-color: #092d45;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%, 0 100%);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%, 0 100%);
  position: relative;
  margin-bottom: 15px;
}
.button::before {
  content: '';
  width: 296px;
  height: 36px;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%, 0 100%);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%, 0 100%);
  background: #8cad3e;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
}
.button span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 300;
  transform: translateY(-50%);
  z-index: 4;
}
.bold.bold {
  font-weight: bold;
  color: #040f17;
}
.button span img {
  width: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
footer{
  margin-top: -5px;
  background-color: #040f17;
  position: relative;
  z-index: 3;
}
h3 {
  text-align: center;
  font-weight: 300;
}
footer ul li img {
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.contacts-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
footer ul {
  margin-top: 20px;
}
footer ul li {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 8px;
  position: relative;
}
footer ul li p {
  margin-left: 20px;
}
.map {
  margin-top: 15px;
  width: 100%;
  height: 300px;
}