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

@font-face {
  src: url(../font/Barlow/Barlow-Regular.ttf);
  font-family: Barlow;
  font-weight: 400; }
@font-face {
  src: url(../font/Barlow/Barlow-Bold.ttf);
  font-family: Barlow;
  font-weight: 700; }
@font-face {
  src: url(../font/Barlow/Barlow-ExtraBold.ttf);
  font-family: Barlow;
  font-weight: 800; }
html {
  overflow-x: hidden;
  overflow-y: auto; }

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #05052e;
  font-family: Barlow, Arial, sans-serif;
  font-size: 15px;
  color: black; }

main {
  display: block; }

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

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

strong {
  font-weight: 600; }

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

footer input {
  height: 44px;
  padding: 0 12px;
  border: 2px solid #515477 !important;
  border-radius: 4px;
  background: 0;
  font-size: 1em;
  color: #515477; }

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

textarea {
  padding: 12px;
  border: 2px solid #515477;
  border-radius: 4px;
  background: 0;
  font-size: 1em;
  font-family: inherit;
  color: #515477; }

.section-header {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  .section-header:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fa3b65; }
  .section-header h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 80px;
    color: #222248; }
    @media all and (max-width: 1200px) {
      .section-header h1 {
        font-size: 70px; } }
    @media all and (max-width: 1100px) {
      .section-header h1 {
        font-size: 60px; } }
    @media all and (max-width: 1000px) {
      .section-header h1 {
        font-size: 55px; } }
    @media all and (max-width: 900px) {
      .section-header h1 {
        font-size: 50px; } }
    @media all and (max-width: 800px) {
      .section-header h1 {
        font-size: 45px; } }
    @media all and (max-width: 700px) {
      .section-header h1 {
        font-size: 40px; } }
  .section-header h2 {
    position: relative;
    top: -38px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 37px;
    color: white; }
    @media all and (max-width: 1200px) {
      .section-header h2 {
        font-size: 34px;
        top: -34px; } }
    @media all and (max-width: 1100px) {
      .section-header h2 {
        font-size: 31px;
        top: -31px; } }
    @media all and (max-width: 1000px) {
      .section-header h2 {
        font-size: 28px;
        top: -28px; } }
    @media all and (max-width: 900px) {
      .section-header h2 {
        font-size: 26px;
        top: -26px; } }
    @media all and (max-width: 800px) {
      .section-header h2 {
        font-size: 24px;
        top: -24px; } }
    @media all and (max-width: 700px) {
      .section-header h2 {
        font-size: 22px;
        top: -22px; } }

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

.link {
  border-bottom: 2px solid #fa3b65;
  text-transform: uppercase;
  color: #fa3b65; }

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

.btn.def {
  height: 40px;
  padding: 0 20px;
  border: 2px solid #fa3b65;
  border-radius: 20px;
  background: 0;
  line-height: 36px;
  text-transform: uppercase;
  color: white; }
  .btn.def:hover {
    background: #c52346;
    border-color: #c52346; }

.pripravujeme {
  text-align: center; }

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