@charset "UTF-8";
html {
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}

body {
  display: grid;
  min-height: 100vh;
  background-color: #eef3fb;
  margin: 0;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto 1fr auto auto;
  grid-template-areas: "header" "rowMenu" "breadcrumb" "main" "aside" "footer";
}

.site__header--wrap {
  grid-area: header;
}

.site__verticalMenu--wrap {
  grid-area: verticalMenu;
}

.headerMenu--wrap {
  grid-area: rowMenu;
}

.breadcrumb--wrap {
  grid-area: breadcrumb;
}

.siteMain--wrap {
  grid-area: main;
}

.rightSite__aside--wrap {
  grid-area: aside;
}

.site__footer--wrap {
  grid-area: footer;
}

.sidebar {
  background-color: #fff;
  min-height: 100vh;
  min-height: 100vh;
  max-width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 1000;
}

.sideMenu--wrap::-webkit-scrollbar {
  display: none;
}

.sideMenu--wrap {
  overflow-y: scroll;
  max-height: 100vh;
}

/* SIDEBAR HIDDEN STATE */
.sidebar[aria-hidden=true] {
  transition: 200ms;
  transform: translateX(-100%);
}

/* SIDEBAR VISIBLE STATE */
.sidebar:not([aria-hidden]),
.sidebar[aria-hidden=false] {
  transition: 200ms;
  transform: translateX(0);
}

.siteMain--wrap {
  margin: 0 5px;
}

.breadcrumb--wrap {
  background-color: #eef3fb;
  margin: 0 5px;
}

.breadcrumb__ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
}

.breadcrumb__li {
  display: inline-block;
  padding-right: 0.4em;
}
.breadcrumb__li + li:before {
  color: #bdbdbd;
  content: "/ ";
}
.breadcrumb__li:last-child {
  padding-right: 0;
}
.breadcrumb__li:last-child a {
  color: #9e9e9e;
}
.breadcrumb__li:last-child a:hover {
  color: #9e9e9e;
}

.breadcrumb__link {
  text-decoration: none;
  color: #b0b3c4;
  line-height: 15px;
  font-size: 0.8em;
}
.breadcrumb__link:hover {
  color: #9e9e9e;
  text-decoration: underline;
}

.siteMain__bgc {
  background-color: transparent !important;
}

.siteMain--wrap {
  background-color: #fff;
}

@media (min-width: 900px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    min-width: auto !important;
    max-width: 100%;
    overflow-y: scroll;
  }
  .sidebar {
    display: block;
    position: relative;
  }
  .sidebar[aria-hidden=true] {
    transition: none;
    transform: none;
  }
  .butHidenMenu {
    display: none;
  }
  body {
    display: grid;
    grid-template-columns: 24% 40% 18% 18%;
    grid-template-rows: auto auto auto 2fr 2fr auto;
    grid-template-areas: "verticalMenu header header header" "verticalMenu rowMenu rowMenu rowMenu" "verticalMenu breadcrumb breadcrumb breadcrumb" "verticalMenu main main aside" "verticalMenu main main aside" "verticalMenu footer footer footer";
  }
  .siteMain--wrap {
    margin: 0 5px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 17px;
  }
  body {
    display: grid;
    grid-template-columns: 24% 719px minmax(10%, auto);
    grid-template-rows: auto auto auto 2fr 2fr auto;
    grid-template-areas: "verticalMenu header header" "verticalMenu rowMenu rowMenu" "verticalMenu breadcrumb breadcrumb" "verticalMenu main aside" "verticalMenu main aside" "verticalMenu footer footer";
  }
}
@media (min-width: 1800px) {
  body {
    display: grid;
    grid-template-columns: 24% 850px minmax(10%, auto);
  }
}
.siteSearch {
  grid-area: siteSearch;
}

.butHidenMenu {
  grid-area: butHidenMenu;
  background: transparent;
  border: none;
}

.topHeader {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "siteSearch butHidenMenu";
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 5px;
}

.headerMenu {
  list-style-type: none;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  margin: 0;
  gap: 5px;
  margin-left: 5px;
}
/* CSS */
.button-8 {
  background-color: #e1ecf4;
  border-radius: 3px;
  border: 1px solid #7aa7c7;
  box-shadow: rgba(255, 255, 255, 0.7) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #39739d;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px 0.8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.button-8:hover,
.button-8:focus {
  background-color: #b3d3ea;
  color: #2c5777;
}

.button-8:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, 0.15);
}

.button-8:active {
  background-color: #a0c7e4;
  box-shadow: none;
  color: #2c5777;
}

