@import url(../css/animate.css);
@import url(../css/normalize.css);
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Oswald:400,700&display=swap");
img {
  width: 100%;
  height: auto; }

body {
  display: grid;
  grid-template-columns: auto 1rem 1000px 1rem auto;
  font-family: "Open Sans", sans-serif; }
  body > * {
    grid-column: 3/4; }

.m-t-20 {
  margin-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.introimg {
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 10px; }

.pocetna {
  background-color: #78ffe6; }
  .pocetna .image img {
    height: auto;
    margin-bottom: 30px;
    width: 100%; }
  .pocetna main {
    display: grid;
    grid-template-columns: 30% 1fr;
    margin-top: 30px;
    gap: 4rem; }
    .pocetna main > a {
      align-self: center; }
  .pocetna .logo {
    position: static;
    margin: initial;
    margin-left: -20px;
    margin-bottom: 30px; }
  .pocetna .content {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .pocetna .title-l {
    margin-left: 0; }
  .pocetna p.narrow {
    text-align: left;
    margin-left: 0;
    max-width: 100%; }
  .pocetna .fist_block {
    grid-template-columns: 1fr 1fr 1fr; }
  .pocetna .fist_block .box__goals:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2; }
  .pocetna .title-l-a {
    font-size: 1.55rem;
    margin-bottom: 1.7rem; }
  .pocetna .button {
    font-size: 1.4rem;
    padding: 0.5rem 1rem; }
  .pocetna .fist_block img {
    height: 220px; }
  .pocetna section .title-l {
    text-align: center;
    margin: 10px 0 35px; }

.projekt1 {
  background-color: #20ded2; }
  .projekt1 .header img {
    height: auto;
    max-width: 800px;
    margin-bottom: 30px; }
  .projekt1 .title-l-a {
    border-bottom: 9px solid #ddde33; }
  .projekt1 .button {
    font-size: 3rem;
    background-color: #ddde33;
    color: black;
    border: 2px solid #20ded2; }
    .projekt1 .button:hover {
      background-color: #20ded2;
      border: 2px solid black;
      color: black; }
  .projekt1 li::before {
    color: #ddde33; }
  .projekt1 .divider {
    background-color: #ddde33; }
  .projekt1 .box_idea > p {
    color: black; }

.projekt2 {
  background-color: #F29AA7; }
  .projekt2 .header img {
    height: auto;
    max-width: 800px;
    margin-bottom: 30px; }
  .projekt2 .second_block {
    grid-template-columns: 1fr; }
  .projekt2 .title-l-a {
    border-bottom: 9px solid #ddde33; }
  .projekt2 .button {
    font-size: 3rem;
    background-color: #ddde33;
    color: black;
    border: 2px solid #F29AA7; }
    .projekt2 .button:hover {
      background-color: #F29AA7;
      border: 2px solid #ddde33;
      color: black; }
  .projekt2 li::before {
    color: #ddde33; }
  .projekt2 .divider {
    background-color: #ddde33; }
  .projekt2 .box_idea > p {
    color: black; }

.projekt3 {
  background-color: #ddde33; }
  .projekt3 .header img {
    height: auto;
    max-width: 800px;
    margin-bottom: 30px; }
  .projekt3 .button {
    font-size: 3rem;
    background-color: #eb3737;
    color: #ddde33;
    border: 2px solid #ddde33; }
    .projekt3 .button:hover {
      background-color: #ddde33;
      border: 2px solid #eb3737;
      color: black; }
  .projekt3 li::before {
    color: black; }

a {
  text-decoration: none; }

.header {
  text-align: center; }

.main {
  text-align: left; }

.logo {
  position: relative;
  max-width: 300px;
  height: 62px;
  margin-bottom: -61px;
  margin-right: 100%; }

svg polygon,
svg path,
svg rect {
  fill: #eb3737; }

.text-center {
  text-align: center; }

p {
  line-height: 1.6rem; }
  p.narrow {
    max-width: 60%;
    margin: 20px auto 0;
    text-align: center; }

.par-bold {
  font-weight: 700;
  color: #eb3737; }

.svg_title {
  margin: 60px auto 0;
  display: block; }

.divider {
  display: block;
  height: 35px;
  width: 100%;
  border-radius: 100px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  background-color: #eb3737; }

.title, .title-l, .title-l-a {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; }
  .title-l {
    font-size: 3.5rem;
    margin-left: 65px; }
  .title-l-a {
    font-size: 2.8rem;
    border-bottom: 9px solid #eb3737;
    border-radius: 9px;
    padding: 10px 30px 10px 30px;
    max-width: 100%;
    margin: 0 auto;
    display: block; }

ul {
  padding-left: 20px; }

li {
  list-style-type: none;
  line-height: 1.6rem; }
  li::before {
    position: absolute;
    content: "\25BA";
    color: #eb3737;
    display: inline-block;
    margin-left: -1.3rem;
    font-size: 0.8rem; }

.button {
  font-size: 3rem;
  background-color: #eb3737;
  color: #78ffe6;
  display: block;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 100px;
  max-width: 290px;
  margin: 20px auto;
  transition: .2s all;
  border: 2px solid #78ffe6; }
  .button:hover {
    background-color: #78ffe6;
    border: 2px solid #eb3737;
    color: #eb3737; }

.fist_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 4rem;
  row-gap: 1rem; }
  .fist_block .box__goals:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2; }
  .fist_block .box__goals:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2; }
  .fist_block .box__goals:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2/3; }

.second_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3rem; }

.box_idea > p {
  font-weight: 700;
  color: #eb3737; }

footer {
  text-align: center; }
  footer .logo {
    margin: 3rem auto 5rem; }

.obrazac .title-l {
  margin-bottom: 1rem; }

input[type=text], input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical; }

label {
  padding: 12px 12px 12px 0;
  display: inline-block; }

input[type=submit] {
  background-color: #eb3737;
  margin: 1rem 0;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right; }

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px; }

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.upload {
  position: relative; }

.box {
  position: relative; }

.check {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed #000000;
  border-top: 1px dashed #000000;
  margin-top: 1rem; }
  .check label {
    padding: 0;
    margin-left: 12px;
    font-size: .7rem;
    line-height: 1rem; }
    .check label a {
      color: #eb3737; }

@media screen and (max-width: 600px) {
  .pocetna main {
    grid-template-columns: 1fr; }

  .pocetna .fist_block {
    display: block; }

  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0; }

  .obrazac main {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 4rem;
    text-align: center; }

  .obrazac .title-l {
    text-align: center; }

  input[type=submit] {
    margin: 1rem 0; } }
@media (max-width: 885px) {
  body {
    grid-template-columns: 1rem 1fr 1rem; }
    body > * {
      grid-column: 2/3; }

  .fist_block, .second_block {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto; }
    .fist_block .box__goals:nth-child(1), .second_block .box__goals:nth-child(1) {
      grid-row: 1/2;
      grid-column: 1; }
    .fist_block .box__goals:nth-child(2), .second_block .box__goals:nth-child(2) {
      grid-row: 2/3;
      grid-column: 1; }
    .fist_block .box__goals:nth-child(3), .second_block .box__goals:nth-child(3) {
      grid-row: 3/4;
      grid-column: 1; }

  p.narrow {
    max-width: 100%; }

  .logo {
    max-width: 100%;
    height: 62px;
    margin-bottom: 0;
    margin-right: auto; }

  .title-l {
    margin-left: 0; } }

/*# sourceMappingURL=app.css.map */
