/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



@font-face {
    font-display: auto;
    font-family: 'ProximaNova-Regular';
    src: local('ProximaNova-Regular'), url(../css/../fonts/ProximaNova-Regular.ttf) format('truetype');
    /*font-weight: 200;*/
    /*font-style: normal;*/
}






/*@font-face {*/
    /*!*font-display: auto;*!*/
    /*font-family: 'ProximaNova-Bold';*/
    /*src: local('ProximaNova-Bold'), url('ProximaNova-Bold.otf') format('truetype');*/
    /*!*font-weight: 400;*!*/
    /*!*font-style: normal;*!*/
/*}*/

@font-face {
    /*font-display: auto;*/
    font-family: 'ProximaNova-ExtraBold';
    src: local('ProximaNova-ExtraBold'), url(../css/../fonts/ProximaNova-ExtraBold.otf) format('truetype');
    /*font-weight: 400;*/
    /*font-style: normal;*/
}

* {
  outline: none;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'ProximaNova-Regular';
  line-height: 1;
  background: #FFFFFF;
  overflow-y: initial;
  padding-bottom: 60px;
  font-size: 16px;
  color: #181a1c;
}
body.js-stop_scroll {
  overflow: hidden;
  height: 100%;
}
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
::selection {
  background: #A94E4E;
  /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #A94E4E;
  /* Gecko Browsers */
  color: white;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #A94E4E;
  background-color: #A94E4E;
}
::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #A94E4E;
  background-color: #A94E4E;
}
::-webkit-scrollbar-track:hover {
  border-left: solid 1px #FFF;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  border-width: 0;
}
h1,
h2,
h3,
h4 {
  color: #A94E4E;
  padding: 0;
  margin: 0;
  line-height: 1;
}
a:link,
a:visited {
  color: #131419;
  text-decoration: none;
  transition: all 0.1s ease;
}
a:hover {
  color: #A94E4E;
}
img {
  max-width: 100%;
}
b {
  font-family: ProximaNova-ExtraBold;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  padding: 0 20px;
}
.container-alt {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding: 0 20px;
}
.text-center {
  text-align: center;
}
header {
  padding: 20px;
  background: #f8f8f8;
  margin-bottom: 20px;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container img {
  width: 36px;
}
header .container nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 18px;
}
header .container nav a:link,
header .container nav a:visited {
  padding: 10px;
}
header .container nav a:link:hover,
header .container nav a:visited:hover,
header .container nav a:link.-act,
header .container nav a:visited.-act {
  background: #A94E4E;
  color: #FFF;
}
header .container nav a:link.-act2,
header .container nav a:visited.-act2 {
  background: #383838;
  color: #FFF;
}
main fieldset {
  border: none;
}
main legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}
main label {
  display: block;
  margin-bottom: 2px;
}
main input,
main textarea,
main select {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 4px;
  font-size: 15px;
  margin: 0;
  outline: 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: white;
  color: gray;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px;
}
main input:focus,
main textarea:focus,
main select:focus {
  background: #d2d9dd;
}
main select {
  -webkit-appearance: menulist-button;
  height: 35px;
}
main .number {
  background: #A94E4E;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 15px 15px 15px 0px;
}
main input[type="submit"],
main input[type="button"] {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #FFF;
  margin: 0 auto;
  background: #A94E4E;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  width: 100%;
  border: 1px solid #863e3e;
  border-width: 1px 1px 3px;
  margin-bottom: 10px;
}
main input[type="submit"]:hover,
main input[type="button"]:hover {
  background: #863e3e;
}
main input.-price {
  width: 90px;
  color: #000;
  text-align: center;
  font-size: 18px;
  margin: 0px 0 0 0;
}
main table {
  width: 100%;
}
main table th,
main table td {
  font-weight: unset;
  padding: 10px;
}
main table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
main table td {
  font-size: 14px;
  color: #2E3336;
  line-height: 1.4;
  text-align: center;
}
main table th {
  font-size: 12px;
  color: #000;
  line-height: 1.4;
  text-transform: uppercase;
}
main table tr:hover td {
  background-color: #dfdfdf;
  color: #000;
}
main table td:hover {
  background-color: #f8f8f8;
  color: #000;
}
main table td strong {
  font-size: 20px;
  font-weight: normal;
  display: block;
  padding-bottom: 5px;
}
main table td.-link {
  width: 46px;
  text-align: center;
}
main table td.-link img {
  width: 30px;
  height: 30px;
  opacity: 0.6;
}
main table td.-link img:hover {
  opacity: 1;
}
main table tr.-half td {
  width: 50%;
  text-align: left;
}
main .alert {
  margin: 20px auto;
  max-width: 1640px;
  padding: 20px;
  background: #6CB341;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .alert a:link,
main .alert a:visited {
  padding: 5px 10px;
  background: #f8f8f8;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
main .alert a:link:hover,
main .alert a:visited:hover {
  color: #FFF;
  background: #383838;
}
main input.-xl,
main textarea.-xl,
main select.-xl {
  height: auto;
  padding: 20px;
  font-size: 24px;
  color: #2E3336;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.no-margin {
  margin: 0;
}
.bl-user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 20px;
  max-width: 800px;
  margin: auto;
  border-bottom: 1px dashed gray;
  background: #f8f8f8;
}
.bl-user img {
  border-radius: 50%;
}
.row {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.row .-col {
  width: 50%;
}
.hidden {
  display: none;
}
input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  transform: scale(1.5);
  margin: 5px 0 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  header {
    padding: 10px;
    background: rgba(245, 251, 252, 0.56);
    margin-bottom: 20px;
    width: calc(100% - 20px);
    overflow-x: auto;
  }
  header .container {
    padding: 0;
  }
  .container {
    padding: 10px;
  }
  fieldset {
    padding: 0 0 20px 0;
  }
  .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .row .-col {
    width: 100%;
  }
  form {
    overflow-x: auto;
  }
}

