@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 {
  background: #eeeeee;
  padding-bottom: 90px;
  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: 10px 0 40px;
}
@media only all and (max-width: 630px) {
  main > h1 {
    padding-bottom: 25px;
  }
}

section.Photos {
  display: flex;
  justify-content: space-around;
  padding-bottom: 60px;
}
section.Photos > figure {
  flex-basis: 30%;
  padding: 5px;
  border: solid 3px #f1c30e;
  border-radius: 5px;
  background: white;
}
section.Photos > figure > img {
  width: 100%;
  height: auto;
  margin-bottom: -2px;
}

section.Info {
  background: white;
  padding: 15px 15px 30px;
  border: 3px solid #f1c30e;
}
section.Info > iframe {
  float: right;
  margin: 0 0 15px 15px;
  display: block;
}
section.Info > div:not(.Sign) {
  margin: 10px 450px 10px 0;
}
section.Info > div:not(.Sign) > * {
  display: inline-block;
}
section.Info > div:not(.Sign) > span:first-child {
  font: 18px sans-serif;
  vertical-align: top;
  width: 70px;
}
section.Info > div:not(.Sign) > :last-child {
  font: bold 18px sans-serif;
}
section.Info > div:not(.Sign) > ul.Adress li {
  display: inline-block;
}
section.Info > div:not(.Sign) > ul.Prices li > span:first-of-type {
  font: 18px sans-serif;
}
section.Info > div:not(.Sign) > ul.Prices li > span {
  font: bold 18px sans-serif;
}
section.Info > article {
  font: bold 18px sans-serif;
}
section.Info > article > p:first-of-type {
  margin-bottom: 10px;
}
section.Info > article > p:not(:first-of-type) {
  font: 16px sans-serif;
}
section.Info > article > p:nth-of-type(even) {
  margin-top: 5px;
  font-weight: bold;
}
section.Info 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.Info div.Sign:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition-duration: 0.5s;
}
section.Info div.Sign {
  margin-top: 30px;
  clear: both;
  position: relative;
  top: 15px;
}

main > iframe {
  margin: auto;
  display: block;
}

@media only all and (max-width: 760px) {
  main {
    padding-bottom: 50px;
  }
  section.Photos {
    flex-direction: column;
    padding-bottom: 40px;
  }
  section.Photos > figure:first-of-type {
    margin-bottom: 30px;
  }
  section.Photos > figure:last-of-type {
    display: none;
  }
  section.Info > iframe {
    float: none;
    margin: 0 auto 25px;
  }
  section.Info > div:not(.Sign) {
    margin-right: 0;
  }
}
@media only all and (max-width: 525px) {
  main {
    padding-bottom: 35px;
  }
  section.Info > iframe {
    display: none;
  }
}/*# sourceMappingURL=ExitOneStyle3.css.map */