* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: PTSerif;
  src: url(../font/PT_Serif/PT_Serif-Web-Regular.ttf);
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: PTSerif;
  src: url(../font/PT_Serif/PT_Serif-Web-Italic.ttf);
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: PTSerif;
  src: url(../font/PT_Serif/PT_Serif-Web-Bold.ttf);
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: PTSerif;
  src: url(../font/PT_Serif/PT_Serif-Web-BoldItalic.ttf);
  font-weight: 600;
  font-style: italic; }
body {
  font-family: PTSerif, 'Times New Roman', Times, serif;
  color: black;
  scroll-behavior: smooth; }

main {
  display: block; }

.cf::after {
  content: "";
  display: block;
  clear: both; }

.wrp {
  width: 100%;
  max-width: 1280px;
  margin: auto auto;
  padding: 0 10px; }

.section h2 {
  margin-bottom: 50px;
  font-size: 34px;
  font-weight: 600;
  font-style: italic;
  color: #888888; }
  @media all and (max-width: 1280px) {
    .section h2 {
      margin-bottom: 30px;
      font-size: 32px; } }

p {
  line-height: 30px;
  font-size: 16px; }

strong {
  font-weight: 600; }

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

input {
  font-size: 1em;
  font-family: inherit; }
  input.invalid, input:invalid {
    box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6) !important;
    border-color: rgba(255, 0, 0, 0.6) !important; }
    input.invalid:focus, input:invalid:focus {
      box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.3) !important;
      border-color: rgba(255, 0, 0, 0.3) !important; }
  input::-webkit-input-placeholder {
    color: #888888; }
  input:-ms-input-placeholder {
    color: #888888; }
  input::-moz-placeholder {
    color: #888888; }
  input::placeholder {
    color: #888888; }

textarea {
  font-size: 1em;
  font-family: inherit; }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; }

button, input[type="submit"], .btn {
  display: inline-block;
  border: 0;
  font-size: 1em;
  background: 0;
  font-family: PTSerif;
  cursor: pointer; }
  button:hover, input[type="submit"]:hover, .btn:hover {
    text-decoration: none; }

button, input[type="submit"], .btn {
  -webkit-appearance: none; }

.btn.def {
  padding: 0 20px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600; }

.flash-msg {
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border: 2px solid black;
  border-radius: 10px; }
  .flash-msg.success {
    border: 2px solid green;
    background: #ABE6AB; }
  .flash-msg.error {
    border: 2px solid red;
    background: #EEC0C0; }
  .flash-msg .msg {
    margin: 10px 0;
    line-height: 24px; }
  .flash-msg a {
    margin: 10px;
    text-decoration: underline; }
    .flash-msg a:hover {
      text-decoration: none; }

/*# sourceMappingURL=defaults.css.map */
