/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

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

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

b {
  font-weight: bold;
}

body {
  background: #f5f5f5;
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 14px;
}
body > .wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body > .wrapper > .container {
  flex: 1;
}
body > .ui-load {
  position: fixed;
}
body.load > .ui-load {
  display: block;
}
body.no_scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1250px;
  min-width: 970px;
  margin: 0 auto;
  padding: 0 10px;
}

a {
  color: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

#message {
  position: fixed;
  top: 50px;
  right: 50px;
  max-width: 600px;
  z-index: 10000;
}

#message .item {
  background: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  color: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}

.main h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
  margin: 0 0 22px;
}

#fancybox-loading {
  margin-top: -32px !important;
  margin-left: -32px !important;
}

#fancybox-loading div {
  width: 64px !important;
  height: 64px !important;
  background: url("/images/load2.gif") center center no-repeat !important;
}

/*# sourceMappingURL=layout.css.map */
