@import url("https://fonts.googleapis.com/css?family=Roboto:400");
@import url("https://fonts.googleapis.com/css?family=Dosis:400,700");
* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Dosis";
  font-size: 17px;
  color: #111;
  font-size: 16px;
}
body header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px;
}
body header a {
  text-decoration: none;
  color: inherit;
}
body header a #logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.15rem;
  text-transform: uppercase;
  font-family: "Roboto";
}
body header a #logo img {
  height: 70px;
  width: 70px;
}
body header a #logo div {
  padding: 0 10px;
  font-weight: 400;
}
body header a #logo div h1 {
  font-size: 1.65rem;
  font-weight: 400;
}
body header a #logo div span {
  display: block;
  width: 100%;
  font-size: 1.05rem;
  padding-top: 4px;
}
body header nav {
  display: flex;
  flex-direction: row;
  min-width: 400px;
  font-size: 1.25rem;
}
body header nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  width: 100%;
}
body header nav ul li {
  display: flex;
  flex: 0.5;
  width: 100%;
  justify-content: center;
  align-items: center;
}
body header nav ul li a {
  color: inherit;
  text-decoration: none;
}
body header nav ul li a:hover,
body header nav ul li a:visited {
  color: inherit;
  text-decoration: none;
}
body header nav ul li .telephone {
  margin-left: 5px;
  color: #8dd8f8;
  text-decoration: underline;
  font-size: 1.35rem;
}
body header nav ul li .telephone:hover,
body header nav ul li .telephone:visited {
  color: #8dd8f8;
  text-decoration: underline;
}
body #smiled {
  display: flex;
  flex-direction: row;
}
body #smiled #bannerText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: white;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url("/resources/images/tlo.JPG");
  min-height: 600px;
  max-height: 1080px;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
}
body #smiled #bannerText div {
  display: block;
}
body h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
  padding: 50px 0;
}
body #specs {
  display: flex;
  flex-direction: row;
  padding: 50px 0;
}
body #specs .spec {
  display: flex;
  flex: 0.25;
  flex-direction: column;
  text-align: center;
}
body #specs .spec img {
  max-width: 20%;
  margin: auto;
}
body #specs .spec span {
  padding: 15px 0;
}
body #offer {
  display: flex;
  flex-direction: row;
}
body #offer .img {
  display: flex;
  flex: 0.5;
  align-items: center;
  justify-content: center;
}
body #offer .img img {
  max-width: 300px;
  max-height: 300px;
}
body #offer .list {
  display: flex;
  flex: 0.5;
  align-items: center;
  justify-content: center;
}
body #offer .list ul {
  list-style-type: none;
}
body #maps {
  width: 100%;
}
body #maps iframe {
  width: 100%;
}
body footer {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
}
body footer span {
  font-size: 1.4rem;
  display: block;
}
body footer .telephone {
  font-size: 1.4rem;
  color: #8dd8f8;
  text-decoration: underline;
}
body footer .telephone:hover,
body footer .telephone:visited {
  color: #8dd8f8;
  text-decoration: underline;
}
body footer #credits {
  font-size: 0.9rem;
  padding-top: 20px;
  text-decoration: none;
  color: #999;
}
body footer #credits span {
  display: inline;
  font-size: inherit;
}
body footer #credits a {
  color: #999;
}
body #uslugi {
  margin: auto;
  background: linear-gradient(rgba(150, 150, 150, 0.6), rgba(150, 150, 150, 0.6)), url(/resources/images/gabinet.jpg);
  background-size: cover;
  background-position: center;
}
body #uslugi .inline {
  display: flex;
  flex-direction: row;
}
body #uslugi .inline .partImg {
  flex: 0.5;
  display: flex;
}
body #uslugi .inline .partImg img {
  height: 100%;
  width: 100%;
}
body #uslugi .inline .partText {
  flex: 0.5;
  display: flex;
  padding: 60px 0;
  flex-direction: column;
  text-align: center;
  background: linear-gradient(rgba(30, 30, 30, 0.4), rgba(30, 30, 30, 0.6));
  color: #fff;
}
body #uslugi .inline .partText ul {
  list-style-type: none;
}
body #uslugi .details {
  padding: 15px 0;
}
@media screen and (max-width: 750px) {
  body header {
    flex-direction: column;
  }
  body header a {
    padding: 5px 0;
  }
  body header nav {
    min-width: unset;
    padding: 10px 0;
    border-top: 1px solid;
  }
  body #offer .img img {
    max-height: 120px;
    max-width: 120px;
  }
}
