@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neucha";
  src: url(/fonts/Neucha-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lobster";
  src: url(/fonts/Lobster.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PressStart2P";
  src: url(/fonts/PressStart2P.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
thead tr th:first-child,
thead tr td:first-child {
  position: sticky;
  left: 0;
  background-color: #d1e7dd;
}
tbody tr th:first-child,
tbody tr td:first-child {
  position: sticky;
  left: 0;
  background-color: white;
}
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-family: 'Neucha', cursive;
  font-family: 'PressStart2P', cursive;
}
header {
  padding-top: 1rem;
}
header div {
  background-color: #afd9ee;
}
footer {
  font-size: 12px;
  padding: 60px;
  background-color: #eee;
  height: 200px;
  margin: -200px auto 0;
}
footer .row {
  align-items: center;
}
footer div div div {
  text-align: center;
  font-size: 1.5em;
}
footer div div div span {
  font-family: 'Lobster', cursive;
  font-size: 1.8em;
  color: cadetblue;
}
footer div div div a {
  text-decoration: none;
}
footer div div div a :hover {
  text-decoration: none;
}
footer div div div #logo_social {
  margin: 10px;
}
a i,
button i {
  font-size: 3rem;
}
#container {
  min-height: 100%;
}
#logo {
  font-family: 'Lobster', cursive;
  font-size: 200%;
  color: cadetblue;
}
#logo_social a:hover img.base,
a:active img.base {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
  max-width: 0;
  max-height: 0;
}
#logo_social a:hover img.roll,
a:active img.roll {
  width: 48px !important;
  height: 48px !important;
  display: inline-block !important;
  max-width: 48px !important;
  max-height: 48px !important;
}
.nav_menu_content_end {
  justify-content: flex-end;
}
.nav_menu_form {
  flex-flow: row;
}
.nav_menu_button {
  font-size: 2.5rem;
}
.nav_menu_form_search {
  font-size: 2.5em;
  text-align: center;
  height: calc(4.25rem + 2px);
  width: 100% !important;
  min-width: 196px !important;
}
.nav_menu_form_button {
  font-size: 2.5em;
  text-align: center;
  height: calc(4.25rem + 2px);
}
#menuMob {
  margin-bottom: auto;
}
#login {
  padding: 5px 10px 0;
  text-align: center;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -200px;
}
.imageModal {
  width: 100%;
}
.glyphiconLink {
  font-size: 40px;
  padding-bottom: 10px;
}
.thumbnail {
  height: 270px;
  overflow: hidden;
}
.thumbnail img {
  max-height: 120px;
}
.thumbnail p {
  padding: 5px;
}
.caption span {
  color: cadetblue;
}
.btn__login {
  margin: 5px 0;
}
.clr {
  height: 100px;
}
.blog {
  position: relative;
  padding-bottom: 10em;
}
.blog h1 {
  padding-top: 1rem;
  padding-bottom: 50px;
  color: coral;
}
.blog .row .card {
  box-shadow: 0 0 20px;
  margin: 1em;
}
.blog .row .card img {
  width: 100%;
  margin: 1em;
}
.blog .row .card:hover {
  background: coral;
  cursor: pointer;
}
.blog .row .card .card__title {
  margin: 0 auto;
}
.blog .row .card .card__gosnumber {
  margin: 0 auto;
}
.blog .row .card .card__phone {
  margin: 0 auto;
  text-align: center;
}
.blog .row .card .card__phone p {
  font-size: 2.4em;
}
.blog .row .card .card__phone p a {
  text-decoration: none;
}
.blog .row .card .card__phone p a :hover {
  text-decoration: none;
}
/* media */
@media (max-width: 768px) {
  .blog .row .card .card__phone p {
    font-size: 1.8em;
  }
}
/*# sourceMappingURL=style.css.map */