@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin,cyrillic);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.grid {
  text-align: justify;
  position: relative;
  letter-spacing: -10px;
  font-size: 0;
}
.grid.grid_l {
  text-align: left;
}
.grid.grid_r {
  text-align: right;
}
.grid.grid_c {
  text-align: center;
}
.grid .grid {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.grid.fluid > .col {
  width: auto;
}

.grid > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 1rem;
  text-align: left;
}

.grid:after {
  display: inline-block;
  content: "";
  width: 100%;
}

.grid.rtl {
  direction: rtl;
}
.grid.rtl .col {
  direction: ltr;
}

.grid.middl > * {
  vertical-align: middle;
}

.col {
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.col.padd0 {
  padding-left: 0px;
  padding-right: 0px;
}

.col.on {
  display: inline-block;
}

@media (min-width: 5em) {
  .xx0 {
    display: none;
  }

  [class*=xx-] {
    display: inline-block;
  }

  .xx-inline {
    display: inline;
  }

  label[class*=xx-] {
    text-align: right;
  }

  .xx-gap-0 {
    margin-left: 0;
  }

  .xx-1 {
    width: 8.3333333333%;
  }

  .xx-gap-1 {
    margin-left: 8.3333333333%;
  }

  .xx-2 {
    width: 16.6666666667%;
  }

  .xx-gap-2 {
    margin-left: 16.6666666667%;
  }

  .xx-3 {
    width: 25%;
  }

  .xx-gap-3 {
    margin-left: 25%;
  }

  .xx-4 {
    width: 33.3333333333%;
  }

  .xx-gap-4 {
    margin-left: 33.3333333333%;
  }

  .xx-5 {
    width: 41.6666666667%;
  }

  .xx-gap-5 {
    margin-left: 41.6666666667%;
  }

  .xx-6 {
    width: 50%;
  }

  .xx-gap-6 {
    margin-left: 50%;
  }

  .xx-7 {
    width: 58.3333333333%;
  }

  .xx-gap-7 {
    margin-left: 58.3333333333%;
  }

  .xx-8 {
    width: 66.6666666667%;
  }

  .xx-gap-8 {
    margin-left: 66.6666666667%;
  }

  .xx-9 {
    width: 75%;
  }

  .xx-gap-9 {
    margin-left: 75%;
  }

  .xx-10 {
    width: 83.3333333333%;
  }

  .xx-gap-10 {
    margin-left: 83.3333333333%;
  }

  .xx-11 {
    width: 91.6666666667%;
  }

  .xx-gap-11 {
    margin-left: 91.6666666667%;
  }

  .xx-12 {
    width: 100%;
  }

  .xx-gap-12 {
    margin-left: 100%;
  }

  .xx-txt_light {
    color: #fff;
  }

  .xx-txt_dark {
    color: #1a4264;
  }
}
@media (min-width: 22.5em) {
  .xs0 {
    display: none;
  }

  [class*=" xs-"], [class^=xs-] {
    display: inline-block;
  }

  .xs-inline {
    display: inline;
  }

  label[class*=" xs-"], label[class^=xs-] {
    text-align: right;
  }

  .xs-gap-0 {
    margin-left: 0;
  }

  .xs-1 {
    width: 8.3333333333%;
  }

  .xs-gap-1 {
    margin-left: 8.3333333333%;
  }

  .xs-2 {
    width: 16.6666666667%;
  }

  .xs-gap-2 {
    margin-left: 16.6666666667%;
  }

  .xs-3 {
    width: 25%;
  }

  .xs-gap-3 {
    margin-left: 25%;
  }

  .xs-4 {
    width: 33.3333333333%;
  }

  .xs-gap-4 {
    margin-left: 33.3333333333%;
  }

  .xs-5 {
    width: 41.6666666667%;
  }

  .xs-gap-5 {
    margin-left: 41.6666666667%;
  }

  .xs-6 {
    width: 50%;
  }

  .xs-gap-6 {
    margin-left: 50%;
  }

  .xs-7 {
    width: 58.3333333333%;
  }

  .xs-gap-7 {
    margin-left: 58.3333333333%;
  }

  .xs-8 {
    width: 66.6666666667%;
  }

  .xs-gap-8 {
    margin-left: 66.6666666667%;
  }

  .xs-9 {
    width: 75%;
  }

  .xs-gap-9 {
    margin-left: 75%;
  }

  .xs-10 {
    width: 83.3333333333%;
  }

  .xs-gap-10 {
    margin-left: 83.3333333333%;
  }

  .xs-11 {
    width: 91.6666666667%;
  }

  .xs-gap-11 {
    margin-left: 91.6666666667%;
  }

  .xs-12 {
    width: 100%;
  }

  .xs-gap-12 {
    margin-left: 100%;
  }

  .xs-txt_light {
    color: #fff;
  }

  .xs-txt_dark {
    color: #1a4264;
  }
}
@media (min-width: 35.5em) {
  .s0 {
    display: none;
  }

  [class*=" s-"], [class^=s-] {
    display: inline-block;
  }

  .s-inline {
    display: inline;
  }

  label[class*=" s-"], label[class^=s-] {
    text-align: right;
  }

  .s-gap-0 {
    margin-left: 0;
  }

  .s-1 {
    width: 8.3333333333%;
  }

  .s-gap-1 {
    margin-left: 8.3333333333%;
  }

  .s-2 {
    width: 16.6666666667%;
  }

  .s-gap-2 {
    margin-left: 16.6666666667%;
  }

  .s-3 {
    width: 25%;
  }

  .s-gap-3 {
    margin-left: 25%;
  }

  .s-4 {
    width: 33.3333333333%;
  }

  .s-gap-4 {
    margin-left: 33.3333333333%;
  }

  .s-5 {
    width: 41.6666666667%;
  }

  .s-gap-5 {
    margin-left: 41.6666666667%;
  }

  .s-6 {
    width: 50%;
  }

  .s-gap-6 {
    margin-left: 50%;
  }

  .s-7 {
    width: 58.3333333333%;
  }

  .s-gap-7 {
    margin-left: 58.3333333333%;
  }

  .s-8 {
    width: 66.6666666667%;
  }

  .s-gap-8 {
    margin-left: 66.6666666667%;
  }

  .s-9 {
    width: 75%;
  }

  .s-gap-9 {
    margin-left: 75%;
  }

  .s-10 {
    width: 83.3333333333%;
  }

  .s-gap-10 {
    margin-left: 83.3333333333%;
  }

  .s-11 {
    width: 91.6666666667%;
  }

  .s-gap-11 {
    margin-left: 91.6666666667%;
  }

  .s-12 {
    width: 100%;
  }

  .s-gap-12 {
    margin-left: 100%;
  }

  .s-txt_light {
    color: #fff;
  }

  .s-txt_dark {
    color: #1a4264;
  }
}
@media (min-width: 48em) {
  .m0 {
    display: none;
  }

  [class*=" m-"], [class^=m-] {
    display: inline-block;
  }

  .m-inline {
    display: inline;
  }

  label[class*=" m-"], label[class^=m-] {
    text-align: right;
  }

  .m-gap-0 {
    margin-left: 0;
  }

  .m-1 {
    width: 8.3333333333%;
  }

  .m-gap-1 {
    margin-left: 8.3333333333%;
  }

  .m-2 {
    width: 16.6666666667%;
  }

  .m-gap-2 {
    margin-left: 16.6666666667%;
  }

  .m-3 {
    width: 25%;
  }

  .m-gap-3 {
    margin-left: 25%;
  }

  .m-4 {
    width: 33.3333333333%;
  }

  .m-gap-4 {
    margin-left: 33.3333333333%;
  }

  .m-5 {
    width: 41.6666666667%;
  }

  .m-gap-5 {
    margin-left: 41.6666666667%;
  }

  .m-6 {
    width: 50%;
  }

  .m-gap-6 {
    margin-left: 50%;
  }

  .m-7 {
    width: 58.3333333333%;
  }

  .m-gap-7 {
    margin-left: 58.3333333333%;
  }

  .m-8 {
    width: 66.6666666667%;
  }

  .m-gap-8 {
    margin-left: 66.6666666667%;
  }

  .m-9 {
    width: 75%;
  }

  .m-gap-9 {
    margin-left: 75%;
  }

  .m-10 {
    width: 83.3333333333%;
  }

  .m-gap-10 {
    margin-left: 83.3333333333%;
  }

  .m-11 {
    width: 91.6666666667%;
  }

  .m-gap-11 {
    margin-left: 91.6666666667%;
  }

  .m-12 {
    width: 100%;
  }

  .m-gap-12 {
    margin-left: 100%;
  }

  .m-txt_light {
    color: #fff;
  }

  .m-txt_dark {
    color: #1a4264;
  }
}
@media (min-width: 64em) {
  .l0 {
    display: none;
  }

  [class*=" l-"], [class^=l-] {
    display: inline-block;
  }

  .l-inline {
    display: inline;
  }

  label[class*=" l-"], label[class^=l-] {
    text-align: right;
  }

  .l-gap-0 {
    margin-left: 0;
  }

  .l-1 {
    width: 8.3333333333%;
  }

  .l-gap-1 {
    margin-left: 8.3333333333%;
  }

  .l-2 {
    width: 16.6666666667%;
  }

  .l-gap-2 {
    margin-left: 16.6666666667%;
  }

  .l-3 {
    width: 25%;
  }

  .l-gap-3 {
    margin-left: 25%;
  }

  .l-4 {
    width: 33.3333333333%;
  }

  .l-gap-4 {
    margin-left: 33.3333333333%;
  }

  .l-5 {
    width: 41.6666666667%;
  }

  .l-gap-5 {
    margin-left: 41.6666666667%;
  }

  .l-6 {
    width: 50%;
  }

  .l-gap-6 {
    margin-left: 50%;
  }

  .l-7 {
    width: 58.3333333333%;
  }

  .l-gap-7 {
    margin-left: 58.3333333333%;
  }

  .l-8 {
    width: 66.6666666667%;
  }

  .l-gap-8 {
    margin-left: 66.6666666667%;
  }

  .l-9 {
    width: 75%;
  }

  .l-gap-9 {
    margin-left: 75%;
  }

  .l-10 {
    width: 83.3333333333%;
  }

  .l-gap-10 {
    margin-left: 83.3333333333%;
  }

  .l-11 {
    width: 91.6666666667%;
  }

  .l-gap-11 {
    margin-left: 91.6666666667%;
  }

  .l-12 {
    width: 100%;
  }

  .l-gap-12 {
    margin-left: 100%;
  }

  .l-txt_light {
    color: #fff;
  }

  .l-txt_dark {
    color: #1a4264;
  }
}
@media (min-width: 80em) {
  .xl0 {
    display: none;
  }

  [class*=" xl-"], [class^=xl-] {
    display: inline-block;
  }

  .xl-inline {
    display: inline;
  }

  label[class*=" xl-"], label[class^=xl-] {
    text-align: right;
  }

  .xl-gap-0 {
    margin-left: 0;
  }

  .xl-1 {
    width: 8.3333333333%;
  }

  .xl-gap-1 {
    margin-left: 8.3333333333%;
  }

  .xl-2 {
    width: 16.6666666667%;
  }

  .xl-gap-2 {
    margin-left: 16.6666666667%;
  }

  .xl-3 {
    width: 25%;
  }

  .xl-gap-3 {
    margin-left: 25%;
  }

  .xl-4 {
    width: 33.3333333333%;
  }

  .xl-gap-4 {
    margin-left: 33.3333333333%;
  }

  .xl-5 {
    width: 41.6666666667%;
  }

  .xl-gap-5 {
    margin-left: 41.6666666667%;
  }

  .xl-6 {
    width: 50%;
  }

  .xl-gap-6 {
    margin-left: 50%;
  }

  .xl-7 {
    width: 58.3333333333%;
  }

  .xl-gap-7 {
    margin-left: 58.3333333333%;
  }

  .xl-8 {
    width: 66.6666666667%;
  }

  .xl-gap-8 {
    margin-left: 66.6666666667%;
  }

  .xl-9 {
    width: 75%;
  }

  .xl-gap-9 {
    margin-left: 75%;
  }

  .xl-10 {
    width: 83.3333333333%;
  }

  .xl-gap-10 {
    margin-left: 83.3333333333%;
  }

  .xl-11 {
    width: 91.6666666667%;
  }

  .xl-gap-11 {
    margin-left: 91.6666666667%;
  }

  .xl-12 {
    width: 100%;
  }

  .xl-gap-12 {
    margin-left: 100%;
  }

  .xl-txt_light {
    color: #fff;
  }

  .xl-txt_dark {
    color: #1a4264;
  }
}
.page_hdr {
  background: #fff;
  color: #888;
  height: 110px;
  position: relative;
  z-index: 101;
}
.page_hdr nav ul {
  margin: 0px;
  padding: 0px;
}
.page_hdr .logo {
  font-size: 120%;
}

.hdr_top {
  background: #f5f5f5;
  padding: 0 1%;
}

.hdr_btn {
  display: inline-block;
  background: #333;
  width: 35px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
  color: #888;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.mainmenu {
  display: none;
}
.mainmenu.on {
  display: block;
  background: #fff;
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100vh;
  width: 20%;
  min-width: 200px;
  z-index: 100;
}
.mainmenu li {
  display: inline-block;
}
.mainmenu a {
  padding: 10px;
  text-decoration: none;
  color: #888;
  display: block;
}

@media (min-width: 48em) {
  .js-hamburger {
    display: none;
  }

  .mainmenu {
    display: inline-block;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
table tr:nth-child(even) > td {
  background: #fafafa;
}
table td, table th {
  padding: 0.5em 1em;
  border: none;
}
table td:first-child, table th:first-child {
  border-left-width: 0;
}
table td th, table th th {
  border-bottom: #aaa 1px solid;
}
table.brdr {
  border: #aaa 1px solid;
}
table.h_brdr td, table.h_brdr th {
  border-bottom: #aaa 1px solid;
}
table.v_brdr td, table.v_brdr th {
  border-left: #aaa 1px solid;
}
table.v_brdr td:first-child, table.v_brdr th:first-child {
  border-left-width: 0;
}
table.all_brdr {
  border: #aaa 1px solid;
}
table.all_brdr td, table.all_brdr th {
  border-bottom: #aaa 1px solid;
  border-left: #aaa 1px solid;
}
table.all_brdr td:first-child, table.all_brdr th:first-child {
  border-left-width: 0;
}
table.fit td, table.fit th {
  padding: 0.2em 0.4em;
}
table.tr_hover td, table.td_hover td {
  -webkit-transition: background ease-in-out 0.2s;
  -moz-transition: background ease-in-out 0.2s;
  -ms-transition: background ease-in-out 0.2s;
  -o-transition: background ease-in-out 0.2s;
  transition: background ease-in-out 0.2s;
}
table.tr_hover tr:hover td {
  background: #4ad0ff;
}
table.td_hover td:hover {
  background: #4ad0ff;
}

.form.grid, .form > .grid {
  margin-bottom: 0.8rem;
  text-align: left;
}
.form .col {
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}
.form.h1, .form.h2, .form.h3, .form.h4, .form.h5 {
  margin: 0px;
  line-height: normal;
}
.form.h1 .col {
  font-size: 1.5rem;
}
.form.h2 .col {
  font-size: 1.3rem;
}
.form.h3 .col {
  font-size: 1.1rem;
}
.form.h4 .col {
  font-size: 0.9rem;
}
.form.h5 .col {
  font-size: 0.8rem;
}
.form .col {
  vertical-align: middle;
}
.form_line, .form_group {
  font-size: 0;
}
.form_line.h1, .form_line.h2, .form_line.h3, .form_group.h1, .form_group.h2, .form_group.h3 {
  font-size: 0;
}
.form_line.h1 > *, .form_group.h1 > * {
  font-size: 1.5rem;
}
.form_line.h2 > *, .form_group.h2 > * {
  font-size: 1.3rem;
}
.form_line.h3 > *, .form_group.h3 > * {
  font-size: 1.1rem;
}
.form_line.h4 > *, .form_group.h4 > * {
  font-size: 0.9rem;
}
.form_line.h5 > *, .form_group.h5 > * {
  font-size: 0.8rem;
}

.v_top .col {
  vertical-align: top;
}

label {
  vertical-align: middle;
  line-height: 1em;
  text-align: left;
  color: #888;
}
label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.fld, textarea, select {
  border: 1px solid #aaa;
  background: transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  -webkit-transition: border ease-in-out 0.15s;
  -moz-transition: border ease-in-out 0.15s;
  -ms-transition: border ease-in-out 0.15s;
  -o-transition: border ease-in-out 0.15s;
  transition: border ease-in-out 0.15s;
}
.fld:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: #ff5806;
}
.fld::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #666;
  text-overflow: ellipsis;
}
.fld:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #666;
  text-overflow: ellipsis;
}

