header {
  height: 170px;
  background-color: white;
  color: rgb(106, 103, 103);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .header-content {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-content .logo {
  width: 120px;
  height: 120px;
  margin-right: 10px;
  flex-shrink: 0;
}
header .header-content .logo img {
  max-width: 100%;
  max-height: 100%;
}
header .header-content .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-content .menu ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  gap: 40px;
}
header .header-content .menu ul li {
  margin-bottom: 10px;
}
header .header-content .menu ul li a {
  text-decoration: none;
  color: #777;
  font-size: 20px;
  font-weight: 700;
}
header .header-content .menu ul li a.active {
  color: #3848c6;
}

footer {
  height: 300px;
  width: 100%;
  margin-top: 100px;
}
footer .footer-upper-part {
  height: 75%;
  background-color: #222;
  display: flex;
  justify-content: center;
}
footer .footer-upper-part .footer-menu, footer .footer-upper-part .footer-contacts {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
footer .footer-upper-part .footer-menu h6, footer .footer-upper-part .footer-contacts h6 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
footer .footer-upper-part .footer-menu p, footer .footer-upper-part .footer-contacts p {
  color: #BBB;
  font-size: 19px;
  font-weight: 400;
}
footer .footer-upper-part .footer-menu ul {
  list-style: none;
}
footer .footer-upper-part .footer-menu ul a {
  text-decoration: none;
  color: #BBB;
  font-size: 19px;
  font-weight: 400;
  line-height: 40px;
}
footer .footer-upper-part .footer-contacts {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer-upper-part .footer-contacts p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
footer .footer-upper-part .footer-contacts img {
  max-width: 100%;
  max-height: 100%;
}
footer .footer-lower-part {
  height: 25%;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-lower-part p {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "ui-sans-serif", system-ui, sans-serif;
}
body .stripe {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 0px;
}
body .page-width {
  width: 960px;
  margin: 0 auto;
  height: 100%;
}
body .page-width .graphic-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body .page-width .graphic-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
body .page-width .logoOnPage {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
body .page-width .logoOnPage img {
  height: 120px;
  width: 94px;
}
body .page-width h1 {
  text-align: center;
  color: #3848c6;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 70px;
  margin-top: 70px;
  -webkit-text-stroke: 1.5px black;
}
body .page-width h2 {
  text-align: center;
  font-weight: 700;
  color: #3848c6;
  font-size: 42px;
  font-style: italic;
  margin-bottom: 90px;
  margin-top: 50px;
}
body .page-width h3 {
  text-align: center;
  color: #444;
  font-size: 32px;
}
body .page-width .container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
body .page-width .container .item {
  position: relative;
  width: 250px;
  height: 300px;
  margin: 5px;
  border: 1px solid #AAA;
}
body .page-width .container .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .page-width .container .item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #370384;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin: 0;
  width: 100%;
}
body .page-width .stripe1 {
  background-color: #AAA;
  height: 1px;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
}
body .page-width .text p {
  color: #777;
  font-size: 17px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  text-align: justify;
}
body .page-width .text .newLine {
  margin-bottom: 15px;
}
body .page-width .stripe2 {
  background-color: #AAA;
  height: 1px;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
}
body .page-width h5 {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
body .page-width .container-about-us {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .page-width .container-about-us .jana, body .page-width .container-about-us .radek {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #AAA;
}
body .page-width .container-about-us .jana .photo-jana, body .page-width .container-about-us .jana .photo-radek, body .page-width .container-about-us .radek .photo-jana, body .page-width .container-about-us .radek .photo-radek {
  width: 25%;
  position: relative;
}
body .page-width .container-about-us .jana .photo-jana img, body .page-width .container-about-us .jana .photo-radek img, body .page-width .container-about-us .radek .photo-jana img, body .page-width .container-about-us .radek .photo-radek img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .page-width .container-about-us .jana .info-jana, body .page-width .container-about-us .jana .info-radek, body .page-width .container-about-us .radek .info-jana, body .page-width .container-about-us .radek .info-radek {
  width: 75%;
}
body .page-width .container-about-us .jana .info-inner, body .page-width .container-about-us .radek .info-inner {
  width: 90%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-top: 5%;
}
body .page-width .container-about-us .jana .info-inner p, body .page-width .container-about-us .radek .info-inner p {
  color: #777;
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}
body .page-width .container-about-us .jana {
  margin-bottom: 40px;
}
body .page-width h6 {
  margin-top: 20px;
  color: #444;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
body main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

@media (max-width: 768px) {
  header {
    height: auto;
    flex-direction: column;
    padding: 10px 0;
  }
  header .header-content {
    width: 100%;
    flex-direction: column;
    padding: 0 10px;
    text-align: center;
  }
  header .header-content .menu ul {
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
  }
  body .page-width {
    width: 100%;
    padding: 0 10px;
  }
  body .page-width .container {
    flex-direction: column;
    align-items: center;
  }
  body .page-width .container .item {
    width: 90%;
    height: auto;
  }
  body .page-width .container-about-us .jana,
  body .page-width .container-about-us .radek {
    flex-direction: column;
    height: auto;
  }
  body .page-width .container-about-us .jana .photo-jana,
  body .page-width .container-about-us .jana .photo-radek,
  body .page-width .container-about-us .radek .photo-jana,
  body .page-width .container-about-us .radek .photo-radek {
    width: 100%;
    height: 200px;
  }
  body .page-width .container-about-us .jana .info-jana,
  body .page-width .container-about-us .jana .info-radek,
  body .page-width .container-about-us .radek .info-jana,
  body .page-width .container-about-us .radek .info-radek {
    width: 100%;
  }
  footer {
    height: auto;
  }
  footer .footer-upper-part {
    flex-direction: column;
    padding: 20px 0;
  }
  footer .footer-upper-part .footer-menu,
  footer .footer-upper-part .footer-contacts {
    width: 90%;
    padding-bottom: 20px;
  }
  footer .footer-lower-part {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  header .header-content .logo {
    margin-bottom: 10px;
  }
}

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