@font-face {
  font-family: "Sf-pro-display";
  src: url("fonts/sf-pro-display-light.otf") format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Sf-pro-display";
  src: url("fonts/sf-pro-display-regular.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Sf-pro-display";
  src: url("fonts/sf-pro-display-medium.otf") format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Sf-pro-display";
  src: url("fonts/sf-pro-display-semibold.woff2") format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Sf-pro-display";
  src: url("fonts/sf-pro-display-bold.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Sf-pro-display";
  src: url("fonts/sf-pro-display-black.otf") format('opentype');
  font-weight: 900;
  font-style: normal;
}

html {
  font-size:10px;
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Sf-pro-display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #3D4B59;
}

.clearfix {
  height: 1px;
  clear: both;
}

/* img {
  image-rendering: pixelated;
} */

.wr_content {
  background-image: url("../vendor/images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_content {
  max-width: 1200px;
  text-align: center;
  padding: 0 16px;
}

.title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin-top: 0;
  color: #fff;
  margin-bottom: 8px;
}

.text {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}

.link {
  color: #fff;
  background-color: #0544C1;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
  padding: 8px 16px;
  display: inline-block;
}

.link:hover {
  background-color: #0544C1;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px)
{
  .title {
    font-size: 28px;
    line-height: 30px;
  }

  .text {
    font-size: 14px;
    line-height: 20px;
  }
}
