@font-face {
  font-family: "Tilda Sans";
  src: url("../fonts/TildaSans-Light.eot");
  src: local(""), url("../fonts/TildaSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans-Light.woff2") format("woff2"), url("../fonts/TildaSans-Light.woff") format("woff"), url("../fonts/TildaSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("../fonts/TildaSans-Regular.eot");
  src: local(""), url("../fonts/TildaSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans-Regular.woff2") format("woff2"), url("../fonts/TildaSans-Regular.woff") format("woff"), url("../fonts/TildaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("../fonts/TildaSans-Medium.eot");
  src: local(""), url("../fonts/TildaSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans-Medium.woff") format("woff"), url("../fonts/TildaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("../fonts/TildaSans-Bold.eot");
  src: local(""), url("../fonts/TildaSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans-Bold.woff2") format("woff2"), url("../fonts/TildaSans-Bold.woff") format("woff"), url("../fonts/TildaSans-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html, body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Tilda Sans";
  font-size: 10px;
  font-weight: 400;
  color: #282828;
}

*, *::before, *::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font: inherit;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 15px;
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 820px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo .logo__icon {
  position: relative;
  z-index: 9;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}
.logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.logo:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url(../images/background.svg);
  background-repeat: repeat-x;
  background-size: 50px 50px;
  opacity: 0.5;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: #038cf5;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.button:last-child {
  margin-bottom: 0;
}
.button:active {
  color: #ffffff;
  text-decoration: none;
}
@media (hover) {
  .button:hover {
    background-color: #005ba9;
    color: #ffffff;
    text-decoration: none;
  }
}
@media screen and (max-width: 575px) {
  .button {
    padding: 10px;
  }
}
.button__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 30px;
  margin-right: 15px;
}
.button__icon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.header {
  margin-bottom: 30px;
}/*# sourceMappingURL=main.css.map */