input, select, textarea {
  width: 100%;
}

.fld, .btn, select {
  padding: 0.4em 0.5em;
  font-family: "Open Sans", Arial, sans-serif;
}

@media all and (-ms-high-contrast: none) {
  select {
    padding-top: 0.35em !important;
    padding-bottom: 0.35em !important;
  }

  /* IE10 */
  *::-ms-backdrop, select {
    padding-top: 0.35em !important;
    padding-bottom: 0.35em !important;
  }

  /* IE11 */
}
.btn:not(:empty):before {
  padding-right: 0.3em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 24px !important;
  background-repeat: no-repeat !important;
  background-position: 99% 50% !important;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%2015L5.67%207.5L14.33%207.5z%22%20fill%3D%22%23c0c0c0%22/%3E%3C/svg%3E") !important;
}

select::-ms-expand {
  /* for IE 11 */
  display: none;
}

option {
  padding-right: 20px;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + label, input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 1.3em;
  line-height: 0.9em;
  vertical-align: baseline;
  cursor: pointer;
}
input[type=checkbox] + label:before, input[type=checkbox] + label:after, input[type=radio] + label:before, input[type=radio] + label:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 55%;
  margin-top: -0.5em;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  width: 1em;
  height: 1em;
  border: #aaa 1px solid;
  -webkit-transition: border ease-in-out 0.15s;
  -moz-transition: border ease-in-out 0.15s;
  -ms-transition: border ease-in-out 0.15s;
  -o-transition: border ease-in-out 0.15s;
  transition: border ease-in-out 0.15s;
}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  border-color: #ff5806;
}

