/* ConcepTIS/QTIS visual elements */
.ctHMenu {
white-space: nowrap;
/*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
*/
}

.ctHMenu a {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    background-color: #9E9;
    color: #000;
    opacity: 0.9;
    border-radius: 9px;
    font-size: 13px;
    margin: 2px;
}

.ctHMenu a:hover {
    opacity: 1;
    color: #77f;
}

.ctHMenu a:focus {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}

input[type=submit] {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    background-color: #99E;
    color: #005;
    opacity: 0.9;
    border-radius: 5px;
    font-size: 14px;
    margin: 2px;
}
input[type=submit]:hover {
    background-color: #77F;
    color: #001;
}
/* stylelint-disable */

.page {
  overflow-x: hidden;
}

.no-scroll {
  overflow: hidden;
}

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

* {
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
}
/*
*/
header * {
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  font-family: "Codec-Cold", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  /* eustrop */
/*
  background-image: url("/design/2021/media/home/bg_rye.jpg");
*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body.hidden {
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

abbr[title] {
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

b,
strong {
  font-weight: 700;
}

button,
select {
  text-transform: none;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn,
i {
  font-style: italic;
}

mark {
  color: #000;
}

progress {
  vertical-align: baseline;
}

img,
svg {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

/* disable by eustrop to enable \/ visial marker
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
*/

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

small {
  font-size: .8em;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

textarea {
  overflow: auto;
}

hr {
  height: 0;
  overflow: visible;
}

table {
  max-width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  border: 1px solid;
}

td,
th {
  padding: 1px;
  border: 1px solid;
  text-align: left;
}

template,
[hidden] {
  display: none;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

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

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.content h2 {
  margin-bottom: 10px;
}

.content h3 {
  margin-bottom: 10px;
}

.content li + li {
  margin-top: 5px;
}

.content p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.4;
}

.content p + h2 {
  margin-top: 25px;
}

.content p + h3 {
  margin-top: 25px;
}

.content ul {
  padding-left: 15px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.content ul + h2 {
  margin-top: 25px;
}

.content ul + h3 {
  margin-top: 25px;
}

.content h2 {
  font-size: 18px;
}

.content h3 {
  font-size: 16px;
}

.container {
  width: 100%;
  max-width: 1310px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

section, .section {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  background-color: #FFFFF0;
  overflow-x: scroll;
}

.section__title {
  font-size: 63px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
/* .section derived from .container (eustrop) */
.section ul {
  padding-left: 25px;
  line-height: 1.4;
}

/* end of .section derived from .container */

/* <a> imported from design2019 (eustrop) */
a {
  color: #0000FF;
  text-decoration: none;
  font-size: 1.1em;
}

a:hover {
  text-decoration: none;
  transition: all.6s ease;
  color: #4682B4;
}
/* </a> end of imported from design2019 */

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #efefef;
}

.footer__body {
  color: #5f5f5f;
  text-align: center;
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #efefef;
  border-bottom: 1px solid #dedede;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.header__logo span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.header__logo-media {
  max-width: 50px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #dedede;
}

.header__burger {
  display: none;
}

.header__nav {
  margin-left: 60px;
  z-index: 5;
}

.header__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.header__ul-link {
  display: inline-block;
  padding: 7px 15px;
  color: #5f5f5f;
  text-decoration: none;
  cursor: pointer;
}

.header__ul-link:hover {
  color: #000;
}

.header__ul-link.active {
  background-color: #fff;
}

.header__ul-link.arrow {
  position: relative;
  padding-right: 30px;
}

.header__ul-link.arrow::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  content: '';
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header__ul-item {
  position: relative;
  cursor: pointer;
}

.header__ul-item:hover .header__ul-intro {
  display: block;
}

.header__ul-intro {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 2;
  display: none;
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #dedede;
}

.header__ul-intro::before {
  position: absolute;
  top: -17px;
  left: 0;
  width: 100%;
  height: 18px;
  content: '';
}

.header__ul-intro .header__ul-item {
  margin: 0;
}

.header__ul-intro .header__ul-item .header__ul-link {
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
}

.header__ul-intro .header__ul-item .header__ul-link:hover {
  background-color: #fbfbfb;
}

.header__ul-intro .header__ul-item + .header__ul-item .header__ul-link {
  border-top: 0;
}

.home {
  background-image: url("/design/2021/media/home/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 98vh;
}

.home.show .home__header {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.home.show .home__footer {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.home.show .home__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home__head {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 60px;
}

.home__form {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home__label {
  position: relative;
  display: block;
}

.home__field {
  width: 100%;
  padding: 10px 65px 10px 15px;
  font-size: 22px;
  border: 0;
}

.home__field:focus {
  outline: none;
}

.home__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  font-size: 18px;
  color: #000;
  background-color: #519ddc;
  border: 0;
}

.home__btn > span {
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: .3s color, 0.3s -webkit-transform;
  transition: .3s color, 0.3s -webkit-transform;
  -o-transition: 0.3s transform, .3s color;
  transition: 0.3s transform, .3s color;
  transition: 0.3s transform, .3s color, 0.3s -webkit-transform;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home__btn > span:last-child {
  -webkit-transform: translateX(-3px) rotate(-45deg);
  -ms-transform: translateX(-3px) rotate(-45deg);
  transform: translateX(-3px) rotate(-45deg);
}

.home__btn:hover {
  background-color: #4092d6;
}

.home__btn:hover > span:first-child {
  -webkit-transform: translateX(1px) rotate(-45deg);
  -ms-transform: translateX(1px) rotate(-45deg);
  transform: translateX(1px) rotate(-45deg);
}

.home__btn:hover > span:last-child {
  -webkit-transform: translateX(-4px) rotate(-45deg);
  -ms-transform: translateX(-4px) rotate(-45deg);
  transform: translateX(-4px) rotate(-45deg);
}

.home__show {
  margin-top: 15px;
  text-align: center;
}

.home__show span {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.home__show span:hover {
  color: #fff;
  background-color: #4092d6;
}

.home__title {
  margin-bottom: 10px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 4px #000;
}

.home__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: .3s transform;
  -o-transition: .3s transform;
  transition: .3s transform;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.home__footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: .3s transform;
  -o-transition: .3s transform;
  transition: .3s transform;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.home__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-transition: 0.3s padding;
  -o-transition: 0.3s padding;
  transition: 0.3s padding;
}

.home__list {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.home__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(10% - 4px);
  padding: 10px;
  margin: 2px;
  font-size: 48px;
  color: #fff;
  cursor: default;
  background-color: #000;
  border: 3px solid transparent;
  opacity: 0;
  -webkit-transition: .8s opacity, .8s border-color;
  -o-transition: .8s opacity, .8s border-color;
  transition: .8s opacity, .8s border-color;
}

.home__list-item > span {
  font-size: 14px;
}

.home__list-item.show {
  opacity: 1;
}

.home__list-item.show:hover {
  border-color: rgba(255, 255, 255, 0.5);
  opacity: 0.8;
}

.home__list-item img {
  max-width: 80%;
  max-height: 80%;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.info__btn {
  display: block;
  width: 280px;
  padding: 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #384ad3;
  -webkit-box-shadow: 5px 5px 10px -5px #000;
  box-shadow: 5px 5px 10px -5px #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.info__btn + .info__btn {
  margin-top: 30px;
}

.info__btn:hover {
  background-color: #273bd2;
  -webkit-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

.logIn {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.logIn.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logIn__form {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  padding: 30px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

.logIn__form::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 200px;
  height: 100px;
  content: '';
  background-color: #f1f1f1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.logIn__form::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 200px;
  height: 100px;
  content: '';
  background-color: #f1f1f1;
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
  -ms-transform: translate(50%, 50%) rotate(-45deg);
  transform: translate(50%, 50%) rotate(-45deg);
}

.logIn__form a {
  display: block;
  font-size: 14px;
  color: #519ddc;
  text-align: center;
  text-decoration: none;
}

.logIn__form a:hover {
  text-decoration: underline;
}

.logIn__form textarea.logIn__field {
  height: 100px;
}

.logIn__title {
  margin-bottom: 25px;
  font-size: 24px;
  color: #6d6d6d;
  text-align: center;
  letter-spacing: 3px;
}

.logIn__close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  padding: 10px;
  cursor: pointer;
}

.logIn__close span {
  width: 100%;
  height: 2px;
  background-color: #f70202;
}

.logIn__close span:first-child {
  -webkit-transform: translateY(2px) rotate(45deg);
  -ms-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
}

.logIn__close span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.logIn__name {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.logIn__label {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.logIn__label.error > .messageError {
  display: block;
}

.logIn__label.error > .logIn__field {
  border-color: #f70202;
}

.logIn__label.error > .logIn__field:focus {
  border-color: #519ddc;
  outline: none;
}

.logIn__label.success > .logIn__field {
  border-color: #0bb500;
}

.logIn__label.success > .logIn__field:focus {
  border-color: #519ddc;
  outline: none;
}

.logIn__field {
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-size: 20px;
  resize: none;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
}

.logIn__field[type="checkbox"] {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
}

.logIn__field[type="checkbox"] + span {
  display: inline-block;
  padding-left: 22px;
  font-size: 14px;
}

.logIn__field:focus {
  border-color: #519ddc;
  outline: none;
}

.messageError {
  display: none;
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
  color: #f70202;
}

.logIn__btn {
  display: block;
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  background-color: #519ddc;
  border: 0;
}

.logIn__btn:focus {
  outline: none;
}

.logIn__btn:hover {
  background-color: #4092d6;
}

.manual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
}

.manual__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.manual__media {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 400px;
  padding: 30px;
  margin-right: 30px;
  background-color: #f1f1f1;
}

.manual__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.manual__header-list {
  list-style-type: none;
}

.manual__header-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  text-align: left;
  background-color: #f1f1f1;
}

.manual__header-list li span {
  width: 50%;
}

.manual__header-list li span:first-child {
  margin-right: 30px;
  font-weight: 700;
}

.manual__header-list li span:last-child {
  font-size: 14px;
}

.manual__header-list li + li {
  margin-top: 5px;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.table + .table {
  margin-top: 15px;
}

.table.table_manual-face {
  width: 100%;
}

.table.table_manual-face tr {
  background-color: #f1f1f1;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.table.table_manual-face td {
  padding: 5px 15px;
  margin: 0;
  font-size: 14px;
}

.table.table_manual-face td:first-child {
  font-size: 18px;
  font-weight: 700;
}

.table.table_manual-face th {
  padding: 5px 15px;
}

.table.table_manual-face caption {
  position: relative;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.table.table_manual-tabs {
  width: 100%;
  overflow: auto;
}

.table.table_manual-tabs caption {
  position: relative;
  padding: 15px 15px 15px 45px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  background-color: #f1f1f1;
}

.table.table_manual-tabs caption::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  height: 2px;
  content: '';
  background-color: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table.table_manual-tabs caption::after {
  position: absolute;
  top: 50%;
  left: 22px;
  width: 2px;
  height: 16px;
  content: '';
  background-color: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table.table_manual-tabs tbody {
  display: none;
}

.table.table_manual-tabs.visible caption::after {
  display: none;
}

.table.table_manual-tabs.visible tbody {
  display: table-row-group;
}

.table.table_manual-tabs th {
  padding: 15px;
  font-weight: 700;
  border: 1px solid #f1f1f1;
}

.table.table_manual-tabs td {
  padding: 15px;
  font-size: 14px;
  border: 1px solid #f1f1f1;
}

.tooltip {
  display: block;
  z-index: 999;
  position: fixed;
  left: -100%;
  max-width: 15em;
  padding: .5em;
  margin: 0;
  line-height: 1;
  font-family: sans-serif;
  border-radius: 2px;
  color: #ddd;
  background: #333;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.tooltip:before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #333;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip--visible {
  position: absolute;
  opacity: 1;
}

.tooltip--top-center:before {
  top: unset;
  right: unset;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}

.tooltip--top-start:before {
  top: unset;
  right: unset;
  bottom: -5px;
  left: 10px;
}

.tooltip--top-end:before {
  top: unset;
  left: unset;
  bottom: -5px;
  right: 10px;
}

.tooltip--bottom-center:before {
  bottom: unset;
  right: unset;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}

.tooltip--bottom-start:before {
  bottom: unset;
  right: unset;
  top: -5px;
  left: 10px;
}

.tooltip--bottom-end:before {
  bottom: unset;
  left: unset;
  top: -5px;
  right: 10px;
}

.tooltip--left-center:before {
  bottom: unset;
  left: unset;
  top: 50%;
  right: -5px;
  margin-top: -5px;
}

.tooltip--left-start:before {
  bottom: unset;
  left: unset;
  top: 10px;
  right: -5px;
}

.tooltip--left-end:before {
  left: unset;
  top: unset;
  bottom: 10px;
  right: -5px;
}

.tooltip--right-center:before {
  bottom: unset;
  right: unset;
  top: 50%;
  left: -5px;
  margin-top: -5px;
}

.tooltip--right-start:before {
  bottom: unset;
  right: unset;
  top: 10px;
  left: -5px;
}

.tooltip--right-end:before {
  top: unset;
  right: unset;
  bottom: 10px;
  left: -5px;
}

.tooltip {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.2;
  background: #326273;
}

.tooltip:before {
  background-color: #326273;
}

.tooltip-info {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(-5px, -7px);
  -ms-transform: translate(-5px, -7px);
  transform: translate(-5px, -7px);
  display: inline-block;
  padding: 2px;
  font-size: 9px;
  border: 1px solid d0d0d0;
  background-color: #005fff;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  text-align: center;
  line-height: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  cursor: default;
}

.tooltip-info::before {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  width: 25px;
  height: 25px;
  content: '';
}

@media (min-width: 320px) {
  .container_fluid {
    max-width: 100% !important;
  }
}

@media (max-width: 1310px) {
  .container {
    max-width: 768px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section__title {
    font-size: 44px;
  }

  .header {
    position: relative;
  }

  .header .container {
    max-width: 100% !important;
  }

  .header__ul-link {
    font-size: 16px;
  }

  .home__list-item {
    width: calc(14.285% - 4px);
  }
}

@media (max-width: 992px) {
  .home__list-item {
    width: calc(20% - 4px);
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 480px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section__title {
    font-size: 38px;
  }

  .header__burger {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 35px;
    height: 22px;
    padding: 10px;
    margin-right: -10px;
    margin-left: auto;
    cursor: pointer;
  }

  .header__burger::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
  }

  .header__burger span {
    width: 100%;
    height: 1px;
    background-color: #000;
  }

  .header__burger.visible {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
  }

  .header__burger.visible span:nth-child(1) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  .header__burger.visible span:nth-child(2) {
    display: none;
  }

  .header__burger.visible span:nth-child(3) {
    -webkit-transform: translateY(-1px) rotate(-45deg);
    -ms-transform: translateY(-1px) rotate(-45deg);
    transform: translateY(-1px) rotate(-45deg);
  }

  .header__logo {
    margin-right: 0;
    border: 0;
  }

  .header__nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    margin-left: 0;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .header__nav.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #efefef;
    border: 1px solid #dedede;
    border-top: 0;
  }

  .header__ul-item {
    margin: 0;
  }

  .header__ul-link {
    width: 100%;
    padding: 10px 30px 10px 10px;
  }

  .header__ul-link.active {
    border-left: 5px solid #bbb5b5;
  }

  .header__ul-intro {
    position: static;
    border: 0;
  }

  .header__ul-intro::before {
    display: none;
  }

  .header__ul-intro .header__ul-item .header__ul-link {
    font-size: 14px;
  }

  .home__list-item {
    width: calc(25% - 4px);
  }

  .manual__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .manual__media {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .manual__media img {
    display: inline-block;
    max-height: 200px;
  }

  .table.visible {
    display: block;
  }
}

@media (max-width: 480px) {
  .container {
    max-width: 100%;
  }

  .section__title {
    font-size: 30px;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header__logo img {
    max-height: 45px;
  }

  .home__title {
    font-size: 28px;
    line-height: 1;
  }

  .home__field {
    font-size: 16px;
  }

  .table.table_manual-face td:first-child {
    font-size: 16px;
  }
}
/* imported classes from EustroJAM * design2019 */
.warning {
 color: red;
 margin-bottom: 15px;
 margin-top: 15px;
 margin-left: 15px;
 margin-right: 15px;
 background: whitesmoke;
 text-align: center;
 font-size: 1.2em;
 font-weight: bold;
}
.warning a {
 color: blue;
}
