/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans-cyrillic-ext-600.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans-cyrillic-600.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans-latin-ext-600.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans-latin-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

html {
  color-scheme: light dark;
  scroll-behavior: smooth;
}

body {
  margin: 2rem 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #bfbfbf;
  background: #010101;
}

h1, h2, h3, h4, h5 {
  margin: 0 0 1.25rem;
  padding: 0;
  font-weight: 400;
}

h1 {
  font-size: 2.125rem;
  margin: 0 0 1.25rem;
}

h2 {
  font-size: 2.25rem;
}

h3, h4, h5 {
  font-size: 1.5rem;
}

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

a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 1.25rem;
  font-size: calc(18rem / 16);
  line-height: 1.625;
}

table {
  width: 100%;
  margin-bottom: 3rem;
  line-height: 1.5;
}

table tr {
  border-bottom: 1px solid #efefef;
}

table tr:hover {
  background: #83b881;
}

table th,
table td {
  padding: .25rem;
  vertical-align: sub;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0 0 0 1.5rem;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

/* Buttons and forms */

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  display: inline-block;
  min-width: 7.5rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  color: #bf4b31;
  border: 1px solid #bf4b31;
  background-color: #ffffff;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  cursor: pointer;
}

button.primary {
  color: #ffffff;
  background-color: #bf4b31;
  border-color: #bf4b31;
}

button.secondary {
  color: #6F6F6F;
  border-color: #9F9F9F;
}

button.primary:hover {
  color: #bf4b31;
  background-color: #ffffff;
  border-color: #bf4b31;
}

button.secondary:hover {
  color: #ffffff;
  background-color: #9F9F9F;
}

button.primary.focus,
button.outline.primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 97, .5);
}

button.primary:not(:disabled).active:focus,
button.primary:not(:disabled):active:focus,
.show > button.primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 97, .5);
}

button.primary:not(:disabled).active,
button.primary:not(:disabled):active,
.show > button.primary.dropdown-toggle {
  color: #bf4b31;
  background-color: #ffffff;
  border-color: #bf4b31;
}

button.outline.primary {
  color: #bf4b31;
  background-color: #ffffff;
}

button.outline.primary:hover {
  color: #ffffff;
  background-color: #bf4b31;
  border-color: #bf4b31;
}

button.outline.primary.focus,
button.outline.primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 97, .5);
}

button.outline.primary:not(:disabled).active:focus,
button.outline.primary:not(:disabled):active:focus,
.show > button.outline.primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 97, .5);
}

button.outline.primary:not(:disabled).active,
button.outline.primary:not(:disabled):active,
.show > button.outline.primary.dropdown-toggle {
  background-color: #bf4b31;
  border-color: #bf4b31;
}

input, select, textarea {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input:focus, textarea:focus, select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

textarea {
  height: auto;
}

form .group {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.small {
  font-size: .75rem;
}

.info {
  color: #5C5C5C;
}
