﻿@font-face {
  font-family: "ProximaNova";
  font-display: "swap";
  src: url("/../../static/webfonts/proximanova-regular-webfont.woff2")
      format("woff2"),
    url("/../../static/webfonts/proximanova-regular-webfont.woff")
      format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "ProximaNova";
  font-display: "swap";
  src: url("/../../static/webfonts/proximanova-bold-webfont.woff2")
      format("woff2"),
    url("/../../static/webfonts/proximanova-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "ProximaNova", sans-serif;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #000000;
  background-color: #ffffff;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: 0.04rem;
  margin: 0;
}
.container {
  padding-top: 2em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1410px;
  margin: 0 auto;
}
.container__texts {
  padding: 10em 0;
  text-align: center;
}
.container__error-text {
  font-size: 1.6rem;
  margin-bottom: 3em;
}
.logo {
  display: inline-block;
  position: relative;
  width: 205px;
  height: 50px;
}
@media screen and (max-width: 992px) {
  .logo {
    margin: 0 auto;
    display: block;
  }
}
a {
  color: #147eab;
  text-decoration: none;
  transition: color 0.15s;
}
p {
  margin: 0 0 10px;
}
h1 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  margin: 0.67em 0;
  font-size: 4.6rem;
  margin-top: 1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.f-14 {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.btn {
  outline: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  padding: 13px 25px;
  min-width: 150px;
  min-height: 50px;
  border-radius: 25px;
  text-align: center;
  color: #ffffff;
  background-color: #147eab;
  transition: width 0.2s ease-in-out, color 0.2s ease-in,
    background-color 0.2s ease-in, box-shadow 0.2s ease-in;
}
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
}
.btn:hover {
  background-color: #116d94;
}
.btn:focus {
  box-shadow: 0 0 0 4px rgb(20 126 171 / 50%);
  background-color: #147eab;
}
.btn:active {
  background-color: #0f5c7d;
}
