* {
  box-sizing: border-box;
}
body {
  font-size: 0.875rem;
  margin: 0;
  color: #212121;
}
.root {
  width: 100%;
  min-height: 512px;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}
.header {
  width: 100%;
  height: 56px;
  background: rgba(23, 28, 35, 1);
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}
.rbp_web {
  width: 100px;
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat;
  font-weight: Regular;
  text-decoration: none;
  padding-left: 12px;
  padding-top: 4px;
  font-size: 12px;
  opacity: 1;
  text-align: left;
}
.rbp_web:hover {
  color: rgb(0, 163, 224);
}
.questionMark {
  width: 100px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  font-size: 12px;
  padding-right: 12px;
  opacity: 1;
  text-align: right;
}
.odstavka {
  width: 100%;
  text-align: center;
  color: #202833;
  font-family: Montserrat;
  font-weight: Bold;
  font-size: 1.625rem;
  opacity: 1;
  margin: 32px 0;
}
.udrzba {
  width: 100%;
  max-width: 740px;

  font-size: 1.125rem;
  line-height: 1.5625rem;

  text-align: center;
  margin-bottom: 16px;
}
.nalehavy_pripad {
  width: 100%;
  max-width: 740px;
  font-family: Montserrat;

  font-weight: Regular;
  font-size: 1.125rem;
  line-height: 1.5625rem;

  text-align: center;
}
.footer {
  background: rgba(196, 196, 196, 1);
  opacity: 1;
  overflow: hidden;
}
.content {
  font-family: Montserrat;

  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 16px;
}
.logo_img {
  height: 28px;
}
.smile_img {
  height: 100px;
  margin: 16px 0 0 0;
}
.mailto {
  color: rgb(0, 163, 224);
  text-decoration: none;
}