input[type=radio]:checked + label:before {
  border: #ff5806 5px solid;
}
input[type=radio] + label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

input[type=checkbox]:checked + label:before {
  border: #ff5806 2px solid;
}
input[type=checkbox] + label:after {
  width: 0.3em;
  height: 0.6em;
  margin: -0.35em 0 0 0.35em;
  border-right: transparent 3px solid;
  border-bottom: transparent 3px solid;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
input[type=checkbox]:checked + label:after {
  border-right: #ff5806 3px solid;
  border-bottom: #ff5806 3px solid;
}

.form_group > * {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
  margin-top: -1px;
}
.form_group > *:first-child {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.form_group > *:last-child {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.form_group > *:focus {
  z-index: 3;
}

.form_line {
  text-align: left;
}
.form_line > * {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.form_line > *:not(:last-child) {
  border-right-color: transparent !important;
}
.form_line > *:first-child {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.form_line > *:last-child {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.form_line > *:focus {
  z-index: 3;
}
.form_line > *:focus + * {
  border-left-color: #ff5806;
}

::-webkit-input-placeholder {
  color: #ddd;
  font-weight: 100;
  text-overflow: ellipsis;
  text-indent: 0px;
  -webkit-transition: text-indent ease-in-out 0.4s;
  -moz-transition: text-indent ease-in-out 0.4s;
  -ms-transition: text-indent ease-in-out 0.4s;
  -o-transition: text-indent ease-in-out 0.4s;
  transition: text-indent ease-in-out 0.4s;
}

:-moz-placeholder {
  color: #ddd;
  font-weight: 100;
  text-overflow: ellipsis;
  text-indent: 0px;
  -webkit-transition: text-indent ease-in-out 0.4s;
  -moz-transition: text-indent ease-in-out 0.4s;
  -ms-transition: text-indent ease-in-out 0.4s;
  -o-transition: text-indent ease-in-out 0.4s;
  transition: text-indent ease-in-out 0.4s;
}

::-moz-placeholder {
  color: #ddd;
  font-weight: 100;
  text-overflow: ellipsis;
  text-indent: 0px;
  -webkit-transition: text-indent ease-in-out 0.4s;
  -moz-transition: text-indent ease-in-out 0.4s;
  -ms-transition: text-indent ease-in-out 0.4s;
  -o-transition: text-indent ease-in-out 0.4s;
  transition: text-indent ease-in-out 0.4s;
}

:-ms-input-placeholder {
  color: #ddd;
  font-weight: 100;
  text-overflow: ellipsis;
  text-indent: 0px;
  -webkit-transition: text-indent ease-in-out 0.4s;
  -moz-transition: text-indent ease-in-out 0.4s;
  -ms-transition: text-indent ease-in-out 0.4s;
  -o-transition: text-indent ease-in-out 0.4s;
  transition: text-indent ease-in-out 0.4s;
}

::-ms-input-placeholder {
  color: #ddd;
  font-weight: 100;
  text-overflow: ellipsis;
  text-indent: 0px;
  -webkit-transition: text-indent ease-in-out 0.4s;
  -moz-transition: text-indent ease-in-out 0.4s;
  -ms-transition: text-indent ease-in-out 0.4s;
  -o-transition: text-indent ease-in-out 0.4s;
  transition: text-indent ease-in-out 0.4s;
}

input:focus ::-webkit-input-placeholder {
  text-indent: 600px;
}
input:focus :-moz-placeholder {
  text-indent: 600px;
}
input:focus ::-moz-placeholder {
  text-indent: 600px;
}
input:focus :-ms-input-placeholder {
  text-indent: 600px;
}
input:focus ::-ms-input-placeholder {
  text-indent: 600px;
}

.btn {
  border: none;
  width: auto;
  vertical-align: middle;
  text-decoration: none;
  background: #ff5806;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
  border: transparent 1px solid;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background: #ff5806;
}
.btn[class*=" icon-"]:before, .btn[class^=icon-]:before {
  font-size: 1.4em;
  line-height: 0.75em;
  vertical-align: -25%;
}
.btn:focus, .btn:active {
  outline: none;
}
.btn:hover {
  background: #e14a00;
}
.btn:active {
  background: #be3e00;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.btn.h1 {
  font-size: 1.5rem;
}

.btn.h2 {
  font-size: 1.3rem;
}

.btn.h3 {
  font-size: 1.1rem;
}

.btn.h4 {
  font-size: 0.9rem;
}

.btn.h5 {
  font-size: 0.8rem;
}

.clr_err {
  background: #E86043;
  background: #E86043;
}
.clr_err:hover {
  background: #e44523;
}
.clr_err:active {
  background: #cb3819;
}

.clr_warn {
  background: #fed65e;
  background: #fed65e;
}
.clr_warn:hover {
  background: #fecd3b;
}
.clr_warn:active {
  background: #fec417;
}

.clr_info {
  background: #51D4BD;
  background: #51D4BD;
}
.clr_info:hover {
  background: #34cdb2;
}
.clr_info:active {
  background: #2cb29a;
}

.clr_ok {
  background: #6BBB56;
  background: #6BBB56;
}
.clr_ok:hover {
  background: #59a944;
}
.clr_ok:active {
  background: #4c903a;
}

.clr_def {
  background: #ff5806;
  background: #ff5806;
}
.clr_def:hover {
  background: #e14a00;
}
.clr_def:active {
  background: #be3e00;
}

.clr_err, .clr_warn, .clr_info, .clr_ok, .clr_def {
  color: #fff;
}

.clr_none {
  background: transparent;
  background: transparent;
}
.clr_none:hover {
  background: rgba(0, 0, 0, 0);
}
.clr_none:active {
  background: rgba(0, 0, 0, 0);
}

.brdr {
  background: transparent;
  border-color: #666;
  color: #1a4264;
}

.nobrdr {
  color: #1a4264;
  background: transparent;
  border-color: transparent;
  background: transparent;
}
.nobrdr:hover {
  background: rgba(0, 0, 0, 0);
}
.nobrdr:active {
  background: rgba(0, 0, 0, 0);
}

.brdr.clr_err, .fld.clr_err, select.clr_err {
  border-color: #E86043;
  color: #E86043;
  background: transparent;
}
.brdr.clr_err:hover, .fld.clr_err:hover, select.clr_err:hover {
  border-color: #dd3d1b;
  color: #dd3d1b;
  background: transparent;
}
.brdr.clr_err:active, .fld.clr_err:active, select.clr_err:active {
  border-color: #b03115;
  color: #b03115;
}
.brdr.clr_warn, .fld.clr_warn, select.clr_warn {
  border-color: #fed65e;
  color: #fed65e;
  background: transparent;
}
.brdr.clr_warn:hover, .fld.clr_warn:hover, select.clr_warn:hover {
  border-color: #fec92b;
  color: #fec92b;
  background: transparent;
}
.brdr.clr_warn:active, .fld.clr_warn:active, select.clr_warn:active {
  border-color: #f4b802;
  color: #f4b802;
}
.brdr.clr_info, .fld.clr_info, select.clr_info {
  border-color: #51D4BD;
  color: #51D4BD;
  background: transparent;
}
.brdr.clr_info:hover, .fld.clr_info:hover, select.clr_info:hover {
  border-color: #30c2a8;
  color: #30c2a8;
  background: transparent;
}
.brdr.clr_info:active, .fld.clr_info:active, select.clr_info:active {
  border-color: #269985;
  color: #269985;
}
.brdr.clr_ok, .fld.clr_ok, select.clr_ok {
  border-color: #6BBB56;
  color: #6BBB56;
  background: transparent;
}
.brdr.clr_ok:hover, .fld.clr_ok:hover, select.clr_ok:hover {
  border-color: #539e40;
  color: #539e40;
  background: transparent;
}
.brdr.clr_ok:active, .fld.clr_ok:active, select.clr_ok:active {
  border-color: #407a31;
  color: #407a31;
}
.brdr.clr_def, .fld.clr_def, select.clr_def {
  border-color: #ff5806;
  color: #ff5806;
  background: transparent;
}
.brdr.clr_def:hover, .fld.clr_def:hover, select.clr_def:hover {
  border-color: #d24500;
  color: #d24500;
  background: transparent;
}
.brdr.clr_def:active, .fld.clr_def:active, select.clr_def:active {
  border-color: #9f3400;
  color: #9f3400;
}

.tabs {
  border-bottom: #aaa 1px solid;
}
.tabs li {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin-bottom: -1px;
  display: inline-block;
  border: transparent 1px solid;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
}
.tabs li.on {
  border: #aaa 1px solid;
  border-bottom-color: #fff;
}

.tabs_items > * {
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.5s;
  -moz-transition: opacity ease-in-out 0.5s;
  -ms-transition: opacity ease-in-out 0.5s;
  -o-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
}
.tabs_items > *.on {
  opacity: 1;
  position: relative;
  height: auto;
  max-height: 10000px;
  overflow: visible;
}

.navbar .col {
  vertical-align: middle;
}

.nav {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
.nav li {
  list-style-type: none;
  display: inline-block;
}
.nav a {
  display: block;
  text-decoration: none;
  padding: 0.25em 0.4em;
}

#mainmenu {
  display: inline-block;
  width: auto;
  right: auto;
  top: auto;
  position: static;
  -webkit-transition: left 0.3s ease-in-out, top 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out, top 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out, top 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, top 0.3s ease-in-out;
}

.menu_fixed #mainmenu {
  left: -60%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  top: 73.3333333333px;
  overflow-y: auto;
  padding: 0;
  margin: 0px;
  position: fixed;
  width: 60%;
}
.menu_fixed #mainmenu li {
  display: block;
}
.menu_fixed #mainmenu a {
  border-bottom: #333 1px solid;
  text-align: left;
  padding: 0.8rem;
}

.menu_fixed.menu_on #mainmenu {
  left: 0;
}

.drop_hover {
  position: relative;
}
.drop_hover:hover .drop {
  max-height: 1000px;
}

.drop_left .drop {
  right: auto;
}

.drop_right .drop {
  left: auto;
}

.drop {
  position: absolute;
  line-height: normal;
  top: 100%;
  left: 0px;
  right: 0px;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  max-height: 0px;
  overflow: hidden;
}

.crumbs ol, .crumbs ul {
  margin: 1rem 0;
  padding-bottom: 1rem;
  border-bottom: #ccc 1px solid;
}
.crumbs li {
  list-style-type: none;
  font-size: 0.9rem;
  display: inline-block;
}
.crumbs li:before {
  vertical-align: middle;
  color: #888;
}
.crumbs li:first-of-type:before {
  display: none;
}
.crumbs a {
  color: #1a4264;
}
.crumbs span {
  color: #888;
}

.pagination {
  margin: 1.6rem 0.8rem 3.2rem 0.8rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
}
.pagination > * {
  margin: 0 2px;
  display: inline-block;
  border: #aaa 1px solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 5px;
  min-width: 1.5rem;
  color: #1a4264;
}
.pagination > *[disabled] {
  pointer-events: none;
  cursor: default;
  color: #ccc;
  border-color: #ccc;
}
.pagination > a:hover {
  color: #fff;
  background: #ff5806;
  border-color: transparent;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.pagination > span {
  color: #fff;
  background: #aaa;
  border-color: transparent;
}

@media (min-width: 48em) {
  .menu_fixed #mainmenu {
    width: 350px;
    left: -350px;
    top: 110px;
  }
}
html, *, *::before, *::after, input[type=search] {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
}

h1, .h1 {
  font-size: 2.4rem;
}

h2, .h2 {
  font-size: 2.1rem;
}

h3, .h3 {
  font-size: 1.8rem;
}

h4, .h4 {
  font-size: 1.4rem;
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6,
.hdr.h1, .hdr.h2, .hdr.h3, .hdr.h4, .hdr.h5, .hdr.h6 {
  margin: 1.2em 0 0.7rem 0;
  font-weight: 300;
  line-height: 1.1em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.hdr.h1 small, .hdr.h2 small, .hdr.h3 small, .hdr.h4 small, .hdr.h5 small, .hdr.h6 small {
  color: #999;
}

p {
  margin: 0 0 1.4em 0;
  line-height: 1.4em;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.mark, mark {
  background: #FFEABE;
  padding: 0.2em;
}

a {
  text-decoration: none;
  color: #ff5806;
}

ul, ol {
  margin: 0px;
  padding: 0px;
}

.hr {
  border-bottom: #ccc 1px solid;
}

.block {
  display: block;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.txt_c {
  text-align: center;
}

.txt_j {
  text-align: justify;
}

.txt_upper {
  text-transform: uppercase;
}

.txt_lower {
  text-transform: lowercase;
}

.txt_caps {
  text-transform: capitalize;
}

.nowrap {
  white-space: nowrap;
}

.v_top {
  vertical-align: top;
}

.v_middl > *, .middl > * {
  vertical-align: middle;
}
.v_middl > *:before, .middl > *:before {
  content: "";
  height: 100%;
}

.tab {
  color: #888;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.tab1 {
  color: #888;
  -webkit-box-shadow: 5px 5px 10px #000;
  -moz-box-shadow: 5px 5px 10px #000;
  box-shadow: 5px 5px 10px #000;
}

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

blockquote {
  position: relative;
  margin: 0px;
  font-size: 1.2rem;
  padding: 1rem 1rem 2rem 40px;
}
blockquote p {
  margin-bottom: 0.5em;
}
blockquote footer {
  font-size: 0.9rem;
  color: #aaa;
}
blockquote footer:before {
  content: "— ";
}
blockquote:before {
  content: "”";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 80px;
  color: #ddd;
  font-family: Georgia, Times, "Times New Roman", serif;
}

.link-prices {
  font-weight: 800;
}

.table-box {
  overflow-x: auto;
}

.table-prices {
  margin: 0 auto;
  width: 100%;
  min-width: 349px;
}

.table-prices.edit {
  min-width: 480px;
}

.thead-prices {
  background-color: #0193cd;
  color: #fff;
}

.tbody-prices {
  font-size: 16px;
}

.thead-prices tr td {
  font-weight: 800;
  font-size: 20px;
}

.tbody-prices tr {
  border-bottom: 1px solid #0193cd50;
}

.form-login {
  max-width: 200px;
  margin: 0 auto;
}

.textarea {
  display: block;
  border: none;
  overflow: hidden;
  outline: none;
  resize: none;
  background: transparent;
  width: 100%;
  color: black;
  padding: 0;
}

.table-prices tr td button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-weight: 800;
  cursor: pointer;
  margin: 0 auto;
}

.button-enter {
  width: 100%;
  cursor: pointer;
}

.send {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  cursor: pointer;
  margin: 1.4em auto;
}

@media (max-width: 768px) {
  .thead-prices tr td {
    font-size: 16px;
  }

  .tbody-prices {
    font-size: 14px;
  }

  .table-prices td {
    padding: 7px;
  }
}
@media (max-width: 560px) {
  .thead-prices tr td {
    font-size: 14px;
  }

  .tbody-prices {
    font-size: 13px;
  }

  .table-prices td {
    padding: 2px;
  }
}
@media (max-width: 875px) {
  .hdr_phone {
    display: none;
  }
}
.date-prices {
  font-weight: 800;
  font-size: 20px;
  color: #0193cd;
  text-align: center;
}

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