.page{
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(#F0F0F0, #fff);
  height: 90vh;
}
.languages img{
  margin-top: 80px;
  width: 500px;
}
.man1 img{
  width: 200px;
  padding-left: 160px;
}
.strip{
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  width: 100%;
  height: 420px;
  background: #d10201;
  box-shadow: 0 0 40px rgba(0,0,0,.15);
  position: relative;
  padding-top: 50px;
}
.images img{
  width: 150px;
  padding-top: 30px;
}
.texts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}
.text_cz, .text_en, .text_de{
  font-family: 'Open Sans',sans-serif;
  color: #fff;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
}
.text_cz{
  font-size: 1.6rem;
  font-weight: 600;
}
.text_padding{
  padding-top: 30px;
}
.logo {
  position: relative;
  display: flex;
  justify-content: center;
}
.man{
  z-index: 1;
  max-width: 40%;
  position: absolute;
  padding-left: 12%;
  margin-top: 13%;
}
a{
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
