html {
  font-family: "Proxima Nova", Arial, sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

html {
  position: relative;
  height: auto;
  font-size: 12px;
}

html:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/Media/pic/lines.png) left top;
  background-repeat: repeat-y;
  background-size: inherit;
  z-index: 2;
}

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

a {
  color: #43f;
}

body {
  height: 100%;
  box-sizing: border-box;
  min-width: 320px;
  background: #f2f1ec url(/Media/pic/new-bg-1.jpg) no-repeat left 106px;
  background-size: 100%;
}

body .view-wrapper {
  min-height: 100vh;
}

body.error {
  background: #f2f1ec url(/Media/pic/new-bg-1.jpg) no-repeat top 76px;
  background-size: 100%;
}

body.error .view-wrapper {
  min-height: 100vh;
}

body.index {
  background: #ffffff;
}

body.index .view-footer {
  margin-top: 24px;
}

pre {
  padding: 1.2em;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  border-width: 0;
  white-space: pre;
  white-space: pre-wrap;
  background: #eee;
  word-wrap: break-word;
}

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

small {
  display: inline-block;
  vertical-align: text-bottom;
}

svg {
  pointer-events: none;
}

hr {
  border-width: 0;
  border-top: 1px solid #a60050;
}

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #2597ff;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #2597ff;
}

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #2597ff;
}

::-ms-selection {
  text-shadow: none;
  color: #fff;
  background: #2597ff;
}

.form--callback input {
  font-size: 16px;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.form--callback input::-webkit-input-placeholder {
  color: #450024;
}

.form--callback input::-moz-placeholder {
  color: #450024;
  opacity: .5;
}

.form--callback input:-ms-input-placeholder {
  color: #450024;
}

.form--callback input:focus::-webkit-input-placeholder {
  color: transparent;
}

.form--callback input:focus::-moz-placeholder {
  color: transparent;
}

.form--callback input:focus:-ms-input-placeholder {
  color: transparent;
}

.form--callback textarea {
  font-size: 16px;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.form--callback textarea::-webkit-input-placeholder {
  color: #450024;
}

.form--callback textarea::-moz-placeholder {
  color: #450024;
  opacity: .5;
}

.form--callback textarea:-ms-input-placeholder {
  color: #450024;
}

.form--callback textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.form--callback textarea:focus::-moz-placeholder {
  color: transparent;
}

.form--callback textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input {
  font-size: 16px;
  font-family: 'Proxima Nova';
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}

input::-webkit-input-placeholder {
  color: #450024;
}

input::-moz-placeholder {
  color: #450024;
  opacity: .5;
}

input:-ms-input-placeholder {
  color: #450024;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea {
  font-size: 16px;
  font-family: 'Proxima Nova';
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}

textarea::-webkit-input-placeholder {
  color: #450024;
}

textarea::-moz-placeholder {
  color: #450024;
  opacity: .5;
}

textarea:-ms-input-placeholder {
  color: #450024;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.error-view {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 105px;
}

.error-view__code {
  font-weight: bold;
  font-size: 38px;
  font-family: 'Proxima Nova';
  color: #a60050;
}

.error-view__msg {
  font-weight: 300;
  font-size: 18px;
  font-family: 'Proxima Nova';
  line-height: 30px;
}

.error-view__msg p {
  margin-top: 8px;
  margin-bottom: 0;
}

.error-view__sub-msg {
  margin-top: 8px;
  color: #a60050;
  line-height: 36px;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  font-family: 'Proxima Nova';
}

.error-view__links {
  margin-top: 52px;
}

.error-view__links a {
  display: inline-block;
  line-height: 18px;
  margin-bottom: 26px;
}

@media only screen and (min-width: 320px) {
  /*! $mqpacker hack */
}

@media only screen and (min-width: 375px) {
  /*! $mqpacker hack */
}

@media only screen and (min-width: 412px) {
  /*! $mqpacker hack */
}

@media only screen and (min-width: 480px) {
  /*! $mqpacker hack */
}

@media only screen and (min-width: 640px) {
  /*! $mqpacker hack */
}

@media only screen and (min-width: 768px) {
  /*! $mqpacker hack */

  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1024px) {
  /*! $mqpacker hack */

  body .view-wrapper {
    min-height: auto;
  }

  body.error .view-wrapper {
    min-height: auto;
  }

  body.error {
    background-size: inherit;
  }

  body {
    background: #f2f1ec url(/Media/pic/new-bg-1.jpg) no-repeat left 76px;
  }
}

@media only screen and (min-width: 1280px) {
  /*! $mqpacker hack */

  html {
    font-size: 16px;
  }

  .error-view__code {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1366px) {
  /*! $mqpacker hack */
}

@media only screen and (min-width: 1440px) {
  /*! $mqpacker hack */
}

@media only screen and (max-width: 1439px) {
  /*! $mqpacker hack */
}

@media only screen and (max-width: 1365px) {
  /*! $mqpacker hack */
}

@media only screen and (max-width: 1279px) {
  /*! $mqpacker hack */
}

@media only screen and (max-width: 1023px) {
  /*! $mqpacker hack */
}

@media only screen and (max-width: 767px) {
  /*! $mqpacker hack */
}

@media only screen and (max-width: 639px) {
  /*! $mqpacker hack */
}

@media only screen and (max-width: 479px) {
  /*! $mqpacker hack */
}

@media only screen and (max-width: 411px) {
  /*! $mqpacker hack */
}

@media only screen and (max-width: 374px) {
  /*! $mqpacker hack */
}

@media only screen and (max-width: 319px) {
  /*! $mqpacker hack */
}

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