@font-face {
  font-family: "proxima_novablack";
  src: url("fonts/proxima_nova_black-webfont.woff2") format("woff2"), url("fonts/proxima_nova_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novabold";
  src: url("fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("fonts/proxima_nova_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novaextrabold";
  src: url("fonts/proxima_nova_extrabold-webfont.woff2") format("woff2"), url("fonts/proxima_nova_extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novaregular";
  src: url("fonts/proximanova-regular-webfont.woff2") format("woff2"), url("fonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  background: white;
  line-height: 1.2;
  line-height: 1;
  color: #1a1818;
  font-size: 14px;
  font-family: "proxima_novaregular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

header {
  margin-bottom: 50px;
}

header .container {
  max-width: 1290px;
  margin: 0 auto;
}

header .container > .bg {
  width: 65%;
  height: 237px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(img/bg-header.svg);
  background-position-y: -115px;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 0;
}

.bubble-1 {
  width: 100%;
  height: 237px;
  position: absolute;
  left: -45px;
  top: 0px;
  background-image: url(img/bubble-1.svg);
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 0;
}

.bubble-2 {
  width: 100%;
  height: 237px;
  position: absolute;
  left: 45px;
  bottom: 0;
  background-image: url(img/bubble-2.svg);
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 0;
}

.bubble-3 {
  width: 100%;
  height: 237px;
  position: absolute;
  left: 93%;
  bottom: 25%;
  background-image: url(img/bubble-3.svg);
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 0;
}

header .container > div p {
  padding-top: 50px;
}

main,
.main1,
.main2 {
  position: relative;
  overflow-x: hidden;
}

.main1 .container,
.main2 .container {
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
}

.one img {
  margin-top: 70px;
  margin-bottom: 70px;
  max-height: 500px;
  width: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: underline;
  color: #f26522;
}

a:hover {
  text-decoration: none;
}

h2 {
  font-size: 32px;
  text-align: center;
  font-family: "proxima_novabold";
  font-weight: 800;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  color: #1a1818;
  max-width: 818px;
  margin: 0 auto;
}

h3 {
  font-family: "proxima_novabold";
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  color: #1a1818;
  margin-bottom: 35px;
}

p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #1a1818;
  font-family: "proxima_novaregular";
  margin-bottom: 35px;
}

.main2 {
  margin-top: 100px;
}

.main2:before {
  content: "";
  display: inline-block;
  width: 1920px;
  height: 100%;
  background-image: url(img/bg-gray-w-curve.svg);
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: -125px;
  position: absolute;
  left: -15px;
}

.main2 .container p:last-of-type {
  margin-bottom: 0;
}

.two video {
  width: 100%;
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.two img {
  margin-top: 35px;
  margin-bottom: 70px;
  max-height: 500px;
  width: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  padding-top: 75px;
  margin-left: -15px;
  margin-right: -15px;
}

footer .osebna-izkaznica {
  padding: 35px 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 850px;
  margin: 0 auto;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  margin-bottom: -190px;
  position: relative;
}

footer .osebna-izkaznica > div {
  flex: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer .osebna-izkaznica > div:last-of-type {
  border-left: 1px solid #e8e8e8;
  align-items: flex-start;
  padding-left: 50px;
}

footer .osebna-izkaznica p {
  margin-bottom: 0;
}

footer .osebna-izkaznica img {
  width: 270px;
}

footer .ft-bottom {
  background-color: #02071d;
  border-top: 30px solid #f26522;
  height: 275px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #9fa4af;
}
footer .ft-bottom p,
footer .ft-bottom a {
  color: #9fa4af;
  text-decoration: none;
}
footer .ft-bottom a:hover {
  text-decoration: underline;
  color: white;
}

footer .ft-bottom .c2 {
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  .bubble-1,
.bubble-2,
.bubble-3,
header .container > .bg {
    opacity: 0.25;
  }
}
@media only screen and (max-width: 767px) {
  header .container > div p {
    padding-top: 35px;
  }
  footer .osebna-izkaznica {
    display: flex;
    flex-direction: column;
    margin-bottom: -268px;
    padding-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  footer .osebna-izkaznica > div {
    width: 100%;
    flex: 100%;
  }
  footer .osebna-izkaznica h3 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  footer .osebna-izkaznica > div:last-of-type {
    padding-left: 0;
    border-left: none;
    align-items: center;
  }
  footer .osebna-izkaznica > div:last-of-type p,
footer .osebna-izkaznica > div:last-of-type h2 {
    text-align: center;
  }
  body p {
    font-size: 16px !important;
  }
  h2 {
    font-size: 26px;
    line-height: 1.5;
  }
  h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  footer .osebna-izkaznica img {
    width: 175px;
  }
}/*# sourceMappingURL=stil.css.map */