* {
  box-sizing: border-box;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

b {
  text-transform: uppercase;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

.header {
  position: fixed;
  width: 100%;
  height: 5vw;
  overflow: hidden;
  background-color: white;
}

.header .container {
  height: 100%;
}

.navbar {
  position: sticky;
  display: flex;
  top: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: white;
  background-color: white;
  text-decoration: none;
  z-index: 99;
}

.contact {
  padding-left: 10%;
}

.content .first-list li {
  padding: 1px 0;
}

.unordered {
  list-style-type: circle;
} 

.section {
  padding-top: 120px;
  text-align: justify;
}

.logo img {
  height: 100%;
}

.title,
.content-wrapper h3,
.content-wrapper .info {
  padding-bottom: 20px;
}

.title h1 {
  text-align: center;
  font-size: 35px;
}

.content {
  padding-bottom: 80px;
}

.content ol,
.content ul {
  padding-inline-start: 16px;
}

.content li {
  padding: 10px 0;
}

.footer {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.footer-wrapper {
  position: relative;
  height: 100%;
}

.footer-wrapper div {
  width: 100%;
  display: inline-block;
  padding: 40px 2%;
  text-align: center;
}

.footer-wrapper .column-1 {
  text-align: right;
}

.footer-wrapper .column-2 {
  text-align: left;
}

.link {
  text-decoration: none;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .header {
    height: 100px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.section {
  padding-top: 150px;
}

.title {
  padding-bottom: 80px;
}

body {
  background-color: #fff;
  color: #3D3D3D;
}

.header a {
  color: #3D3D3D;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 10;
}

span.lang {
  color: #3D3D3D;
  cursor: pointer;
}

a {
  color: #4FB1FE;
}

a:hover {
  color: #3C709D;
}

@media all and (max-width: 1050px) {
  .footer-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
  }

  .footer-wrapper div {
    width: 100%;
    display: block;
    padding: 0px;
  }

  .footer-wrapper .column-2 {
    text-align: center;
    order: 1;
    padding-bottom: 10px;
  }

  .content {
    padding-bottom: 50px;
  }

  .footer-wrapper .column-1 {
    text-align: center;
    order: 2;
  }
  nav.navbar {
    height: 5vw;
  }
  .logo {
    height: 70%;
    width: unset;
  }
}

@media all and (max-width: 1050px) and (min-height: 1000px) {
  nav.navbar {
    height: 7vw;
  }
}

@media all and (max-width: 650px) {
  .section {
    padding-top: 50px;
  }
  nav.navbar {
    height: 10vw;
  }
}

.header a:hover,
.header a:active,
.header a:focus,
.header a:focus-within {
  color: #328056;
  outline: none;
  transition: color 0.3s;
}

.footer {
  background-color: white;
  color: #3D3D3D;
}

.link {
  color: #4AA775;
}
.link:hover {
 color: #328056;
}

.footer .link {
  color: #4AA775;
}

.lang.en {
  margin-left: 5px;
}

.lang.pl {
  padding-left: 10%;
}

#navigation {
  position: fixed;
  top: 0%;
  width: 100%;
  background-color: black;
  height: 50px;
  height: 85px;
  z-index: 20;
}
#navigation .responsive_container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  max-width: unset;
  left: 50%;
  transform: translate(-50%);
}
#navigation .logo {
  position: relative;
  height: 100%;
  flex-shrink: 0;
  margin-left: 10px;
  z-index: 10;
}
#navigation .navigation_items {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100vh;
  text-align: center;
  top: 0;
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 20px;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
#navigation .navigation_items ul {
  list-style-type: none;
  position: relative;
  top: 30%;
}
#navigation .navigation_items ul .blog-nav {
  margin-top: 20px;
}
#navigation .navigation_items ul li {
  cursor: pointer;
  font-size: 24px;
  transition: 0.5s;
}
#navigation .navigation_items ul li:hover {
  color: #34BFDA;
  text-decoration: none;
}
#navigation .navigation_items ul li a {
  text-decoration: none;
  font-size: 24px;
  transition: 0.5s;
}
#navigation .navigation_items ul li a:hover {
  color: #34BFDA;
  text-decoration: none;
}
#navigation .navigation_items.show {
  opacity: 1;
  pointer-events: all;
}
#navigation .hamburger {
  position: absolute;
  width: 14%;
  height: 50%;
  z-index: 10;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5%;
  pointer-events: all;
}
#navigation .hamburger .hamburger_line {
  position: relative;
  width: 100%;
  height: 15%;
  background-color: #fff;
  transition: 0.5s;
  pointer-events: none;
}
#navigation .hamburger .hamburger_line.hamburger_line1 {
  transform-origin: left top;
}
#navigation .hamburger .hamburger_line.hamburger_line1.animate {
  transform: rotate(45deg);
  background-color: #34BFDA;
}
#navigation .hamburger .hamburger_line.hamburger_line3 {
  transform-origin: left bottom;
}
#navigation .hamburger .hamburger_line.hamburger_line3.animate {
  transform: rotate(-45deg);
  background-color: #34BFDA;
}
#navigation .hamburger .hide_line {
  opacity: 0;
}

@media (min-width: 768px) {
  #navigation .navigation_items {
    font-size: 36px;
  }
  #navigation .navigation_items ul li {
    font-size: 36px;
  }
  #navigation .navigation_items ul li a {
    font-size: 36px;
  }
  #navigation .hamburger {
    width: 85px;
  }
}
@media (min-width: 992px) {
  #navigation .responsive_container {
    justify-content: space-around;
  }
  #navigation .hamburger {
    display: none;
  }
  #navigation .logo {
    margin-left: unset;
  }
  #navigation .navigation_items {
    background-color: transparent;
    opacity: 1;
    color: #fff;
    position: relative;
    pointer-events: all;
    height: 100%;
    width: 50%;
    box-sizing: content-box;
  }
  #navigation .navigation_items ul {
    margin: 0;
    padding: unset;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  #navigation .navigation_items ul li {
    margin: 0 2%;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
  }
  #navigation .navigation_items ul li a {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
  }
  #navigation .navigation_items ul .blog-nav {
    position: relative;
    right: unset;
    margin: 0 2%;
    top: 50%;
    transform: unset;
  }
}
@media (min-width: 1200px) {
  #navigation .responsive_container {
    justify-content: space-between;
    width: 85%;
  }
  #navigation .navigation_items {
    width: 40%;
  }
}