@import "reset.css";
.clearfix::after {
  content: ".";
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

@font-face {
  font-family: "mft";
  src: url("fonts/Comic Sans MS.ttf");
}
html {
  min-width: 320px;
  height: 100%;
}

body {
  margin: 0;
  font-family: sans-serif;
  color: #3a3a3a;
  height: 100%;
}

header, footer, nav {
  padding: 0 calc((100% - 1152px) / 2);
}

@media only all and (max-width: 1218px) {
  header, footer, nav {
    padding: 0 25px;
  }
}
@media only all and (max-width: 630px) {
  header, footer, nav {
    padding: 0 5px;
  }
}
header {
  background: #252323;
  height: 70px;
}
header > figure {
  float: left;
  height: inherit;
  cursor: pointer;
}
header > figure > img {
  height: 70px;
  width: auto;
}
header div.Contacts {
  float: right;
  height: inherit;
  display: flex;
  line-height: 20px;
  font-size: 17px;
}
header div.Contacts > div {
  margin: auto;
}
header div.Contacts > div a {
  color: inherit;
  text-decoration: none;
}
header div.Contacts div.Phones {
  margin-right: 15px;
  color: white;
}
header div.Contacts div.Social a {
  color: white;
}
header div.Contacts div.Social a i {
  margin-right: 5px;
  color: #5181b8;
  font-size: 18px;
}
header div.Contacts div.Social a img {
  margin-right: 5px;
  vertical-align: -3px;
}

nav:not(.Breadcrumbs) {
  height: 70px;
  display: flex;
  font: bold 16px sans-serif;
  background: white;
}
nav:not(.Breadcrumbs) a {
  color: inherit;
  text-decoration: none;
}
nav:not(.Breadcrumbs) a {
  color: #8b8b8b;
  line-height: 70px;
  flex-grow: 1;
  text-align: center;
}
nav:not(.Breadcrumbs) a.active {
  border-bottom: solid #f1c30e 3px;
}
nav:not(.Breadcrumbs) a:hover {
  border-bottom: solid #f1c30e 3px;
  transition-duration: 0.1s;
}
nav:not(.Breadcrumbs) > div.Menu {
  display: none;
}

nav.Breadcrumbs {
  font: 14px sans-serif;
  color: #f1c30e;
  background: #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav.Breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
nav.Breadcrumbs > a:hover {
  text-decoration: underline;
}
nav.Breadcrumbs > i {
  margin-right: 10px;
  margin-left: 10px;
}
nav.Breadcrumbs > span {
  font-weight: bold;
}

main {
  min-height: calc(100% - 250px);
}

footer {
  background: #252323;
  display: flex;
  color: #c1c1c1;
  padding: 15px 0;
  font-size: 14px;
  justify-content: space-between;
  height: 80px;
}
footer > div {
  margin: auto;
}
footer > div a {
  color: inherit;
  text-decoration: none;
}
footer > div.Contacts > p {
  margin: 5px 0;
}
footer > div.Contacts > p i {
  margin-right: 5px;
  color: #f1c30e;
}

@media only all and (max-width: 900px) {
  nav:not(.Breadcrumbs) {
    padding: 0;
  }
}
@media only all and (max-width: 760px) {
  nav:not(.Breadcrumbs) {
    position: absolute;
    top: 70px;
    height: auto;
    z-index: 1;
    background: none;
  }
  nav:not(.Breadcrumbs) > div.Menu {
    width: 80px;
    height: 30px;
    display: block;
    margin-top: 10px;
    box-sizing: border-box;
    color: #252323;
    text-align: center;
  }
  nav:not(.Breadcrumbs) > div.Menu > span {
    font-size: 20px;
  }
  nav:not(.Breadcrumbs) > div.Menu:hover {
    cursor: pointer;
  }
  nav:not(.Breadcrumbs) > a {
    display: none;
  }
  nav.active:not(.Breadcrumbs) {
    display: block;
    border-right: solid 3px #8b8b8b;
    border-bottom: solid 3px #8b8b8b;
    background: white;
  }
  nav.active:not(.Breadcrumbs) > * {
    margin-right: -3px;
  }
  nav.active:not(.Breadcrumbs) > a {
    display: block;
    width: 130px;
    height: 50px;
    line-height: 50px;
  }
  nav.active:not(.Breadcrumbs) a:hover {
    border-bottom: none;
    border-right: solid #f1c30e 3px;
  }
  nav.active:not(.Breadcrumbs) a.active {
    border-bottom: none;
    border-right: solid #f1c30e 3px;
  }
  nav.active:not(.Breadcrumbs) > div.Menu {
    width: 130px;
    border: none;
  }
  nav.Breadcrumbs {
    padding-left: 80px;
  }
  main {
    min-height: calc(100% - 180px);
  }
}
@media only all and (max-width: 660px) {
  header > figure {
    width: auto;
  }
  header > figure > img {
    width: 150px;
  }
}
@media only all and (max-width: 590px) {
  header > figure {
    width: auto;
  }
  header > div.Contacts {
    font-size: 14px;
  }
}
@media only all and (max-width: 480px) {
  header > div.Contacts > div.Social > p > a > span {
    display: none;
  }
}
@media only all and (max-width: 380px) {
  footer > div.Contacts > p > a > span {
    display: none;
  }
  footer > div.Contacts > p:nth-last-of-type(-n + 2) {
    float: left;
  }
}
@media only all and (max-width: 340px) {
  footer {
    flex-direction: column;
  }
  footer > div :first-of-type {
    margin-bottom: 5px;
  }
}
div#signForm {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(139, 139, 139, 0.9);
  display: none;
  min-height: 100%;
  overflow: auto;
  z-index: 2;
}
div#signForm form {
  margin: auto;
  background: white;
  width: 660px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}
