body {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  background: repeating-linear-gradient(to bottom, transparent, transparent 10px, #ecebeb 10px, #ecebeb 11px), repeating-linear-gradient(to right, transparent, transparent 10px, #ecebeb 10px, #ecebeb 11px);
  background-clip: padding-box;
}
header {
  margin-bottom: 20px;
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  header {
    width: 94%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
[data-w="titt"] {
  text-align: center;
  font-family: "Times New Roman";
  margin-bottom: 10px;
}
[data-w="titt"] h1 {
  margin-bottom: 5px;
  margin-top: 0;
}
[data-w="titt"] [data-e="head"] {
  position: relative;
  font-size: 65px;
  text-shadow: 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white;
}
[data-w="titt"] [data-e="over"] {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 15px;
  background-color: white;
}
[data-w="titt"] [data-e="subj"] {
  margin-top: -8px;
  display: inline-block;
  font-size: 35px;
  text-shadow: 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white;
}
[data-w="titt"] [data-e="cost"] {
  display: inline-block;
  font-size: 20px;
  background-color: white;
}
[data-w="logo"] {
  text-align: center;
}
@media (min-width: 900px) {
  [data-w="logo"] {
    position: absolute;
    top: 20px;
    left: -30px;
  }
}
@media (max-width: 900px) {
  [data-w="logo"] {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
[data-w="logo"] img {
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #4f8583;
}
@media (min-width: 900px) {
  [data-w="logo"] img {
    width: 100px;
  }
}
@media (max-width: 900px) {
  [data-w="logo"] img {
    width: 250px;
  }
}
[data-w="logo"] [data-e="name"] {
  font-size: 14px;
  background-color: white;
}
[data-w="conn"] {
  text-align: center;
  margin-bottom: 15px;
  text-shadow: 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 25px white;
}
[data-w="conn"] [data-e="bock"] {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
[data-w="conn"] [data-e="bock"] span {
  font-size: 14px;
  font-style: italic;
  background-color: white;
}
[data-w="conn"] [data-e="bock"] a {
  font-size: 16px;
  color: #1568c7;
  background-color: white;
  text-decoration: none;
}
[data-w="conn"] [data-e="bock"] a:hover,
[data-w="conn"] [data-e="bock"] a:focus {
  text-decoration: underline;
}
[data-w="menu"] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  [data-w="menu"] {
    margin-left: 3%;
    margin-right: 3%;
    justify-content: space-between;
  }
}
[data-w="menu"] a {
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #c6d6ff;
  background-color: #f6fbff;
  color: #3427ff;
  text-decoration: none;
}
@media (min-width: 600px) {
  [data-w="menu"] a {
    padding: 10px 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 600px) {
  [data-w="menu"] a {
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
  }
}
[data-w="menu"] a:hover,
[data-w="menu"] a:focus,
[data-w="menu"] a[data-mActe="T"] {
  background-color: #edf7fe;
  border: 1px solid #aec3f7;
}
[data-w="menu"] a [data-e="nott"] {
  display: block;
  font-size: 12px;
}
main {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 35px;
  margin-bottom: 35px;
  background-color: white;
}
@media (min-width: 900px) {
  main {
    width: 600px;
  }
}
@media (max-width: 900px) {
  main {
    width: 94%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
main a {
  color: #276C91;
  text-decoration: none;
}
main a:hover,
main a:focus {
  text-decoration: underline;
}
[data-w="tabb"] {
  text-align: justify;
  margin-bottom: 20px;
}
[data-w="tabb"] h2 {
  text-align: center;
  font-family: "Times New Roman";
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 7px;
}
[data-w="tabb"] p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: "Times New Roman";
  font-size: 18px;
  line-height: 1.3;
}
[data-w="tabb"] ul {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-family: "Times New Roman";
  font-size: 16px;
  line-height: 1.3;
}
[data-w="tabb"] ul li {
  margin-bottom: 5px;
}
[data-w="tabb"][data-mActe="F"] {
  display: none;
}
[data-w="ruct/foot"] {
  text-align: center;
  font-size: 15px;
  font-family: "Times New Roman";
  margin-bottom: 50px;
}
