@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:betore, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  widows: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-trxt-size-adjust: 100%; }

input, button, textarea {
  display: yes; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }

li {
  list-style-type: none; }

body {
  background-image: url(../img/потолок.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 100%; }
  @media (max-width: 1005px) {
    body {
      background-size: auto 2000px; } }
  @media (max-width: 671px) {
    body {
      background-size: auto 3100px; } }
  body a {
    color: inherit; }

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.header {
  max-width: 100%;
  padding: 10px 0;
  background-color: #e8e8e8; }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header__logo {
    padding: 0 5px 5px 5px; }
    .header__logo img {
      width: 200px;
      height: 70px; }
  .header a :hover {
    border-radius: 10px;
    background-color: #fff; }
    .header a :hover p {
      color: #ea2774; }
  .header__back {
    margin: 5px 5px;
    border-radius: 10px;
    background-color: #ea2774;
    width: 200px;
    height: 50px; }
    .header__back p {
      color: #ffff;
      text-align: center;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 500;
      padding: 16px 0 0 0; }
  .header__call-master {
    margin: 5px 5px 5px 5px;
    border-radius: 10px;
    background-color: #ea2774;
    width: 200px;
    height: 50px; }
    @media (max-width: 420px) {
      .header__call-master {
        margin: 0px 5px 5px 5px; } }
    .header__call-master p {
      color: #ffff;
      text-align: center;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 500;
      padding: 17px 0 0 0; }
  .header__manager {
    margin: 0 5px;
    border-radius: 10px;
    background-color: #ea2774;
    width: 200px;
    height: 50px; }
    .header__manager p {
      color: #ffff;
      text-align: center;
      font-size: 15.5px;
      text-transform: uppercase;
      font-weight: 500;
      padding: 17px 0 0 0; }

.time__text {
  padding: 100px 0 0 0; }
  .time__text p {
    padding: 15px 15px;
    -webkit-box-shadow: 0 0 10px 5px #fff;
    box-shadow: 0 0 10px 5px #fff;
    background-color: #ffffff9d;
    letter-spacing: 1px;
    max-width: 800px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 30px; }

footer {
  background-color: #686868;
  height: 55px; }

.footer {
  color: #ffffff;
  font-weight: 400;
  padding: 15px 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .footer .tel {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .footer .date {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