div#signForm form input {
  padding: 0 5px;
  outline-color: #f1c30e;
  font-size: 18px;
}
div#signForm form button#closeButton {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  position: absolute;
  outline: none;
  top: 25px;
  right: 25px;
  height: 25px;
  width: 25px;
  background: url("../Images/Svg/Cross.svg") no-repeat;
}
div#signForm form button#closeButton:hover {
  cursor: pointer;
}
div#signForm form * {
  box-sizing: border-box;
}
div#signForm form > * {
  margin-bottom: 35px;
}
div#signForm form > h1 {
  font: bold 25px sans-serif;
}
div#signForm form > fieldset, div#signForm form > h1 {
  min-width: 220px;
}
div#signForm fieldset.Buttons {
  margin-bottom: 20px;
}
div#signForm fieldset.Buttons > input {
  padding: 10px;
  background: #f1c30e;
  text-align: center;
  color: white;
  font: bold 18px sans-serif;
  border-radius: 5px;
  margin: auto;
  width: 120px;
  transform: scale(1);
  transition-duration: 0.5s;
  cursor: pointer;
  transform: scale(1.1);
  transition-duration: 0.5s;
  border: none;
  width: auto;
  margin-top: 30px;
}
div#signForm fieldset.Buttons > div.g-recaptcha {
  float: right;
}
@media only all and (max-width: 710px) {
  div#signForm {
    padding: 0 20px;
  }
  div#signForm form {
    width: 100%;
  }
}
@media only all and (max-width: 670px) {
  div#signForm {
    padding: 0 5px;
  }
  div#signForm fieldset.Buttons > input {
    margin-top: 20px;
  }
  div#signForm fieldset.Buttons > div.g-recaptcha {
    float: none;
  }
}
@media only all and (max-width: 490px) {
  div#signForm form {
    padding: 50px calc(50% - 150px) 0 !important;
  }
}
div#signForm form {
  padding: 40px 80px 0;
}
div#signForm fieldset.NamePhone > label {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
div#signForm fieldset.NamePhone > input {
  display: block;
  border: none;
  border-bottom: 1px solid;
  width: 100%;
  line-height: 2em;
}
div#signForm fieldset.NumOfPeople > label {
  font-size: 18px;
}
div#signForm fieldset.NumOfPeople > input {
  border: none;
  border-bottom: 1px solid;
  width: 30px;
}
div#signForm fieldset.HeightDate {
  margin-bottom: 40px;
}
div#signForm fieldset.HeightDate > p {
  margin-bottom: 15px;
  font-size: 18px;
}
div#signForm fieldset.HeightDate > div.Height {
  float: left;
}
div#signForm fieldset.HeightDate > div.Height > div:not(:first-of-type) {
  margin: 5px 0;
}
div#signForm fieldset.HeightDate > div.Date {
  margin-left: 250px;
}
div#signForm fieldset.HeightDate > div.Date > div.Group {
  display: none;
}
div#signForm fieldset.HeightDate > div.Date > div.Group > div {
  margin: 5px 0;
}
div#signForm fieldset.HeightDate > div.Date > div.Group.active {
  display: block;
}
@media only all and (max-width: 670px) {
  div#signForm fieldset.HeightDate div.Date {
    margin-left: 120px;
  }
}
@media only all and (max-width: 525px) {
  div#signForm fieldset.HeightDate div.Date {
    margin-left: 0;
  }
  div#signForm fieldset.HeightDate div.Height {
    float: none;
    margin-bottom: 15px;
  }
}