.rightSite__aside--wrap {
  margin: 5px;
}
.rightSite__aside--wrap ul {
  color: #4070a0;
  font-weight: normal;
  line-height: 1.3em;
  font-size: 0.85em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rightSite__aside--wrap ul li:first-child p {
  margin: 0;
}
.rightSite__aside--wrap ul a {
  display: block;
  margin-top: 5px;
  color: #43a047;
  text-decoration: none;
}
.rightSite__aside--wrap .notePost {
  color: #4d6a6d;
}

.rightSite__notePost li {
  break-inside: avoid;
  page-break-inside: avoid;
  margin: 5px 0;
  background-color: #fafafa;
  border-radius: 3px;
  padding: 10px;
}
.rightSite__notePost li:first-child {
  margin: 0;
}
.rightSite__notePost li p {
  margin: 0;
}
.rightSite__notePost li p a {
  display: inline;
}
.rightSite__notePost li ul {
  font-size: 1em !important;
  padding-left: 10px;
  margin-top: 5px;
}
.rightSite__notePost li ul li {
  padding: 0;
  margin: 3px 0 3px 0;
}

@media (min-width: 900px) {
  .rightSite__aside--wrap {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 17px;
  }
  .rightSite__aside--wrap {
    margin-left: 0;
  }
  .rightSite__notePost {
    column-gap: 5px;
  }
  .rightSite__notePost li {
    break-inside: avoid;
    page-break-inside: avoid;
    margin: 5px 0;
    background-color: #fafafa;
    border-radius: 3px;
    padding: 10px;
  }
  .rightSite__notePost li:first-child {
    margin: 0;
  }
  .rightSite__notePost li p {
    margin: 0;
  }
}
@media (min-width: 1800px) {
  .rightSite__notePost {
    column-count: 2;
  }
}
.site__verticalMenu--wrap {
  overflow: auto;
}

.iAm {
  float: none;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.authorAvatar--wrap {
  border: 10px solid #39739d;
  height: 185px;
  width: 185px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #39739d;
}

.sideMenuAuthorAvatar {
  float: none;
  text-align: center;
  border: 5px solid #2c5777;
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}

.iAmInfo {
  margin-top: 15px;
}
.iAmInfo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.iAmInfo-span {
  background-color: #0bceaf;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
}

.myNameInfo {
  color: #247372;
  margin: 15px 0 0 0;
}

.myNameStatus {
  margin: 0 0 0 0;
  color: #333;
}

.themeNav,
.noteNav,
.subThemeNav {
  padding: 0 10px;
}
.themeNav ul,
.noteNav ul,
.subThemeNav ul {
  list-style: decimal;
  padding-left: 30px;
  margin-bottom: 0;
}
.themeNav ul li,
.noteNav ul li,
.subThemeNav ul li {
  margin: 5px 0;
}
.themeNav ul li ul a,
.noteNav ul li ul a,
.subThemeNav ul li ul a {
  font-weight: normal;
}
.themeNav h4,
.noteNav h3,
.subThemeNav h3 {
  color: #285473;
  margin: 20px 0 10px 3px;
}
.themeNav a,
.noteNav a,
.subThemeNav a {
  text-decoration: none;
  color: #285473;
  font-weight: normal;
}
.themeNav a:hover,
.noteNav a:hover,
.subThemeNav a:hover {
  text-decoration: underline;
}

.noteNav ul {
  list-style: circle !important;
}
.noteNav ul a {
  font-weight: normal;
}

.subThemeNav {
  padding: 0 10px 0 50px;
}

.iAmInfoContacts {
  margin-top: 10px;
  margin-bottom: 10px;
}

.location svg {
  margin-bottom: -2px;
}

.contactTelegram {
  text-decoration: none;
  color: #3390ec;
}
.contactTelegram svg {
  margin-bottom: -5px;
}

.contactEmail {
  text-decoration: none;
  color: rgba(0, 164, 220, 0.8);
}
.contactEmail svg {
  margin-bottom: -3px;
}

.paginateArticle {
  background-color: #fff;
  padding: 2px 5px 5px 10px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.paginateArticle a {
  text-decoration: none;
}
.paginateArticle a:hover {
  text-decoration: underline;
  text-decoration-color: #285473;
}
.paginateArticle h2 {
  margin: 0;
  color: #285473;
  font-size: 1em;
}

.highlight .hll {
  background-color: #ffffcc;
}

.highlight .c {
  color: #60a0b0;
  font-style: italic;
} /* Comment */
.highlight .err {
  border: 1px solid #ff0000;
} /* Error */
.highlight .k {
  color: #007020;
  font-weight: bold;
} /* Keyword */
.highlight .o {
  color: #666666;
} /* Operator */
.highlight .ch {
  color: #60a0b0;
  font-style: italic;
} /* Comment.Hashbang */
.highlight .cm {
  color: #60a0b0;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #007020;
} /* Comment.Preproc */
.highlight .cpf {
  color: #60a0b0;
  font-style: italic;
} /* Comment.PreprocFile */
.highlight .c1 {
  color: #60a0b0;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #60a0b0;
  background-color: #fff0f0;
} /* Comment.Special */
.highlight .gd {
  color: #a00000;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #ff0000;
} /* Generic.Error */
.highlight .gh {
  color: #000080;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #00a000;
} /* Generic.Inserted */
.highlight .go {
  color: #888888;
} /* Generic.Output */
.highlight .gp {
  color: #c65d09;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #800080;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
  color: #0044dd;
} /* Generic.Traceback */
.highlight .kc {
  color: #007020;
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  color: #007020;
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  color: #007020;
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  color: #007020;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #007020;
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #902000;
} /* Keyword.Type */
.highlight .m {
  color: #40a070;
} /* Literal.Number */
.highlight .s {
  color: #4070a0;
} /* Literal.String */
.highlight .na {
  color: #4070a0;
} /* Name.Attribute */
.highlight .nb {
  color: #007020;
} /* Name.Builtin */
.highlight .nc {
  color: #0e84b5;
  font-weight: bold;
} /* Name.Class */
.highlight .no {
  color: #60add5;
} /* Name.Constant */
.highlight .nd {
  color: #555555;
  font-weight: bold;
} /* Name.Decorator */
.highlight .ni {
  color: #d55537;
  font-weight: bold;
} /* Name.Entity */
.highlight .ne {
  color: #007020;
} /* Name.Exception */
.highlight .nf {
  color: #06287e;
} /* Name.Function */
.highlight .nl {
  color: #002070;
  font-weight: bold;
} /* Name.Label */
.highlight .nn {
  color: #0e84b5;
  font-weight: bold;
} /* Name.Namespace */
.highlight .nt {
  color: #062873;
  font-weight: bold;
} /* Name.Tag */
.highlight .nv {
  color: #bb60d5;
} /* Name.Variable */
.highlight .ow {
  color: #007020;
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mb {
  color: #40a070;
} /* Literal.Number.Bin */
.highlight .mf {
  color: #40a070;
} /* Literal.Number.Float */
.highlight .mh {
  color: #40a070;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #40a070;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #40a070;
} /* Literal.Number.Oct */
.highlight .sa {
  color: #4070a0;
} /* Literal.String.Affix */
.highlight .sb {
  color: #4070a0;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #4070a0;
} /* Literal.String.Char */
.highlight .dl {
  color: #4070a0;
} /* Literal.String.Delimiter */
.highlight .sd {
  color: #4070a0;
  font-style: italic;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #4070a0;
} /* Literal.String.Double */
.highlight .se {
  color: #4070a0;
  font-weight: bold;
} /* Literal.String.Escape */
.highlight .sh {
  color: #4070a0;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #70a0d0;
  font-style: italic;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #c65d09;
} /* Literal.String.Other */
.highlight .sr {
  color: #235388;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #4070a0;
} /* Literal.String.Single */
.highlight .ss {
  color: #517918;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #007020;
} /* Name.Builtin.Pseudo */
.highlight .fm {
  color: #06287e;
} /* Name.Function.Magic */
.highlight .vc {
  color: #bb60d5;
} /* Name.Variable.Class */
.highlight .vg {
  color: #bb60d5;
} /* Name.Variable.Global */
.highlight .vi {
  color: #bb60d5;
} /* Name.Variable.Instance */
.highlight .vm {
  color: #bb60d5;
} /* Name.Variable.Magic */
.highlight .il {
  color: #40a070;
} /* Literal.Number.Integer.Long */
.postArticle {
  padding: 20px 10px 0 10px;
}
.postArticle h1,
.postArticle h2,
.postArticle h3,
.postArticle h4,
.postArticle h5 {
  color: #285473;
  margin: 0;
}
.postArticle h1 {
  font-size: calc(1.5em + 4px);
  line-height: 33px;
}
.postArticle p:nth-child(2) {
  margin-left: -10px;
  padding-left: 10px;
  font-size: calc(1em + 1px);
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #fae042;
  color: #414141;
  line-height: 26px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.postArticle strong em {
  border-bottom: 2px solid #d50000 !important;
  font-size: 1em !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.postArticle strong {
  border-bottom: 2px solid #1976d2;
}
.postArticle em {
  font-size: calc(1em + 2px);
  border-bottom: 2px solid #2ecc71;
  color: #000;
  font-family: serif;
}
.postArticle p {
  font-size: 1em;
  color: #414141;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  line-height: 26px;
}
.postArticle p .highlighter-rouge {
  background-color: rgba(232, 214, 131, 0.2);
}
.postArticle .highlighter-rouge > .highlight {
  width: calc(100% + 20px);
  margin-left: -10px;
  background-color: rgba(232, 214, 131, 0.2);
}
.postArticle .highlight pre {
  overflow: auto;
  padding: 10px 0 10px 10px;
}
.postArticle .highlighter-rouge {
  background-color: transparent;
}
.postArticle a {
  color: #43a047;
  text-decoration: none;
}
.postArticle a:hover {
  text-decoration: underline;
}
.postArticle p img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.postArticle blockquote {
  width: calc(100% - 52px);
  display: block;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  margin-left: -10px;
  position: relative;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #43a047;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #43a047;
  background-color: rgba(165, 214, 167, 0.2);
}
.postArticle blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1.1em;
  line-height: 1.3em;
  color: #555;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.13);
}
.postArticle blockquote::before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #43a047;
  position: absolute;
  left: 10px;
  top: 5px;
}
.postArticle blockquote::after {
  content: "";
}
.postArticle details {
  margin-top: 1em;
  margin-bottom: 1em;
}
.postArticle details summary:focus {
  outline: none;
}
.postArticle ul,
.postArticle ol {
  padding: 0 20px;
}
.postArticle ul li,
.postArticle ol li {
  font-size: 1em;
  color: #414141;
  line-height: 26px;
  color: #444;
}
.postArticle table {
  overflow: auto;
  max-height: 250px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: monospace;
  font-size: 0.9em;
  border-collapse: collapse;
  white-space: nowrap;
}
.postArticle th {
  color: #d5dde5;
  background: #1b1e24;
  border-bottom: 4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-weight: 100;
  padding: 24px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.postArticle th:first-child {
  border-top-left-radius: 3px;
}
.postArticle th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}
.postArticle tr {
  border-top: 1px solid #c1c3d1;
  border-bottom-: 1px solid #c1c3d1;
  color: #666b85;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}
.postArticle tr:hover td {
  background: #4e5066;
  color: #ffffff;
  border-top: 1px solid #22262e;
}
.postArticle tr:first-child {
  border-top: none;
}
.postArticle tr:last-child {
  border-bottom: none;
}
.postArticle tr:nth-child(odd) td {
  background: #ebebeb;
}
.postArticle tr:nth-child(odd):hover td {
  background: #4e5066;
}
.postArticle tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.postArticle tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.postArticle td {
  background: #ffffff;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 0.85em;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #c1c3d1;
}
.postArticle td:last-child {
  border-right: 0px;
}
.postArticle th.text-left,
.postArticle td.text-left {
  text-align: left;
}
.postArticle th.text-center,
.postArticle td.text-center {
  text-align: center;
}
.postArticle th.text-right,
.postArticle td.text-right {
  text-align: right;
}
.postArticle thead {
  background: #252f48;
  text-align: left;
}
.postArticle thead tr th {
  padding: 10px 10px;
}
.postArticle thead tr th:first-child {
  padding-left: 20px;
}
.postArticle tbody tr td {
  padding: 10px 10px;
}
.postArticle tbody tr td:first-child {
  padding-left: 20px;
}
.postArticle hr {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.postArticle dl dt {
  font-size: calc(1em + 2px);
  font-weight: bold;
  color: #637695;
}

.site__footer--wrap {
  background-color: #263554;
}

@media (min-width: 1200px) {
  html {
    font-size: 17px;
  }
}
.input {
  border: 2px solid transparent;
  width: 20em;
  height: 3em;
  padding-left: 0.8em;
  outline: none;
  overflow: hidden;
  background-color: white;
  border-radius: 10px;
  transition: all 0.5s;
  touch-action: none;
}

.input:hover,
.input:focus {
  border: 2px solid #4a9dec;
  box-shadow: 0px 0px 0px 7px rgba(74, 157, 236, 0.2);
  background-color: white;
}

.searchResult--wrap {
  display: block;
}

.searchResult {
  background-color: #fafafa;
  display: block;
  border-radius: 3px;
  padding: 10px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: rgba(40, 84, 115, 0.9);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.searchResult h3 {
  margin: 0;
  line-height: 26px;
}
.searchResult h3 a {
  color: rgba(40, 84, 115, 0.9);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.searchResult h3 a:hover {
  text-decoration: underline;
}
.searchResult p {
  line-height: 26px;
  margin-top: 5px;
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .searchResult--wrap {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  .searchResult {
    display: inline-block;
    max-width: 30%;
    min-height: 160px;
    vertical-align: top;
  }
  .searchResult h3 {
    font-size: 20px;
    white-space: normal;
  }
  .searchResult p {
    font-size: 0.7em;
    white-space: normal;
  }
  .searchResult:after {
    content: "";
    clear: both;
    display: block;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 17px;
  }
}