main > * {
  padding-left: calc((100% - 1152px) / 2);
  padding-right: calc((100% - 1152px) / 2);
}
@media only all and (max-width: 1218px) {
  main > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only all and (max-width: 630px) {
  main > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}
main > h1 {
  text-align: center;
  font: bold 35px "mft", sans-serif;
  padding-top: 40px;
  padding-bottom: 10px;
  background: #eeeeee;
}
@media only all and (max-width: 630px) {
  main > h1 {
    padding-bottom: 25px;
  }
}

section.Timetable {
  padding: 0;
  background: #eeeeee;
}
section.Timetable > * {
  padding: 0 calc((100% - 1152px) / 2);
}
section.Timetable > div.Boxes {
  display: flex;
}
section.Timetable > div.Boxes > p {
  font: bold 18px sans-serif;
  margin: 20px 15px 0 0;
  line-height: 100%;
}
section.Timetable > div.Boxes > div {
  display: inline-block;
  margin: 20px 10px 0;
}
section.Timetable > div.Boxes > div > label {
  margin-left: -5px;
}
section.Timetable > div.Note {
  margin: 20px 0 10px;
  font: italic 12px sans-serif;
}
section.Timetable > div.Note > p:first-of-type {
  text-transform: uppercase;
  font-weight: bold;
}
section.Timetable > div.Str {
  display: flex;
  justify-content: space-around;
  padding-top: 6px;
  padding-bottom: 6px;
}
section.Timetable > div.Str > div {
  flex-basis: 20%;
  margin: auto;
}
section.Timetable > div.Str > div a {
  color: inherit;
  text-decoration: none;
}
section.Timetable > div.Str > div > a {
  text-decoration: underline;
  color: #f1c30e;
  font-weight: bold;
}
section.Timetable > div.Str > div:first-of-type {
  flex-basis: 25%;
  font-weight: bold;
}
section.Timetable > div.Str div.Sign {
  padding: 10px;
  background: #f1c30e;
  text-align: center;
  color: white;
  font: bold 18px sans-serif;
  border-radius: 5px;
  margin: auto;
  width: 120px;
  transform: scale(1);
  transition-duration: 0.5s;
}
section.Timetable > div.Str div.Sign:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition-duration: 0.5s;
}
section.Timetable > div.Str div.Sign {
  flex-basis: 110px;
}
section.Timetable > div.Str.passive {
  display: none;
}
section.Timetable > div.Str:nth-of-type(odd) {
  background: white;
}
section.Timetable > div.Str:hover {
  background: gainsboro !important;
}
section.Timetable > div.Str.Pict {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
section.Timetable > div.Str.Pict > figure {
  flex-basis: 45%;
  padding: 5px;
  border: solid 3px #f1c30e;
  border-radius: 5px;
  background: white;
}
section.Timetable > div.Str.Pict > figure > img {
  width: 100%;
  height: auto;
  margin-bottom: -2px;
}

@media only all and (max-width: 1218px) {
  section.Timetable > * {
    padding: 0 25px;
  }
}
@media only all and (max-width: 760px) {
  main > h1 {
    padding-bottom: 20px;
  }
  section.Exits {
    display: none;
  }
  section.Timetable div.Boxes {
    border: none;
  }
  section.Timetable div.Boxes > p {
    display: none;
  }
  section.Timetable div.Boxes > div {
    margin: 15px 10px;
  }
  section.Timetable div.Str {
    display: block;
    position: relative;
  }
  section.Timetable div.Str > div:not(.Sign) {
    margin: 10px auto;
  }
  section.Timetable div.Str > div.Sign {
    top: 40px;
    right: 25px;
    position: absolute;
  }
  section.Timetable > div.Str.Pict {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  section.Timetable > div.Str.Pict > figure:first-of-type {
    flex-grow: 1;
  }
  section.Timetable > div.Str.Pict > figure:last-of-type {
    display: none;
  }
}
@media only all and (max-width: 400px) {
  section.Timetable div.Str div.Sign {
    position: static;
  }
}/*# sourceMappingURL=ScheduleStyle4.css.map */